html{ font-size:16px; font-size:1rem; }

body{
	font-size:14px; font-size:0.9rem;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	/*background:url(../img/background.jpg) top center no-repeat #000 fixed;*/
	/*background:url(../img/background.jpg) top center no-repeat fixed #ff5ab9;*/
	color:#352c60;
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
	background:#ffffff;
}

img a{
	border:none;
}

#wrapper{
	width:100%;
	margin:0 auto;
}

.contents{
	width:100%;
	margin:0 auto;
	padding:0;

}

.contentsShadow{
	width:100%;
	margin:0 auto;
	padding:0;
	-webkit-box-shadow: 0px 0px 20px #bc1250;
	   -moz-box-shadow: 0px 0px 20px #bc1250;
	        box-shadow: 0px 0px 20px #bc1250;
	background:url(../img/bk.png);
}

/*.contentsInner{
	width:720px;
	margin:0 auto;
}*/

#topheader{
	/*background: #378fd2;*/ /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3OGZkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2M2I1ZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #378fd2 0%, #63b5e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#378fd2), color-stop(100%,#63b5e3));
	background: -webkit-linear-gradient(top,  #378fd2 0%,#63b5e3 100%);
	background: -o-linear-gradient(top,  #378fd2 0%,#63b5e3 100%);
	background: -ms-linear-gradient(top,  #378fd2 0%,#63b5e3 100%);
	background: linear-gradient(to bottom,  #378fd2 0%,#63b5e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#378fd2', endColorstr='#63b5e3',GradientType=0 );*/
	padding:0;
	box-sizing:border-box;
	/*background:#200903;*/
}

h1.title{
	line-height:1;
	margin:0;
	/*padding:100px 0;*/
}

h1.title img{
	width:100%;
	max-width:1000px;
	height:auto;
}

h2.title{
	text-align:center;
	margin-bottom:25px;
}

h4.title{
	text-align:center;
	font-size:23px; font-size:1.44rem;
	color:#352c60;
	margin-bottom:60px;
	letter-spacing:0.2em;
	font-weight:normal;
}

h5.title{
	text-align:center;
	font-size:14px; font-size:0.9rem;
	color:#FFF;
	background:#232323;
	margin-bottom:0px;
	letter-spacing:0.2em;
	font-weight:normal;
	padding:5px 0;
}

h6.title{
	font-size:16px; font-size:1rem;
	color:#ffffff;
	
	background: #1a2a82;
	background: -moz-linear-gradient(top,  #1a2a82 0%, #3c60d4 100%);
	background: -webkit-linear-gradient(top,  #1a2a82 0%,#3c60d4 100%);
	background: linear-gradient(to bottom,  #1a2a82 0%,#3c60d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2a82', endColorstr='#3c60d4',GradientType=0 );
	
	margin-bottom:0px;
	font-weight:normal;
	border-radius:4px;
	padding:5px 10px;
}

h6.title p{
	text-indent: -1em;
	margin:0;
	padding:0 0 0 1em;
}


p.indent {
	padding-left: 1em;
	text-indent: -1em;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

/*h3.title{
	color:#fff;
	font-size:18px;
	font-weight:600;
	margin-bottom:0;
	padding-bottom:0;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	    -ms-border-radius:4px;
	        border-radius:4px;
	background: -moz-linear-gradient(top, #5b2670, #031b75);
	background: -ms-linear-gradient(top, #5b2670, #031b75);
    background: -webkit-gradient(linear, left top, left bottom, from(#5b2670), to(#031b75));
	background:#5b2670;
	line-height:1;
	padding:10px;
}*/



h3.title{
	margin-bottom:0;
	padding-bottom:0;
	line-height:1.5;
	color:#a48a33;
	padding-bottom:15px;
	border-bottom:1px dotted #999;
	margin-bottom:15px;
	font-size:23px; font-size:1.44rem;
	font-weight:normal;
}


#toroku a.toroku {
	display:block;
	color:#FFF;
	line-height:1;
	
	background: #1a2a82;
	background: -moz-linear-gradient(top,  #1a2a82 0%, #3c60d4 100%);
	background: -webkit-linear-gradient(top,  #1a2a82 0%,#3c60d4 100%);
	background: linear-gradient(to bottom,  #1a2a82 0%,#3c60d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2a82', endColorstr='#3c60d4',GradientType=0 );
	
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:18px; font-size:1.13rem;
	padding:20px;
	width:60%;
	box-sizing:border-box;
	margin:0 20%;                                                                                                                             
}

#toroku a.toroku:hover {                               
	
	background: #223ead;
	background: -moz-linear-gradient(top,  #223ead 1%, #4674f2 100%);
	background: -webkit-linear-gradient(top,  #223ead 1%,#4674f2 100%);
	background: linear-gradient(to bottom,  #223ead 1%,#4674f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223ead', endColorstr='#4674f2',GradientType=0 );
	color:#FFF;

}

#toroku a.toroku:active{
	color:#FFF;
}

#toroku a.toroku:visited {
	color:#FFF;
}

strong.large{
	font-size:16px;
	font-weight:normal;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	    -ms-border-radius:4px;
	        border-radius:4px;
	display:block;
}

#footer{
	text-align:center;
	margin:50px 0;
	font-size:11px;
}

textarea.enq {
	width: 100%;
	line-height: 1.8;
	padding: 5px 10px;
	box-sizing: border-box;
}
/*.span_1,
.span_2,
.span_3,
.span_4,
.span_5,
.span_6,
.span_7,
.span_8,
.span_9,
.span_10,
.span_11,
.span_12{
  display:inline;
  margin:0 10px;
  padding:0;
}

.span_1 {
  width: 60px;
}

.span_2 {
	width: 140px;
}

.span_3 {
  width: 220px;
}

.span_4 {
  width: 300px;
}

.span_5 {
  width: 380px;
}

.span_6 {
  width: 460px;
}

.span_7 {
  width: 540px;
}

.span_8 {
  width: 620px;
}

.span_9 {
  width: 700px;
}

.span_10 {
  width: 780px;
}

.span_11 {
  width: 860px;
}

.span_12 {
  width: 940px;
}*/

.span_1,
.span_2,
.span_3,
.span_4,
.span_5,
.span_6,
.span_7,
.span_8,
.span_9,
.span_10,
.span_11,
.span_12 {
  display: inline;
  float: left;
  margin: 0;
  padding:0 30px;
  box-sizing:border-box;
}

.contentsInner{
	max-width:960px;
	width:100%;
	margin:0 auto;
	font-size:14px; font-size:0.9rem;
	letter-spacing:0.1em;
	line-height:2em;
}

.span_1 {
  /*width: 100px;*/
  width: 8.33333333333333%;
}

.span_2 {
  /*width: 200px;*/
  width: 16.66666666666667%;
}

.span_3 {
  /*width: 300px;*/
  width: 25%;
}

.span_4 {
  /*width: 400px;*/
  width: 33.33333333333333%
}

.span_5 {
  /*width: 500px;*/
  width: 41.66666666666667%;
}

.span_6 {
  /*width: 600px;*/
  width: 50%;
}

.span_7 {
  /*width: 700px;*/
  width: 58.33333333333333%;
}

.span_8 {
  /*width: 800px;*/
  width: 66.66666666666667%;
}

.span_9 {
  /*width: 900px;*/
  width:75%;
}

.span_10 {
  /*width: 1000px;*/
  width:83.33333333333333%;
}

.span_11 {
  /*width: 1100px;*/
  width:91.66666666666667%;
}

.span_12 {
  /*width: 1200px;*/
  width: 100%;
  display:block;
}

/* --------------------------------------------------
 clearfix
-------------------------------------------------- */

.clearfix { *zoom: 1; }
.clearfix:before,.clearfix:after { display:table; line-height:0; content: ""; }
.clearfix:after { clear:both; }



a:link{
	color:#352c60;
	text-decoration:none;
	outline:none;
}

a:hover{
	color:#352c60;
	text-decoration:underline;
	outline:none;
}

a:active{
	color:#352c60;
	text-decoration:none;
	outline:none;
}

a:visited{
	color:#352c60;
	text-decoration:none;
	outline:none;
}

#toroku a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;
}

#toroku a:active{
	color:#fff;
	text-decoration:none;
	outline:none;
}

#toroku a:visited{
	color:#fff;
	text-decoration:none;
	outline:none;
}

.breadcrumb {
	text-align:center;
	font-size: 11px;
}

.breadcrumb .on{
	line-height:1;
	padding:5px 10px;
	color:#fff;
	display:inline-block;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	    -ms-border-radius:4px;
	        border-radius:4px;
	
	background: #352c60;
	/*background: -moz-linear-gradient(top,  #1a2a82 0%, #3c60d4 100%);
	background: -webkit-linear-gradient(top,  #1a2a82 0%,#3c60d4 100%);
	background: linear-gradient(to bottom,  #1a2a82 0%,#3c60d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2a82', endColorstr='#3c60d4',GradientType=0 );*/
	
}

.breadcrumb .off{
	line-height:1;
	padding:5px 10px;
	color:#333;
	display:inline-block;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	    -ms-border-radius:4px;
	        border-radius:4px;
	background: -moz-linear-gradient(top, #fff, #efefef);
	background: -ms-linear-gradient(top, #fff, #efefef);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background:#fff;
}

.course{
	line-height:1;
	padding:5px 10px;
	box-sizing: border-box;
	color:#fff;
	display:block;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	    -ms-border-radius:4px;
	        border-radius:4px;

	background: #1a2a82;
	background: -moz-linear-gradient(top,  #1a2a82 0%, #3c60d4 100%);
	background: -webkit-linear-gradient(top,  #1a2a82 0%,#3c60d4 100%);
	background: linear-gradient(to bottom,  #1a2a82 0%,#3c60d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2a82', endColorstr='#3c60d4',GradientType=0 );
	
}

input.text,
span.comment{
	border:none;
	margin:0;
	outline:none;
	/*-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	    -ms-border-radius:4px;
	        border-radius:4px;*/
	color:#333;
	/*border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;*/
}

input.text{
	/*width:100px;*/
	height:14px;
	padding:7px;
	/*background:url(../img/bgtext.png);*/
	background:#efefef;
}

.button{
	color:#FFF;
	border-radius:2px;
	/*box-shadow:#000 3px #000000;*/
	/*background: -moz-linear-gradient(top, #5b2670, #031b75);
	background: -ms-linear-gradient(top, #5b2670, #031b75);
    background: -webkit-gradient(linear, left top, left bottom, from(#5b2670), to(#031b75));*/
	border:none;
	padding:10px 20px;
	line-height:1em;
	font-size:12px;
	cursor:pointer;
	
	background: #352c60;
	/*background: -moz-linear-gradient(top,  #1a2a82 0%, #3c60d4 100%);
	background: -webkit-linear-gradient(top,  #1a2a82 0%,#3c60d4 100%);
	background: linear-gradient(to bottom,  #1a2a82 0%,#3c60d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2a82', endColorstr='#3c60d4',GradientType=0 );*/
	
}

.button:hover{
	
	background: #5b4ca2;
	/*background: -moz-linear-gradient(top,  #223ead 1%, #4674f2 100%);
	background: -webkit-linear-gradient(top,  #223ead 1%,#4674f2 100%);
	background: linear-gradient(to bottom,  #223ead 1%,#4674f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#223ead', endColorstr='#4674f2',GradientType=0 );*/
	
}

.td_l{
	text-align:right;
}

/*.cbxbd{
    background:url(../img/checkbox.png) no-repeat left top;
    height: 28px;
    line-height: 28px;
    display: block;
    padding: 0 0 0 15px;
    cursor: pointer;
    overflow: hidden;
}

input[type='checkbox']{
    filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
    position: absolute;
}

.cbxbd{
    background:url(../img/checkbox.png) no-repeat left top;
    height: 17px;
    line-height: 17px;
    display: block;
    padding: 0 0 0 17px;
    cursor: pointer;
    overflow: hidden;
}

.c_on{background-position:left bottom;}*/

/*input[type='radio']{
    filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
    position: absolute;
}
.crobd{
    background:url(../img/radio.png) no-repeat left top;
    height: 17px;
    line-height: 17px;
    display: block;
    padding: 0 0 0 17px;
    cursor: pointer;
    overflow: hidden;
}
.c_on{background-position:left bottom;}*/

select {
	padding: 0.2em;
	/*-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	    -ms-border-radius:4px;
	        border-radius:4px;*/
	background:#efefef;
	border:none;
	height:2em;
	color:#333;
	border-radius: 0px;
	/*border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;*/
}

option {
	border:none;
	font-weight: normal;
	line-height: 1em;
	color: #000;
	background:#fff;
}

option[selected] {
	font-weight: bold;
	color: #090;
}

#CommentContainer{
	clear:both;
	width:340px;
	background:url(../img/bgtext.png);
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	    -ms-border-radius:4px;
	        border-radius:4px;
	padding:0;
}

span.comment{
	width:340px;
	height:167px;
	/*background:url(../img/bgtext.png);*/
}

span.comment textarea{
	border:none;
	background-color:#fff;
	width:320px;
	height:147px;
	padding:10px;
	overview:auto;
	/*color:#333333;*/
	line-height:1.5em;
	outline:none;
	color:#333;
	/*-webkit-border-radius:4px;
	   -moz-border-radius:4px;
	        border-radius:4px;*/
}


a.mail:link{
	padding:10px;
	width:200px;
	margin:auto;
	display:block;
	background:#e71873;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
}

a.mail:hover{
	color:#fff200;
	text-decoration:none;
	background:#f54190;
}

a.mail:active{
	color:#fff200;
	text-decoration:none;
	outline:none;
}

a.mail:visited{
	color:#fff200;
	text-decoration:none;
	outline:none;
}

.pd-lr30{
	padding:0 30px;
}

.pd-b60{
	padding-bottom:60px;
}

.mg-lr30{
	margin:0 30px;
}

.mg-t30{
	margin-top:30px;
}

.mg-b30{
	margin-bottom:30px;
}

.mg-t60{
	margin-top:60px;
}

.mg-b60{
	margin-bottom:60px;
}

.pd-t60{
	padding-top:60px;
}

.tal-c{
	text-align:center;
}

.red{
	color:#cf2e3b;
}

/*@media only screen and (max-width: 600px) {

.contentsInner{
	max-width:600px;
}

.span_1 {
  width: 50%;
}

.span_2 {
  width: 50%;
}

.span_3 {
  width: 50%;
}

.span_4 {
  width: 50%;
}

.span_5 {
  width: 50%;
}

.span_6 {
  width: 50%;
}

.span_7 {
  width: 50%;
}

.span_8 {
  width: 50%;
}

.span_9 {
  width: 50%;
}

.span_10 {
  width: 50%;
}

.span_11 {
  width: 50%;
}

.span_12 {
  width: 100%;
}

}


@media only screen and (max-width: 480px) {
.contentsInner{
	max-width:480px;
}

.span_1 {
  width: 100%;
}

.span_2 {
  width: 100%;
}

.span_3 {
  width: 100%;
}

.span_4 {
  width: 100%;
}

.span_5 {
  width: 100%;
}

.span_6 {
  width: 100%;
}

.span_7 {
  width: 100%;
}

.span_8 {
  width: 100%;
}

.span_9 {
  width: 100%;
}

.span_10 {
  width: 100%;
}

.span_11 {
  width: 100%;
}

.span_12 {
  width: 100%;
}
}*/

.radioBt input {
	vertical-align: middle;
}

.video-dimensions {
	position: relative !important;
	width: 100%;
	height: auto;
	max-width: 640px;
	padding-top: 56.25% !important;
	margin-left: auto;
	margin-right: auto;
}

.video-dimensions video {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}