@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	color: #00123c;
	font-size: 0.75em;
	font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Lucida Grande', 'sans-serif' ;
}
#container {
	max-width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
/*-------------------------------------------------------------- header ----------*/
#header {
	width:100%;
	color:#ffffff;
}
#header h1 {
	font-size:16px;
	line-height: 1.25em;
	margin: 6px 5px;
}
#header .description {
	color:#ffffff;
	font-size:10px;
	text-align: center;
	line-height:2.0em;
}
#header .catch {
	float: left;
}
#formArea {
	float: right;
	width:230px;
	height:102px;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	margin: 10px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#formArea_01 {
	font-size: 14px;
	padding: 5px;
	line-height: 17px;
	color: #000000;
	font-weight: 700;
}
#formArea_02 {
	font-size:24px;
	line-height:17px;
	color:#ff0000;
	font-weight:700;
}
#formArea_03 {
	font-size:14px;
	line-height:17px;
	color:#000000;
	font-weight:700;
}
#formArea_02_1 {
	display:none;
}

#logo img {
	float: left;
}

/*----------------------------------------------- fontsize -----*/
.fontS {font-size: 75% }
.fontM { font-size: 85% }
.fontL { font-size: 95% }
.mod_headerbox_size {
	font-size: 1.2em;
	width: 120px;
	margin: 35px 20px 0px 0px;
	position:relative;
	overflow:hidden;
	float: right;
}
.mod_headerbox_size ul {
}
.mod_headerbox_size ul li {
	float: left;
	width:30px;
	margin: 5px;
	height: 30px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.mod_headerbox_size ul li span {
  display: block;
  cursor: pointer;
}
.mod_headerbox_size ul li.active span {
  margin-top: -30px;
}
.mod_headerbox_size ul li span:hover{
	margin-top:-30px;
}
/*----------------------------------------------- /fontsize -----*/
/*-------------------------------------------------------------- /header ----------*/







/*---------------------------------------------------------- footer --------------*/
#footer {
	color: #ffffff;
	background-color:#6f1210;
	width: 100%;
}

#footer .box1 {
	max-width: 950px;
	margin: 0 auto; 
	
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footNavi dl {
	float: left;
	width: 150px;
	margin: 5px;
}
#footNavi dt {
	font-size: 1.2em;
	font-weight: 700;
}
#footNavi dd {
	font-size: 0.9em;
	margin: 5px 0 5px 5px;
}

#company {
	float: left;
}
#companyTel {
	float: left;
	text-align: center;
	margin: 20px;
}

#footArea ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footArea li {
	background-image:url(../images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin: 5px 10px;
	padding: 5px 10px;
}
#copy {
	color: #ffffff;
	text-align:right;
	margin: 5px 50px 5px 5px;
}	

/*---------------------------------------------------------- /footer --------------*/