@charset "UTF-8";
/* CSS Document */


html {

	font-family:sans-serif;

}
body {
	min-width:560px;
	width:100%;
	height:px;
	padding:0;
	margin:0 auto;
	
	background:#fff url(../images/back.jpg) repeat-x;
	background-position:center 25px;
	font-size: 16px;
	line-height: 24px;
	-webkit-text-size-adjust: 100%;
}

img {
	border:none;
	}

a {
	text-decoration:none;
	color:#ff0066;
	
	}
a:hover {
	text-decoration:none;
	color:#ffcc66;
	cursor:pointer;
	}


/* ---------------------------------------------
コンテンツ
--------------------------------------------- */

div.icon {
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	
	display:block;
	background:#cfbb95;
	overflow:hidden;
	zoom:1;
	clear:both;
	}
div.icon em {
	width:560px;
	height:auto;
	padding:10px 0;
	margin:0 auto;
	
	background:#cfbb95;
	font-size:11px;
	line-height:1;
	font-style:normal;
	color:#fff;
	
	display:block;
	overflow:hidden;
	zoom:1;
	clear:both;
	}

div#header {
	width:560px;
	height:auto;
	padding:30px 0 20px;
	margin:0 auto 0 auto;
	background-position:center 0;
	
	overflow:hidden;
	zoom:1;
	clear:both;
	}
div#header img {
	width:30%;
	padding:0;
	margin:0  5% 5% 0;
	
	border:1px solid #ccc;
	
	overflow:hidden;
	zoom:1;
	display:block;
	float:left;
	}
div#header h1 {
	width:auto;
	padding:0;
	margin:0;
	
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight:normal;
	color:#000;
	
	overflow:hidden;
	zoom:1;
	display:block;
	
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	}
div#header h1 b {
	font-size: 1.5rem;
	font-weight:normal;
	display:block;
	}
#header em {
	padding:0;
	margin:10px 0 0;
	font-size: 1rem;
	line-height: 1.4;
	color:#3f3f3f;
	font-style:normal;
	display:block;
	}
#header p {
	padding:3% 0 3% 0;
	margin:3% 0 3% 0;
	
	font-size:0.9rem;
	line-height: 2;
	text-align:justify;
	color:#3f3f3f;
	
	display:block;
	border-top:1px solid #ccc;
	
	overflow:hidden;
	zoom:1;
	display:block;
	}

h3.training_title {
	background: #000;
	color: #fff;
	width:560px;
	margin: 0 auto;
	padding: 0.2em;
	text-align: center;
	box-sizing: border-box;
}

dl#training {
	width:560px;
	height:auto;
	padding:0 0 0 0;
	margin:0 auto 0 auto;
	border:1px solid #000;
	clear:both;
	box-sizing: border-box;
	}
dl#training dt {
	width:100%;
	height:auto;
	padding:0.5% 1%;
	margin:0;
	text-align:center;
	color:#fff;
	background:#444;
	box-sizing: border-box;
	}
dl#training dt strong {
	font-size:12px;
	line-height:1;
	font-weight:normal;
	}
dl#training dd {
	width:96%;
	height:auto;
	padding:2%;
	margin:0 ;
	text-align:left;
	color:#000;
	
	overflow:hidden;
	zoom:1;
	}
dl#training dd dl {
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	font-size:14px;
	text-align:left;
	}
dl#training dd dl dt {
	width:73%;
	height:auto;
	padding:2% 1%;
	margin:0;
	line-height:1;
	text-align:left;
	color:#000;
	background:none;
	
	float:left;
	}
dl#training dd dl dt a {
	font-size:14px;
	}
dl#training dd dl dd {
	width:23%;
	height:auto;
	padding:2% 1%;
	margin:0;
	font-size:13px;
	line-height:1;
	text-align:right;
	background:none;
	
	float:right;
	}
dl#training dd b {
	font-weight: normal;
	font-size: 0.8em;
	float:right; 
}
dl#training ul {
	padding:0 3% 3% 3%;
	margin:0 0 0 0;
	
	font-size:0.8rem;
	line-height: 1.5;
	color:#3f3f3f;
	
	display:block;
	overflow:hidden;
	zoom:1;
	display:block;
	clear:both;
	list-style:none;
	}
dl#training ul span {
	float: right;
}

ol {
	color: #888;
	font-size: 0.7em;
	line-height: 1.4em;
	padding:0;
	margin: 1em auto;
	list-style: none;
	width: 560px;
	box-sizing: border-box;
	}
dl#training ul li {
	padding:0.5% 0;
	margin:0;
	}
	
.training_link {
	width: 560px;
	margin:2px auto 0;
}

.training_link h4 {
	display: block;
	background: #999;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0.3em;
	margin-bottom: 2px;
	margin-top: 20px;
}

.training_link ul {
	height:auto;
	padding:0;
	margin:0 auto 0;
	list-style: none;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.training_link ul li {
	-webkit-flex-grow: 1;
    flex-grow: 1;
    border: 1px solid #999;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    margin-bottom: 2px;
}

.training_link ul li strong {
	font-size: 13px !important;
	padding: 0.5em;
	display: block;
	color: #999;
	font-weight: normal;
}

.training_link ul li small {
	display: block;
	background: #999;
	color: #fff;
	font-size: 11px !important;
}

.training_link ul li a {
	display: block;
	color:#ff0066;
}

.training_link ul li a strong {
	font-size: 0.9em;
	padding: 0.5em;
	display: block;
	color:#ff0066;
}

.training_link ul li a small {
	display: block;
	background: #333;
	color: #fff;
}


.box {
	width:560px;
	height:auto;
	padding:0;
	margin:35px auto 0;
	
	font-size: 14px;
	line-height: 1.4;
	font-weight:normal;
	color:#666;
	
	overflow:hidden;
	zoom:1;
	display:block;
	}
.box h2 {
	padding:0;
	margin:0 0 5px;
	}
.box p {
	padding:0;
	margin:0;
	
	font-size: 12px;
	line-height: 1.4;
	font-weight:normal;
	color:#666;
	
	overflow:hidden;
	zoom:1;
	display:block;
	}
.box p strong {
	padding:0;
	margin:0 0 3px;
	
	font-size: 14px;
	line-height: 1.4;
	font-weight:normal;
	color:#333;
	
	overflow:hidden;
	zoom:1;
	display:block;
	}
.box div.tab-wrap {
	padding:0;
	margin:0 0 3px;
	
	font-size: 14px;
	line-height: 1;
	font-weight:normal;
	color:#333;

	overflow:hidden;
	zoom:1;
	display:block;
	}
.box div.tab-wrap h3 {
	width:180px;
	padding:10px;
	margin:10px 0 0;
	
	background:#fff;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	z-index:5;
	
	font-size: 14px;
	line-height: 1;
	text-align:center;
	font-weight:normal;
	color:#333;
	
	position:relative;
	overflow:hidden;
	zoom:1;
	display:block;
	}
.box div.tab-wrap ul {
	padding:10px 20px 5px;
	margin:-1px 0 0 0;
	
	border:1px solid #ccc;
	z-index:1;
	line-height: 1;
	
	list-style:none;
	position:relative;
	overflow:hidden;
	zoom:1;
	display:block;
	}
.box div.tab-wrap li {
	width:160px;
	height:50px;
	padding:0;
	margin:0 6px 5px 6px;
	
	float:left;
	overflow:hidden;
	zoom:1;
	display:block;
	}
.box div.tab-wrap li a:hover {
		moz-opacity:.50;
		filter:alpha(opacity=50);
		opacity:.50;
	}



p#footer {
	width:560px;
	height:auto;
	padding:0;
	margin:20px auto 10px;
	
	display:block;
	font-size:11px;
	line-height:1;
	color:#9f9f9f;
	text-align:center;
	overflow:hidden;
	zoom:1;
	clear:both;
	}


.remodal p {
	margin:35px 0 0;
	}
.remodal video {
	width:100%;
	max-width:640px;
	height:100%;
	max-height:366px;
	}
.remodal iframe {
	width:640px;
	max-width:640px;
	height:370px;
	max-height:370px;
	background:#000;
	border:none;
	}
	
.player {
	padding: 0;
	margin: 0;
	background: #000;
}
	
@media screen and (max-width: 560px) { 

body {
	min-width:100%;
}

div#header,
h3.training_title,
dl#training,
p#footer,
.box,
.icon,
.att01,
.att02,
.remodal video,
.training_link {
	width:94%;
	margin-left: auto;
	margin-right: auto;
}

.remodal {
  position: relative;
  width: 100%;
}

.remodal p {
	position: absolute;
	bottom: 4%;
	text-align: center;
	width: calc(100% - 70px );
}
 
.remodal iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100% !important;
}

.playerin {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top:56.25%;
}

.playerin #player {
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
}

}