@charset "UTF-8";

#safari {
}

/* fonts */

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
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: 1em;
}
a {
	text-decoration: none;
	color: #AD3439;
}
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, "CI", 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;
}

img {
vertical-align:top;
border: none;
}

/* リスト画像隙間対策  */
li img {
/vertical-align: bottom;
}

/* IE <br/> 対策  */

br {
	letter-spacing:0;
}

/* 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;
}

body{
	background: url(../../../../../contact/images/contact_bg.gif);
}
#contact {
	padding: 40px 40px 20px;
}
#contact .err-message {
	color: #FFFFFF;
	font-weight: bold;
	background: #FF0000;
	position: absolute;
	left: 240px;
	top: 40px;
}
#contact dl.title {
}
#contact dl.title dt {
	float: left;
	width: 200px;
	height: 45px;
	margin-bottom: 20px;
}
#contact table.tbl {
	clear: both;
	width: 720px;
	border-top: 1px solid #cccdd9;
}
#contact table.tbl th {
	width: 140px;
	text-align: center;
	background-color: #edecf3;
	border-bottom: 1px solid #cccdd9;
}
#contact table.tbl td {
	width: 480px;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #cccdd9;
	background: url(../../../../../contact/images/contact_td-btm-bdr.gif) left bottom repeat-x;
	vertical-align: middle;
}
#contact textarea,
#contact input {
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
#contact input {
	*height: 1em;
	_height: 1em;
}
#contact ul.list-select {
	width: 480px;
}
#contact ul.list-select li {
	width: 150px;
	float: left;
}
#contact ul.list-select li input {
	border-style: none;
}
#contact table.tbl td img {
	padding-left: 5px;
}

#contact .submit-area {
	text-align: center;
	margin: 20px auto 0px;
}
#contact .submit-area input:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#contact .submit-area input {
	padding: 0px;
	height: 28px;
	width: 190px;
	border-style: none;
}
#contact .detail {
	width: 550px;
	height: 150px;
	overflow: auto;
}
#contact .okmessage {
	clear: both;
	padding: 50px 0px;
	text-align: center;
}
#contact-footer {
	clear: both;
}
