@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("common.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*=============================================================
#base
=============================================================*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing:0.8pt;
	color: #333333;
	text-align: left;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #66F;
	text-decoration: underline;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
#container {
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 100px;
	text-align: center;
	width: 100%;
	background-color: #FFF;
}
.hd {
	display: none;
}
/*=============================================================
#NAVI
=============================================================*/
#navi {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	position: relative;
}
#navi .body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi li {
	float: left;
	line-height: 0px;
	display: block;
	overflow: hidden;
}
#navi a {
}
#navi a:hover {
}
/*=============================================================
#contents
=============================================================*/
#mainbody {
	padding-bottom: 40px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
}
#mainbody p {
	font-size: 1em;
	line-height: 1.7em;
	color: #333;
	margin-bottom: 2.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#contents {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 25px;
	position: relative;
	text-align: left;
}
/*=============================================================
#form
=============================================================*/
input[type="text"],
textarea {
	border: 1px solid #999999;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
input[type="text"]:hover,
textarea:hover {
border: 1px solid #666666;
}
input[type="text"]:focus,
textarea:focus {
background-color: #ffffcc;
border: 1px solid #333333;
}
input[type="submit"] {
	font-size: 18px;
	line-height: 1.5em;
	padding-left: 70px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 18px;
	padding-right: 70px;
	padding-bottom: 20px;
	border-radius: 10px;
	background-image: -moz-linear-gradient(top, #ffcb3d, #ff9e05);
background-image: -webkit-linear-gradient(top, #ffcb3d, #ff9e05);
background-image: linear-gradient(top, #ffcb3d, #ff9e05);
	background-clip: padding-box;
	cursor: pointer;
	color: #FFF;
}
input[type="submit"]:hover {
background-image: -moz-linear-gradient(top, #ff2d17, #ff1200);
background-image: -webkit-linear-gradient(top, #ff2d17, #ff1200);
background-image: linear-gradient(top, #ff2d17, #ff1200);
}
.anq_required {
	background-image: url(../image/required.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 35px;
	padding-bottom: 5px;
}
