@charset "utf-8";
/* CSS Document */

/*
		Font-size Adjustment.
			77% = -3px	|	122% = +3px	|	167% = +9px	
			85% = -2px	|	129% = +4px	|	174% = +10px 
			92% = -1px	|	136% = +5px	|	182% = +11px 
		100% = standard	|	144% = +6px	|	189% = +12px 
			107% = +1px	|	152% = +7px	|	197% = +13px 
			114% = +2px	|	159% = +8px	| 
			"
*/

/*
|=========================================================================|
 
	reset common
 
|=========================================================================|
*/
html {
	overflow-y: scroll;
}
table {
	font-size:inherit;
	vertical-align: middle;
	font:100%;
	visibility: 
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
body {
	font: 75%/1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳＰゴシック",sans-serif;
}
html>/**/body {
	font-size: 12px; /* IE 以外のブラウザ standard */
}
body {
	color: #3c3c3c;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳＰゴシック",sans-serif; 
}
/*IE7のみ適用*/  
*+html body { padding-left: 1px; }  
/*IE6以前のみ適用*/  
* html body { padding-left: 1px; } 

p,dl,dt,dd,from {
	margin: 0px;
	padding: 0px;
}
br {
	line-height: 0px;
}
img {
	border: 0;
	vertical-align: bottom;
}
img {
    behavior: url("iepngfix.htc")
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #555555;
	text-decoration: underline;
}
a:active {
	color: #666666;
}
hr {
	display: none;
	line-height: 0;
}
button {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	cursor: pointer;
	width: 100%;
	text-indent: -9999px;
}
ul {
	margin: 0;
	padding: 0;	
}
ul li {
	list-style: none;
}
table th {
	text-align: right;
	padding-right: 4px;
}
input.text,
textarea{
	border: 1px solid #999;
	font-size: 100%;
}
input.focus,
textarea.focus
{
	background: #f6f3ec;
	border: 1px solid #999;
}
address {
	display: inline;
	font-weight: normal;
	font-family:Verdana;
	font-size: 10px;
}
/*
|=========================================================================|
 
	classes
 
|=========================================================================|
*/
.box {
	overflow: auto;
	width: 100%;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.clear {
	clear: both;
}
.hidden {
	visibility: hidden;
}
.show {
	visibility: visible;
}
.t10 {
	margin-top: 6px;
}
.tp10 {
	padding-top: 14px;
}

table.per100 {
	width: 100%;
}
table.t1 th{
	width: 5em;
	padding: 0;
}
table.t1 td{
	border-left: 3px solid #ccc;
	padding: 0 0 0 10px;
}
table.t1 td dl dt{
	width: 4em;
	float: left;
	color: #999;
	font-size: 10px;
}
table.t1 td dl dd{
	margin-left: 5em;
}
h3.h3a {
	margin: 10px 0;
}
h3.h3b {
	margin: 22px 0 0 0;
	border-top: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	border-left: 4px solid #ccc;
	padding: 2px 0 0px 8px;
}
h3.h3b a{
	color: #ea6195;
}
h4.h4a {
	color: #56a900;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin: 16px 0 6px;
}
p.p1 {
	margin: 8px 0;
}
p.p2 {
	color: #56a900;
	font-weight: bold;
	margin: 8px 0;
}
.tac {
	text-align: center;
}
.w100 {
	width: 110px;
}
.tc {
	text-align: center;
	margin: 6px 0;
}
.rt {
	text-align: right;
	margin: 2px 0;
}
img.linebox {
	margin: 8px 0;
	border: 1px solid #ccc;
	padding: 5px;
}
ul.sq li {
	list-style: square;
	list-style-position: inside;
	font-size: 92%;
	margin-left: 20px;
}
.pdf {
	background: url(../img/pdf.gif) center left no-repeat;
	padding-left: 18px;
	height: 16px;
	display: block;
}
th.req span,
p.caution {
	color: #cc0000;
}
th.req {
	border-right: 4px solid #cc0000;
}
.hidden {
	display: none;
}
a.ar {
	padding-left: 10px;
	background: url(../img/ar.jpg) left center no-repeat;
	color: #56a900;
	margin-right: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.fo14{
    font-size:14px;
	margin-bottom:10px;
}
/*
|=========================================================================|
 
	layout
 
|=========================================================================|
*/
div.wrap {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
div.leftside {
	width: 180px;
	float: left;
}
ul.submenu li {
	height: 20px;
}
div.mainright {
	float: right;
	width: 580px;
}
div.topbox {
	width: 332px;
	margin-top: 10px;
	padding: 0 18px 8px 0;
	background: url(../img/topbox_ver_dotline.gif) right top repeat-y;
	float: left;
}
div.topicbox {
	overflow: auto;
	width: 332px;
	height: 560px;
	margin: 8px 0;
	border-bottom: 1px solid #54a700;
}
div.topicbox dl dt{
	float: left;
	clear: left;
	padding-top: 6px;
}
div.topicbox dl dt h5 em {
	font-style: normal;
}
div.topicbox dl dd{
	padding-left: 76px;
	padding-bottom: 6px;
	padding-top: 6px;
	border-top: 1px solid #ccc;
	margin-bottom: 6px;
}
*:first-child+html div.topicbox dl dd{
	padding-left: 6px;
}
div.topicbox dl dd h5.ls100 a,
div.topicbox dl dd p.ls100 a{
	padding-left: 6px;
}
div.topicbox dl dd h5 a,
div.topicbox dl dd h5,
div.topicbox dl dd h5 a:visited{
	color: #56a900;/*#ea6195*/
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.2;
}
h5 span.date {
	display: block;
	font-family: Verdana;
	font-size: 10px;
	color: #ccc;
	margin-bottom: 4px;
}

h4.tit001,
h4.tit002 {
}
div.calenderbox {
	overflow: auto;
	width: 332px;
	height: 300px;
}
div.calenderbox dl dd{
	margin-left: 50px;
}
/*
|=========================================================================|
 
	header
 
|=========================================================================|
*/
 
div#header {
	height: 90px;
}

ul.line li {
	display: inline;
}
ul.breadcrumbs li {
	display: inline;
	
}
ul.breadcrumbs li a{
	color: #56a900;
	text-decoration: underline;
}
/*
|=========================================================================|
 
	index
 
|=========================================================================|
*/
div#oshirase {
	margin: 10px auto;
	border: 3px solid #FFCCCC;
	/*border: 3px solid #CCC;*/
	padding: 6px 10px;
}
div#oshirase_left {
	margin: 10px 5px 0 0;
	border: 3px solid #FFCCCC;
	float:left;
	padding: 6px 10px;
	width:259px;
}
div#oshirase_left2 {
	margin: 10px 0 0 5px;
	border: 3px solid #FFCCCC;
	float:left;
	padding: 6px 10px;
	width:259px;
}
div#oshirase2 {
	margin: 10px auto;
	border: 3px solid #CCC;
	padding: 6px 10px;
}
div#oshirase3 {
	margin: 10px auto;
	border: 3px solid #FFCC66;
	/*border: 3px solid #CCC;*/
	padding: 6px 10px;
}
p#datetime {
	width: 100px;
	float: right;
	font-size: 10px;
	color: #999;
	text-align: right;
	line-height: 20px;
}
p#mongon {
	font-size: 14px;
}
div#oshirase3 a,
div#oshirase2 a,
div#oshirase a {
	text-decoration: underline;
}
div#oshirasebox {
	line-height: 1.3;
	margin: 10px auto;
	border: 1px solid #FFCCCC;
	padding: 12px;
	width: 540px;
	color: #444;
}

div#oshirasebox p{
	color: #444;
	font-family: serif;
}
div#oshirasebox p.sub{
	text-decoration: underline;
}
div#oshirasebox h3{
	font-weight: bold;
	font-size: 13px;
	margin: 4px 0;
}
p.rt_small {
	text-align: right;
	margin-top: 10px;
}
div.specialbox {
	width: 212px;
	margin-left: 368px;
	margin-top: 10px;
	_margin-left: 362px;
}
div.fesanblog {
	border-bottom: 1px solid #e17bb7;
	border-right: 1px solid #e17bb7;
	border-left: 1px solid #e17bb7;
	background: #faf0fa;
}
div.fesanblog dl {
	padding: 0px 6px 0px 6px;
	
}
div.fesanblog dl dt{
	float: left;
}
div.fesanblog dl dd p {
	font-size: 11px;
	line-height: 1.2;
}
div.fesanblog dl dd p span{
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Tahoma, TrebuchetMS;
	background: #ec67ae;
	padding:0 0 0 2px;
	margin-bottom: 2px;
}
div.fesanblog dl dd{
	height: 60px;
	padding-left: 48px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
	_padding-left: 4px;
}
*:first-child+html div.fesanblog dl dd{
	padding-left: 4px;

}
div.fesanranking {
	border-bottom: 1px solid #ccced9;
	border-right: 1px solid #ccced9;
	border-left: 1px solid #ccced9;
	background: #e6f7ff;
}
div.fesanranking h5 a{
	background: #a0d7ff;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
}
div.fesanranking ol {
	margin: 0;
	padding: 3px;
	list-style-position: inside;
	list-style: none;
}
div.fesanranking ol li{
	padding: 5px 0 5px 34px;
	_padding: 5px 0 5px 12px;
	border-bottom: 1px dotted #a0d7ff;
	height: auto;
	/*line-height: 1.2;*/
}
*:first-child+html div.fesanranking ol li{
	padding: 5px 0 5px 12px;
}

div.fesanranking ol li img{
    margin-right:5px;
}

div.fesanranking ol li#first{background: url(../img/1st.gif) 0 5px no-repeat;}
div.fesanranking ol li#second{background: url(../img/2nd.gif) 0 5px no-repeat;}
div.fesanranking ol li#third{background: url(../img/3rd.gif) 0 5px no-repeat;}
div.fesanranking ol li#fourth{background: url(../img/4th.gif) 0 5px no-repeat;}
div.fesanranking ol li#fifth{background: url(../img/5th.gif) 0 5px no-repeat;}

*:first-child+html div.fesanranking ol li#first{}
*:first-child+html div.fesanranking ol li#second{}
*:first-child+html div.fesanranking ol li#third{}
*:first-child+html div.fesanranking ol li#fourth{}
*:first-child+html div.fesanranking ol li#fifth{}

div.fesanranking ol li p{
	margin-top: -36px;
	margin-left: 48px;
}
div.calenderbox {
	margin: 6px 0 0 0;
	border-bottom: 1px solid #f90;
}
div.calenderbox ul li p.date {
	font-size: 14px;
	margin-top: 6px;
	border-top: 1px dotted #ccc;
}
div.calenderbox ul li dl {
	margin: 0;
	padding: 0;
}
div.calenderbox ul li dl{
	margin: 0;
	padding: 4px 0 4px 0px;
	border-bottom: 1px dotted #ccc;
	margin-right: 2px;
}
div.calenderbox ul li dl dd {
	margin-top: -18px;
	margin-left: 92px;
}
div.calenderbox ul li p em{
	color: #ff3f40;
	font-style: normal;
}
div.calenderbox ul li p span{
	color: #3f3fad;
}
div#bannerArea ul {
	margin: 0;
	padding: 0;
	height: 100px;
}

div.topbtm dl {
	width: 280px;
	float: left;
	margin: 8px 0;
}
div.topbtm dl dt {
	float: left;
}
div.topbtm dl dd {
	margin-left: 62px;
}
/*
|=========================================================================|
 
	access parkingguide
 
|=========================================================================|
*/
div.parkingguide1,
div.parkingguide2 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 20px 0;
}
div.parkingguide1 h4,
div.parkingguide2 h4{
	border-top: 1px solid #ccc;
	background: #f2f2f2;
	padding: 10px;
	color: #56a900;
	font-weight: bold;
}
div.parkingguide1 p,
div.parkingguide2 p{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
div.parkingguide1 p span,
div.parkingguide2 p span{
	padding-left: 20px;
	font-size: 85%;
}

table#parkingtable {
	border: 1px solid #ccc;
}
table#parkingtable thead tr{
	background: #f2f2f2;
	font-weight: bold;
}
table#parkingtable td{
	border-bottom: 1px solid #ccc;
	padding: 2px 4px;
}
td.bl {
	border-right: 1px solid #ccc;
}
table#parkingtable td.nobtmb {
	border-bottom: none;
}
strong.green {
	color: #56a900;
}
.w190 {
	width: 190px;
}
table.teiki {
	width: 230px;
	border: 1px solid #ccc;
}
table td.price {
	text-align: right;
}
/*
|=========================================================================|
 
	floor
 
|=========================================================================|
*/
div#floorindex p.l10 {
	margin-left: 20px;
	padding: 0;
	line-height: 1;
}
ul.floorjump {
	text-align: center;
	margin: 6px 0;
}
ul.floorjump li{
	display: inline;
}
p.floormap {
	margin: 8px 0;
	border: 1px solid #ccc;
	padding: 5px;
}

p.shopselect {
	border: 1px solid #ccc;
	padding: 2px 10px;
	background: #f2f2f2;
	text-align: right;
}
p.shopselect select ,
p.narrowselect select{
	width: 230px;
}
p.narrowselect {
	border: 1px solid #ccc;
	padding: 2px 10px;
	background: #f2f2f2;
	text-align: right;
	margin-bottom: 6px;
}
ul#shoplist li ,
ul#shoplist2 li {
	border-top: 1px dotted #ccc;
	padding: 10px;
	_border-top: 0;
}
ul#shoplist2 li {
	padding: 6px 10px;
}
ul#shoplist2 li.gyou {
	background: #f8f8f8;
	color: #56a901;
	font-size: 12px;
	border-bottom: 2px solid #56a901;
	height: 12px;
}
ul#shoplist2 li.gyou strong{
	font-size: 16px;
}
ul#shoplist li p.shoplogo{
	display: table-cell;
	width: 80px;
	height: 70px;
	border: 1px solid #ccc;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	vertical-align : absmiddle;
	_display: inline;
	_zoom: 1;
	_border: 0;
}
*:first-child+html ul#shoplist li p.shoplogo{
	display: inline;
	zoom: 1;
	border: 0;
}
ul li.even {
	background: #f2f2f2;
}
ul#shoplist li a{
	display: block;
	text-decoration: none;
	
}
ul#shoplist li p.shoptel,
ul#shoplist2 li p.shoptel{
	text-align: right;
	font-family: Verdana;
	color: #666;
	font-size: 11px;
}
ul#shoplist2 li p.shoptel{
	margin-top: -1.4em;
}
ul#shoplist li h4{
	font-size: 107%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 6px;
	margin-top: -70px;
	margin-left: 90px;
}
ul#shoplist2 li h4{
	font-size: 107%;
	font-weight: bold;
}
ul#shoplist2 li h4 em{
	font-style: normal;
}
ul#shoplist li h4 a,
ul#shoplist2 li h4 a,
ul#shoplist li h4 a:visited,
ul#shoplist2 li h4 a:visited{
	text-decoration: underline;
}
ul#shoplist li.fm_color1 h4,
ul#shoplist li.fm_color1 h4 a,
ul#shoplist2 li.fm_color1 h4 em,
ul#shoplist2 li.fm_color1 h4 em a {
	color: #de4c97;
}
ul#shoplist li.fm_color2 h4,
ul#shoplist li.fm_color2 h4 a,
ul#shoplist2 li.fm_color2 h4 em,
ul#shoplist2 li.fm_color2 h4 em a {
	color: #9d51d9;
}
ul#shoplist li.fm_color3 h4,
ul#shoplist li.fm_color3 h4 a,
ul#shoplist2 li.fm_color3 h4 em,
ul#shoplist2 li.fm_color3 h4 em a {
	color: #d28323;
}
ul#shoplist li.fm_color4 h4,
ul#shoplist li.fm_color4 h4 a,
ul#shoplist2 li.fm_color4 h4 em,
ul#shoplist2 li.fm_color4 h4 em a {
	color: #eb9532;
}
ul#shoplist li.fm_color5 h4,
ul#shoplist li.fm_color5 h4 a,
ul#shoplist2 li.fm_color5 h4 em,
ul#shoplist2 li.fm_color5 h4 em a {
	color: #580f35;
}
ul#shoplist li.fm_color6 h4,
ul#shoplist li.fm_color6 h4 a,
ul#shoplist2 li.fm_color6 h4 em,
ul#shoplist2 li.fm_color6 h4 em a {
	color: #6d9900;
}
ul#shoplist li.fm_color7 h4,
ul#shoplist li.fm_color7 h4 a,
ul#shoplist2 li.fm_color7 h4 em,
ul#shoplist2 li.fm_color7 h4 em a {
	color: #e29a0a;
}
ul#shoplist li.fm_color8 h4,
ul#shoplist li.fm_color8 h4 a,
ul#shoplist2 li.fm_color8 h4 em,
ul#shoplist2 li.fm_color8 h4 em a {
	color: #4c77bb;
}
ul#shoplist li.fm_color9 h4,
ul#shoplist li.fm_color9 h4 a,
ul#shoplist2 li.fm_color9 h4 em,
ul#shoplist2 li.fm_color9 h4 em a {
	color: #56886d;
}
ul#shoplist li.fm_color10 h4,
ul#shoplist li.fm_color10 h4 a,
ul#shoplist2 li.fm_color10 h4 em,
ul#shoplist2 li.fm_color10 h4 em a {
	color: #808080;
}

.ladies h4,
.ladies h4 a {
	color: #f06;
	}
.mens h4,
.mens h4 a {
	color: #66c;
	}
.life h4,
.life h4 a {
	color: #90c;
	}
.others h4,
.others h4 a {
	color: #660;
	}
.mizuiro h4,
.mizuiro h4 a {
	color: #39c;
	}
.blue h4,
.blue h4 a {
	color: #66c;
	}
.orange h4,
.orange h4 a {
	color: #f90;
	}
.green h4,
.green h4 a {
	color: #56a900;
	}
	strong.orange {
	color: #f90;
	}
	.pink {
	color: #f06;
	}
ul#shoplist li p.lead{
	margin-left: 94px;
}
ul#shoplist li h4 span,
ul#shoplist2 li h4 span{
	font-size: 85%;
	font-weight: normal;
	color: #999;
	padding-left: 12px;
}
div#renewalcomment {
	margin: 10px 0;
	border: 2px solid #c00;
	padding: 6px 10px;
}
div#renewalcomment em{
	font-style: normal;
	font-weight: bold;
}
div#renewalcomment p span{
	font-weight: bold;
	color: #56a900;
}
/*
|=========================================================================|

	menu side
 
|=========================================================================|
*/
ul.externallink1 {
	margin-top: 14px;
}
ul.externallink2 {
	margin-bottom: 14px;
}
p#mobilelink{
	margin: 14px 0;
}


/*
|=========================================================================|
 
	sitemap
 
|=========================================================================|
*/
ul.sitemap {
	margin-left: 10px;
}
ul.sitemap li {
	list-style: square;
	list-style-position: inside;
	padding: 2px 0;
	border-bottom: 1px dotted #ccc;
}
ul.sitemap li a.ex {
	padding-left: 50px;
}
ul.sitemap ul{
	margin: 6px 0px 6px 30px;
}
ul.sitemap ul li{
	border-bottom: none;
}
/*
|=========================================================================|
 
	service
 
|=========================================================================|
*/
table#smokingtable {
	background: #eee;
	width: 100%;
	text-align: center;
	font-size: 10px;
}
table#smokingtable td{
	background: #fff;
}
table#smokingtable tr.gray td {
	background: #f4f4f4;
}
.no {
	color: #cc0000;
}
.yes {
	color: #30c;
}
.bold {
	font-weight: bold;
}
table#smokingtable td.pinkcell {
	background: #fcc;
	color: #f06;
	font-weight: bold;
	filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}
table#smokingtable td.mizucell {
	background: #cff;
	color: #33f;
	font-weight: bold;
	filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}

/*
|=========================================================================|
 
	event
 
|=========================================================================|
*/
dl#events dt {
	float: left;
}
dl#events dd {
}
table#ticketpricetable {
	background: #eee;
	text-align: center;
	margin-right: 10px;
}
table#ticketpricetable th{
	font-weight: normal;
	background: #fff;
	text-align: center;
}
table#ticketpricetable td{
	background: #fff;
}
/*
|=========================================================================|
 
	news
 
|=========================================================================|
*/
p.newsdate {
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	color: #999;
	margin-top: -12px;
	
}
dl.topicarchive {
	margin-top: 8px;
}
dl.topicarchive dd{
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
	margin-top: -60px;
	padding-left: 82px;
	padding-bottom: 12px;
}
dl.topicarchive dd.tate{
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
	margin-top: -80px;
	padding-left: 82px;
	padding-bottom: 12px;
}
dl.topicarchive dd h3,
dl.topicarchive dd h3 a,
dl.topicarchive dd h3 a:visited{
	color: #56a900;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
dl.topicarchive dd h3.ls100 a,
dl.topicarchive dd p.ls100{
	padding-left: 20px;
}
dl.topicarchive dd p.date {
	font-family: Verdana;
	font-size: 10px;
	color: #999;
}
/*
|=========================================================================|
 
	ranking
 
|=========================================================================|
*/
div.rankingitem {
	width: 500px;
	padding-left: 30px;
	overflow: auto;
	zoom:1;
	clear: both;
}
div.rankingitem img.mainpic {
	float: left;
}
div.rankingitem div.dis {
	float: right;
	width: 270px;
	border-top: 4px solid #ccc;
	padding: 10px 0;
}
div.rankingitem div.dis p{
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
}
div.rankingitem img.subpic {
	margin-left: 5px;
	margin-bottom: 6px;
}

div.rankingitem div.dis2 {
	float: right;
	width: 500px;
	border-top: 4px solid #ccc;
	padding: 10px 0;
}
div.rankingitem div.dis2 p{
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
}
/*
|=========================================================================|
 
	contact
 
|=========================================================================|
*/
form#contactform table,
form#presentform table {
	width: 100%;
	margin: 0 auto;
}
form#contactform table th,
form#presentform table th {
	padding-right: 10px;
	border-right: 4px solid #ccc;
}
form#contactform table th.req,
form#presentform table th.req {
	border-right: 4px solid #cc0000;
}
form#contactform i {
	color: #cc0000;
}
form#contactform table{
	background: url(../img/mail_bg.gif) top left no-repeat;
}
button#confirmcontact {
	background: url(../img/contact_btn1.gif) top left no-repeat;
	width: 140px;
	height: 29px;
}
div.button {
	text-align: center;
	margin: 20px 0;
}
div.cautionbox {
	margin: 8px 0;
	border: 1px solid #ccc;
	background: #f0f0f0;
	padding: 6px;
	clear: both;
}
div.cautionbox h5{
	color: #56a900;
	font-weight: bold;
	font-size: 14px;
}
p.ls20 {
	padding-left: 26px;
}
p.ls20 span{
	color: #56a900;
	padding-left: 12px;
}
div.cautionbox h6{
	color: #333;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 6px;
}
div.cautionbox ol{
	margin: 0;
	padding: 0;
}
div.cautionbox ol li{
	list-style: circle;
	list-style-position: inside;
	margin: 6px 12px; 
	line-height: 1.3;
	font-size: 12px;
}
p.btmtxt {
	text-align: center;
}
p.btmtxt a{
	color: #56a900;
	text-decoration: underline;
}
p.upmaintxt {
	text-align: center;
	margin: 10px 0;
}
fieldset {
	border: 1px solid #ccc;
	margin: 0;
}
div#winner ol li{
	list-style: none;
	background: url() center left no-repeat;
	font-weight: bold;
}
div#winner ol li.even{
	float: left;
	width: 220px;
}
div#winner ol li span{
	font-size: 10px;
	padding-right: 20px;
	font-weight: normal;
}
p#present {
	text-align: center;
}
h3.thanksmes {
	margin: 100px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
/*
|=========================================================================|
 
	footer
 
|=========================================================================|
*/
div#footer {
	width: 780px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
}
/*
|=========================================================================|
 
	news seisen
 
|=========================================================================|
*/
p#raishu {
	margin-top: 100px;
	padding: 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
p#kaisai {
	font-size: 16px;
	font-weight: bold;
	color: #56a900;
	text-align: right;
}
ul.seisen {
	padding-top: 10px;
}
ul.seisen li{
	
	padding: 10px 0;
	overflow: auto;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

ul.seisen li div{
	width: 170px;
	float: left;
	padding: 0 10px;
}
ul.seisen li div.bar{
	border-left: 1px dotted #ccc;
}

ul.seisen li h4{
	font-weight: bold;
	font-size: 114%;
}
ul.seisen li p{
	color: #cc0000;
	text-align: right;
	font-weight: bold;
	font-size: 114%;	
}
ul.seisen li.even{
}
ul.seisen li p span{
	display: block;
	font-weight: normal;
	color: #999;
	font-size: 11px;
}

/*
|=========================================================================|
 
	card
 
|=========================================================================|
*/
h3.actit {
	cursor: pointer;
	
}
h3.h3c {
	font-size: 12px;
	font-weight: bold;
	color: #56a900;
}
div.cautionbox dl {
	margin: 6px 30px;
}
div.cautionbox dl dd{
	margin-left: 30px;
	padding: 3px;
	font-family: Verdana;
	color: #333;
}
div.accordion {
	display: none;
	margin-bottom: 30px;
	padding: 0 20px;
}

div.accordion p strong,
div.accordion dl dd strong,
div.accordion ol strong{
	font-weight: bold;
	font-size: 14px;
	color: #56a900;
}
div.accordion dl dd{
	margin-left: 20px;
}
div.accordion dl dt {
	font-weight: bold;
}
div.accordion p.link{
	text-align: center;
}
div.accordion p.link a{
	color: #56a900;
	text-decoration: underline;
}
h3.m10 {
	margin-top: 30px;
}
div#privacy p,
div#term p{
	padding: 0 20px;
}
div#privacy h4{
	margin-top: 18px;
}
p.bigp {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 6px 0;
	margin: 4px 0;
	font-weight: bold;
}
/*
|=========================================================================|
 
	event
 
|=========================================================================|
*/
table.events tr {
	
}
table.events th {
	width: 120px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}
table.events td {
	padding: 10px;
	border-left: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
}
table.events td p{
	padding-top: 6px;
	padding-bottom: 10px;
}
table.events td h4 {
	color: #56a900;
	font-weight: bold;
	font-size: 14px;
}
/*
|=========================================================================|
 
	calender
 
|=========================================================================|
*/
h4.monthtitle {
	font-family: Verdana;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.3;
}
h4.monthtitle span,
ul.monthjump li span{
	display: block;
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	color: #999;
	padding-left: 4px;
}
ul.calenderbig {
	display: none;
	clear: left;
}
ul.calendersmall li{
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
ul.calenderbig li {
	padding: 10px 0;
}
ul.calendersmall h6,
ul.calendersmall div.otoku,
ul.calenderbig li h5,
ul.calenderbig li h6,
ul.calenderbig li div.otoku,
ul.calenderbig li div.tokusen{
	display: table-cell;
	vertical-align: middle;
	_display: inline;
	_zoom: 1;
}
*:first-child+html ul.calendersmall h6,
*:first-child+html ul.calendersmall div.otoku,
*:first-child+html ul.calenderbig li h5,
*:first-child+html ul.calenderbig li h6,
*:first-child+html ul.calenderbig li div.otoku,
*:first-child+html ul.calenderbig li div.tokusen{
	display: inline;
	zoom: 1;
}

ul.calenderbig li h5 {
	text-align: center;
	font-size: 1em;
	line-height: 1.2;
	width: 80px;
}
ul.calendersmall li h6,
ul.calenderbig li h6 {
	text-align: center;
	padding: 0 10px;
	font-size: 1em;
	line-height: 1.2;
	width: 20px;
}
ul.calendersmall li h6{
	padding: 0 5px;
}
ul.calenderbig li h5 em{
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	font-style: normal;
}
ul.calendersmall li h6 em,
ul.calenderbig li h6 em{
	font-size: 1.6em;
	font-weight: bold;
	display: block;
	font-style: normal;
}
ul.calenderbig li div.tokusen {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	_width: 460px;
}
*:first-child+html ul.calenderbig li div.tokusen{
	width: 470px;
}
ul.calendersmall li div.otoku {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	_width: 309px;
}

ul.calenderbig li div.otoku {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	width: 520px;
}
ul.calendersmall li div.otoku {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	_width: 260px;
}
*:first-child+html ul.calendersmall li div.otoku {
	width: 260px;
}
*:first-child+html ul.calenderbig li div.otoku {
	width: 520px;
}
ul.calendersmall li p,
ul.calenderbig li p {
	border-bottom: 1px dotted #ccc;
}
ul.calendersmall li p em,
ul.calenderbig li p em {
	display: block;
	color: #56a900;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
ul.monthjump {
	height: 36px;
	margin-top: -30px;
	margin-left: 100px;
}
ul.monthjump li {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	line-height: 1.1;
	height: 36px;
}
/*
|=========================================================================|
 
	corporate
 
|=========================================================================|
*/
p#update {
	text-align: right;
	font-style: italic;
	font-size: 10px;
	padding-right: 6px;
	margin-bottom: -12px;
	color: #aaa;
}
ul#relationshops li span{
	font-size: 10px;
}
ul#relationshops li span em {
	color: #54a700;
	font-style: normal;
	padding: 0 10px;
	font-size: 12px;
}
/*
|=========================================================================|
 
	ranking 
 
|=========================================================================|
*/
p#rankinglead {
	margin: 10px;
	border-top: 1px solid #54a700;
	border-bottom: 1px solid #54a700;
	padding: 10px;
}
div.rankingarea {
	text-align: right;
}
#rankinglead img{
	margin-left: -58px;
	margin-bottom: -23px;
    
}
/*
|=========================================================================|
 
	
 
|=========================================================================|
*/

p.pagetop_scroll {
	text-align: right;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}
p.pagetop_scroll a{
	text-decoration: underline;
	padding-right: 0;
}


/* Bubble pop-up */
.popup {
	position: absolute;
	z-index: 50;
	border-collapse: collapse;
	visibility: hidden;
}

.mgb_10{
margin-bottom:10px;
}
.special{
	color: #FF3366;
}
.special font{
	color: #FFBE26;
}
p.green{
	color: #56a900;
	font-weight: bold;
}

img#craftimg {
	margin-top: 6px;
}
a.redanchor,
a.redanchor:visited {
	color: #FF3366;
	text-decoration: underline;
}
table#exctime {
	font-size: 10px;
	width: 400px;
	margin-left: 50px;
}
table#exctime th{
	width: 160px;
	
}
div#zoom {
	z-index: 100;
}
.pink{
	color: #f06;
}
/*
|=========================================================================|
 
	playguide 090304追加
 
|=========================================================================|
*/
div#playguide h3,
div#playguide h4,
div#playguide h5 {
	clear: both;
}
div#playguide h4{
	font-weight: bold;
	color: #FF3366;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
div#playguide h5{
	font-weight: bold;
	color: #56a900;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	background: #f8f8f8;
}
p.playguidetel {
	font-size: 14px;
	font-weight: bold;
	color: #ff3f40;
}
div#playguide a:link,
div#playguide a:visited {
	text-decoration: underline;
}
/*
|=========================================================================|
 
	iwate_menu
 
|=========================================================================|
*/
div#iwate_menu .shop{
	float: left;
	width: 272px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 8px;
	padding-left: 8px;
}

div#iwate_menu .img_line{
	border: 1px solid #CCCCCC;
	padding: 8px;
	width: 250px;
	margin: 8px auto 5px;
}
#iwate_menu .shop h3 {
	font-weight: bold;
	color: #FF3366;
	border-bottom: 1px dotted #CCCCCC;
}
#iwate_menu .shop h4 {
	font-weight: bold;
}

/*
|=========================================================================|
 
	spring
 
|=========================================================================|
*/
#spring{
	width:580px;
	float: left;
	background-color:#FFFFFF;
}
#spring .sp_copy{
	font-size: 11px;
	width:365px;
	float:left;
	margin-right: 15px;
	margin-top: 15px;
}
#spring ul.menu{
	width:200px;
	clear: right;
	float: right;
	margin-top: 15px;
}
.menu img {
	margin-bottom: 5px;
}
.item_box{
	width: 280px;
	float:left;
	margin-right: 9px;
	margin-top: 15px;
}
.set_line{
	width: 279px;
	border-left: solid  #C4E5F8 1px;
	border-right: solid  #C4E5F8 1px;
	border-bottom: solid  #C4E5F8 1px;
}
.mother_line{
	width: 279px;
	border-left: solid  #F8D9B2 1px;
	border-right: solid  #F8D9B2 1px;
	border-bottom: solid  #F8D9B2 1px;
}
.dress_line{
	width: 279px;
	border-left: solid  #F4B2B2 1px;
	border-right: solid  #F4B2B2 1px;
	border-bottom: solid  #F4B2B2 1px;
}
.line{
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 3px;
	margin-bottom: 5px;
}
.price{
    margin-top:5px;
}
.small{
 font-size: 10px;
}
.menu2{
   margin-top:15px;
   margin-bottom:15px;
}
#spring .menu a:link,
#spring .menu2 a:link {
	text-decoration: underline;
}
#spring .menu a:visited,
#spring .menu2 a:visited {
	text-decoration: underline;
}
#spring .menu a:hover,
#spring .menu2 a:hover  {
	text-decoration: none;
}
.mt15{
    margin-top:15px;
}
.subtit{
   margin-top:20px;
   margin-bottom:5px;

}
/*
|=========================================================================|
 
	tabernacle
 
|=========================================================================|
*/
.tabernacle_copy{
   text-align:center;
   color:#00793B;
   font-weight:bold;
}
.tabernacle_box{
    width:540px;
	margin:0 auto 0px;
}
.box_bg{
    background-color:#F7EDD9;
	padding:15px 15px 0 15px;
	margin:0;
}
.photo{
    background:url(../tabernacle/img/photo_bg.gif) repeat-y 0 0;
	width:303px;
}
.photo_box{
    margin:0 15px 15px 12px;
}
.mat4{
    margin-top:4px;
}
.red{
   color:#BB254D;
}
.shokai{
    width:192px;
	margin:0 auto;
}
.pal10{
    padding-left:10px;
}
.comingbox {
}
.comingsoon{
	background-color: #FBF7EE;
	padding: 15px;
	width: 502px;
	margin: 0px auto;
	border-top: 4px dashed #E6DDCB;
	border-right: 4px dashed #e6ddcb;
	border-bottom: 4px dashed #e6ddcb;
	border-left: 4px dashed #e6ddcb;
	position: relative;
}
.comingsoon_tit img {
	left: 17px;
	top: -12px;
	position: absolute;
}

/*
|=========================================================================|
 
	
 
|=========================================================================|
*/
.mal10 {
    margin-left:10px;
}
