 @import "base.css";
/* ------------------------------------------------------------

基本スタイル（編集不可）

------------------------------------------------------------ */
/* 基本class*/
html>body {
	font-size: 15px;
}
*html body {
	font-size: 96%;
}
*+html body {
	font-size: 96%
}
.cb {
	clear: both;
	line-height: 0%;
	height: 0px;
}
.right-top {
	float: right;
}
.left-top {
	float: left;
}
.right-txt {
	text-align: right;
}
.left-txt {
	text-align: left;
}
.center-txt {
	text-align: center;
}
.sf {
	font-size: 90%;
}
.bf {
	font-weight: bold;
}

.margin-t{
	margin-top:90px;
}

/*画像をウインドウサイズに合わせて可変*/
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
}
/* 
------------------------------------------------------------ */
.cf {
	zoom: 1;/*for IE 5.5-7*/
}
.cf:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* 
------------------------------------------------------------ */

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
	color: #000000;
	text-decoration: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
/**/
#contents-wrapper a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents-wrapper a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
body {
	color: #222222;
	margin: 0;
	padding: 0;
	/*font-family:'UD新ゴ L','ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 130%;
	background-color: #ffffff;
}
/* 背景を可変 
body {
	background-size:cover;/*背景画像で全体を覆う
	background-size:100% auto; 背景画像を横幅いっぱいに表示
}*/	

#main-container {
}
#wrapper {
	position: relative;
	font-size: 95%;
 font-weight:
}
/* ------------------------------------------------------------

font-weight設定
※フォント太さは最終的にwebフォント指定となります。

------------------------------------------------------------ */

/*通常太さに戻す場合*/
.font-n {
	/*font-family:'UD新ゴ L','ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;*/
	font-weight: normal !important;
}
/*ミディアム*/
.font-m {
	/*font-family:'UD新ゴ M','ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;*/
	font-weight: 600;
}
/*ボ−ルド*/
.font-b {
	/*font-family:'UD新ゴ DB', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	font-weight: bold;
}
/* ------------------------------------------------------------

スタイルここから
※font-weightは個別に指定しない。太さを変える時は上記クラスを追加。

------------------------------------------------------------ */

/*共通*/	

#contents-inner {
	margin-top: 50px;
	overflow: hidden;
}
.conbox {
	margin-top: 0px;
	margin-bottom: 20px;
}
.conbox p {
	line-height:180%;
}
.conbox img {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.conbox h3{
	display: block;
	width: 220px;
	border:  solid 3px #222222;
	text-align: center;
	padding: 10px 0;
	font-size: 120%;
}
.txt-btn01 a {
	display: block;
	border: 2px solid #0e8e7b;
	text-align: center;
	padding: 30px 0;
	font-size: 150%;
	width: 280px;
	margin: 20px auto 50px;
}
.txt-btn01 a:hover, .txt-btn02 a:hover {
	background: #0e8e7b;
	color: #ffffff;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a.anchor {
	padding-top: 100px;
	margin-top: -100px
}

.pb25 {margin-bottom:30px!important;}
.mb100 {margin-bottom:150px;}

/*トップ*/	

#logo {
	margin-bottom: 50px;
}
#top-logobottom {
	width: 100%;
	margin-bottom: 0px;
}
#top-txt {
	margin: 0 auto;
	font-size: 180%;
	line-height: 150%;
	margin-bottom: 20px;
}
#top-sub {
	margin: 0 auto;
	font-size: 120%;
	line-height: 170%;
	margin-bottom: 0px;
}
#returnbtn {
	text-align: right;
	font-size: 130%;
}
.mt10 {
	margin-top:10px!important;
}
.mt40 {
	margin-top:40px!important;
}
.t-center{text-align: center;
}
.youtube iframe{
  margin: 30px auto;
}
