@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 */



/**
 *  inquiry
 */
 
 body#support {
 	
 }
 
 body#inquiry div#contents {
 	float: none;
 	width: 100%;
 }
 
 body#inquiry .btn_contact { widrh:258px; height: 43px; overflow: hidden; position: relative; }
 body#inquiry .btn_contact a img { position: absolute; top: 0; left: 0; }
 body#inquiry .btn_contact a:hover,body#inquiry .btn_contact a:hover img { border: solid 0px #CCC; } 
 body#inquiry .btn_contact a:link img { top: 0; left: 0; } 
 body#inquiry .btn_contact a:visited img { top: 0; left: 0; } 
 body#inquiry .btn_contact a:hover img { top: -43px; left: 0; } 
 body#inquiry .inquiry_theme-body { width: 762px; margin-bottom: 20px; background: url(/inquiry/images/inquiry_theme-body.gif) top left repeat-y; }
 body#inquiry #section03 { margin-bottom: 30px; }
 * html  body#inquiry #section03 { margin-bottom: 30px; }  
 body#inquiry .inquiry_theme-body .inquiry_theme-top { width: 762px; background: url(/inquiry/images/inquiry_theme-top.gif) top left no-repeat; }
 
 body#inquiry .inquiry_theme-body .inquiry_theme-bottom { width: 762px; height: 5px; padding-top: 20px; clear: both; background: url(/inquiry/images/inquiry_theme-bottom.gif) bottom left no-repeat; }
 body#inquiry .inquiry_theme-body h2 { padding: 28px 0 0 25px; }
 body#inquiry .inquiry_theme-body .dsc-h2 { padding: 10px 0 0 25px; }
 body#inquiry .inquiry_theme-body h3 { padding: 28px 0 0 25px; }
 body#inquiry .inquiry_theme-body .box-center { width: 696px; margin: 10px 0 0 25px; } 
 body#inquiry .inquiry_theme-body .box-left { float: left; display: inline; }
 body#inquiry .inquiry_theme-body .box-right { float: right; display: inline; }
 body#inquiry .inquiry_theme-body .image { margin-top: 5px; } 
 body#inquiry .inquiry_theme-body .dsc-image { margin:10px 0 0 14px; }
 body#inquiry .inquiry_theme-body .hr { clear: both; margin-left: 35px; padding-top: 25px; }
 body#inquiry .inquiry_theme-body .btn_contact { margin: 25px 0 0 35px; } 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 