@charset "utf-8";
@import url("base.css");
@import url("template.css");

/*------------------------------------
   .basic
-----------------------------------------------------------------------------------------------------*/
h2 {
	width: 630px;
	background: #00adf2;	
	padding: 13px 0 13px 20px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	color: #fff;	
}

h2.red {
	background: url(../image/ttl/bg_title_red.gif) repeat-x 0 top #f00003;	
}

h2.pink {
	background: url(../image/ttl/bg_title_pink.gif) repeat-x 0 top #ff64ea;	
}

h2.blue {
	background: url(../image/ttl/bg_title_blue.gif) repeat-x 0 top #0084ce;	
}

h2.black {
	background: url(../image/ttl/bg_title_black.gif) repeat-x 0 top #333;
}

h2.yellow {
	background: url(../image/ttl/bg_title_yellow.gif) repeat-x 0 top #ffff01;	
	color: #333;
}

h2.orange {
	background: url(../image/ttl/bg_title_orange.gif) repeat-x 0 top #f08d00;
	color: #333;	
}

h3 {
	background: url(../image/ttl/bg_title_blue.gif) repeat-x 0 bottom #00adf2;	
	padding: 13px 0 12px 15px;
	margin: 0 auto 15px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	color: #fff;	
}

h3.red {
	background: #f00003;	
}

h3.pink {
	background: #ff64ea;	
}

h3.blue {
	background: #0084ce;		
}

h3.black {
	background: #333;
}

h3.yellow {
	background: #ffff01;	
	color: #333;
}

h3.orange {
	background: #f08d00;
	color: #333;	
}

#box_point {
	width: 610px;
	margin: 5px auto 20px;
	padding: 10px 20px;
	background: #ffc;	
	font-size: 14px;
	text-align: left;
	border: 1px dotted #f0c;
}

.txt_idt {
	margin-left: 1em;
	text-indent: -1em;
}

.face_box {
	width: 650px;
	margin: 0 auto 20px;
}

.schedule {
	width: 650px;	
	background: url(../image/wrapper/bg_center_w650.gif) repeat-y 0 0;
	margin: 10px auto 20px;
	padding: 6px 0 4px;
	font-weight: 600;
	text-align: center;
}

.can_end {
	width: 650px;	
	background: url(../image/wrapper/bg_center_w650_end.gif) repeat-y 0 0;
	margin: 10px auto 20px;
	padding: 20px 0;
	font-weight: 600;	
	text-align: center;
}

.box_text {
	width: 640px;
	margin: 0 auto 40px;
}

.box_text p {
	margin: 0 15px 20px;
}

.box_text .under_red {
	border-bottom: solid 3px #f00;
}

.border_red,
.border_pink,
.border_blue,
.border_black,
.border_yellow,
.border_orange {
	padding-top: 10px; 
	border-top: none;
}

.border_red {
	border: solid 5px #f00003;
}

.border_pink {
	border: solid 5px #ff64ea;
}

.border_blue {
	border: solid 5px #0084ce;
}

.border_black {
	border: solid 5px #333;
}

.border_yellow {
	border: solid 5px #ffff01;
}

.border_orange {
	border: solid 5px #f08d00;
}


/*------------------------------------
	.amazoncaution
---------------------------------------------------------------------------------------------------*/
ul.check {
	margin: 0 0 20px 0;
}

ul.check li {
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
}

ul.check li input {
	margin-right: 5px;
}


/*------------------------------------
	.amazoncaution
---------------------------------------------------------------------------------------------------*/
.amazoncaution {
	width: auto;
	margin: 0 auto;
	padding: 10px;
	background: #ffc;
	color: #f00;
	font-size: 12px;
}

.att_box {
	width: 610px;
	margin: 0 auto 40px;
	padding: 10px 25px;
	background: #ffc;
	color: #f00;
	font-size: 12px;
}


/*------------------------------------
	.howto
-----------------------------------------------------------------------*/	
ul.partipation {
	width: auto;
	margin: 10px 15px 0;
}

ul.partipation li {
	padding: 0 0 0 25px;
	margin: 0 0 20px 0;
	clear: both;
}

ul.partipation li.hot01 { background: url(../image/list_icon/howto_no1.gif) no-repeat left top;}
ul.partipation li.hot02 { background: url(../image/list_icon/howto_no2.gif) no-repeat left top;}
ul.partipation li.hot03 { background: url(../image/list_icon/howto_no3.gif) no-repeat left top;}
ul.partipation li.hot04 { background: url(../image/list_icon/howto_no4.gif) no-repeat left top;}

ul.partipation .book_r {
	margin: 0 0 10px 10px;
	float: right;
}


/*------------------------------------
	.registration
---------------------------------------------------------------------------------------------------*/
.box_form {
	width: 650px;
	margin: 0 auto;
}

.form_bottom {
	width: 650px;
	background: url(../image/wrapper/bg_formB.gif) no-repeat bottom;
	padding-bottom: 5px;
	margin: 0 auto 20px;
}

.sub_txt {
	font-size: 12px;
	text-align: center;
	color: #F00;
	margin-bottom: 20px;
}

dl.form_campaign {
	width: 480px;
	margin: 0 auto 3px;
	padding: 10px 10px 0 10px;
}

dl.form_campaign dt {
	margin: 0 0 2px 0;
	padding: 0 5px;
	text-align: right;
	float: left;
	clear: left;
}

dl.form_campaign dd {
	padding: 0 0 5px 11.8em;
	margin: 0 0 2px 0;
}

dl.form_campaign input.form_frame {
	width: 270px;
}
 
.sub_btn {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 2px;
}


/*------------------------------------
   #bookintro
---------------------------------------------------------------------------------------------------*/
.box_bookintro {
	background: #fff;	
	border: solid 5px #0084ce;
	border-top: none;
	margin-bottom: 0;
}

.box_foreword {
	background: #ffc;	
	border: solid 5px #333;
	border-top: none;
	margin-bottom: 0;
}

.thumnail {
	margin: 0 15px 10px 0;
	float: right;
}


/*-------------------------------------
　5つのステップ
------------------------------------------------------------------------------------------------------------*/
.box_capter {
	width: auto;
	height: auto;
	background: #ffc;
	margin: 0 10px 10px;
	padding: 10px 10px 10px 65px;
	border: solid 1px #F3C;
}

.box_capter.waku1 { background: url(../image/list_icon/no1.jpg) no-repeat 10px 10px #ffc;}
.box_capter.waku2 { background: url(../image/list_icon/no2.jpg) no-repeat 10px 10px #ffc;}
.box_capter.waku3 { background: url(../image/list_icon/no3.jpg) no-repeat 10px 10px #ffc;}
.box_capter.waku4 { background: url(../image/list_icon/no4.jpg) no-repeat 10px 10px #ffc;}
.box_capter.waku5 { background: url(../image/list_icon/no5.jpg) no-repeat 10px 10px #ffc;}
.box_capter.waku_period { background: url(../image/list_icon/no_period_03.jpg) no-repeat 10px 10px #f3c;}

.box_capter h3 {
	background: none;
	margin: 0 0 4px 0;
	padding: 0 0 1px 0;
	color: #333;
	font-weight: 600;
	font-size: 16px;
	border-bottom: solid 1px #F3C;
}

.box_capter p {
	margin: 0;
}


/*------------------------------------
   お客様の声
---------------------------------------------------------------------------------------------------*/
.box_voice {
	margin: 0 5px 10px;
	padding: 10px 5px 10px 10px;
	background: #ffc;
	border: solid 1px #F3C;
}

.box_voice p {
	margin : 0;
	font-weight: 600;
}

.box_voice span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}


/*------------------------------------
	.アマゾン購入ボタン
---------------------------------------------------------------------------------------------------*/
.purchase {
	display: block;
	width: 650px;
	height: 80px;
	margin: 0 auto 50px;
	padding: 0;
}

.purchase a {
	display: block;
	width: 650px;
	height: 0;
	background: url(../image/purchase.jpg) no-repeat 0 0;
	padding-top: 80px;
	overflow: hidden;
}

.purchase a:hover {
	background-position: left bottom;
}


/*------------------------------------
   #profile
---------------------------------------------------------------------------------------------------*/
.box_profile {
	background: #ffc;
	padding-top: 15px;
	border: solid 5px #000;
	border-top: none;
	margin-bottom: 0;
}


/*------------------------------------
   .ページ共有する
------------------------------------------------------------------------------------------------------------*/
.kyoyu {
	width: 450px;
	background: #fefedd;
	margin: 0 auto 25px;
	padding: 10px 25px;
	text-align: center;
	font-weight: 600;
	border: solid 3px #999;
}


/*-------------------------------------
　ダウンロードコンテンツ
------------------------------------------------------------------------------------------------------------*/
dl.dl_btn {
	width: 600px;
	margin: 0 auto 40px;
}

dl.dl_btn dt {
	margin-bottom: 10px;
	padding: 12px 0;
	background: url(../image/ttl/bg_title_blue.gif) repeat-x 0 top #0084ce;
	font-weight: 600;
	text-align: center;
	font-size: 19px;
	color: #fff;
}

dl.dl_btn dd {
	width: 600px;
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

dl.dl_btn dd a {
	display: block;
	width: 600px;
	height: 0;
	background: url(../image/dl_button.jpg) no-repeat center 0;
	padding-top: 79px;
	overflow: hidden;
}

dl.dl_btn dd a:hover {
	background: url(../image/dl_button.jpg) no-repeat center -80px;
}

ul.dlsoft_list {
	margin: 10px 0 20px;
	text-align: center;	
}

ul.dlsoft_list li {
	font-weight: 600;
}

.dl_dis_box {
	width: 610px;
	margin: 0 auto 30px;
	padding: 10px 25px;
	background: #ffc;
	color: #f00;
	font-size: 12px;
}

.box_banner {
	width: 650px;
	margin: 0 auto 30px; 
}
 

/*------------------------------------
   
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.ta_end {
	color: #f00;
	font-size: 250%;
	text-align: center;
}

.ta_center { text-align: center;}