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

/*
 * ========テキストの設定=========
 */

h3{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding-top:25px;
	padding-left:62px;
}

.txt .pink{
	color:#a814e6;
}

.txt p{
	color:#003240;
	font-weight:400;
	font-size:16px;
	line-height:1.6em;
}

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


/*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部分レイアウト=========
 */
 
#worksBig h2{
	width:960px;
	height:120px;
	margin:0 auto;
	padding-top:9px;
}

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

#contentsWrap{
	width:960px;
	height:830px;
	margin:0 auto;
	
}

#contents{
	width:960px;
	height:790px;
	margin-top:40px;
	padding-bottom:50px;
}
 
 
#contents .content{
	background-image:url(../img/works/works_contentsback.gif);
	background-repeat:no-repeat;
	width:960px;
	height:500px;
	margin-bottom:75px;
}

#content2{
	clear:both;
}

#content3{
	clear:both;
}

#content4{
	clear:both;
	margin-bottom:80px;
}

#content4{
	background-image:url(../img/works/content_backsa.gif);
	background-repeat:no-repeat;
	width:960px;
	height:500px;
}

.contentImg{
	float:right;
	margin-top:-452px;
}

.txt{
	width:590px;
	height:335px;
	margin-top:60px;
	margin-left:35px;
}

/*カーオーディオ部分*/

.txt #audioTxt2 {
	margin-top:27px;
}

.txt #audioTxt3{
	margin-top:27px;
}

/*カーセキュリティ部分*/

.txt #securityTxt1{
	margin-top:8.5px;
}
.txt #securityTxt2{
	margin-top:38px;
}

/*カーセキュリティ部分*/

.txt #thTxt1{
	margin-top:8px;
}

.txt #thTxt2{
	margin-top:40px;
}

/*カーセキュリティ部分*/

.txt #saTxt1{
	padding-top:25px;
}

.txt #saTxt2{
	margin-top:34px;
}

/*
 * ======== フッターレイアウト=========
 */

#footerWrap{
	clear:both;
	padding-top:145px;
}

#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;
}


