/* CSS Document */
/*******************************************************************/
/* cssリセット */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*******************************************************************/



/*******************************************************************/
/* 全体の設定 */
* {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/*
a,img,p,h1,h2,h3,h4,table,td,body,ul,li,dl,dt,dd,form {
	border:0;
	padding:0;
	margin:0;
	font-size:100%;
}
*/

body {
	background-color: #EAEAEA;
	word-break: break-all;
	text-align: center;
	font-size:14px;
}

a {
	text-decoration: none;
	color: #3F9CD7;

}

strong {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: normal;
}

.bg_green_bold {
	background-color: #9FF026;
	font-weight: bold;
}

.moji_red_bold {
	color: #FF0000;
	font-weight: bold;
}

.moji_black_bold {
	font-weight: bold;
}

.bg_yellow_bold {
	background-color: #FFFF99;
	font-weight: bold;
}
/*******************************************************************/


/*******************************************************************/
/* 全体枠の設定 */
#container {
/*	width: 100%;*/
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #004060;
	/*
	border-right: 1px  solid #004060;
	border-left: 1px solid #004060;
	*/
	padding-left: 3px;
	padding-right: 3px;
}

@media (min-width: 600px) {
	#container {
	}
}

@media (min-width: 756px) {
	#container {
		width: 756px;
		margin-right: auto;
		margin-left: auto;
/*		margin-bottom: 15px;*/
	}
}

/*******************************************************************/


/*******************************************************************/
/* ヘッダ（サイト名・サイト説明）の設定 */
#header{
	width: 100%;
	height: 200px;		/*本当はautoにしたいけどh1の縦になるので固定*/
/*	height: auto;*/
	margin: 0 auto;
	background: #FFFFFF url(img/title.jpg) no-repeat center top;
/*	background-size:100% auto;*/
/*	background-size: contain;*/
/*	background-size: cover;*/
	background-size: 100%;
/*border: 3px solid #00FF00;*/
}

@media (min-width: 600px) {
	#header{
		height: 290px;
	}
}

@media (min-width: 756px) {
	#header{
		width: 754px;
		height: 364px;
		margin: 0 auto;
		background: #FFFFFF url(img/title.jpg) no-repeat left top;
	}
}

#header h1{
	text-indent: -9999px;
	overflow: hidden;
}

#header .kajyo{
	text-indent: -9999px;
	overflow: hidden;
}

#header .h1_1{
/*
	width: 282px;
	height: 192px;
	padding: 60px 0 132px 78px;
	background: url(img/head.gif) no-repeat 78px 60px;
*/
}

#header .h1_2{
/*
	width: 366px;
	height: 36px;
	padding-left: 76px;
	background: url(img/head.gif) no-repeat 76px 0;
*/
}

#header .h1_3{
/*
	width: 452px;
	height: 36px;
	padding-left: 76px;
	background: url(img/head.gif) no-repeat 76px 0;
*/
}

#header .h1_4{
/*
	width: 596px;
	height: 36px;
	padding-left: 76px;
	background: url(img/head.gif) no-repeat 76px 0;
*/
}
	
#header .h1_5{
/*
	width: 131px;
	height: 24px;
	padding-left: 600px;
	background: url(img/head.gif) no-repeat 600px 0;
*/
}
/*******************************************************************/


/*******************************************************************/
/* 本文枠の設定 */
#content{
/*	clear: both;*/
	width: 100%;
	background-color: #FFFFFF;
/*	padding-left: 5px;
	padding-right: 5px;*/
	margin: 0;
/*	border-right: 1px  solid #004060;
	border-left: 1px solid #004060;*/
	text-align: left;
/*border: 3px solid #00FF00;*/
}

@media (min-width: 600px) {
	#content{
/*		width: 756px;*/
	}
}

@media (min-width: 756px) {
	#content{
		width: 655px;
		padding-left: 50px;
		padding-right: 45px;
		margin: 0 auto;
	}
}

/*******************************************************************/


/*******************************************************************/
/* リード */
.lead1{
	text-align: center;
	color: #FF410D;
	font-size: 16px;
	font-weight: bold;
/*	padding: 50px 0;*/
	line-height: 40px;
	float: center;
}

@media (min-width: 600px) {
	.lead1{
		font-size: 18px;
	}
}

@media (min-width: 756px) {
	.lead1{
		font-size: 20px;
	}
}

.lead2{
	text-align: left;
	font-size: 24pt;
	color: #3F9CD7;
	font-weight: bold;
}

/*使っていないみたい*/
.lead2_bk{
	text-align:center;
	color: #001DE9;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 40px;
/*border: 3px dotted #999999;*/
}

div.lead3{
	padding:12px 0;
	line-height:1.8;
/*border: 3px dotted #999999;*/
}

div.lead3 h2{
	font-size: 20px;
	font-weight: bold;
	text-indent: 5px;
	color: #000000;
	padding: 10px 3px 10px 3px;
	margin: 70px 0 12px 0;
	line-height: 1.2;
	background: #FFFFFF;
}

/*使っていないみたい*/
.lead_small{
	text-align: left;
	font-size: 12px;
	float: left;
}
/*******************************************************************/


/*******************************************************************/
/* リスト */
.salepoint {
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
/*	padding-left: 24px;
	padding-right: 24px;*/
}

.dt1{
/*	width:　624px;*/
	height:	25px;
	background-color: #9FF026;
	font-size: 15px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}

.salepoint dl{
/*	width: 634px;*/
/*	margin: 25px 0px 25px 0px;*/
	border:1px solid #004060;
}

.salepoint dt{
	/*padding: 0 0 24px 0;*/
}

.salepoint dd{
	padding-left: 25px;
	padding-bottom: 10px;
	line-height: 30px;
	background: url(img/check.gif) no-repeat left top;
}

@media (min-width: 600px) {
	.lead1{
		font-size: 18px;
		padding-bottom: 50px;
	}
}

@media (min-width: 756px) {
	.salepoint {
		margin-top: 25px;
		margin-bottom: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.salepoint dl{
	/*	width: 634px;*/
		margin: 25px 0px 25px 0px;
		border:1px solid #004060;
	}
	
	.salepoint dt{
		/*padding: 0 0 24px 0;*/
	}
	
	.salepoint dd{
		padding: 3px 36px 10px 50px;
		line-height: 30px;
		background: url(img/check.gif) no-repeat 24px 6px ;
	}
}
/*******************************************************************/


/*******************************************************************/
/* 本文 */
h2{
/*	width: 630px;*/
	font-size: 18px;
	font-weight: bold;
/*	text-indent: 18px;*/
	color: #000000;
	padding: 10px 3px 10px 3px;
	margin: 70px 0 12px 0;
	line-height: 1.2;
/*	background: #FF7D01 url(img/midashi.gif) no-repeat left bottom;*/
	background: #FF7D01;
}

@media (min-width: 600px) {
	h2{
	}
}

@media (min-width: 756px) {
	h2 {
		width: 630px;
		font-size: 23px;
		font-weight: bold;
		text-indent: 18px;
/*		color: #000000;*/
		padding: 10px;
/*		margin: 70px 0 12px 0;*/
		line-height: 1.2;
		background: #FF7D01 url(img/midashi.gif) no-repeat left bottom;
	}
}

h3{
/*	width: 630px;*/
	font-size: 18px;
	font-weight: bold;
/*	text-indent: 18px;*/
	color: #000000;
	padding: 10px 3px 10px 3px;
	margin: 70px 0 12px 0;
	line-height: 1.2;
	background: #FFCC99;
}

@media (min-width: 600px) {
	h3{
	}
}

@media (min-width: 756px) {
	h3 {
		width: 630px;
		font-size: 23px;
		font-weight: bold;
		text-indent: 18px;
		color: #000000;
		padding: 10px;
		margin: 70px 0 12px 0;
		line-height: 1.2;
		background: #FF7D01 url(img/midashi2.gif) no-repeat left bottom;
/*		background: #FF7D01 url(img/midashi.gif) no-repeat left bottom;*/
	}
}


h4{
	font-size: 18px;
	font-weight: bold;
	color: #FF7D01;/*#000000*/
	padding: 10px 3px 10px 3px;
	margin: 20px 0 0 0;
	line-height: 1.2;
/*	background: #FFCC99;*/
}


p{
	padding:12px 0;
	line-height:1.8;
}

p.start:first-letter{
	font-size: 24pt;
	font-weight: bold;
	color: #3F9CD7;
}

/*
p.lead2:first-line{
	text-align: left;
	font-size: 24pt;
	color: #3F9CD7;
}
*/

/**/
div.honbun{
	padding:12px 0;
	line-height:1.8;
}

div.start:first-letter{
	font-size: 24pt;
	font-weight: bold;
	color: #3F9CD7;
}

div.honbun ul{
/*	width: 634px;*/
/*	padding: 24px 0 12px 0;*/
	margin-left: 25px;
}

div.honbun ol{
	margin-left: 25px;
}

/**/

img{
	border: 1px #808080 solid;
/*	margin:5px 20px 5px 20px;*/
	max-width: 95%;
	height: auto;
}

@media (min-width: 600px) {
	img{
	}
}

@media (min-width: 756px) {
	img {
		border: 1px #808080 solid;
		margin:5px 20px 5px 20px;
	}
}
/*******************************************************************/


/*******************************************************************/
/* チェックリスト */
.checklist {
	margin-top: 40px;
}

.checklist ul{
/*	width: 634px;*/
	border: 1px solid #004060;
/*	padding: 24px 0 12px 0;*/
	margin: 12px 0;
}

.checklist ul li{
/*	padding: 3px 36px 5px 45px;*/
	padding-left: 25px;
	padding-bottom: 10px;
/*	margin: 10px 0 12px 0;*/
	line-height: 30px;
	background: url(img/check.gif) no-repeat left top;
	list-style: none;
}

@media (min-width: 600px) {
	.checklist ul{
	}
	
	.checklist ul li{
	}
}

@media (min-width: 756px) {
	.checklist ul{
		width: 634px;
		border: 1px solid #004060;
		padding: 24px 0 12px 0;
		margin: 12px 0;
	}
	
	.checklist ul li{
		padding: 3px 36px 5px 45px;
		margin: 10px 0 12px 0;
		line-height: 30px;
		background: url(img/check.gif) no-repeat 12px 6px ;
		list-style: none;
	}
}
/*******************************************************************/


/*******************************************************************/
/* 注意事項 */
.tyuui {
/*	width: 634px;*/
	margin-bottom: 60px;
	border: 1px solid #000032;
}

.dt2{
/*	width: 624px;
	height:	25px;*/
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 6px;
	margin: 0;
	overflow: hidden;
	background-color: #93CEE7;
}

.tyuui ul{
/*	width: 634px;*/
}

.tyuui li{
	padding: 5px 2px 5px 10px;
	margin-left: 20px;
	line-height: 26px;
}

@media (min-width: 600px) {
}

@media (min-width: 756px) {
	.tyuui {
		width: 634px;
/*		margin-bottom: 60px;
		border: 1px solid #000032;*/
	}
	
	.dt2{
		width: 624px;
		height:	25px;
/*		color: #000000;
		font-size: 15px;
		font-weight: bold;
		padding-left: 10px;
		padding-top: 6px;
		margin: 0;
		overflow: hidden;
		background-color: #93CEE7;*/
	}
	
	.tyuui ul{
		width: 634px;
	}
	
	.tyuui li{
/*		padding: 5px 2px 5px 10px;*/
		margin-left: 30px;
/*		line-height: 26px;*/
	}
}
/*******************************************************************/


/*******************************************************************/
/* Q and A */
#qanda{
	margin: 50px 0;
}

.question{
/*	width: 634px;*/
/*	height: 48px;*/
	font-size: 15px;
	font-weight: bold;
/*	line-height: 30px;
	text-indent: 32px;*/
	padding-left: 48px;
	padding-top: 2px;
	margin-bottom: 12px;
	background: url(img/question.jpg) no-repeat left 12px;
}

.answer{
	font-size: 15px;
	padding-left: 48px;
	padding-top: 2px;
	margin-bottom: 12px;
	border-bottom: 3px dotted #999999;
	background: url(img/answer.jpg) no-repeat left top;
}

div.qanda ul{
	margin-left: 50px;
}

@media (min-width: 600px) {
}

@media (min-width: 756px) {
	#qanda{
		margin: 50px 0;
	}
	
	.question{
		width: 634px;
		height: 48px;
		font-size: 15px;
		font-weight: bold;
		line-height: 48px;
/*		text-indent: 48px;*/
		margin-bottom: 12px;
		padding-top: 5px;
		background: url(img/question.jpg) no-repeat left 12px;
	}
	
	.answer{
		font-size: 15px;
		padding-left: 48px;
		margin-bottom: 12px;
		padding-top: 2px;
		border-bottom: 3px dotted #999999;
		background: url(img/answer.jpg) no-repeat left top;
	}
}
/*******************************************************************/


/*******************************************************************/
/* 購入ボタン */
.order{
	line-height: 25px;
}

.order ul{
	font-size: 8pt;
	padding: 0px 0px 10px 45px;
	margin: 10px 0 12px 0;
	line-height: 25px;
	list-style: none;
}

.price{
	text-align: center;
	font-size: 38pt;
	color: #FF6600;
	padding: 20px 0 25px 0;
}

.order form{
	text-align: center;
}

.order img{
	border: 0px;
}

.edition{
	font-size: 13pt;
	text-align:center;
}

/* クーポン表示非表示 */
.coupon-unshown {
	display:none;
}

#couponnow {
	display: none;
	line-height:24px;
}

#ihavenow:checked ~ #couponnow {
	display: block;
}

#couponsub {
	display: none;
	line-height:24px;
}

#ihavesub:checked ~ #couponsub {
	display: block;
}
/*******************************************************************/


/*******************************************************************/
/* ステップ登録 */
.stepent {
/*	width: 634px;*/
	font-size: 10pt;
	color: #3A3A3A;
	padding: 10px 10px 10px 10px;
	margin-bottom: 60px;
	border: 1px solid #999999;
}

.stepent ul{
/*	width: 634px;*/
}

.stepent li{
	padding: 3px 2px 3px 2px;
	margin-left: 15px;
	line-height: 26px;
}

@media (min-width: 600px) {
}

@media (min-width: 756px) {
	.stepent {
		width: 634px;
		font-size: 10pt;
		color: #3A3A3A;
		padding: 10px 10px 10px 10px;
		margin-bottom: 60px;
		border: 1px solid #999999;
	}
	
	.stepent ul{
		width: 634px;
	}
	
	.stepent li{
		padding: 5px 2px 5px 10px;
		margin-left: 30px;
		line-height: 26px;
	}
}
/*******************************************************************/


/*******************************************************************/
/* 追伸*/
/*h4{*/
#tsuishin{
	font-size: 20px;
	color: #000032;
	font-weight: bold;
	margin-top: 100px;
}
/*******************************************************************/


/*******************************************************************/
#tokutei{
	font-size:13px;
	text-align: right;
	margin-top: 20px;
}
/*******************************************************************/


/*******************************************************************/
#analysis img{
	border: 0;
}
/*******************************************************************/


/*******************************************************************/
/* フッター*/
#footer{
/*	width: 742px;*/
/*	width: 750px;*/
/*	height: 60px;*/
	height: 36px;
	background-color: #93CEE7;
	margin: 0 auto;
}

#footer p{
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-size: 10px;
	text-align: center;
	color: #000033;
}

#footer a{
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-size: 10px;
	text-align: center;
	color: #000033;
}

#footer a:hover{
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-size: 10px;
	text-align: center;
	color: #000033;
}

#footer a:visited {
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-size: 10px;
	text-align: center;
	color: #000033;
}
/*******************************************************************/


/*******************************************************************/
/* 特典 */
.tokuten1{
	border: 1px #808080 solid;
	background: url(img/tokuten1.gif) no-repeat left top;
	background-position: 10px 10px;
	padding-left: 70px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	line-height: 24px;
}

.tokuten2{
	border: 1px #808080 solid;
	background: url(img/tokuten2.gif) no-repeat left top;
	background-position: 10px 10px;
	padding-left: 70px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	line-height: 24px;
}

.tokuten2 ul{
	margin-left: 30px;
}

.tokuten{
	border: 1px #808080 solid;
	background: url(img/tokuten.gif) no-repeat left top;
	padding-left: 70px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
/*	margin-top: 40px;*/
	margin-bottom: 40px;
	line-height:24px;
}
/*******************************************************************/


/*******************************************************************/
/* 注目 */
.attention {
/*	width: 100%;*/
	margin-bottom: 40px;
	padding-top: 30px;
	/*border: 1px solid #000032;*/
}

.dt2{
/*	width: 100%;*/
	color: #000000;
	font-size: 15px;
	font-weight: bold;
/*	padding-left: 5px;
	padding-top: 6px;*/
	margin-bottom: 20px;
	background-color: #93CEE7;
}


@media (min-width: 600px) {
	.attention {
/*
		width: 756px;
*/
	}
}

@media (min-width: 756px) {
	.attention {
		width: 634px;
		margin-bottom: 40px;
		padding-top: 30px;
	}
	
	.dt2{
		width: 624px;
		height:	25px;
		color: #000000;
		font-size: 15px;
		font-weight: bold;
		padding-left: 10px;
		padding-top: 6px;
		overflow: hidden;
		background-color: #93CEE7;
	}
}
/*******************************************************************/


/*******************************************************************/
/* 商標 */
.syohyou{
	text-align: right;
	font-size: 11px;
}
/*******************************************************************/
