/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background: #fbfbf0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	line-height: 1.7;
	color: #1a1a1a;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

br.pc {
	display: none;
}

@media (min-width : 768px) {
	br.pc {
		display: inline-block;
	}
}

img {
	vertical-align: middle;
	border: none;
}

strong {
	color: #006c1e;
	font-weight: bold;
}

small {
	font-size: 0.85em;
}

p {
	margin: 15px 0 30px;
	font-size: 1.4em;
}

.center {
	text-align: center;
}

a {
	color: #027932;
}

a:hover {
	color: #03a544;
}

nav {
	display: block;
	margin: 15px 0 30px;
}

article {
	margin: 0 0 30px;
}

table th,
table td {
	vertical-align: middle;
}

section h1 {
	margin: 0 0 15px;
	padding: 5px 0;
	font-size: 1.8em;
	font-family: 'Hiragino Mincho ProN', serif;
	font-weight: bold;
	color: #3f3000;
	border-bottom: 3px solid #e0e096;
}

section .title-sub {
	font-size: 1.6em;
	color: #3f3000;
	border-bottom: 1px dotted #e0e096;
}

section .title-sub2 {
	padding: 0px;
	font-size: 1.4em;
	border: none;
}

footer {
	text-align: center;
	background: #fbfbf0;
}

.contents-container {
	padding: 0;
}

.text-center {
	text-align: center;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pt15 {
	padding-top: 15px !important;
}

/* color property 色 */
.pink {
	color: #ff1493;
}

.red {
	color: #be0322;
}

.blue {
	color: #007bbb;
}

.green {
	color: #006c1e;
}

.orange {
	color: #fb7d00;
}

.brown {
	color: #865100;
}

.navy-blue {
	color: #003399;
}

.light-blue {
	color: #09c;
}


.logo-green {
	color: #009947;
}

.logo-red {
	color: #be0322;
}

.logo2-green {
	color: #2dfd23;
}
.logo2-red {
	color: #fe0000;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

@media ( min-width : 768px ) {
	.indent {
		padding-left: 4em;
	}
	.pc-right {
		text-align: right;
	}
}

.bold {
	font-weight: bold;
}

.bigger {
	font-size: 1.15em;
}

.bigger2 {
	font-size: 1.4em;
}

.biggest {
	font-size: 1.8em !important;
}

.serif {
	font-family: serif;
}

.underline {
	text-decoration: underline;
}

/*---------- header ----------*/
#header {
	padding: 24px 0 0 0;
	overflow: hidden;
}

#header-address .tel {
	padding: 0 1em 0 1em;
	font-family: 'Hiragino Mincho ProN', serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #1a1a1a;
	text-decoration: none;
	vertical-align: -2%;
	white-space: nowrap;
}

#header-address .tel:hover {
	text-decoration: underline;
}

/*---------- navigation ----------*/
#nav-global {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	font-size: 13px;
}

#nav-global li {
	float: left;
	width: 25%;
}

#nav-global li a {
	display: block;
	height: 44px;
	padding: 12px 15px 0;
	color: #111;
	font-family: 'Hiragino Mincho ProN', serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #eeeec1;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav-global li a:hover {
	color: #03a544;
	background-color: #fbfbf0;
}

#nav-global li:last-child a {
    border: none;
}

/*---------- footer ----------*/
#nav-footer {
	padding: 30px 0 0;
	font-size: 1.2em;
	text-align: center;
}

#nav-footer li {
	display: inline;
	margin: 0 10px 10px;
}

#nav-footer li a {
	text-decoration: none;
	white-space: nowrap;
}

#copyright {
	color: #3f3000;
	text-align: center;
}

@media ( max-width : 480px ) {
	#nav-global li {
		float: left;
		width: 50%;
	}
}

@media ( min-width : 768px ) {
	body {
		min-width:  960px;
	}

	.container {
		width: 960px;
	}

	.contents-container {
		width: 940px;
	}

	nav {
		height: 44px;
		background: url(../images/bg_nav@2x.jpg) repeat-x 0 0;
		background-size: 40px 44px;
	}

	#header-address {
		height: 60px;

	}

	#header-address p {
		float: right;
		margin: 0;
		display: table-cell;
		height: 60px;
		line-height: 60px;
		text-align: right;
		vertical-align: middle;
	}

	#header-address .tel {
		padding: 0 2em 0 1em;
	}

	#nav-global {
		padding: 10px 0 0;
		background: url(../images/nav-border.png) no-repeat right bottom;
	}

	#nav-global li {
		padding: 0;
		width: 134px;
		background-color: #fbfbf0;
	}

	#nav-global li a {
		display: block;
		padding-left: 10px;
		width: 134px;
		height: 34px;
		text-indent: -9999px;
		background-color: #fbfbef;
		background-image: url(../images/nav.png);
		background-repeat: no-repeat;
		border: none;
	}

	#nav-global .nav8 a { background-position:-1px -10px; }
	#nav-global .nav8 a:hover,
	#nav-global .nav8 a.cur { background-position:-1px -54px; }
	#nav-global .nav7 a{ background-position:-1px -98px; }
	#nav-global .nav7 a:hover,
	#nav-global .nav7 a.cur { background-position:-1px -142px; }
	#nav-global .nav6 a{ background-position:-1px -186px; }
	#nav-global .nav6 a:hover,
	#nav-global .nav6 a.cur { background-position:-1px -230px; }
	#nav-global .nav5 a{ background-position:-1px -274px; }
	#nav-global .nav5 a:hover,
	#nav-global .nav5 a.cur { background-position:-1px -318px; }
	#nav-global .nav4 a{ background-position:-1px -362px; }
	#nav-global .nav4 a:hover,
	#nav-global .nav4 a.cur { background-position:-1px -406px; }
	#nav-global .nav3 a{ background-position:-1px -450px; }
	#nav-global .nav3 a:hover,
	#nav-global .nav3 a.cur { background-position:-1px -494px; }
	#nav-global .nav2 a{ background-position:-1px -538px; }
	#nav-global .nav2 a:hover,
	#nav-global .nav2 a.cur { background-position:-1px -582px; }
	#nav-global .nav1 a{ background-position:-1px -626px; }
	#nav-global .nav1 a:hover,
	#nav-global .nav1 a.cur { background-position:-1px -670px; }

}
