charset@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","メイリオ",Meiryo ,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size:12px;
}

p {
	line-height: 1.8;
}

a {
	text-decoration: none; 
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
}



/* wrapper --------------------------------------------------------------------------------  */

div#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
}


/* header --------------------------------------------------------------------------------  */

div#header {
	padding: 55px 0 15px 0;
}

div#header h3 {
	width:246px;
	height:78px;
	text-indent: -9999px;
	background:url(../../../img/common/insidepylogo.gif) no-repeat;
	overflow: hidden;
}

div#header a.pyhome {
	width:131px;
	height:47px;
	display: block;
	text-indent: -9999px;
	background:url(../../../img/common/backhome.gif) no-repeat;
	position: absolute;
	right: 0;
	top: 70px;
	overflow: hidden;
}

div#header a.pyhome:hover {
	background:url(../../../img/common/backhome_on.gif) no-repeat;
}


/* footer --------------------------------------------------------------------------------  */

div#footer {
	margin: 20px 0;
	padding: 5px 0;
	clear: both;
	position: relative;
	border-top: solid 1px #ccc;
}

div#footer a.pyhome {
	width: 192px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	background:url(../../../img/common/flogo.gif) no-repeat;
	overflow: hidden;
}

div#footer p.copyright {
	width: 430px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	background:url(../../../img/common/fcr.gif) no-repeat;
	position: absolute;
	top: 4px;
	left: 195px;
	margin: 0 !important;
	overflow: hidden;
}

div#footer a.policy {
	width: 144px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	background:url(../../../img/common/ftokusho.gif) no-repeat;
	position: absolute;
	top: 4px;
	right: 195px;
	overflow: hidden;
}

div#footer a.howto {
	width: 193px;
	height: 21px;
	display: block;
	text-indent: -9999px;
	background:url(../../../img/common/fhowto.gif) no-repeat;
	position: absolute;
	top: 4px;
	right: 0;
	overflow: hidden;
}

div#footer a.dotcomlogo {
	width: 200px;
	height: 49px;
	display: block;
	text-indent: -9999px;
	background:url(../../../img/common/fyodocom.gif) no-repeat;
	margin: 30px auto;
	overflow: hidden;
}



/* contents --------------------------------------------------------------------------------  */

#content {
	padding: 0 0 60px 0;
	font-size: 11.5pt;
	line-height: 1.4em; 
}

#content h1, #content h2, #content h3 { font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; text-align: center; }

#content h1 {
	margin: 50px 0 0 0;
	padding: 0;
	font-size: 220%;
	font-weight: bold; 
}

#content h2 {
	margin: 40px 0 30px 0;
	padding: 0;
	font-size: 180%;
	font-weight: normal; 
}

#content h3 {
	margin: 35px 0;
	padding: 0;
	font-size: 160%;
	font-weight: normal; 
}

#content p {
	margin: 20px 0 30px 0; 
	padding: 0　0 20px 0;
	text-align: justify; 
}

#content p.photo {
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
}

#content p.photoL {
	width: 700px;
	margin: 30px 0;
	padding: 10px 0 0 0;
	text-align: left;
	float: left;
}

#content p.photoR {
	width: 700px;
	margin: 30px 0;
	padding: 10px 0 0 0;
	text-align: right;
	float: right;
}

#content p.photoL img, #content p.photoR img {
	width: 700px;
}

#content p.textL {
	width: 230px;
	margin: 30px 0;
	padding: 10px 0 0 0;
	text-align: justify;
	float: left;
}

#content p.textR {
	width: 230px;
	margin: 30px 0;
	padding: 10px 0 0 0;
	text-align: justify;
	float: right;
}

#content p.sign {
	margin-bottom: 20px;
	font-size: 90%;
	text-align: right;
}

#content p.date {
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	clear: both;
	text-align: right;
	font-size: 70%;
	color: #888;
}

#content p.separator {
	display: block;
	text-indent: -9999px;
	background:url(../../../img/common/kugiri.gif) no-repeat;
	width:960px;
	height:120px;
	margin: 0 auto;
	overflow: hidden;
}

p.point {
	padding: 30px;
	background: #f5f5f5;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
p.point a {
	color: #4581af;
}
p.point em {
	font-weight: bold;
	color: #333;
	font-style: normal;
}

div.left {
	float: left;
	width: 460px;
}
div.right {
	float: right;
	width: 460px;
}


div.tri_n {
	float:left;
	width:310px;
	margin-right:15px;
	margin-bottom: 30px;
}

div.tri_e {
	float:left;
	width:310px;
	margin-bottom: 30px;
}


.clear {
	clear: both;
	line-height:0;
	margin:0;
	padding:0;
}

div.BmenuLeft {
	width:459px;
	float:left;
	background:#333;
	color:white;
	font-weight:bold;
	margin-bottom:10px;
	padding: 20px 8px;
	line-height: 0;
}

div.BmenuRight {
	width:459px;
	float:right;
	background:#333;
	color:white;
	font-weight:bold;
	margin-bottom:10px;
	padding: 20px 8px;
	line-height: 0;
}

/* blockquote --------------------------------------------------------------------------------  */

blockquote {
	width: 920px;
	margin: 30px 0 20px 0;
	padding: 20px;
	font-size: 11pt;
	color: #333;
	background: #eee;
	border: none;
	border-radius: 8px;
	display: inline-block;
	line-height: 1.5em;
	text-algin: justify;
}

blockquote:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

blockquote img {
	border: none;
	border-radius: 5px;
}

blockquote img.imgLeft {
	margin: 0 20px 20px 0;
	float: left;
}

blockquote img.imgRight {
	margin: 0 0 20px 20px;
	float: right;
}

blockquote span {
	line-height: 1.3em;
}



/* cart --------------------------------------------------------------------------------  */

div#cart {
	margin: 40px 0;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 10pt;
	clear: both;
}

p.price {
	color: red;
	font-weight: bold;
	line-height: 1.2;
}

p.fixedprice,
span.tax {
	color:#888888;
}


div.shoppingL {
	width:450px;
	float:left;
	margin-bottom:40px;
}

div.shoppingR {
	width:450px;
	float:right;
	margin-bottom:40px;
}

div.shoppingL p,
div.shoppingR p {
	margin:0;
	padding:0;
}

p.ptitle {
	font-weight:bold;
}

p.pread {
margin-bottom:10px !important;
}

div.shoppingimg {
text-align:center;
}

div.cartBtnImg {
	text-align:right;
}

div.cartBtnImg input {
margin-top:20px;
}


#snsButton {
	margin: 20px 0 -35px 0;
	text-align: left;
	float: left;
}
#snsButton ul {
	padding: 0;
	float: left;
}
#snsButton li {
	margin-right: 10px;
	float: left;
}


#content p a {
	color: #4581af;
}
#content li {
	margin: 10px;
}


div.shoppingL {
	width:450px;
	float:left;
	margin-bottom:40px;
}

div.shoppingR {
	width:450px;
	float:right;
	margin-bottom:40px;
}

div.shoppingL p,
div.shoppingR p {
	margin:0;
	padding:0;
	font-size: 13px;
}

div.cartBtnImg {
	font-size: 90%;
}


/* check sheet */

#content h2.underline {
	margin-top: 50px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #000;
	text-align: left;
}

#content h4 {
	margin-top: 60px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 140%;
	font-weight: medium;
	text-align: center;
}

table.checksheet {
	width: 100%;
	margin: 20px 0 40px 0;
	border-collapse: collapse;
	border: solid 1px #000;
	line-height: 1.2em;
}

table.checksheet tr > * {
	padding: 5px 8px;
	border: solid 1px #555;
}

table.checksheet tr.head {
	height: 2.5em;
	font-size: 100%;
}

table.checksheet tr.head th {
	background: #aaa;
}

table.checksheet tr {
	
}

table.checksheet tr.gray {
	
}

table.checksheet tr.gray td {
	background: #f0f0f0;
}

table.checksheet th {
	font-size: 90%;
	background: #ccc;
}

table.checksheet th span {
	font-size: 80%;
}

table.checksheet td {
	width: 27%;
	font-size: 80%;
}

table.checksheet td.memo {
	color: #e00;
}

ol {
	color: #555;
}

blockquote h3 {
	margin: 10px 0 !important;
	padding: 0 0 4px 0 !important;
	font-size: 120% !important;
	text-align: left !important;
	font-weight: bold !important;
	border-bottom: solid 1px #ccc;
}

blockquote h4 {
	margin: 10px 0 !important;
	padding: 5px 0 4px 0;
	font-size: 110% !important;
	text-align: left !important;
	font-weight: bold !important;
	border-bottom: solid 1px #ccc;
}

span.allow {
	font-size: 110%;
}

span.allows {
	font-size: 150%;
}

span.kakko {
	font-size: 80%;
}

p.notice {
	margin: 0 0 40px 0 !important;
	padding: 0;
	font-size: 80%;
	color: #a00;
}

p.notice a {
	color: #a00 !important;
}


















