@charset "utf-8";
/* CSS Document */

/*==========================================
 body
===========================================*/

html {
	font-size: 62.5%;
}
html>/**/body {
	font-size /*\**/: small\9; /* IE8 */
}

body {
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px; font-size: 1.6rem;
}

.wrap {
	position: relative;
	background: #FFF;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 2000;
	line-height: 180%;
}

a {
	color: #0707fb;
	text-decoration: none;
}

a:hover {
	color: #4646fe;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

img {
	vertical-align: baseline;
}


/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 5000;
}

.side-open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,.7);
}
.side-open .overlay::after {
	visibility: visible;
	color: rgba(255,255,255,.8);
}


/*** 汎用 ***/


.btm0 {
	margin-bottom: 0;
}

.btm5 {
	margin-bottom: 5px;
}

.btm10 {
	margin-bottom: 10px;
}

.btm20 {
	margin-bottom: 20px;
}

.btm30 {
	margin-bottom: 30px;
}

.btm50 {
	margin-bottom: 30px;
}

.btm100 {
	margin-bottom: 100px;
}

.img100 img {
	width: 100%;
}

.txt10 {
	font-size: 1.0rem;
}

.txt12 {
	font-size: 1.2rem;
}

.txt20 {
	font-size: 2.0rem;
}

ul.basic li {
	list-style: disc;
	margin-left: 20px;
}

ul.basic02 li {
	list-style: disc;
	margin-left: 20px;
	font-size: 13px; font-size: 1.3rem;
	line-height: 160%;
}

ul.komeRed {
	color: #D40D11;
	font-size: 13px; font-size: 1.3rem;
}

ul.komeRed li {
	text-indent: -13px; text-indent: -1.3rem;
	margin-left: 13px; margin-left: 13px;
	line-height: 140%;
}

.row_10 {
	margin-left: -5px;
	margin-right: -5px;
}

.row_10 div {
	padding-left: 5px;
	padding-right: 5px;
}

.row_20 {
    margin-left:-10px;
    margin-right:-10px;
}

.row_20 div{
	padding-right:10px;
	padding-left:10px;
}

#page-top {
	text-indent: -9999px;
    position: fixed;
    bottom: 25px;
    right: 10px;
	font-size: 12px; font-size: 1.2rem;
	z-index: 4000;
}

#page-top a {
    background: url(../img/btn_top.png) no-repeat;
    width: 60px;
	height: 60px;
    display: block;
    border-radius: 50%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

#page-top a:hover {
    background: url(../img/btn_top_on.png) no-repeat;
}

.over {
	opacity: 1;
	-moz-transition: opacity ease-in-out 0.5s;
	-webkit-transition: opacity ease-in-out 0.5s;
	transition: opacity ease-in-out 0.5s;
}

.over:hover {
	opacity: 0.6;
}

.over02 {
	opacity: 1;
	-moz-transition: opacity ease-in-out 0.1s;
	-webkit-transition: opacity ease-in-out 0.1s;
	transition: opacity ease-in-out 0.1s;
}

.over02:hover {
	opacity: 0;
}

span.ico {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.clear {
	clear: both;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	
}


/*==========================================
 header
===========================================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	background: #93e0fb url(../img/bg_head.gif) repeat-x bottom;
	z-index: 4000;
	width: 100%;
	-webkit-transition: transform .5s ease;
	transition: transform .5s ease;
}

header div {
	background: #FFF;
	position: relative;
}

header p {
	display: block;
	opacity: 1.0;
	-moz-transition: opacity ease-in-out 0.5s;
	-webkit-transition: opacity ease-in-out 0.5s;
	transition: opacity ease-in-out 0.5s;
}

header p:hover {
	opacity: 0.6;
}

header p.n3ds {
	float: right;
	padding: 10px 10px 0 0;
	width: 212px;
}

header p.sega {
	padding: 5px 0 5px 10px;
	width: 124px;
}

header h1 {
	position: absolute;
	left: 10px;
	top: 45px;
}

header p.side-menu-btn {
	float: right;
	margin: 15px 10px 25px 0;
	background: url(../img/ico_menu.png) no-repeat;
	background-size: cover;
	display: block;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	cursor: pointer;
}

header p.active {
	background: url(../img/ico_menu_on.png) no-repeat;
	background-size: cover;
	display: block;
	height: 50px;
	width: 50px;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	/*header {
		max-height: 150px;
		height: auto;
		width: 100%;
		background: none;
	}
	
	header h1 {
		position: inherit;
		left: inherit;
		top: inherit;
		z-index: 80;
		padding-top: 15px;
	}

	header p.n3ds {
		width: 148px;
	}
	
	header p.sega {
		width: 87px;
	}
	
	header p.side-menu-btn {
		float: none;
		position: absolute;
		top: 25px;
		right: 0;
		height: 40px;
		width: 40px;
		margin-bottom: 15px;
		z-index: 100;
	}
	header p.active {
		height: 40px;
		width: 40px;
	}*/
	header {
		height: auto;
		width: 100%;
	}
	
	header h1 {
		margin-top: 0;
		width: 75%;
		top: auto;
	}

	header p.n3ds {
		width: 148px;
	}
	
	header p.sega {
		width: 87px;
	}
	
	header p.side-menu-btn {
		float: right;
		margin: 0 10px 20px 0;
		display: block;
		height: 40px;
		width: 40px;
	}
	header p.active {
		height: 40px;
		width: 40px;
	}
}

/*==========================================
 contents
===========================================*/

.contentBox {
	margin-top: 180px;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	.contentBox {
		margin-top: 140px;
	}
}

div.snsBox {
	text-align: center;
	overflow: hidden;
	background: #587a86;
	padding: 10px 0;
	margin: 0 auto 30px auto;
}

div.snsBox ul {
	margin-bottom: 0;
	line-height: 0;
}

div.snsBox li {
	padding: 0;
	margin: 0 5px;
	-moz-transition: opacity ease-in-out 0.5s;
	-webkit-transition: opacity ease-in-out 0.5s;
	transition: opacity ease-in-out 0.5s;
}
@media screen and (max-width: 767px) { /* 767px以下の場合 */
	div.snsBox li {
		margin: 0;
	}
	div.snsBox li img {
		width: 90%;
	}
}

div.snsBox li img {
	border: solid 1px #FFF;
}

div.snsBox li:hover {
	opacity: 0.6;
}

p.infoBtn {
	padding-left: 5px;
	cursor: pointer;
	font-size: 16px; font-size: 1.6rem;
	line-height: 200%;
	width: 100%;
	height: auto;
	background-image: 
		url(../img/ico_link_b.png),
		linear-gradient(
		-45deg,
		#0080cc 25%,
		#2693d4 25%, #2693d4 50%,
		#0080cc 50%, #0080cc 75%,
		#2693d4 75%, #2693d4
		);
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: auto, 8px 8px;
	background-repeat: no-repeat, repeat;
	background-position: center right, center;
	border-radius: 2px;
}

p.infoBtn a {
	color: #FFF;
	display: block;
	opacity: 1.0;
	-moz-transition: opacity ease-in-out 0.5s;
	-webkit-transition: opacity ease-in-out 0.5s;
	transition: opacity ease-in-out 0.5s;
}

p.infoBtn a:hover {
	opacity: 0.8;
	text-decoration: none;
}

footer {
	border-top: solid 1px #93e0fb;
	padding: 20px 10px 10px 10px;
	margin-top: 20px;
	line-height: 140%;
}

footer p {
	float: left;
	margin-right: 10px;
}

footer ul {
	font-size: 12px; font-size: 1.2rem;
}

footer small {
	display: block;
	text-align: right;
	font-size: 10px; font-size: 1.0rem;
}

@media screen and (max-width: 767px) { /* 767px以下の場合 */
	footer {
		border-top: solid 1px #93e0fb;
		padding: 20px 10px 10px 10px;
		margin-top: 20px;
		line-height: 120%;
	}
	footer p {
		float: none;
	}
	footer ul {
		font-size: 10px; font-size: 1.0rem;
	}
	
	footer small {
		font-size: 9px; font-size: 0.9rem;
	}
}

@media screen and (max-width: 767px) { /* 767px以下の場合 フォントサイズ調整 */
	p.infoBtn {
		font-size: 1.3rem;
		padding: 6px 5px;
	}
}