@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/1.5 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #181818;
}

a {
	color: #F90;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active,
a:focus {
	outline: 0;
}

img {
	border: 0;
}

.aligncenter {
	text-align: center;
}

.clear {
	clear: both;
}

.imgR {
	float: right;
	padding-left: 10px;
}

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

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.blue {
	color: #690;
}

ol {
	margin-bottom: 15px;
}

.MG-B25 {
	margin-bottom: 25px;
}



/*************
全体
*************/
@media (min-width:768px) {
	#wrapper {
		margin: 0 auto;
		padding: 0 20px;
		width: 960px;
	}

	.table .td {
		width: 75%;
	}
}

/*************
/* ヘッダー
*************/
@media (min-width:768px) {
	#header {
		height: 115px;
		position: relative;
		background: url(../img/header.png) no-repeat 100% 25px;
	}

	#header a {
		position: absolute;
		top: 10px;
	}

	#headerDescArea {
		width: 960px;
		margin: 0 auto;
	}

	#headerDescArea h1 {
		font-size: 12px;
		font-weight: normal;
		float: left;
		margin: 2px 0 0 10px;
		padding: 5px 0 5px;
	}
}

#tell {
	margin: 5px auto 5px;
}

#header #logo {
	margin: 5px auto 15px;
}

/*************
/* トップナビゲーション
*************/
ul#topnav {
	width: 910px;
	height: 50px;
	margin-bottom: 10px;
	background: url(../img/topnav.png) no-repeat 0 0;
}

ul#topnav li {
	float: left;
	list-style: none;
	width: 130px;
}

ul#topnav a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 130px;
	height: 50px;
	background: url(../img/topnav.png) no-repeat;
}

ul#topnav a#home {
	background-position: 0 0;
}

ul#topnav a#about {
	background-position: -130px 0;
}

ul#topnav a#menu {
	background-position: -260px 0;
}

ul#topnav a#faq {
	background-position: -390px 0;
}

ul#topnav a#map {
	background-position: -520px 0;
}

ul#topnav a#blog {
	background-position: -650px 0;
}

ul#topnav a#link {
	background-position: -780px 0;
}

ul#topnav a#home:hover,
ul#topnav li.active a#home {
	background-position: 0 -50px;
}

ul#topnav a#about:hover,
ul#topnav li.active a#about {
	background-position: -130px -50px;
}

ul#topnav a#menu:hover,
ul#topnav li.active a#menu {
	background-position: -260px -50px;
}

ul#topnav a#faq:hover,
ul#topnav li.active a#faq {
	background-position: -390px -50px;
}

ul#topnav a#map:hover,
ul#topnav li.active a#map {
	background-position: -520px -50px;
}

ul#topnav a#blog:hover,
ul#topnav li.active a#blog {
	background-position: -650px -50px;
}

ul#topnav a#link:hover,
ul#topnav li.active a#link {
	background-position: -780px -50px;
}

@media (max-width:768px) {
	.pc {
		display: none;
	}

	.table td {
		display: block;
	}
}

@media (min-width:767px) {
	.sp {
		display: none;
	}
}

/*************
ドロップダウンメニュー
*************/
.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

.menu li {
	float: left;
	position: relative;
	margin: 0 0 0 1px;
	padding: 5px;
	width: 360px;
	background-color: #ffa500;
	display: block;
	z-index: 100;
}

.sub {
	display: none;
	position: absolute;
	margin-left: -6px;
	padding: 0;
}

.sub li a {
	padding: 5px 10px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	display: block;
	color: #fff;
}

.sub li a:hover {
	background: #618ED3;
	text-decoration: none;
}

/*************
メイン（右側）コンテンツ
*************/
#toppage #main,
#toppage #sidebar {
	padding-top: 5px;
}

#main .bannerM img {
	padding-right: 5px;
	padding-bottom: 15px;
}

#main .bannerM img.last {
	padding-right: 0;
}

#main h2 {
	border-left: 5px solid #9C0;
	border-bottom: 1px dotted #CCC;
	height: auto;
	font-size: 16px;
	padding: 0.5em;
}

#main h3 {
	margin-bottom: 10px;
	padding: 0 5px 0 35px;
	font-size: 16px;
	line-height: 40px;
	background: url(../img/h3.jpg) no-repeat;
	color: #FFF;
}

#main h4 {
	margin-bottom: 10px;
	padding: 0 5px 0 35px;
	font-weight: normal;
	font-size: 16px;
	line-height: 35px;
	background: url(../img/bg_h4.jpg) no-repeat;
}

#main h5 {
	margin-bottom: 5px;
	font-size: 16px;
}

#main ol {
	margin-left: 30px;
}

#main ul {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

#main ul li {
	background: url(../img/list.jpg) no-repeat;
	background-position: left 6px;
	padding-left: 25px;
}

#main p {
	margin: 0 0 10px;
}

/* 画像を右に回りこみ */
#main p.withImage img {
	float: right;
	margin-left: 1em;
}

.main {
	padding: 15px;
	margin: 0 0 20px 0;
	border: 0;
	background: none;
	border: 1px dotted #dcdcdc;
}

.main_left {
	float: left;
	width: 300px;
}

.main_right {
	float: right;
	width: 280px;
}

/* navi */
#navi {
	margin-bottom: 5px;
}

/* news */
#newslist {
	font-size: 90%;
	text-align: right;
}

/* フッター共通 */
/*
.box {
 float: left;
 width: 195px;
 margin: 20px 16px 10px 0;
 line-height: 1.2;
 overflow:hidden;
}
}
.box_img {
	padding: 0px 0px 10px 0px;
}
.last {
	margin-right:0;
}
*/
/* ボタン */
p.button {
	text-align: center;
	padding: 10px 0;
}

p.button a {
	display: block;
	line-height: 32px;
	background: url(../img/button.png) no-repeat;
	margin: 0 -20px;
}

p.button a:hover {
	cursor: pointer;
	background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#footer ul {
	margin-left: 20px;
}

#footer li {
	margin-bottom: 3px;
}

/* 採用情報 */
@media (min-width:768px) {
	.recruit {
		float: left;
		margin: 2px 1px 5px 0px;
		line-height: 5px;
	}

	.recruit2 {
		float: right;
		margin: 2px 0px 5px 0px;
		line-height: 5px;
	}
}

.recruit a:hover img {
	opacity: 0.7;
	filter: recruit(opacity=70);
	-ms-filter: "recruit(opacity=70)";
}

.recruit2 a:hover img {
	opacity: 0.7;
	filter: recruit(opacity=70);
	-ms-filter: "recruit(opacity=70)";
}

.schedule {
	display: block;
	clear: both;
	border: 4px solid #A5CAF8;
	line-height: 30px;
	font-size: 14px;
	padding: 10px 20px;
	margin: 10px;
}

.r_koe {
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid #F60;
}

/*************
サイド（左側）コンテンツ
*************/
@media (min-width:768px) {
	#sidebar {
		float: left;
		width: 265px;
		padding: 20px 0;
	}
}

#sidebar a {
	color: #666;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar p {
	margin-bottom: 15px;
}

#sidebar h3 {
	margin-top: 5px;
	padding: 0 10px 0 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	background: url(../img/heading2.png) no-repeat 0 100%;
}

#sidebar ul {
	margin-left: 5px;
	padding: 10px 0;
}

#sidebar li {
	margin: 0 10px 10px 0;
	list-style: none;
	border-bottom: 1px dotted #CCC;
	line-height: 2.5em;
}

#sidebar li a {
	background: url(../img/list.png) no-repeat 0 50%;
	display: block;
	padding-left: 15px;
}

#sidebar li a:hover {
	background-position: 3px 50%;
}

/*************
/* フッター
*************/
#footer {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 20px 0px;
}

#footer .inner {
	overflow: hidden;
}

* html #footer .inner {
	height: 1%;
}

#footer li {
	margin: 0 10px 10px 5px;
	list-style: none;
	line-height: 0;
}

#footer li a {
	background: url(../img/list.png) no-repeat 0 50%;
	display: block;
	line-height: 1.3;
	padding-left: 15px;
}

#footer li a:hover {
	background-position: 3px 50%;
}

/*
#footer #logo {
 float:left;
 padding: 30px 0 5px;
 width: 292px;
}
*/
/* table */
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}

th,
td {
	padding: 5px;
	border: 1px solid #CCC;
}

th {
	background: #C2F8EB
}

/* tour */
.tour {
	width: 100%;
	margin: 15px 0px 10px 0px;
	padding: 10px 0px;
}

.tour th {
	margin: 10px auto;
	padding: 7px;
	background-color: #F4FFFF;
	font-weight: normal;
	border: 1px solid #CCC;
	text-align: left;
	width: 50%;
}

.tour td {
	padding: 7px;
	border: 1px solid #CCC;
	width: 50%;
}

.ggmap {
	position: relative;
	padding-bottom: 75%;
	/*これが縦横比*/
	height: 0;
	overflow: hidden;
}

.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}