@charset "utf-8";
/* CSS Document */


body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	color: #333;
	text-align: center;
	background: #fae9e1 url(../images/body_bg.png) 0 0 repeat;
	margin:0;
}
#wrapper {
	width: 100%;
	background: url(../images/header_bg.png) 0 0 repeat-x;
	font-size:160%;
}
#content {
	background: url(../images/content_bg.png) 0 0 repeat-y;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 40px;
}
#header {
	width: 960px;
	margin: 0 auto 30px;
}
#header p {
	margin: 0;
}

#footer {
	clear: both;
	background-color: #0b0b0b;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 0;
	margin: 0px;
	line-height: 2;
	text-align: center;
}


/* contents */
h1 { margin:0; clear:both; }
h2 { margin: 30px 0 30px 10px; clear:both; }
h3 {
	color: #f27900;
	border-top: 1px solid #f0a860;
	border-bottom: 1px solid #f0a860;
	padding: 5px 0 2px;
	font-size: 140%;
	margin: 30px 0 20px;
	clear:both;
}
.profileBox h3 {
	color: #b3251b;
	border-top: none;
	border-bottom: none;
	padding: 0 ;
	font-size: 130%;
	margin: 10px 0 0;
	line-height: 1;
	display: inline-block;
}
.hfour {
	font-weight: bold;
}
.box {
	padding:0 60px 20px;
	line-height:1.7;
}
.box p { margin: 0 0 1.5em;}

.box02 {
	border: 15px solid #c4e0f5;
	padding: 20px 30px;
	margin-bottom: 30px;
	background: #f7fcff;
	color: #0d3d80;
}
.box02 .name {
	text-align: right;
	border-bottom: 1px solid #c4e0f5;
	padding: 0.5em 0 1em;
}
.profileBox {
	padding:0 60px 20px;
	line-height:1.7;
	margin-bottom: 40px;
}

ul {margin:0;}
li {
	list-style-type: none;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
.marked li {list-style-type: disc; margin-left: -20px;}

hr.hr_01 {
	border: 2px dotted #f0ba84;
	margin: 30px 0
}

table {
	border-collapse:collapse;
}

table.tbl01 {
	width: 100%;
	margin-bottom: 50px;
	border-top:#CCC 1px solid;
}
table.tbl01 th {
	padding:15px ;
	background-color: #fff5f2;
	border-bottom:#CCC 1px solid;
	font-weight: normal;
	white-space: nowrap;
}
table.tbl01 td {
	padding:15px 20px;
	border-bottom:#CCC 1px solid;
}
table.tbl01 .input_text {
	width:365px; height:20px;
}

/* footer */
#footer li {
	border-right: 1px solid #FFFFFF;
	display: inline;
	line-height: 50px;
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	white-space: nowrap;
}

#footer li.last {
	border: medium none;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer p {
	margin: 0;
	padding-bottom: 2em;
}

/* 特定商取引に基づく表記 */
.law {
	background: url(../images/declaration_table.png) no-repeat scroll 0 0 transparent;
	height: 670px;
	margin: 5px auto 0;
	width: 780px;
}

.imgR { float:right; margin: 0 0 15px 20px;}
.imgL { float:left; margin: 0 15px 20px 0;}
.right {text-align: right;}
.center { text-align:center;}
.bold { font-weight:bold; }
.red { color:red; font-weight:bold;}
.large { font-size:1.2em; line-height:1.6;}
.bgYellow { background-color: #fff4b2;padding: 7px 10px 2px;}
.bgCream{
	background-color: #fff7e5;
	padding: 25px 30px 15px;
	margin-bottom: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* margins */
.mb0 { margin-bottom:0 !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mr15 { margin-right:15px !important; }
.ml10 {margin-left: 10px; }

.flm{ width: 400px; height: 80px; }



.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
	font-size: 0;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


