@charset "EUC-JP";
@import url("_base.css");
@import url("_form.css");

/*=====================================/TOC/=================================*/
/* 共通設定
#1 全要素 
#2 特定要素 
#3 list
/*=====================================/TOC-END/=============================*/

/*===========================================================================*/
/* #1 全要素                                                                 */
/*---------------------------------------------------------------------------*/

h2 {
	width:100%;
	height:80px;
	line-height:80px;
	padding-top:12px;
	text-align:center;
	font-size:24px;
	color:#FFFFFF;
	border-bottom:12px solid #fff;
	background-color:#045c80;
}

h3 {
	clear:both;
	height:22px;
	line-height:22px;
	margin-left:0px;
	padding-left:20px;
	font-weight:bold;
	color:#FFFFFF;
	background: url("../../img/header_background3.jpg") 0px 0px no-repeat;
	background-color:#045c80;
}


/*===========================================================================*/
/* #2 特定要素                                                               */
/*---------------------------------------------------------------------------*/

h2 + p{
	width:985px;
	padding-left:15px;
	background-color:#FFFFFF;
}

#btn{
	margin-top:10px;
	padding-top:0px;
	padding-bottom:0px;
}

#hope{
	margin-top:48px;
}

/*===========================================================================*/
/* #3 表組み                                                                 */
/*---------------------------------------------------------------------------*/
h3 + ul {
	width:100%;
	margin-left:0px;
	padding-top:4px;
	font-size:15px;
	display:block;
}

.label, .label-bottom {
	clear: both;
	height:24px !important;
	line-height:24px !important;
	margin-top:12px;
	padding-left:4px;
	font-size:15px;
	font-weight:bold;
}

.entry {
	height:32px;
	line-height:32px;
	padding-left:8px;
}

.entry-text, .entry #_simei, .entry #_addr, .entry #_mail {
	width:92%;
	font-size:16px;
}


input,select,textarea {
	font-size:16px;
}

/*===========================================================================*/
/* #9 モバイル用にコンテンツを整形
/*---------------------------------------------------------------------------*/

img:nth-of-type(2) {
	margin-left:20px;
	margin-top:-20px;
}

img:nth-of-type(3) {
	margin-top:-10px;
}

img:nth-of-type(4) {
	display:none;
}

img {
	max-width:100%;
	height:auto;
}

#h_top {
	display:none;
}

.label_skitter {
	background-color:#FFFFFF;
	text-indent: 10px;
}

.box_clone {
	visibility:hidden;
}

.blindWidth .image_main{
	width:100%;
	height:auto;
}


/* 郵便番号で住所 入力補完メッセージ */
form > ul:nth-child(4) > li:nth-child(6) > small {
	right:20px;
	position:absolute;
	width:180px;
	line-height:14px;
	margin-top:-63px;
	padding-right:4px;
	padding-left:4px;
	font-size:9px !important;
	color:#fe9;
	background-color:#553;
	display:block;
}

form > ul:nth-child(6) > li:nth-child(2) {
	margin-left:8px;
	margin-right:8px;
	border: 1px #AAA solid;
	border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
	background-color:#FFF;
}
form > ul:nth-child(6) > li:nth-child(4) {
	margin-left:8px;
	margin-right:8px;
	border: 1px #AAA solid;
	border-radius: 6px 6px 6px 6px / 6px 6px 6px 6px;
	background-color:#FFF;
}

/* 現地情報(自走不可能の場合）*/
form > ul:nth-child(6) > li:nth-child(6) {
	height:100px !important;
	padding-left:8px;
}

form > ul:nth-child(6) > li:nth-child(6) > input {
	width:94%;
	height:60px;
}

/* 廃車希望日 */
form > ul:nth-child(6) > li:nth-child(8) {
	height:110px !important;
}

form > ul:nth-child(6) > li.entry-bottom {
	height:140px !important;
	margin-bottom:0px;
}
