@charset "utf-8";
/* CSS Document */
/*-------------------------------------
Yahoo UI Library Font-size Adjustment
10px = 77%    11px = 85%    12px = 93%
13px = 100%   14px = 108%   15px = 116%
16px = 123.1% 17px = 131%   18px = 138.5%
19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167%   23px = 174%   24px = 182%
25px = 189%   26px = 197%
--------------------------------------*/


html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-size: 100%;
	line-height: 1.8;
	color: #000;
	background-color: #FFF;
	-webkit-text-size-adjust: none;
}

/* 回り込み解除用 */
.clear{ clear:both;}

/* new clearfix */
.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 */

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a:active {
	border: none;
}

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



/*********** container ***********/
#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
}

* html div#container {
	height: 100%; /* IE6 */
}

/*********** header ***********/
#header {
	width: 100%;
	height: 78px;
	border-bottom: 6px solid #0040b1;
}

#header div.inner {
	width: 920px;
	margin: 0 auto;
	position: relative
}

#header div.inner h1 {
	position: absolute;
	top: 15px;
	left: 0;
}

#header div.inner p.tel {
	position: absolute;
	top: 10px;
	right: 0;
}

#header div.inner p.link {
	position: absolute;
	top: 50px;
	right: 0;
	font-size: 85%;
	word-spacing: 15px;
}

#header div.inner p.link a {
	padding: 0 0 0 12px;
	background: url(../images/arrow.gif) no-repeat 0 0.5em;
	text-decoration: none;
}

#header div.inner p.link a:hover {
	text-decoration: underline;
}

/*********** mainArea ***********/
#mainArea {
	width: 1120px;
	margin: 0 auto;
	font-size: 85%;
}

#mainArea .main_image {
	width: 1120px;
	margin: 0 auto;
}


/* 入力フォーム */
#mainArea #form{
	position: relative;
	width: 900px;
	height: 450px;
	margin: 0 auto;
	padding-top: 110px;
	background: url(../images/bg_cv.png) 0 0 no-repeat;
}
#mainArea #form img {
	vertical-align: middle;
}

#mainArea #form .active {
	background-color: #9C0;
}

#mainArea #form h3 {
	margin: 0 0 7px 0;
	font-size: 24px;
	font-weight: bold;
	color: #f00;
	text-align: center;
}
#mainArea #form .right h3{
	color: #004eff;
	margin-bottom: 20px;
}
#mainArea #form h3 span{
	font-size: 18px;
	color: #000;
}

#mainArea #form select {
	margin: 0 4px;
	width: 220px;
}

#mainArea #form .left {
	width: 355px;
	float: left;
	margin: 0 0 20px 63px;
}

#mainArea #form .right {
	width: 355px;
	float: right;
	margin: 0 63px 20px 0;
}

#mainArea #form ul li {
	display: block;
	margin: 0 0 10px 0;
	text-align: right;
}
#mainArea #form .right ul{
	padding-right: 10px;
}
#mainArea #form ul li input.file {
	margin: 0 4px;
	width: 220px;
}

#mainArea #form ul li input.sizeS {
	margin: 0 4px;
	width: 45px;
}

#mainArea #form ul li input.sizeM {
	margin: 0 4px;
	width: 73px;
}

#mainArea #form ul li input.sizeL {
	margin: 0 4px;
	width: 190px;
}

#mainArea #form .btn_check {
	display: block;
	width: 709px;
	height: 48px;
	margin: 50px auto;
	text-indent: -9999px;
	background: url(../images/btn_cv.jpg) 0 0 no-repeat;
	border: none;
	outline:none;
}
#mainArea #form .btn_check:hover{
	position: relative;
	top: 2px;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

#mainArea #form .active {
	background-color: #f9d3e3;
}

/* 確認ページ */
#mainArea .check {
	width: 600px;
	margin: 50px auto;
	font-size: 85%;
}

#mainArea .check p {
	text-align: center;
	margin: 0 0 20px 0;
}

#mainArea .check table {
	width: 100%;
	margin: 0 0 30px 0;
	background-color: #FAFAFA;
}

#mainArea .check table th {
	width: 200px;
	border: 1px solid #CCC;
	padding: 4px 8px;
	background-color: #EEE;
}

#mainArea .check table td {
	border: 1px solid #CCC;
	padding: 4px 8px;
}

#mainArea .check .btn_form {
	text-align: center;
}


/* フォームボタン関係 */
#mainArea .btn_check {
	width: 127px;
	height: 40px;
	background: url(../images/btn_check.gif) no-repeat;
	cursor: pointer;
}

#mainArea .btn_check:hover {
	background-position: 0 -40px;
}

#mainArea .btn_back {
	width: 127px;
	height: 40px;
	margin: 0 20px;
	background: url(../images/btn_back.gif) no-repeat;
	cursor: pointer;
}

#mainArea .btn_back:hover {
	background-position: 0 -40px;
}

#mainArea .btn_send {
	width: 127px;
	height: 40px;
	margin: 0 20px;
	background: url(../images/btn_send.gif) no-repeat;
	cursor: pointer;
}

#mainArea .btn_send:hover {
	background-position: 0 -40px;
}


.ex_car{
	position: relative;
}
.ex_car img{
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
}
.ex_car p{
	position: absolute;
	bottom: 155px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	color: #444;
}
.ex_car p span{
	display: inline-block;
	border: 2px solid #b00000;
	margin: 0 10px;
	padding: 0px 18px;
	font-size: 27px;
	color: #b00000;
	line-height: 35px;
}
.sec2{
	width: 1120px;
	height: 416px;
	margin: 0 auto;
	background: url(../images/sec2.jpg) 0 0 no-repeat;
}
.sec3{
	position: relative;
	width: 1120px;
	height: 820px;
	background: url(../images/sec3.jpg) 0 0 no-repeat;
}
.sec3 img{
	position: absolute;
	bottom: 48px;
	left: 329px;
	display: block;
}
.sec10{
	width: 1120px;
	height: 443px;
	margin: 0 auto;
	background: url(../images/sec10.jpg) 0 0 no-repeat;
}
.sec18{
	width: 1120px;
	height: 442px;
	margin: 0 auto;
	background: url(../images/sec18.jpg) 0 0 no-repeat;
}
/*********** footer ***********/

#footer {
	width: 100%;
	height: 90px;
	text-align: center;
	border-top: 7px solid #fff;
	background-color: #fff;
}
#footer:before{
	display: block;
	content: '';
	width: 100%;
	height: 7px;
	margin-bottom: 10px;
	background: #0f38ae;
}


.btn_fixed{
	position: fixed;
	right: 5px;
	bottom: 30px;
	display: block;
	width: 194px;
	height: 194px;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}
.btn_fixed:hover{
	bottom: 28px;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
