@charset "utf-8";

html{scroll-behavior: smooth;}

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #000;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 14px;
	line-height: 2;
	background-color: #FFF;
}
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;
	text-align: center;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	max-width: auto;

	
		clear: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	max-width: 2000px;	/*最大幅を2000pxまでに設定*/
	height: 100%;
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#mainimg img {
	vertical-align: bottom;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #FFF ;
	background: url(../images/header_bg2.png) no-repeat right top, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ededed));	/*グラデーション*/
	background:  -webkit-linear-gradient(#FFF 60%, #ededed);	/*同上*/
	background:  linear-gradient(#FFF 60%, #ededed);
}
/*ヘッダーブロックの中*/
header .inner {
	width: 1300px;	/*ブロック幅*/
	height: 180px;	/*ブロックの高さ*/
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 0px;	/*innerに対して左から20pxの場所に配置*/
	top: 5px;	/*innerに対して上から5pxの場所に配置*/
	float: left;
	
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #FFF;	/*リンクテキストの色*/
}



/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#manubar {
	width: 100%;	/*ブロック幅*/
	float: left;	/*右側にまわりこませる*/
	margin-top: 100px;
}
/*メニュー１個ごとの設定*/
#manubar ul li {
	float: left;		/*左にまわりこませる*/
	margin-left: 5px;	/*メニュー間の隙間*/
	padding-bottom: 10px;
}

#manubar ul li a {
    background: #333;	/*背景色（古いブラウザ用）*/
    text-decoration: none;
    display: block;
    width: 120px;	/*メニュー幅*/
    line-height: 40px;	/*メニューの高さ*/
    text-align: center;
    -webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
    transition: 0.5s;			/*同上*/
    border-radius: 6px;
    color: #FFFFFF;
}

/*マウスオン時の設定*/
#manubar ul li a:hover {
	color: #FFF;			/*文字色*/
	background-color: #006633;
}






/*メニュー１個ごとの設定*/
#manubar ul li2 {
	float: left;		/*左にまわりこませる*/
	margin-left: 5px;	/*メニュー間の隙間*/
}

#manubar ul li2 a {
	text-decoration: none;
	display: block;
	width: 125px;	/*メニュー幅*/
	line-height: 40px;	/*メニューの高さ*/
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-radius: 6px;
	background-color: #385495;
}

/*マウスオン時の設定*/
#manubar ul li2 a:hover {
	color: #385495;			/*文字色*/
	background-color: #CCC;
}







/*メニュー１個ごとの設定*/
#manubar4  {
padding-bottom: 140px;
	padding-top: 30px;
	
}


/*メニュー１個ごとの設定*/
#manubar4 ul li {
	float: left;		/*左にまわりこませる*/
	margin-left: 5px;	/*メニュー間の隙間*/
    margin-bottom: 10px;

}

#manubar4 ul li a {
	text-decoration: none;
	display: block;
	width: 200px;	/*メニュー幅*/
	line-height: 30px;	/*メニューの高さ*/
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-radius: 6px;
	color: #FFF;
	background-color: #006633;
}

/*マウスオン時の設定*/
#manubar4 ul li a:hover {
	color: #FFF;			/*文字色*/
	background-color: #333;
}




/*メニュー１個ごとの設定*/
#manubar ul li4 {
	float: left;		/*左にまわりこませる*/
	margin-left: 5px;	/*メニュー間の隙間*/
	padding-bottom: 10px;
}

#manubar ul li4 a {
	background: #333;	/*背景色（古いブラウザ用）*/
	text-decoration: none;
	display: block;
	width: 150px;	/*メニュー幅*/
	line-height: 40px;	/*メニューの高さ*/
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-radius: 6px;
}

/*マウスオン時の設定*/
#manubar ul li4 a:hover {
	color: #FFF;			/*文字色*/
	background-color: #006633;
}






/*Englishボタン設定*/

/*メニューブロック全体の設定*/
#manubar2 {
	float: right;	/*右側にまわりこませる*/
	margin-top: 10px;
}
#manubar2 ul li3 {
	float: right;		/*右にまわりこませる*/
	margin-left: 5px;	/*メニュー間の隙間*/
	margin-bottom: 8px;
}

#manubar2 ul li3 a {
	background: #006633;	/*背景色（古いブラウザ用）*/
	text-decoration: none;
	display: block;
	width: 120px;	/*メニュー幅*/
	line-height: 40px;	/*メニューの高さ*/
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-radius: 6px;
	color: #FFF;
}

/*マウスオン時の設定*/
#manubar2 ul li3 a:hover {
	color: #FFF;			/*文字色*/
	background-color: #333;
}




/*indexボタン設定*/

/*メニューブロック全体の設定*/
#manubar3 {
    float: left;
    padding-right: 50px;
    padding-left: 50px;
    margin-bottom: 50px;
}
#manubar3 ul li {
	float: left;		/*右にまわりこませる*/
	margin-left: 5px;	/*メニュー間の隙間*/
	margin-bottom: 8px;
	padding-top: 5px;
}

#manubar3 ul li a {
    background-color: #006633;
    text-decoration: none;
	display: block;
	width: 200px;	/*メニュー幅*/
	line-height: 30px;	/*メニューの高さ*/
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-radius: 6px;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 15px;
}

/*マウスオン時の設定*/
#manubar3 ul li a:hover {
	color: #FFF;			/*文字色*/
	background-color: #369;
}








.button12 {
    height: 80px;
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}




.button12__item {
	flex-grow: 1;
	text-align:center;
   	height:80px;
	line-height:40px;
	min-width:160px;
	margin:5px 0 10px 5px;
}
.button12__link {
	background:#006633;
    display:block;
	text-decoration: none;
	transition: .2s;
	border:2px solid;
	border-radius: 5px;
}
.button12__link::before{
    color: #006633;
    font-size: 14px;

}
.button12__link::after{
    color: #FFF;
    content: attr(title);
    font-size: 14px;
    vertical-align: top;
    margin-left: 5px;
}
 
.button12__link:hover{background:#3B5998; border-color:#3B5998;}
 




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {

}


/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	font-size: 22px;	/*文字サイズ*/
	color: #006633;	/*hタグの太字を標準にする設定。太字がいいならこの１行削除。*/
	letter-spacing: 0.1em;	/*上、左右、下への余白*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 26px;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	background: #222;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));	/*グラデーション*/
	background: -webkit-linear-gradient(#222, #000);	/*同上*/
	background: linear-gradient(#222, #000);			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #666;		/*線の幅、線種、色*/
	font-weight: normal;	/*hタグの太字を標準にする設定。太字がいいならこの１行削除。*/
}


#main h4 {
	clear: both;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;		/*文字色*/
	background:#006633;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#006633), to(#066));
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: normal;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 15px;
}




#main h6{
	clear: both;
	font-size: 20px;	/*文字サイズ*/
	color: C00;	/*hタグの太字を標準にする設定。太字がいいならこの１行削除。*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: C00;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	width: 100%;
}


#main h5 a {
	text-decoration: none;
	color: C00;
}



/*mainコンテンツの段落タグ設定*/
#main p {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 23px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	padding-right: 50px;
	padding-left: 50px;	
}




/*mainコンテンツの段落タグ設定*/
#main a {
	color: #006633;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 23px;
	padding: 5px;

}



#video
{
	max-width:560px;
}






#sohoblog #feed   li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}


#sohoblog{
	background-image: url(images/blog_bg.png);
	background-repeat: repeat-y;
	height: 250px;
	width: 560px;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: 50px;
	float: left;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #666;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
		width: 50%;	/*幅*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 20%;	/*幅*/
	padding: 5px;
	text-align: center;
	background-color: #333;	/*背景色*/
	color: #FFF;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #111;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#111));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#333, #111);	/*同上*/
	background-image: linear-gradient(#333, #111);			/*同上*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #666;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #666;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #666;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from333efe6c5), to(#111);	/*グラデーション*/
	background-image: -webkit-linear-gradient(#333, #111);	/*同上*/
	background-image: linear-gradient(#333, #111);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background-image: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}
/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background-image: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}








/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {

}


#new dl {
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ブロックの高さ*/
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #333;	/*下線の幅、線種、色*/
	padding-left: 8em;
}


/*記事設定*/
#new a {
	color: #000;
}




/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	background-color: #047127;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: left;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #666;	/*背景色*/
	color: #FFF;			/*文字色*/
}





/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	background: #000;	/*背景色*/
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none !important;
	color: #fff;
}
footer p {
	clear: both;
	text-align: center;	/*背景色*/
	color: #fff;
	font-size: 16px;
	font-style: normal;
	word-spacing: 0.2em;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}





/*その他
---------------------------------------------------------------------------*/


.center_img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	padding-top: 15px;
}


img {
	max-width: 100%;
	height: auto;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	
	border-radius: 2px;
	margin: 0px 5px;
}




.color1 {
	color: #006633;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 15px;
	line-height: 24px;
		padding-right: 50px;
	padding-left: 50px;
}

.color2 {
	color: #006633;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	padding-left: 5px;
	font-weight: normal;
	line-height: 25px;
	padding-top: 30px;
	clear: both;
		padding-right: 50px;
	padding-left: 50px;
}

.color3 {
	color: #C30;
	font-weight: bold;

}

.color4 {
	color: #C30;
	font-weight: bold;

}

.color5{
	color: #006633;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	padding-left: 5px;
	font-weight: normal;
	line-height: 25px;
	clear: both;
	margin-bottom: 12px;
	padding-right: 50px;
	padding-left: 50px;
}


/*ここからタブレット用（481px～1400px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:601px) and (max-width:1450px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	padding-bottom: 20px;
	height: 240px;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	
	left: 10px;	/*innerに対して左から20pxの場所に配置*/
	top: 15px;	/*innerに対して上から5pxの場所に配置*/
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#manubar {
	float: none;
	position: absolute;
	left: 5px;
	width: 99%;
	margin-left: 0.1%;
}
/*メニュー１個ごとの設定*/
#manubar ul li {
	width: 23.5%;
	padding-bottom: 5px;
}
#manubar ul li a {
	width: 100%;

}

/*メニュー１個ごとの設定*/
#manubar ul li2 {
	width: 23.5%;
	padding-bottom: 5px;
}
#manubar ul li2 a {
	width: 100%;

}

/*メニュー１個ごとの設定*/
#manubar ul li4 {
	width: 23.5%;
	padding-bottom: 5px;
}
#manubar ul li4 a {
	width: 100%;

}

    
    
    
.color1 {
	color: #006633;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 15px;
	line-height: 24px;

}

.color2 {
	color: #006633;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	padding-left: 5px;
	font-weight: normal;
	line-height: 25px;
	padding-top: 30px;
	clear: both;
}

.color3 {
	color: #C30;
	font-weight: bold;
}


   
    
    


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: 85%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*各ページコンテンツ上部にある背景画像入りの大きな見出し（共通設定）*/
#contents > h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 100px;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {

}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	padding-left: 0px;
}

}






/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:600px){



/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	padding-bottom: 20px;
	height: 240px;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	
	left: 10px;	/*innerに対して左から20pxの場所に配置*/
	top: 15px;	/*innerに対して上から5pxの場所に配置*/
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#manubar {
	float: none;
	position: absolute;
	left: 5px;
	width: 99%;
	margin-left: 0.1%;
}
/*メニュー１個ごとの設定*/
#manubar ul li {
	width: 23.5%;
	padding-bottom: 5px;
	font-size: 12px;
}
#manubar ul li a {
	width: 100%;

}

/*メニュー１個ごとの設定*/
#manubar ul li2 {
	width: 23.5%;
	padding-bottom: 5px;
}
#manubar ul li2 a {
	width: 100%;

}

/*メニュー１個ごとの設定*/
#manubar ul li4 {
	width: 23.5%;
	padding-bottom: 5px;
	font-size: 12px;
}
#manubar ul li4 a {
	width: 100%;

}




/*メニューブロック全体の設定*/
#manubar3 {
	float: left;
}

#manubar3 ul li {
	float: left;		/*右にまわりこませる*/
	margin-left: 5px;	/*メニュー間の隙間*/
	margin-bottom: 8px;
	padding-top: 5px;
}

#manubar3 ul li a {
	background: #006633;	/*背景色（古いブラウザ用）*/
	text-decoration: none;
	display: block;
	width: 200px;	/*メニュー幅*/
	line-height: 30px;	/*メニューの高さ*/
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-radius: 6px;
	color: #FFF;
	padding: 5px;
	margin-top: 15px;
}

/*マウスオン時の設定*/
#manubar3 ul li a:hover {
	color: #FFF;			/*文字色*/
	background-color: #369;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 0px 10px;
}

/*各ページコンテンツ上部にある背景画像入りの大きな見出し（共通設定）*/
#contents > h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 100px;
}

#main h4 {
	clear: both;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;		/*文字色*/
	background:#006633;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#006633), to(#066));
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: normal;
	padding-right: 5px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main p {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 23px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.color5 {
	color: #006633;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;

	font-weight: normal;
	line-height: 25px;
	clear: both;
	padding-left: 10px;
    padding-right: 10px;
	margin-bottom: 15px;
}




/*テーブル１
---------------------------------------------------------------------------*/


.ta1 {
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	float: left;
}
/*テーブル内の左側*/
.ta1 th{
	width: 30%;
	padding: 10px;
}
/*テーブル内の右側*/
.ta1 td{
	width: 70%;
	padding: 10px;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	padding-left: 0px;
}



    




}






/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	padding-bottom: 80px;
	padding-top: 10px;
	height: 300px;
	background-color: #FFF;
}
/*h1ロゴの設定*/
header .inner h1 {
	width: 80%;
	left: 30px;	/*innerに対して左から20pxの場所に配置*/
	top: 15px;
	position: absolute;
	text-align: center;
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#manubar {
	float: none;
	position: absolute;
	left: 0px;
	width: 100%;
	padding-bottom: 150px;
}
/*メニュー１個ごとの設定*/
#manubar ul li {
	width: 48%;
	margin-bottom: 5px;
}
#manubar ul li a {
	width: 100%;
}

/*メニュー１個ごとの設定*/
#manubar ul li2 {
	width: 48%;
	margin-bottom: 5px;
}
#manubar ul li2 a {
	width: 100%;
}


/*メニュー１個ごとの設定*/
#manubar ul li4 {
	width: 48%;
	margin-bottom: 5px;
}
#manubar ul li4 a {
	width: 100%;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main h2 {
	font-size: 17px;
	margin-right: auto;
	margin-left: auto;	
}



#main h4 {
	clear: both;
	margin-bottom: 15px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;		/*文字色*/
	background:#006633;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#006633), to(#066));
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
}


/*テーブル１
---------------------------------------------------------------------------*/


.ta1 {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	float: left;
}
/*テーブル内の左側*/
.ta1 th{
	width: 30%;
	padding: 10px;
}
/*テーブル内の右側*/
.ta1 td{
	width: 70%;
	padding: 10px;
}




/*メニューブロック全体の設定*/
#manubar3 {
	float: left;
}

#manubar3 ul li {
	float: left;		/*右にまわりこませる*/
	margin-left: 5px;	/*メニュー間の隙間*/
	margin-bottom: 8px;
	padding-top: 5px;
}

#manubar3 ul li a {
	background: #006633;	/*背景色（古いブラウザ用）*/
	text-decoration: none;
	display: block;
	width: 200px;	/*メニュー幅*/
	line-height: 30px;	/*メニューの高さ*/
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-radius: 6px;
	color: #FFF;
	padding: 5px;
	margin-top: 15px;
}

/*マウスオン時の設定*/
#manubar3 ul li a:hover {
	color: #FFF;			/*文字色*/
	background-color: #369;
}


#main p {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 23px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 5px;
}



.color1 {
	color: #006633;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 15px;
	line-height: 24px;

}

.color2 {
	color: #006633;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	padding-left: 5px;
	font-weight: normal;
	line-height: 25px;
	padding-top: 30px;
	clear: both;
	padding-right: 5px;
}


.color3 {
	color: #C30;
	font-weight: bold;
}



.color4 {
	color: #C30;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

.color5 {
	color: #006633;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;

	font-weight: normal;
	line-height: 25px;
	clear: both;
	padding-left: 10px;
    padding-right: 10px;
	margin-bottom: 15px;
}





/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}



/*h2タグ*/
#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center;	/*マイナスアイコン*/
	background: url(../images/btn_minus.png) no-repeat right center;	/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center;	/*同上*/
}
#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center;	/*プラスアイコン*/
	background: url(../images/btn_plus.png) no-repeat right center;	/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center;	/*同上*/
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


div.iframeWrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    }
 
div.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
  
  max-height: 110%;
  max-width: 100%; 
    }

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

}
