@charset "UTF-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote{
	margin:0;
	padding:0;
}

table.layout_table {
	border-collapse:collapse;
	border-spacing:0;
}

table.layout_table th.layout_cell,table.layout_table td.layout_cell  {
	margin:0;
	padding:0;
	vertical-align:top;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}

li{
	list-style:none;
}

caption,th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

q:before,q:after{
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{
	*font-size:100%;
}

legend{
	color:#000;
}


/* Type D 子メニュー */
#child_menu_div {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	width:165px;
	background-color:#000;
}

#child_menu_div li {
	background-image: none;
	padding:0;
	margin:0;
	clear:left;
}

#child_menu_div ul li a {
	clear:left;
	padding:0;
	margin:0;
	width: 163px;
	height: 25px;
	display:block;
	padding-top:3px;
	text-indent:10px;
	font-size:8pt;
	text-align:left;
	background-image: none;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-top:5px;
	margin-bottom: 5px;
	text-align:center;
/*	width:730px; */
}

div.paging div {
	display: inline;
}


div.paging div.disabled {
	color: #666;
	display: inline;
}
div.paging span {
	padding:0 5px 0 5px;
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}




/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}

table.cake-sql-log {
	color:#000;
}

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



.iepngfix img {
	behavior: expression(IEPNGFIX.fix(this));
}


.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}



.pankuzu {

	font-size:8pt;
	/*	margin-top:5px; */
	margin-bottom:10px;

}


p {

	line-height:1.5;
	margin:10px 0 5px 0;

}

/* 汎用メッセージ */
.message {
	color:#ff0000;
	margin:15px 0;
	font-weight: bold;
}

.clear {
	clear:both;
}

br.clear {
	clear:both;
}


div#top_flash, div.top_main_image {
	text-align:center;
	padding-bottom:10px;
}

div.banner {
	clear:both;
	text-align:center;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:10px;
	width: 850px;
	margin:auto;
}

div.banner img {
	padding:0 15px 15px 15px;
}

.header .hide_title {
	text-indent:-9999px;
	display:none;
}

.header .logo {
	float:left;
}

.header h1 {
	padding-top:25px;
}

.header h1 a:link {
	color:#333;
	text-decoration:none;
}

.header h1 a:visited {
	color:#333;
	text-decoration:none;

}

.header h1 a:hover {
	color:#333;
	text-decoration:underline;
}

.main_body {

	clear:left;
}

.welcome {
	padding:0 10px 5px 10px;
	text-align:right;
}


.rss_icon {
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

div.qrcode {
	margin-bottom:15px;
}

div.top_banner .left{
	padding-bottom:10px;
    float:left;

}


div.top_banner .right {
	padding-left:10px;
	padding-bottom:10px;
	float:left;
}


div.top_banner .right2 {
	padding-left:11px;
	padding-bottom:10px;
	float:left;
}



strong, b {
	font-weight:bold;
}
em {
	font-style:italic;
}



div.mag_form {
	margin-top:10px;
	margin-bottom:15px;
}


div.mag_form form {
	text-align:center;
}

div.mag_form .inp {
	width:195px;
	padding:0;
}

div.mag_form div {
	margin-top:5px;
	text-align:right;
}

/* ----- 091117ページヘッダ共通箇所追加 ------- */

div.ph_banner {
	margin-bottom:10px;
	text-align:center;
}

div.main_body h2, div.mph2_main_body h2 {
	text-indent:5px;
	font-weight:bold;
	margin-bottom:10px;
	padding:10px;
}

div.top_news {
	margin-bottom:10px;
}


/* ------- 091214 ヘッダバナー ------ */


div.header_left {
	float:left;
}

div.header_right {
	float:right;
}


/* ------------ 091215 フォームの余白調整 -------------- */

input[type=checkbox], input[type=radio] {
	margin-right:3px;
}

input[type=text], input[type=password], textarea {
	padding:1px;
}


/* ---------- 100122 トップページのRSSアイコン ------------ */

div.top_news_body .top_rss_link {
	text-align:right;

}

/* ------------- 100129 サイドバナー -------------- */

div.side_banner{
	margin-bottom:10px;
	text-align:center;
}

div.side_banner div{
	margin-bottom:10px;
}

div.notes{
	color:#999;
}

/* -------------- 111207 Facebookバナー ----------- */
div.facebook_banner .left{
    padding-bottom:10px;
    float:left;
}


div.facebook_banner .right {
    padding-left:10px;
    padding-bottom:10px;
    float:left;
}


div.facebook_banner .right2 {
    padding-left:11px;
    padding-bottom:10px;
    float:left;
}

/* ----------------- 120202 翻訳機能 -------------------- */
div.cls_header {
	width:840px;
	padding:5px;
	background-color:#fff;
	margin:auto;
	text-align:right;
}


/* ----------------- 120202 文字サイズ変更 -------------------- */
div.fontsize {
	width:840px;
	padding:5px;
	background-color:#fff;
	margin:auto;
}

div.fontsize li a {
	text-indent:-9999px;
	display:block;
	width:16px;
	height:16px;
	background-repeat:no-repeat;
}

div.fontsize li a.small { background-image:url(/img/icon_font_s.png); }
div.fontsize li a.medium { background-image:url(/img/icon_font_m.png); }
div.fontsize li a.big { background-image:url(/img/icon_font_b.png); }

div.fontsize li a.small:hover { background-image:url(/img/icon_font_s_ov.png); }
div.fontsize li a.medium:hover { background-image:url(/img/icon_font_m_ov.png); }
div.fontsize li a.big:hover { background-image:url(/img/icon_font_b_ov.png); }

div.fontsize li {
	float:right;
	margin-right:3px;
}

#adminbarBg {
	direction:ltr;
	height:30px;
	width:100%;
}

#adminbar {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:30px;
	z-index:999999;
	background:#fff;
	border-bottom:1px solid #ccc;
	text-align:right;
	font-size:13px;
}

#adminbar a, #adminbar a:link, #adminbar a:visited, #adminbar a:hover, #adminbar a:active {
    text-decoration: none;
    color:#666;
}

#adminbar span{
	margin-top:2px;
	display:inline-block;
	vertical-align:middle;
}

#adminbar img{
	vertical-align:middle;
}

/* 20161111 メインビジュアル */
#top-main-visual {
	box-sizing: border-box;
	width: 830px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 10px;
	position: relative;
}

#top-main-visual * {
	box-sizing: border-box;
}
#top-main-visual ul {
	/* 隙間対策 */
	font-size: 0;
	position: relative;
}
#top-main-visual li {
	width: 830px;
	text-align: center;
	float:left;
	line-height: 0;
	position: relative;
}
#top-main-visual li img {
	max-width: 830px;
}
#top-main-visual #slide-next {
	width: 50px;
	height: 57px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -28px;
	cursor: pointer;
}
#top-main-visual #slide-prev {
	width: 50px;
	height: 57px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -28px;
	cursor: pointer;
}

/* narrow版 */
#top-main-visual.narrow-slider {
	width: 620px !important;
}

#top-main-visual.narrow-slider li {
	width: 620px !important;
}

#top-main-visual.narrow-slider li img {
	max-width: 620px;
}




/*---------- initialize --------------*/

html{
background-color: #fff;
color:#000;
}

body{
font-size: 12px;
line-height:1.5em;
}


/*---------- base layout --------------*/


.wrapper1{text-align:center;}
.wrapper2{width:850px;margin:0 auto;text-align:left;}
.main{padding:0; margin:0;clear:both;}
.main_body{padding:0 0 0 0;}
.main_footer{height:12px;}


.typeE_header {
}


/*---------- header --------------*/


.header{width:840px;height:85px;margin-bottom:10px}
.header h1 a {color:#000;text-decoration: none;}
.header h1 a:visited {color:#000;text-decoration: none;}
.header h1 a:hover {color:#000;text-decoration: none;}
.header h1{font-size:26px;font-weight:normal;padding-top:20px;padding-left:10px}
.header h2{font-size:12px;height:20px;padding-top:10px;font-weight:normal;color:#000;padding-left:10px}

.header .header_left .logo { padding-left:10px;}
.header .header_right .logo { padding-left:0;}


/*---------- footer --------------*/


.footer{
	margin-top:30px;
	clear:both;
	padding-top:5px;
	color:#000;
}

/* top_news */


.top_news_body{padding:12px 10px;}
.top_news_tit{
	height:28px;
	padding-top:7px;
	text-indent:28px;
	font-weight:bold;
	font-size:12px;
 	margin-bottom:10px;
	color:#666;
}
.top_news ul li{padding-bottom:5px;list-style:none;}


/* menu */

#side_menu {
	margin-bottom:10px;
}

#side_menu ul {
	padding:0;
	margin:0;

}

#side_menu a {

	display:block;
	width:200px;
	height:25px;
	padding-top:5px;

}

#side_menu .parent {
	list-style-type:none;
	text-indent:15px;

}

#side_menu .parent {
	background-color:#fff;
	background-repeat: no-repeat;
}
#side_menu .parent a {
	color:#000;
}



#side_menu .parent a:visited {
	color:#000;
}


#side_menu .child {
	list-style-type:none;
	text-indent:20px;
	background-color:#fff;
	background-repeat: no-repeat;
	color:#000;
}

#side_menu .child a:visited {
	color:#000;
}


#side_menu .child a:hover {
	background-color:#fff;
	background-repeat: no-repeat;
	color:#000;
}




#side_menu .mago {
	list-style-type:none;
	text-indent:30px;

}




.main_color {
	background-color:#000;
}


.main_body h2 {
	border-left: 5px solid #000;
}

.main_body a:link {
	color:#000;
}

.main_body a:visited {
	color:#000;
}

.main_body a:hover {
	color:#000;
}

.footer a:link {
	color:#000;
}

.footer a:visited {
	color:#000;
}

.footer a:hover {
	color:#000;
}





/* トップメニュー */

#top_menu ul {
	padding:0;
	margin:0;

}

#top_menu a {
	font-size:8pt;
	display:block;
	width:166px;
	height:25px;
	padding-top:5px;
	text-align:center;
	background-repeat: no-repeat;
}


#top_menu .parent {
	float:left;
}


#top_menu {
	margin-left:10px;
	padding-bottom:10px;
}


#top_menu a {
	color:#000;
}

#top_menu a:visited {
	color:#000;
}

#top_menu a:hover {
	color:#000;
}

#top_menu .parent {
}



#top_menu .parent a:hover {
}


#child_menu_div a {
	border-bottom:1px solid #111;
	border-left:1px solid #111;
	border-right:1px solid #111;
	background-color:#fff;
	color:#000;
	width:166px;
}

#child_menu_div a:hover {
	color:#000;
	background-color: #fff;
}


#top_flash {
	/*margin-top:5px;*/
}


#calendar th {
	color:#fff !important;
}




/* ---------- 左側メニューレイアウト(typeA、typeC、typeD) ------------- */
.top_leftArea{width:200px;padding:0 0 0 10px;margin:0;}
.top_rightArea{width:618px;padding:0 10px;margin:0;margin-bottom:10px;}




/* ギャラリー */
#gallery {
	margin-bottom:10px;
}


#gallery li {
	width:150px;
	height:150px;
	text-align: center;
	border:1px solid #eee;
	margin:15px;
	padding:8px;
	float:left;
}

#gallery h3 {
	font-weight:bold;
	margin-bottom:5px;
}

#gallery .time {
	font-size:0.8em;
	text-align:right;
	margin-bottom:5px;
}

#gallery .large_image {
	text-align:center;
	margin-bottom:10px;
	box-sizing: border-box;
}

#gallery .large_image img {
	max-width: 100%;
	height: auto;
}

#gallery .comment {

	border:1px solid #ccc;
	padding:8px;

}

/* ページャ */
#gallery .pager {
	text-align:right;
	margin-bottom:5px;
}

#gallery .pager .disabled {
	color: #ccc;
}

/* --------- Aパターン：3列 ----------- */
#gallery.galleryType1 img {
	max-width:120px;
}

/* --------- Bパターン：1列 ----------- */
#gallery.galleryType2 ul li {
	width:100%;
	float:none;
	height:auto;
	margin:0;
	margin-bottom:10px;
	padding:0;
}

#gallery.galleryType2 ul li img {
	width:100%;
}

#gallery.galleryType2 ul li .caption {
	padding:15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* --------- Cパターン：2列 ----------- */
#gallery.galleryType3 ul li {
	width:302px;
	float:left;
	height:auto;
	margin:0;
	margin-bottom:10px;
	margin-right:10px;
	padding:0;
}

#gallery.galleryType3 ul li:nth-child(2n) {
	margin-right: 0;
}

#gallery.galleryType3 ul li img {
	width:100%;
}

#gallery.galleryType3 ul li .caption {
	padding:15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* --------- Dパターン：3列 ----------- */
#gallery.galleryType4 ul li {
	width:197px;
	float:left;
	height:auto;
	margin:0;
	margin-bottom:10px;
	margin-right:10px;
	padding:0;
}

#gallery.galleryType4 ul li:nth-child(3n) {
	margin-right: 0;
}

#gallery.galleryType4 ul li img {
	width:100%;
}

#gallery.galleryType4 ul li .caption {
	padding:15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* --------- Eパターン：4列 ----------- */
#gallery.galleryType5 ul li {
	width:145px;
	float:left;
	height:auto;
	margin:0;
	margin-bottom:10px;
	margin-right:10px;
	padding:0;
}

#gallery.galleryType5 ul li:nth-child(4n) {
	margin-right: 0;
}

#gallery.galleryType5 ul li img {
	width:100%;
}

#gallery.galleryType5 ul li .caption {
	padding:15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* ---------- もっと読み込むボタン ------------ */
#gallery .loadMore {
	margin:20px 0;
	text-align:center;
	position:relative;
}

#gallery .loadMore .btnLoadMore {
	text-align:center;
	width:210px;
	font-size:16px;
	color:#fff !important;
	display:block;
	margin:auto;
	text-align:center;
	text-decoration:none;
	padding:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	position:relative;
}

#gallery .loadMore .btnLoadMore a {
	color:#fff;
	text-decoration: none;
}
#gallery  .loadMore .loadingImg {
	position:absolute;
	top:3px;
	left:430px;
}

#gallery .comment,
.lb-details {
	word-wrap: break-word;
}

.lb-caption {
	line-height:1.5 !important;
}

.lb-caption div {
	margin-bottom:5px !important;
}

.lb-caption a {
	color:#fff;
}

/* FAQ */
#faq {
	margin-bottom:10px;
}


#faq #questions li {
	margin-bottom: 5px;
}

#faq #answers h3 {
	
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	
}

#faq #answers .answer {
	margin-bottom:10px;
}

#faq #answers .pagetop {
	
	text-align:right;

	
}

#inquiry {
	margin-bottom:10px;
}


#inquiry h3 {

	margin:auto;
	padding:4px 0;
	border-bottom:2px solid #eee;
	margin-bottom:15px;

}


#inquiry div.errorMessage {
	margin:auto;
	color:#ff0000;
	background-color:#fff;
	padding:10px;
	text-align:center;
	font-weight:bold;
}


#inquiry div.privacy_description {
	margin:auto;
	margin-bottom:15px;
}

#inquiry div.privacy_body {
	text-align:center;
	margin-bottom:15px;
}

#inquiry div.privacy_body textarea {
	width:500px;
	height:100px;
}

#inquiry div.privacy_form {
	text-align:center;
	margin-bottom:15px;
}

#inquiry div.privacy_form input[type=submit] {
	min-width:200px;

}

#inquiry form table {
	border-collapse:collapse;
	margin:auto;
	margin-bottom:20px;
}

#inquiry form th {
	padding:8px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	width:200px;
	font-weight:bold;
}

#inquiry form td {
	padding:8px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	width:450px;
	word-break: break-all;
}


#inquiry form div.s_left, #inquiry form div.s_right{
	float:left;
	width:170px;
	text-align:right;
}

#inquiry form div.s_left input, #inquiry form div.s_right input {
	width:100px;
}

#inquiry form .zip {
	width:40px;
}


#inquiry form .short {
	width:200px;
}


#inquiry form .ex_short {
	width:120px;
}

#inquiry form .medium {
	width:350px;
}


#inquiry form textarea.small {
	width:400px;
	height:60px;
}

#inquiry form textarea.medium {
	width:400px;
	height:300px;
}


#inquiry span.req {
	color:#ff0000;
}

#inquiry div.mb5 {
	margin-bottom:5px;
}

#inquiry p {
	margin:20px;
}


#inquiry div.thanks {
	margin:40px auto;
	padding:20px;
	font-weight:bold;
	text-align:center;
}

/* ------- 来場予約フォーム -------- */

#inquiry div.date {
	text-align:center;
	margin-bottom:20px;
}


#inquiry .error-message {
	color:#ff0000;
	font-weight:bold;
}

/* ブログ */

/* ---- 記事一覧 ---- */
#blog {
	margin-bottom:10px;

}
#blog #title {

	min-height: 25px;
	text-indent:5px;
	padding-top:5px;
	color:#fff;
	margin-bottom: 10px;

}


#blog #body {
	margin-bottom: 10px;
}

#blog .title {
	font-weight: bold;
}

#blog .title a {
	color:#fff;
}

#blog #notes {
	color:#666;
	text-align:right;
	margin-bottom:15px;
	font-size:8pt;
}


#blog .pager .disabled {
	color: #ccc;
}


/* ---- 記事詳細 ---- */

#blog_detail #title {

	min-height: 25px;
	text-indent:5px;
	padding-top:5px;
	color:#fff;
	margin-bottom: 10px;

}



#blog_detail .title {
	font-weight: bold;
}

#blog_detail .title a {
	color:#fff;
}


#blog_detail #body {

	margin-bottom: 10px;

}



#blog_detail #notes {
	color:#666;
	text-align:right;
	margin-bottom:15px;
	font-size:8pt;
}

#blog_detail .pager {
	text-align:right;
	margin-bottom:5px;
}

#blog_detail .pager .disabled {
	color: #ccc;
}

#blog_detail td {
	padding:4px;
}

#blog_detail .error-message {

	color:#ff0000;

}

#blog_detail .comment {

	margin-bottom:15px;

}

#blog_detail .comment span {

	display:block;

}

#blog_detail .comment .title {

	color:#cc3300;

}

#blog_detail .comment .date {
	text-align:right;
	font-size:8pt;
}


#blog_detail .inp{
	width:300px;
}

#blog_detail textarea {
	width:450px;
	height:200px;
}


/* カレンダー */
#calendar {
	font-size:8pt;
	text-align:center;
	margin-bottom:10px;
}

#calendar table {

	width: 200px;
	border-top:1px solid #eee;
	border-left:1px solid #eee;

}

#calendar th {
	text-align:center;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	color:#fff;
}

#calendar td {

	text-align:right;
	padding:2px;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}

#calendar .sat {
	color:#3357FF;
}

#calendar .sun {
	color:#E54155;
}


/* トラックバック */
#blog_detail #trackback {
	margin-bottom:30px;

}

#blog_detail #trackback form {
	margin-bottom:15px;

}

#blog_detail #trackback .tb_url {

	width:450px;

}

#blog_detail .trackback span {

	display: block;

}


#blog_detail .trackback .title {

	color:#cc3300;

}
#blog_detail .trackback .date {
	text-align:right;
	font-size:8pt;
}

#blog_detail h4 {

	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	font-weight: bold;
	border-left:5px solid #F1D3CF;
	text-indent:5px;
}

#blog_detail .narrow {
	width:500px;
	float:left;
}


#blog_detail .wide {
}


#blog_detail #image {
	width:100px;
	float:left;
}


#blog_detail #image img{
padding:4px 4px;
}



div.sideBlogCategory {
	margin-bottom:15px;
	padding:4px;
}

div.sideBlogCategory h5 {
	color:#fff;
	font-weight:bold;
	padding:0 0 4px 0;
}


div.sideBlogCategory ul {
	background-color:#fff;
}

div.sideBlogCategory ul li {
	padding:4px;
}

#calendar th {
	color:#000;
}

#eye_catch img { float: left; margin-right: 5px;}

#blog_detail ul{
    margin-top:10px;
}

#blog_detail li{
    margin-top:5px;
}

#blog_detail .related{
    margin-bottom:15px;
}



/* 会社概要 */
#info {
	margin-bottom:10px;
}

#info table {
}

#info td {
	
	padding:6px;
	border-bottom:1px solid #ccc;	
		
}

#info th {
	vertical-align: top;
	padding:6px;
	border-bottom:1px solid #ccc;
	white-space:nowrap;
		
}

#info td p {
	margin:0;
	padding:0;
}

#info .info_left {
	float:left;
	width:400px;
}


#info .info_wide {
	width:auto;
	clear:left;
	padding-bottom:10px;
}

#info .info_right {
	float:right;
	width:210px;
	text-align:right;
	
}

#info .info_right img {
	padding-bottom:10px;
	
}

#info .map {
	margin-top:10px;
	clear:both;	
}



/* ------------------- Bパターン -------------------- */
#info .info_left2 {
	float:left;
	width:210px;
	text-align:left;
}

#info .info_left2 img {
	padding-bottom:10px;

}

#info .info_right2 {
	float:right;
	width:400px;
}


/* ------------------- Cパターン -------------------- */
#info .info_image3 {
	margin-bottom:10px;
	text-align:center;
}

#info .info_image3 img {
	margin-right:10px;
	margin-bottom:10px;

}

#info .info_image3 img.nomg{
	margin-right:0;
}

/* ------------------- Dパターン -------------------- */

#info .mb20 {
	margin-bottom:20px;
}

#info .info_image4 {
	margin-bottom:10px;
	text-align:center;
}

#info .info_image4 img {
	margin-right:10px;
	margin-bottom:10px;

}

#info .info_image4 img.nomg{
	margin-right:0;
}



/* メニュー */
#menu {
	margin-bottom:10px;
}

#menu .title {
	font-weight:bold;
	display:block;	
}

#menu .price {
	display:block;	
	color:#ff0000;
}

#menu .description {
	display:block;	
}

#menu hr {
	clear:both;
	visibility:hidden;
}

#menu .img {
	width:100px;
	margin:5px 5px 5px 0;
	float:left;	
}


/* ニュース */
#release .pager {
	text-align:right;
	margin-bottom:5px;
}

#release .pager .disabled {
	color: #ccc;
}

#release td {
	padding:6px;

}

#release .link {

	margin-top:10px;
	text-align:right;

}

#release .image {
	margin:0 10px 0 0;
	width:130px;
	float:left;
}

#release .image img {
	padding:0 0 5px 0;
}


#release .date {
	text-align: right;
}

#release li {
	margin-top:15px;
	margin-bottom:15px;
}

#release .release_rss_icon {
	text-align:right;
}


#release h2 {
	line-height:1.4;
}

#links {
	margin-bottom:10px;
}

#links .link {
	
	margin:0 10px 20px 0;
	float:left;
	width:295px;

}

#links .link .title {
	
	font-weight:bold;	
	margin-bottom: 5px;
}

#links .link .comment {
	
			
}

#links .link .url {
	
	font-size:8pt;
	color:#66CC33;
	text-align:right;
		
}

#links .link .img {
	
}

/* --------- movie -----------*/
#movie {
	margin-bottom:10px;
}

#movie li {
	
	width:150px;
	height:150px;
	text-align: center;
	border:1px solid #ccc;
	margin:15px;
	padding:8px;
	float:left;
}



#movie h3 {
	font-weight:bold;
	margin-bottom:5px;
}

#movie .time {
	font-size:0.8em;
	text-align:right;
	margin-bottom:5px;
}

#movie .swf {
	text-align:center;
	margin-bottom:10px;
}

#movie .comment {
	
	border:1px solid #ccc;
	padding:8px;	
		
}

/* ページャ */
#movie .pager {
	text-align:right;
	margin-bottom:5px;	
}

#movie .pager .disabled {
	color: #ccc;
}

.board {
	margin-bottom:10px;
}

.board th{
	padding:6px;
	border-bottom:1px solid #ccc;
}

.board td{
	padding:6px;
	border-bottom:1px solid #ccc;
}

.board .input {
	width:350px;	
}

.board textarea {
	width:450px;
	height:200px;	
}


.board .error-message {
	color:#ff0000;	
}

.board .noborder {
	border:none;	
}

.board .article {
	background-color:#eee;	
	margin-bottom:20px;
	padding:10px;
	color:#000;
}

.board .article_header {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;	
	padding-bottom:5px;
}

.board .comment {
}

.board .date {
	text-align:right;
	font-size:8pt;
}


/* 会員登録 */
#regist {
	margin-bottom:10px;
}

#regist .error-message {
		
	color:#ff0000;
		
}


#regist textarea {
	
	width:400px;
	height:300px;	
}


#regist th {
	min-width:130px;
	vertical-align:top;
}


#regist th,
#regist td {
	padding:6px;
	border-bottom:1px solid #ccc;
}

#regist th.bot, #regist td.bot {
	border:none;
}



#regist .thanks {
	margin-top:30px;
	text-align:center;
	color:#ff0000;
	line-height:30px;
}

#regist .c {
	
}

#regist h3.privacy {

	margin:20px 0 0 0;
	padding:4px 0;
	border-bottom:2px solid #eee;
	margin-bottom:15px;
	font-weight:bold;

}

#regist div.privacy_description {
	margin:auto;
	margin-bottom:15px;
}

#regist div.privacy_body {
	text-align:center;
	margin-bottom:15px;
}

#regist div.privacy_body textarea {
	width:100%;
	height:100px;
}

#regist div.privacy_form {
	text-align:center;
	margin-bottom:15px;
}

#regist div.privacy_form input[type=submit] {
	width:200px;
}


#regist form table {
	border-collapse:collapse;
	margin:auto;
	margin-bottom:20px;
}

#regist form th {
	padding:8px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	width:200px;
	font-weight:bold;
}

#regist form td {
	padding:8px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	width:450px;
}


#regist form div.s_left, #regist form div.s_right{
	float:left;
	width:170px;
	text-align:right;
}

#regist form div.s_left input, #regist form div.s_right input {
	width:100px;
}

#regist form .short {
	width:120px;
}

#regist form .zip {
	width:40px;
}


#regist form .medium {
	width:300px;
}


#regist form textarea.small {
	width:400px;
	height:60px;
}

#regist span.req {
	color:#ff0000;
}

#regist div.mb5 {
	margin-bottom:5px;
}

#regist p {
	margin:20px 0;
}


#regist div.thanks {
	margin:40px auto;
	padding:20px;
	font-weight:bold;
	text-align:center;
}


#regist div.errorMessage {
	margin:auto;
	color:#ff0000;
	background-color:#fff;
	padding:10px;
	text-align:center;
	font-weight:bold;
}


#regist .mp_btn{
	text-align:center;
	margin-bottom:20px;
}

#regist .mp_btn input{
	width:200px;
}

#regist h3 {
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding:4px;
	margin-bottom:20px;
}

#regist table.current_info {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#regist table.current_info th,
#regist table.current_info td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#regist table.current_info th {
	background-color:#eee;
	width:100px;
	color:#000;
}

#regist table.current_info td {
	background-color:#fff;
	width:400px;
	color:#000;
}


#regist ul.mypage_menu {
	margin-bottom:20px;
}

#regist ul.mypage_menu li {
	display:inline;
	margin-right:10px;
}


#regist table.history {
	margin:auto;
	margin-bottom:30px;
}

#regist table.history td {
	width:300px;
}


#regist table.history td div.sum {
	font-weight:bold;
	text-align:right;
}

#regist table.sport_history_table {
	border-collapse: collapse;
}

#regist table.sport_history_table th {
	width:auto;
	min-width:inherit;
	background-color:#eee;
	border:1px solid #ccc;
}

#regist table.sport_history_table td {
	width:auto;
	min-width:inherit;
	background-color:#fff;
	border:1px solid #ccc;
}

#regist table.sport_history_table td.gray {
	color:#666;
}



#regist .ex_short {
	width:80px;
}

#regist .sport_txt {
	width:350px;
	height:100px;
}


#regist .sports_comment {
	background-color:#eee;
	padding:10px;
	margin-bottom:10px;
}



#regist h4 {
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding:4px;
	margin-bottom:10px;
}

#regist div.sports_img {
	padding:5px;
	float:left;
}

#regist div.sports_no_record {
	font-weight:bold;
	text-align:center;
	margin:20px;
	color:#999;
}

#regist #sports_graph {
	margin-bottom:20px;
}

#regist .sports_graph_tab {
	width:600px;
	margin:auto;
	margin-bottom:10px;
}

#regist .sports_graph_tab li{
	width:110px;
	height:30px;
	padding:5px;
	text-align:center;
	float:left;
	font-weight:bold;
}

#regist .sports_graph_tab li a{
	width:110px;
	height:25px;
	padding-top:5px;
	display:block;
	background-color:#eee;
}


#regist .sports_graph_tab li a:hover,
#regist .sports_graph_tab li a.graph_tab_highlight {
	background-color:#ffd6e6;
}




/* ----------- 見出し --------------- */
#explain .headline {
	
	width:300px;
	margin-right:8px;
	float:left;
}

#explain {
	margin-bottom:10px;
}

#explain h4 {
	color:#fff;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	padding:3px 0 3px 5px;
	margin-bottom:8px;
}

#explain h4 a {
	color:#fff;
	text-decoration:none;
}

#explain .img {
	float:left;
	margin-right:5px;
}

#explain .description {
	
}

#explain hr {
	margin-top:3px;
	margin-bottom:3px;
	clear:left;
	visibility:hidden;
}



/* ページャ */
#mces .pager {
	text-align:right;
	margin-bottom:5px;
}

#mces .pager .disabled {
	color: #ccc;
}


#mces td {
	line-height:1.5;
}

#mces {
	margin-bottom:10px;
}


#review {
	margin-bottom:10px;
}

#review .article {
	margin:0 0 15px 0;
}

#review .article .title {
	font-weight:bold;
	margin:15px 0;
	border-bottom:1px solid #ccc;
	padding:5px;
}

#review .article .title .string {
	float:left;
}

#review .article .title .star {
	float:right;
}


#review .article .description img {
	margin:0 10px 10px 0;
}


#review .article .info {
	text-align:right;
}


/* ---------------- 詳細 ------------ */
#review .detail {
	margin:0 0 15px 0;
}

#review .detail .title {
	font-weight:bold;
	margin:15px 0;
	border-bottom:1px solid #ccc;
	padding:5px;
}



#review .detail .description img {
	margin:0 10px 10px 0;
}

#review .detail .headline{
	clear:left;
	font-weight:bold;
	margin:20px 0;
	border-bottom:1px solid #ccc;
	padding:5px;
}

#review .detail .summary table {
	margin:auto;

}

#review .detail .link {
	text-align:center;
	margin:35px 0 0 0;
}


#review .detail .summary table th {
	width:250px;
	font-weight:bold;
	padding:8px;
	border-bottom:1px solid #ccc;
}

#review .detail .summary table td {
	width:80px;
	font-weight:bold;
	padding:8px;
	border-bottom:1px solid #ccc;
	text-align:right;
	color:#ff0000;
}



#review .log .comment {
	width:540px;
	margin:auto;
}

#review .log .comment {
	margin-bottom:15px;
}

#review .log .comment .name {
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	padding:5px 0;
}

#review .log .comment .info {
	text-align:right;
	font-size:.8em;
}


/* ---------------- 投稿 ------------ */

#review .post p {
	margin-bottom:15px;
}

#review .post table {
	margin:auto;
}

#review .post th {
	padding:8px;
	border-bottom:1px solid #ccc;
}

#review .post td {
	margin:auto;
	padding:8px;
	width:400px;
	border-bottom:1px solid #ccc;
}

#review .post span {
	text-align:right;
	color:#ff0000;
}

#review .post input.inp {
	width:250px;
}


#review .post textarea {
	width:380px;
	height:300px;
}


#review .post .error-message {
	padding:4px;
	color:#ff0000;
}



#review .complete {
	padding:30px 0;
	text-align:center;
	color:#ff0000;
	font-weight:bold;
	line-height:170%;
}


#review .post th.bot,
#review .post td.bot
{
	border:none;
}



#reserve {
	margin-bottom:10px;
}

#reserve {
	margin-top:20px;
}


#reserve .r_item {
	margin-bottom:20px;
}

#reserve .r_item h3 {
	padding-bottom:10px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

#reserve .r_item img {
	padding-right:10px;
}

#reserve h3 {
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
}


#reserve .detail table {
	margin:auto;
}

#reserve .detail table td {
	padding:8px;
}



/* --------- カレンダー ------------- */


#reserve div.cal_link {
	font-size:1.2em;
	text-align:center;
}

#reserve .calendar {
	text-align:center;

}


#reserve .calendar table {
	margin:10px auto;
	border-top:1px solid #666;
	border-right:1px solid #666;
}


#reserve .calendar th {
	width:60px;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	padding:10px;
	text-align:center;
	background-color:#ccc;
	color:#000;
}

#reserve .calendar td {
	background-color:#fff;
	color:#666;
	width:60px;
	height:60px;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	padding:10px;
	vertical-align:top;
}


#reserve .calendar td span {
	display:block;
	text-align:right;
}

#reserve .calendar td.sun {
	background-color:#FADEE2;
}


#reserve .calendar td.sat {
	background-color:#C8DFFA;
}

#reserve .calendar td.disable {
	background-color:#eee;
}


#reserve .calendar td a {
	color:#ff0000;
}


#reserve #spinner {
	text-align:center;
	padding:10px;
	color:#ff0000;
}

#reserve .calendar table.all td {
	text-align:left;
	padding:4px;
}

#reserve .calendar table.all td div.plan {
	font-size:.9em;
	line-height:12pt;
}

#reserve .calendar table.all td div.plan a {
	text-decoration:none;
}

#reserve .calendar table.all td div.plan a:hover {
	text-decoration:underline;
}

/* -------- 予約フォーム ------------- */
#reserve p {
	padding-bottom:5px;
}

#reserve form .option_table{
	margin-left:60px;
}

#reserve form .option_table td{
	padding:6px;
}

#reserve form .option_table th.pad{
	width:100px;
}





#reserve form .form_table{
	margin:auto;
}

#reserve form .form_table th{
	padding:6px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}

#reserve form .form_table td{
	padding:6px;
	border-bottom:1px solid #ccc;
	width:350px;
}

#reserve form .form_table td.bot, #reserve form .form_table th.bot {
	border-bottom:none;
}



#reserve form .short{
	width:100px;
}


#reserve form .ex_short{
	width:60px;
}

#reserve form .medium{
	width:250px;
}


#reserve form .long{
	width:350px;
}

#reserve form textarea {
	width:350px;
	height:100px;
}

#reserve form .date{
	text-align:center;
	font-weight:bold;
}

#reserve span.req {
	color:#ff0000;
}

#reserve div.error-message {
	color:#ff0000;
	padding:3px 0;
	font-weight:bold;
	font-size:.9em;
}


#reserve p.thanks {
	margin:30px 0;
	text-align:center;
	line-height:2.5em;
}


#reserve div.error_header {
	color:#ff0000;
	background-color:#FCDCDC;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
}

#reserve table.vacant {
	margin:auto;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

#reserve table.vacant th{
	width:150px;
	padding:8px;
	background-color:#eee;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	color:#333;
}

#reserve table.vacant td{
	padding:8px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}

#reserve table.vacant td.time {
	font-weight:bold;
}

#reserve table.vacant td a {
	color:#ff0000;
}

#reserve table.vacant td span.disabled {
	color:#666;
}



#reserve form div.s_left, #reserve form div.s_right{
	float:left;
	width:170px;
	text-align:right;
}

#reserve form div.s_left input, #reserve form div.s_right input {
	width:100px;
}

#reserve form .zip {
	width:40px;
}


#reserve form .short {
	width:200px;
}

#reserve form .medium {
	width:350px;
}


#reserve form textarea.small {
	width:400px;
	height:60px;
}

#reserve form textarea.medium {
	width:400px;
	height:300px;
}


#reserve span.req {
	color:#ff0000;
}


/* ショップ */
#shop {
	margin-bottom:10px;
}

#shop h3 {
	font-weight:bold;
	margin-bottom:5px;
}


#shop .time {
	font-size:0.8em;
	text-align:right;
	margin-bottom:5px;
}

#shop .large_image{
    margin:auto;
	margin-bottom:10px;
	border:1px solid #eee;
	text-align:center;
	width:612px;
	padding-bottom:10px;
}

#shop .large_image img{
	padding:10px;
}

#shop .large_image p{
	text-align:center;
	margin:auto;
}

#shop .img_txt{
	width:550px;
	color:gray;
        font-size:1.1em;
        text-align:center;
	margin:auto;
}

#shop .topimage {
        
}


#shop .middle_image {
	width:181px;
	text-align: center;
	float: left;
	margin-left:19px;
	padding:0px;
}

#shop .middle_image p {
	width:182px;
	height:182px;
	text-align: center;
	border:1px solid #eee;
	margin:0px;
	padding:0px;
}

#shop .middle_image_txt{
	width:180px;
	text-align: center;
	margin:1px;
	padding:1px;
	Vertical-align:middle;
	font-size:0.9em;
}

#shop .small_image li {

	width:54px;
	height:54px;
	text-align: center;
	border:1px solid #eee;
	margin:2px;
	padding:0px;
	float:left;
}

#shop .comment {

	border:1px solid #eee;
	padding:8px;

}



/* ページャ */
#shop .pager {
	text-align:right;
	margin-bottom:5px;
}

#shop .pager .disabled {
	color: #ccc;
}

#shop .shop_table {
    width: 620px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 3px;
}

#shop .shop_table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	color:#000;
}

#shop .shop_table th a,
#shop .shop_table th a:visited {
	color:#000;
}

#shop .shop_table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}


#shop .description
{
	width:250px;
}

#shop .price
{
	white-space:nowrap;
	text-align:right;
	width:100px;
}

#shop .price_cal
{
	text-align:right;
	width:100px;
}


#shop .option_name
{
	font-weight:bold;
	width:80px;
}

#shop .checkout
{
	text-align:right;
}

#shop .actions
{
	width:60px;
}

#shop .order table
{
	font-size: 12px;
	margin: 15px;
	width: 600px;
	border-collapse: collapse;
	text-align: left;
}

#shop .red
{
	color : red;
}

#shop .error-message
{
	color : red;
}

#shop .left
{
	text-align:left;
}

/* 会計画面 */
div.order table th {
	padding:8px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}

div.order table td {
	padding:8px;
	border-bottom:1px solid #ccc;
}

div.order table td input[type=text] {
	width:250px;
}

div.order table td input#zip1,
div.order table td input#zip2,
div.order table td input#d_zip1,
div.order table td input#d_zip2 {
	width:60px;
}

div.order div.product th{
	text-align:center;
}

div#shop input[type=radio], div#shop input[type=checkbox] {
	margin-right:5px;
}

div#shop input.btnSub {
	width:200px;
}

#shop form div.s_left, #shop form div.s_right{
	float:left;
	width:150px;
	text-align:right;
}

#shop form div.s_left input, #shop form div.s_right input {
	width:100px;
}

#shop .title_image{
    padding:10px 0px 10px 0px;
}

#shop .chgview{
    margin-bottom: 10px;
}

div#shop textarea.txtarea {
	height:70px;
	width:500px;
}

#shop .options table {
	border-collapse:collapse;
	margin:auto;
	margin-bottom:20px;
}

#shop .options th {
	padding:8px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	width:200px;
	font-weight:bold;
}

#shop .options td {
	padding:8px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	width:450px;
}

#shop form .short {
	width:200px;
}

#shop form .medium {
	width:350px;
}


#shop form textarea.small {
	width:400px;
	height:60px;
}

#shop form textarea.medium {
	width:400px;
	height:300px;
}

#shop form .ex_short {
	width:60px;
}

#shop .notice{
    margin:2px;
    font-size:0.95em;
    color:#888;
}

#material {
	margin-bottom:10px;
}

#material h3 {

	width:700px;
	margin:auto;
	padding:4px 0;
	border-bottom:2px solid #eee;
	margin-bottom:15px;

}


#material div.errorMessage {
	margin:auto;
	color:#ff0000;
	background-color:#fff;
	padding:10px;
	text-align:center;
	font-weight:bold;
}

#material div.privacy_description {
	width:700px;
	margin:auto;
	margin-bottom:15px;
}

#material div.privacy_body {
	text-align:center;
	margin-bottom:15px;
}

#material div.privacy_body textarea {
	width:680px;
	height:100px;
}

#material div.privacy_form {
	text-align:center;
	margin-bottom:15px;
}

#material div.privacy_form input[type=submit] {
	width:200px;
}

#material form table {
	border-collapse:collapse;
	margin:auto;
	margin-bottom:20px;
}

#material form th {
	padding:8px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	width:200px;
	font-weight:bold;
}

#material form td {
	padding:8px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	width:450px;
}


#material form div.s_left, #material form div.s_right{
	float:left;
	width:170px;
	text-align:right;
}

#material form div.s_left input, #material form div.s_right input {
	width:100px;
}

#material form .zip {
	width:40px;
}


#material form .short {
	width:200px;
}

#material form .medium {
	width:350px;
}


#material form textarea.small {
	width:400px;
	height:60px;
}

#material span.req {
	color:#ff0000;
}

#material div.mb5 {
	margin-bottom:5px;
}

#material p {
	margin:20px;
}


#material div.thanks {
	margin:40px auto;
	width:650px;
	padding:20px;
	font-weight:bold;
	text-align:center;
}

/* ------- 来場予約フォーム -------- */

#material div.date {
	text-align:center;
	margin-bottom:20px;
}


#lsn {
	padding-top:20px;
	margin-bottom:10px;
}

#lsn table {
	margin:auto;
}

#lsn table td, #lsn table th {
	padding:6px;
}

#lsn input.medium {
	width:250px;
}

#lsn input.short {
	width:100px;
}

#lsn h3 {
	font-weight:bold;
	margin-bottom:15px;
	font-size:1.2em;
	border-bottom:1px solid #666;
	padding:4px;
}

#lsn h4 {
	font-weight:bold;
	margin-bottom:15px;
	border-bottom:1px solid #666;
	padding:4px;
	text-align:center;
}

#lsn div.no_res {
	text-align:center;
	color:#ff0000;
	padding:10px;
	margin-bottom:20px;
	font-weight:bold;
}

#lsn div.logout {
	text-align:right;
}


/* ---------- ajax カレンダー ---------------- */

#lsn #lsn_calendar{
	position:relative;
}

#lsn div#loading_message {
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	color:#cc0000;
	padding:5px;
	font-size:.8em;
}



#lsn table.schedule {
	border-collapse:collapse;
}

#lsn table.schedule th {
	white-space:nowrap;
}


#lsn table.schedule th,
#lsn table.schedule td {
	color:#000;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#lsn table.schedule th a,
#lsn table.schedule td a {
	color:#000;
}

#lsn table.schedule th.d {
	font-weight:bold;
	background-color:#eee;
	border-top:1px solid #ccc;
	text-align:center;
}

#lsn table.schedule th.t {
	font-weight:bold;
	background-color:#eee;
	border-left:1px solid #ccc;
}

#lsn table.schedule td {
	background-color:#fff;
	vertical-align:top;
}

#lsn table.schedule td div.ng {
	color:#999;
	text-align:center;
}

#lsn table.schedule td div.already {
	color:#999;
	text-align:center;
}

#lsn table.schedule td span.notes {
	color:#cc0000;
}


#lsn table.schedule td a:hover{
	color:#ff0000;
	text-decoration:underline;
}

#lsn table.schedule td.detail {
	width:160px;
}

#lsn .detail {
	margin-bottom:10px;
}

#lsn .detail .image {
	width:130px;
	float:left;
}

#lsn .detail .description {
	width:485px;
	float:left;
}

#lsn .reserve .btn {
	text-align:center;
	padding:20px;
}

#lsn .reserve .btn input {
	width:200px;
	padding:4px;
}

#lsn .thanks {
	color:#ff0000;
	font-weight:bold;
}

#lsn table.reserve_list{
	border-collapse:collapse;
	margin-bottom:20px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

#lsn table.reserve_list th {
	color:#000;
	background-color:#eee;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#lsn table.reserve_list td {
	color:#000;
	background-color:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#lsn table.reserve_list td a {
	color:#000;
}

#lsn div.error-message {
	color:#ff0000;
	font-weight:bold;
	padding:3px 0;
}


#lsn table.summary{
	margin:0;
	margin-bottom:15px;
}
#lsn table.summary th {
	vertical-align:top;
}

#lsn table.schedule2 {
	border-collapse:collapse;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

#lsn table.schedule2 td, #lsn table.schedule2 th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
}

#lsn table.schedule2 th {
	background-color:#eee;
	text-align:center;
}

/* 記事 */

/* ---- 記事一覧 ---- */
#block {
	margin-bottom:10px;
}

#block .block_box {
    margin-bottom: 10px;
}
#block img{
    padding:0px;
    margin:0px;
}

#block .block_box .left_img{
    padding:0px 20px 20px 0px;
    float:left;
}

#block .block_box .right_img{
    padding:0px 0px 20px 20px;
    float:right;
}

#block .block_box .layout_table{
    padding:0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    width:100%;
}

#block .block_box {
    margin-bottom: 10px;
}

#block #title {
	
	height: 25px;
	text-indent:5px;
	padding-top:5px;
	color:#fff;
	margin-bottom: 10px;
        margin-top: 10px;

}

#block .title_image{
    margin-bottom: 8px;
}

#block .arrow {
    text-align:center;
}

#block #body {
	
}

#block h4{
    color:#fff;
    font-weight:bold;
    border-bottom:1px solid #ccc;
    padding:3px 0 3px 5px;
    margin-bottom:8px;
    margin-top:0px;
}
#block #image_left {
	width:auto;
	float:left;
        margin-right: 5px;
        text-align:left;
}

#block #image_right {
	width:auto;
	float:right;
        margin-left: 5px;
        text-align:right;
}

#block #notes {
	color:#666;
	text-align:right;
	margin-bottom:15px;
	font-size:8pt;
}


#block .pager .disabled {
	color: #ccc;
}


/* ---- 記事詳細 ---- */

#block_detail #title {

	height: 25px;
	text-indent:5px;
	padding-top:5px;
	color:#fff;
	margin-bottom: 10px;

}



#block_detail .title {
	font-weight: bold;	
}

#block_detail .title a {
	color:#fff;
}


#block_detail #body {
	
	margin-bottom: 10px;
		
}



#block_detail #notes {
	color:#666;
	text-align:right;	
	margin-bottom:15px;
	font-size:8pt;
}

#block_detail .pager {
	text-align:right;
	margin-bottom:5px;	
}

#block_detail .pager .disabled {
	color: #ccc;
}

#block_detail td {
	padding:4px;	
}

#block_detail .error-message {
		
	color:#ff0000;
		
}

#block_detail .comment {
	
	margin-bottom:15px;
	
}

#block_detail .comment span {

	display:block;	
	
}

#block_detail .comment .title {
	
	color:#cc3300;
	
}

#block_detail .comment .date {
	text-align:right;
	font-size:8pt;
}


#block_detail .inp{
	width:300px;	
}

#block_detail textarea {
	width:450px;
	height:200px;	
}


/* カレンダー */
#calendar {
	font-size:8pt;	
	text-align:center;
	margin-bottom:10px;
}

#calendar table {
	
	width: 200px;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	
}

#calendar th {
	text-align:center;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}

#calendar td {

	text-align:right;
	padding:2px;	
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}

#calendar .sat {
	color:#3357FF;	
}

#calendar .sun {
	color:#E54155;	
}


/* トラックバック */
#block_detail #trackback {
	margin-bottom:30px;
		
}

#block_detail #trackback form {
	margin-bottom:15px;
		
}

#block_detail #trackback .tb_url {

	width:450px;
		
}

#block_detail .trackback span {
	
	display: block;
		
}


#block_detail .trackback .title {
	
	color:#cc3300;
	
}
#block_detail .trackback .date {
	text-align:right;
	font-size:8pt;
}

#block_detail h4 {
	
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	font-weight: bold;
	border-left:5px solid #F1D3CF;
	text-indent:5px;
}

#block_detail .narrow {
	width:500px;
	float:left;
}


#block_detail .wide {
}


#block_detail #image {
	width:100px;
	float:left;
}


#block_detail #image img{
padding:4px 4px;
}

#block div.clear{ /* 回り込み終了 */
    clear:both;
    line-height:0;
    height:0;
}

#block div.page_top_link{
    text-align:right;
}




/* 検索 */

/* ---- 記事一覧 ---- */

#search {
	margin-bottom:10px;
}

#search .checkbox{
    margin-right: 10px;
    float:left;
}

#search .form_table {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 3px;
}

#search .form_table th {
    color:#000;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
#search .form_table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

#search .shop_image{
    float:left;
    width:192px;
    height:auto;
    margin: 5px 5px 5px 5px;
    text-align:center;
}

#search .shop_box{
    width:590px;
    height:auto;
    margin-bottom: 30px;
    margin-left: 10px;
}

#search .item_main_box{
    text-align:center;
}

#search .item_main_box_image{
    float:left;
    width:300px;
    height:300px;
    margin: 5px 5px 5px 5px;
    padding-top: 5px;
    text-align:center;
    border:1px solid #eee;
}

#search .item_main_box_comment{
    float:left;
    width:288px;
    height:auto;
    margin: 5px 5px 5px 5px;
    padding-top: 5px;
    text-align:left;
}

#search .item_main_box_comment dl{
      text_align:left;

}

#search .item_main_box_comment dt{
      
      float: left;
      width: 7.5em;
      text_align:left;

}

#search .item_main_box_comment dd{
    margin-bottom: 0.8em;
    margin-left: 7.5em;
    text_align:left;

}

#search .links{
      margin: 15px 0px 15px 0px;


}

#search .links li{
      margin: 5px 0px 5px 0px;
      padding:0px 0px 0px 0px;
      float: left;
      color : #000;

}

#search .cam_img{
      padding:0px 10px 10px 10px;
      float: left;

}

#search .coupon_download{
      margin-top:15px;
        margin-bottom:15px;
      padding:10px 10px 10px 10px;
      text-align: center;
      width :500px;
      color:#fff;

}

#search .middle_image{
    margin-bottom: 10px;
}

#search .item_box2 {
    float:left;
    width:190px;
    height:190px;
    margin: 5px 5px 5px 5px;
    padding-top: 5px;
    text-align:center;
    border:1px solid #eee;
}

#search .left_box{
    width:295px;
    height:300px;
    float:left;
    
}

#search .form_box{
    margin-top:5px;
    overflow:auto;
    width:300px;
    height:228px;
}

#search .form_box table{
    width:280px;
}

#search .right_box{
    height:305px;
    float:left;
    padding-left:5px;
}

#search .search_form{
    width:280px;
}

/* ------------- コンテンツ表示順変更 ------------ */

#search .content_order li {

	margin: 0;
	margin-bottom: 5px;
	padding: 6px;
	border: 1px solid #888;
	cursor: move;
    background-color: #FFDAE9;
}

#search .content_order {
	width:630px;
}

#search .error-message {

	color:#ff0000;

}


/* ----------タブボックス -------------*/
#search .tabscrollbox {

	margin:0 5px;
	position:relative;

}


#search .tabscrollbox p.prev {
	padding:2px 0 0 0;
	position:absolute;
        top:0;
        left:0;
        margin:0px;

}

#search .tabscrollbox p.next {
	float:left;
	padding:2px 0 0 0;
        margin: 0px;


}


#search .tabscrollbox .tabbox {
    float:left;
    width:545px;
    height:190px;
    overflow:hidden;
    position:relative;
    margin:0 0 0 25px;
}

#search .tabscrollbox .tabbox ul {
    width:3000px;
    position:absolute;
    top:0;
    left:0;


}

#search .tabscrollbox .tabbox li {
    float:left;
    width:130px;
    height:184px;
    margin: 2px 2px 2px 2px;
    padding-top: 2px;
    text-align:center;
    border:1px solid #eee;
}

#search .title_img {
    padding:0px 0px 10px 0px;
}

#search .title_r_img {
    padding:0px 0px 0px 6px;
}

#search .newslist {
    padding:0px 0px 10px 15px;
}

#search .newslist .idxlink {
    text-align:right;
}

#search .op_title{
    font-weight:bold;
    color:#111;
    text-align:center;
    width:278px;
    margin-top:5px;
    border: #E3E3E3 solid;
    border-width: 1px 1px 1px 1px;
    background: #F5F5F5;
}

#search .form_table2 {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0px;
    border-width: 0px 0px 0px 0px;
}

#search .form_table2 td{
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0px 1px 1px 1px;
    text-align: left;
    width:278px;
}

#search .rt_button{
    
    text-align:right;
    float:right;
    margin-right:5px;
    margin-top:3px;
}

#search .search_box{
    border: 2px #F3ecd9 solid;
    border-width: 1px 1px 1px 1px;
    padding:5px 0px 5px 5px;
}

#search .sCouponList{

}

/* 一覧 */
#search .sCouponList .pager {
	text-align:right;
	margin-bottom:5px;
}

#search .sCouponList .pager .disabled {
	color: #ccc;
}

#search .sCouponList .link {

	margin-top:10px;
	text-align:right;

}


#search .sCouponList li {
	margin-top:15px;
	margin-bottom:15px;
        margin-left: 15px;
}

#schedule {
	padding-top:5px;
	margin-bottom:10px;
}

#schedule .date_str{
	margin-top:15px;
	margin-bottom:15px;
	font-weight:bold;
}

#schedule .date_str span{
	font-size:20px;
	padding:0 5px;
}

#schedule .prev {
	float:left;
	width:100px;
}


#schedule .next {
	text-align:right;
	float:right;
	width:100px;
}

#schedule table th {
	vertical-align:top;
	font-weight:bold;
	width:30px;
}

#schedule table th.center {
	text-align:center;
}

#schedule table th.right {
	text-align:right;
}


#schedule table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#fff;
	border-collapse:collapse;
	width:100%;
}

#schedule table th,
#schedule table td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:6px;
	background-color:#fff;
}

#schedule td div.piece {
	margin-bottom:10px;
}




div.showcase {
	margin-bottom:10px;

}

div.showcase .title {
	margin-bottom:10px;
}

div.showcase .showcase_main {
	margin-bottom:10px;
}

div.showcase .main_left {
	width:285px;
	float:left;
	text-align:center;
}

div.showcase .main_right {
	width:328px;
	float:left;
	padding-left:5px;
}

div.showcase .main_left img {
	border:1px solid #ccc;
	padding:2px;
}

div.showcase .main_left .cap {
	clear:both;
	padding-top:5px;
	text-align:center;
}

div.showcase .thumbs {
	margin-bottom:20px;
}

div.showcase .thumbs li {
	float:left;
	padding-right:5px;
	text-align:center;
	margin-bottom:10px;
	width:147px;
}

div.showcase .thumbs li img {
	padding:1px;
	border:1px solid #ccc;
}

.clearFix:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearFix{
	display: inline-block;
	clear: both;
	min-height: 1%;
	/* escape MacIE5 ¥*/
	display: block;
	/* escape MacIE5 */
}
/* escape MacIE5 ¥*/
* html .clearFix{
	height: 1%;
}
/* escape MacIE5 */

div.showcase .footer_article h4 {
    color:#fff;
    font-weight:bold;
    border-bottom:1px solid #ccc;
    padding:3px 0 3px 5px;
    margin-bottom:8px;
    margin-top:0px;
}

div.showcase .footer_article .left_img{
	display:block;
    padding:0px 10px 10px 0px;
    float:left;
}

div.showcase .footer_article .right_img{
	display:block;
    padding:0px 0px 10px 10px;
    float:right;
}

div.showcase .footer_article h4, 
div.showcase .title_image
{
	margin-bottom:10px;
}


#member_lp h3 {
	font-size:1.2em;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding:4px;
	margin-bottom:10px;
}


#member_lp h4 {
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding:4px;
	margin-bottom:10px;
}

#member_lp #list_table table {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;
}

#member_lp #list_table th,
#member_lp #list_table td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:4px;
}

#member_lp #list_table th {
	background-color:#eee;
}

#member_lp .url {
	text-align:center;
	font-weight:bold;
	color:#666;
	margin:15px 0;
}

#member_lp .error-message {
	color:#ff0000;
}

#his .search_form {
	border:2px solid #eee;
	padding:10px;
}

#his .mb5{
	margin-bottom:5px;
}

#his .mb10{
	margin-bottom:10px;
}

#his .mb15{
	margin-bottom:15px;
}

#his .mb20{
	margin-bottom:20px;
}

#his .search_btn {
	text-align:right;
}

#his .search_result {
	border:2px solid #eee;
	padding:3px;
}

#his .search_result .hdr {
	background-color:#eaeef6;
	padding:3px;
}

#his .search_result .hdr .left {
	padding-top:5px;
	width:380px;
	float:left;
}

#his .search_result .hdr .right {
	width:160px;
	float:right;
	text-align:center;
	padding-top:8px;
}

#his .search_result .hdr .left .icon{
	float:left;
	margin-right:5px;
}
#his .search_result .hdr .left .airline {
    color: #004098;
    font-size: 1.1em;
    font-weight: bold;
    left: 65px;
    position: absolute;
    text-align: left;
    top: 0;
}

#his .search_result .hdr .right .price {
	color:#ff0000;
	font-weight:bold;
	font-size:1.8em;
}

#his .search_result .hdr .right .notes {
	font-weight:bold;
	font-size:.8em;
}

#his .pager {
	text-align:center;
}

#his .pager .disabled {
	color:#ccc;
}

#his .btns {
	text-align:right;
	padding:5px;
}

#his p.rate_notes {
	text-align:right;
	color:#666;
	font-size:.9em;
}


/* ----------- 検索結果 ---------------- */

#his .search_result .info {
	float:left;
	width:300px;
	margin-bottom:8px;
}


#his .search_result .long {
	width:600px;
}


#his .search_result .info div {
	float:left;
	width:204px;
	padding:2px;
	display:table-cell;
	vertical-align:top;
}


#his .search_result .long div { width:504px; }


#his .search_result .info div.left { font-size:.8em; width:80px; text-align:center; margin-right:2px; vertical-align:middle;}

#his .search_result .info div.red { background-color:#ff201a; color:#fff; }
#his .search_result .info div.blue { background-color:#0a209b; color:#fff; }


#his .search_result .biko_title {
	font-size:1.2em;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
	padding-left:10px;
	padding-bottom:4px;
}

#his .search_result .biko_body {
	padding:5px;
}

#his h5.landingCity {
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
	padding:12px 0 0 60px;
	background-image:url(/img/his/ttl_air.gif);
	background-repeat:no-repeat;
	height:28px;
}

#his .icon_osusume,
#his .icon_ap {
	vertical-align:middle;
}



/* ---------------- 20120629追加 ---------------------- */


#his .search_result .hdr {
    background-color: #EAEEF7;
    height: 60px;
    padding: 3px;
}

#his .mb5 {
    margin-bottom: 10px;
}

#his .search_result .hdr .left .icon {
    border: 1px solid #004098;
	height: 50px;
    width: 50px;
	margin: 0 5px 5px 5px;
}

#his .search_result .hdr .left {
    text-align: center;
	position:relative;
	width: 70% !important;
}

#his .search_result .hdr .left .airline {
    color: #004098;
    font-size: 1.3em;
    font-weight: bold;
    left: 65px;
    position: absolute;
    text-align: left;
    top:0;
}

#his .search_result .hdr .left .airline .route {
    color: #000000;
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 8px;
}

#his .search_result .hdr .right {
    text-align: center;
	position:relative;
	width:30%;
}

#his .search_result .hdr .right .price {
    color: #FF0000;
    font-size: 1.9em;
    font-weight: bold;
    left: 6%;
    margin-top: 0.1em;
    position: absolute;
    top: 50%;
    width: 100%;
}


#his .search_result .hdr .right .notes {
    font-size: 0.8em;
    font-weight: bold;
    left: 18%;
    position: absolute;
    top: 36px;
}

#his .search_result .biko_title {
    border-bottom: 1px dotted #CCCCCC;
    color: #0A209B;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

#his .input_search {
	text-align:center;
	width:130px;
}

#his .search_form select {
	font-size:13px;
}

/* ------------------------ 20120711追加 --------------- */

#his .search_result .info div.left {
    font-size: 0.9em;
    font-weight: bold;
    margin-right: 2px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}


#his .search_result .hdr .left .airline {
    color: #004098;
    font-size: 1.3em;
    font-weight: bold;
    left: 65px;
    position: absolute;
    text-align: left;
    top: 3px;
}

#ps {
	margin-bottom: 20px;
}

#ps .ps_title {
	margin-bottom:20px;
	font-size:1.3em;
	font-weight:bold;
}

#ps .ps_title div.textTitle {
	padding:10px;
	text-decoration: none;
}

#ps .ps_list {
	margin-bottom:20px;
}

#ps .ps_list a {
	text-decoration: none;
}


#ps .ps_list img {
	max-width:100%;
}

#ps .ps_list > a {
	display:block;
}

#ps ul.indexModels {
	text-align:center;
	font-size:0;
}

#ps ul.indexModels > li {
	box-sizing: border-box;
	display:inline-block;
	vertical-align: top;
	width:145px;
	margin-bottom:10px;
	margin-right:10px;
	font-size:12px;
}

#ps ul.indexModels > li:nth-child(4n) {
	margin-right:0;
}

#ps ul.indexModels li .img {
	text-align:center;
	margin-bottom:5px;
}
#ps ul.indexModels li .name {
	text-align:center;
	margin-bottom:5px;
	font-weight:bold;
}

#ps ul.indexModels ul.icons li {
	display:inline-block;
	margin-right:5px;
	vertical-align: middle;
}

#ps .ps_body {
	line-height:1.5;
	margin-bottom:20px;
}

#ps .ps_body .main_img {
	margin-bottom:10px;
}

#ps .ps_body .models {
	margin-bottom:20px;
}

#ps .models .model {
	width:150px;
	margin-right:4px;
	margin-bottom:10px;
	float:left;
	text-align:center;
	font-weight:bold;

}

#ps .models .model span {
	display:block;
}

#ps .models .nomr {
	margin-right:0 !important;
}

#ps .btn {
	margin-bottom:20px;
}

#ps .btn a {
	display:block;
	width:300px;
	margin:auto;
	text-align:center;
	padding:10px;
	border:3px solid #ccc;
	background-color:#eee;
	font-size:1.2em;
	font-weight:bold;
}



#ps .max {
	display:block;
	width:500px;
	margin:auto;
	text-align:center;
	padding:10px;
	border:3px solid #ccc;
	background-color:#eee;
	font-size:1.2em;
	font-weight:bold;
	color:#ff0000;
}




/* -------- 予約フォーム ------------- */
#ps p {
	padding-bottom:5px;
}

#ps form .form_table{
	margin:auto;
}

#ps form .form_table th{
	padding:6px;
	vertical-align:top;
	border-bottom:1px solid #ccc;
}

#ps form .form_table td{
	padding:6px;
	border-bottom:1px solid #ccc;
	width:350px;
}

#ps form .form_table td.bot, #ps form .form_table th.bot {
	border-bottom:none;
}



#ps form .short{
	width:100px;
}


#ps form .ex_short{
	width:60px;
}

#ps form .medium{
	width:250px;
}


#ps form .long{
	width:350px;
}

#ps form textarea {
	width:350px;
	height:100px;
}

#ps form .date{
	text-align:center;
	font-weight:bold;
}

#ps span.req {
	color:#ff0000;
}

#ps div.error-message {
	color:#ff0000;
	padding:3px 0;
	font-weight:bold;
	font-size:.9em;
}


#ps p.thanks {
	margin:30px 0;
	text-align:center;
	line-height:2.5em;
}


#ps div.error_header {
	color:#ff0000;
	background-color:#FCDCDC;
	font-weight:bold;
	padding:10px;
	margin-bottom:10px;
}

#ps table.vacant {
	margin:auto;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

#ps table.vacant th{
	width:150px;
	padding:8px;
	background-color:#eee;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	color:#333;
}

#ps table.vacant td{
	padding:8px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}

#ps table.vacant td.time {
	font-weight:bold;
}

#ps table.vacant td a {
	color:#ff0000;
}

#ps table.vacant td span.disabled {
	color:#666;
}



#ps form div.s_left, #ps form div.s_right{
	float:left;
	width:170px;
	text-align:right;
}

#ps form div.s_left input, #ps form div.s_right input {
	width:100px;
}

#ps form .zip {
	width:40px;
}


#ps form .short {
	width:200px;
}

#ps form .medium {
	width:350px;
}


#ps form textarea.small {
	width:400px;
	height:60px;
}

#ps form textarea.medium {
	width:400px;
	height:300px;
}


#ps span.req {
	color:#ff0000;
}



div.sitemap {
	margin-bottom:10px;

}
div.sitemap .column1{
    
    width:50%;
    float:left;
}

div.sitemap .parent_title{
    padding:0px 0px 2px 5px;
    margin:20px 0px 0px 10px;
}

div.sitemap .parent_title a{
    text-decoration: none;
}

div.sitemap .child1_title{
    margin-left:15px;
    margin-top:5px;
}

div.sitemap .child2_title{
    margin-left:30px;
    margin-top:5px;
}

#sim {
	margin-bottom:10px;
}

#sim .Txt-inforCashing01 {
	margin-bottom:20px;
}

#sim .Txt-inforCashing02 {
	margin-bottom:20px;
	color:#ff0000;
}


#sim .simulation-box,
#sim .simulation-box02 {
padding-top:1px;
width: 618px;
margin:0;
}

#sim .simulation-box{background: url(/img/sim/bg-simulation-Top.gif) no-repeat left top;}
#sim .simulation-box02{background: url(/img/sim/bg-simulation-Top02.gif) no-repeat left top;}

#sim .simulation-box-bottom, #sim .simulation-box-bottom02{
background: url(/img/sim/bg-simulation-Bottom.jpg) no-repeat left bottom;
width: 618px;
height: 32px;
margin:0;
}

#sim .simulation-box-bottom{background: url(/img/sim/bg-simulation-Bottom.jpg) no-repeat left bottom;}
#sim .simulation-box-bottom02{background: url(/img/sim/bg-simulation-Bottom02.jpg) no-repeat left bottom;}

#sim .simulation-table, #sim .simulation-table03 {
margin: 6px 6px 0 6px;
border: 1px solid #E4E4E4;
background-color: #FFFFFF;
border-collapse:collapse !important;
}

#sim .simulation-table,
#sim .simulation-table03{
	width: 608px;
}
#sim .simulation-table02,
#sim .simulation-table04{
	width: 600px;
	margin:0 auto;
	border: 1px solid #E4E4E4;
	background-color: #FFFFFF;
	border-collapse:collapse !important;
	padding:0;
}

#sim .simulation-table th, #sim .simulation-table02 th, #sim .simulation-table03 th, #sim .simulation-table04 th{
color: #444444;
font-weight:bold;
border: 1px solid #E4E4E4;
text-align: left;
}

#sim .simulation-table th, #sim .simulation-table03 th{width: 30%;}
#sim .simulation-table02 th, #sim .simulation-table04 th{width: 32%;}

#sim .simulation-table th, #sim .simulation-table02 th{background-color: #FDF2F3;}
#sim .simulation-table03 th, #sim .simulation-table04 th{background-color: #F9FDF0;}

#sim .simulation-table th{padding: 8px 0 8px 16px; font-size: 14px;}
#sim .simulation-table02 th, #sim .simulation-table04 th{
padding: 9px 0 8px 36px;
line-height: 16px;
font-size: 14px;
}
#sim .simulation-table03 th{
padding: 8px 0 8px 36px;
line-height: 16px;
font-size: 14px;
}

#sim .simulation-table td, #sim .simulation-table02 td, #sim .simulation-table03 td, #sim .simulation-table04 td{
padding: 7px 0 7px 16px;
border: 1px solid #E4E4E4;
}

#sim .simulation-table02 td, #sim .simulation-table03 td, #sim .simulation-table02 td{ line-height: 22px;}

#sim .mark01{
padding-right: 8px;
vertical-align: 2px;
}

#sim .yohaku01{
padding-left: 15px;
color: #444444;

}

#sim .box {
	margin-bottom:10px;
}

#sim .simulation-table input, #sim .simulation-table select{color:#585447;}


#sim .sim-bottom-button {
	text-align:center;
}


#sim .title-cashing{
background:url(/img/sim/title.gif) no-repeat 0 0;
padding:7px 0 7px 16px;
height:17px;
font-weight:bold;
font-size:16px;
clear: both;
}



/*-------------------error message-----------------------*/
#sim .simul_error{background-color:#FCF3F4;}

#sim .ErrMsg{
margin-top: 7px;
margin-bottom: 1px;
padding: 2px 0 1px 25px;
color: #F83636;
font-size: 12px;
line-height: 17px;
background: url(/img/sim/surp.gif) no-repeat left 0;
display :block;
}



/*-------------------お借入シミュレーション（ＯＫ）-----------------------*/
#sim .ox-box{
clear: none;
overflow: hidden;
width: 618px;
/*height: 168px;*/
margin: 0;
}

#sim .ox-box02{
clear: none;
margin: 0;
padding: 0;
width: 618px;
height: 55px;
}

#sim #diagnosis-maru{background: url(/img/sim/bg-simulation-maru01.jpg) no-repeat 0 0;}
#sim #diagnosis-maru-bottom{background: url(/img/sim/bg-simulation-maru02.jpg) no-repeat 0 bottom;}

#sim #diagnosis-ng{background: url(/img/sim/bg-simulation-x01.jpg) no-repeat 0 0;}
#sim #diagnosis-ng-bottom{background: url(/img/sim/bg-simulation-x02.jpg) no-repeat 0 0;}

#sim .ox-txt{
width: 440px;
margin-left: 47px;
padding-top: 33px;
line-height: 130%;
}

#sim .ox-p01{
margin-bottom: 24px;
padding: 0 0 8px 17px;
width: 352px;
font-size: 14px;
color: #4A371C;
font-weight: bold;
background: url(/img/sim/sen.gif) repeat-x 0 bottom;
}

#sim .ox-p02{
margin: 0 0 30px 17px;
font-size: 22px;
font-weight: bold;
color: #E23647;
}

#sim .ox-p03{
padding: 0 0 13px 17px;
color: #444444;
font-size: 13px;
}

#sim .ox-p04{
margin-top: 25px;
padding: 0 0 0 15px;
font-weight: bold;
}

#sim .ox-p04 img{
margin-right: 16px;
vertical-align: -3px;
}

#sim .ox-p05{
padding: 0 0 0 17px;
color: #444444;
}

#sim .ox-tel01{
font-size: 12px;
color: #469238;
margin-right: 16px;
}

#sim .ox-tel02{
font-size: 18px;
color: #469238;
font-family:Verdana;
color: #FF0000;
}

#sim .addition-txt{
color:#FF0000;
font-size: 12px;
line-height: 130%;
margin-bottom:20px;}


/*-------------------返済シミュレーション-----------------------*/
#sim .Monthly-All-box{
clear:both;
margin-top: 0;
padding:0;
/*background:url(/img/sim/bg-formInfor02.gif) no-repeat right top;*/
}

#sim .simulation-Monthly-top{
clear: none;
overflow: hidden;
margin:0;
}

#sim .simulation-Monthly-bottom{
clear: none;
width: 571px;
height: 6px;
margin:0;
overflow: hidden;
}

#sim .Monthly-ttlBox{
width: 610px;
margin: 9px 0;
padding: 0;
}

#sim .title-Monthly{
background:url(/img/sim/title_sub.gif) no-repeat;
padding:6px 0 0 18px;
height:22px;
font-weight:bold;
font-size:14px;
width: 600px;
clear:both;
}

#sim .Monthly-px-box{
clear: none;
overflow: hidden;
margin-bottom:30px;
}

#sim .Monthly-px-box p{
font-size: 12px;
line-height: 15px;}

#sim .Monthly-px01{
color: #ff0000;
}

#sim .iro-Green{
font-size: 13px;
color: #408C13;
font-weight: normal;
}

.bt-Execution-B0X{
	text-align:center;
}


/*-------------------form-input-----------------------*/

#sim .form-simulation-m, #sim .form-simulation-m02, #sim .form-simulation-m02-2{
border:1px solid #DEDEDE;
font-size:14px;
line-height: 16px;
}

#sim .form-simulation-m{width: 126px;}
#sim .form-simulation-m02{width: 27px; text-align: center;}
#sim .form-simulation-m02-2{width: 30px; text-align: center;}

#sim .form-simulation-m03{
border:1px solid #DEDEDE;
width: 164px;
font-size:14px;
line-height: 16px;
}

#sim .form-simulation-m{padding:1px;}
#sim .form-simulation-m02, #sim .form-simulation-m03, #sim .form-simulation-m02-2{padding:2px 1px 2px 1px;}

#sim .form-simulation-s, #sim .form-simulation-s02{
border:1px solid #DEDEDE;
font-size:14px;
}

#sim .form-simulation-s{width: 63px; margin-right: 10px;}

#sim .form-simulation-s02{width: 23px; text-align: center;}

#sim .form-simulation-s{padding:1px;}
#sim .form-simulation-s02{padding:2px 1px 2px 1px;}

#sim .rd01{margin-right: 28px; margin-left: 2px;}
#sim .rd01 label:hover{cursor:pointer;}

#sim .rd-yohaku{
vertical-align:-2px;
margin-right: 7px;
}

#sim .simulation-table td label:hover{cursor:pointer;}

#sim .haba01{ margin-right: 10px;}


/*-------------------返済シミュレーション（結果）-----------------------*/

#sim .Repayment-txt{margin: 12px 15px 0 15px;}
#sim .Repayment-txt02{
margin:10px 0;
color: #663300;
}
/*#sim .Repayment-txt03{margin: 12px 15px 0 30px;}*/
#sim .Repayment-txt03{margin: 12px 15px 0 0}

#sim .table-Repayment, #sim .table-Repayment02{
overflow: hidden;
width: 618px;
margin:0;
border: none;
font-weight: bold;
text-align: center;
line-height: 16px;
}

#sim .table-Repayment{background: url(/img/sim/bg-monthly-Repayment.gif) no-repeat 0 0;}
#sim .table-Repayment02{background: url(/img/sim/bg-monthly-Repayment03.gif) no-repeat 0 0;}

#sim .table-Repayment-B, #sim .table-Repayment-B02{
width: 618px;
height: 23px;
margin: 0;
}

#sim .table-Repayment-B{background: url(/img/sim/bg-monthly-Repayment02.jpg) no-repeat 0 bottom;}
#sim .table-Repayment-B02{background: url(/img/sim/bg-monthly-Repayment04.jpg) no-repeat 0 bottom;}

#sim .table-Repayment td, #sim .table-Repayment02 td{
border: none;
width: 33.3%;
padding: 22px 10px 13px 10px;
}

#sim .table-Repayment span{color: #E75463;}
#sim .table-Repayment02 span{color: #6EAA33;}

#sim .Repayment-Calculation, #sim .Repayment-Calculation02{
width: 618px;
margin:0;
border: 1px solid #E4E4E4;
text-align: center;
}

#sim .Repayment-Calculation th, #sim .Repayment-Calculation02 th{
padding: 10px 0;
text-align: center;
border: 1px solid #E4E4E4;
color: #E23647;
font-size: 14px;
font-weight: bold;
}

#sim .Repayment-Calculation th{background-color: #F6FAED;}
#sim .Repayment-Calculation02 th{background-color: #FCEEEF;}

#sim .Repayment-Calculation td{}

#sim .RC-tdRight{
text-align: right;
padding: 4px 50px 4px 0;}

#sim .RC-th01{width: 16%;}
#sim .RC-th02{width: 21%;}

#sim .RC-td01{}
#sim .RC-td02{font-weight: bold;}

#sim .bt-recalculated{
margin:0 0 10px 0;
text-indent: -9999px;
width: 200px;
height: 40px;
background: url(/img/sim/bnr_recalculation.jpg) no-repeat 0 0;
}

#sim .bt-recalculated a{
display: block;
height: 40px;
background: url(/img/sim/bnr_recalculation.jpg) no-repeat 0 0;
}
/*
#sim .bt-recalculated a:hover{
height: 36px;
background: url(/img/sim/bt-recalculated-on.gif) no-repeat 0 0;
}*/

#sim .sim-p-top, #sim .sim-p-top02{
float: right;
margin-right: 10px;
padding-left: 23px;
background: url(/img/sim/icon-top.jpg) no-repeat 0 0;
color: #E64656;
padding-bottom: 0px;
margin-bottom: 0px;
}

#sim .sim-p-top02{margin-top: -15px;}

#sim .sim-p-top a, #sim .sim-p-top02 a{
color: #E64656 !important;
text-decoration: underline;
}

#sim .sim-p-top a:hover, #sim .sim-p-top02 a:hover{
color: #E64656;
text-decoration: none;
}

#sim .overlimit {
	text-align:center;
	font-weight:bold;
	color:#ff0000;
	margin:50px 0;
}

/* Feed */

#feed {
	margin-bottom:10px;
	
}

#feed .feed_box{
    float:left;
    width:100%;
    border:solid 1px #aaa;
    padding:0px;
    margin:5px;
    min-height:175px;
}

#feed .feed_title{
    font-weight:bold;
    color:#fff;
}

#feed .feed_title a{
    font-weight:bold;
    color:#fff;
    text-decoration:none;
}

#feed .content{
    
}

#feed p{
    padding:5px;
    margin:0px;
}

/* ブログ */

/* ---- 記事一覧 ---- */
#tbl {
	margin-bottom:10px;
}

#tbl .subtitle{
    margin-bottom:10px;
}

#tbl table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:10px;
    table-layout: fixed;
    word-break:break-all;
}

#tbl .pd5 td,#tbl .pd5 th {
    padding:5px;
}



#tbl .tbl_image li{
    float:left;
    padding-left:4px;
    margin-bottom:10px;
}


/* セミナー */

/* ---- 記事一覧 ---- */
#seminar {
	margin-bottom:10px;
}

#seminar .block_box {
    margin-bottom: 10px;
}
#seminar img{
    padding:0px;
    margin:0px;
}

#seminar .block_box .left_img{
    padding:0px 20px 20px 0px;
    float:left;
}

#seminar .block_box .right_img{
    padding:0px 0px 20px 20px;
    float:right;
}

#seminar .block_box .layout_table{
    padding:0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    width:100%;
}

#seminar .block_box {
    margin-bottom: 10px;
}

#seminar #title {
	
	height: 25px;
	text-indent:5px;
	padding-top:5px;
	color:#fff;
	margin-bottom: 10px;
        margin-top: 10px;

}

#seminar .title_image{
    margin-bottom: 8px;
}

#seminar .arrow {
    text-align:center;
}

#seminar #body {
	
}

#seminar h4{
    color:#fff;
    font-weight:bold;
    border-bottom:1px solid #ccc;
    padding:3px 0 3px 5px;
    margin-bottom:8px;
    margin-top:0px;
}
#seminar #image_left {
	width:auto;
	float:left;
        margin-right: 5px;
        text-align:left;
}

#seminar #image_right {
	width:auto;
	float:right;
        margin-left: 5px;
        text-align:right;
}

#seminar #notes {
	color:#666;
	text-align:right;
	margin-bottom:15px;
	font-size:8pt;
}


#seminar .pager .disabled {
	color: #ccc;
}


/* ---- 記事詳細 ---- */

#seminar_detail #title {

	height: 25px;
	text-indent:5px;
	padding-top:5px;
	color:#fff;
	margin-bottom: 10px;

}



#seminar_detail .title {
	font-weight: bold;	
}

#seminar_detail .title a {
	color:#fff;
}


#seminar_detail #body {
	
	margin-bottom: 10px;
		
}



#seminar_detail #notes {
	color:#666;
	text-align:right;	
	margin-bottom:15px;
	font-size:8pt;
}

#seminar_detail .pager {
	text-align:right;
	margin-bottom:5px;	
}

#seminar_detail .pager .disabled {
	color: #ccc;
}

#seminar_detail td {
	padding:4px;	
}

#seminar_detail .error-message {
		
	color:#ff0000;
		
}

#seminar_detail .comment {
	
	margin-bottom:15px;
	
}

#seminar_detail .comment span {

	display:block;	
	
}

#seminar_detail .comment .title {
	
	color:#cc3300;
	
}

#seminar_detail .comment .date {
	text-align:right;
	font-size:8pt;
}


#seminar_detail .inp{
	width:300px;	
}

#seminar_detail textarea {
	width:450px;
	height:200px;	
}


/* カレンダー */
#calendar {
	font-size:8pt;	
	text-align:center;
	margin-bottom:10px;
}

#calendar table {
	
	width: 200px;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	
}

#calendar th {
	text-align:center;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}

#calendar td {

	text-align:right;
	padding:2px;	
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}

#calendar .sat {
	color:#3357FF;	
}

#calendar .sun {
	color:#E54155;	
}


/* トラックバック */
#seminar_detail #trackback {
	margin-bottom:30px;
		
}

#seminar_detail #trackback form {
	margin-bottom:15px;
		
}

#seminar_detail #trackback .tb_url {

	width:450px;
		
}

#seminar_detail .trackback span {
	
	display: block;
		
}


#seminar_detail .trackback .title {
	
	color:#cc3300;
	
}
#seminar_detail .trackback .date {
	text-align:right;
	font-size:8pt;
}

#seminar_detail h4 {
	
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	font-weight: bold;
	border-left:5px solid #F1D3CF;
	text-indent:5px;
}

#seminar_detail .narrow {
	width:500px;
	float:left;
}


#seminar_detail .wide {
}


#seminar_detail #image {
	width:100px;
	float:left;
}


#seminar_detail #image img{
padding:4px 4px;
}

#seminar div.clear{ /* 回り込み終了 */
    clear:both;
    line-height:0;
    height:0;
}

#seminar div.page_top_link{
    text-align:right;
}


.seminar_table {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
    margin-bottom:10px;
}

.seminar_table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	color:#000;
}

.seminar_table th a,
.seminar_table th a:visited {
	color:#000;
}

.seminar_table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}





.recSearchForm {
	border:1px solid #ccc;
	padding:15px 0;
	margin-bottom:15px;
}

.recSearchForm table {
	margin:auto;
}

.recSearchForm th {
	vertical-align:top;
	padding:4px;
	width:6em;
}

.recSearchForm td {
	padding:4px;
}

.recSearchForm .select {
	width:400px;
}

.recSearchForm .inp {
	width:400px;
}

.recSearchForm .submitBtn {
	margin-top:15px;
	text-align:center;
}

#recruit .pageSummary {
	text-align:right;
}

#recruit .pager {
	text-align:right;
	margin-bottom:15px;
}

#recruit .pager div {
	display:inline;
}

#recruit .pager .disabled {
	color:#ccc;
}

#recruit .job{
	margin-bottom:20px;
	border:1px solid #ccc;
}

#recruit .job .jobTitle {
	padding:10px;
	background-color:#eee;
	font-weight:bold;
	margin-bottom:10px;

}


#recruit .job .jobFree {
	padding:0 10px;
	margin-bottom:10px;
}

#recruit .job .detailBtn{
	padding:0 0 5px 0;
	text-align:center;
	margin-bottom:10px;
}

#recruit .job .jobOutline {
	padding:0 10px;
	margin-bottom:15px;
}

#recruit .job .jobOutline table {
	border-collapse: collapse;
	width:100%;
}

#recruit .job .jobOutline th {
	vertical-align: top;
	font-weight:bold;
	width:90px;
}

#recruit .job .jobOutline th,
#recruit .job .jobOutline td {

	border-bottom:1px solid #ccc;
	padding:5px;
}


#recruit .entryBtn{
	padding:10px 0;
	text-align:center;
	margin-bottom:10px;
}

#recruit .back_link {
	text-align:right;
	margin-bottom: 10px;
}

#recruit .recruit_footer {
	margin-bottom:10px;
}
#recruit .recruit_footer .rec_footer_title {
	margin-bottom:10px;

}


table.rec_inner {
	margin:0;
	padding:0;
}

#lesson {
	margin-bottom:10px;
}

#lesson .tab li {
	float:left;
}

#lesson .tab li a {
	display:block;
	border-top:2px solid #ccc;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	margin-right:10px;
	padding:10px;
}

#lesson .tab li a.active {
	background-color:#ccc;
}

#lesson .schedule {
	border-top:2px solid #ccc;

}

#lesson .pager {
	margin:10px 0;
}

#lesson .current {
	margin-left:80px;
	width:400px;
	text-align:center;
	font-weight:bold;
	margin:auto;
}

#lesson .prev {
	float:left;
	width:80px;
}


#lesson .next {
	float:right;
	width:80px;
	text-align:right;
}

#lesson .profile .img {
	width:150px;
	float:left;
}

#lesson .profile .profile_str {
	margin-left:150px;
}

#lesson .btn {
	margin:20px 0;
}

#lesson .btn a {
	display:block;
	width:200px;
	margin:auto;
	font-weight:bold;
	background-color:#eee;
	border:2px solid #ccc;
	text-align:center;
	padding:10px;
}


/* ---------------------- 予定テーブル設定(beastar.jp用) -------------------------- */


/* テーブル大枠 */
#lesson table.scheduleTable {
	border:1px solid #000;
	border-collapse: collapse;
	width:100%;
	margin:auto;
}

/* テーブルth、td基本設定 */
#lesson table.scheduleTable th, #lesson table.scheduleTable td {
	border-right:1px solid #000;
	padding:6px;
	vertical-align: top;
}


/* テーブルth、th設定 */
#lesson table.scheduleTable th {
	text-align:center;
	white-space:nowrap;
}


/* テーブルth、td設定 */
#lesson table.scheduleTable td {
	vertical-align:top;
}

/* セル上側の実線 */
#lesson table.scheduleTable .cellSolidTop {
	border-top:1px solid #000000;
}

/* セル上側の破線 */
#lesson table.scheduleTable .cellDottedTop {
	border-top:1px dotted #000000;
}

/* ヘッダー日付セル */
#lesson table.scheduleTable .headerCell {
	background-color:#fdd948;
	font-weight:bold;
}

/* 左側時間のセル */
#lesson table.scheduleTable .timeCell {
	background-color:#fff3c1;
	color:#cc9933;
}

/* 空セル */
#lesson table.scheduleTable .emptyCell {
	background-color:#f9f9f9;
}

/* 予定有りセル */
#lesson table.scheduleTable .notEmptyCell {
	background-color:#fff;
	border:2px solid #ffcc33 !important;
}

/* 予定有りセルの文字色 */
#lesson table.scheduleTable .notEmptyCell,
#lesson table.scheduleTable .notEmptyCell a {
	line-height:1.2;
	color:#333366;
}

/* スケジュール単位のdiv余白 */
#lesson table.scheduleTable .notEmptyCell div {
	margin-bottom:5px;
}





/* セミナー2 */

/* ---- 記事一覧 ---- */
#seminar2 {
	margin-bottom:10px;
}

#seminar2 dt,dd {
    
}

#seminar2 dt {
    font-weight:bold;
    font-size:1.2em;
}

#seminar2 dd {
    padding-left:5px;
    line-height:1.5em;
}

#seminar2 .month {
    margin-bottom:3px;
    font-weight:bold;
    color:black;
    font-size:1.2em;
}

#seminar2 img {
    margin-bottom:2px;
}





