@charset "utf-8";
@import "../common/css/responsive.css";
/* Safari対策 */

#safari {}

/* fonts */

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;background: url(../img/bk01.gif);}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* reset */

html, body, div, span, aplet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande",'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif,'ＭＳ Ｐゴシック',"MS PGothic";
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: small;
}
ol, ul, dl {
	list-style: none;
}
p {
	margin-bottom: 2em;
}
a {
	text-decoration: none;
	color: #0D68CC;
}
a:hover {
	text-decoration: underline;
}
a:hover img{
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}

/* Win IE 7 */

*:first-child+html * {
	font-family: Meiryo, sans-serif;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
	border-width: 0px;
	border-style: none;
	vertical-align: bottom;
}

/* IE <br/> 対策  */

br{
	letter-spacing:0;
}

/* Firefoxスクロールバー対策  */

html{
    height:100%;
	overflow-y:scroll;
}

/* clearfix  */

.clearfix:after {
 content:".";
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}

/* exlude MacIE5 \*/

* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* end MacIE5 */

.clearfix + *{
    clear: both;
}

/* フォームデザイン */

#container {
	font-size: 13px;
	color: #65502E;
}
#container h1 {
	width: 628px;
	margin: 20px 0px 20px 20px;
	padding: 17px 0px 20px 12px;
	font-size: 22px;
	font-weight: bold;
	background: url(../img/h2.png) no-repeat;
}
#container .error {
	color: #E3623B;
}
#container .example {
	font-size: 77%;
}
#container p {
	margin-left: 20px;
}
#container .required {
	color: #E3623B;
}
#container table {
	margin: 0 0 1em 20px;
	width: 640px;
	border-collapse: collapse;
	border: solid 1px #E4DBCB;
}
#container th {
	width: 140px;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	border: solid 1px #E4DBCB;
	background: #F7F5F0;
}
#container td {
	padding: 10px;
	background: #fff;
	border: solid 1px #E4DBCB;
}
#container .ws {
	width: 60px;
}
#container #footer {
	text-align: center;
}
#container #footer address {
	text-align: center;
	font-size: 85%;
	font-style: normal;
}
#container .wm {
	width: 250px;
}
#container .wl {
	width: 450px;
}


.inquiry-section {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
h3 {
	margin: 10px 0 0;
	font-weight: bold;
}



/* コピーライト */
#footer {
	clear: both;
	background-image: url(../img/footer_bk01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EDE4D4;
}
#footer p.copyright {
	padding: 35px 0 10px;
	text-align: center;
}