@charset "utf-8";
/***** style info *****
fonts
 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 { overflow-y: scroll; }
body,
input,
textarea { font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }

/* for IE6 */
* html body,
* html input,
* html textarea { font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

/* リンク */
a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

/* clerfix */
#div:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both; }

/* フォントサイズ */

	html {font-size: 93%;}
	body {
		font-size: 10px;
		font-size: 1.0rem;
	}


/* メデイアクエリ */
@media screen and (max-width:480px){}
@media screen and (min-width:481px){}
/**********************/

/***** レイアウト *****/
#header ,
#wrapper{
	width: 780px;
	padding: 0 10px;
	margin: 0 auto;
	font-size: 100%;
	_zoom: 1;
}
#wrapper{
	margin-bottom: 30px;
}
#footer{
	width: 100%;
}

/**********************/

/***** 装飾 *****/
body{
	border-top: 5px #0000AA solid;
}

#header img.logo{
	margin-bottom: 10px;
}

table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

table caption{
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding-bottom: 10px;
}

table .table_header{
	width: 28%;
	background-color: #D3E3FF;
}

table th{
	font-weight: bold;
	padding: 1em 0.5em 1em 1em;
	vertical-align: top;
	text-align: left;
}

table td{
	padding: 1em 1em 0.5em;
}

table th,
table td{
	border-top: 1px #333 dotted;
	border-bottom: 1px #333 dotted;
}
table span.requir{
	display: inline-block;
	background-color: #CC0000;
	border-radius: 4px;
	color: #fff;
	padding: 0.1em 0.5em 0;
	margin: 0 5px;
	vertical-align: top;
	font-weight: normal;
}
.t_rt{
	float: right;
}

#doui{
	border: 1px solid #333;
/*	padding: 0.3em 1em;*/
	padding: 0.3em 2em;
	width:80%;
	margin: 60px auto auto auto;
}
#doui p{
	font-size: 85%;
	line-height: 1.8em;
}
#doui p:first-line{
	font-weight: bold;
/*	font-size: 123.1%;*/
	font-size: 120.1%;
	color:#333;
}

#doui input[type="checkbox"] {
	margin-right:5px;
}
#doui p.doui_check{
	font-size: 102%;
	text-align:center;
	color:#000;
}

/* 160915変更 contact.phpの変更による*/
#denwa{
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	overflow: hidden;
}
#denwa .number{
	margin: 1em;
	margin-left: 2em;
	float: right;
	width:55%;
}
#denwa .number p{
		font-size:90%;
		margin:0;
}
#denwa p{
	margin-left: 1em;
}
#footer .copyright{
	background-color: #333;
	color:#fff;
	font-size: 77%;
	text-align: center;
	padding: 10px 0;
}
.errMsg{color:red;}
/**********************/

/**********************
************************フォームパーツ*/
.red{color: red;}
textarea{
	width: 90%;
	height: 10em;
}
.lg{width: 90%;}
.md{width: 50%;}
.md2{width: 70%;}
.sm{width: 30%;}
select{font-size: 131%;}

select.sm{
	font-size: 110%;
}

input[type=radio]{
	margin-right: 1em;
}
textarea,
input[type=text]{padding: 4px 0.8em;}

img.invalid,
input[type=button],
input[type=button].submit,
input[type=button].return{
    border: 0px;
    width: 400px;
    height: 63px;
	margin: 30px auto 100px auto;
	display: block;
	color: transparent;
}
input[type=button].submit{background: #fff url(../img/submit_on.jpg) no-repeat center center;}
input[type=button].return{background: #fff url(../img/return.jpg) no-repeat center center;}

#btArea{
	overflow: hidden;
}
#btArea form{
	width: 50%;
	float: left;
	display: block;
}

.comp {
	color:#444;
	text-align: center;
	font-size: 93%;
}
.comp h2{
	font-size: 131%;
}
.comp p.compmsg{
	margin-bottom: 30px;
}
.comp p.mailadd{
	margin: 0;
	display: inline-block;
	border: 1px #333 solid;
	padding: 0.5em 50px;
	margin-bottom: 50px;
}
.comp p.mailadd a,
.comp p.mailadd a:hover,
.comp p.mailadd a:visited{
	color:#444;
	text-decoration: none;
}
.comp p.mailadd a:hover{
	color: red;
}
.tyuu{
	font-size: 85%;
	color: red;
}

/* 追加160915 */
/* IE用フォームテキスト表示 */
td.gray input:-ms-input-placeholder {
	color:#888;
}

td.gray textarea:-ms-input-placeholder {
	color:#888;
}

/* お問い合わせ内容について注釈 */
.annotation{
	margin-top:-20px;
	margin-bottom:50px;
	text-align:right;
}
.annotation img{
	margin-right:5px;
	padding-top:1em;
}
.annotation a{
	padding-top:1em;
}

