@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	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;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}





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

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

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/

/*h1見出しタグ設定*/
#header h1 {
	font-size: 1px;			/*文字サイズ*/
	font-weight: normal;	/*デフォルトの太字を標準に。太字がいいならこの１行削除。*/
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置。*/
	top: 0px;		/*ヘッダーブロックに対して上から0pxの位置に配置。*/
	color: #FFF;	/*文字色*/
}
#header h1 a {
	text-decoration: none;
	color: #FFF;
}

.p1	{ font-weight:normal; }
.p2	{ font-weight:bold;   }
.p3	{ font-weight:bolder; }
.p4	{ font-weight:lighter;}
.p5	{ font-weight:400;    }
.p6	{ font-weight:900;    }

.square_btn{
    display: inline-block;
    padding: 7px 20px;
	border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
}

.square_btn:hover {
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}


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

/*共通設定*/
.mark1 .mark2 {
	display: inline-block;
	position: absolute;
	left: 5px;	/*ボックス内の左から5pxの場所に配置*/
	top: 5px;	/*ボックス内の上から5pxの場所に配置*/
	width: 40px;		/*幅*/
	line-height: 40px;	/*高さ*/
	font-size: 9px;		/*文字サイズ*/
	text-align: center;
	color: #fff;	/*文字色*/
	border-radius: 50%;	/*角丸のサイズ*/
	transform: rotate(-30deg);	/*左回転で30度傾ける設定*/
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.6);	/*ボックスの影。下へ、右へ、広げる範囲、rgb指定での色。0,0,0は黒のことで、0.6が透明度60%の事。*/
	box-shadow: 1px 2px 4px rgba(0,0,0,0.6);
}
.mark1 {
	background: #daa520;	/*mark1の背景色*/
}
.mark2 {
	background: #d2691e;	/*mark2の背景色*/
}

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






/*ヘッダーブロック*/
header {
	width: 100%;	/*ブロックの幅*/
	height: 120px;	/*ブロックの高さ*/
	position: relative;
}
/*h1ロゴの設定*/
header h1 {
	position: absolute;
	left: 28px;	/*ヘッダーブロックに対して左から28pxの位置に配置*/
	top: 28px;	/*ヘッダーブロックに対して上から28pxの位置に配置*/
}
/*電話番号ボックスの設定*/
header address {
	position: absolute;
	top: 24px;		/*ヘッダーブロックに対して上から24pxの位置に配置*/
	right: 40px;	/*ヘッダーブロックに対して右から40pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	border: 5px solid #fec3d7;	/*枠線の幅、線種、色*/
	background-color: #fddfea;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#fddfea));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #fddfea);	/*同上*/
	background-image: linear-gradient(#FFF, #fddfea);			/*同上*/
	padding: 10px;		/*ボックス内の余白*/
	border-radius: 10px;	/*角丸のサイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定。*/
}
/*電話番号の文字設定*/
header address .tel {
	font-size: 18px;	/*文字サイズ*/
	color: #f57499;		/*文字色*/
	display: block;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menu ul {
/* SVG as background image (IE9/Chrome/Safari/Opera) */ 
background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc0MDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM0NzFGMUYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMyODAyMDIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c0MDMpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39,36,36,0.8)), to(rgba(0,0,0,0.8)));	/*グラデーション。RGBA設定。0.8が透明度で他の数字が色のRGB値。*/
	background-image: -webkit-linear-gradient(rgba(39,36,36,0.8), rgba(0,0,0,0.8));	/*同上*/
	background-image: linear-gradient(rgba(39,36,36,0.8), rgba(0,0,0,0.8));			/*同上*/
	border-radius: 10px;		/*角丸のサイズ*/
	padding-left: 36px;
	margin-bottom: 25px;
	height: 56px;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 150px;	/*メニュー幅*/
	border-right: 1px solid #000;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;
}
nav#menu ul li a {
	color: #FFFFFF;		/*文字色*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	line-height: 20px;
	padding-top: 10px;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px solid #000;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #000;		/*背景色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 9px;	/*文字サイズ*/
	display: block;
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height: 15px;
	padding-bottom: 11px;
	color: #fff100;	/*文字色*/

}


/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 980px;
	height: 500px;
	position: relative;
	border-radius: 15px;		/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	margin-bottom: 25px;
}
#mainimg img {
	border-radius: 10px;	/*角丸のサイズ*/
	vertical-align: bottom;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image3 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image4 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image5 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}



/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 750px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	border-radius: 10px 10px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	background-color: #010101;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));	/*グラデーション*/
	background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(51,51,51,1.00) 100%);	/*同上*/
	background-image: -moz-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(51,51,51,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(51,51,51,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(0,0,0,1.00) 0%,rgba(51,51,51,1.00) 100%);			/*同上*/
	-webkit-box-shadow: -3px 2px 3px #131313;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: -3px 2px 3px #131313;			/*同上*/
	font-size: 100%;
	color: #FFF;			/*文字色*/
	padding: 8px 15px;	/*上下、左右への余白*/
	clear: both;
	border-bottom: 4px solid #C1C400;	/*下線の幅、線種、色*/
	opacity: 0.7;	/*透明度70％の設定*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	border-radius: 10px;	/*角丸のサイズ*/
	background-color: #131313;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#fddfea));	/*グラデーション*/
	background-image: -webkit-linear-gradient(90deg,rgba(180,180,180,1.00) 0%,rgba(12,11,11,1.00) 100%);	/*同上*/
	background-image: -moz-linear-gradient(90deg,rgba(180,180,180,1.00) 0%,rgba(12,11,11,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(180,180,180,1.00) 0%,rgba(12,11,11,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(180,180,180,1.00) 0%,rgba(12,11,11,1.00) 100%);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 100%;
	padding: 4px 15px;	/*上下、左右への余白*/
	clear: both;
	border: 1px solid #5A5A5A;	/*枠線の幅、線種、色*/
	color: #FFFFFF;	/*文字色*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 13px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 200px;	/*サブコンテンツ幅*/
	padding-bottom: 32px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 10px 10px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	background-color: #e0e1e2;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f5), to(#e0e1e2));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f3f3f5, #e0e1e2);	/*同上*/
	background-image: linear-gradient(#f3f3f5, #e0e1e2);			/*同上*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;
	border-top: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時の設定*/
#sub ul.submenu li a:hover {
	background-color: #6E6E6E;	/*背景色*/
}
/*見出しにメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul.submenu {
	border-top: none;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	/*文字色*/
	background: #000;	/*背景色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
	
}


/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	padding: 10px;
}
/*メニュー１個あたり*/
#footermenu li {
	font-size: 85%;
	display: inline-block;	/*横並びにさせる*/
	padding: 5px 10px;	/*上下、左右への余白*/
}




/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	clear: both;overflow: hidden;
	font-size: 90%;	/*文字サイズを少し小さく*/
	margin-left: -1%;
	padding: 25px 0;

}
/*１列分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 24%;		/*今回は４列作ったので、下のmarginを含めて25%になるよう指定。５列にするならこの行は19%にする。*/
	margin-left: 1%;
}
/*メニュー１個あたりの設定*/
#footermenu ul li {
	padding: 0 2px;	/*上下、左右への余白*/
}
/*見出し*/
#footermenu li.title {
	font-weight: bold;	/*太字にする*/
	color: #FFEC00;	/*文字色*/
	background: rgba(0,0,0,0.3);	/*背景色*/
	border-radius: 2px;	/*角丸のサイズ*/
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 0.9;	/*透明度。70%色がでた状態の事。*/
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;	/*透明度。100%色がでた状態の事。*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	padding: 20px;
}
/*メニュー１個あたり*/
#footermenu li {
	font-size: 85%;
	display: inline-block;	/*横並びにさせる*/
	padding: 5px 5px;	/*上下、左右への余白*/
}


/*ランキングのボタン設定
---------------------------------------------------------------------------*/

button.button8 {
    /* 文字サイズを1.4emに指定 */
    font-size: 1.3em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 8px 30px;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダーをなくす */
    border-style: none;

    /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;

    /* テキストの影の指定
     * 影の横幅を1px
     * 縦長を1px
     * ぼかしを2px
     * 色を#000（黒）に指定 */
    text-shadow: 1px 1px 2px #000;

    /* グラデーションの指定 */
    background: -moz-linear-gradient(bottom, #36d, #248 50%, #36d);
    background: -webkit-gradient(linear, left bottom, left top, from(#36d), color-stop(0.5, #248), to(#36d));

    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

button.button8:hover {
    /* 透明度を20%に指定 */
    opacity: 0.8;
}


button.button9 {
    /* 文字サイズを1.4emに指定 */
    font-size: 0.8em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 6px 15px;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダーをなくす */
    border-style: none;

    /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;

    /* テキストの影の指定
     * 影の横幅を1px
     * 縦長を1px
     * ぼかしを2px
     * 色を#000（黒）に指定 */
    text-shadow: 1px 1px 2px #000;

    /* グラデーションの指定 */
    background: -moz-linear-gradient(bottom, #36d, #248 40%, #36d);
    background: -webkit-gradient(linear, left bottom, left top, from(#36d), color-stop(0.4, #248), to(#36d));

    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

button.button8:hover {
    /* 透明度を20%に指定 */
    opacity: 0.8;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#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 #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list section {
	float: left;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
	margin-left: 15px;
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*グラデーション*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;			/*同上*/
	font-size: 11px;	/*文字サイズ*/
	text-align: left;	/*中身をセンタリング*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}


.border_radius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#main .list section a {
	text-decoration: none;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	padding: 10px;	/*ボックス内の余白*/
	display: block;
	width: 150px;	/*幅*/
	height: 210px;	/*高さ*/
}
/*スタッフ名*/
#main .list section h4 {
	color: #4E4D4D;	/*文字色*/
	font-size: 100%;
	font-weight: 700;
}
/*サムネイル内のアイコン位置*/
#main .list section .icon {
	position: absolute;
	right: 2px;		/*ボックスに対して、右側から2pxの位置に配置*/
	bottom: 2px;	/*ボックスに対して、下側から2pxの位置に配置*/
}
/*マウスオン時のボックス*/
#main .list section a:hover {
	background: #fddfea;	/*背景色*/
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .staff {
	margin-right: 10px;
	margin-left: 10px;
}
/*左側ボックス*/
#main .staff .left {
	float: left;	/*左に回り込み*/
	width: 250px;	/*幅*/
	padding-bottom: 15px;
}
#main .staff .left p {
	padding: 0px;
}
/*右側ボックス*/
#main .staff .right {
	width: 400px;	/*幅*/
	float: right;	/*右に回り込み*/
	padding-bottom: 15px;
}
/*テーブル内の左側*/
#main .staff .right .ta1 th {
	width: 100px;	/*幅*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #A6A6A6;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e2e2e2;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #A6A6A6;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*schedule-table*/
.ta1.schedule-table th{
	width: auto;
}
.ta1.schedule-table td{
	width: 12%;
	text-align: center;
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 200px;	/*ボタン幅*/
	padding: 15px;	/*ボタン内の余白*/
	text-align: center;/*ボタン中央*/
	margin-bottom: 30px;
	border: none;
	border-radius: 20px;	/*角丸のサイズ*/
	background-color: #A6A6A6;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#996600), to(#ffff99));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#996600, #ffff99);	/*同上*/
	background-image: linear-gradient(#996600, #ffff99);			/*同上*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #996600;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffff99), to(#996600));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#ffff99, #996600);	/*同上*/
	background-image: linear-gradient(#ffff99, #996600);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #000;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #FFFFFF;	/*背景色*/
	color: #636363;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #ff0099;
}

.color2 {
	color: #009933;
	text-shadow: 0px 1.5px 1.5px #999999;
}

.color3 {
	color: #D607F4;
}

.color4 {
	color: #E70000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 15px;
　text-align: center;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 12px;
}
#menubar_hdr {
	display: none;
}

.ninkiicon {
	background: #F003CF;
	color: #FFF;
	font-size: 8px;
	padding: 0px 5px;
	border-radius: 1px;
	margin: 0px 5px;
}

.upicon {
	background: #33ff00;
	color: #000000;
	font-size: 8px;
	padding: 0px 5px;
	border-radius: 1px;
	margin: 0px 5px;
}

.newicon {
	background: #F00;
	color: #FFF;
	font-size: 8px;
	padding: 0px 5px;
	border-radius: 1px;
	margin: 0px 5px;
}

.aoicon {
	background: #0306F8;
	color: #FFF;
	font-size: 8px;
	padding: 0px 5px;
	border-radius: 1px;
	margin: 0px 5px;
}


.redicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 1px 5px;
	border-radius: 3px 3px 3px 3px;
	margin: 1px 2px;
}

.blueicon {
	background: #1400F9;
	color: #FFF;
	font-size: 10px;
	padding: 1px 5px;
	border-radius: 3px 3px 3px 3px;
	margin: 1px 2px;
}

.yicon {
	background: #FFFF00;
	color: #000;
	font-size: 13px;
	padding: 1px 5px;
	border-radius: 3px 3px 3px 3px;
	margin: 1px 2px;
}

.bbicon {
	background: #837F7F;
	color: #FFF;
	font-size: 10px;
	padding: 1px 5px;
	border-radius: 3px 3px 3px 3px;
	margin: 1px 2px;
}

.greenicon {
	background: #009933;
	color: #FFF;
	font-size: 13px;
	font-weight: 200
	padding: 1px 5px;
	border-radius: 3px 3px 3px 3px;
	margin: 1px 2px;
}

.pinkicon {
	background: #ff0066;
	color: #FFF;
	font-size: 13px;
	font-weight: 200
	padding: 5px 5px;
	border-radius: 3px 3px 3px 3px;
	margin: 1px 2px;
}

.doubleline {/*二重取り消し線*/
background-image:url(../images/nijyu.png);
background-repeat:repeat-x;
background-position: center;
}




hr.line2 {
height: 3px;
border: none;
border-top: 2px #A4A4A4 dotted;
}


.sample_03{
	width: 95%;
	height: 40px;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font: 100%"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*全体の文字サイズ/行間、フォント*/
	text-align: center;
}
.sample_03 th{
	width: 15%;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #7C7C7C;
	border-left: 3px double #999;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.sample_03 td{
width:25%;
padding:8px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}


hr.line {
height: 2px;
border: none;
border-top: 2px #A4A4A4 dotted;
}


.mb15 {
	margin-bottom: 6px;
	-webkit-box-shadow: inset 0px 0px;
	box-shadow: inset 0px 0px;
	width: auto;
}

hr.line2 {
height: 3px;
border: none;
border-top: 2px #A4A4A4 dotted;
}


ul {
margin:0;
} 

li {
list-style:outside none;




/*アコーディオン*/
body{width: 450px ;}
.ac {
    padding: 4px 10px;
    margin: 4px 10px;
    background: #333;
    color:#fff;
    cursor:pointer;
}

div{
	padding:0 15px;
	}

}
.shadow {
    margin-top: 5px; /* 画像の上の余白*/
    display: inline-block; 
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.8); /*横方向　下方向　ぼかし　広がり　色 */
}

.sample_01{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.sample_01 th{
width:25%;
padding:4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #feedf3;
border-left: 3px double #999;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_01 td{
width:75%;
padding:4px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}



a:hover img {
 opacity: 0.8;
}


/* キャストの詳細 */


img {
  vertical-align: top;
}


p.hidari {
  float: left;
  margin-left: 1em;
    margin-right: 2em;
  margin-bottom: 1em;
}

}



.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #333333;
    background: #cccccc;/*背景色*/
    border-top: solid 6px #333333;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.box1 p {
    margin: 0; 
    padding: 0;
}


.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #00BCD4;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;/*背景色*/
    border-top: solid 6px #ffc06e;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}


.box4 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.box4 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box4 p {
    margin: 0; 
    padding: 0;
}

.case img {
vertical-align: middle;
margin: 0.5px;
}






@media only screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
.logo {
  width: 300px;
  height: 300px;
  margin: 20px auto;
  text-align: center;
  background: url(images/header_bg2.jpg) no-repeat center;
}
.logo img {
  display: none;
}
@media only screen and (max-width: 640px) {
  .logo {
    width: auto;
    height: auto;
    background: none;
  }
  .logo img {
    display: block;
  }
}


p .hidari {
  float: left;
  margin-left: 1em;
    margin-right: 2em;
  margin-bottom: 1em;
}
