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

/*
 * ========全体サイズの設定=========
 */

body {
	background-color:#fff;
	color:#000;
	font-size:14px;
	line-height:1.8;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#header{
	width:100%;
	height:53px;
	background-color:#00a4d1;
	margin-top:106px;
}


/*
 * ======== clearfixの設定 =========
 */
 
.clearfix:after {
content: ".";  /* 新しいコンテンツ */
display: block;
clear: both;
height: 0;
visibility: hidden; /* 非表示に */
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

/*
 * ========テキストの設定=========
 */
 
 h4{
	 font-size:18px;
	 color:#003240;
 }
 
 h4 span{
	 font-size:14px;
	 margin-right:14px;
 }
 
 #info p{
	 font-size:14px;
	 color:#003240;
	 line-height:30px;
 }
 
 .shopImg .txt{
	 font-size:16px;
	 color:#003240;
	 font-weight:600;
 }


/*
 * ========リンクテキストの設定=========
 */

#info small a{
	font-size:14px;
	color:#003240;
}

#info small a:hover{
	color:#2887f2;
}


/*footer*/
#footer a {
	font-size:14px;
	color:#00f;
	line-height:1.6em;
}

#footer a:hover{
	color:#2887f2;
}

/*
 * ======== navレイアウト=========
 */

#nav{
	width:960px;
	height:106px;
	margin:0 auto;
	clear:both;
	position:relative;
}

#navWrap{
	background-color:#fff;
	width:100%;
	border-bottom:3px solid #d8d7d7;
	position:fixed;
	margin-top:-106px;
	z-index:20;
}

#nav h1{
	position:absolute;
	bottom:17px;
}

#nav ul li#home{
	position:absolute;
	left:266.5px;
}


#nav ul li#works{
	position:absolute;
	left:386px;
}

#nav ul li#staff{
	position:absolute;
	left:518px;
}


#nav ul li#access{
	position:absolute;
	left:639px;
}

#nav p{
	position:absolute;
	right:0;
	top:33.5px;
}

/*
 * ========headerレイアウト=========
 */

#headerImg{
	width:960px;
	height:53px;
	margin:0 auto;
}

#headerImg #pageTop{
	float:left;
}


#headerImg #headerRight{
	float:right;
}


/*
 * ======== 見出しWORKS部分レイアウト=========
 */
 
#accessBig h2{
	width:960px;
	height:120px;
	margin:0 auto;
	padding-top:9px;
	margin-bottom:3px;
}

/*
 * ======== コンテンツ部分 =========
 */

#contents{
	background-color:#e7e9e9;
	background-image:url(../img/shared/contents_topLine.gif);
	background-repeat:repeat-x;
	width:100%;
	height:1300px;
}

#bigContainer{
	width:960px;
	height:1300px;
	margin:0 auto;
}

#container1{
	width:960px;
	height:533px;
	padding-top:100px;
}

#mapBack{
	background-image:url(../img/access/map_back.gif);
	background-repeat:no-repeat;
	width:457px;
	height:533px;
	float:left;
}

#gMap{
	width:425px;
	height:500px;
	padding-top:16px;
	padding-left:16px;
}

#info{
	width:390px;
	height:390px;
	float:right;
	padding-top:125px;
	
}

h4{
	margin-top:50px;
	margin-bottom:30px;
}


#container2{
	width:960px;
	height:370px;
	clear:both;
	margin-top:140px;
}

#container2 #shopImg1{
	width:450px;
	height:370px;
	float:left;
}

#container2 #shopImg2{
	width:450px;
	height:370px;
	float:right;
}

.shopImg .txt{
	margin-bottom:25px;
}

/*
 * ======== フッターレイアウト=========
 */
 
#footer{
	background-color:#00a4d1;
	width:100%;
	height:80px;
}

#footer #footerPt{
	width:960px;
	height:80px;
	margin:0 auto;
}


#footer #footerPt #pTop{
	float:right;
	margin-top:-45px;
	margin-right:20px;
}

#footer #footerPt #pTop #footptIcon{
	float:left;
	margin-top:7px;
	margin-right:8px;
}

#footer #footerPt #pTop #footptTxt{
	float:left;
}

#footer #footerPt address{
	padding-top:28px;
	padding-left:347px;
}


