﻿@charset "UTF-8";

@-ms-viewport	{width: device-width;}

body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;}



/**  全体	-----------------------------------------------------  **/

body {
	text-align: center;
}


/**  ヘッダー	-----------------------------------------------------  **/

#header {
	padding: 40px 10px;
	background-color: #4682B4;
	text-align: left;
}

#header h1 {
	margin: 0;
	font-size: 20px;
	line-height: 1;
	color: #FFFFFF;
}

/**  コンテンツ	-----------------------------------------------------  **/
#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 30px 5px 5px 5px;
	background-color: #FFFFFF;
	max-width: 900px;
}


/**  確認への導線 -------------------------------------------------- **/

#kakunin {
	width: 100%;
	margin-top: 30px;
	/**background-color: #FFFFFF;**/
	text-align: center;
}

#kakunin input {
	font-size: 16px;
}


/**  フォームCSS ---------------------------------------------------------- **/

#form {
	background-color: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 0;
}

#form p.formhead {
	font-size: 16px;
	color: #000000;
	margin: 0px 0 30px 0px;
	padding: 0;
}

#form input.imeon { ime-mode: active; }
#form input.imeoff { ime-mode: inactive; }

#form textarea.imeon { ime-mode: active; }
#form textarea.imeoff { ime-mode: inactive; }


#inquery1{
	float: left;
	margin: 0 50px 0 100px;
}
#inquery2{

	margin: 0 100px 0 50px;
}

#btn{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	height: 30px;
}

#form h2{
	font-size: 20px;
	font-weight: bold;
	color: #4682B4;
}

#form h3{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

/**  フォーム追加テキスト ---------------------------------------------------------- **/

#form p.important {
	font-weight: bold;
	color: #DF0101;
	padding: 0;
	margin:0 0 10px 0;
}

#form p.normal {
	margin-top: 5px;
	padding: 0;
	margin:10px 0;
}

#form p.error {
	font-weight: normal;
	color: red;
	padding: 10px;
	background-color: #FFFF66;
	border: 1px solid red;
	margin-top: 10px;

	font-size: 14px;
	color:#DF0101;
}

.must {
	color: red;
}

.shop { margin: 50px 0; font-weight: bold; }


/**  その他 ---------------------------------------------------------- **/

.kiten {
	clear: both;
}

/**  フッター ---------------------------------------------------------- **/
#footer {
	width: 100%;
	padding: 20px 0;
	background-color: #DFE3E8;
	text-align: center;
	margin: 0px
}

#footer p{
	margin: 0 0 0px 0;
	font-size: 12px;
	line-height: 1.4;
}


/**  段組み　 -----------------------------------------------------  **/

.col:first-child {
	font-size: 16px;
	color:	 	#191970;
	font-weight: bold;
	padding: 5px;
}

.col:first-child + .col {
	background-color: #FFFFFF;
	padding: 5px 0;
}

.cols{
	margin: 30px 0 0px 0;
	background-color:  	#DCDCDC;
}

@media (min-width: 768px){

#header {
	padding: 40px 30px;
}

.col {
	float: left;
	width: 49.5%;
	margin-left: 1%;
	*clear: right;
}

.col:first-child {
	margin-left: 0;
	padding: 0px;
}

.cols:after {
	content: "";
	display: block;
	clear: both;
}

.cols {*zoom: 1}

.cols{
	margin: 1px 0 0px 0;
}




/*	段ごとの横幅	*/
.col:first-child {
	padding-top: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	width: 24%;
}

.col:first-child + .col {
	padding-top: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	width: 73%;
}

}	/* @media */

/**  フォーム　 -----------------------------------------------------  **/


input[type="text"],
input[type="email"],
textarea	{width: 100%;
	padding: 5px 10px 5px 10px;
	border: solid 1px #aaa;
	border-radius: 0;
	background-image: none;
	font-family: inherit;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;}

textarea	{height: 120px;}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus	{
	background-color: #FFFACD;
}


select {
	font-size: 16px;
}

/* ボタン */
input[type="submit"]	{
	width: 100%;
	display: inline-block;
	padding: 10px 30px 10px 30px;
	border: none;
	border-radius: 0;
	background-color: #fa0;
	background-image: none;
	color: #000;
	font-family: inherit;
	font-size: 20px;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;}

input[type="submit"]:hover, 
input[type="submit"]:focus	{outline: none;
	background-color: #cf0;}

input[type="submit"]::-moz-focus-inner	{padding: 0;
	border: none;}


/*	ページトップへ		***********************************************************/

#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	background:#8b8b8b;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

/* DLテーブル ----------------------------------------------------------------------- */
.dltable dl { 	width: 100%; overflow: hidden;	font-size: 16px; margin: 0px; padding: 0px; 
					background: #eee;	border: 0px solid #000; border-top: 0;
					box-sizing: border-box; }

.dltable dt {	float: left; width: 200px; border-top: 0px solid #000;
					padding: 10px 10px;	font-size: 16px; line-height: 1.2; font-weight: bold;
					box-sizing: border-box; }

.dltable dd {	background: #fff;	border-top: 0px solid #000; border-left: 0px solid #000;
					padding: 10px 10px;	box-sizing: border-box; font-size: 14px; line-height: 1.2;
					margin-left: 200px; }

.dltable dd:after {content: "";  clear: both;  display: block;}	/* 追加 */

/* ・dlのborder-topは値を0にする		*/
/* ・dt、ddにborder-topの数値を設定	*/
/* ・ddにはborder-leftの数値を設定	*/

@media (max-width: 600px) {

.dltable dl {	width: 100%; margin: 10px auto;  }
.dltable dt {	width: 100%; float: none; padding: 10px; }
.dltable dd {	width: 100%; margin-left: 0; padding: 10px 0px; padding-bottom: 10px;}

}


/* 追加 */

/* 入力必須 */
.dltable span.must{ padding: 3px; font-size: 10px; background-color: #dc143c; color: #fff; font-weight: normal; margin-left: 5px; float: right; }
/*.dltable dt.required:after { content: '*'; }*/


/* 郵便番号入力 */
.form .post1{ margin-bottom: 0px; }
input.post,input.post2 { display:inline-block;	width:70px; }


/* 住所検索ボタン */
.form .postbtn{ padding: 5px; font-size: 12px; }






