/*@import url(http://fonts.googleapis.com/css?family=Jura:600);*/
@charset "UTF-8";
/* CSS Document */

body {
	color:#000;
	font-size:13px;
	-webkit-text-size-adjust : none;
	/* overflow-y:scroll; */
}
.displayn {
	display:none;
}

/*
b.header
*/
header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.8);
	border-bottom:solid 1px #fff;
	z-index:50;
}
header .r1 {
	overflow:hidden;
	height:auto;
}
header .r1 .c1 {
	float:left;
	width:10%;
}
header .r1 .c2 {
	float:left;
	width:90%;
}
/*
e.header
*/
/*
b.header logo
*/
header .logo h1 {
	text-align:center;
	width:100%;
}
/*
e.header logo
*/

/*
b.header int
*/
header .c2r1 {
	overflow:hidden;
}
header .c2r1 .int nav {
	float:right;
}
header .int nav ul {
	padding:5px 0;
	overflow:hidden;
}
header .int nav ul li {
	float:left;
	padding-right:5px;
}
header .int nav ul li a {
	display:block;
	width:40px;
	height:25px;
	color:#fff;
	background:#333;
}
/*
e.header int
*/

/*
b.header nav
*/
header .nav {
	overflow:hidden;
	height:auto;
	/*position:relative;
	top:0;
	left:0;*/
	/*float:right;
	width:90%;*/
}
header .nav nav {
	float:right;
	/*position:absolute;
	top:0;
	right:0;*/
	
}
header .nav nav ul {
	list-style-type:none;
	clear:both;
	
}

header .nav nav>ul>li {
	float:left;
	margin:0;
	padding:0;
	
	
}

header .nav li a {
	display:block;	
	padding:20px 20px;
	line-height:1.3em;
	text-decoration:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:#fff;
	
	
}
header .nav nav>ul>li>a:link { /*未訪問のリンク*/
    background:none;
	text-decoration:none;
	color:#fff;
	
}
header .nav nav>ul>li>a:visited { /*訪問後のリンク*/
    background:none;
	text-decoration:none;
	color:#fff;
	
}
header .nav nav>ul>li>a:hover {/*マウスをのせたとき*/
	background:rgba(255,255,255,0.9);
	text-decoration:none;
	color:#000 !important;
	
}
header .nav nav>ul>li>a:active {/*クリック中*/
    background:rgba(255,255,255,0.5);
	text-decoration:none;
	color:#000 !important;
	
}
/*
e.header nav
*/

/*
b.common banner
*/
.yesimg {
	
}
.imgbox {
	overflow:hidden;
	height:200px;
	width:100%;
	
}
.imgbox img {
	width:100%;
}
.cttbox {
	
}
/*
e.common banner
*/

/*
b.common table frame
*/
.tbl {
	width:100%;
	display:table;
}
.ttr {
	width:100%;
	display:table-row;
}
.ttd {
	display:table-cell;
}
.ttd {
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
	width:100%;
	height:auto;	
}
/*
e.commonn table frame
*/
/*
b.common under .box 
*/
.body_frame {
	position:relative;
	top:0;
	left:0;
}
/*.body_frame>section {
	position:absolute;
	top:0;
	left:-120px;
	
}*/
.box {
	padding:16.17% 10%;
}
.box h1 {
	padding:5px 0;
	font-size:30px;
	line-height:1.5em;
	/*width:100%;
	background:yellow;*/
	text-align:center;
	font-family:"Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.box h2 {
	padding:5px 0;
	font-size:25px;
	line-height:1.5em;
	font-family:"Times New Roman", Times, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.box p {
	padding:5px 0;
	font-size:13px;
	line-height:1.5em;
	font-family:Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family:Helvetica, Arial, serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;*/
	
	
}

.box article {
	padding-bottom:10px;
}
/*
e.common under .box
*/



/*
b.footer
*/
footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding:10px 0;
	background:rgba(0,0,0,0.7);
	border-top:solid 1px #fff;
	color:#fff;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	line-height:1.3em;
	z-index:80;
}
footer a { /*リンクされた文字*/
    color:#fff;
    font-style:normal;
    text-decoration:underline;
}
footer a:link { /*未訪問のリンク*/
    color:#fff;
    font-style:normal;
    text-decoration:underline;
}
footer a:visited { /*訪問後のリンク*/
    color:#eee;
    text-decoration:underline;
}
footer a:hover {/*マウスをのせたとき*/
    color:#ddd;
    font-style:normal;
    text-decoration:underline;
}
footer a:active {/*クリック中*/
    text-decoration:none;
}
footer ul {
	width:100%;
	padding:5px 0;
	text-align:center;
	
}

footer ul li {
	display:inline;	
	padding:0 1%;
	border-right:solid 1px #fff;
	line-height:1.5em;
}
footer ul li.last {
	border:0;
}
footer ul li address {
	display:inline;
}
footer p {
	text-align:center;
}
/*
@media screen and (max-width:480px) {
	footer ul li {
		display:block;
		border:0;
	}
}
*/
/*
e.footer
*/