@charset "UTF-8";

body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 14px/2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#FFF;
}
/*トップページのみ別の背景*/
body#top {
	background: #FFF;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	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;
}

/*フォント 白州　京円
---------------------------------------------------------------------------*/
@font-face {
  font-family: "DFPOP2-C";
  src:url(../font/DFPOP2-C.woff) format('woff');
}
.DFPOP2-C-s { font-family: "DFPOP2-C";
font-weight: 500;
font-size:100%;
}
.DFPOP2-C-m { font-family: "DFPOP2-C";
font-weight: 500;
font-size:140%;
}
.t_DFPOP2-C-m { font-family: "DFPOP2-C";
font-weight:bold;
line-height:2.2em;
font-size:160%;
}

.t_DFPOP2-C-l { font-family: "DFPOP2-C";
font-weight:bold;
line-height:2em;
font-size:180%;
}

.text_white   {color: #FFF;}
.text_red     {color: #C00;}
.text_blue    {color: #06F;}
.text_green   {color: #390;}
.text_green_lb   {color: #390; font-weight:bold; font-size:140%;}
.text_pink    {color: #C69;}
.text_orange  {color: #D6751D;}

.text_large   { font-size:120%;}
.text_xlarge   { font-size:140%;}
.text_small{ font-size: 85%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #CD0010;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container_back{
	background: #FFF;
	width:100%;
	margin-top:700px;
	padding-top:15px;
}

#container {
	text-align: left;
	width: 1100px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

#top #container {
	text-align: left;
	width: 1100px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
	margin-top:60px;
}

/*ヘッダー（ロゴやh1タグ、丸い囲みの中のフード写真たちが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 100px;	/*ヘッダーの高さ*/
	position:relative;
	overflow: hidden;
}

#inner_header {
	width: 100%;
	height: 100px;	/*ヘッダーの高さ*/
	position: fixed;
	top:0;
	background:#FFF;
	border-bottom:5px solid #FFF;
}
/*トップページのみ、背景画像と高さを調整する設定*/
#top #header {
	height:auto;	/*ヘッダーの高さ*/
}
/*トップページ、スライドショーエリア*/
#top #header #mainimg {
	position: relative;
	height: auto;
	width: 100%;
	z-index:1;
}

#header #head {
	position: absolute;
	left:0;
	right:0;
	margin:0 auto;
	width:1100px;
	height:100px;
	z-index:2;
}

#top #header #head {
	position: absolute;
	left:0;
	right:0;
	margin:0 auto;
	width:1100px;
	height:160px;
	z-index:2;
}
#top #header #logo {
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置。*/
	z-index:5;
}
#top #header #tel {
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して左から0pxの位置に配置。*/
	z-index:4;
}
#header h1 {
	font-size: 9px;			/*文字サイズ*/
	color: #333333;			/*文字色*/
	font-weight: normal;	/*デフォルトの太字を標準に。太字がいいならこの１行削除。*/
	position: absolute;
	line-height: 20px;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置。*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの位置に配置。*/
}
#header h1 a {
	text-decoration: none;
	color: #333333;
}

/*上部のメインメニュー トップページ用
---------------------------------------------------------------------------*/
#menu {
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}
#menu ul{
  margin:0;
  padding:0;
}
#menu ul li {
  list-style: none;
  margin:2px;
  padding:0;
  float: left;
  position: relative;
  width: 105px;/*親メニューの幅*/
  height: auto;/*親メニューの高さ*/
  color: #fff;/*親メニューの文字色*/
  text-align:center;
  font-weight:bold;
}
#menu ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#menu ul li:hover, #menu ul li a:hover {
  color:#fff;/*ホバー時の親メニューの文字色*/
}
#menu ul li ul {
  position: absolute;
  top:120px;
  left:-30px;
  width:150px;
  z-index: 100;
}
#menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 150px;/*サブメニューの幅*/
  height: auto;
  background: #AEE193;/*サブメニューの背景色*/
}
#menu ul li ul li:hover, #menu ul li ul li a:hover {
  background: #FFF;/*ホバー時のサブメニューの背景色*/
  color: #9C0;
}
#menu ul li:hover ul li, #menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:auto;/*サブメニューの高さ*/
  width:150px;
  z-index: 10;
}
#menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*上部のメインメニュー インナーページ用
---------------------------------------------------------------------------*/
#inner_menu {
  width:1100px;
  margin-left:auto;
  margin-right:auto;
}
#inner_menu ul{
  margin:0;
  padding:0;
	float: right;
}
#inner_menu ul li {
  list-style: none;
  margin:2px;
  padding:0;
  float: left;
  position: relative;
  width: 88px;/*親メニューの幅*/
  height: auto;/*親メニューの高さ*/
  color: #fff;/*親メニューの文字色*/
}
#inner_menu ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
#inner_menu ul li:hover, #inner_menu ul li a:hover {
  color:#fff;/*ホバー時の親メニューの文字色*/
}
#inner_menu ul li ul {
  position: absolute;
  top:100px;
  left:-40px;
  width:150px;
  z-index: 100;
}
#inner_menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 150px;/*サブメニューの幅*/
  height: auto;
  background: #AEE193;/*サブメニューの背景色*/
}
#inner_menu ul li ul li:hover, #inner_menu ul li ul li a:hover {
  background: #FFF;/*ホバー時のサブメニューの背景色*/
  color: #9C0;
}
#inner_menu ul li:hover ul li, #inner_menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:auto;/*サブメニューの高さ*/
  width:150px;
  z-index: 10;
}
#inner_menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*コンテンツ（メイン、サイド、フッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 1060px;
	margin-right: auto;
	margin-left: auto;
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*右にまわりこませる*/
	width: 720px;	/*メインコンテンツ幅*/
	padding-bottom: 10px;
}
/*１カラム使用時のメインコンテンツ設定*/
.c1 #main {
	width: 100%;
}

/*h2タグ設定*/
#main h2 {
	font-size: 120%;
	color: #FFF;	/*文字色*/
	clear: both;
	width: 1050px;
	line-height: 60px;
	height: 60px;
	padding-left: 30px;
	background: url(../images/title_bg1.png) no-repeat;	/*背景画像の読み込み*/
}
/*１カラム使用時のh2タグ設定*/
.c1 #main h2 {
	background: url(../images/bg_h3.jpg) no-repeat left;
	width: 1050px;
}

/*h3タグ設定*/
#main h3 {
	font-size: 120%;
	color: #462220;	/*文字色*/
	clear: both;
	width: 1050px;
	line-height: 50px;
	height: 50px;
	padding-left: 30px;
	background: url(../images/title_bg1.png) no-repeat;	/*背景画像の読み込み*/
}
/*１カラム使用時のh2タグ設定*/
.c1 #main h3 {
	background: url(../images/bg_h2.jpg) no-repeat left;
	width: 1050px;
}
/*段落タグの余白設定*/
#main p {
	padding: 1em 20px 1em;	/*左から、上、左右、下への余白*/
	line-height:1.8em;
}

/*メインコンテンツ内のbox1
---------------------------------------------------------------------------*/
#main .box1 {
	float: left;
	width: 200px;	/*ボックスの幅*/
	height: 250px;	/*ボックスの高さ*/
	padding: 10px;	/*ボックス内の余白*/
	margin-bottom: 12px;
	margin-left: 12px;
	display: inline;
	border: 2px solid #666;	/*枠線の幅、線種、色*/
	overflow: hidden;
}
/*１カラム使用時のbox1設定*/
.c1 #main .box1 {
	margin-left: 14px;
	margin-bottom: 14px;
}
/*h3見出しタグ設定*/
#main .box1 h3 {
	font-size: 100%;
	color: #CD0010;
}
/*人気No.1アイコン設定*/
#main .box1.no1 {
	background: url(../images/mark_no1.gif) no-repeat right bottom;	/*アイコンの読み込み＆リピートしない＆右下に配置*/
}
/*おすすめアイコン設定*/
#main .box1.osusume {
	background: url(../images/mark_osusume.gif) no-repeat right bottom;	/*アイコンの読み込み＆リピートしない＆右下に配置*/
}

/*メインコンテンツ内のbox2（横長ボックス）
---------------------------------------------------------------------------*/
#main .box2 {
	width: 672px;	/*ボックスの幅*/
	overflow: hidden;
	margin: 0px auto 13px;
	padding:5px;
}
/*１カラム使用時のbox2設定*/
.c1 #main .box2 {
	width: 1020px;
	margin:auto;
}
/*h3見出しタグ設定*/
#main .box2 h3 {
	font-size: 120%;	/*文字サイズ*/
	color: #CD0010;		/*文字色*/
	padding-left: 5px;
	border-bottom: 1px solid #333;	/*下線の幅、線種、色*/
	border-left: 5px solid #CD0010;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}
/*注意書き用ボックス設定*/
#main .box2 .textbox .check {
	font-size: 10px;	/*文字サイズ*/
	background: #FFC;	/*背景色*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	padding: 5px;		/*ボックス内の余白*/
}
/*左側のイメージ画像ブロック*/
#main .box2 p.img {
	float: left;
}
/*ボックス内の右側ブロック設定*/
#main .box2 .textbox {
	float: right;
	width: 360px;

}
/*１カラム使用時のbox2内の右コンテンツ(textbox)設定*/
.c1 #main .box2 .textbox {
	width: 610px;

}
/*人気No.1アイコン設定*/
#main .box2.no1 {
	background: url(../images/mark_no1.gif) no-repeat right bottom;	/*アイコンの読み込み＆リピートしない＆右下に配置*/
	padding-bottom: 40px;
}
/*おすすめアイコン設定*/
#main .box2.osusume {
	background: url(../images/mark_osusume.gif) no-repeat right bottom;	/*アイコンの読み込み＆リピートしない＆右下に配置*/
	padding-bottom: 40px;
}

/*メインコンテンツ内のbox1,box2共通
---------------------------------------------------------------------------*/
#main .box1 p,
#main .box2 p {
	padding: 0px;
}

/*トップページ基本概念個別BOX
---------------------------------------------------------------------------*/
#main .box31{
	width:284px;
	height:250px;
	margin:5px 2px;
	float:left;
	background:url(../images/bg_gainen1.png) no-repeat;
	padding:50px 40px 5px 25px;
}

#main .box32{
	width:284px;
	height:250px;
	margin:5px 2px;
	float:left;
	background:url(../images/bg_gainen2.png) no-repeat;
	padding:50px 40px 5px 25px;
}

#main .box33{
	width:284px;
	height:250px;
	margin:5px 2px;
	float:left;
	background:url(../images/bg_gainen3.png) no-repeat;
	padding:50px 40px 5px 25px;
}

/*メインコンテンツ内のbox4
---------------------------------------------------------------------------*/
#main .box4 {
	float: left;
	width: 238px;	/*ボックスの幅*/
	height: 160px;	/*ボックスの高さ*/
	padding: 5px;	/*ボックス内の余白*/
	margin-bottom: 12px;
	margin-left: 12px;
	display: inline;
	border: 1px solid #AAA;	/*枠線の幅、線種、色*/
}

/*　新着・FB用BOX（横幅半分　500px）
---------------------------------------------------------------------------*/
#main .box5{
	width:500px;
	height:350px;
	margin:5px;
	float:left;
	padding:10px;
}

/*　横幅半分BOX　（500px）
---------------------------------------------------------------------------*/
#main .box6{
	width:450px;
	margin:20px 40px;
	float:left;
}

/*メインコンテンツ内のbox7
---------------------------------------------------------------------------*/
#main .box7 {
	float: left;
	width: 185px;	/*ボックスの幅*/
	height: 240px;	/*ボックスの高さ*/
	padding: 5px;	/*ボックス内の余白*/
	margin-bottom: 12px;
	margin-left: 12px;
	display: inline;
	border: 1px solid #AAA;	/*枠線の幅、線種、色*/
}

/*　横幅1/4BOX　（220px）
---------------------------------------------------------------------------*/
#main .box8{
	width:33%;
	margin:auto;
	float:left;
	text-align:center;
}

/*メインコンテンツ内のbox9
---------------------------------------------------------------------------*/
#main .box9 {
	float: left;
	width: 235px;	/*ボックスの幅*/
	height: 177px;	/*ボックスの高さ*/
	padding: 5px;	/*ボックス内の余白*/
	margin-bottom: 12px;
	margin-left: 12px;
	display: inline;
	border: 1px solid #AAA;	/*枠線の幅、線種、色*/
}
/*メインコンテンツ内のbox10
---------------------------------------------------------------------------*/
#main .box10 {
	float: left;
	width: 185px;	/*ボックスの幅*/
	height: 125px;	/*ボックスの高さ*/
	padding: 5px;	/*ボックス内の余白*/
	margin-bottom: 12px;
	margin-left: 12px;
	display: inline;
	border: 1px solid #AAA;	/*枠線の幅、線種、色*/
}

/*　横幅1/2BOX
---------------------------------------------------------------------------*/
#main .box11{
	width:50%;
	margin:auto;
	float:left;
	text-align:center;
}


/*　横幅1/4BOX　（220px）
---------------------------------------------------------------------------*/
#main .box800{
	width:800px;
	margin:20px auto;
}

/*告知BOX*/
#main .box_kokuchi  {
	font-size: 180%;
	color: #3A6625;	/*文字色*/
	clear: both;
	width: 1050px;
	text-align: center;
}



/*その他
---------------------------------------------------------------------------*/
.p_photo_l{
	float: left;
	margin: 10px;
}

.p_photo_r{
	float: right;
	margin: 10px;
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float:right;	/*左にまわりこませる*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 50px;
}
/*１カラム使用時のサブコンテンツ設定*/
.c1 #sub {
	display: none;
}
/*h3見出しタグ設定*/
#sub h3 {
	font-size: 100%;
	background: #cd0010;	/*背景色*/
	padding: 2px 5px;		/*左から上下、左右への余白*/
	color: #FFF;			/*文字色*/
}
/*段落タグ設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}
/*サブコンテンツ内の段落タグ内で幅一杯に使う場合用（couponバナー）*/
#sub p.img {
	padding: 0px;
}

/*メインコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	background-color: #FFF;	/*背景色*/
	padding: 5px;				/*ボックス内の余白*/
	margin-bottom: 1em;
	color: #333;				/*文字色*/
}
/*box1内のh3タグ設定*/
#sub .box1 h3 {
	background-color: #392253;	/*背景色*/
	color: #FFF;				/*文字色*/
}
/*box1内にリンクを貼った場合の文字色*/
#sub .box1 a {
	color: #333;
}

/*サブメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu a {
	color: #333;	/*文字色*/
	text-decoration: none;
	display: block;
	width: 210px;
	padding: 5px;
	border-bottom: 1px solid #BBB;	/*下線の幅、線種、色*/
}
#sub ul.submenu li a:hover {
	color: #CD0010;				/*マウスオン時の文字色*/
	background-color: #FFFFFF;	/*マウスオン時の背景色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;			/*iframe風に見せる設定。全部見せたいならこの行と下のheightの行を削除。*/
	height: 350px;			/*ボックスの高さ*/
	width: 500px;
	padding-left: 10px;
}
/*１カラム使用時の更新欄ブロック設定*/
.c1 #main .new {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
}
#main .new dl {
	clear: left;
	width: 480px;
	border-bottom: 1px solid #CCC;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
/*１カラム使用時のdlタグ設定*/
.c1 #main .new dl {
	width: 480px;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 580px;
}
/*１カラム使用時のddタグ設定*/
.c1 #main .new dd {
	width: 370px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	height: 200px;
	background: url(../images/bg_footer.jpg) repeat;
	padding-bottom: 10px;
	color:#EEE;
}
#footer a {
	text-decoration: none;
	color:#FFF;
}

#foot_contents{
	width:1100px;
	margin:40px auto;
}

.foot_logo{
	margin:10px;
	width:320px;
	float:left;
}

.foot_menu{
	margin:10px 20px;
	width:180px;
	float:left;
	text-align:left;
}


/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 720px;
	background: #FFF;	/*背景色*/
}
/*１カラム使用時のta1設定*/
.c1 .ta1 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 477px;
	padding: 10px;
	vertical-align: top;
}
/*１カラム使用時のtdタグ設定*/
.c1 .ta1 td{
	width: 685px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #535353;	/*背景色*/
	color: #FFF;			/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #FA212A;	/*背景色*/
}
/*テーブル内にリンク設定した場合の文字色*/
.ta1 a {
	color: #FFFFFF;			/*文字色*/
}

/*テーブル2（メニュー用）
---------------------------------------------------------------------------*/
.ta2 {
	width: 720px;
	background: #FFF;	/*背景色*/
}
/*１カラム使用時のta1設定*/
.c1 .ta2 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.ta2, .ta2 td, .ta2 th{
	border-bottom: 1px dotted #BBB;	/*枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	padding: 10px;
	vertical-align: top;
}
/*１カラム使用時のtdタグ設定*/
.c1 .ta2 td{
	width: 685px;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	vertical-align:top;
	color: #333;			/*文字色*/
	background:url(../images/bg_menu_th.png) repeat;
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background: url(../images/bg_caption.png);	/*背景色*/
	color:#FFF;
}
/*テーブル内にリンク設定した場合の文字色*/
.ta2 a {
	color: #FFFFFF;			/*文字色*/
}
.price{
	text-align:right;
	color:#900;
}

/*テーブル3（料金表用）
---------------------------------------------------------------------------*/
.ta3 {
	border-top:1px dotted #BBB;
	width: 720px;
	background: #FFF;	/*背景色*/
}
.c1 .ta3 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.ta3 caption{
	text-align:left;
}
/*１カラム使用時のta1設定*/
.ta3, .ta3 td, .ta3 th{
	border-bottom: 1px dotted #BBB;	/*枠線の幅、線種、色*/
	line-height: 1.8;
}
/*テーブル内の右側*/
.ta3 td{
	padding: 5px;
	vertical-align: top;
	text-align:center;
}
/*１カラム使用時のtdタグ設定*/
/*テーブル内の左側の見出し部分*/
.ta3 th{
	width: 200px;
	padding: 5px;
	text-align: center;
	vertical-align:top;
	color: #333;			/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta3 th.tamidashi{
	width: auto;
	text-align: left;
	background: url(../images/bg_caption.png);	/*背景色*/
	color:#FFF;
}
/*テーブル内にリンク設定した場合の文字色*/
.ta3 a {
	color: #FFFFFF;			/*文字色*/
}
.price{
	text-align:right;
	color:#900;
}

/*テーブル4（経歴用）
---------------------------------------------------------------------------*/
.ta4 {
	border-top:1px dotted #BBB;
	width: 720px;
	background: #FFF;	/*背景色*/
}
.ta4 caption{
	text-align:left;
}
/*１カラム使用時のta1設定*/
.ta4, .ta4 td, .ta4 th{
	border-bottom: 1px dotted #BBB;	/*枠線の幅、線種、色*/
	line-height: 1.8;
}
/*テーブル内の右側*/
.ta4 td{
	padding: 5px;
	vertical-align: top;
}
/*１カラム使用時のtdタグ設定*/
/*テーブル内の左側の見出し部分*/
.ta4 th{
	width: 200px;
	padding: 5px;
	text-align: center;
	vertical-align:top;
	color: #333;			/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta4 th.tamidashi{
	width: auto;
	text-align: left;
	background: url(../images/bg_caption.png);	/*背景色*/
	color:#FFF;
}
/*テーブル内にリンク設定した場合の文字色*/
.ta4 a {
	color: #FFFFFF;			/*文字色*/
}

/*テーブル5（幅580）
---------------------------------------------------------------------------*/
.ta5 {
	border-top:1px dotted #BBB;
	width: 580px;
	background: #FFF;	/*背景色*/
}
.ta5 caption{
	text-align:left;
}
/*１カラム使用時のta1設定*/
.ta5, .ta5 td, .ta5 th{
	border-bottom: 1px dotted #BBB;	/*枠線の幅、線種、色*/
	line-height: 1.8;
}
/*テーブル内の右側*/
.ta5 td{
	padding: 5px;
	vertical-align: top;
}
/*１カラム使用時のtdタグ設定*/
/*テーブル内の左側の見出し部分*/
.ta5 th{
	width: 180px;
	padding: 5px;
	text-align: center;
	vertical-align:top;
	color: #333;			/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta5 th.tamidashi{
	width: auto;
	text-align: left;
	background: url(../images/bg_caption.png);	/*背景色*/
	color:#FFF;
}

/*テーブル6
---------------------------------------------------------------------------*/
.ta6 {
	width: 720px;
	background: #FFF;	/*背景色*/
}
/*１カラム使用時のta1設定*/
.c1 .ta6 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.ta6, .ta6 td, .ta6 th{
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta6 td{
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta6 th{
	padding: 10px;
	text-align: center;
	font-weight:normal;
}
/*テーブル１行目に入った見出し部分*/
.ta6 th.tamidashi{
	width: auto;
	text-align: left;
	background: #FA212A;	/*背景色*/
}
/*テーブル内にリンク設定した場合の文字色*/
.ta6 a {
	color: #096;			/*文字色*/
}


/*Googleカレンダー用BOX
---------------------------------------------------------------------------*/
.cal_wrapper {
  max-width: 800px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
  margin: 2.0833% auto;
}
 
.googlecal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
 
@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
}
/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #dcdcdc;
}
.mb1em {
	margin-bottom: 1em;
}
.mb6em {
	margin-bottom: 6em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #CD0010;
}
.c {
	text-align: center;
}
.pr {
	font-size: 10px;
}

summary {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #e6f4ff;
    color: #5c98d4;
    font-weight: bold;
	text-align:center;
	width: 100%;
}
summary:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #e6f4ff;
    width: 0;
    height: 0;
}
summary p {
    margin: 0; 
    padding: 0;
}

