@charset "shift_jis";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.7em;
/*   font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
   font-size:16px;
   color:#333333;
/*   background:#fff url("../images/bg_body.gif") 0 0 repeat-x;*/
}

a {
   color:#509DFF;
}

a:hover {
   color:#FF6B00;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 10px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }
/* Right */
.MG-R10 { margin-right: 10px !important; }
.MG-R20 { margin-right: 20px !important; }
.MG-R30 { margin-right: 30px !important; }

/* Left */
.MG-L10 { margin-left: 10px !important; }
.MG-L15 { margin-left: 15px !important; }
.MG-L20 { margin-left: 20px !important; }
.MG-L30 { margin-left: 30px !important; }


/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }


/* #content
----------------------------------------------------------*/
#content{
	width:1050px;
	margin: 2em auto;
	padding: 0; 
	
/*	border: 1px solid #ccc;*/
}


/* タイトル
------------------------------*/
.main-tit{
	text-align: center;
	padding: 1.5em 0;
	background:url("../img/tit-bg.png") center;
}
h1{
	line-height: 1.5em;
	font-size: 33px;
	font-weight: bold;
	color: #fff;
}

h2{
	text-align: center;
	padding: 1em 0;	
	font-size: 26px;
}

.guide{
	width:600px;
	margin: 0 auto;
}
.guide th{
	text-align: right;
}

.number{
	font-size: 18px;
	background-color: #000;
	padding:5px 12px;
	margin: 10px 10px 10px 0;
	color: #fff;
	line-height: 2em;
}

.name{
	margin: 0 0 0 3em;
}


.keireki{
	margin: 1em 0 1.5em 4em;
	font-size: 12px;
	line-height: 1.3em;
	color: #000;
/*	background-color:#F8F8F8;*/
/*	padding: 1em;*/
	width:600px;
}






/* 動画
----------------------------------------------------------*/
.movie-waku{
	clear: both;
	min-height: 160px;
    margin: 1em 0;	
	border-top: 1px solid #000;
	padding: 1em 0 ;
}
.win-opn-img {
	float: right;
	border:1px solid #aaa;
	margin-bottom: 1em;
	
	width:370px;
	min-height: 180px;
	max-height:280px;
	height:auto;	
/*	background-color: #eee;*/
}
.win-opn-img img{
	width:370px;
	height:auto;
	height:100%;
}

.btn-opn-mov a{
	padding: 10px 20px;
	border:2px solid #FF9E00;
	margin: 1em 0 1em 3em;
	display: inline-block;
	text-decoration: none;
	color: #FF9E00;
}
.btn-opn-mov a:hover{
	color:#ffffff !important;
	background-color: #FF9E00;
	text-decoration: none !important;
}	















/*---その他---*/
.p-10{
	padding:10px;
}

.lp-1{
	letter-spacing:-1px;
}

.f-r{
    float:right;
}

.clear{
	clear:both;
}

.center{
	text-align: center;
	margin: 0 auto;
}

.text-box{
	padding:0 10px 10px 10px;
	margin:15px 0 30px 0;
	}

.m-b-30{
   margin-bottom:30px;	
}

.y-gray{
    background:#f0edd3;
	padding:25px 15px;
	margin:20px 0 0 0 ;
}

.right-gray{
    background:#f1f1f1;
	padding:2em;
	margin:2em 0 0 0 ;
}

.bold{
    font-weight:bold;
}
.green{
	color:#679e25;
}

.red{
	color: #F30;
}

.etr-btn{
/*	margin:20px auto ;*/
	text-align:center;
}

.etr-btn a:hover{
	opacity: 0.70;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 70);
    filter: alpha(opacity = 70);
}

.gray-men{
	background:#F0F0F0;
	padding:15px;
	margin:10px 15px;
}

.text11{
	font-size:11px;
}

.b-gray{
	background: #94CFD3;
}

.gray{
	background: #F3F3F3;
}

.p-gray{
	background: #FCF1F8;
}

.line{
border-bottom:1px dashed #cccccc;
margin:1em 0 20px 0;
}

.f-r10{
    float:right;
	margin:0 0 10px 10px;
}
.text12{
	font-size:12px;
}

.btn{
	display: inline-block;
	margin: 0 0 8px 5em;
}

.btn a{
	background-color:#ed379b;
	padding: 4px 1.2em;
	color: #FFFFFF !important;
	border-radius: 3px;
}

.btn a:hover{
   text-decoration:none !important;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.btn_orange{
	display: block;
	margin: 1em auto;
	text-align: center;
}

.btn_orange a{
	background-color:#FFAA12;
	padding: 1em 2em;
	color: #FFFFFF !important;
	border-radius: 3px;
}

.btn_orange a:hover{
   text-decoration:none !important;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}


