@charset "utf-8";
/*
@font-face {
	font-family: 'migu1p';
	src: local('migu1p'), url('f/migu-1p-regular.ttf') format('truetype');
}
*/
body {
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	color: #0f1511;
	line-height: 160%;
	background-color: #003333;
}

a {
	text-decoration: none;
	color: #003333;
}

a:visited {
	color: #003333;
}

a:hover {
	color: #114848;
}


/*==================================
			Header
====================================*/

header {
	width: 100%;
	text-align: center;
	padding: 15px 0 0 0;
	background: #ededed url(/img/back_gray.gif);
}

header h1 {
	text-align: center;
	line-height: 130%;
}

header h1 a {
	display: block;
}

header h1 img {
	width: 65%;
}

header h1 span {
	display: block;
	color: #8b8b8b;
	font-size: 13px;
}

header p.english a {
	display: block;
	padding: 15px 0 10px 0;
}

header p.english a img {
	width: 100px;
	height: 20px;
}


/*==================================
			Navi_motion
====================================*/

#global_nav ul {
	display: none;
}

#toggle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 0;
	background-color: #003333;
}

#toggle a {
	display: block;
	position: relative;
	padding: 18px 25px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}

#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-color: #fff;
}

#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background-color: #003333;
}

#toggle a:before {
	margin-top: -6px;
}

#toggle a:after {
	margin-top: 2px;
}

/*==================================
				Global_nav
====================================*/

#global_nav {
	background-color: #003333;
}

#global_nav ul {
	overflow: hidden;
	padding: 10px;
}

#global_nav ul li {
	font-size: 17px;
	padding: 4px;
}

#global_nav ul li a {
	display: block;
	padding: 15px 0;
	background-color: #f9f9f9;
	border: 1px solid #114848;
}

#global_nav ul li a:hover {
	background-color: #fff;
}

#global_nav ul li img {
	display: none;
}

/*==================================
			Page top
====================================*/

#page-top p {
	text-align: right;
}

#page-top a {
	color: #4c3015;
}

#page-top a img {
	width: 50px;
	height: 50px;
}

#page-top a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/*==================================
			Footer
====================================*/

footer {
	background: #f9f9f9 url(/img/back_gray02.gif);
}

footer .footer_inner {
	font-size: 14px;
	text-align: center;
	padding: 10px;
	background: #ededed url(/img/back_gray.gif);
}

footer .footer_inner #gallery  p span.fax {
	display: block;
}

footer .footer_inner #gallery .images {
	width: 270px;
	margin: 0 auto 10px auto;
	display: block;
	overflow: hidden;
}

footer .footer_inner #gallery .images .manrei {
	float: left;
	width: 60px;
	border: 2px solid #003333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

footer .footer_inner #gallery .images p {
	line-height: 130%;
}

footer .footer_inner #gallery .images p img {
	width: 200px;
}

footer .footer_inner #gallery .images p span {
	display: block;
	color: #8c8c8c;
	font-size: 13px;
}

footer p.copy {
	font-size: 11px;
	text-align: center;
	line-height: 130%;
	padding: 15px 0;
}


/*==================================
				Footer_nav
====================================*/

.footer_nav ul li {
	background: url(/img/icon_yajirushi.png) no-repeat 95% 50%;
	-moz-background-size: 7px 11px;
	background-size: 7px 11px;
}

.footer_nav ul li:hover {
	background-color: #f5f5f5;
}

.footer_nav ul li a {
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid #efefef;
}

/*==================================
			Common
====================================*/

#contents h2.page_title {
	color: #f1f1f1;
	font-size: 22px;
	font-family: "?l?r ?o????","?l?r ????",serif;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 20px 0;
}

#pankuzu {
	display: none;
}

#main .main_inner.type02 {
	padding: 10px;
	margin: 10px;
	background: #f9f9f9 url(/img/back_gray02.gif);
}

#main .main_inner p {
	margin: 10px 0;
}

#main .main_inner.type02 h3 {
	color: #003333;
	font-size: 18px;
	font-family: "?l?r ?o????","?l?r ????",serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 10px;
	margin: 15px 0;
	background: #ededed url(/img/back_gray.gif);
	border: 1px solid #e8e8e8;
}


/*==================================
			colorbox
====================================*/

#cboxOverlay {
	background: #000;
}
#cboxContent {
	background: #000;
}
#cboxLoadedContent {
	background: #003333;
	padding: 5px;
}
#cboxLoadingOverlay {
	background: #000;
}
#cboxTitle {
	color: #fff;
	font-size: 13px;
}

@media screen and (min-width: 600px) {
	
	/*==================================
				Header
	====================================*/

	header {
		overflow: hidden;
	}

	header h1 img {
		width: 250px;
		height: auto;
	}

	/*==================================
					Global_nav
	====================================*/

	#global_nav ul {
		width: 456px;
		padding: 10px 0;
		margin: 0 auto;
	}

	#global_nav ul li {
		float: left;
		width: 220px;
	}

	#global_nav ul li a {
		box-sizing: border-box;
		padding: 0;
	}

	#global_nav ul li a:hover {
		background-color: #fff;
		opacity: .7;
		filter: alpha(opacity=70);
		-webkit-transition: opacity .3s linear;
		-moz-transition: opacity .3s linear;
		-o-transition: opacity .3s linear;
		transition: opacity .3s linear;
	}

	#global_nav ul li img {
		display: inline;
	}

	#global_nav ul li span {
		display: none;
	}

	/*==================================
				Footer
	====================================*/

	footer .footer_inner #gallery  p span.fax {
		display: inline;
		padding-left: 20px;
	}

	/*==================================
				Common
	====================================*/

	#contents h2.page_title {
		font-size: 28px;
	}
	
	#contents a img:hover {
		opacity: .7;
		filter: alpha(opacity=70);
		-webkit-transition: opacity .3s linear;
		-moz-transition: opacity .3s linear;
		-o-transition: opacity .3s linear;
		transition: opacity .3s linear;
	}


}

@media screen and (min-width: 768px) {

	/*==================================
					Footer_nav
	====================================*/

	.footer_nav {
		position: relative;
		overflow: hidden;
	}

	.footer_nav ul {
		float: left;
		font-size: 13px;
		margin: 20px 0;
		position: relative;
		left: 50%;
	}

	.footer_nav ul li {
		float: left;
		background-image: none;
		position: relative;
		left: -50%;
	}

	.footer_nav ul li a {
		padding: 1px 36px;
		border-bottom: none;
		border-right: 1px solid #003333;
	}

	.footer_nav ul li:last-child a {
		border-right: none;
	}

	/*==================================
				Common
	====================================*/

	#main .main_inner.type02 h3 {
		font-size: 24px;
		text-align: left;
		padding: 15px;
	}

	#main .main_inner.type02 p {
		padding: 0 15px;
	}


}

@media screen and (min-width: 1100px) {

	body {
		font-size: 15px;
	}

	/*==================================
				Header
	====================================*/

	header {
		padding: 20px 0 0 0;
		margin: 0 0 10px 0;
	}

	header h1 {
		margin: 0 0 20px 0;
	}

	header p.english a {
		display: block;
		position: absolute;
		top: 0;
		right: 20px;
	}

	header p.english a img {
		width: 80px;
		height: 16px;
	}

	/*==================================
				Contents
	====================================*/

	#contents {
		width: 1100px;
		margin: 0 auto;
		overflow: hidden;
	}

	/*==================================
				Navi_motion
	====================================*/

	#global_nav ul {
		display: block;
	}

	#toggle {
		clear: both;
		display: none;
	}

	#global_nav ul {
		margin: 0;
		padding: 0; 
	}

	#global_nav ul li a {
		display: table;
		width: 100%;
		overflow: hidden;
	}

	#global_nav ul * {
		-moz-transition: .5s;
		-webkit-transition: .5s;
		-o-transition: .5s;
		-ms-transition: .5s;
		transition: .5s;
	}

	/*==================================
				Global_nav
	====================================*/

	#global_nav {
		background: #f9f9f9 url(/img/back_gray02.gif);
	}

	#global_nav ul {
		width: 1100px;
		padding: 0;
		margin: 0 auto;
	}

	#global_nav ul li {
		float: left;
		width: 220px;
		font-size: 15px;
		padding: 0;
	}

	#global_nav ul li a {
		display: block;
		background: #f9f9f9 url(/img/back_gray02.gif);
		border: none;
	}

	/*==================================
				Footer
	====================================*/

	footer .footer_inner .info {
		width: 1100px;
		margin: 0 auto;
	}

	/*==================================
				Common
	====================================*/

	#pankuzu {
		float: right;
		display: block;
		color: #efefef;
		margin: 10px 0;
		overflow: hidden;
	}

	#pankuzu li {
		float: left;
		padding-right: 10px;
		font-size: 12px;
	}

	#pankuzu li a {
		color: #9db4b4;
		text-decoration: underline;
		padding-right: 10px;
	}

	#pankuzu li a:hover {
		color: #7a9c9c;
	}

	#pankuzu:after {
		content: ""; 
		display: block; 
		clear: both;
	}

	#main {
		clear: both;
	}

	#main .main_inner.type02 {
		padding: 20px;
		margin: 10px 0;
	}

}
