﻿@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;	/*背景色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズと行間、フォントファミリー*/
	background: fixed url(../images/bg.jpg) 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;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

hoso {
	font-weight: 200;
}

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

h1{
	font-family: Arial
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 980px;	/*コンテナー幅*/
	margin: 0px auto;
}

/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	text-align: right;	/*テキストなどを右寄せする*/
	padding: 20px 0px;	/*上下・左右への余白*/
}
/*h1タグの設定*/
header h1 {
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右側に回り込みさせる*/
	width: 650px;	/*コンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	font-size: 120%;
	color: #708be6;		/*文字色*/
	border-bottom: 3px solid #708be6;	/*下線の幅、線種、色*/
	padding: 0px 15px;	/*上下・左右への余白*/
}
/*mainコンテンツのh3タグの設定*/
#main h4 {
	clear: both;
	font-size: 95%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
	background-image: linear-gradient(#FFF,#eaeaea);			/*同上*/
	padding: 4px 15px;	/*上下、左右への余白*/
	border-radius: 30px;		/*角丸のサイズ*/
	border: 1px solid #ccc;		/*枠線の幅、線種、色*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

#main h5 {font-weight: lighter}

blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

span.gyo {
      line-height: 0;
}

.ul_yellow {
  background: linear-gradient(transparent 50%, #ff0 0%);
}

.ul_pink {
  background: linear-gradient(transparent 50%, #ffd6ff 0%);
}

.ul_orange {
  background: linear-gradient(transparent 50%, #ffe2c6 0%);
}

.ul_green {
  background: linear-gradient(transparent 50%, #a3ffd1 0%);
}

.ul_blue {
  background: linear-gradient(transparent 50%, #c1ffff 0%);
}

.box1 {
    background-color: #eaeaff;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #eaeaff;
    color: #666666;
    margin: 2em 0;
    padding: 2em;
}

line {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.box2 {
    border: 4px double #ddd;
    margin: 2em 0;
    padding: 2em;
}

.box3 {
    background-color: #5a544b;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #5a544b;
    color: #fff;
    margin: 0.5em 0;
    padding: 0.5em;
    width: 70px
}

.box18{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
} 

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #4ec4d3;
}
.box5 p {
    margin: 0; 
    padding: 0;
} 

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff6347;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff6347;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.box27 {
position: relative;
margin: 2em 0;
padding: 0.5em 1em;
border: solid 3px #62c1ce;
}
.box27 .box-title {
position: absolute;
display: inline-block;
top: -33px;
left: -3px;
padding: 0 9px;
height: 33px;
line-height: 29px;
vertical-align: middle;
font-size: 17px;
background: #62c1ce;
color: #ffffff;
font-weight: bold;
border-radius: 5px 5px 0 0;
}
.box27 p {
margin: 0;
padding: 0;
} 

.box30 {
    margin: 0.5em 0;
    background: #f1f1f1;
    width: 80%;
}
.box30 .box-title {
    font-size: 0.5.1em;
    background: #d1ffe8;
    padding: 4px;
    text-align:;
    color: #;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}

.balloon1-top {
	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 100px;
 	max-width: 100%;
 	color: #555;
	font-size: 13px;
	background: #e0edff;
}

.balloon1-top:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 30%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e0edff;
}

.balloon1-top p {
	margin: 0;
	padding: 0;
}

.box2 {
    border: 4px double #ddd;
    margin: 2em 0;
    padding: 2em;
    float: left;
    width: 40%;
}

.boxcontainer{
    overflow: hidden;
}

.balloon5_b {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5_b .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon5_b .faceicon img{
    width: 75%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}

.balloon5_b .chatting {
    width: 100%;
}

.says_b {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 5px 10px;
    border-radius: 12px;
    background: #d7ebfe;
}

.says_b:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says_b p {
    margin: 0;
    padding: 0;
}

.balloon5_p {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5_p .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon5_p .faceicon img{
    width: 75%;
    height: auto;
    border: solid 3px #ffd1ff;
    border-radius: 50%;
}

.balloon5_p .chatting {
    width: 100%;
}

.says_p {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 5px 10px;
    border-radius: 12px;
    background: #ffd1ff;
}

.says_p:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #ffd1ff;
}

.says_p p {
    margin: 0;
    padding: 0;
}

.balloon5_g {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5_g .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon5_g .faceicon img{
    width: 75%;
    height: auto;
    border: solid 3px #d1ffe8;
    border-radius: 50%;
}

.balloon5_g .chatting {
    width: 100%;
}

.says_g {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 5px 10px;
    border-radius: 12px;
    background: #d1ffe8;
}

.says_g:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d1ffe8;
}

.says_g p {
    margin: 0;
    padding: 0;
}

.balloon5_o {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5_o .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon5_o .faceicon img{
    width: 75%;
    height: auto;
    border: solid 3px #ffe8d1;
    border-radius: 50%;
}

.balloon5_o .chatting {
    width: 100%;
}

.says_o {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 5px 10px;
    border-radius: 12px;
    background: #ffe8d1;
}

.says_o:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #ffe8d1;
}

.says_o p {
    margin: 0;
    padding: 0;
}

h3{
position: relative;/*相対位置*/
padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color: #ff6a6a;/*文字色*/
border-top: dotted 1px gray;
border-bottom: dotted 1px gray;
background: #fffff4;
font-size: 100%
}

h3:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0.25em;/*アイコンの位置*/
top: 0.5em;/*アイコンの位置*/
color: #ff6a6a; /*アイコン色*/
}

h1_1 {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}

.fa-pink {color: #ff007f
}


.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #e9456b;
    border: solid 2px #e9456b;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    background: #e9456b;
    color: white;
}

.square_btn2 {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #83ccd2;
    border: solid 2px #83ccd2;
    border-radius: 3px;
    transition: .4s;
}

.square_btn2:hover {
    background: #83ccd2;
    color: white;
}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
#mainimg img {
	border-radius: 10px;
}
#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;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左側に回り込みさせる*/
	width: 250px;	/*コンテンツ幅*/
	position: fixed;	/*上下にスクロールしてもブロックを固定表示させる設定。不要ならこの１行削除。*/
	top: 100px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li a {
	letter-spacing: 0.1em;	/*文字間隔。通常より少し広めに。不要ならこの行ごと削除。*/
	width: 100%;		/*ボタンの幅*/
	text-decoration: none;
	display: block;
	border-left: 5px solid #ff4cba;	/*左線の幅、線種、色*/
	background:#FFF;	/*背景色(※古いブラウザ用)*/
	background: rgba(255,255,255,0.8);	/*背景色。左３つの数字がRGBでのカラー設定で、最後の１つが透明度。*/
	margin-bottom: 10px;	/*メニュー同士のスペース*/
	padding: 10px;	/*メニュー内の余白*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
}

nav#menubar ul li2 a {
	letter-spacing: 0.1em;	/*文字間隔。通常より少し広めに。不要ならこの行ごと削除。*/
	width: 100%;		/*ボタンの幅*/
	text-decoration: none;
	display: block;
	border-left: 5px solid #9f4f05;	/*左線の幅、線種、色*/
	background:#FFF;	/*背景色(※古いブラウザ用)*/
	background: rgba(255,255,255,0.8);	/*背景色。左３つの数字がRGBでのカラー設定で、最後の１つが透明度。*/
	margin-bottom: 10px;	/*メニュー同士のスペース*/
	padding: 10px;	/*メニュー内の余白*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
}


nav#menubar ul li3 a {
	letter-spacing: 0.1em;	/*文字間隔。通常より少し広めに。不要ならこの行ごと削除。*/
	width: 100%;		/*ボタンの幅*/
	text-decoration: none;
	display: block;
	border-left: 5px solid #008b8b;	/*左線の幅、線種、色*/
	background:#FFF;	/*背景色(※古いブラウザ用)*/
	background: rgba(255,255,255,0.8);	/*背景色。左３つの数字がRGBでのカラー設定で、最後の１つが透明度。*/
	margin-bottom: 10px;	/*メニュー同士のスペース*/
	padding: 10px;	/*メニュー内の余白*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
}

nav#menubar ul li4 a {
	letter-spacing: 0.1em;	/*文字間隔。通常より少し広めに。不要ならこの行ごと削除。*/
	width: 100%;		/*ボタンの幅*/
	text-decoration: none;
	display: block;
	border-left: 5px solid #E06040;	/*左線の幅、線種、色*/
	background:#FFF;	/*背景色(※古いブラウザ用)*/
	background: rgba(255,255,255,0.8);	/*背景色。左３つの数字がRGBでのカラー設定で、最後の１つが透明度。*/
	margin-bottom: 10px;	/*メニュー同士のスペース*/
	padding: 10px;	/*メニュー内の余白*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
}

nav#menubar ul li5 a {
	letter-spacing: 0.1em;	/*文字間隔。通常より少し広めに。不要ならこの行ごと削除。*/
	width: 100%;		/*ボタンの幅*/
	text-decoration: none;
	display: block;
	border-left: 5px solid #82cddd;	/*左線の幅、線種、色*/
	background:#FFF;	/*背景色(※古いブラウザ用)*/
	background: rgba(255,255,255,0.8);	/*背景色。左３つの数字がRGBでのカラー設定で、最後の１つが透明度。*/
	margin-bottom: 10px;	/*メニュー同士のスペース*/
	padding: 10px;	/*メニュー内の余白*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
}


nav#menubar ul li6 a {
	letter-spacing: 0.1em;	/*文字間隔。通常より少し広めに。不要ならこの行ごと削除。*/
	width: 100%;		/*ボタンの幅*/
	text-decoration: none;
	display: block;
	border-left: 5px solid #ff4cba;	/*左線の幅、線種、色*/
	background:#FFF;	/*背景色(※古いブラウザ用)*/
	background: rgba(255,255,255,0.8);	/*背景色。左３つの数字がRGBでのカラー設定で、最後の１つが透明度。*/
	margin-bottom: 0px;	/*メニュー同士のスペース*/
	padding: 10px;	/*メニュー内の余白*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
}

nav#menubar ul li7 a {
	letter-spacing: 0.1em;	/*文字間隔。通常より少し広めに。不要ならこの行ごと削除。*/
	width: 100%;		/*ボタンの幅*/
	text-decoration: none;
	display: block;
	border-left: 5px solid #9f4f05;	/*左線の幅、線種、色*/
	background:#FFF;	/*背景色(※古いブラウザ用)*/
	background: rgba(255,255,255,0.8);	/*背景色。左３つの数字がRGBでのカラー設定で、最後の１つが透明度。*/
	margin-bottom: 0px;	/*メニュー同士のスペース*/
	padding: 10px;	/*メニュー内の余白*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
}

nav#menubar ul li8 a {
	letter-spacing: 0.1em;	/*文字間隔。通常より少し広めに。不要ならこの行ごと削除。*/
	width: 100%;		/*ボタンの幅*/
	text-decoration: none;
	display: block;
	border-left: 5px solid #008b8b;	/*左線の幅、線種、色*/
	background:#FFF;	/*背景色(※古いブラウザ用)*/
	background: rgba(255,255,255,0.8);	/*背景色。左３つの数字がRGBでのカラー設定で、最後の１つが透明度。*/
	margin-bottom: 0px;	/*メニュー同士のスペース*/
	padding: 10px;	/*メニュー内の余白*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
}

nav#menubar ul li9 a {
	letter-spacing: 0.1em;	/*文字間隔。通常より少し広めに。不要ならこの行ごと削除。*/
	width: 100%;		/*ボタンの幅*/
	text-decoration: none;
	display: block;
	border-left: 5px solid #E06040;	/*左線の幅、線種、色*/
	background:#FFF;	/*背景色(※古いブラウザ用)*/
	background: rgba(255,255,255,0.8);	/*背景色。左３つの数字がRGBでのカラー設定で、最後の１つが透明度。*/
	margin-bottom: 0px;	/*メニュー同士のスペース*/
	padding: 10px;	/*メニュー内の余白*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
}

nav#menubar ul li10 a {
	letter-spacing: 0.1em;	/*文字間隔。通常より少し広めに。不要ならこの行ごと削除。*/
	width: 100%;		/*ボタンの幅*/
	text-decoration: none;
	display: block;
	border-left: 5px solid #82cddd;	/*左線の幅、線種、色*/
	background:#FFF;	/*背景色(※古いブラウザ用)*/
	background: rgba(255,255,255,0.8);	/*背景色。左３つの数字がRGBでのカラー設定で、最後の１つが透明度。*/
	margin-bottom: 0px;	/*メニュー同士のスペース*/
	padding: 10px;	/*メニュー内の余白*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
}

/*現在表示中メニューと、マウスオン時の設定*/
nav#menubar ul li#current a,
nav#menubar ul li a:hover {
	background: #666;	/*背景色*/
	color: #FFF;		/*文字色*/
}

nav#menubar ul li2#current a,
nav#menubar ul li2 a:hover {
	background: #666;	/*背景色*/
	color: #FFF;		/*文字色*/
}

nav#menubar ul li3#current a,
nav#menubar ul li3 a:hover {
	background: #666;	/*背景色*/
	color: #FFF;		/*文字色*/
}

nav#menubar ul li4#current a,
nav#menubar ul li4 a:hover {
	background: #666;	/*背景色*/
	color: #FFF;		/*文字色*/
}

nav#menubar ul li5#current a,
nav#menubar ul li5 a:hover {
	background: #666;	/*背景色*/
	color: #FFF;		/*文字色*/
}

nav#menubar ul li6#current a,
nav#menubar ul li6 a:hover {
	background: #666;	/*背景色*/
	color: #FFF;		/*文字色*/
}

nav#menubar ul li7#current a,
nav#menubar ul li7 a:hover {
	background: #666;	/*背景色*/
	color: #FFF;		/*文字色*/
}

nav#menubar ul li8#current a,
nav#menubar ul li8 a:hover {
	background: #666;	/*背景色*/
	color: #FFF;		/*文字色*/
}

nav#menubar ul li9#current a,
nav#menubar ul li9 a:hover {
	background: #666;	/*背景色*/
	color: #FFF;		/*文字色*/
}

nav#menubar ul li10#current a,
nav#menubar ul li10 a:hover {
	background: #666;	/*背景色*/
	color: #FFF;		/*文字色*/
}

.sample_01{
width: 100%;
border-collapse: collapse;
}
.sample_01 th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.sample_01 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}

/*gallery.html内の各ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.list {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 10px;		/*角丸のサイズ*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
	background: linear-gradient(#FFF, #eaeaea);			/*同上*/
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;	/*ボックス同士のスペース*/
}
#main section.list a {
	display: block;
	padding: 20px;	/*ボックス内の余白*/
	text-decoration: none;
	overflow: hidden;
}
/*マウスオン時*/
#main section.list a:hover {
	background: #FFF;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;		/*画像を左へ回り込み*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;		/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	width: 30%;		/*写真の幅*/
	height: auto;	/*写真の高さ*/
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 100%;
	color: #708be6;	/*文字色*/
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
	border-bottom: 1px solid #708be6;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
.ta1 td img {
	height: auto;
	width: 100%;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;	/*幅*/
	padding: 10px;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #eaeaea;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eaeaea));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
	background-image: linear-gradient(#FFF, #eaeaea);			/*同上*/
}
/*ボタンの設定*/
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(#eaeaea));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #eaeaea);	/*同上*/
	background-image: linear-gradient(#FFF, #eaeaea);			/*同上*/
	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(#eaeaea), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#eaeaea, #FFF);	/*同上*/
	background-image: linear-gradient(#eaeaea, #FFF);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	font-size: 10px;	/*文字サイズ*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	border-radius: 10px;
	border: 1px solid #ccc;
}
/*マウスオン時*/
#pagetop a:hover {
	border: 1px solid #708be6;
}

/*「NEW」表示
---------------------------------------------------------------------------*/
.new {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #555;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.big1 {
	font-size: 40px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin-left: 5px;
}
img {
	max-width: 100%;
	height: auto;
}
#menubar_hdr {
	display: none;
}



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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background: url(../images/bg.jpg) no-repeat left top;
}
	
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	margin-top: 50px;	/*このサイズ分だけ、上部に背景画像が出ます*/
	width: auto;
	padding: 10px;
	background: #FFF;
}

/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	text-align: center;
	margin-bottom: 200px;	/*メニューを増減する場合はここも微調整する*/
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	position: absolute;
	left: 0px;	/*画面に対して左から0pxの位置に配置*/
	top: 200px;	/*画面に対して上から200pxの位置に配置*/
	width: 100%;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 48%;
	margin-left: 1%;
}
nav#menubar ul li a {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}

}



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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background: url(../images/bg.jpg) no-repeat left top;
}
	
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	margin-top: 50px;	/*このサイズ分だけ、上部に背景画像が出ます*/
	width: auto;
	padding: 10px;
	background: #FFF;
}

/*ヘッダー（サイト名が入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	text-align: center;
}
body#top header {
	margin-bottom: 150px;	/*メニューを増減する場合はここも微調整する*/
}
/*h1タグの設定*/
header h1 {
	display: none;
}
/*ロゴ画像の設定*/
header #logo {
	width: 100%;
	height: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	position: absolute;
	left: 0px;	/*画面に対して左から0pxの位置に配置*/
	top: 50px;	/*画面に対して上から50pxの位置に配置*/
	width: 100%;
}
body#top #sub {
	left: 0px;	/*画面に対して左から0pxの位置に配置*/
	top: 150px;	/*画面に対して上から150pxの位置に配置*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	overflow: hidden;
	padding-top: 10px;
	background: rgba(0,0,0,0.8);
}
body#top nav#menubar {
	padding-top: 0px;
	background: none;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 48%;
	margin-left: 1%;
}
nav#menubar ul li a {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #FFF;
}

/*menu.html内のメニュー案内の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	width: auto;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	margin-left: 0;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center;	/*マイナスアイコン*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center;	/*プラスアイコン*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	margin: 5px 5px 0px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 5px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 5px;
}
.ta1 p {
	padding: 0px !important;
}

/*その他
---------------------------------------------------------------------------*/
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

}
