@charset "UTF-8";


/* 初期値 */
body {
	background:#FFF;
	line-height: 1.5;
	color: #000;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {	vertical-align:middle;	}
a {	text-decoration:none;	}
p,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
ul,
ul li,
dl,
dl dd {
	margin:0;
	padding:0;
}
figure {		margin:0;	}
address {	font-style:normal;	}
ul {	list-style:none;	}
@font-face{	/* IE8 */
	font-family:'condenseicon';
	src: url('font/CONDENSEicon.eot');
}
@font-face{	/* IE9以上 */
	font-family:'condenseicon';
	src: url('font/CONDENSEicon.ttf') format('truetype'),url('font/CONDENSEicon.otf') format('opentype'),url('font/CONDENSEicon.woff') format('woff');
}

/* clearfix */
.clearfix {	zoom: 1;	}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* コンテンツ設定 */
#header h1 {
	background-color:#013366;
	min-width:900px;
	height:22px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:22px;
}
header {
	width:100%;
	background:#FFF;
	padding-top:8px;
}
header > div {
	width:900px;
	margin:0 auto;
}
header .link {
	text-align:right;
	margin-bottom:20px;
}
header .link a {
	display:inline-block;
	height:19px;
	background:url(../images/2016/header_link.png) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
header .link a.history {
	width:96px;
}
header .link a.about{
	width:139px;
	background-position:-96px 0;
}
header .title > a {
	display:block;
	width:156px;
	float:left;
}
header .title > div {
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
	background-image:url(../images/2016/header_title_left.png),url(../images/2016/header_title_right.png);
	background-repeat:no-repeat;
	background-position:left top,right top;
}
header .title > div h2 {
	margin:0 0 5px 0;
}
header .title > div p {
	font-size:13px;
}

.menu {
	background:#000;
	padding:10px 0 0;
}
.menu .inner {
	width:900px;
	margin:0 auto;
}
.menu .inner li {
	float:left;
	margin:0 7px 7px 0;
}
.menu .inner li:nth-child(even) {
	margin-right:0;
}
.menu .inner li a {
	display:block;
	background:#FFF;
}
.menu .inner li a img {
	opacity: 1;
	transition:0.2s;
}
.menu .inner li a:hover img {
	opacity: 0.8;
}

.item {
	clear:both;
	padding-top:40px;
	border-bottom:10px solid #000;
}
.item .title {
	width:900px;
	margin:0 auto;
	padding-bottom:10px;
	position:relative;
}
.item .title .brand {
	position:absolute;
	top:-15px;
	right:0;
}
.item .title h3 {
	margin-bottom:16px;
}
.item .title dl {
	float:left;
	width:580px;
}
.item .title dt {
	margin-bottom:8px;
}
.item .title dd {
	font-size:14px;
	font-weight:bold;
}
.item .title ul {
	float:right;
	width:300px;
	text-align:center;
	margin-top:30px;
}
.item .title li {
	margin-bottom:10px;
	font-size:12px;
}
.item .title li a {
	display:block;
	font-size:15px;
	font-weight:bold;
	margin-top:5px;
}
.item .title li a.btn {
	display: block;
	height: 30px;
	background: #008C00;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.item .title .link {
	position:absolute;
	top:0;
	right:0;
	width:180px;
	text-align:center;
	margin-top:0;
}
.item .title .link li {
	margin-bottom:10px;
}
.item .title .link li a {
	display:block;
	height:25px;
	background:#008C00;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.item .title .link li.inq a {
	background:#8C0000;
}


.contents_wrap {
	clear:both;
	padding:10px 0 0;
	background:#000;
	color:#FFF;
}
.contents {
	width:900px;
	margin:0 auto;
	padding:10px 0 40px;
	background:#FFF;
	color:#000;
}
.fig {
	width:880px;
	margin:0 auto 20px;
}
.fig figure img {
	margin-bottom:5px;
}
.fig figure figcaption {
	font-size:12px;
	line-height:1.2;
}
.fig figure figcaption a {
	color:#2692FF;
}
.text {
	clear:both;
	width:800px;
	margin:0 auto 10px;
}
.text dt {
	width:20em;
	margin-bottom:4px;
	padding:4px;
	color:#FFF;
	background:#333;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.25em;
	line-height:1;
}
.text dd {
	font-size:12px;
	margin-bottom:15px;
}
.text dd th,
.text dd td {
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	padding:0 5px 5px 0;
}
.text dd th {
	white-space:nowrap;
}
.text dd td {
	padding-right:0;
}
.text .note {
	font-size:10px;
	text-align:right;
}
.text .link {
	font-size:11px;
	text-align:right;
}
.text .link img {
	margin-left:5px;
}
.comment {
	clear:both;
	width:800px;
	margin:0 auto;
}
.comment dt {
	line-height:0;
}
.comment dd {
	border:1px solid #333;
	padding:15px;
	font-size:12px;
}

#tsunagu .photo1,
#tsunagu .photo2,
#tsunagu .photo3 {
	float:left;
	margin-right:13px;
}
#tsunagu .photo3 {
	margin-right:0;
}

#house1 .title .brand {
	top:0;
	right:40px;
}
#house1 .photo2,
#house1 .photo3 {
	float:left;
	margin-right:10px;
}
#house1 .photo3 {
	margin-right:0;
}

#gcube .title .brand {
	top:0;
	right:40px;
}

#pfs .photo2,
#pfs .photo3 {
	float:left;
	margin-right:22px;
}
#pfs .photo3 {
	margin-right:0;
}


#footer {
	background:#4E4D4D url(../images/2016/footer_bg.png) repeat-x;
	padding:33px 0;
}
#footer footer {
	width:900px;
	margin:0 auto 30px;
}
#footer footer dt {
	margin-bottom:5px;
}
#footer footer dd {
	display:inline-block;
	font-size:13px;
	margin-right:8px;
}
#footer footer dd a {
	color:#FFF;
}
#footer .go2Top {
	width:900px;
	margin:0 auto 20px;
	text-align:right;
}
#footer .closeWin {
	text-align:center;
}