@charset "utf-8";

body {
	font: 15px/1.4 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* RESET */
h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,th {
	padding: 0;
}
img, a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}
/*************************************************/
/* LINK */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #002DB2;
}
a:hover {
	color: #C06
}
a:active {
	color: #C06;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
/*************************************************/
/* H */
h2, h3 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
	margin: 20px 0 20px 0;
	padding: 12px 30px 0 42px;
	color: #222;
	border-bottom: 1px solid #000;
	text-align: left;
	background: url(../images/iMs.png) no-repeat left 0;
	background-size: 40px 36px;
}
h4 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	margin: 20px 0 20px 0;
	text-align: left;
}
/* footer */
#footer {
	position: absolute;
	background: #004598;
	width: 98%;
	padding: 3px 1% 50px 1%;
	margin: 0;
}
#footer p {
	font-size: 70%;
	text-align: right;
	color: #FFF;
}
/* CONTAINER */
.container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/* CONTENT */
.content {
	padding: 0 3%;
	text-align: center;
	width: 94%;
	min-height: 300px;
}
.content a img:hover {
	opacity: 0.8;
}
/* お問い合わせ */
#formWrap {
	width: 90%;
	padding: 0 5% 20px 5%;
}
p.textP {
	text-align: left;
	width: 90%;
	margin: 0 5% 20px 5%;
}
table.formTable {
	width: 90%;
	margin: 0 auto;
	border-collapse:collapse;
}
table.formTable td {
	padding: 3px 1% 20px 1%;
	text-align:left;
	width: 68%;
}
table.formTable th {
	width: 26%;
	font-weight: normal;
	text-align:right;
	padding: 3px 1% 20px 1%;
}
table.formTable span {
	color: #F06;
	margin-left: 6px;
	font-weight: normal;
	font-size: 80%;
}
p.error_messe {
	margin:5px 0;
	color:red;
}
/* フォーム関連 */
table.formTable input[type="text"], table.formTable textarea {
	font-size: 100%;
	padding: 6px 1%;
	width: 80%;
}
select {
	width: auto;
	padding: 6px 0;
}
/* サブミットボタン */
.bSubmit {
	border: solid 1px #AAA;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */
	background: #B5D6EE;
	padding: 10px 35px;
	margin: 0 10px 20px 10px;
	font-size: 16px;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	cursor: pointer;
	text-align: center;
}
/* リセットボタン */
.bReset {
	border: solid 1px #AAA;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */
	background: #DDD;
	padding: 10px 10px;
	margin: 0 10px 20px 10px;
	font-size: 15px;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	cursor: pointer;
	text-align: center;
}