@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img{
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
 
a{
	text-decoration:none;
}
 
a:hover,a.selected{
	text-decoration:none;
}

/* clear fix */

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.clearfix {
	display: inline-table;
	min-height: 1%;
}


/* font */

body{
	font:13px/1.231 Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height:1.38em;
	*font-size:small;
	*font:x-small;
	min-width: 1280px;
	background: url("images/common/body_bg.png") center top;

	animation-name: anime;
	animation-duration: 240s;
	animation-iteration-count:infinite;
	animation-timing-function: linear;

	-webkit-animation-name: anime;
	-webkit-animation-duration: 240s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function: linear;

}

@keyframes anime{
	0% {background-position: 0 top;}
	100%{background-position: 1600px top;}
}
@-webkit-keyframes anime{
	0% {background-position: 0 top;}
	100%{background-position: 1600px top;}
}


select,input,button,textarea,button{
	font:99% Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
 
table{
	font-size:inherit;
	font:100%;
}
 
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:99%;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	position: relative;
}

.wrap {
	width: 1140px;
	padding: 0 70px;
	margin: 0 auto;
}

/* header */
#header {
	background-color: #fff;
}

#header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	padding: 29px 0 26px;
}

#header .logo {
	float: left;
	margin-left: 32px;
	display: flex;
	align-items: center;
}
#header .logo a:first-child {
	margin: 0 16px 0 0;
	padding: 0 16px 0 0;
	border-right: solid 1px #000;
}
#header .logo img {
	display: block;
}

#header .inquiry {
	float: right;
	color: #fff;
	font-weight: bold;
	background: #a8caea url("images/common/product_icon.png") 16px center no-repeat;
	padding: 13px 13px 13px 59px;
	height: 19px;
	margin-top: 6px;
}


#header .inquiry:hover {
	background-color: #6899cb;
}

/* nav */
#nav {
	background-color: #d9edf7;
}

#nav ul {
	overflow: hidden;
}

#nav ul li {
	float: left;
	margin-left: 3px;
}
#nav ul li:first-child {
	margin-left: 0;
}
#nav ul li img {
	display: block;
}

#nav ul li a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/* title */
#title {
	background-color: #bcd9e8;
}

#title .wrap {
	position: relative;
}

#title .wrap > a {
	position: absolute;
	top: 259px;
	left: 181px;
}

#title .wrap > a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#title h1 img {
	display: block;
}

/* contents */
#contents {
	padding-bottom: 300px;
}

#contents h2 {
	background: url("images/common/h2_bg.png") left bottom no-repeat;
	border-bottom: 7px solid #818181;
	font-size: 40px;
	font-weight: bold;
	color: #747474;
	padding-left: 95px;
	padding-bottom: 16px;
	padding-top: 45px;
	line-height: 1.2;
}

#contents .section {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 0 rgba(119,119,119, 0.2);
	margin-bottom: 94px;
	position: relative;
	overflow: hidden;
}

#contents .info-detail-btn {
	background: url("images/news/house.png") 383px top no-repeat;
	padding-top: 57px;
	width: 465px;
	margin: 0 auto;
}

#contents .info-detail-btn a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/* footer */
#footer {
	padding-top: 123px;
	background: url("images/common/contents_bg.png") center top repeat-x;
	bottom: 0;
	position: absolute;
	width: 100%;

	animation-name: town-anime;
	animation-duration: 100s;
	animation-iteration-count:infinite;
	animation-timing-function: linear;

	-webkit-animation-name: town-anime;
	-webkit-animation-duration: 100s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function: linear;

}

@keyframes town-anime{
	0% {background-position: 0 top;}
	100%{background-position: 1280px top;}
}

@-webkit-keyframes town-anime{
	0% {background-position: 0 top;}
	100%{background-position: 1280px top;}
}

#footer .info {
	background-color: #ddf78e;
}

#footer .wrap {
	position: relative;
	padding: 32px 0 28px;
	color: #000;
}
#footer .footer_link {
	position: absolute;
	top: 32px;
	right: 30px;
	color: #000;
	text-decoration: underline;
}
#footer .footer_link:hover {
	text-decoration: none;
}
#footer dl {
	padding-left: 32px;
}

#footer dl dd a {
	color: #000;
	text-decoration: none;
}

#footer dl dd a:hover {
	text-decoration: underline;
}

#footer .copy {
	text-align: right;
	padding-right: 30px;
}

/* to-page-top */
#to-page-top {
	position: fixed;
	bottom: 70px;
	right: 20px;
	z-index: 9999;
}

#to-page-top a:hover img{
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/* pager */
.pager {
	margin-top: 80px;
	padding-bottom: 13px;
	margin-bottom: 0;
}

.pager > div {
	overflow: hidden;
}

.pager .back img,
.pager .next img {
	filter:alpha(opacity=30);
	opacity: 0.3;
}

.pager .back a img,
.pager .next a img {
	filter:alpha(opacity=100);
	opacity: 1.0;
}

.pager .back a:hover img,
.pager .next a:hover img{
	filter:alpha(opacity=60);
	opacity: 0.6;
}

.pager .back,
.pager .next {
	position: absolute;
	top: 0;
}

.pager .back {
	left: 65px;
}

.pager .back.first {
	left: 0;
}

.pager .next {
	right: 65px;
}

.pager .next.last {
	right: 0;
}

.pager ul {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.pager ul li {
	display: inline-block;
	color: #fff;
	text-align: center;
	margin-right: 5px;
}

.pager ul li a {
	padding: 3px 0;
	width: 24px;
	color: #818181;
	display: inline-block;
}

.pager ul li.next a,
.pager ul li.back a {
	padding: 0;
}

.pager ul li.next a:hover,
.pager ul li.back a:hover {
	padding: 0;
}

.pager ul li.page a:hover,
.pager ul li.on {
	background-color: #5caade;
	padding: 3px 0;
	width: 24px;
	color: #FFF;
}
