@charset "utf-8";
	
/* 
============================================================ */
div#wrap {
	min-width: 960px;
}
div#mainContents {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
div#mainContents a {
	color: #333;
	-webkit-transition: opacity .2s;
	   -moz-transition: opacity .2s;
	    -ms-transition: opacity .2s;
	     -o-transition: opacity .2s;
	        transition: opacity .2s;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
h2 {
	margin-bottom: 28px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
h2 span {
	font-size: 18px;
	font-weight: normal;
}
div#header #guide h1 {
	height:auto;
	width:auto;
	padding:2px 0 0;
	font-size:77%;
	font-weight:normal;
	line-height:1.5;
}
.button a {
	position: relative;
	display: inline-block;
	width: 132px;
	line-height: 23px;
	background: #FFF;
	border: 1px solid #e3e3e3;
	color: #333 !important;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.button a:hover {
	background: #045297;
	border: 1px solid #045297;
	color: #fff !important;
}
.button a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 6px;
	height: 6px;
	margin-top: -3.5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	content: '';
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: border-color .2s;
	   -moz-transition: border-color .2s;
	    -ms-transition: border-color .2s;
	     -o-transition: border-color .2s;
	        transition: border-color .2s;
}
.button a:hover:before {
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
div#mainContents .button a {
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
	    -ms-transition: all .2s;
	     -o-transition: all .2s;
	        transition: all .2s;
}

/* #container
------------------------------------------------------------ */
#container {
	height: 350px;
}
#theTarget a {
	display: block;
	height: 350px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#theTarget a:hover {
	background: rgba(255, 255, 255, .3);
}
div#mainContents #theTarget a {
	-webkit-transition: background .2s;
	   -moz-transition: background .2s;
	    -ms-transition: background .2s;
	     -o-transition: background .2s;
	        transition: background .2s;
}
.skippr > div {
	-webkit-background-size: auto 100%;
	     -o-background-size: auto 100%;
	        background-size: auto 100%;
	background-repeat: no-repeat;
}
.skippr-nav-container {
	bottom: 15px;
}
.skippr-nav-element {
	background-color: #ccc;
}
.skippr-nav-element:hover, .skippr-nav-element-active {
	background-color: #005BAC;
}

/* .newCaseBlock
------------------------------------------------------------ */
.newCaseBlock {
	background: #f5f5f5;
	padding: 52px 0 32px;
}
.newCaseBlock h2 > span {
	margin-left: 32px;
}
.newCaseBlock .inner {
	position: relative;
}
.newCaseBlock .inner .button {
	position: absolute;
	top: 9px;
	right: 0;
}
.newCase {
	font-size: 0;
}
.caseBox {
	width: 306px;
	display: inline-block;
	margin:0 21px 21px 0;
	background: #fff;
}
.caseBox:nth-child(3n) {
	margin-right: 0;
}
.caseBox a,
.modelRoomInfo .infoBox a,
.lineUpBox a {
	position: relative;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 0 #d0d0d0;
	        box-shadow: 0 1px 0 #d0d0d0;
}
.caseBox a:hover,
.modelRoomInfo .infoBox a:hover,
.lineUpBox a:hover {
	opacity: 0.7;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.caseBox a:after,
.modelRoomInfo .infoBox a:after,
.lineUpBox a:after {
	position: absolute;
	right: 11px;
	bottom: 10px;
	border-top: 6px solid transparent;
	border-right: 5.5px solid #51687b;
	border-bottom: 6px solid #51687b;
	border-left: 5.5px solid transparent;
	content: '';
}
.caseBox dt {
	background-color: #51687b;
	background-image: url(../../img/top/caseBox_dt_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 41px;
}
.caseBox dd {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.caseBox dd:last-child {
	padding: 16px 19px 15px;
}
.caseBox .tags {
	margin: 0 0 32px 18px;
}
.caseBox .tag {
	display: inline-block;
	margin-right: 2px;
	padding: 6px 8px;
	background: #e6e6e6;
	color: #333;
	font-size: 10px;
	line-height: 1;
}
.caseBox .tag:last-child {
	margin-right: 0;
}

/* .newsBlock */
#newsBlock {
	padding: 50px 0;
}
#newsBlock .left {
	float: left;
}
#newsBlock h2 {
	display: inline-block;
}
#newsBlock .button {
	display: inline-block;
	margin-left: 25px;
	vertical-align: text-bottom;
}
.newsBox {
	width: 630px;
	height: 335px;
	padding: 19px 22px;
	border: 1px solid #e3e3e3;
	/*-ms-overflow-y: scroll;*/
	    /*overflow-y: scroll;*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.newsBox .sp-container {
	width: 584px;
}
.newsBox dl {
	padding: 15px 0 11px;
	border-bottom: 1px dashed #cbd5e3;
}
.newsBox dl:first-child {
	padding-top: 0;
}
.newsBox dt {
	margin-bottom: 5px;
	color: #045297;
	font-size: 12px;
	font-weight: bold;
}
.newsBox dt span {
	margin-right: 18px;
	vertical-align: middle;
}
.newsBox dd {
	font-size: 14px;
	line-height: 22px;
}
.newsBox dd a {
	text-decoration: none;
}
.newsBox dd a:hover {
	text-decoration: underline;
}
.sp-scrollbar {
	width: 9px;
	border-left: 1px solid #e3e3e3;
}
.sp-thumb {
	background: #51687B;
	opacity: 0.5;
}
.sp-thumb:hover {
	opacity: 0.7;
}
.sp-scrollbar.active .sp-thumb {
	opacity: 1;
}
/* .modelRoomInfo */
.modelRoomInfo {
	float: right;
	width: 307px;
}
.modelRoomInfo .title {
	margin-bottom: 17px;
	padding-left: 49px;
	background: url(../../img/top/icon_01.png) no-repeat;
	background-position: left center;
	-webkit-background-size: 42px 36px;
	     -o-background-size: 42px 36px;
	        background-size: 42px 36px;
	font-weight: bold;
	line-height: 1;
}
.modelRoomInfo .title h3 {
	margin-bottom: 7px;
	font-size: 18px;
}
.modelRoomInfo .title p {
	color: #045297;
	font-size: 12px;
}
.modelRoomInfo .infoBox a {
	border: 1px solid #e3e3e3;
}
.modelRoomInfo .infoBox a:after {
	border-right-color: #045297;
	border-bottom-color: #045297;
}
.modelRoomInfo .infoBox dl {
	padding: 19px 19px 23px;
	font-size: 14px;
}
.modelRoomInfo .infoBox dt {
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 1;
}
.modelRoomInfo .infoBox dd {
	line-height: 20px;
}

/* .lineUpBlock
------------------------------------------------------------ */
.lineUpBlock {
	padding: 52px 0 48px;
	background: #efefef;
}
.lineUpBlock h2 {
	display: inline-block;
}
.lineUpBlock .button {
	display: inline-block;
	margin-left: 25px;
	vertical-align: text-bottom;
}
.lineUp {
	font-size: 0;
}
.lineUpBox {
	display: inline-block;
	width: 306px;
	margin: 0 20px 20px 0;
	background: #FFF;
}
.lineUpBox:nth-child(3n) {
	margin-right: 0;
}
.lineUpBox dd {
	padding: 17px 18px 28px;
	font-size: 14px;
	line-height: 20px;
}
.lineUpBlock h3 {
	margin: 18px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
.pickUp {
	font-size: 0;
}
.pickUpBox {
	display: inline-block;
	width: 469px;
	margin-right: 22px;
}
.pickUpBox:nth-child(2n) {
	margin-right: 0;
}
.pickUpBox dt a {
	display: block;
}
.pickUpBox dt a:hover {
	opacity: 0.7;
}
.pickUpBox dd {
	position: relative;
	margin-top: 14px;
	padding-left: 11px;
	font-size: 14px;
	line-height: 1;
}
.pickUpBox dd:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #045297;
	content: '';
}

/* #aboutBlock
------------------------------------------------------------ */
#aboutBlock {
	padding: 103px 0 87px;
	background-image: url(../../img/top/aboutBlock_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: auto 100%;
	     -o-background-size: auto 100%;
	        background-size: auto 100%;
}
#aboutBlock .inner > div {
	width: 711px;
}
#aboutBlock div + div {
	margin-top: 62px;
}
#aboutBlock h2 {
	margin-bottom: 23px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}
#aboutBlock p {
	font-size: 14px;
	line-height: 24px;
}

/* .bannerBlockA
------------------------------------------------------------ */
.bannerBlockA {
	padding: 51px 0 41px;
	background: url(../../img/top/bannerBlockA_bg.gif) repeat;
	background-position: left top;
	text-align: center;
}
.bannerBlockA .inner {
	font-size: 0;
}
.bannerBlockA a {
	display: inline-block;
	margin-right: 20px;
}
.bannerBlockA a:nth-child(3n) {
	margin-right: 0;
}
.bannerBlockA a:hover {
	opacity: 0.7;
}

/* .bannerBlockB
------------------------------------------------------------ */
.bannerBlockB {
	padding: 50px 0 29px;
	background: #f9f9f9;
}
.bannerBlockB .inner {
	font-size: 0;
}
.bannerBlockB a {
	display: inline-block;
	margin: 0 20px 21px 0;
}
.bannerBlockB a:nth-child(4n) {
	margin-right: 0;
}
.bannerBlockB a:hover {
	opacity: 0.7;
}
