/*common----------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
}
img{
	vertical-align:bottom;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
img {
	border:none;
	margin:0;
	padding:0;
}
h1 {
	color:#300A04;
	font-size:220%;
	margin-bottom:25px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
}
h3 {
	background-color:#3C0D04;
	color:#FFF;
	padding:2px 5px 2px 15px;
	font-size:110%;
	background-image: url(../img/h3_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:15px;
	clear:both;
	font-weight:bold;
}

h3.gb-brown {
	background-color:#4A3403;
}
h3.gb-blue {
	background-color:#0F2D51;
}

h3.gb-pink {
	background-color:#A14D4D;
}
h3.gb-green {
	background-color:#5D7837;
}


p {
	margin:0 0 1em 0;
	padding:0;
	line-height:140%;
	font-size:90%;
}
dl {
	margin:0 0 1em 0;
	padding:0;
	line-height:160%;
	font-size:80%;
}
dl dt {
	float:left;
	width:4em;
}
dl dd {
	width:auto;
	margin-left:4em;
}

#wrp {
	width:900px;
	margin:0 auto;
	background: url(../img/bg.jpg) repeat-y center top;
}

.section{
	clear:both;
	margin-bottom:20px;
}
.center{
	text-align:center;
}


.fs-small{
	font-size:70%;
}

.fs-bigger{
	font-size:120%;
	font-weight:bold;
}

.fc-brown{
	color:#663300;
}

.fc-brown-red{
	color:#7D1A21;
}


ul.arrowLink{
	font-size:90%;
	color:#7D1620;
	font-weight:bold;
}
ul.arrowLink a,
ul.arrowLink a:link,
ul.arrowLink a:visited{
	color:#7D1A21;
	text-decoration: none;
	display:block;
}
ul.arrowLink a:hover{
	color:#9C2E3C;
}
ul.arrowLink a{
	background-image: url(../img/icon/arrow_brown.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:15px;
}

ul.arrowLink li{
	margin-bottom:10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}

ul.btLink{
}
ul.btLink a,
ul.btLink a:link,
ul.btLink a:visited{
	color:#FFF;
	text-decoration: none;
	text-align:center;
	font-size:140%;
}
ul.btLink a{
	padding:5px;
	display:block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9998a+0,76563f+54,4a271b+100 */

background: #a9998a; /* Old browsers */
	background: -moz-linear-gradient(top,  #a9998a 0%, #76563f 54%, #4a271b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a9998a 0%,#76563f 54%,#4a271b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9998a', endColorstr='#4a271b',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	background-color: linear-gradient;
	background-position: bottom;	
	
}



ul.btLink li{
	text-align:center;
	display:block;
	margin-bottom:10px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9998a+0,76563f+54,4a271b+100 */

background: #a9998a; /* Old browsers */
	background: -moz-linear-gradient(top,  #a9998a 0%, #76563f 54%, #4a271b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a9998a 0%,#76563f 54%,#4a271b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ico_arrow-white{
	background-image: url(../img/icon/arrow_white.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:inline-block;
	width:10px;
	height:12px;
}

ul.btLink a:hover,
ul.btLink li:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4a28e+0,88684d+54,5f3729+100 */

background: #b4a28e; /* Old browsers */

background: -moz-linear-gradient(top,  #b4a28e 0%, #88684d 54%, #5f3729 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #b4a28e 0%,#88684d 54%,#5f3729 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #b4a28e 0%,#88684d 54%,#5f3729 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4a28e', endColorstr='#5f3729',GradientType=0 ); /* IE6-9 */

}


/* リストレイアウト */

ul.ulStyle01{}
ul.ulStyle01 li{
	padding:0;
	margin-left:1.25em;
	line-height:normal;
	list-style-position: outside;
	list-style-type: disc;
	font-size:90%;
}
ul.ulStyle01 li dl{
	font-size:90%;
}



/* DLレイアウト */
dl.dlStyle01{
}
dl.dlStyle01 dt,
dl.dlStyle01 dd{
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #7A5A54;
	clear:both;
	float:none;
	margin:0;
	padding:0;
}
dl.dlStyle01 dt{
	width:auto;
	font-weight:bold;
	color:#49000C;
	font-size:120%;
	padding:3px 0 0 10px;
}

dl.dlStyle01 dd{
	width:auto;
	font-size:100%;
	padding:5px 0 0 25px;
	margin-bottom:15px;	
}

dl.dlStyle02{
}
dl.dlStyle02 dt,
dl.dlStyle02 dd{
	clear:both;
	float:none;
	margin:0;
	padding:0;
}
dl.dlStyle02 dt{
	width:auto;
	font-weight:bold;
	color:#49000C;
	font-size:120%;
}

dl.dlStyle02 dd{
	clear:both;
	width:auto;
	font-size:100%;
	padding-left:25px;
	margin-bottom:15px;
	background-image: url(../img/icon/arrow_down.png);
	background-repeat: repeat-y;
	background-position: 2px bottom;
}
dl.dlStyle02 dd.noArrow{
	background:none;
}
/* テーブルレイアウト */
table.t1 {
	width:620px;
	border: solid 2px #ADAAA1;
	font-size:80%;
	border-collapse: collapse;
	margin:0 0 20px 0;
}
table.t1 caption {
	text-align:right;
	font-size:12px;
}
table.t1 th {
	border: solid 1px #ADAAA1;
	background-color:#F6F6F5;
	padding:6px 13px;
	text-align:center;
}
table.t1 td {
	border: solid 1px #ADAAA1;
	background-color:#fff;
	padding:6px 13px;
}



table.t2 {
	border: solid 2px #ADAAA1;
	text-align:left;
	font-size:70%;
	overflow:auto;
	border-collapse: collapse;
	width: 620px;
	margin-bottom:20px;
}
table.t2 caption {
	text-align:right;
	font-size:12px;
}
table.t2 th {
	border: solid 1px #ADAAA1;
	background-color:#F6F6F5;
	padding:6px 2px;
	text-align:center;
}
table.t2 td {
	border: solid 1px #ADAAA1;
	background-color:#fff;
	padding:6px 13px;
	text-align:center;
}

table.t3 {
	border: solid 2px #ADAAA1;
	text-align:left;
	font-size:70%;
	
	border-collapse: collapse;
	
	width:360px;
	float:left;
}
p.t3img {
	float:left;
}
table.t3 caption {
	text-align:right;
	font-size:12px;
}
table.t3 th {
	border: solid 1px #ADAAA1;
	background-color:#F6F6F5;
	padding:6px 2px;
	text-align:center;
}
table.t3 td {
	border: solid 1px #ADAAA1;
	background-color:#fff;
	padding:6px 13px;
	text-align:center;
}

/*--------------------------------------------------------------------------------
  clearfix
--------------------------------------------------------------------------------*/
#wrp:after,
dl:after,
#wrp-contents:after {
	content: ".";
	line-height: 0;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
}
#wrp,
dl,
#wrp-contents {
	display:inline-block;
	min-height:1%; /* for IE 7*/
}
/* Hides from IE-mac \*/
* html #wrp,
* html dl,
* html #wrp-contents {
	height: 1%;
}
#wrp,
dl,
#wrp-contents{
	display: block;
}
/* End hide from IE-mac */

/*--------------------------------------------------------------------------------




/* ============ メインコンテンツ  ============ */

#wrp-contents{
	background-image: url(../img/wrp-cont_bg.gif);
	background-repeat: repeat-y;
	background-position: 210px 0;
}
#main {
	padding:0 35px 25px 0;
	margin:0;
	width:620px;
	float:right;
}
#index #main {
	padding:0 10px 10px 0;
	margin:0;
	width:670px;
	float:right;
}

#header{
	margin-bottom:40px;
	position:relative;
}

#header .registration{
	font-size:120%;
	position:absolute;
	right: 15px;
	bottom: 15px;
}
#header .registration a,
#header .registration a:link,
#header .registration a:visited{
	color:#FFF;
	display:block;
	background-image: url(../img/icon/arrow_white.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#header .registration a:hover{
	text-decoration:none;
	color: #FF9;
}

/* ナビ */
#nav {
	width:210px;
	float:left;
	padding-bottom: 25px;
}
#nav ul.internal {
	margin:0 0 0 10px;
	padding:10px 0 0 0;
	border-top:#333 solid 1px;
}
#nav ul.internal li {
	list-style:none;
	padding:0 0 3px 0;
	margin:0;
	width:190px;
	height:47px;
	text-align: right;
}
#nav ul.internal li a {
	list-style:none;
	margin:0;
	padding:0;
}

/* フッター */
#footer {
	clear:both;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:880px;
	height:80px;
	padding:10px;
}
#footer p{
	color:#FFF;
	vertical-align:bottom;
	margin:0 0 5px 0;
}

#footer .logo{
	margin-right:5px;
}
#footer .fs-bigger{
	font-size:20px;
	font-weight:bold;
}
#footer .fs-small{
	font-size:12px;
}

#footer .time{
	font-size:13px;
}
#footer .mail{
	width:73px;
	height:14px;
	display:block;
	background-image: url(../img/ft_mail.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}
#footer .address{
	font-size:11px;
}
#footer .address-inner{
	float:left;
	display:block;
	margin-right:5px;
}

#footer .copyright{
	font-size:10px;
	clear:both;
	
}



/*top----------------------------------------------------------------------*/


#topText {
	margin:0 0 15px 0;
}
#topText ul {
	margin: 0;
	padding: 0;
	height: 160px;
}
#topText li {
	position: relative;
	top: 8px;
	margin: 0 0 2px;
	padding: 0;
	line-height: 1;
	list-style: none;
}
#topText li img {
	vertical-align: bottom;
	background: transparent;
}


/* リードブロック */

#index .leadBL,
#index .leadBL a{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#000;
	font-size:100%;
}
#index .text-strong{
	font-size:150%;
	color:#49000C;
}
#index .text-att{
	
	color:#CC3300;
}

#index .fs-small{
	font-size:100%;
}
#index .fc-strong{
	color:#3C0F05;
}


#index .leadBL h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-size:225%;
	color:#2F0C03;
	font-weight:bold;
	line-height:130%;
	margin-bottom:10px;
}
#index .leadBL hr.hr-line{
	width:95%;
	margin: auto;
	margin-bottom:20px;
}
#index .leadBL p.lead-text{
	color:#2F0C03;
	font-size:100%;
	font-weight:bold;
	line-height:180%;
}

/* 画像ブロック */

#index .imgBL .balloon1 p,
#index .imgBL .balloon2 p,
#index .imgBL .balloon3 p{
	margin:0;
	padding:0;
}

#index .imgBL,
#index .imgBL a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#index .imgBL{
	position:relative;
}

#index .imgBL a,
#index .imgBL a:link,
#index .imgBL a:visited{
	color:color:#000;
}
#index .imgBL p.text{
	padding:0 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8F242B;
	border-left-color: #8F242B;
	background-color:#FFF;
	font-size:14px;
	font-weight:bold;
}


#index .imgBL .balloon1{
	width:620px;
	background-image:url(../img/top_balloon1-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position: absolute;
	z-index:100;
	left: 30px;
	top: 6px;
}
#index .imgBL .balloon2{
	width:186px;
	background-image:url(../img/top_balloon2-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	z-index:101;
	position: absolute;
	left: 3px;
	top: 149px;
}

#index .imgBL .balloon3{
	width:186px;
	background-image:url(../img/top_balloon3-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	z-index:102;
	position: absolute;
	right: -5px;
	top: 185px;
}
#index .imgBL .imgLink1{
	z-index:95;
	position: absolute;
	left: 262px;
	top: 107px;
}
#index .imgBL .imgLink2{
	z-index:96;
	position: absolute;
	left: 136px;
	top: 262px;
}
#index .imgBL .imgLink3{
	z-index:97;
	position: absolute;
	right: 125px;
	top: 262px;
}


#index .imgBL .balloon-text p{
	font-size:11px;
	padding:0;
	margin:0;
}

#index .imgBL .balloon-text{
	display:block;
	float:left;
	vertical-align:top;
	font-size:10px;
	width:162px;
	background-image:url(../img/top_balloon-text-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 5px 0;
/*	margin-right:5px;*/
	margin-left:45px;
}
#index .imgBL .balloon-text .text{
	padding:0 5px;
}
/*20160720 sawada add start */
#index .imgBL .clear{
	clear:both;
}
#index .imgBL .balloon-text_box{
	margin-left:100px;
	margin-top:20px;
}
/*20160720 sawada add end */

#index .imgBL .infoBox{
	clear:both;
	padding-top:25px;
	text-align:center;
}
#index .infoBox .infoText{
	color:#80423C;
	width:25em;
	padding:5px;
	margin:0 auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8E242B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8E242B;
	margin-bottom:25px;
	font-weight: bold;
}


/*intro----------------------------------------------------------------------*/


#intro{}
div.intro {
	background: url(../img/lp_intro.gif) no-repeat center top;
	width:900px;
	height:1550px;
	margin:0 auto;
}




/*features----------------------------------------------------------------------*/



div.features {
	background: url(../img/lp_features.gif) no-repeat center top;
	width:900px;
	height:1040px;
	margin:0 auto;
}
/*muryou----------------------------------------------------------------------*/



div.muryou {
	background: url(../img/lp_muryou.gif) no-repeat center top;
	width:900px;
	margin:0 auto;
	position:relative;
}
.muryou_bnr1 {
	position:absolute;
	left: 257px;
	top: 349px;
 *top: 352px;
}
.muryou_bnr2 {
	margin:0 0 0 45px;
}
.mb20 {
	margin-bottom:40px
}
.muryou_bnr3 {
	position:absolute;
	left: 258px;
	top: 465px;
}
.muryou_bnr4 {
	position:absolute;
	left: 258px;
	top: 380px;
}
.muryou_bnr4-2 {
	position:absolute;
	left: 258px;
	top: 490px;
}
.muryou_bnr4-3 {
	position:absolute;
	left: 258px;
	top: 785px;
}
/*yuuryou----------------------------------------------------------------------*/



div.yuuryou {
	background: url(../img/lp_yuuryou.gif) no-repeat center top;
	width:900px;
	margin:0 auto;
	position:relative;
}
.yuuryou_bnr1 {
	margin:5px 0 0 37px;
}
/*payment----------------------------------------------------------------------*/



div.payment {
	background: url(../img/lp_payment.gif) no-repeat center top;
	width:900px;
	margin:0 auto;
}
div.payment table.t1 {
	width:615px;
	border: solid 2px #ADAAA1;
	text-align:left;
	font-size:13px;
	overflow:auto;
	border-collapse: collapse;
	margin:0 0 227px 0;
}
div.payment table.t1 caption {
	text-align:right;
	font-size:12px;
}
div.payment table.t1 th {
	border: solid 1px #ADAAA1;
	background-color:#F6F6F5;
	padding:6px 13px;
	text-align:center;
}
div.payment table.t1 td {
	border: solid 1px #ADAAA1;
	background-color:#fff;
	padding:6px 13px;
}
.w50 {
	width:50px;
}
/*ryoukin----------------------------------------------------------------------*/





div.ryoukin {
	background: url(../img/lp_ryoukin.gif) no-repeat center top;
	width:900px;
	margin:0 auto;
}
div.table_box {
	padding:0px 0 0 30px;
	position:relative;
}

.table_box_in {
	height:140px;
}
p.link1 {
	position:absolute;
	bottom:119px;
	left:411px;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
.link1_box {
	position:relative;
}
/*kaiyaku----------------------------------------------------------------------*/



div.kaiyaku {
	background: url(../img/lp_kaiyaku.gif) no-repeat center top;
	width:900px;
	margin:0 auto;
}
/*sasshi----------------------------------------------------------------------*/



div.sasshi {
	background: url(../img/lp_sasshi.gif) no-repeat center top;
	width:900px;
	margin:0 auto;
}
.sasshi_bnr1 {
	position:absolute;
	top: 134px;
	left: 30px;
}
.sasshi_bnr2 {
	position:absolute;
	top: 302px;
	left: 207px;
}
/*objective----------------------------------------------------------------------*/



div.objective {
	background: url("../img/lp_ryoukin.gif") no-repeat scroll center top transparent;
	margin: 0 auto;
	width: 900px;
}

.mb25 {
	margin-bottom:25px;
}
