@charset "Shift_JIS";

/* reset------------------------- */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,fieldset,div,iframe,caption,hr,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	clear:both;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	clear:both;
}
h1,h2,h3,h4,h5,h6,p,li,dl,dt,dd,caption,address,th,td,b,small {
	word-break:break-all;
	word-wrap:break-word;
}
ul li,ol li{
	list-style: none;
}
img { 
	border:0;
	vertical-align:bottom;
}
/* clear float----- */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0; 
	font-size:0;
	visibility: hidden;
}
.clearfix { 
	display:inline-block;
}

/*\*/
* html .clearfix{
	height:1%;
}
* htm .clearfix{
	display:block;
}
/**/

/* ページ全体の設定*/
body {
	text-align:center;
	background:#ECE9D8;
	}
#page {
	width:800px;
	border:1px solid #999;
	border-top:none;
	background:#FFF;
	margin:0 auto;
	}
.main {
	width:760px;
	margin:0 auto;
	}
h1 {
	border-bottom:5px solid #FFA4A4;
}
h2 {
	color:#333;
	background:#EEE2D5;
	border-bottom:5px solid #960;
	font-size:140%;
	font-weight:700;
	text-align:left;
	line-height:1.45;
	margin:10px 0;
	padding-left:15px;	
	}
h2.mark1 {
	background:url(images/mark1.gif) no-repeat right #EEE2D5;
	padding:2px 5px 2px 15px;
}
h2.mark2 {
	background:url(images/mark2.gif) no-repeat right #EEE2D5;
	padding:2px 5px 2px 15px;
}

h2.mark3 {
	background:url(images/mark3.gif) no-repeat right #EEE2D5;
	padding:2px 5px 2px 15px;
}

h2.mark4 {
	background:url(images/mark4.gif) no-repeat right #EEE2D5;
	padding:2px 5px 2px 15px;
}




p {
	text-align:left;
	}
a:link,
a:visited {
	color:#039;
	}
a:hover,
a:active {
	color:#C03;
	}
/*コンテンツ*/
.left {
	float:left;
	width:320px;
	text-align:center;
		}
.left p {
	margin:10px 0;
	text-align:center;
	}
.right {
	float:right;
	width:420px;
	text-align:left;
	font-size:90%;
	}
	
/*詳細*/
.box {
	margin-bottom:10px;
	}
p.lead {
	margin:10px 0 0 10px;
	line-height:1.45;
	font-weight:700;
	font-size:120%;
	color:#F36;
	}
p.notes {
	font-size:85%;
	line-height:1.3;
	margin:5px 0 0 20px;
	color:#06F;
	}
p.right {
	margin:0;
	}
.box ul {
	margin:0 0 0 10px;
	line-height:1.45;
	}
.box ul li {
	list-style:square;
	margin-left:15px;
	}
.box ul li li {
	list-style:disc;
	margin-left:5px;
	}
ul.type {
	text-align:center;
	margin:15px 0;
}
	
ul.type li {
	display:inline;
}



/*全ページ共通*/
.txt {
	font-size:100%;
	line-height:1.35;
	}
.space_l15 {
	margin-left:15px;
	}
.space_u15 {
	margin-top:15px;
	}
.center {
	text-align:center;
	}
.clear {
	clear:both;
	}
.font_s {
	font-size:85%;
	}
.font_ss {
	font-size:80%;
	}
a:hover img{
	opacity:0.70;
	filter: alpha(opacity=70);
}
.align_right {
	text-align:right;
	margin:0 15px 10px 0;
	}
.space_l15 {
	margin-left:25px;
	}

.NM20 .left {
	width:400px;
	}
.NM20 .right {
	width:300px;
	margin-left:45px;
	}
	
.zaiko {
	text-align:center;
	color:#F00;
	font-weight:700;
}

p.btn {
	width:200px;
	margin:10px 0 0 350px;
}

/**/ 
table {	
	clear:both;
	border:1px solid #999;
	margin:20px auto;
	font-size:90%;
	width:650px;
	}

th {
	background:#F90;
	border:1px solid #999;
	text-align:center;
	padding:5px ;
	font-weight:normal;
	}

td {
	border:1px solid #999;
	text-align:center;
	padding:5px 10px;
	background:#FFF;
	}
td.price {
	font-size:130%;
	font-weight:700;
	color:#FF0000;
	}
td.order {
	font-weight:700;
	}
p.shoptop {
	margin-top:30px;
	font-size:80%;
	text-align:center;
	}
p.shoptop a {
	text-decoration:none;
	padding:3px 5px;
	font-weight:700;
	}
p.shoptop a:link ,
p.shoptop a:visited {
	background:#039;
	color:#FFF;
	border:1px solid #039;
	}
p.shoptop a:hover ,
p.shoptop a:active {
	background:#CC0033;
	color:#FFF;
	border:1px solid #C03;
	}
	
.pagetop {
	font-size:80%;
	text-align:right;
	margin:15px 15px 15px 0;
	}
.pagetop a {
	color:#390;
	}
.pagetop a:link {
	color:#390;
	}
.pagetop a:hover {
	color:#F90;
	}
	
	
/*フッター*/
div#footer {
	text-align:center;
	font-size:75%;
	padding:20px 0 10px 0;
	}
div#footer p {
	text-align:center;
	}
	
.print,
.preview {
	text-align:right;
	margin:3px 0 0 0;
}
.print a,
.preview a {
	display:inline-block;
	text-decoration:none;
	font-size:80%;
	background:#EFEFEF;
	border-bottom:2px solid #999;
	border-right:2px solid #999;
	padding:3px 7px;
	margin-bottom:1px;
	}
.print a:link,
.preview a:link {
	color:#00C;
}
.print a:hover,
.preview a:hover {
	color:#9CC;
}

h1 .hdn {
	display:none;
}



/* for Firefox */
@-moz-document url-prefix() {
.preview {
	display:none;
	}
}


/*for Chrome*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
.preview {
	display:none;
	}
}

	