﻿@charset "utf-8";
@import "gameyarou_common.css";
/*
============================================================
Gameyarou official site etc page page style
file name: gameyarou_etc.css
============================================================
*/

/* Show & Hide elements -------------------------------*/

/* Page Title -------------------------------*/
#content .page_title {
	width:424px;
	padding:10px;
	margin: 20px 0px 0 0;
	border:10px solid #e8e8e8;
}

/* Bottom Buttons -------------------------------*/
#content img.bottom_confirm {
	display: block;
	margin: 20px 0 0 0;
}
#content .bottom_buttons {
	margin:  23px 0 20px 0;
	text-align: center;
}
#content .bottom_buttons * {
	margin:  0 5px 0 0;
}

/* Support Form  -------------------------------*/
#content .form_notice {
	margin:  20px 0 10px 0;
	padding: 0 0 0 12px;
	color: #999999;
	text-indent: -12px;
	line-height:130%;
}
#content #support_form .require_notice {
	width: 464px;
	margin: 10px 0 5px 0;	
	text-align:right;
}
#content table.form_table {
	width: 464px;
}
#content table.board_list .col_01 { width: 150px; }
#content table.board_list .col_02 { width: 314px; }
#content table.form_table td,
#content table.form_table th {
	height: 14px;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}
#content table.form_table tr.header th {
	background-color: #999999;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	border-left: 1px solid #ffffff;
}
#content table.form_table th span {
	font-size:11px;
	color:#999999;
}
#content #error_msg {
	display: none;
	width:458px;
	background-color:#e7951a;
	margin: 10px 0 20px 0;
	padding: 5px 0;
	color:#000000;
	text-align: center;
}

/* Support Confirm  -------------------------------*/
#content .form_confirm {
	margin: 0 0 20px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#content .form_confirm table {
	margin: 10px 0;
	width: 464px;
}
#content .form_confirm table .col_01 { width: 150px; }
#content .form_confirm table .col_02 { width: 314px; }
#content .form_confirm table td,
#content .form_confirm table th {
	height: 14px;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}

/* Support Result -------------------------------*/
#content .support_result {
	height: 80px;
	margin: 60px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	line-height:130%;
	color: #999999;
}

/* Sitemap -------------------------------*/
#content .sitemap {
	margin: 20px 0;
	width: 464px;
	height: 444px;
	overflow: hidden; 
	background: url(/images/05_sitemap/map01.png) no-repeat top left;
	behavior: url("/css/iepngfix.htc");
}
#content .sitemap ul {
	display: block;
	padding: 0;
	width: 334px;
	height: 65px;
}
#content .sitemap ul li {
	display: block;
	float: left;
	width: 100px;
	height: 24px;
	list-style: none;
}
#content .sitemap ul.gameyarou {
	margin: 18px 0 0 130px;
}
#content .sitemap ul.service {
	margin: 33px 0 0 130px;
}
#content .sitemap ul.pressrelease {
	margin: 48px 0 0 130px;
}
#content .sitemap ul.recruit {
	margin: 22px 0 0 130px;
}
#content .sitemap ul.etc {
	margin: 0 0 0 365px;
	width: 98px;
	height: 54px;
}
#content .sitemap ul.etc li {
	width: 98px;
	height: 27px;
}

