@charset "utf-8";
/* CSS Document */



/* --------------------------------------------------------------------------------
目次

	1.ブラウザ初期設定リセット
	2.clearfix
	3.共通設定


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



/* --------------------------------------------------------------------------------
  1.ブラウザ初期設定リセット
-------------------------------------------------------------------------------- */


*{
	margin:0;
	padding:0;
	font-style:normal;
	line-height:1.4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
}

html {overflow-y:scroll;}

p, h1, h2, h3, h4, h5, h6, a, ul, li {
	margin: 0px;
	padding: 0px;
	font-weight: 100%;
	list-style:none;
}


img{
	border:0;
}

textarea{font-size:100%;}

form, fieldset, input, button{
	margin:0;
	padding:0;
	font-size:100%;
}

a, a:link, a:visited, a:active { text-decoration: none; color: #333333; }
a:hover { text-decoration: none; }


body{
	background-color:#F2F2F2;
	background-image: url(img/bg.gif);
}




/* --------------------------------------------------------------------------------
  2.clearfix
-------------------------------------------------------------------------------- */


.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/* WinIE7 only */
*:first-child+html .clearfix {
	height:1%;
}

/* WinIE6 and below */
/*\*/
* html .clearfix {
	height:1%;
}
/**/

/* MacIE only */
/*\*//*/
.clearfix {
	display:inline-table;
}
/**/



/*clear */
.clear {clear:both;}


/* safari only \*/
html:\66irst-child .ls1{
letter-spacing:-0.1em;
}

body:first-of-type .ls1{
letter-spacing:-0.05em;
}





/* --------------------------------------------------------------------------------
  3.layout
-------------------------------------------------------------------------------- */

#header{
	height:531px;
	width: 100%;
	margin-bottom: 35px;
	min-width: 940px;
	line-height: 0px;
	background-image: url(img/bg.jpg);
	background-position:center;
}

#header_inner{
width:940px;
margin:0 auto;
}

#header img{
margin:0px;
padding:0px;
}

#aquastyle{
	float:left;
	background-image: url(img/aquastyle_bg.jpg);
	height: 531px;
	background-repeat: repeat-x;
	text-align: right;
	min-width: 470px;
	line-height: 0px;
}



#sentir{
	float:right;
	background-image: url(img/sentir_bg.jpg);
	height: 531px;
	background-repeat: repeat-x;
	text-align: left;
	min-width: 470px;
	line-height: 0px;
}


#aquastyle h2,#sentir h2{
line-height:0px;}


#nav{
	margin:0 auto;
	width:940px;
	height:237px;
	background-color:#ffffff;
	clear: both;
	margin-bottom: 30px;
}

#nav img{
float:left;
}



h4{
	width:940px;
	margin:0 auto;
	padding: 0px 0px 10px 0px;
}

.infomation_link{
	position:absolute;
	width:940px;
	height:38px;
	z-index: 5;
	background-image: url(img/clear.gif);
}

.infomation{
	margin:0 auto;
	width:940px;
	background-color:#ffffff;
	clear: both;
	background-image: url(img/icon.gif);
	background-repeat: no-repeat;
	background-position: 910px;
	position:relative;
}

.infomation table{
	width: 900px;
	margin: 0px 0px 0px 20px;
}

.infomation table td{
	padding:10px;
	border-bottom:dotted 1px #A0A0A0;
	font-size: 12px;
}

.infomation table th{
	padding:10px 10px 10px 0px;
	border-bottom:dotted 1px #A0A0A0;
	text-align: left;
	width: 200px;
}

.infomation tr.last td,.infomation tr.last th{
border-bottom:none;
}

a:hover .infomation{
background-color:#EDEDED;
text-decoration:none;}

a:hover .infomation td, a:hover .infomation th{
text-decoration:none;}


#footer{
	text-align:center;
	margin: 0 auto;
	padding: 30px;
}

#feed_s td,#feed_s th{
	border-bottom:none;}



/*150423 会社概要・出店候補地追加 seto*/
#company_area{
	overflow: hidden;
	text-align: center;
	padding:40px 0 10px 0;
	font-size:14px;
	text-decoration: none;
}

#company_area p{
}