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


/*------------------------------------
 全体構造
---------------------------------------------------------------------------------------------------*/
#container {
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

header {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}

header .can {
	margin: 10px 7px 0 0;
	padding: 0;
	float: right;
}

h1 {
	margin-bottom: 20px;
}

#contents {
	width: auto;
	margin: 0 auto;
	text-align: left;
}

section {
	width: 640px;
	margin: 0 auto;
}

section p {
	margin: 0 15px 20px;
}

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

.box_stripe {
	background: url(../image/bg_stripe.gif) repeat;
	padding: 5px 0;
	margin: 0 5px 20px;
	border: solid 1px #ccc;
}

.box_stripe p {
	margin: 0 10px;
}

aside {
	width: 650px;
	margin: 0 auto 20px;
}

footer {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	background: #333;
	color: #fff;
	font-size: 12px;
}

footer p {
	margin-bottom: 10px;
}

footer .f_link {
	margin: 0 auto 30px;
}

footer .f_link a,
footer .f_link a:active,
footer .f_link a:visited {
	color: #CFF;
	text-decoration: underline;
}

footer .f_link a:hover {
	color: #F00;
}


/*------------------------------------
   .basic
-----------------------------------------------------------------------------------------------------*/
h2 {
	width: 630px;
	background: url(../image/ttl/bg_title_pink.gif) repeat-x 0 top #ff3399;		
	padding: 13px 0 13px 20px;
	margin: 0 auto 10px;
	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.lightblue {
	background: #00adf2;
}

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_yellow.gif) repeat-x 0 top #ffff01;	
	padding: 13px 0 12px 15px;
	margin: 0 auto 15px;
	color: #333;
	font-size: 15px;
	font-weight: 600;	
}

h3.red { background: #f00003;}
h3.pink { background: #f39;}
h3.blue { background: #0084ce;}
h3.black { background: #333;}
h3.lightblue { background: #00adf2;}
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;
}

.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_extension,
.can_end {
	width: 650px;	
	background: url(../image/wrapper/bg_center_w650.gif) repeat-y 0 0;
	margin: 10px auto 20px;
	padding: 6px 0 4px;
	color: #f39;	
	font-weight: 600;	
	font-size: 20px;	
	text-align: center;
}

.can_end {
	background: url(../image/wrapper/bg_center_w650_end.gif) repeat-y 0 0;
	color: #fff;
}

.end_msg {
	color: #f00;	
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;	
}

.period,
.period_02 {
	color: #f00;
	font-weight: 600;
}

.bg_back_nbr { background:url(../image/backnumber_02.jpg) no-repeat 450px 80px !important;}

.br_red { border: solid 5px #f00003;}
.br_pink { border: solid 5px #f39;}
.br_blue { border: solid 5px #0084ce;}
.br_black { border: solid 5px #333;}
.br_yellow { border: solid 5px #ffff01;}
.br_orange { border: solid 5px #f08d00;}

.br_red,
.br_pink,
.br_blue,
.br_black,
.br_yellow,
.br_orange {
	border-top: none;
}

dl.box_tr {
	width: 200px;
	margin: 0 15px 10px 10px;
	float: right;
}

dl.box_tr dt {
	margin-bottom: 2px;
	padding: 0;
}

dl.box_tr dd {
	font-size: 11px;	
	margin-bottom: 10px;
	padding: 0;
}

.box_reco {
	margin: 0 7px 20px;
	padding: 5px 0;
	background: url(../image/bg_stripe.gif) repeat;
}

.box_reco p {
	margin: 0 8px;
}

.bg_kst { background: url(../image/img_keizait.jpg) no-repeat right 30px;}



/*------------------------------------
   .caution
---------------------------------------------------------------------------------------------------*/
.box_caution {
	width: 600px;
	margin: 0 auto;
	padding: 10px 25px;
	background: #ffc;
	font-size: 12px;
	color: red;	
}




/*------------------------------------
   .box_campaign
---------------------------------------------------------------------------------------------------*/
.box_campaign {}

.box_campaign ul {
	width: auto;
	margin: 10px 15px 0;
}

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

.box_campaign li.how01 { background: url(../image/list_icon/howto_no1.gif) no-repeat left top;}
.box_campaign li.how02 { background: url(../image/list_icon/howto_no2.gif) no-repeat left top;}
.box_campaign li.how03 { background: url(../image/list_icon/howto_no3.gif) no-repeat left top;}
.box_campaign li.how04 { background: url(../image/list_icon/howto_no4.gif) no-repeat left top;}

.box_campaign dl.box_quiz {
	width: 590px;
	background: #ffc;
	padding: 5px 10px;
	margin: 0 auto 30px;
	font-weight: bold;
	font-size: 15px;
}

dl.box_quiz dt {
	margin: 0 1em 0 15px;
	float: left;
	line-height: 1.4;	
}

dl.box_quiz dd {
	width: 420px;
	color: #f00;
	float: left;
	line-height: 1.4;
}

.box_form {
	width: 650px;
	margin: 0 auto;
	line-height: 0;
}

.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 {
	clear: both;		
	width: 560px;
	margin: 0 auto;
	padding: 5px 0;
	line-height: 1;
}

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

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

dl.form_campaign input {
	width: 250px;
}

.sub_btn {
	clear: both;	
	text-align: center;
	margin: 0 auto 20px;
}

input:focus {
	background: #ffe;
}


.box_has {
	width: 470px;
	background: #dedede;
	margin: 5px 0 20px -10px;
	padding: 5px 0 5px 10px;
}

.box_has ul {
	margin: 5px 0 0;
}

.box_has ul li {
	list-style: disc;
	padding: 0;
	margin: 0 0 3px 18px;
}

.f_color {
	color: #f00;
	font-weight: bold;
}



/*------------------------------------
	.キャンペーンボタン
---------------------------------------------------------------------------------------------------*/
.campaign_btn {
	display: block;
	width: 650px;
	height: 70px;
	margin: 0 auto 40px;
	padding: 0;
	overflow: hidden;	
}

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

.campaign_btn a:hover {
	background-position: left -85px;
}



/*------------------------------------
   .ページ共有する
------------------------------------------------------------------------------------------------------------*/
.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: 580px;
	margin: 0 auto 20px;
}

dl.dl_btn dt {
	font-weight: 600;
	text-align: center;
}

dl.dl_btn dd {
	margin-bottom: 20px;
	display: block;
}

dl.dl_btn dd a {
	display: block;
	width: 585px;
	height: 105px;
	background: url(../image/bt_dl.jpg) no-repeat left -112px;
	text-indent: -9999px;
	overflow: hidden;
}

dl.dl_btn dd a:hover {
	background: url(../image/bt_dl.jpg) no-repeat left top;
}

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; 
}



/*-------------------------------------
　目次
------------------------------------------------------------------------------------------------------------*/
.box_mokuji {
	margin-bottom: 10px;
}

.box_mokuji .sho {
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 14px;
}

.capter_box {
	width: auto;
	height: 33px;
	background: #ffc;
	margin: 0 auto 10px;
	padding: 22px 10px 10px 65px;
	border: #F3C solid 1px;
}

.capter_box.waku1 { background: url(../image/list_icon/no1.jpg) no-repeat 10px 10px #ffc;}
.capter_box.waku2 { background: url(../image/list_icon/no2.jpg) no-repeat 10px 10px #ffc;}
.capter_box.waku3 { background: url(../image/list_icon/no3.jpg) no-repeat 10px 10px #ffc;}
.capter_box.waku4 { background: url(../image/list_icon/no4.jpg) no-repeat 10px 10px #ffc;}
.capter_box.waku5 { background: url(../image/list_icon/no5.jpg) no-repeat 10px 10px #ffc;}
.capter_box.waku6 { background: url(../image/list_icon/no6.jpg) no-repeat 10px 10px #ffc;}
.capter_box.waku7 { background: url(../image/list_icon/no7.jpg) no-repeat 10px 10px #ffc;}
.capter_box.waku8 { background: url(../image/list_icon/no8.jpg) no-repeat 10px 10px #ffc;}
.capter_box.waku9 { background: url(../image/list_icon/no9.jpg) no-repeat 10px 10px #ffc;}
.capter_box.waku10 { background: url(../image/list_icon/no10.jpg) no-repeat 10px 10px #ffc;}

