@charset "utf-8";

/*****************************************************************************
 reset 
 *****************************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

em,strong,th,address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img,
object,
embed {
	border: 0;
	vertical-align: top;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}

strong {
	font-weight: bold;
}

/*****************************************************************************
 linkColor 
 *****************************************************************************/

a:link {
	color: #89d221;
	text-decoration: none;
}

a:visited {
	color: #89d221;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

/*****************************************************************************
 clearfix 
 *****************************************************************************/

.cb {
	clear: both;
	font-size: 1%;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

.clearfix {
	display: inline-block;
}

/* Hide from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display:block; }

/* End hide from IE-mac */

/*****************************************************************************
 base
 *****************************************************************************/

body {
	background-color: #FFF;
	font-size: 87.5%;		/* 14px */
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	line-height: 1.5;
	color: #333;
	text-align: center;
}


#home #top {
	background: none;
}
#top {
	background: url(/assets/img/home/section01_bg.png);
}

/*****************************************************************************
 header 
 *****************************************************************************/

#home header {
	background: url(/assets/img/home/header_bg.png) no-repeat center top;
	padding-top: 5px;
}
#home header .logo {
	float: none;
	margin-left: -500px;
	padding: 0;
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 999;
}
#home header .navi {
	float: none;
	margin: 0 0 0 376px;
	padding: 0;
	position: absolute;
	top: 41px;
	left: 50%;
	z-index: 999;
}
#home header .navi ul {
	*zoom: 1;
}
#home header .navi ul:after {
	content: '';
	display: block;
	clear: both;
}
#home header .navi ul li {
	float: left;
	margin: 0;
}


header {
	background: url(/assets/img/common/header_bg.png) no-repeat center top;
	padding-top: 5px;
}
header .logo {
	float: left;
	margin-left: 44px;
	padding: 39px 0 34px;
}
header .navi {
	float: right;
	margin-right: 3px;
	padding: 16px 0 17px;
}
header .navi ul {
	*zoom: 1;
}
header .navi ul:after {
	content: '';
	display: block;
	clear: both;
}
header .navi ul li {
	float: left;
	margin-left: 14px;
}
header .tagline {
	clear: right;
	float: right;
	padding-bottom: 17px;
	font-size: 78.6%;
	color: #999999;
}

/*****************************************************************************
 contents
 *****************************************************************************/

#homeVisual {
}
.bx-controls-direction .bx-prev {
	position: absolute;
	top: 258px;
	left: 0;
	cursor: pointer;
	z-index: 999;
}
.bx-controls-direction .bx-next {
	position: absolute;
	top: 258px;
	right: 0;
	cursor: pointer;
	z-index: 999;
}


#visual01 .catch {
	background: url(/assets/img/home/visual01_bg.png);
	margin-left: -500px;
	padding: 25px 30px 15px 30px;
	text-align: left;
	position: absolute;
	top: 183px;
	left: 50%;
}
#visual01 .catch .title {
	margin-bottom: 16px;
}
#visual01 .catch .text {
	color: #FFFFFF;
}


#visual02 .img {
	margin-left: -500px;
	position: absolute;
	top: 120px;
	left: 50%;
}


#visual03 .title {
	margin-left: 83px;
	position: absolute;
	top: 189px;
	left: 50%;
}


#contents {
	margin-bottom: 54px;
}
#contents #main {
	float: right;
	width: 700px;
}
#contents #sub {
	float: left;
	width: 280px;
}

#home .section01 {
	background: url(/assets/img/home/section01_bg.png);
	padding: 20px 0 13px;
}
#home .section01 .headline {
	float: left;
	width: 328px;
	margin-left: 7px;
	position: relative;
}
#home .section01 .headline .navi {
	position: absolute;
	right: 20px;
	bottom: 10px;
	*zoom: 1;
}
#home .section01 .headline .navi:after {
	content: '';
	display: block;
	clear: both;
}
#home .section01 .headline .navi li {
	float: left;
	margin-left: 15px;
}
#home .section01 .wrapper {
	margin-left: -7px;
	*zoom: 1;
}
#home .section01 .wrapper:after {
	content: '';
	display: block;
	clear: both;
}
#home .section01 .wrapper .box {
	float: left;
	width: 322px;
	min-height: 164px;
	background: #FFFFFF url(/assets/img/home/topics_bg.png) no-repeat right top;
	margin: 0 0 7px 7px;
	padding-left: 6px;
	position: relative;
	*zoom: 1;
}
#home .section01 .wrapper .box:after {
	content: '';
	display: block;
	clear: both;
}
#home .section01 .wrapper .box .img {
	float: left;
	margin: 0 9px 0 -6px;
}
#home .section01 .wrapper .box .day {
	margin: 0 15px 0 9px;
	padding: 13px 0 11px;
	font-family: Arial,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	font-size: 92.9%;
	color: #999999;
}
#home .section01 .wrapper .box .title {
	margin: 0 15px 0 9px;
	font-size: 92.9%;
}
#home .section01 .wrapper .box .title a {
	color: #666666;
}
#home .section01 .wrapper .box .more {
	height: 15px;
	position: absolute;
	right: 7px;
	bottom: 7px;
}


#home .section02 {
	padding: 20px 0 18px;
}
#home .section02 .wrapper01 {
	margin-left: -2px;
	*zoom: 1;
}
#home .section02 .wrapper01:after {
	content: '';
	display: block;
	clear: both;
}
#home .section02 .wrapper01 .headline {
	float: left;
	margin: 0 0 2px 2px;
}
#home .section02 .wrapper01 div {
	float: left;
	width: 185px;
	min-height: 125px;
	margin: 0 0 2px 2px;
}
#home .section02 .wrapper01 div .title01 {
	line-height: 1.2;
	font-size: 71.4%;
	display: block;
}
#home .section02 .wrapper01 div .title02 {
	font-size: 9px !important;
}
#home .section02 .wrapper01 div a {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 90px 0px 3px 2px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
}
#home .section02 .wrapper01 div a:hover {
	background-position: right top;
}
#home .section02 .wrapper01 .box01 a {
	background-image: url(/assets/img/home/floor_img01.png);
}
#home .section02 .wrapper01 .box02 a {
	background-image: url(/assets/img/home/floor_img02.png);
}
#home .section02 .wrapper01 .box03 a {
	background-image: url(/assets/img/home/floor_img03.png);
}
#home .section02 .wrapper01 .box04 a {
	background-image: url(/assets/img/home/floor_img04.png);
}
#home .section02 .wrapper01 .box05 a {
	background-image: url(/assets/img/home/floor_img05.png);
}
#home .section02 .wrapper01 .box06 a {
	background-image: url(/assets/img/home/floor_img06.png);
}
#home .section02 .wrapper01 .box07 a {
	background-image: url(/assets/img/home/floor_img07.png);
}


#home .section02 .wrapper02 {
	margin-left: -1px;
	*zoom: 1;
}
#home .section02 .wrapper02:after {
	content: '';
	display: block;
	clear: both;
}
#home .section02 .wrapper02 .headline {
	float: right;
	margin: 0 0 2px 2px;
}
#home .section02 .wrapper02 div {
	float: left;
	width: 185px;
	min-height: 125px;
	margin: 0 0 2px 2px;
}
#home .section02 .wrapper02 div .title01 {
	line-height: 1.2;
	font-size: 71.4%;
	display: block;
}
#home .section02 .wrapper02 div .title02 {
	font-size: 57.1%;
}
#home .section02 .wrapper02 div a {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 90px 8px 2px;
	color: #FFFFFF;
	display: block;
}
#home .section02 .wrapper02 div a:hover {
	background-position: right top;
}
#home .section02 .wrapper02 .box08 a {
	background-image: url(/assets/img/home/floor_img08.png);
}
#home .section02 .wrapper02 .box09 a {
	background-image: url(/assets/img/home/floor_img09.png);
}
#home .section02 .wrapper02 .box10 a {
	background-image: url(/assets/img/home/floor_img10.png);
}
#home .section02 .wrapper02 .box11 a {
	background-image: url(/assets/img/home/floor_img11.png);
}
#home .section02 .wrapper02 .box12 a {
	background-image: url(/assets/img/home/floor_img12.png);
}
#home .section02 .wrapper02 .box13 a {
	background-image: url(/assets/img/home/floor_img13.png);
}
#home .section02 .wrapper02 .time {
	float: left;
	width: 372px;
	min-height: 125px;
	margin: 0 0 2px 2px;
}
#home .section02 .wrapper02 .time h3 {
	margin-bottom: 9px;
}
#home .section02 .wrapper02 .time .text {
	margin: 0 16px 2px;
	font-size: 92.9%;
	color: #666666;
	*zoom: 1;
}
#home .section02 .wrapper02 .time .text dt {
	float: left;
	margin-right: -13em;
}
#home .section02 .wrapper02 .time .text dd {
	padding-left: 13em;
}
#home .section02 .wrapper02 .time .attention {
	margin: 0 16px;
	font-family: Arial,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	font-size: 71.4%;
	color: #666666;
}

/*****************************************************************************
 footer
 *****************************************************************************/

footer {
}
footer .upper {
	background: #FFFFFF url(/assets/img/common/footer_bg.png) repeat-x left top;
}
footer .upper .headline {
	float: left;
	width: 328px;
	padding-bottom: 37px;
}
footer .upper .headline .title {
	margin-bottom: 38px;
}
footer .upper .headline .btn {
	text-align: center;
}
footer .upper .text {
	float: right;
	width: 620px;
	padding: 41px 0 20px;
}
footer .upper .text {
	float: right;
	width: 620px;
}
footer .upper .text .about {
	font-size: 92.9%;
	margin-top: 30px;
	*zoom: 1;
}
footer .upper .text .about dt {
	float: left;
	width: 60px;
	margin-right: -13em;
	text-align: right;
	font-size: 123.1%;
}
footer .upper .text .about dd {
	margin-bottom: 15px;
	padding: 2px 0 0 6em;
}
footer .upper .text .about dd dd {
	margin-bottom: 10px;
	padding: 0 0 0 7em;
}
#gMap {
	clear: both;
	width: 100%;
	height: 340px;
}


footer .lower {
	background: #FFFFFF url(/assets/img/common/footer_bg.png) repeat-x left top;
	padding-bottom: 18px;
}
footer .lower .title {
	margin-bottom: 26px;
	text-align: center;
}
footer .lower .banner {
	margin-left: -5px;
}
footer .lower .banner ul {
	*zoom: 1;
}
footer .lower .banner ul li {
	float: left;
	margin-left: 5px;
}


footer .copyright {
	background: #89d221;
	padding: 12px 0 11px;
}
footer .copyright p {
	font-size: 78.6%;
	color: #FFFFFF;
}


#floorGuide {
	position: fixed;
	top: 320px;
	right: 0;
	text-align: right;
	z-index: 999;
}


#pageTop {
	position: fixed;
	right: 3px;
	bottom: 10px;
	text-align: right;
}
