@charset "UTF-8";
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "M PLUS 1p", 'メイリオ', 'Hirgino Kaku Gothic Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	background-color: #fff;
	min-width: 320px;
}

a {
	text-decoration: none;
	 word-break: break-all;
}

.top_buttom {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-family: "M PLUS 1p";
	font-weight: 300;
	font-size: 14px;
	background-color: #aad7ff;
	border-radius: 20px;
	width: 70px;
	padding: 4px;
	text-align: center;
	margin-top: 50px;
	z-index: 10;
}

.top_buttom a {
	text-decoration: none;
	color: #fff;
}

.top_buttom:hover {
	background-color: #0080ff;
}

/* ヘッダー */

.header {
	background-color: #71b8ff;
	text-align: center;
	padding: 0 10px 0 10px;
	font-family: "M PLUS 1p";
	font-weight: 300;
	font-size: 13px;
	color: #fff;
}

.header table {
	margin: auto;
}

.header td {
	padding: 0;
}

.header img {
	width: 30px;
	padding-top: 5px;
}



.mainvisual {
	position: relative;
	width: 100%;
	height: 100%;
}

.mainvisual_in img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.menbar_bach {
	position: absolute;
	top: 20px;
	right: 20px;
}

.menbar_bach img {
	width: 200px;
}

.mlogo {
	position: relative;
	bottom: 120px;
	text-align: center;
	padding: 0 100px 0 100px;
}

.mlogo img {
	margin: auto;
	width: 100%;
}




/* コンテンツ */

.contents {
	background-color: #fff;
	text-align: center;
	font-family: "M PLUS 1p";
	font-weight: 300;
	max-width:800px;
	margin: auto;
	padding: 0 30px;
}


h1 {
	font-family: "Nico Moji";
	font-weight: 100;
	color: #71b8ff;
	margin: 0;
	font-size: 35px;
	text-align: center;
}



h2 {
	font-weight: 400;
	margin: 5px;
	font-size: 13px;
	text-align: center;
}



/* ダウンロードバッチ */

.batch {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}



.batch a {
	padding: 0 10px;
}

.batch img {
	height: 50px;
}



.ov {
	width: 100%;
	font-family: "M PLUS 1p";
	font-weight: 300;
	line-height: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
}


.notices table,.notices td {
	border-collapse: collapse;
	}

.notices table {
	text-align: center;
	margin: 10px auto;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	border: none;
	line-height: 16px;
	/*box-shadow: 0 0 7px rgba(0,0,0,0.3);*/
	border-radius: 5px;
	}

.notices th {
	background-color: #71b8ff;
	border-radius: 5px 5px 0 0;
	}

.notices td {
	box-sizing: border-box;
	padding: 5px 20px;
	border:none;
	}

.nt1 {
	background-color: #71b8ff;
	width: 50%;
	border-radius: 5px 0 0 0;
	color: #fff;
	}

.nt2 {
	width: 50%;
	border-radius: 0 5px 0 0;
	color: #fff;
	}

.ca01 {
	background-color: #ffc248;
	}

.ca02 {
	background-color: #ff8a8a;
	}

.ca03 {
	background-color: #d492ff;
	}

.ca04 {
	background-color: #5fddff;
	}

.ca05 {
	background-color: #75ea49;
	}

.ca06 {
	background-color: #c1ab05;
	}

.ca07 {
	background-color: #ffd700;
	}

.nt3 {
	color: #000;
	font-weight: normal;
	border-radius: 0 0 5px 5px;
	background-color: #e3f4ff;
	}



.moji {
	background-color: #aad7ff;
	padding: 0 3px;
	font-weight: 300;
}

.banner {
	display: block;
	font-family: "M PLUS 1p";
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	padding: 20px 0 0;
	margin: 0 auto;
}

.banner img {
	width: 150px;
	padding: 0;
	margin: 0;
}

.banner h1 {
	font-family: "Nico Moji";
	font-weight: 600;
	color: #fff;
	margin: 15px auto 10px;
	font-size: 20px;
	background-color: #71b8ff;
	width: 290px;
	padding: 5px 0;
	border-radius: 10px;
}

/* 会員サービス */

.member {
	max-width:800px;
	width: 100%;
	margin: 20px auto;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 20px;
	border-collapse: collapse;
}

.member th {
	font-weight: bold;
	padding: 10px;
	width: 200px;
	border-radius: 10px 0 0 0;
	color: #fff;
	background-color: #ff73b3;
}

.member td {
	padding: 10px;
}

.mem1 {
	text-align: left;
	border-radius: 0 10px 0 0;
	background-color: #ffbbdd;
}

.mem2 {
	border-radius: 0 0 10px 10px;
	/*background-color: #ffdcef;*/
	background-color:#ffebf7;
}

.mem2 a {
	display: inline-block;
	width: 32%;
	margin: 0;
	padding: 0;
}

.mem2 img {
	width: 100%;
	border-radius: 5px;
}

/* 動画 */

.m-title {
	font-family: "M PLUS 1p";
	font-weight: 600;
	font-size: 13px;
	background-color: #71b8ff;
	color: #fff;
	padding: 5px;
	width: 100%;
	border-radius: 10px 10px 0 0;
}


#movie div.media-block {
	margin-bottom: 20px;
}

#movie .three-line {
	font-size: 0;
	margin-right: -3px;
	margin-left: -3px;
}

#movie .three-line div.media-block {
	display: inline-block;
	width: 33.333%;
	padding: 0 3px;
	box-sizing: border-box;
}

#movie .video,#movie .video2 {
	width: 100%;
	height: 0px;
	position: relative;
}

#movie .video {
	padding-bottom: 216.21%;
	}

#movie .video2 {
	padding-bottom: 56.25%;
	}

#movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

/* 更新予定 */

.schedule table,.schedule td {
	border-collapse: collapse;
	}

.schedule table {
	text-align: center;
	margin: 3px auto;
	width: 100%;
	font-size: 13px;
	border: none;
	line-height: 16px;
	}

.schedule th {
	background-color: #71b8ff;
	color: #fff;
	border-radius: 5px 5px 0 0;
	}

	.schedule td {
		padding: 5px 20px;
		border:none;
		}

.ts1 {
	background-color: #71b8ff;
	width: 50%;
	color: #fff;
  border-radius: 10px 0 0 10px;
	}

	.ts2 {
		box-sizing: border-box;
		width: 50%;
		border-radius: 0 10px 10px 0;
		background-color: #c0e3ff;
	}


/* 動作環境 */

.spec {
	box-sizing: border-box;
	font-family: "M PLUS 1p";
	font-weight: 300;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	color: #000;
}



/* サポート */

.support {
}

.su_buttom {
	font-size: 14px;
	font-weight: 600;
	width: 140px;
	display: inline-block;
	padding: 20px 5px;
}

.su_buttom a {
	display: block;
	text-decoration: none;
	background-color: #71b8ff;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
}

.su_buttom a:hover {
	background-color: #aedaff;
	border-radius: 10px;
	padding: 10px;
	color: #fff;
}



/* ツイッター */

.twitter_time {
	font-family: "M PLUS 1p";
	font-weight: 600;
	display: block;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	padding: 15px;
	width: 100%;
	height: 100%;
}

.buttom {
	width: 100%;
	background-color: #fff;
	text-align: center;
}

.twitter, .facebook {
	display: inline-block;
	padding: 10px;
}



/* フッター */

.footer {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
	height: auto;
	border-top: solid 1px #aaa;
	background-color: #71b8ff;
}

.footer img {
	margin: 15px 10px 0 10px;
}

.footer p {
	font-family: "M PLUS 1p";
	font-weight: 500;
	margin: 0;
	font-size: 10px;
	color: #000;
}

.footerlink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 0;
}

.footerlink li {
	list-style: none;
	padding: 5px 10px;
}

.footerlink a {
	color: #fff;
}

.footerlink a:hover {
	color: #e5ff00;
}

/*//////////////////////////////////////////////////////////////////////////////////*/
@media(max-width:800px) {

	.menbar_bach {
		top: 35%;
	}

}


@media(max-width:600px) {

	.member th {
		width: 160px;
	}

	.menbar_bach img {
		width: 150px;
	}

	#movie .three-line div.media-block {
		display: block;
		width: 100%;
	}

	div#movie {
		padding: 0;
		}
	}


@media(max-width:440px) {

	.contents {
		padding: 0 15px;
	}

	.member {
		font-size: 13px;
		line-height: 16px;
	}

	.member th {
		width: 120px;
	}

	.menbar_bach img {
		width: 100px;
	}


		.batch {
		padding: 0;
	}

		.batch img {
			height: 40px;
		}

		.batch a {
			padding: 5px;
		}


	}
