
html, body {
	margin:0;
	padding:0;
/*	font-family: "メイリオ", sans-serif;*/
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/*********************************************
	ナビゲーションメニュー
**********************************************/

#menu{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	vertical-align: middle;
	background-color: white;
}
#menu li{
	display: block;
	float: left;
	margin: 0;
	padding: 0px 15px 0px 15px;
	font-size: 13px;
	color: grey;
	background-color: white;
}
#menu li a{
	display: block;
	padding: 12px 0 10px;
	text-align: center;
	text-decoration: none;
	color: grey;
}
#menu li a:hover{
	font-weight: bold;
	color: #000000;
}
#toggle{ 
	display: none;
}
@media only screen and (max-width: 480px) {
	#menu{
		display: none;
	}
	#menu li{
		width: 100%;
	}
	#toggle{
		display: block;
		position: relative;
		width: 100%;
		background: #222;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-bottom: 1px solid #444;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}
	#toggle a:before, #toggle a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #222;
	}
	#toggle a:before{
		margin-top: -6px;
	}
	#toggle a:after{
		margin-top: 2px;
	}
}

/*********************************************
	ベース
**********************************************/

div.base {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 16px;
	color: #696969;
}
div.wide {
	max-width: 900px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}
img.logo {
	height:40px;
	cursor:pointer;"
}

/* 上部スペース調整 */
div.topspace {
	height: 160px;
}
/*
@media only screen and (max-width: 480px) {
	div.topspace {
		height: 50px;
	}
}
*/

/* ヘッダ */
div.fheader {
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	display: table;
	padding: 180px 0px 0px 0px;
}
@media only screen and (max-width: 480px) {
	div.fheader {
		font-size: 16px;
	}
}

/*********************************************
	文字
**********************************************/

/* ラベル */
h1 {
	font-size: 50px;
/*	text-shadow: 0px 0px 3px #808080;*/
	text-shadow: 0px 0px 50px #F5F5F5;
	color: #000000;
	margin: 0px;
}
h2 {
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	text-shadow: 0px 0px 3px #808080;
	margin: 0px;
}
h3 {
	margin-top: 40px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #696969;
}
@media only screen and (max-width: 480px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 16px;
	}
}

/* 強調（黒・白・オレンジ） */
.fpushb {
	color: #000000;
	font-size: 30px;
	text-shadow: 0px 0px 3px #808080;
}
.fpushw {
	color: #FFFFFF;
	font-size: 30px;
	text-shadow: 0px 0px 3px #808080;
}
.fpusho {
	color: #FF8C00;
	font-size: 17px;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	.fpushb {
		font-size: 18px;
	}
	.fpushw {
		font-size: 18px;
	}
	.fpusho {
		font-size: 15px;
	}
}

/* 通常文字（白） */
.fnormalw {
	color: #FFFFFF;
}

/* 取消線 */
.fdelete {
	text-decoration: line-through;
}

/* 四角強調 */
.fbox {
	background-color: #FFFFFF;
	border: 3px solid #3CB371;
	color: #3CB371;
	text-align: center;
	width: 200px;
	padding: 10px;
	font-size: 18px;
}

/*********************************************
	TOP画面
**********************************************/

div.biz {
	display: table;
	max-width: 900px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	color: #000000;
	text-shadow: 0px 0px 3px #808080;
	background-color: rgba(0, 0, 102, 0.1);
	cursor: pointer;
}
div.biz:hover {
	background-color: rgba(0, 0, 102, 0.3);
	color: white;
}
div.bizbox {
	display: table-cell;
	margin: 0px;
	padding: 8px;
	white-space: nowrap;
	vertical-align:middle;
}
@media only screen and (max-width: 480px) {
	div.biz {
		font-size: 10px;
	}
	div.bizbox {
		white-space: normal;
	}
}

div.balloon {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
	width: 100%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	text-align: center;
	display: none;
}
@media only screen and (max-width: 480px) {
	div.balloon {
		padding: 5px;
		font-size: 10px;
	}
}
div.balloon div.triangle {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid rgba(0, 0, 0, 0.5);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

div.cover {
	display: table;
	max-width: 900px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0px;
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #000000;
	text-shadow: 0px 0px 3px #808080;
}
@media only screen and (max-width: 480px) {
	div.cover {
		font-size: 12px;
	}
}
div.cover div.box {
	display: table-cell;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
	background-color: rgba(245, 245, 245, 0.4);
	padding: 0px 0px 20px 0px;
}
div.cover div.box2 {
	display: table-cell;
	margin: 0px;
	background-color: rgba(255, 255, 255, 0);
	padding: 0px 0px 20px 0px;
}
img.topicon {
	width:120px;
}
@media only screen and (max-width: 480px) {
	img.topicon {
		width:60px;
	}
}
@media only screen and (max-width: 480px) {
	img.icon {
		width:40px;
	}
}

/*********************************************
	テーブル
**********************************************/

/* 通常 */
table.normal {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid lightgrey;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
table.normal td {
	color: black;
	border: 1px solid lightgrey;
	background-color: white;
	text-align: center;
	padding: 10px;
}
table.normal td.label {
	background-color: whitesmoke;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	table.normal td {
		padding: 5px;
		font-size: 14px;
	}
}

/* 枠無し */
table.noframe {
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: none;
}
table.noframe th {
	text-align: right;
	vertical-align: top;
	padding: 20px 0px 20px 20px;
}
table.noframe td {
	color: black;
	text-align: left;
	vertical-align: top;
	padding: 20px 20px 20px 0px;
	width: 100%;
}

/* 機能一覧 */
table.func {
	border-collapse: collapse;
	border: 1px solid lightgrey;
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
table.func td {
	color: black;
	background-color: whitesmoke;
	text-align: left;
	vertical-align: top;
	padding: 30px 30px 30px 10px;
}
table.func td.icon {
	text-align: right;
	padding: 30px 10px 30px 30px;
}
@media only screen and (max-width: 480px) {
	table.func td {
		padding: 0px 20px 20px 20px;
		font-size:14px;
		display: block;
	}
	table.func td.icon {
		text-align: left;
		padding: 20px 20px 0px 20px;
	}
}

/*********************************************
	パララックス
**********************************************/

.contents {
	width: 100%;
	display: table;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
}
.contents > * {
	display: table-cell;
	vertical-align: middle;
}
.fadeDoneTitle {
	opacity: 0;
	color: black;
}
.fadeDone {
	opacity: 0;
	color: #696969;
}

/* TOP */
#contents1, #contents7 {
	background-image: url("../image/sky.jpg");
}

/* 課題 */
#contents2 {
	background-image: url("../image/dark.jpg");
}

/* PR */
#contents3 {
	background: -webkit-linear-gradient(top, #F5F5F5 0%, #FFFFFF 30%, #FFFFFF 100%);
	background: linear-gradient(to bottom, #F5F5F5 0%, #FFFFFF 30%, #FFFFFF 100%);
}

/* 特長１〜３ */
#contents4 {
	background-image: url("../image/brown.jpg");
}
#contents5 {
	background-image: url("../image/follow.jpg");
}
#contents6 {
	background-image: url("../image/green.jpg");
}

/* ヘッダ画像幅 */
img.header {
	width: 100%;
}

/* 画像幅 */
img.capture {
	text-align: center;
	max-width: 900px;
	width: 95%;
}

/* コピーライト */
.copyright {
	color: #708090;
	font-size: 80%;
	border-top: solid 1px #D3D3D3;
	margin: 40px 0px 15px 0px;
	padding: 5px;
	text-align: center;
}



/*********************************************
	youtube動画
**********************************************/
.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	margin-top: 30px;
	margin-left: auto;
	margin:right: auto;
	text-align:center;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*********************************************
	申込フォーム
**********************************************/
table.enter {
	width: 95%;
	border-collapse: collapse;
	border: 1px lightgrey solid;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
}
table.enter th {
	background-color: whitesmoke;
	border-collapse: collapse;
	border: 1px lightgrey solid;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	white-space: nowrap;
}
table.enter td {
	border-collapse: collapse;
	border: 1px lightgrey solid;
	padding: 10px;
	text-align: left;
	font-size: 14px;
}
@media only screen and (max-width: 480px) {
	table.enter td,th {
		width: 100%;
		display: block;
	}
}

/* メッセ―ジ */
div.message {
	padding: 15px;
	width: 95%;
	max-width: 900px;
	border: solid 1px #B0C4DE;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F0F8FF;
	font-weight: bold;
	font-size: 14px;
	color: #483D8B;
}

/* 警告 */
table.alert {
	padding: 15px;
	width: 95%;
	max-width: 900px;
	border:solid 1px #DC143C;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFE4E1;
}
table.alert th {
	vertical-align: top;
	text-align: center;
}
table.alert td {
	text-align: left;
	font-size: 90%;
	color: #DC143C;
}
@media only screen and (max-width: 480px) {
	table.alert td {
		display: block;
	}
}

/* 利用規約 */
.consent {
	height: 250px;
	width: 95%;
	max-width: 900px;
	border: solid 2px #BDB76B;
	padding: 20px;
}

/* 必須 */
.nes {
	color: #DC143C;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0px 0px 3px;
}

/* 警告マーク */
img.alert {
	height: 80px;
}

/* センタリング */
div.centering {
	text-align: center;
	width: 100%;
}

/*********************************************
	ボタン
**********************************************/

/* 金ボタン */
.mainbutton {
	border: 1px solid #B8860B;
	background-color: #B8860B;
	background-image: -webkit-linear-gradient(top, #BDB76B, #B8860B);
	background-image: linear-gradient(to bottom, #BDB76B, #B8860B);
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-align: center;
	width: 250px;
	font-size: 16px;
	cursor: pointer;
}

.subbutton {
	border: 1px solid #DCDCDC;
	background-color: #DCDCDC;
	background-image: -webkit-linear-gradient(top, #F5F5F5, #DCDCDC);
	background-image: linear-gradient(to bottom, #F5F5F5, #DCDCDC);
	border-radius: 4px;
	color: #000000;
	line-height: 50px;
	-webkit-transition: none;
	transition: none;
	text-align: center;
	width: 250px;
	font-size: 16px;
	cursor: pointer;
}

/* 黒ボタン */
div.button {
	width: 300px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding: 15px 0px 15px 0px;
	text-align: center;
	cursor: pointer;
	background: -webkit-linear-gradient(top, #696969 0%, #696969 30%, #000000 100%);
	background: linear-gradient(to bottom, #696969 0%, #696969 30%, #000000 100%);
	border-radius: 5px;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}