@charset "utf-8";

body {
	font: 14px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
a { color: #666;}
a:hover { color: #888;}

/* clearfix */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after { clear:both;}
.cf { zoom:1;}

.red { color: #C30;}
.bold { font-weight: bold;}
.txtr {text-align: right;}
.txtc {text-align: center;}

.container {
	margin: 0 10px;
}

.figure {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		border: 4px solid #fff;
		-moz-box-shadow:0px 0px 4px rgba(0,0,0,0.15);
		-webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.15);
		box-shadow:0px 0px 4px rgba(0,0,0,0.15);
}

@media screen and (min-width: 740px) {
	.container {
		width: 980px;
		margin: 0 auto;
	}
}

/*-----------------------
	HEAD
------------------------*/
#head {
	width: 100%;
}
#head.absolute {
	position: absolute;
	bottom: 0;
	z-index: 10;
}
#head .h-logo {
	padding: 10px 0;
	text-align: center;
}
#head .h-logo img {
	width: auto;
	height: 45px;
}
#head nav{
	display: none;
	background: url(../img/foot_bg.gif);
}
#head nav ul {
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	font-size: 12px;
}
#head nav li { border-top: 1px dotted #85735F;}
#head nav li a {
	display: block;
	padding: 15px 10px;
	color: #fff;
	text-decoration: none;
}
#head .h-nav-btn {
	position: absolute;
	right: 10px;
	top: 15px;
}
@media screen and (min-width: 740px) {
	#head .h-logo {padding: 15px 0 20px;}
	#home #head .h-logo {
		padding: 0;
		background: url(../../img/mv_bg_logo.png) 0 0 no-repeat;
		width: 424px;
		height: 300px;
		position: absolute;
		bottom: 117px;
		right: 0;
	}
	#head .h-logo img {
		width: auto;
		height: 75px;
	}
	#home #head .h-logo a {
		position: absolute;
		bottom: 18px;
		right: 45px;
		zoom: 1;
		width: 160px;
		height: 160px;
		background: url(../../img/mv_img_logo.png) 0 0 no-repeat;
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		white-space: nowrap;
	}
	#home #head .h-logo img {
	}
	#head nav {
		display: block;
		background: url(../img/nav_bg.gif) left top repeat-x;
		height: 65px;
		padding: 0 0 2px;
	}
	#head nav ul { width: 980px;border: none;}
	#head nav li {
		float: left;
		border: none;
	}
	#head nav li a {
		background: url(../img/nav_btn.png) 0 0 no-repeat;
		height: 65px;
		width: 196px;
		overflow: hidden;
		text-indent: -9999px;
		white-space: nowrap;
		padding: 0;
	}
	#head nav li.n01 a { background-position: 0 0;}
	#head nav li.n02 a { background-position: -196px 0;}
	#head nav li.n03 a { background-position: -392px 0;}
	#head nav li.n04 a { background-position: -588px 0;}
	#head nav li.n05 a { background-position: -784px 0;}
	#head .h-nav-btn { display: none;}
}


/*-----------------------
	CONTENT
------------------------*/
@media screen and (min-width: 740px) {
	#content {
		margin: 0 auto;
	}
}

/* メインコンテンツ
------------------------------- */
#midHead {
	background: url(../img/cmn_bg_br.gif);
	text-align: center;
	padding: 25px 0;
	border-bottom: 5px solid #F4F1E9;
	margin: 0 0 30px;
}
#midHead img {
	height: 40px;
	width: auto;
}
#content h2 {
	text-align: center;
	margin: 40px 0 20px;
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
#content h2 img {
	height: 28px;
	width: auto;
}
#content h3 {
	margin: 30px 0 10px;
}
#content p { margin: 0 0 1.2em;}

@media screen and (min-width: 740px) {
	#midHead {
		padding: 50px 0;
		border-bottom: 10px solid #F4F1E9;
		margin: 0 0 50px;
	}
	#midHead img {
		height: 70px;
	}
	#content h2 {
		margin: 100px 0 40px;
		padding: 0 0 40px;
		font-size: 28px;
		background: url(../img/cmn_bg_h2.gif) center bottom no-repeat;
	}
	#content h2 img { height: 50px;}
}


#content ul {
	margin: 1em 1.5em;
	list-style: disc;
}
#content ol {
	margin: 1em 2em;
	list-style: decimal;
}
#content li { margin: 0.25em 0; }
#content table {
	margin: 1em 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#content tr {
	display: block;
	padding: 15px 0;
}
#content th,
#content td {
	width: auto;
	padding: 10px;
	display: block;
	text-align: left;
	vertical-align: top;
}
#content th { font-weight: bold;background: #f5f5f5;}
@media screen and (min-width: 740px) {
	#content tr {
		padding: 0;
		display: table-row;
	}
	#content th,
	#content td {
		display: table-cell;
		padding: 30px;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
	}
	#content th {
		width: 30%;
		font-weight: bold;
	}
}

#content .link {
	display: inline-block;
	padding: 5px 0;
}
#content .contbox {
	margin: 20px 0 0;
	background: #f5f5f5;
	padding: 1em 1em 1px;
}

/* イメージボックス */
#content .floatbox {
	margin: 1em 0;
	zoom:1;
}
#content .floatbox:before,
#content .floatbox:after {
	content:"";
	display:table;
}
#content .floatbox:after { clear:both;}
#content .floatbox div {
	overflow: hidden;
	zoom: 1;
}
#content .floatbox .right {
	float: right;
	display: inline;
	margin: 0 0 0 20px;
}
#content .floatbox .left {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}

/*-----------------------
	FOOT
------------------------*/
#pagetop {
	position: fixed;
	right: 20px;
	bottom: -45px;
}
#foot {
	border-top: 1px solid #eee;
	margin: 40px 0 0;
	color: #fff;
	font-size: 12px;
	background: url(../img/foot_bg.gif);
}
#home #foot {
	border-top: none;
	margin: 0;
}
#foot a {
	color: #fff;
	text-decoration: none;
}
#foot a:hover { text-decoration: underline;}
#foot .f-info {
	background: #fff;
	color: #555;
	padding: 30px 0;
}
#foot .f-info-logo { text-align: center;}
#foot address,
#foot .f-info-contact {
	width: 300px;
	margin: 10px auto;
}
#foot address img,
#foot .f-info-contact img {
	width: 100%;
	height: auto;
}
#foot .f-navi { padding: 0;}
#foot .f-navi ul { margin: 0;}
#foot .f-navi li { border-bottom: 1px dotted #85735F;}
#foot .f-navi a { display: block;padding: 20px 10px;}
#foot .f-navi .blank a {
	background: url(../img/cmn_ico_blank_sp.gif) 95% center no-repeat;
	-webkit-background-size: 9px 9px;
	     -o-background-size: 9px 9px;
	        background-size: 9px 9px;
	padding-right: 20px;
}
#foot .f-copy { padding: 10px 0;}
#foot .f-copy p {
	margin: 0 auto;
	text-align: center;
}

@media screen and (min-width: 740px) {
	#foot { margin-top: 100px;}
	#foot .f-info { padding: 50px 0;}
	#foot .f-info-wrap {
		width: 870px;
		margin: 0 auto;
		overflow: hidden;
	}
	#foot .f-info-logo {
		float: left;
		display: inline;
		margin-right: 20px;
	}
	#foot address { overflow: hidden;float: left;width: auto;margin: 0;}
	#foot .f-info-contact {
		width: auto;
		margin: 10px 0 0;
		float: right;
	}
	#foot address img { width: 360px;}
	#foot .f-info-contact img { width: 320px;}
	#foot .f-navi { padding: 20px 0;}
	#foot .f-navi ul { text-align: center;}
	#foot .f-navi li {
		display: inline;
		border: none;
		border-left: 1px dotted #85735F;
		padding: 0 14px 0 15px;
	}
	#foot .f-navi li:first-child { border: none;}
	#foot .f-navi a {
		display: inline;
		padding: 0;
	}
	#foot .f-navi .blank a {
		background: url(../img/cmn_ico_blank.gif) right center no-repeat;
		padding-right: 20px;
	}
	#foot .f-copy {
		padding: 0 0 20px;
	}
}