@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: 0px;
 
}
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: #efebe0;
	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;
}
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: #ee5489;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin: 6px 0;
}
p.p1 {
	margin: 8px 0;
}
p.p2 {
	color: #ee5489;
	font-weight: bold;
	margin: 8px 0;
}
.tc {
	text-align: center;
	margin: 6px 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;
}
a.pdf {
	background: url(../img/pdf.gif) center left no-repeat;
	padding: 2px 0 2px 18px;
	height: 16px;
	text-decoration: underline;
	color: #c00;
	margin-left: 10px;
}
th.req span,
p.caution {
	color: #cc0000;
}
th.req {
	border-right: 4px solid #cc0000;
}
.hidden {
	display: none;
}
p#update {
	text-align: right;
	font-style: italic;
	font-size: 10px;
	padding-right: 6px;
	margin-bottom: -12px;
	color: #aaa;
}

/*
|=========================================================================|
 
	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 0px 0;
	background: url(../img/topbox_ver_dotline.gif) right top repeat-y;
	float: left;
}
div.topicbox {
	overflow: auto;
	width: 332px;
	height: 260px;
	margin: 8px 0;
	border-bottom: 1px solid #e72063;
}
div.topicbox dl dt{
	float: left;
	clear: left;
}
div.topicbox dl dd{
	margin-left: 76px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
	height: auto;
}
*:first-child+html div.topicbox dl dd{
	padding-left: 6px;
}
div.topicbox dl dd h5 a,
div.topicbox dl dd h5{
	color: #ee5489;/*#ea6195*//*#56a900*/
	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;
}
h4.s10 {
	margin-top: 4px;
}
div.calenderbox {
	overflow: auto;
	width: 332px;
	height: 230px;
	border-bottom: 1px solid #f90;
}
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: #ee5489;
	text-decoration: underline;
}
/*
|=========================================================================|
 
	index
 
|=========================================================================|
*/
div.specialbox {
	width: 212px;
	margin-left: 368px;
	margin-top: 10px;
	_margin-left: 362px;
}
div.fesanblog {
	border-bottom: 1px solid #79bceb;
	border-right: 1px solid #79bceb;
	border-left: 1px solid #79bceb;
	background: #e6faff;
}
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: #ec67ae;
	font-family: Verdana, Tahoma, TrebuchetMS;
	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 #cfc8c2;
	border-right: 1px solid #cfc8c2;
	border-left: 1px solid #cfc8c2;
	background: #f5fad4;
}
div.fesanranking h5 a{
	background: #9ed45c;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
}
div.fesanranking ol {
	margin: 0;
	padding: 3px;
	list-style-position: inside;
}
/*
|=========================================================================|
	rank1
|=========================================================================|
*/
div.fesanranking ol li{
	padding: 6px 0;
	border-bottom: 1px dotted #77c467;
	list-style: none;
	height: 40px;
	padding-left: 28px;
}
div.fesanranking ol li#st1 {background: url(../img/_topranking/1th.gif) left center no-repeat;}
div.fesanranking ol li#nd2 {background: url(../img/_topranking/2nd.gif) left center no-repeat;_margin-left: -16px;}
div.fesanranking ol li#rd3 {background: url(../img/_topranking/3rd.gif) left center no-repeat;_margin-left: -16px;}
*:first-child+html div.fesanranking ol li#nd2 {margin-left: -16px;}
*:first-child+html div.fesanranking ol li#rd3 {margin-left: -16px;}

div.fesanranking ol li p{
	margin-top: -36px;
	margin-left: 48px;
}
/*
|=========================================================================|
	rank2:topranking
|=========================================================================|
*/

div.topranking {
	border-bottom: 1px solid #cfc8c2;
	border-right: 1px solid #cfc8c2;
	border-left: 1px solid #cfc8c2;
	background: #f5fad4;
	}
div.topranking h5 a{
	background: #9ed45c;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
}
div.topranking ol {
	margin: 0;
	padding: 3px;
	list-style-position: inside;
}
div.topranking ol li{
	padding: 6px 0;
	border-bottom: 1px dotted #77c467;
	list-style: none;
	/*height: 40px;*/
	height: 50px;
	padding-left: 28px;
}

div.topranking ol li#st1 {background: url(../img/_topranking/1th.gif) left center no-repeat;}
div.topranking ol li#nd2 {background: url(../img/_topranking/2nd.gif) left center no-repeat;_margin-left: -16px;}
div.topranking ol li#rd3 {background: url(../img/_topranking/3rd.gif) left center no-repeat;_margin-left: -16px;}
*:first-child+html div.topranking ol li#nd2 {margin-left: -16px;}
*:first-child+html div.topranking ol li#rd3 {margin-left: -16px;}

/*
|=========================================================================|
	rank2
|=========================================================================|
*/
/*
div.fesanranking ol li{
	padding: 6px 0 5px 34px;
	_padding: 6px 0 5px 12px;
	border-bottom: 1px dotted #77c467;
	list-style: none;
	padding-left: 0px;
	height: autopx;
}
div.fesanranking ol li#st1 {background: url(../img/_topranking/1th.gif) left center no-repeat;}
div.fesanranking ol li#nd2 {background: url(../img/_topranking/2nd.gif) left center no-repeat;}
div.fesanranking ol li#rd3 {background: url(../img/_topranking/3rd.gif) left center no-repeat;}

div.fesanranking ol li p{
	margin-left: 48px;
	_margin-left: 26px;
}
*/
/*
|=========================================================================|
	▲rank2
|=========================================================================|
*/

/*
div.fesanranking ol li p span{
	display: block;
	text-align: right;
	color: #666;
	font-size: 10px;
}
*/
div.calenderbox {
	margin: 6px 0;
}
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;
	color: #e72065;
}
div.topbtm dl dd span{
	font-size: 10px;
}
div.topbtm dl dd {
	margin-left: 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 {
}
ul.calendersmall li{
	padding-bottom: 10px;
}
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;
	width: 30px;
}
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;
	border-top: 1px dotted #ccc;
	margin: 2px 0;
	padding: 2px 0;
}
ul.calendersmall li p em,
ul.calenderbig li p em {
	display: block;
	color: #ff3f40;
	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;
}


dl.gourmet dt{
	clear: right;
}
dl.gourmet dt img{
	border: 1px solid #ccc;
	padding: 8px;
	margin-left: 10px;
	margin-bottom: 10px;
}
dl.gourmet dd p {
	margin-bottom: 20px;
}
dl.gourmet dd h5 {
	color: #ff3f40;
	font-size: 12px;
	font-weight: bold;
}
dl.gourmet dd h5 span{
	font-size: 12px;
	color: #666;
}
.maincolor1 {
	color: #e72065;
}
h4.gcaltit {
	font-size: 14px;
	font-weight: bold;
}
em {
	font-style: normal;
	font-size: 14px;
}
h3.gcaltit {
	font-size: 12px;
	text-align: right;
}
/*
|=========================================================================|
 
	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: #ee5489;
	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%;
}
div.parkingguide1 table {
	padding: 10px 30px;
	border-bottom: 1px solid #ee5489;
	border-top: 1px solid #ee5489;
	margin: 10px auto;
}
div.parkingguide1 table th {
	padding: 0 10px;
	text-align:right; 
}
div.parkingguide1 table td {
	text-align: left;
}
div.parkingguide1 table td span{
	font-weight: bold;
	color: #ee5489;
	padding: 0 12px;
}
div.parkingguide2 table {
	width: 500px;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #ee5489;
	border-top: 1px solid #ee5489;
}
div.parkingguide2 table th{
	text-align: center;
}
div.parkingguide2 table td.strong{
	color: #ee5489;
	font-weight: bold;
	font-size: 14px;
}
/*
|=========================================================================|
 
	floor
 
|=========================================================================|
*/
div#floorindex {
	width: 350px;
}
div#floorindex p{
	padding: 4px 10px;
}
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;
	margin-top: 10px;
}
p.narrowselect {
	border: 1px solid #ccc;
	padding: 2px 10px;
	background: #f2f2f2;
	text-align: right;
	margin-bottom: 6px;
}
ul#shoplist li {
	border-top: 1px dotted #ccc;
	padding: 10px;
	_border-top: 0;
}
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{
	text-align: right;
	font-family: Verdana;
	color: #666;
	font-size: 11px;
}
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;
}
.ladies h4,
.ladies h4 a {
	color: #f06;
	}
.mens h4,
.mens h4 a {
	color: #f60;
	}
.life h4,
.life h4 a {
	color: #90c;
	}
ul#shoplist li p.lead{
	margin-left: 94px;
}
ul#shoplist li h4 span{
	font-size: 85%;
	font-weight: normal;
	color: #999;
	padding-left: 12px;
}
p#holepic img {
	border: 1px solid #ccc;
	padding: 6px;
	margin: 6px;
}
div#floor5fblock h4 {
	color: #ee5489;
	font-weight: bold;
	font-size: 14px;
}
p.lead5f {
	padding: 6px 30px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
div.downloadpdf {
	margin: 10px 50px;
	background: #f4f4f4;
	padding: 10px;
	padding-left: 100px;
}
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;
}

/*
|=========================================================================|

	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;
}
/*
|=========================================================================|
 
	event
 
|=========================================================================|
*/
ul.schedule li{
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
ul.schedule li p.date,
ul.schedule li div {
	display: table-cell;
	_display: inline;
	_zoom:1;
}
*:first-child+html ul.schedule li p.date,
*:first-child+html ul.schedule li div {
	display: inline;
	zoom:1;
}

ul.schedule li p.date {
	width: 120px;
	text-align: center;
	padding: 0 6px;
	font-size: 12px;
	color: #3c3c3c;
	font-weight: bold;
	vertical-align: middle;
	_vertical-align: top;
	_padding-top: 20px;
}
*:first-child+html ul.schedule li p.date {
	vertical-align: top;
	padding-top: 20px;
}
ul.schedule li p.date span {
	display: block;
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana;
}
ul.schedule li div  {
	width: 430px;
	padding: 10px;
	border-left: 1px solid #ccc;
	_width: 410px;
}
*:first-child+html ul.schedule li div  {
	width: 420px;
}
ul.schedule li div h4 {
	font-size: 14px;
	color: #ee5489;
	font-weight: bold;
}
ul.schedule li div ul {
	padding: 10px 10px 10px 20px;
	line-height: 1;
}
ul.schedule li div p.sublead,
ul.schedule li div p em,
ul.schedule li div p strong {
	color: #099;
}
ul.schedule li div p em{
	display: block;
	font-style: normal;
}

dl#event 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 h3,
dl.topicarchive dd h3 a{
	color: #ee5489;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
dl.topicarchive dd p.date {
	font-family: Verdana;
	font-size: 10px;
	color: #999;
}
/*
|=========================================================================|
 
	ranking
 
|=========================================================================|
*/
p#rankinglead {
	margin: 10px;
	border-top: 1px solid #ee5489;
	border-bottom: 1px solid #ee5489;
	padding: 10px;
	text-align: center;
}
p#rankinglead a{
	color: #ee5489;
	text-decoration: underline;
	
}
div.rankingitem {
	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.rankingjump {
	padding: 40px 0 20px;
}
div.rankingarea {
	text-align: right;
}
/*
|=========================================================================|
 
	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;
}
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: #ee5489;
	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
 
|=========================================================================|
*/
ul.seisen {
	
}
ul.seisen li{
	display: block;
	width: 190px;
	height: 100px;
	float: left;
	border-bottom: 1px solid #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;
}

div.newsitem {
	overflow: auto;
	zoom: 1;
	clear: both;
	margin-top:20px;
}
div.newsitem img.mainpic {
	float: left;
}
div.newsitem div.dis {
	float: right;
	width: 270px;
	border-top: 4px solid #ccc;
	padding: 10px 0;
}
div.newsitem div.dis p{
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
}
div.newsitem img.subpic {
	margin-left: 5px;
	margin-bottom: 6px;
}

div.rankingjump {
	padding: 40px 0 20px;
}
div.rankingarea {
	text-align: right;
}

/*
|=========================================================================|
 
	card
 
|=========================================================================|
*/
h3.actit {
	cursor: pointer;
	
}
h3.h3c {
	font-size: 12px;
	font-weight: bold;
	color: #ee5489;
}
div.cautionbox dl {
	margin: 6px 30px;
}
div.cautionbox dl dd{
	margin-left: 30px;
	padding: 3px;
	font-family: Verdana;
	color: #333;
}
div.accordion {
	display: none;
}
/*
|=========================================================================|
 
	event
 
|=========================================================================|
*/
table#events tr {
}
table#events th {
	width: 120px;
	text-align: center;
	border-right: 1px solid #ccc;
}
table#events td {
	padding-left: 10px;
}
table#events td h4 {
	color: #ee5489;
	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.calenderbig li {
	margin: 10px 0;
}
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.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;
	padding-right: 10px;
	font-size: 1em;
	line-height: 1.2;
	width: 80px;
}

ul.calenderbig li h6 {
	text-align: center;
	padding-right: 10px;
	font-size: 1em;
	line-height: 1.2;
	width: 20px;
}
ul.calenderbig li h5 em{
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	font-style: normal;
}
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.calenderbig li div.otoku {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	_width: 520px;
}
*:first-child+html ul.calenderbig li div.otoku {
	width: 530px;
}
ul.calenderbig li p {
	border-bottom: 1px dotted #ccc;
}
ul.calenderbig li p em {
	display: block;
	color: #ee5489;
	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;
}
/*
|=========================================================================|
 
	
 
|=========================================================================|
*/
ul#relationshops li span{
	font-size: 10px;
}
ul#relationshops li span em {
	color: #ee5489;
	font-style: normal;
	padding: 0 10px;
	font-size: 12px;
}
/*
|=========================================================================|
 
	
 
|=========================================================================|
*/
p.centerbigbnr {
	text-align: center;
	margin: 20px 0;
}

/*
|=========================================================================|
 
	
 
|=========================================================================|
*/
p.pagescroll {
	text-align: right;
}


/* Bubble pop-up */
.popup {
	position: absolute;
	z-index: 50;
	border-collapse: collapse;
	visibility: hidden;
}
p.redtxt {
	color: #c00;
}
.special{
	color: #FF3366;
}
/*
|=========================================================================|
 
	
 
|=========================================================================|
*/
.pink {
    color:#FF3399;
}
.fontsmall{
	font-size: 0.8em;
	line-height: 140%;
	padding-top: 10px;
}

.top_bnr_s,
.top_bnr_s2{
 float:left;
 margin-top:7px;
 width:285px;
 margin-bottom:7px;
}
.top_bnr_s{
 margin-right:5px;
}
.top_bnr_s2{
 margin-left:5px;
 clear:right;
}

.btm_bnr{
 width:332px;
 margin:10px 0;
}

/*
|=========================================================================|
 
	new_shop
 
|=========================================================================|
*/
div#new_shop .shop{
	float: left;
	width: 272px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 8px;
	padding-left: 8px;
}

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

div#new_shop .shop_l{
	float: left;
	width: 570px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-right: 8px;
	padding-left: 8px;
}
#new_shop .shop_l h3 {
	font-weight: bold;
	color: #FF3366;
	border-bottom: 1px dotted #CCCCCC;
}
#new_shop .shop_l h4 {
	font-weight: bold;
}


div#oshirase3 {
	margin: 10px auto;
	border: 3px solid #FFCC66;
	padding: 6px 10px;
}
