@charset "utf-8";
/*------------------------------------------------------------------------------
XXXXXXXXXX - CSS Modules Import
URL:http://
Date:200X-0X-XX
Copyright (C) XXX. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------
Redefine
---------------------------------------- */

body {
	line-height:1.2;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka;
	text-align:center;
}


/* ----------------------------------------
Redefine - Container
---------------------------------------- */

div#container {
	width:100%;
	margin:0 auto;
	font-size:100%;
	text-align:left;
}
/* ----------------------------------------
contents
---------------------------------------- */

#wrapper{
 width:992px;
 margin:0 auto 60px;
}
h1{
 text-align:center;
 margin-bottom:94px;
 margin-top:94px;
}
ul.menu1{
 width: 270px;
 clear:both;
 margin: 0 auto;
 text-align: center;
}
ul.menu1 li{
 font-size:0;
 line-height:0;
 width: 260px;
 float:left;
 /* margin-right:23px; */
 margin-bottom:26px;
}
ul.menu1 li.sb{
 margin:0px;
 float:right;
}
ul.menu2{
 width:596px;
 clear:both;
 margin:0 auto;
}
ul.menu2 li{
 font-size:0;
 line-height:0;
 width:180px;
 float:left;
 margin-right:23px;
 margin-bottom:10px;
}
ul.menu2 li.sb{
 margin:0px;
 float:right;
}

#address{
	width:100%;
	margin:0 auto;
	background:url(../images/bg1.png) repeat-x 0 0;
	height:90px;
}
#address .in{
 width:992px;
 margin:0 auto;
 position:relative;
}
#address .in li{
 position:absolute;
 font-size:0;
 line-height:0;
}
#address .in li.b1{
 top:0px;
 left:243px;
}
#address .in li.b2{
 top:20px;
 left:633px;
}
#address .in li.b3{
 top:20px;
 left:716px;
}
#address .in li.b4{
 top:20px;
 left:799px;
}

/* ----------------------------------------

フォントサイズは子要素に指定する

10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131% 
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%

---------------------------------------- */

/*  --
WinIE,MacIE4,NN4,Opera7以下は除外
レガシーブラウザを回避してpx指定する場合
-- */

html[xmlns]>/**/body div#Container {
/*font-size:13px;*/
}
/* 画像置き換え用 */
.ir {
	display:block;
	text-indent:-999em;
	overflow:hidden;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
}
/* ブラウザ、スクリーンリーダから隠す
 css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display:none;
	visibility:hidden;
}
/* ブラウザからは隠し、スクリーンリーダからは利用できる */
.visuallyhidden {
	position:absolute !important;
	clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip:rect(1px, 1px, 1px, 1px);
}
/* ブラウザとスクリーンリーダから隠し、レイアウトを保持 */
.invisible {
	visibility:hidden;
}
.clearfix:before, .clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	overflow:hidden;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}
