@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
.obi{
	text-align:center;
	font-size:270%;
	margin-top: 20px;
}
ul {
	background: #EEE;
	padding:0;
}
li {
	list-style-type: disc;
	line-height:2.0em;
	border-bottom: 1px solid #ccc;
	list-style-position: inside;
	padding: 15px!important;　/* 追記 */
}
.bg_yellow{background-color:#FF6;padding: 20px;}
.bg{background-color:##e6e6e6;}
.controls,.invisible{display:none;!important}

html { background-color: #32b16c;}
body {
	color: #313131;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	background: #fff no-repeat center top;	/*背景色、背景画像の読み込み＆リピートしない＆左右中央の上部に配置*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #0000EE;	/*リンクテキストの色*/
}
a:hover {
	color: #818181;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 100%;	/*コンテナー幅*/
	height: auto;
	min-height: 100%;
	background-color:#fff;
	margin:0 auto;	
}

#contents {
	padding-bottom: 5px;
	width: 1000px;
	margin: 0 auto;
}
#contents2 {
	padding-bottom: 5px;
	width: 1000px;
	margin: 0 auto;
}

.sp{display:none;}
.sp a{color:0000EE!important;}

/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	height: auto;	/*ヘッダーブロックの高さ*/
	width: auto;	/*ヘッダーブロックの幅*/
	padding: 10px 0;
	background-color:#32b16c;
	margin: 0em;
}

.ttl { font-size: 180%; text-align: center;}
h1 { font-size: 250%; text-align: center; line-height: 1; }

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 660px;	/*メインコンテンツ幅*/
	margin-left:20px;
	float: left;	/*右側へ回り込み*/
	padding-bottom: 30px;
}
/*mainコンテンツのh1タグの設定*/
#main h1 {	
	font-size: 190%;	/*文字サイズ*/
	text-align: center;
	color: #313131;		/*文字色*/
	padding: 0px;	/*余白。左から、上、右、下、左への指定。*/
	margin: 40px 0px;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

#main section { 
	text-align:justify;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*左に回り込み*/
	width: 258px;	/*サブコンテンツ幅*/
	margin-right:20px;
	padding-bottom: 30px;
}
/*subコンテンツのh1タグの設定*/
#sub h1 {
	text-align:center;
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	font-size: 150%;	/*文字サイズ*/		
}

#mosikomi {
	border-radius:10px;
	padding: 10px;
	background-color:#f5f5f5;
	border:1px solid #ccc;	
	margin-bottom: 1em;
}
.box-white {
	background: #fff;
	margin: 10px 0;
	position: relative;
}
.box-white h1 {
	font-size: 130%;
	line-height: 1.6;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	position:absolute; 
	bottom:0px;
	height: 50px;
	background-color:#32b16c;
}
footer a {
	text-decoration: none;
}
#copyright {
	margin: 0 auto;
	width: 1000px;
	text-align: right;
	font-size:90%;
	color: #fff;
	line-height: 130%;
	padding: 20px 0;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	text-align: right;
}
#pagetop a {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 14em;			/*ボックスの幅*/
	font-size: 10px;		/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔。少し広げる設定。*/
	border-radius: 10px;	/*角丸のサイズ*/
	border: 1px solid #c9c9c9;	/*枠線の幅、線種、色*/
}
#pagetop a:hover {
	border: 1px solid #818181;	/*マウスオン時の枠線の幅、線種、色*/
}

/*その他
---------------------------------------------------------------------------*/
.clear {
	clear: both;
}
.center {
	text-align: center;
}

.youtube {
position: relative !important;
padding-bottom: 56.25% !important;
padding-top: 30px !important;
height: 0 !important;
overflow: hidden !important;
margin-top: 20px !important;
margin-bottom: 20px !important;

}
 
.youtube iframe {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
}


/*フォント設定
---------------------------------------------------------------------------*/
.under {
	text-decoration: underline;
}
.color1 {
	color: #818181;
}
.color2 {
	color:#d80011;
}
.color3 {
	color:#333;
}
.bold {
	font-weight: bold;
}
.pl {
	line-height: 1.3;
	margin: 10px 0;
	padding-left: 15px;
}
.size10 {
	font-size:10px;
}
.size12 {
	font-size: 12px;
}
.size105 {
	font-size:105%;
}
.size110 {
	font-size:110%;
}
.size200 {
	font-size:200%;
}
.pk {
	text-align: center;
	font-size: 10px;
	padding: 3px;
	color: #fff;
	background-color: #313131;
	margin-top:5px;
	margin-bottom:3px;
}
.ft { font-size: 110%; }


/* margin
---------------------------------------------------------------------------*/
.top20 { margin-top:20px; }
.top40 { margin-top:40px; }

.bottom10 { margin-bottom: 10px; }
.bottom20 { margin-bottom: 20px; }
.bottom40 { margin-bottom: 40px; }
.bottom80 { margin-bottom: 80px; }


.right20 { margin-right: 20px; }


.ptop40 { padding-top: 40px; }
.pbottom10 { padding-bottom: 10px; }



/* button
---------------------------------------------------------------------------*/
.btn {
  background: #ffbc57;
  background-image: -webkit-linear-gradient(top, #ffbc57, #f39600);
  background-image: -moz-linear-gradient(top, #ffbc57, #f39600);
  background-image: -ms-linear-gradient(top, #ffbc57, #f39600);
  background-image: -o-linear-gradient(top, #ffbc57, #f39600);
  background-image: linear-gradient(to bottom, #fecf6c, #f39600);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #6b4200;
  color: #050505;
  font-size: 2.5em;
  padding: 0.5em 2em 0.5em 2em;
  text-decoration: none;
  text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
  box-shadow:
  		1px 1px 1px rgba(000,000,000,0.3),
		inset 1px 1px 1px rgba(255,255,255,0.8);
			
}

.btn:hover {
  background: #fecf6c;
  text-decoration: none;
}

.sen { border: 3px solid #f39600; padding: 30px 30px 60px; margin: 0 140px; }