/* 
	お問い合せ
*/
#m_contact {
	margin-bottom: 0;
}
#contact_sub_menu {
	list-style: none;
	margin-left: 11px;
	margin-bottom: 20px;
	width: 175px;
}
#contact_sub_menu li{
	border-bottom: 1px solid #ddd;
	margin: 0;
	height: 45px;
}
#contact_sub_menu li a {
	display: block;
	height: 45px;
}
#contact_sub_menu a:hover {
	background-color: #eee;
}

#m_s_contact_company a {
	background: url(../../img/menu_sub_contact_company.png) 10px 12px no-repeat;
}
#m_s_contact_recruit a {
	background: url(../../img/menu_sub_contact_recruit.png) 10px 12px no-repeat;
}
#m_s_contact_game a {
	background: url(../../img/menu_sub_contact_game.png) 10px 12px no-repeat;
}
#m_s_contact_caffe a {
	background: url(../../img/menu_sub_contact_caffe.png) 10px 12px no-repeat;
}
#m_s_contact_policy a {
	background: url(../../img/menu_sub_contact_policy.png) 10px 12px no-repeat;
}

.contact_list {
	clear: both;
	border-bottom: 1px solid #ddd;
	margin: 0;
	
}
#page_body .area_main .contact_list a.menu {
	display: block;
	width: 240px;
	height: 110px;
	float: left;
	background:transparent;
}
#page_body .area_main .contact_list a.menu:hover {
	background-color: #eee;
}

#page_body .area_main #contact_company a.menu {
	background: url(../../img/txt_contact_top_company.png) 10px center no-repeat;
}
#page_body .area_main #contact_company a.menu:hover {
	background-color: #eee;
}
#page_body .area_main #contact_recruit a.menu {
	background: url(../../img/txt_contact_top_recruit.png) 10px center no-repeat;
}
#page_body .area_main #contact_recruit a.menu:hover {
	background-color: #eee;
}
#page_body .area_main #contact_game a.menu {
	background: url(../../img/txt_contact_top_game.png) 10px center no-repeat;
}
#page_body .area_main #contact_game a.menu:hover {
	background-color: #eee;
}
#page_body .area_main #contact_caffe a.menu {
	background: url(../../img/txt_contact_top_caffe.png) 10px center no-repeat;
}
#page_body .area_main #contact_caffe a.menu:hover {
	background-color: #eee;
}
#page_body .area_main .block .contact_list p.comment {
	float: left;
	width: 400px;
	padding: 30px 20px 30px 30px;
	margin: 0;
}
html>body #page_body .area_main .block .contact_list p.comment {
	width: 350px;
}


.error_message {
	margin: 20px 20px 20px 20px;
	padding: 10px;
	border: 1px solid #f00;
	background-color: #FFFBDE;
	color: #f00;
	width: 450px;
}
.error_message h3{
	padding: 5px 5px 4px 5px;
}
.error_message ul{
	margin-left: 20px;
}


.contact_form {
	clear: both;
	width: 540px;
}
.contact_form tbody td, .contact_form tbody th{
	padding: 17px 20px 15px 20px;
	border-bottom: 1px solid #ddd;
}
.contact_form tbody th{
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	width: 8em;
}
.contact_form .comment {
	font-size: 11px;
	font-weight: normal;
	margin: 2px 0;
	color: #666;
}
#page_body .area_main .block .contact_form p.sample {
	font-size: 11px;
	font-weight: normal;
	margin: 3px 0 0 0;
	color: #339900;
	background: url(../../img/icon_input_sample.png) left center no-repeat;
	padding: 0 0 0 40px;
}
.contact_form tbody .necessary th {
	color: #F00;
}
.contact_form tbody .necessary input,
.contact_form tbody .necessary textarea {
	background-color: #FFFFCC;
}

.contact_form input.text,
.contact_form textarea.text {
	border: 1px solid #bbb;
	padding: 3px;
}

.button_area {
	clear: both;
	width: 540px;
	text-align: center;
	padding: 20px 0;
}
.button_area input.button {
	font-family: "メイリオ","ＭＳ Ｐゴシック", "Osaka",Verdana,Chicago,sans-serif;
	padding: 4px 10px 1px 10px;
	border: 1px solid #ccc;
	background-color: #eee;
}
#page_body .area_main .block .button_area p {
	text-align: center;
	margin: 10px 0;
}
.notice {
	margin: 0 0 5px 0;
}

.contact_form .address td {
	line-height: 1.5em;
}
.contact_form .address td label {
	display: block;
	float: left;
	width: 7em;
}
.contact_form .address td div {
	margin-bottom: 10px;
}
#page_body .area_main .block .contact_form .address p.sample {
	background: url(../../img/icon_input_sample.png) 8em center no-repeat;
	padding: 0 0 0 130px;
}
