@charset "utf-8";

/*全体の設定
基本のピンク　F4B5CA
グラデーション　F4B5CA　⇒　EA6C95*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFF8FF;
}
body.black {
	color: #FFF;
	background: #000;
}
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;
}
.alignleft{
	float:left;
	clear:left;
	margin:3px 20px 10px 1px;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;
}
body.black a {
	color: #FFF;
}
a:hover,
body.black a:hover {
	color: #F4B5CA;
	text-decoration: none;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: ##FFF8FF
}
/*ヘッダーブロックの中*/
header .inner {
	width: 990px;
	height: 120px;
	position: relative;
	margin: 0px auto;
}
/*pロゴの設定*/
header p {
	position: absolute;
	left: 65px;
	top: 10px;
	font-size: 14px;
	color: #000;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 0px;
	top: 35px;
}
/*電話番号の設定*/
header address {
	position: absolute;
	top: 35px;
	right: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 1.6;
	color: #000;
	font-style: normal;
}

header address span {
	display: block;
	font-size: 18px;
	font-weight: bold;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menubar ul {
	width: 990px;
	height: 50px;
	margin: 0px auto;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: left;
	width: 160px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	margin-left: 6px;
	background: #999;
	border-radius: 7px;
}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	line-height: 25px;
	padding-top: 5px;
	color: #FFF;
	background: #EA6C95;
	background: rgba(255,255,255,0);
	border-radius: 7px;
}
/*最初のメニュー*/
nav#menubar ul li:first-child {
	margin-left: 0px;
}
/*英語表記の設定*/
nav#menubar ul li a span {
	font-size: 11px;
	display: block;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 15px;
	padding-bottom: 5px;
}
/*currentとマウスオン時の設定*/
nav#menubar ul li a:hover,
nav#menubar ul li.current {
	background: #EA6C95;
	color: #FFF;
}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position:absolute;
	visibility: hidden;
	z-index: 10;
	margin: 1px auto;
	width: 160px;

}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	float: none;
	width: 160px;
	font-weight: normal;
}
#menubar ul.ddmenu li a {
	width: 160px;
	border: none;
	background: #999;
	background: rgba(255,255,255,0.1);
	color: #fff;
	padding: 12px 0;
	border-bottom: 1px solid #fff;
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	width: 160px;
	background: #EA6C95;
}

/*最初のメニュー*/
nav#menubar ul.ddmenu li {
	margin-left: 0px;
}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 990px;
	margin: 0px auto;
	padding-top: 30px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 0px;
}
#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;
}

/*テロップ
---------------------------------------------------------------------------*/
div#telop{
	margin-top:1px;
	margin-bottom:15px;
	padding-top:3px;
	padding-bottom:3px;
	width:100%;
	white-space:nowrap;
	line-height:1.5em;
	font-size:1.2em;
	font-weight:bold;
	text-shadow:1px 1px #fff;
	color:#EA6C95;
	background-color:fff;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 720px;
	padding-bottom: 30px;
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	background: #F4B5CA;
	background: -webkit-gradient(linear, left top, left bottom, from(#F4B5CA), to(#EA6C95));
	background: -webkit-linear-gradient(#F4B5CA, #EA6C95);
	background: linear-gradient(#F4B5CA, #EA6C95);
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 7px #999;
	font-size: 100%;
	color: #FFF;
	padding: 5px 15px;
	clear: both;
	border-radius: 7px;
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	background: #e3e3e3;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e3e3e3));
	background: -webkit-linear-gradient(#fcfcfc, #e3e3e3);
	background: linear-gradient(#fcfcfc, #e3e3e3);
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 7px #999;
	font-size: 100%;
	color: #F74060;
	padding: 3px 15px;
	clear: both;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 3px solid #FA95A7;
}
/*h2とh3共通*/
body.black #main h2,
body.black #main h3 {
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 5px 10px 15px;
}

/*サムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main section.list {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 15px;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f1f1f1));
	background: -webkit-linear-gradient(#FFF, #f1f1f1);
	background: linear-gradient(#FFF, #f1f1f1);
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
#main section.list a {
	text-decoration: none;
	display: block;
	width: 150px;
	height: 260px;
	padding: 10px;
	margin-left: 34%;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 34%;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;
	background: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	margin-right: 10px;
	width: 30%;
}
body.black #main section.list a {
	color: #333;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 15px;
	border-bottom: 2px dotted #FA95A7;
	margin-bottom: 10px;
	margin-left: 34%;
	color: #DC143C;
}
/*h4タグ設定*/
#main section.list h4::first-letter {
	border-left: 3px solid #FA95A7;
	padding-left: 10px;
}

/*サムネイル内のアイコン位置*/
#main section.list2 .icon {
	position: absolute;
	right: 2px;
	bottom: 2px;
}
/*マウスオン時のボックス*/
#main section.list a:hover {
	background: #FFF;
}

/*トピックスブロック
---------------------------------------------------------------------------*/

#main .list2 {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	padding: 3%;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #FFF;
}

#main .list2 a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 3%;
	margin: -3%;
}

#main .list2 h4 {
	font-size: 120%;
	border-bottom: solid 1px #666;
	margin-left: 35%;
	margin-bottom: 10px;
	color: #F08080
}

#main .list2 p {
	padding: 0px;
	margin-left: 35%;
}

#main .list2 figure img {
	float: left;
	padding: 0.6%;
	width: 32%;
	border: 1px solid #ccc;
}

#main .list2 a:hover {
	background: #fffde7;
}

#main .list2 .icon {
	position: absolute;
	right: 2px;
	top: 5px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/

#sub {
	float: left;
	width: 250px;
	padding-bottom: 30px;
	border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px / 8px 8px 8px 8px;
}

#sub h2 {
	font-size: 100%;
	text-align: left;
	background: #EA6C95;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#F4B5CA), to(#EA6C95)); */	/*グラデーション*/
	/* background: -webkit-linear-gradient(#F4B5CA, #EA6C95); */	/*同上*/
	/* background: linear-gradient(#F4B5CA, #EA6C95);			/*同上*/
	padding: 5px 10px;
	color: #FFF;
	border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0 / 8px 8px 0 0;
}

#sub .box1 {
	background: #eee;
	border: 1px solid #F4B5CA;
	padding: 0px;
	margin-bottom: 5px;
	border-radius:4px;
}
body.black #sub .box1,
body.black #sub .box1 a {
	color: #FFF;
}

#sub .box1 img {
	float: right;
	padding: 5px;
}

#sub h2 + ul,
#sub h2 + .box1 {
	border-top: none;
}
#sub .box1 > ul {
	margin-bottom: 0;
}

h3.heading,
#sub .grid h3{
	cursor:pointer;
	padding:5px 10px;
	font-size:14px;
	color:#fff;
	background:#EA6C95;
	border-radius:4px;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul {
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	margin-bottom: 0px;
}
/*メニュー１個ごとの設定*/
#sub ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;
	padding-left: 10px;
	padding: 5px;
	background: #FFF;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
#sub ul li a:hover {
        color: #666;
	background: #FEF3F7;
}

#bana a:hover {
        opacity: 0.8 ;
}


/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	border-top: 1px solid #cfcfcf;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #222;
	background: #F4B5CA
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;
	height: 150px;
	padding-left: 10px;
	background: #FFF;
}
/*日付設定*/
#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;
}

#new a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#new a:hover {
	color: #F08080;
}
/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background: #f1f1f1;
}
body.black .ta1 th{
	background: #222;
}
.ta1.schedule-table th{
	width: auto;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #FF6;
}
body.black .ta1 th.tamidashi {
	background: #FF6;
	color: #333;
}


/*ボタン設定
---------------------------------------------------------------------------*/

.button{
	display: block;
	width:80%;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.menu_button{
	display: inline-block;
	*display: inline;
	padding: 6px 10px;
}

.menu_button,
.button{
	cursor: pointer;
	border: 1px solid #bbb;
	overflow: visible;
	font: bold 13px arial, helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	color: #555;
	background-color: #ddd;
	background-image: linear-gradient(top, rgba(255,255,255,1),
                                         rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC); 
	transition: background-color .2s ease-out;
	background-clip: padding-box;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
	            0 2px 2px -1px rgba(0, 0, 0, .5),
	            0 1px 0 rgba(255, 255, 255, .3) inset;
	text-shadow: 0 1px 0 rgba(255,255,255, .9);  
}

.select,
.menu_button:hover,
.button:hover{
	background-color: #eee;
	color: #555;
}

.menu_button:active,
.button:active{
	background: #e9e9e9;
	position: relative;
	top: 1px;
	text-shadow: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

/* Grouped buttons */

.button-group,
.button-group li{
	display: inline-block;
	*display: inline;
	zoom: 1;
}

ul.button-group{
	display:block;
}
	
	
.button-group{
	font-size: 0;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, .04);
	border-bottom: 1px solid rgba(0, 0, 0, .07);
	padding: 7px;
	border-radius: 7px; 
}

.button-group li{
	margin-right: 1px;
}

.button-group .menu_button{
	font-size: 13px;
	border-radius: 0; 
}

.button-group .menu_button:active{
	box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset,
              5px 0 5px -3px rgba(0, 0, 0, .2) inset,
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;   
}

.button-group li:first-child .menu_button{
	border-radius: 3px 0 0 3px;
}

.button-group li:first-child .menu_button:active{
	box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset,
              -5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

.button-group li:last-child .menu_button{
	border-radius: 0 3px 3px 0;
}

.button-group li:last-child .menu_button:active{
	box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset,
              5px 0 5px -3px rgba(0, 0, 0, .2) inset;
}

/* button_area の Clearfix */


div.single:after,
div.double:after,
div.triple:after{
	display:block;
	content:"";
	clear:both;
}



/*　 ボタン横１列 */
div.single .button{
	width:70%;
	margin-bottom:20px;
	padding-top:15px;
	padding-bottom:15px;
}

/*　 ボタン横２列 */
div.double .button{
	width:40%;
	float:left;
	margin-left:7%;
	text-align: center;
	padding-left:5px;
}

/*　 ボタン横２列 */
div.double2 .button{
	width:40%;
	float:left;
	margin-left:7%;
}

/*　 ボタン横３列 */
div.triple .button{
	width:30%;
	float:left;
	margin-left:2%;
}

/* PC用 */
@media only screen and (min-width:960px){
}

/* モニター幅960px以下 */
@media only screen and (max-width:960px){
}

/* iPad 縦 */
@media only screen and (max-width:768px){
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	div.single .button{
		width:80%;
	}
	div.double .button{
		width:90%;
	}
	div.double2 .button{
		width:90%;
	}
	div.triple .button{
		width:40%;
		margin-left:5%;
	}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	div.single .button{
		width:90%;
	}
	div.triple .button{
		width:90%;
	}
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background-color: #f9668f;
	text-decoration: none;
	text-align: center;
	width: 10em;
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;
	color: #FFF;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
body.black .look {
	background: #333;
}
.mb15 {
	margin-bottom: 15px;
	text-align: center;
}
.mb1 {
	margin-bottom: 15px;
	text-align: left;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #1896de;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
.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;
}

/*Google Map
---------------------------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	padding-top: 10px;
}
/*電話番号ボックスの設定*/
header address {
	position: static;
	padding-bottom: 15px;
}
/*pロゴの設定*/
header p {
	position: static;
	text-align: center;
	font-size: 14px;
	color: #000;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menubar ul {
	width: auto;
	height: auto;
	overflow: hidden;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	margin-left: 3.2% !important;
	margin-bottom: 15px;
	width: 29%;
}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*表示させない*/
#menubar ul.ddmenu {display: none;}


/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 0px 3.2%;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	overflow: hidden;
}

#bana {
	text-align: center;
}

/*サムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main section.list {
	margin: 0px 0px 15px 2%;
	width: 30%;
}
#main section.list a {
	width: auto;
}

/*詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .staff {
	margin: 0px;
}
/*左側ボックス*/
#main .staff .left {
	width: 35%;
}
/*右側ボックス*/
#main .staff .right {
	width: 62%;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	padding-top: 10px;
}
header .inner h1 img {
	width: 70%;
	height: auto;
}
/*電話番号の設定*/
header address {
	position: static;
	padding-bottom: 15px;
}
/*pロゴの設定*/
header p {
	position: static;
	text-align: center;
	font-size: 11px;
	color: #000;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menubar ul {
	width: auto;
	height: auto;
	overflow: hidden;
}
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float: none;
	margin: 0;
	margin-bottom: 1px;
	width: auto;
}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*表示させない*/
#menubar ul.ddmenu {display: none;}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 0px 2%;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

#bana {
	text-align: center;
}

/*スタッフサムネイルボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main section.list {
	float: none;
	margin: 0px;
	background: none;
	text-align: left;
	border: none;
	border-top: 1px solid #CCC;
}
#main section.list:last-child {
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
}
#main section.list a {
	width: auto;
	height: auto;
	overflow: hidden;
}
body.black #main section.list a {
	color: #FFF;
}
body.black #main section.list a:hover {
	color: #333;
}
/*画像*/
#main section.list figure img {
	width: 30%;
	height: auto;
	float: left;
	margin-right: 15px;
}

/*トピックスブロック
---------------------------------------------------------------------------*/
/*ボックス内のh4タグと段落タグ設定*/
#main .list2 p, #main .list2 h4 {
	margin-left: 0;
	text-align: left;
}
/*ボックス内の写真設定*/
#main .list2 figure img {
	float: none;
	padding: 0;
	width: 100%;
	border: none;
}

/*スタッフ詳細ページ　staff.html
---------------------------------------------------------------------------*/
/*写真とテーブルを囲むボックス*/
#main .staff {
	margin: 0px;
}
/*PC環境で左右に分かれていたボックス*/
#main .staff .left,
#main .staff .right {
	float: none;
	width: auto;
}
#main .staff .left figure {
	width: 80%;
	margin: 0px auto;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FA95A7), to(#F97188));
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#FA95A7, #F97188);
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#FA95A7, #F97188);
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FA95A7), to(#F97188));
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#FA95A7, #F97188);
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#FA95A7, #F97188);
}
/*ブロック全体の設定*/
#new {
	margin-bottom: 15px;
}
#new dl {
	height: auto;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#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;
	z-index: 10;
}
.alignleft {
	float:none;
	display:block;
	margin:0 auto 10px;
}

}

