@charset "utf-8";

html{
	font-size: 10px;
	/*font-size: 62.5%;*/
}

body {
     font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	 line-height: 1.5;
	 letter-spacing: 0;
	 border-top: 5px solid #27A9E4;
	 color: #333333;
}

.clearFix:after,
header:after,
#wrapper:after,
section:after,
footer:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

*:first-child+html .clearFix:after,
header:after,
#wrapper:after,
section:after,
footer:after{ zoom: 1; } /* IE7 */

#wrapper{
	width: 1000px;
	margin: 40px auto 0 auto;
}

a:hover img{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

small{
	width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 0;
	text-align: right;
	display: block;
}

.imageLeft{
	margin: 0 30px 0 0;
	float: left;
}

.imageRight{
	margin: 0 0 0 30px;
	float: right;
}

.imageHanger{
	text-align: center;
	padding-top: 20px;
}

/*.imageHanger img{width: 85%;}*/

figcaption{
	padding: 10px 0 15px 0;
	font-size: 13px;
	font-size: 1.3rem;
}

.visualBtn{
	margin: 10px 0;
	text-align: center;
}

.visualBtn a:nth-child(even){margin-left: 20px;}

/**************************************************
 header
**************************************************/
header{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}

h1{
	padding: 14px 0 0 0;
	font-family: 新丸ゴ M;
	color: #747478;
	font-size: 14px;
	font-size: 1.4rem;
}

h1 img{
	display: block;
	margin-top: 7px;
}

#menu{
	width: 100px;
	height: 35px;
	display: none;
	cursor: pointer;
	background: url(../img/top/menu.png) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top: 18px;
	right: 10px;
}

#menu.Selected{
	background: url(../img/top/menu.png) no-repeat 0 -35px;
	background-size: 100%;
}

/**************************************************
 globalNavi
**************************************************/
#globalNavi{height: 60px;}

#globalNavi ul{
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	font-family: 新丸ゴ M;
}

#globalNavi ul li{
	width: 170px;
	float: left;
}

#globalNavi ul li a{
	height: 60px;
	padding: 19px 0 0 0;
	display: block;
	color: #333333;
	background: url(../img/globalnavi_bg.png) no-repeat left center;
}

#globalNavi ul li:first-child{width: 150px;}

#globalNavi ul li:first-child a{background: none;}

#globalNavi ul li a:hover,#globalNavi ul li a.cur{
	color: #FFFFFF;
	background-color: #27A9E4;
	text-decoration: none;
}

#headerNavi{
	width: 100%;
	height: 40px;
	position: absolute;
	top: 30px;
}

#headerNaviInner{
	width: 1000px;
	margin: 0 auto;
}

#btnArea{
	width: 220px;
	height: 40px;
	text-align: center;
	float: right;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

#btnArea a{
	height: 40px;
	padding-top: 11px;
	color: #FFFFFF;
	background-color: #ED86A4;
	display: block;
	border-radius: 0.4rem;
}

#btnArea a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-decoration: none;
}

#searchHanger{
	float: right;
	margin-right: 20px;
}

.search{
	width: 230px;
	height: 40px;
	background-color: #F5FAFE;
	padding: 5px 30px 5px 10px;
	font-size: 1.4em;
	font-size: 1.4rem;
	border: 1px solid #E2F0FC;
	border-radius: 0.4rem 0 0 0.4rem;
	float: left;
}

.searchBtn{
	width: 40px;
	height: 40px;
	float: left;
}

/**************************************************
 breadCrumb
**************************************************/
#breadCrumb{
	height: 40px;
	background: url(../img/bc_bg.png) repeat-x 0 0;
}

#breadCrumb p{
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	font-size: 13px;
	font-size: 1.3rem;
}

#breadCrumb p img{
	margin: 0 15px;
	vertical-align: middle;
}

#breadCrumb p img:first-child{margin: 0;}

#breadCrumb p a{color: #27A9E4;}

/**************************************************
 rightColumn
**************************************************/
#rightColumn{
	width: 680px;
	float: right;
}

#rightColumn h2{
	font-family: 新丸ゴ M;
	font-size: 34px;
	font-size: 3.4rem;
	color: #26A9E4;
	border-bottom: 3px solid #27A9E4;
	padding: 0 0 18px 0;
}

#rightColumn h3{
	font-family: 新丸ゴ R;
	font-size: 25px;
	font-size: 2.5rem;
	color: #26A9E4;
	padding: 0 0 18px 0;
	margin: 30px 0 0 0;
	padding: 15px 12px;
	background-color: #ECF5FD;
}

#rightColumn h4{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	color: #26A9E4;
	border-bottom: 1px solid #27A9E4;
	padding: 0 0 15px 0;
	margin: 30px 0 5px 0;
}

#rightColumn h4 span{
	border-left: 5px solid #27A9E4;
	padding: 7px 10px 5px 10px;
}

#rightColumn p{
	padding: 15px 0;
	font-size: 15px;
	font-size: 1.5rem;
}

#rightColumn ul.common,#rightColumn ol.common{
	padding: 10px 0;
	font-size: 15px;
	font-size: 1.5rem;
}

#rightColumn ol.common{padding-left: 30px;}

#storeSearch{
	border: 1px solid #DBE9F9;
	background-color: #EDF4FC;
	padding: 15px;
}

.area{
	width: 180px;
	height: 40px;
	font-size: 13px;
	font-size: 1.3rem;
	border: 1px solid #E2F0FC;
	padding: 0 20px 0 20px;
}

.name{
	width: 240px;
	margin-left: 10px;
	height: 40px;
	font-size: 13px;
	font-size: 1.3rem;
	border: 1px solid #E2F0FC;
	padding: 0 20px 0 20px;
}

.search2{
	margin-left: 5px;
	vertical-align: middle;
}

#mapSearch{
	width: 160px;
	height: 40px;
	text-align: center;
	float: right;
	font-size: 15px;
	font-size: 1.5rem;
}

#mapSearch a{
	height: 40px;
	padding-top: 11px;
	color: #FFFFFF;
	background-color: #8CC86D;
	display: block;
	border-radius: 3.0rem;
}

#mapSearch a:hover{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-decoration: none;
}

/**************************************************
 leftColumn
**************************************************/
#leftColumn{
	width: 280px;
	float: left;
}

#leftColumn h3{
	font-size: 19px;
	font-size: 1.9rem;
	color: #26A9E4;
	border-bottom: 3px solid #DDDDDD;
	background: url(../img/leftcolumn/h3_bg.png) no-repeat 10px 4px;
	padding: 0 10px 15px 40px;
}

#localNavi{margin-bottom: 40px;}

#localNavi h4{
	margin-top: 15px;
	padding: 10px 15px 8px 15px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #27A9E4;
}

#localNavi h4:first-child{margin-top: 0;}

#localNavi ul{
	font-size: 15px;
	font-size: 1.5rem;
}

#localNavi ul li{
	border-bottom: 1px dotted #27A9E4;
	_height: 0;
}

#localNavi ul li a{
	display: block;
	padding: 20px 40px 18px 12px;
	color: #333333;
	background: url(../img/leftcolumn/pointer2.png) no-repeat 96% center #F2F8FE;
}

#localNavi ul li a:hover,#localNavi ul li a.cur{
	text-decoration: none;
	color: #FFFFFF;
	background: url(../img/leftcolumn/pointer3.png) no-repeat 96% center #8DD3F1;
}

#localNavi p{
	padding: 15px 5px;
	border-bottom: 1px dotted #27A9E4;
}

#localNavi p select{padding: 5px;}

#recruitNavi{margin-top: 10px;}

#recruitNavi ul{
	font-size: 14px;
	font-size: 1.4rem;
}

#recruitNavi ul li{
	border-bottom: 1px solid #F5C9DC;
	_height: 0;
}

#recruitNavi ul li a{
	display: block;
	color: #333333;
	background: url(../img/leftcolumn/pointer1.png) no-repeat 95% center #FCEDF3;
	padding: 12px 25px 9px 12px;
}

#recruitNavi ul li a:hover{
	background: url(../img/leftcolumn/pointer1.png) no-repeat 95% center #FDF6F9;
	text-decoration: none;
}

#leftBanner,#entryBtn{text-align: center;}

#leftBanner img{margin: 0 0 10px 0;}

/**************************************************
 pageTop
**************************************************/
#pageTop{
	width: 1060px;
	margin: 40px auto 0 auto;
	text-align: right;
}

#pageTop img{ cursor: pointer;}

/**************************************************
 footer
**************************************************/
footer{
	margin: -20px 0 0 0;
	background-color: #F5FAFE;
	border-top: 1px solid #DBE9F9;
}

#footerNavi{
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
}

.naviBlock{
	float: left;
	padding-right: 43px;
}

.naviBlock h4{
	color: #0092D7;
	font-size: 15px;
	font-size: 1.5rem;
}

.naviBlock ul{
	font-size: 13px;
	font-size: 1.3rem;
	padding-left: 15px;
}

.naviBlock ul li{padding: 6px 0 0 0;}

.naviBlock ul li a{color: #333333;}

#copyRight{
	background-color: #FFFFFF;
	font-size: 11px;
	font-size: 1.1rem;
}

#copyRight span{
	width: 1000px;
	display: block;
	padding: 25px 0;
	margin: 0 auto;
}

#copyRight img{
	vertical-align: middle;
	margin-right: 15px;
}

/**************************************************
 table
**************************************************/
.tableHanger{
	width: 100%;
	overflow: auto;
}

table.style1{
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.5em;
	font-size: 1.5rem;
}

table.style1 th{
	margin: 0;
	padding: 10px 20px 8px 20px;
	border-top: 1px solid #C2DCE7;
	background-color: #F5FAFE;
	width: 180px;
	text-align: left;
}

table.style1 td{
	padding: 10px 20px 8px 20px;
	border-top: 1px solid #C2DCE7;
}

table.style2{
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.5em;
	font-size: 1.5rem;
	border-top: 1px solid #C2DCE7;
	border-left: 1px solid #C2DCE7;
}

table.style2 th{
	margin: 0;
	padding: 10px 20px 8px 20px;
	border-right: 1px solid #C2DCE7;
	border-bottom: 1px solid #C2DCE7;
	background-color: #F5FAFE;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

table.style2 td{
	padding: 10px 20px 8px 20px;
	border-right: 1px solid #C2DCE7;
	border-bottom: 1px solid #C2DCE7;
}

/**************************************************
 Responsive
**************************************************/

@media screen and (max-width: 640px){
	
body {border-top: none;}
	
#wrapper{
	width: 100%;
	padding: 0 10px;
	margin-top: 10px;
}

.imageLeft,.imageRight{
	display: block;
	margin: 10px auto;
	float: none;
	width: 100%;
	max-width: 280px;
}

.imageHanger img{width: 100%;}

.visualBtn img{padding: 0 0 10px 0;}

.visualBtn a:nth-child(even){margin-left: 0}

/** header **********/
header{
	width: 100%;
	height: 70px;
}

h1{
	padding: 10px 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

h1 img{width: 190px;}

#menu{display: block;}

/** globalNavi **********/
#globalNavi{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 10;
	top: 70px;
	background-color: #FFFFFF;
}

#globalNavi ul{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
}

#globalNavi ul li{
	width: 100%;
	float: none;
	border-bottom: 1px dotted #FFFFFF;
}

#globalNavi ul li:first-child{width: 100%;}

#globalNavi ul li:last-child{border-bottom: none;}

#globalNavi ul li a{
	height: 60px;
	padding: 18px 10px 0 10px;
	background-color: #27A9E4;
	color: #FFFFFF;
}

#globalNavi ul li:first-child a{background: #27A9E4;}

#globalNavi ul li a:hover,#globalNavi ul li a.cur{
	border-left: none;
	border-right: none;
}

#headerNavi{
	width: 100%;
	height: auto;
	position: static;
	border: 4px solid #27A9E4;
	border-top: none;
	background-color: #FFFFFF;
}

#headerNaviInner{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}

#btnArea{
	width: 100%;
	float: none;
	text-align: center;
}

#searchHanger{
	height: 40px;
	float: none;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

.search{width: 100%;}

.searchBtn{
	position: absolute;
	margin-left: -40px;
}

/** breadCrumb **********/
#breadCrumb{display: none;}

/** rightColumn **********/
#rightColumn{
	width: 100%;
	float: none;
}

.area{width: 85%;}

.name{
	width: 85%;
	margin: 10px 0 0 0;
}

#mapSearch{
	float: none;
	margin: 10px auto 0 auto;
}

/** leftColumn **********/
#leftColumn{
	width: 100%;
	float: none;
	margin: 20px 0 0 0;
}

#localNavi ul li{
	border: 1px dotted #27A9E4;
	border-top: none;
}

#recruitNavi{text-align: center;}

#recruitNavi ul{display: none;}

/** pageTop **********/
#pageTop{
	width: 100%;
	text-align: center;
}

/** footer **********/
footer{background-color: #FFFFFF;}

#footerNavi{display: none;}

#copyRight{text-align: center;}

#copyRight span{width: auto;}

#copyRight img{
	width: 80px;
	margin: 0 auto 5px auto;
	display: block;
}

/** table **********/
table.style1 th{
	width: 100%;
	display: block;
	font-weight: bold;
	padding: 10px 10px 8px 10px;
}

table.style1 td{display: block;}

}