/* ===================================================================
CSS information
 file name  :  common.css
 style info :  共通レイアウト
=================================================================== */

/* base setting
================================================== */

body {
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, "ＭＳ Ｐゴシック", sans-serif;
	font-size: small;
	font: x-small;
	font-size: 13px;
	line-height: 1.5;
	color: #4c4c4c;
}
a {
	color: #4c4c4c;
	text-decoration: underline;
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:active {
}




/*追加ボタン
================================================== */

.mob_btn_movie{
	display:none;
	
}

.mob_btn_oshiete{
	display:none;
}


 @media only screen and (max-width: 640px) {
.mob_btn_movie{
	display:block;
	
}

.mob_btn_oshiete{
	display:block;
	margin-bottom:6%;
}
 
 }




/* 画像をコピーさせない
================================================== */

.copynon{position:relative;}


.copynon-img{
	position: absolute;
	top: 0px;
	left: 0px;
}

.copynon-img2{
	position: absolute;
	top: 0px;
	left: 11px;
	z-index:10;
}

.histry-img{
	z-index:2;
}







/* base layout
================================================== */

body {
	color: #4c4c4c;
	background-color: #0054a7;
}
#wrapper {
	background-color: #003d76;
	width: 100%;
	border-bottom: solid 4px #e0d6af;
}
#head {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	position: relative;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 15px;
}
#content {
	overflow: hidden;
	position: relative;
}
article {
	padding: 20px 0 0;
}
.pagetop {
	clear: both;
	padding: 50px 0 0;
	text-align: right;
	position: relative;
	z-index: 200;
}
/* header
================================================== */


header {
	float: left;
}
header .mobile_nav {
	position: absolute;
	left: 2%;
	bottom: 6%;
	width: 12%;
	display: none;
}
header .mobile_nav img {
	width: 100%;
}

/* nav
================================================== */


.mobile_nav_body {
	display: block;
}
.mobile_nav_body .btn_close {
	display: none;
}
.mobile_nav_body .btn_close img {
	width: 22%;
}
.nav {
	overflow: hidden;
	margin-bottom: 0;
	float: right;
}
.nav li {
	float: left;
	margin-left: 10px;
}
.nav li.edge {
	margin: 0;
}

/* social
================================================== */

.socialBox {
	position: absolute;
	top: 0;
	right: 0;
}
.social {
	overflow:hidden;
}
.social li {
	float: left;
}


/* topicpath
================================================== */

.topicpath {
	color: #ffffff;
	overflow: hidden;
}
.topicpath a {
	color: #ffffff;
}
.topicpath li {
	float: left;
	margin-right: 5px;
	font-size: 85%;
}
/* footer
================================================== */

footer {
	padding: 18px 0 12px;
	color: #fff;
	font-size: 85%;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer .inFooter {
	width: 960px;
	margin: 0 auto;
}
footer .footLogo {
	float: right;
}
footer .footNav {
	width: 600px;
	float: left;
	overflow: hidden;
}

footer a:hover{
	text-decoration:underline;
}


.subtext{
color: #ffffff;
font-size: 12px;
margin-top:-16px;
clear:both;
}


footer .footNav li {
	float: left;
	margin-right: 20px;
}
footer .copyright {
	clear: both;
	padding: 15px 0 0;
	text-align: right;
}






 @media only screen and (max-width: 640px) {
	 
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
	 
/* header
================================================== */

#head {
	width: 100%;
	margin: 0;
	padding: 0;
	position: static;
}
header {
	width: 100%;
	height: auto;
	float: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 3% 0;
	position: relative;
	background-color: #fff;
}
header h1 {
	width: 26%;
	margin: 0 auto;
	padding: 0;
}
header h1 img {
	width: 100%;
}
/* mobile_nav
================================================== */

header .mobile_nav {
	display: block;
}
.mobile_nav_body {
	background-color: #003d76;
	text-align: center;
	padding-bottom: 6%;
	display: none;
	position: static;
}
.mobile_nav_body .btn_close {
	display: block;
}
.nav {
	margin-bottom: 0;
	padding: 10px 2% 0;
}
.nav li {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
.nav li.edge {
	margin-bottom: 10px;
}
.nav li img {
	width: 100%;
}





/* topicpath
================================================== */

.topicpath {
	display: none;
}

/* socialBox
================================================== */


.socialBox {
	display: block;
	width: 95%;
	clear: both;
	padding: 3% 0 0 5%;
	position: relative;
	overflow: hidden;
}
.social ul {
	padding: 0;
}
.social li {
	float: left;
}

/* article
================================================== */


.social_article {
	display: none;
}

/* pagetop
================================================== */
.pagetop {
	padding: 12% 0 5%;
	width: 31%;
	margin: 0 auto;
}
.pagetop img {
	width: 100%;
}


.subtext{
color: #ffffff;
font-size: 12px;
margin-top:10px;
margin-bottom:15px;
clear:both;
text-align:center;
}




/* footer
================================================== */

footer {
	padding: 5% 0 4%;
}
footer .inFooter {
	width: 100%;
}
footer .footNav {
	width: auto;
	float: none;
	text-align: center;
	margin-bottom: 6%;
}
footer .footNav li {
	float: none;
	margin-right: 0;
	display: inline;
	padding: 0 3%;
}




footer .footLogo {
	float: none;
	text-align: right;
	padding: 0 5%;
}
footer .copyright {
	padding: 3% 0 0;
	text-align: center;
}
}

@media only screen and (min-width:641px) {
	#wrapper{
		min-width:960px;
	}
}
