/*--------------------------------------------------------------------------
Copyright Palette7 Ryoko_A  All rights Reserved.
--------------------------------------------------------------------------*/
@charset "utf-8";

/* --HTML-- */
html {
	background-color:#FEF6FC;

}

/* --BODY-- */
body {
	font-size: 17px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color:#000;
	line-height: 155%;
	background: url(../img/body_bg.png) repeat;
	*overflow-y:scroll;
	_overflow-y:scroll;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a {
	text-decoration: underline;
	color: #3A4199;
}
a:hover {
	text-decoration: none;
	color: #E2041B;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka { color:#EA0000; }
.aka16 {
	color: #ff0000;
	font-size:16pt;
}
.ao { color: #016798; }
.tya { color: #bd000e; }
.gray { color: #3d3737; }
.green { color: #009900; }

.size8 { font-size: 8px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 {
	font-size: 12px;
}
.size14 { font-size: 14px; }
.size16 {
	font-size: 16pt;
}
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size22_aka { font-size: 22px; color:#F00;}
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }
.size30_aka {
	font-size: 30px;
	color:#F00;
	font-weight:bolder;
	line-height: 120%;
}
.size36 { font-size: 36px; }
.size48 { font-size: 48px; }

.size48_aka {
	font-size: 48px;
	color:#C00;
	font-weight:bolder;
	line-height: 120%;
}


.size50_aka {
	font-size: 50px;
	color:#C00;
	font-weight:bolder;
	line-height: 120%;
}

.size60_aka {
	font-size: 60px;
	color:#cc0000;
	font-weight:bolder;
	line-height: 120%;
}

.size72 { font-size: 72px; }

.b { font-weight: bold; }
.strong{ font-weight: bold; }
.em{ font-weight: bold; }

.yline { background:#F8DE60; font-weight:bold;}
.yline_b {
	background: #ffff00;
	font-weight:bold;
	font-size:16pt;
}

.uline{
	text-decoration:underline;
}


.yline_b2 {
	background: #ffff00;
	font-weight:bold;
	font-size:28px;
	margin-top:40px;
	line-height: 180%;
}


/* 画像
─────────────────────────── */

img{
	border: none;
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
.imgl {
	padding: 0 15px 10px 0;
	float: left;
}
.imgr {
	padding: 0px 0px 10px 15px;
	float: right;
}

.imgr2 {
	padding: 0px 70px 0px 15px;
	float: right;
}

.imgr4{
	float:right;
	padding:0 100px 0 0;
}


/* 見出し
─────────────────────────── */
h1 {
	color:#fff;
	margin:0;
	text-indent: -9999px;
	height: 1px;
}

.mds img{
	text-align:left;
	display:block;
	margin-left:77px;
}

.mds2 img{
	text-align:left;
	display:block;
	margin-left:107px;
}

.banner-in{
	line-height:240%;
}









/* #container */

#container {
	width: 882px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align:center;
	background:url(../img/content_bg.png) repeat-y;
}

#content{
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	background-color:transparent;
	overflow: hidden;
}

.content_a{
	width: 1000px;
	margin: 30px 0 10px;
	padding: 0;
	overflow: hidden;
}

.content_a p{
	margin:20px 40px;
}


#content_a p,
#content_a table {
margin-left:12px;
}

#content_a table tr th,
#content_a table tr td {
border-color:#999;
text-align:center;
}

#content_a table tr th {
background:#ccc;
}

#content_a table tr.even td {
background:#eee;
}

#content_a fieldset div {
height:30px;
}


#head{
	width:100%;
	background:url(../img/header_bg.png) repeat-x;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer {
	width:780px;
	margin:0 auto;
	border-top: 2px solid #EE2B92;
	clear: both;
	line-height: 130%;
}

/* メニュー
─────────────────────────── */

#footer ul {
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	width:668px;
}
#footer li {
	list-style-type: none;
	display: inline;
	padding: 0px 5px;
	font-size: 12px;
	color: #3F1313;
}
#footer li a {
	color: #3F1313;
	text-decoration: none;
}
#footer li a:hover {
	color: #FF9900;
	text-decoration: none;
}

/* コピーライト
─────────────────────────── */

#foot-end {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #3F1313;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-top: 1px solid #999;
}
#foot-end a {
	text-decoration: none;
	color: #3F1313;
}
#foot-end a:hover {
	text-decoration: none;
	color: #FF9900;
}

/* ------------　ボタン　----------------------------------------------------   */

.btn,.btn_2,.btn_3,.btn_4,.btn_5,.btn_6,.btn_7,.btn_8,.btn_9,.btn_10,.btn_11{
	padding:0;
	width:734px;
	margin:40px auto;
}

.btn a {
	height: 169px;
	width: 734px;
	display: block;
	background:url(../img/btn.png) no-repeat;
}

.btn_2 a {
	height: 169px;
	width: 770px;
	display: block;
	background:url(../img/btn2.png) no-repeat;
}

.btn_3 a {
	height: 169px;
	width: 770px;
	display: block;
	background:url(../img/btn3.png) no-repeat;
}

.btn_4 a {
	height: 169px;
	width: 770px;
	display: block;
	background:url(../img/btn4.png) no-repeat;
}

.btn_5 a {
	height: 169px;
	width: 770px;
	display: block;
	background:url(../img/btn5.png) no-repeat;
}

.btn_6 a {
	height: 169px;
	width: 770px;
	display: block;
	background:url(../img/btn6.png) no-repeat;
}

.btn_7 a {
	height: 169px;
	width: 770px;
	display: block;
	background:url(../img/btn7.png) no-repeat;
}

.btn_8 a {
	height: 169px;
	width: 770px;
	display: block;
	background:url(../img/btn8.png) no-repeat;
}

.btn_9 a {
	height: 169px;
	width: 770px;
	display: block;
	background:url(../img/btn9.png) no-repeat;
}

.btn_10 a {
	height: 169px;
	width: 770px;
	display: block;
	background:url(../img/btn10.png) no-repeat;
}

.btn_11 a {
	height: 169px;
	width: 770px;
	display: block;
	background:url(../img/btn11.png) no-repeat;
}

.btn a:hover,.btn_2 a:hover,.btn_3 a:hover,.btn_4 a:hover,.btn_5 a:hover,.btn_6 a:hover,.btn_7 a:hover,.btn_8 a:hover,.btn_9 a:hover,.btn_10 a:hover,.btn_11 a:hover {
    background-position :left bottom;
}


#container .timer{
	background:url(../img/timer3.png) no-repeat;
	text-align:center;
	width:673px;
	margin:15px auto;
	padding:21px 0 24px 0;
}


/* ■コンテンツ■ */

.box1{
	width:742px;
	margin:40px auto;
	font-size: 16px;
	line-height: 160%;
}

.box1_mid{
	background:url(../img/box1_mid.png) repeat-y;
	padding:20px 40px 0px;
}

.box1 p{
	padding:0 20px;
}


.koushi{
	width:742px;
	margin:40px auto;
	font-size: 16px;
	line-height: 130%;
}

.koushi_mid{
	margin:0;
	background:url(../img/box_koushi_mid.png) repeat-y;
	padding:20px 45px 20px;
	font-size: 16px;
	line-height: 130%;
	text-align:left;
}

.box1_1{
	margin:0;
	padding:0px 140px 30px;
	font-size: 16px;
	line-height: 130%;
}

.box2{
	width:794px;
	margin:20px auto;
	text-align: left;
}

.box2_mid{
	background:url(../img/bullet_mid.png) repeat-y;
	padding:20px 60px;
}

.box2_mid ul li{
	list-style-type: none;
	background:url(../img/check.png) left 4px no-repeat;
	background-positon: left center;
	padding: 6px 0px 5px 30px;
	font-size:18px;
	font-weight:bold;
	line-height:180%;
	border-bottom:1px dashed #ccc;
}


.box2_2{
	width:794px;
	margin:20px auto;
	text-align: left;
}

.box2_2_mid{
	background:url(../img/bullet2_mid.png) repeat-y;
	padding:20px 60px;
}

.box2_2_mid ul li{
	list-style-type: none;
	background:url(../img/check.png) left 4px no-repeat;
	background-positon: left center;
	padding: 6px 0px 5px 30px;
	font-size:18px;
	font-weight:bold;
	line-height:180%;
	border-bottom:1px dashed #ccc;
}

.box3{
	width:794px;
	margin:30px auto;
}

.box3_top{
	background:url(../img/box3_top.png) no-repeat;
	padding:100px 235px 0px 30px;
}

.box3_top p,.box3_mid p,.box1_mid p,.voice_mid p,.tokuten_mid p{
	margin:0;
}

.box3_mid{
	background:url(../img/box3_mid.png) repeat-y;
	padding:0px 50px 15px;
}

.naiyou{
	width:696px;
	margin:0px auto;
	padding:15px 0;
}

.naiyou_mid{
	background:url(../img/naiyou_mid.png) repeat-y;
	padding:10px 25px;
}

.naiyou_mid p{
	padding:20px 25px 35px;
}

.naiyou_mid p.np_l{
	padding:20px 25px 10px;
}

.mse{
	width:654px;
	margin:0 0 30px 0;
}

.mse_mid{
	background:url(../img/mse_mid.png) repeat-y;
	padding:0 30px;
}

.voice{
	width:790px;
	margin:30px auto;
}

.voice_mid{
	background:url(../img/voice_mid.png) repeat-y;
	padding:0px 80px;
}

.tokuten{
	width:788px;
	margin:20px auto;
}

.tokuten_mid{
	background:url(../img/tokuten_mid.png) repeat-y;
	padding:20px 60px 0;
}

.tokuten_mid .tokuten_c_mid{
	background:url(../img/tokuten_c_mid.png) repeat-y;
	padding:20px 40px;
}

.qa{
	width:742px;
	margin:40px auto;
	font-size: 16px;
	line-height: 160%;
}

.qa p.q{
	background:url(../img/q.png) no-repeat;
	padding:0 0 10px 60px;
	margin:15px 0 10px 0;
	border-bottom:1px dotted #016798;
}

.qa p.a{
	background:url(../img/a.png) no-repeat;
	padding:0 0 10px 60px;
	margin:15px 0 10px 0;
	border-bottom:3px double #016798;
}

.doouga{
	width:728px;
	margin:0 auto;
	background:url(../img/douga_bg.png) no-repeat;
	padding:35px 30px;
}


.form{
	width:788px;
	margin:30px auto;
}

.form_mid{
	background:url(../img/form_mid.png) repeat-y;
	padding:20px;
}

.form_mid td{
	padding:15px 10px;
}

.bank{
	padding:15px;
	width:700px;
	margin:40px auto;
}

.bank table{
	width:600px;
}


.thanks_box1{
	margin:0;
	padding:30px 120px;
	font-size: 21px;
	line-height: 130%;
}


.thanks_info{
	border:#CCC 1px dashed;
	background:#f4f4f4;
	width: 600px;
	margin: 20px auto 40px;
}

.thanks_info p{
	margin: 20px auto;
	text-align:center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特定電子メール法に基づく表記 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.law-content {
	width: 690px;
	margin: 0px auto;
	padding: 0px 0px;
	clear: both;
	overflow: hidden;
	text-align:left;
}

.law-content2 {
	padding: 0px 25px 40px;
	border:1px dashed #ccc;
	margin:0 0 60px 0;

}



.law-content h1{
	background:#F6F6F6;
	color:#000;
	margin:40px auto 0;
	padding:40px 10px;
	text-align:center;
	font-size:24px;
	text-indent:0;
	vertical-align: baseline;
	height:auto;
	border:1px solid #EAEAEA;
}

.law-content h2{
	background:none;
	color:#000;
	margin:30px auto 20px;
	padding:3px 10px;
	text-align:left;
	font-size:18px;
	border-bottom:1px solid #ccc;
	border-left:6px solid #666;
}

.law-content h3{
	background:none;
	color:#000;
	margin:20px auto 10px;
	padding:10px 0 5px;
	text-align:left;
	font-size:16px;
	border-bottom:1px dashed #ccc;
}

.law-content h3.h3_2{
	background:none;
	color:#000;
	margin:25px auto 10px;
	padding:0px 10px;
	text-align:left;
	font-size:16px;
	border-left:20px dashed #ccc;
	border-bottom:none;
}

.law-content p{
	font-size:14px;
}


table.law {
	width: 776px;
	height: auto;
	font-size: 13px;
	margin: 0px 30px 20px 30px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
td.right {
	text-align: left;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}
td.left {
	font-weight: bold;
	text-align: left;
	padding: 10px;
	background-color: #F8F8F8;
	border-top: 1px solid #CCCCCC;
}
td.right-last {
	text-align: left;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
td.left-last {
	font-weight: bold;
	text-align: left;
	padding: 10px;
	background-color: #F8F8F8;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#law-copyright {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #666666;
	border-top: 1px solid #666666;
}
#law-copyright a {
	text-decoration: none;
	color: #FFFFFF;
}
#law-copyright a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
