@charset "UTF-8";

/* ===================================
	File Name   : contact.css
	Description : Contact Page Layout CSS
	Editor      : Bface Takahira
	Last Editor : Bface Takahira
	
	Update Description :
	[2015/3/18] Contribute追加
	[2013/12/9] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Contact Page Setting
	3. Contribute Page Setting
	*. Clear Fix
	
====================================== */





/*===== ■1. Individual Redefinition =====*/
#contact #header strong {
	display: block;
	margin-bottom: 20px;
}

#contact #contents,
#contact #header { width: 850px;}
#contact #footer,
#contact #contents_inner {
	width: 800px;
	border-top: 2px solid #980000;
}





/*===== ■2. Contact Page Setting =====*/
#contact .section {
	margin-left: 30px;
	padding-bottom: 25px;
}

#contact p {
	margin-bottom: 20px;
	font-size: 108%;
	line-height: 180%;
}

#contact p a,
#contact p em {
	color: #980000;
	font-size: 100%;
}

#contact p em { font-weight: bold;}

#contact table { margin-bottom: 30px;}

#contact table th {
	width: 250px;
	padding: 13px 10px 13px 15px;
	border-bottom: 1px solid #fffeeb;
	background: #efe5c7;
	font-weight: bold;
}

#contact table th strong {
	float: right;
	color: #980000;
}

#contact table th span { font-size: 108%;}
#contact table th em {
	font-weight: bold;
	font-size: 77%;
}

#contact table td {
	width: 445px;
	padding: 5px 15px;
	background: #f7f4dd;
	border-bottom: 1px solid #efe5c7;
}

#contact table td span { margin: 0 10px;}

#contact table tr:last-child th,
#contact table tr:last-child td { border: none;}

#contact [type="text"],textarea {
 	padding: 5px;
	border: 1px solid #e3e3e5;
	border-top: 1px solid #aeaeae;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 93%;
	line-height: 160%;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragio Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","arial","verdana","Osaka",sans-serif;
}

#contact input.form_short { width: 175px;}
#contact input.form_min { width: 56px;}

#contact input.form_long,
#contact textarea { width: 430px;}

#contact [type="submit"] {
	display: block;
	margin: 0 0 40px 300px;
	padding: 5px 30px;
	border: none;
	background: #980000;
	color: #ffffff;
	font-size: 108%;
	text-align: center;
}

#contact [type="submit"]:hover { background: #e66b21;}

#contact a#btn_close {
	display: block;
	width: 50px;
	margin-left: 325px;
	padding: 5px 20px;
	background: #cccccc;
	font-weight: bold;
	text-align: center;
}

#contact a#btn_close:hover { background: #dddddd;}


#contact #mailnews [type="submit"] { margin-left: 290px;}
#contact #mailnews_stop [type="submit"] { margin-left: 313px;}





/*===== ■3. Contribute Page Setting =====*/
#contribute table td { padding: 10px 15px;}

#contribute table td div { margin-bottom: 10px;}
#contribute table td div:last-child { margin: 0;}

#contribute td p {
	margin: 10px 0;
	font-size: 93%;
}

#contribute td a {
	padding-left: 10px;
	background: url(../img/common/mark-arrow-yellow.png) no-repeat left center;
	text-decoration: underline;
}

#contribute td em {
	margin: 0 10px;
	color: #cc0033;
}

#contribute td label {
	margin-right: 20px;
	font-size: 93%;
}

#contribute td label input[type="radio"],
#contribute td label input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: baseline;
}





/*===== ■*.Clear Fix  =====*/
#contact table th:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}