@charset "UTF-8";

/**
 *	Wiiの間 Styles - support -
 */

/**
 *  共通クラス
 */

	.floatLeft  {float: left;}
	.floatRight {float: right;}
	.clearer    {
		clear: both;
	}
	
	/* clearfixハック */
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */



/**
 *  faq
 */
 
 body#support {
 	
 }
 
 body#support div#contents {
 	float: none;
 	width: 100%;
 }
 
 ul#faq_list {
 	margin-bottom: 30px;
 }
 
 ul#faq_list li {
 	_height: 15px;
 	margin-bottom: 5px;
 }
 
 ul#faq_list li a {
 	display: block;
	background: url(../../global/images/icon_arrow1.gif) no-repeat left center;
	padding-left: 20px;
 }
 
 div.faq {
 	margin: 10px 0 30px 0;
 	padding: 10px 10px 0 10px;
 	border: 1px solid #D5D7D9;
 }
 
 div.faq dl {
 	margin-bottom: 10px;
 }
 
 div.faq dl dt a {
 	display: block;
	background: url(../../global/images/icon_arrow1.gif) no-repeat left center; 
	text-decoration: none;
	font-weight: bold;
	color: #2198c0;
	padding-left: 20px;
	cursor: pointer;
 }
 
 div.faq dl dt a:hover {
	text-decoration: underline;
	color: #2198c0;
 }
 
 div.faq dl dd {
 	display: none;
	background-color: #F7F7F7;
	margin: 5px 0 0 20px;
	padding: 10px;
 }
 
 div#support_tel {
 	width: 760px;
 }
 
 div#support_tel .floatLeft,
 div#support_tel .floatRight {
 	width: 365px;
 }
 
 div#support_tel h2 {
 	margin-bottom: 10px;
 }
 
 

/**
 *  お問い合わせ
 */
 
 div#inquiry_form {
	margin: 30px 0 0 0;
 }
 
 div#inquiry_form fieldset{
 	background-color: #F7F7F7;
	margin-top: 10px;
	padding: 10px 0;
 }
 
 div#inquiry_form fieldset table {
 	width: 720px;
	margin: 0 auto;
 }
 
 div#inquiry_form fieldset table tr th,
 div#inquiry_form fieldset table tr td {
 	vertical-align: top;
 	padding: 5px 10px;
 }
 
 div#inquiry_form fieldset table tr th {
 	width: 110px;
 	font-weight: normal;
 }
 
 div#inquiry_form fieldset table tr td label {
 	margin-right: 20px;
 }
 
 div#inquiry_form fieldset table tr td textarea {
 	width: 570px;
 }
 
 div#inquiry_form fieldset #Btn {
 	margin: 5px;
 }
 
 div#inquiry_form fieldset #Btn button {
 	display: block;
	background-color: #F7F7F7;
 	margin: 0 auto;
	padding: 0;
	border: 0;
	cursor: pointer;
 }
 

#link_inquiry {
	margin-top: -20px;
	padding-left: 15px;
	background: url(/global/images/icon_arrow1.gif) no-repeat left center;
}