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

/*===============================*/
/*//基本設定//*/
/*===============================*/

*{ margin: 0; padding: 0;}

html,body{
	font-size: 16px;
	color: #555555;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	line-height: 2.2em;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

a{ color: #2A7CA5;}
a:hover{ text-decoration: none;}

img{ vertical-align: top; border: none;}

li{ list-style: none;}

body {
}
#wrap{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.box960px{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.box780px{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.box760px{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#fv {
	width: 100%;
	height: 590px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/firstview-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#box01 {
	width: 100%;
	height: 724px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/box01-ttlbg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#box01 #txt {
	background-image: url(img/box01-img.png);
	background-repeat: no-repeat;
	height: 500px;
	padding-left: 440px;
	padding-right: 80px;
}
#box01 #txt p {
	margin-bottom: 20px;
}

#box03 {
	width: 100%;
	height: 1300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/box03-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 58px;
	color: #FFFFFF;
}
#box04 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/box04-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #F6F6F4;
	padding-bottom: 60px;
}
#box04 #box04ttl-bg {
	background-image: url(img/box04-ttl-bg.png);
	background-repeat: repeat-x;
	height: 152px;
	text-align: center;
}
#box04 #answer {
	background-image: url(img/box04-a.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}
#box05 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/box05-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#box05 table {
	background-color: #D1D1D1;
	width: 100%;
}
#box05 th, #box05 td {
	background-color: #FFFFFF;
}
#box05 th {
	text-align: right;
	font-weight: normal;
	width: 220px;
	padding-right: 30px;
}
#box05 td {
	margin-left: 0px;
	padding-left: 30px;
}


.btn {
	width: 100%;
	height: 481px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/btn-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#footer {
	text-align: center;
	background-color: #F4F4F4;
	margin-top: 80px;
	padding-top: 20px;
}
#footer #footerlink {
	font-size: 14px;
}
#footer #footerlink a {
	color: #333333;
}
#footer #copy {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	padding-top: 30px;
}

#footer #copy a {
	color: #FFFFFF;
	text-decoration: none;
}









/*===============================*/
/*//資料請求ページ//*/
/*===============================*/
#wrap {
	background-color: #F4F4F4;
}
#wrap #header {
	background-image: url(img/company_bg.png);
	background-repeat: repeat-x;
	height: 224px;
}
#wrap .text {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
#wrap .text p {
	margin-bottom: 20px;
}
#wrap .text #otoiwase-tel {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A28866;
	padding-top: 10px;
	padding-bottom: 10px;
}
#formwrap {
	padding-top: 20px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	background-position: center bottom;
}
#formwrap #formbox {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#formbox .inputTable {
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 14px;
}
#formbox th {
	font-weight: normal;
	border-bottom: 1px dashed #F4F4F4;
	background-color: #C8C8C8;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	width: 200px;
	color: #FFFFFF;
}
#formbox .must {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #F24C66;
	display: block;
	float: right;
	line-height: 16px;
	padding-right: 2px;
	padding-left: 2px;
	margin-top: 7px;
}
#formbox td {
	border-bottom: 1px dashed #F4F4F4;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
#formbox input {
	padding-top: 5px;
	padding-bottom: 5px;
}
#formbox .tf {
	width: 450px;
}
#formbox select {
	padding-top: 5px;
	padding-bottom: 5px;
}
#formbox #label_ademand {
	height: 200px;
	width: 450px;
}
#formbox .t_center {
	text-align: center;
}
#formbox .send {
	margin-right: 10px;
	border: 1px solid #B3A584;
	background-color: #B3A584;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #FFFFFF;
}
#formbox .send a:hover{
	border: 1px solid #F24C66;
	background-color: #F24C66;
	color: #FFFFFF;
}
#formbox .reset {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	
	background-color: #BFBFBF;
	border: 1px solid #BFBFBF;
	color: #FFFFFF;
}
