@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
} 

ul,ol {
	list-style-type: none;
}

a,img {
	border: 0;
}

img {
	vertical-align: bottom;
}

.w100 {
	width:100%;
}

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

#contents {
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';	
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	color:#191919;
	line-height:1.8;
	text-align:left;
	background:#ffffff;
}

#contents a {
	color:#006ebe;
	text-decoration:underline;
}

#contents #header {
	width:100%;
	background:#ffffff;
	text-align:center;
	padding:10px 0 10px;
}

#contents #header h1 img {
	width:180px;
}

#contents h2 {
	width:100%;
	height:40px;
	line-height:40px;
	background:#000000;
	padding:0 3% 0;
	margin-bottom:3%;
	color:#ffffff;
	font-size:1.6em;
	font-weight:bold;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

#contents h3 {
	width:100%;
	padding:0 0 2% 0;
	margin:0 auto 5%;
	color:#191919;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.6;
	border-bottom:1px solid #191919;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

#contents .btn {
	width:100%;
	padding:2% 0 0;
}

#contents .btn_no {
	display:block;
	width:92%;
	height:40px;
	line-height:40px;
	background:url(../img/attention/arrow_w.png) 97% center no-repeat #919191;
	background-size:8px 14px;
	color:#ffffff;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	margin:0 auto 0;
	text-decoration:none;
}

#contents .btn a {
	display:block;
	width:92%;
	height:40px;
	background:url(../img/attention/arrow_w.png) 97% center no-repeat #cc0000;
	background-size:8px 14px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	line-height:40px;
	font-size:1.3em;
	margin:0 auto 0;
	text-decoration:none;
}

#contents #notes01 {
	padding:0 3% 0 3%;
	margin:0 auto 10%;
}

#notes01 table {
	width:100%;
	border-collapse:collapse;
	box-sizing:border-box;
	border:3px solid #CCCCCC;
	margin:0 auto 36px;
	color:#333333;
}

#notes01 table th {
	background:#EDEEEE;
	padding:12px 2% 12px 2%;
	white-space: nowrap;
	text-align:center;
	border:1px solid #cccccc;
	font-size:1.3em;
	font-weight:bold;
}

#notes01 table td {
	background:#ffffff;
	padding:12px 3% 12px 3%;
	text-align:left;
	border:1px solid #cccccc;
	font-size:1.3em;
}

#contents #notes02 {
	padding:0 3% 0 3%;
	margin:0 auto 10%;
}

#contents #notes02 dl {
	width:100%;
	font-size:1.2em;
	color:#191919;
	line-height:1.6;
	margin-bottom:10%;
}

#contents #notes02 dl dd {
	font-weight:bold;
	padding-left:1em;
	text-indent:-1em;
}

#contents #notes02 dl dt {
	padding-left:1em;
	text-indent:-1em;
}

#contents #notes02 dl .clr_red {
	color:#cb0000;
}

#contents #notes02 dl.fs_small {
	width:100%;
	font-size:1.1em;
	color:#191919;
	line-height:1.6;
	margin-bottom:10%;
}

#contents #notes02 dl.fs_small dt {
	padding-left:1em;
	text-indent:-1em;
	padding-bottom:1%;
}

#contents #notes02 dl.fs_small dd {
	padding-left:1em;
	text-indent:-1em;
	font-weight:normal;
}

#contents #notes03 {
	padding:0 3% 0 3%;
	margin:0 auto 10%;
}

#contents #notes03 .box {
	width:100%;
	margin:0 auto 7%;
}

#contents #notes03 .box .box_txt {
	width:100%;
	font-size:1.3em;
	line-height:1.6;
	padding:0 0 2%; 
}

#contents #notes03 .box .box_img {
	width:100%;
	float:left;
}

#contents #notes03 .box .box_img img {
	border:1px solid #000000;
	width:100%;
}

#contents #notes03 .note03_txt {
	font-size:1.1em;
}





















/* --- other --- */

#link {
	width:100%;
	margin-bottom:10px;
}

#link ul {
	width:100%;
	display:block;
	border-bottom:1px solid #E5E5E5;
}

#link ul li {
	width:100%;
	border-top:2px solid #E5E5E5;
}

#link ul li a {
	display:block;
	background:url(../img/common/link_arrow.png) 96% center no-repeat;
	background-size:8px 13px, 50% 50%;
	padding:15px 6% 15px 4%;
	word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	text-decoration:none;
	font-size:0.923em;
}

.w_inr {
	width:92%;
	margin:0 auto;
}

.buy_btn {
	width:100%;
	text-align:center;
}

.buy_btn img {
	width:64%;
}

/* pagetop
----------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
	z-index:9999;
}

footer {
	width:100%;
	padding:0 0;
	background:#E5E5E5;
	height:27px;
	line-height:27px;
	color:#727171;
	font-size:0.769em;
	text-align:center;
}
