@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}

h1,h2,h3,h4,h5{
		font-size:1em;
}
p,ul,dl ,address{
		font-size:14px;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img{
    vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 14px;
}

a:hover img {
  opacity: 0.6;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header-page .active a{
  color: #C00 !important;
}

.entry em,
.entry strong{
  font-style: normal;
  font-weight: bold;
}
.entry strong{
  color: #C00;
}

/*==========================================
bootstrap reset
===========================================*/
.container {
	max-width: none !important;
	width: 1150px;
}
.navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-toggle {
  display: none;
}
.navbar-brand {
  margin-left: -15px;
		padding-top:0px;
		/*height:auto;*/
}

.navbar-right {
    margin-right: 0px;
}

.navbar {
  min-height: auto;
  margin-bottom: 20px;
		border-bottom: 5px solid #e7e7e7;
}
.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: auto;
}
.navbar-collapse {
	  padding-right: 0px;
}

/* topicpath */
.topicpath {
  margin-bottom: 0px;
  padding: 0px 0;
}
.topicpathList {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
 background-color: #fff;
  border-radius: 0px;
}
.topicpathItem {
  float: left;
  padding: 0 10px 0 10px;
}
.topicpathList > li + li:before {
	padding: 0 5px;
	content: ">";
}
.topicpathItem:first-child {
  padding: 0 0px 0 0;
  background: 0;
}
.topicpathLink {
  color: #666;
  font-size: 14px;
}
.topicpathLink:visited,
.topicpathLink:focus,
.topicpathLink:active {
  color: #666;
}

/*==========================================
slider-pro reset
===========================================*/
.slider-pro *{
/*border: 1px solid #F09;*/
}
.sp-grab {
	cursor: url(none), pointer;
}
.sp-grabbing {
	cursor: url(none), pointer;
}



/*==========================================
.acms
===========================================*/
/* hr */
.clearHidden {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  border: none;
}

.acms-container {
	margin-left:0;
}

/* ------------------------------  
ページヘッダー
------------------------------- */
.acms-page-header {
	margin:0 auto 20px;
}
.acms-page-header {
  border-bottom: none;
}

/* ------------------------------  
 リスト
------------------------------- */
.acms-list-group {
  border-top: none;
}
.acms-list-group-item {
  display: block;
  padding: 0px;
  text-decoration: none;
  color: #333;
  border-bottom: none;
}
a.acms-list-group-item:hover {
  background: #fff;
}

/* ------------------------------  
 ページャー
------------------------------- */
.serialNav {
list-style: none;
	border: 0;
}
.serialNav .serialNavItemPrev {
	float: left;
}
.serialNav .serialNavItemNext {
	float: right;
}
.serialNav a {
	display: inline;
	border: 0;
}
.serialNav a:hover {
	text-decoration: underline;
	background: 0;
}




/*==========================================
header
===========================================*/
header {
	padding-bottom:16px;
}
.navbarInner  {
	/*position: relative;*/
	padding:0;
}
.hNav {
	text-align:right;
	padding-top: 16px;
	margin-bottom: 24px;
/*	width:426px;*/
width:390px!important;
	float:right;
	/*position: absolute;
	top: 16px;
	right: 15px;*/
}
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-brand {
	display:block;
}

.navbar-header-pc  {
	float: left;
}
.navbar-header-pc img {
			padding-top:15px;
}

.hNav .h-search {
	list-style: none;
	float:left;
}
.hNav .h-search li{
		list-style: none;
}
.hNav .h-search #searchForm {
	/*background: url(../img/common/bg-h-search.png) no-repeat 0px 50%;*/
	padding-left:35px;
	margin-right:10px;
}
.hNav .h-search #searchForm .submitBtn {
	background-color: #000;
	color: #fff;
	border-style: none;
	padding: 3px 10px;
	width:80px!important;
}
.hNav .h-sns {
	list-style: none;
	float: right;
}
.hNav .h-sns li {
	float:left;
	margin-left:5px;
}


/*
body * {
	border: 1px #A431D0 solid!important;
}
*/

/* snsList  */
/*
.snsList {
  list-style: none;
  margin: 0 -5px 30px 15px;
  padding: 0;
}
.snsListItem {
  float: left;
  margin: 0 5px;
}
.snsListItem a:hover,
.snsListItem a:visited,
.snsListItem a:active,
.snsListItem a:focus {
  text-decoration: none;
}
.snsListItem [class*='acms-icon'] {
  vertical-align: text-bottom;
}
.snsListItem .snsListFacebook {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #FFF;
  border-radius: 4px;
  background: #3b5999;
}
.snsListItem .snsListFacebook:before {
  vertical-align: middle;
}
.snsListItem .snsListTwitter {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #FFF;
  border-radius: 4px;
  background: #55acee;
}
.snsListItem .snsListTwitter:before {
  vertical-align: middle;
}
.snsListItem .snsListGplus {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #FFF;
  border-radius: 4px;
  background: #dd4b39;
}
.snsListItem .snsListGplus:before {
  vertical-align: middle;
}
.snsListItem .snsListYoutube {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #FFF;
  border-radius: 4px;
  background: #cd201f;
}
.snsListItem .snsListYoutube:before {
  vertical-align: middle;
}
*/


.gNav {
/*	clear:both;*/
}
.gNavList {
	float: right;
	padding: 0;
	list-style: none;
}
.gNavList li {
	float:left;
	border-left: 1px solid #000;
	width:135px;
	text-align:center;
	line-height:1;
	padding:0px 4px;
	font-size:16px;
}
.gNavList li a{
	display:block;
	padding:4px;
}
.gNavList li a:hover{
 background-color: #EEEEEE;
}
#home .gNavList .gNav_top .active,
.gNavList .gNav_shop .active,
.gNavList .gNav_event .active,
.gNavList .gNav_news .active,
.gNavList .gNav_map .active,
.gNavList .gNav_blog .active,	
.gNavList .gNav_about .active,	
.gNavList .gNav_access .active,
.shop-cid .gNavList .gNav_shop  a{
	padding: 4px;
	background-color: #EEEEEE;
}
.gNavList li:last-child {
	border-right: 1px solid #000;	
}


/*==========================================
wrapper
===========================================*/



/*==========================================
 main
===========================================*/
#mainContent {
	padding-right: 0;
	width: 900px;
	float:right;
} 
.mainContentArea a:link {
	text-decoration: underline;
}
.mainContentArea a:visited {
	text-decoration: underline;
}
.mainContentArea a:hover {
	text-decoration: none;
}
.mainContentArea a:active {
	text-decoration: underline;
}

.mainContentArea .entryTitle a:link {
	text-decoration: none;
}
.mainContentArea .entryTitle a:visited {
	text-decoration: none;
}
.mainContentArea .entryTitle a:hover {
	text-decoration: underline;
}
.mainContentArea .entryTitle a:active {
	text-decoration: none;
}

/* title */
/*
.acms-entry h2,
.acms-entry h3 {
padding: 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
*/


/* header-page*/
.header-page {
	margin-bottom: 32px;
}
.header-page .pageTitleBox {
	border-bottom: 4px solid #e7e7e7;	
	margin-bottom:16px;
}
/*
.header-page .pageTitleBox .acms-container {
	padding-left: 0;
}
*/
.header-page .pageTitleBox .pageTitle{
	margin-bottom: 4px!important;
	font-size: 32px!important;
	}
/*
.header-page .shop-categoryTitle {
	font-size:22px;
	float:left;
	margin-right:20px;
	}
	*/
.header-page .pageTitle-img {
	margin-top:22px;
	}
.category-play {
	background: url(../img/common/bg-title_shopping.png) no-repeat 0px 50%;
	padding:5px 0 5px 2.2em;
}

/* header-index*/
.header-index {
		border-bottom: 3px solid #e7e7e7;	
		margin-bottom:32px;
}
.header-index  h2{
		margin-bottom:4px;
		font-size:32px;
		float:left;
		margin-right:16px;
	}
.header-index  .header-index-TitleRead {
	margin-top:12px;
}

.pager-active{
  padding: 3px 5px;
  font-size: 16px;
  font-weight: bold;
  color: #C00;
  display: inline-block;
}



/* table */
/*
.mainContentArea table{
width:100%;
border-collapse: collapse;
border-spacing: 0px;
border-top:1px dotted #999;
border-bottom:1px dotted #999;
	margin-top:20px;
}
.mainContentArea table th,
.mainContentArea table td{
padding: 10px;
}
.mainContentArea table th{
	text-align: center;
color: #fff;
background-color: #333;
border-top: 2px solid #fff;
border-left: 1px solid #fff;
border-bottom:1px solid #fff;
}
.mainContentArea table td{
 border-top:1px dotted #999;
}
*/

/* hr */
hr.soildLine {
	 border:solid #e7e7e7;
 border-width:2px 0 0 0;
	clear:both;
}
hr.dotLine {
	 border:dotted #999;
 border-width:1px 0 0 0;
	clear:both;
	margin:14px 0 14px 0;
}

.itemCenter {
	text-align:center;
}


/*-------Top Page  -----------------------------------*/

.bx-wrapper,
.bx-viewport{
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow:none;
}

#mainContent-top {
	background: #F0EBE7;
	padding-top:20px;
	padding-bottom:50px;
}

/* slide-main */
.slide-mainWrap {
	margin-bottom: 25px;
	padding: 0;
	position: relative;
}
.slide-mainWrap h2{
	position: absolute;
	top: 0px;
	right: 0px;
	border-bottom: 4px solid #EFEFEF;
	border-left: 4px solid #EFEFEF;
}

.slide-main {	
	position: relative;
	width: 738px;
	height: 415px;
	overflow: hidden;
	float: left;
}
.slm-slides {
	float: left;
	position: relative;
	width:738px;
	height:415px;
	overflow:hidden;
}
.slm-caption {
	position: absolute;
	bottom: 0px;
	width:738px;
	/*height:156px;*/
	color: #fff;
 background-color: rgba(0,0,0,0.7);
	padding:14px 20px;	
 font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;  
}
.slm-caption .slm-date {
	font-size: 18px;
	margin-bottom:5px;
}
.slm-caption .slm-title {
	font-size: 24px;
	margin-bottom:8px;
}
.slm-caption .slm-body {
		font-size: 14px;
		line-height:1.6;
}

.slide-thumbnail {
	margin-top: 45px;
	float: right;
	border-right: 4px solid #EEEEEE;
	border-bottom: 4px solid #EFEFEF;
	border-left: 4px solid #EFEFEF;
	width: 412px;
	padding: 8px 0;
}
.slm-tmns {
	padding-left: 12px;
	padding-right: 12px;
	height: 351px;
	overflow: auto;
}
.slm-tmn {
	list-style: none;
border-bottom : 1px dotted #000;
	padding: 12px 8px;
	display: block;
}
.slm-tmn a{
}
.slm-tmn-img {
	width: 108px;
	height: 108px;
	overflow: hidden;
	float: left;
}
.slm-tmn-text {
	margin-left: 14px;
	width: 180px;
	float: left;
}
.slm-tmn-text .slm-label{
	font-size: 15px;
	margin-bottom:8px;
}
.slm-tmn-text .slm-label span{
		line-height: 1;
	color: #FFF;
	padding:4px 10px;
}
.slm-tmn-text .slm-label .l-event{
	background: #00B9EA;
}
.slm-tmn-text .slm-label .l-news{
	background: #FF52B1;
}
.slm-tmn-text .slm-date {
	margin-bottom:4px;
	font-size: 14px;
}
.slm-tmn-text .slm-title {
	font-size: 14px;
	line-height:1.2;
}

.slm-image{
  width: 100%;
}

.slm-tmn-btn {
	text-align: center;
	padding: 2px 0 4px;
	background: #D9D9D9;
}

/* slide */
.slideBox {
	padding:0;
	margin-bottom:30px;
}
.slideBox h2 {
		float:left;
		margin-left:20px;
		margin-top:10px;
}
.slideBox .iconList {
	float:right;
	list-style: none;
		margin-bottom:10px;
}
.slideBox .iconList li {
	float:left;
	text-align:center;
	width:80px;
	font-size:12px;		
}
.slideBox .iconList li  img{
	margin-bottom:6px;
}

.slideWrap{
	clear: both;
	width: 100%;
	height: 220px;
	margin: 0 auto;
	overflow: hidden;
}
.lineupItem{
	width: 1110px;
	float: left;
	padding: 0;
	list-style: none;
}
.lineupItem .carousel * {
	margin: 0;
}
.lineupItem li{
	float: left;
	display:inline;
	margin:0;
	padding: 0;
	width: 220px;
	height: 220px;
	text-align: center;
	position: relative;
	margin-left: 2px!important;
}
.lineupItem li:first-child{
		margin-left: 1px!important;
}
.lineupItem li .sl-caption {
	position: absolute;
	bottom: 0px;
	text-align: left;
	width: 220px;
	color: #FFF;
	padding:8px 0 8px 8px;
	font-size:12px;
	background: #000;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha(opacity=70);
	opacity:0.7;
	margin-left: 0px;
}
.prevBtn{
	float: left;
	width: 20px;
	height: 220px;
	padding-top: 100px;
	background: #BCB7B3;
	position: relative;
}
.prevBtn img{
	margin-left:2px;
	margin-top:100px;
}
.prevBtn a{
	width: 20px;
	height: 220px;
	display: block;
	position: absolute;
	top: 0px;
}
.prevBtn a:hover{
		width:20px;
	height: 220px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}
.nextBtn{
	float: right;
		width:20px;
	height: 220px;
	padding-top: 100px;
	background: #BCB7B3;
	position: relative;
}
.nextBtn img{
	margin-left:4px;
	margin-top:100px;
}
.nextBtn a{
	width: 20px;
	height: 220px;
	display: block;
	position: absolute;
	top: 0px;
}
.nextBtn a:hover{
		width:20px;
	height: 220px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}

/* topList */
.topListWrap  {
	margin-bottom: 40px;
	padding: 0;
}
.topListIndex h2 {
	color: #FFF;
	font-size:16px;
	background: #BCB7B3;
	text-align:center;
	padding:6px;
	}
.topListWrap .topListInner {
	background: #FFF;
}
.topListInner{
	padding:0;
}

.blog-area {
	padding:12px;
	overflow:auto;
	height:310px;
}
.blog-area .blog-item {
		list-style: none;
}
.blog-area .blog-item li {
	border-bottom: 1px solid #DDD;
	padding-bottom:6px;
	margin-bottom:6px;
	clear:both;
}
.blog-area .blog-item li .entry-date {
	margin-bottom:4px;
}
.blog-area .blog-item li h3 {
	font-size: 14px;
	font-weight: normal;
	color: #709E55;
	margin-bottom:8px;
}
.blog-area .blog-item li .entry-body {
	margin-bottom:4px;
	line-height:1.2;
}
.blog-area .blog-item li .blog-img {
	float:right;
	margin-left:10px;
}

.EntryPhoto{
  height: 200px;
  overflow: hidden;
}



/* social-mediastudio */
.social-mediastudio {
	background: #FFF;
	padding:30px;
}

.social-mediastudio h2 {
	margin-bottom:12px;
}
.smsInner {
	padding:12px 12px 24px 12px;
	background: #000;
}
.ustreamBox {
}
.ustreamBox .us-logo {
	text-align:right;
	width:256px;
	float:left;
	margin-top:80px;
	padding-right:30px;
}
.ustreamBox .us-movie {
		float:right;
		width:50%;
}
.youtubeBox {
}
.youtubeBox .yt-logo {
	text-align:center;
	width:120px;
	float:left;
	margin-top:72px;
}
.youtubeBox .yt-movie {
	float:left;
}

.entry{
	margin-bottom: 100px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/*-------SHOP / Entry Page  -----------------------------------*/
/* title */
/* header-page*/
/*
.shop .header-page {
	margin-bottom: 32px;
}
.shop .header-page .pageTitle,
.shop .pageTitleBox h1{
	border-bottom: 4px solid #e7e7e7;	
	margin-bottom:16px;
}*/
.shop .header-page .pageTitle,
.shop-cid .header-page .pageTitleBox h1{
		margin-bottom:4px;
		font-size:32px;
	}


.shop-cid .header-page .pageTitle-ruby {
	font-size:22px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	}
.shop-cid .header-page .pageTitle-img {
	margin-top:22px;
	}
	
.shop-cid #Title-play {
	background: url(../img/common/bg-ctg_shopping.png) no-repeat 0px 50%;
	padding:5px 0 5px 1.7em;
}
.shop-cid #Title-eat {
	background: url(../img/common/bg-ctg_restaurant.png) no-repeat 0px 50%;
	padding:5px 0 5px 1.7em;
}
.shop-cid #Title-shopping {
	background: url(../img/common/bg-ctg_shopping.png) no-repeat 0px 50%;
	padding:5px 0 5px 1.7em;
}
.shop-cid #Title-beauty {
	background: url(../img/common/bg-ctg_beauty.png) no-repeat 0px 50%;
	padding:5px 0 5px 1.7em;
}
.shop-cid #Title-travel {
	background: url(../img/common/bg-ctg_travel.png) no-repeat 0px 50%;
	padding:5px 0 5px 1.7em;
}
.shop-cid #Title-other {
	background: url(../img/common/bg-ctg_etc.png) no-repeat 0px 50%;
	padding:5px 0 5px 1.7em;
}

.shop-cid #mainContent .entryTitle{
	/*padding-top: 18px;*/
	padding-top: 0px;
	margin-bottom: 18px!important;
	border-bottom: 4px solid #e7e7e7;
	clear: both;
}
.shop-cid #mainContent .entryTitle h2{
	font-size: 30px;
	font-weight: bold;
	float:left;
	margin-right:1em;
	margin-bottom:0px;
	padding-top:0!important;
	margin-top:0!important;
	border-bottom: none;
	padding-bottom: 8px;
}
.shop-cid #mainContent  h3{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 8px;
	margin-top:30px;
	margin-bottom:20px;
	border-bottom: 4px solid #e7e7e7;	
}
.shop-cid #mainContent  h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom:8px;
}
	
.rubyTxt{
	padding-top: 4px;
}

/* flexslider */
.shop-cid .flexsliderBox {
	width: 600px;
	height: auto;
	margin: 0 auto;
}
.shop-cid .flexslider .slides {
	text-align: center;
}
.shop-cid .flexslider .slides li{
	width: 600px;
	overflow: hidden;
	text-align: center;
  height: 400px;
}
.shop-cid .flexslider .slides li img{
  width: auto;
  height: 600px;
	/*margin: 0 auto;
		overflow: hidden;*/
	
	/* img -trimming- center */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  /*width: auto;
  height: auto;*/
}

.shop-cid .flexslider ul {
overflow: hidden;
	/*width:600px;*/
	margin:0 auto;	
}


/***
.shop-cid .flexsliderBox {
	width: 600px;
	height: auto;
	margin: 0 auto;
}
.shop-cid .flexslider .slides {
	text-align: center;
}
.shop-cid .flexslider .slides li{
	width: 600px;
	overflow: hidden;
		text-align: center;
}
.shop-cid .flexslider .slides li img{
  width: auto;
  height: 600px;
	margin: 0 auto;
		overflow: hidden;
}
***/


.shop-cid .flexslider ul {
overflow: hidden;
	/*width:600px;*/
	margin:0 auto;	
}

.shop-cid .flexslider ol {
	width:615px;
	height: 70px;
	margin-top: 18px;
	margin-left:-18px;
}
.shop-cid .flexslider ol li {
	width: 104px;
	margin-left:18px;
	overflow: hidden;
	text-align: center;
}

/* table  */
/***
.shop-cid table {
	margin-bottom:30px;
}
.shop-cid table th,
.shop-cid table td {
	padding: 8px 10px;
	border: 8px solid #FFF;
}
.shop-cid table th{
	background: #F3F3F3;
	color: #333;
}
***/

.shop-cid #main table {
	margin-bottom:30px;
}
.shop-cid #main table th,
.shop-cid #main table td {
	padding: 8px 10px;
	border: 8px solid #FFF;
}
.shop-cid #main table th{
	background: #F3F3F3;
	color: #333;
}

/* col */
.fLeft {
	width: 146px;
	padding-left:0;
	float:left;
	margin-right:20px;
}
.fRight {
	width:656px;
	float:left;
	padding-right:0;
}

/* map */
.shop-map iframe  {
	border: 2px solid #787878;
}

/* snsBox */
.snsBox .snsBtn {
	float: left;
	margin-left:10px;
	margin-right:10px;
}


/*-------SHOP / List Page  -----------------------------------*/
/* refineSearch */
.refineSearch {
	background: #EDE6E0;
	padding:20px 20px 8px 20px;
	margin-bottom:30px;
}
.refineSearch  h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:10px;
}
.refineSearch form .checkbox {
	margin-top: 10px;
}
.refineSearch form .checkbox label {
	margin-right:10px;
	margin-bottom:6px;
}
.refineSearch form {
	position: relative;
}
.refineSearch form .refineBtn {
	background-color: #000;
	color: #fff;
	border-style: none;
	padding: 3px 20px;
	float: right;
	position: absolute;
	top: -34px;
	right: 0px;
}

/* resultWrap */
.resultWrap .resultHit {
		float:left;
		margin-right:20px;
		margin-bottom:10px;
}
.resultWrap dl dt{
	float:left;
	margin-right:10px;
}
.resultWrap dl dd{
	float:left;
	margin-right:10px;
}
.resultWrap dl dd a{
	text-decoration: underline;
}

/* pager*/
.fRight-pager-container {
	float:right;
}
.fRight-pager-container ul {
	font-size:14px;
	list-style: none;
}
.fRight-pager-container ul li{
	float: left;
	border-left: 1px solid #333;
	padding:0 16px;
	line-height:1;
}
.fRight-pager-container ul li a{
	text-decoration: underline;
}
.fRight-pager-container ul li.result-dsc {
		border-left: none;
}

/* shopListWrap */
.shopListWrap {
	clear:both;	 
	padding: 0;
}
.shopListBox {
	 padding: 0;
}
.shopListIndex {
	 padding: 0 15px; 
		margin-bottom:30px;	
}
.shop-thumbnail{
  height: 500px;
}
.shopListIndex .shop-thumbnail .breadcrumb{
	font-size: 11px;
	margin-bottom:6px;
	background-color: transparent;
}
.shop-thumbnail .img-tn{
  display: block;
	max-height: 247.984px;
	width: auto;
  overflow: hidden;
		text-align:center;
}
.shop-thumbnail .img-tn img {
	margin-bottom:10px;
}
.shopListIndex .shop-thumbnail {
	display: block;
  padding: 16px;
  margin-bottom: 0px;
  line-height: 1.42857143;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
	background: #EDE6E0;
}
.shopListIndex a:hover .shop-thumbnail  {
	background: #F7F3F0;
}


.shopListIndex .shop-thumbnail .caption {
	padding:0;
}
.shopListIndex .shop-thumbnail .caption h2 {
	font-size: 16px;
	font-weight: bold;
		border-bottom: 1px dotted #999!important;
		margin-top:0px!important;
		padding-bottom:6px!important;
}
#mainContent .shopListIndex .shop-thumbnail .caption h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom:0px!important;
	border-style: none;
}
.shopListIndex .shop-thumbnail .caption p{
	font-size: 12px;
}
.shopListIndex .shop-thumbnail .caption .iconBox {
	margin-top:6px;
}



/*-------shopBlog  Page  -----------------------------------*/
/* blogListWrap */
.blogListWrap {
	clear:both;
	padding: 0 0px;
}
.blogListBox {
	 padding: 0 0px;
}
.blogListIndex{
	padding: 0 30px;
	margin-bottom: 20px;
}
.blogListIndex a:link {
	text-decoration: underline;
}
.blogListIndex a:hover {
	text-decoration: none;
}

/*
.blogListIndex .blogListIndex-tn .breadcrumb{
	font-size: 11px;
	margin-bottom:6px;
	background-color: transparent;
}
*/

.blogListIndex .blogListIndex-tn .img-tn {
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	width: 290px;
	height: 200px;
	/*display: table-cell;
 vertical-align: middle;*/
}

.blogListIndex .blogListIndex-tn .img-tn  img{
		max-width:100%;
		max-height:200px;
}

.blogListIndex-tn {
	display: block;
  padding: 16px;
  min-height: 428px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
	background: #EDE6E0;
}
.blogListIndex .blogListIndex-tn .caption {
	padding: 0;
	margin-bottom:10px;
}
.blogListIndex .blogListIndex-tn .caption .img-owner {
	float:left;
	margin-right:15px;
}
.blogListIndex .blogListIndex-tn .caption h2 {
	font-size: 16px;
	font-weight: bold;
		padding-bottom:5px;
		line-height:1.2;
}
.blogListIndex .blogListIndex-tn .caption h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom:0px;
	border-style: none;
}
.blogListIndex .blogListIndex-tn .caption p{
	font-size: 12px;
	line-height:1.3;
}
.blogListIndex .blogListIndex-tn dl {
	clear:both;
	margin-top:4px;		
}
.blogListIndex h4{
	margin-top:8px;
		border-bottom: 1px dotted #999;
		margin-bottom:6px;
		padding-bottom:6px;
		font-size:14px;
}
.blogListIndex ul{
	font-size:12px;
	margin-left:1.5em;
}
.blogListIndex ul li  {
	margin-bottom:6px;
}
.blogListIndex ul li .icon-default {
	margin-left:5px;
}


.blogName{
  font-size: 20px;
  margin: 4px 0;
}


/*-------about Page  -----------------------------------*/
.about  .aboutListWrap .ListBox {
		margin-bottom:34px;
} 
.about .common-entryTitleBox {
	display:none;
}
.about .acms-grid-r h2 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
		/*border-bottom: 1px dotted #999;*/
		border-bottom:none;
}
.about  .column-image-left {
	margin-right:20px;
	margin-bottom:20px;
}
.about .entry p{
	line-height: 1.6;
}

/*------event Page  -----------------------------------*/
.monthTitle {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.monthTitle span{
	margin-right:20px;
}
.news #mainContent .entryTitleBox{
	/*margin-bottom: 18px;*/
	border-bottom: 2px solid #e7e7e7;
	clear: both;
}

/* title */
.event .entryTitleBox{
	margin-bottom: 18px;
	border-bottom: 2px solid #e7e7e7;
	clear: both;
}

.event .entryTitleBox h1,
.event .entryTitleBox h2{
	font-size: 16px;
	font-weight: bold;
	padding-left: 1em;
	margin-bottom: 0px!important;
	line-height: 1;
	border-left: 4px solid #00B8EA;
	padding-top: 5px;
	padding-bottom: 5px!important;
	border-bottom-style: none!important;
}
.event #mainContent h2,
.event #mainContent h3{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.entry {
	/*margin-bottom:50px;*/
}
.event .snsBtn {
	margin-top:20px;
}

/* table */
.event .mainContentArea table{
width:100%;
border-collapse: collapse;
border-spacing: 0px;
border-top:1px dotted #999;
border-bottom:1px dotted #999;
	margin-top:20px;
}
.event .mainContentArea table th,
.event .mainContentArea table td{
padding: 10px;
}
.event .mainContentArea table th{
	text-align: center;
color: #fff;
background-color: #333;
border-top: 2px solid #fff;
border-left: 1px solid #fff;
border-bottom:1px solid #fff;
}
.event .mainContentArea table td{
 border-top:1px dotted #999;
}

.calenderTable th{
  text-align: center;
}
.EventHolding a{
  display: inline-block;
  margin-bottom: 2px;
  background-color: #00B8EC;
  color: white;
  padding: 1px 0;
  width: 20px;
  text-decoration: none !important;
}

/*------news Page  -----------------------------------*/
/* title */
.news #mainContent .entryTitleBox{
	/*margin-bottom: 18px;*/
	border-bottom: 2px solid #e7e7e7;
	clear: both;
}

.news #mainContent h2,
.news #mainContent h3{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news #mainContent .entryTitleBox h1,
.news #mainContent .entryTitleBox h2{
	font-size: 16px;
	font-weight: bold;
	padding-left: 1em;
	margin-bottom: 0px;
	line-height: 1;
	border-left: 4px solid #FC349F;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: none;
}

.news dl.list {
		border-bottom: 1px dotted #999;
		margin-top:20px;
}
.news dl.list dt {
	float: left;
	width: 5em;
	padding: 2px 0;
	background: #000;
	margin: 6px 16px 5px 0;
	color: #FFF;
	text-align: center;
}
.news dl.list dd {
   margin-left:10em;
   padding-top:7px;
   padding-bottom:0px;
   padding-right:10px;
   border-top:1px dotted #999;
	margin: 5px 10px 7px 0;
}
.news .snsBtn {
	margin-top:20px;
}

/* table */
.news .mainContentArea table{
width:100%;
border-collapse: collapse;
border-spacing: 0px;
border-top:1px dotted #999;
border-bottom:1px dotted #999;
	margin-top:20px;
}
.news .mainContentArea table th,
.news .mainContentArea table td{
padding: 10px;
}
.news .mainContentArea table th{
	text-align: center;
color: #fff;
background-color: #333;
border-top: 2px solid #fff;
border-left: 1px solid #fff;
border-bottom:1px solid #fff;
}
.news .mainContentArea table td{
 border-top:1px dotted #999;
}

/*------mapPage  -----------------------------------*/
/* .w_shopmapBox */
.w_shopmapBox {
}
.shopmapBox {
	/*padding:15px;*/
}

/*------accessPage  -----------------------------------*/
.map-infomation {
	margin-bottom: 20px;
}
.map-info_left {
	float:left;
	padding-left:0;
	width:51%;
}
.map-info_right {
	float:right;
	padding-right: 0;
	width: 47%;
}

/* map-infomation */
.map-infomation .mapbox {
	background-image: url("../img/access/evento-li-bg.jpg");
	background-repeat: repeat;
	height: auto;
	padding: 2px;
	/*margin-top:15px;*/
}
.map-infomation .mapbox ul.menu {
   margin: 0px; 
   padding: 2px; 
   border-style:none;
    overflow: hidden;
}
.map-infomation .mapbox ul.menu li {
  margin-left:4px;
	 margin-top:4px;
}
.map-infomation .mapbox ul.menu li.machi-bus {
   list-style-type: none; 
   float: left; 
   /*border-style:none;
   margin-right:2px;
   margin-left:7px;
   margin-top:8px;*/
   width:99px; 
   height:41px;
  display: inline;
  text-indent:-9999px;
  background:url("../img/access/map-off_03.gif");
}
.map-infomation .mapbox ul.menu li.hokutetsu {
    list-style-type: none; 
   float: left; 
   border-style:none;
  /* margin-right:2px;
     margin-top:8px;*/
   width:99px; 
   height:41px;
  display: inline;
  text-indent:-9999px;
  background:url("../img/access/map-off_05.gif");
}
#map .mapbox ul.menu li.park {
   list-style-type: none; 
   float: left; 
   border-style:none;
 /*  margin-right:2px;
     margin-top:8px;*/
   width:65px; 
   height:41px;
  display: inline;
  text-indent:-9999px;
  background:url("../img/access/map-off_07.gif");
}
#map .mapbox ul.menu li.machikado {
  list-style-type: none; 
   float: left; 
   border-style:none;
  /* margin-right:2px;
     margin-top:8px;*/
   width:99px; 
   height:41px;
  display: inline;
  text-indent:-9999px;
  background:url("../img/access/map-off_09.gif");
}
#map .mapbox ul.menu li.okigasa {
   list-style-type: none; 
   float: left; 
   border-style:none;
  /* margin-right:2px;
     margin-top:8px;*/
   width:99px; 
    height:41px;
  display: inline;
  text-indent:-9999px;
  background:url("../img/access/map-off_11.gif");
}
#map .mapbox ul.menu li.wifi {
 list-style-type: none; 
   float: left; 
   border-style:none;
  /* margin-right:2px;
     margin-top:8px;*/
   width:76px; 
   height:41px;
  display: inline;
  text-indent:-9999px;
  background:url("../img/access/map-off_13.gif");
}
#map .mapbox ul.menu li.machi-bus_on {
   list-style-type: none; 
   float: left; 
   border-style:none;
/*   margin-right:2px;
      margin-left:7px;
	    margin-top:8px;*/
   width:99px; 
   height:41px;
  display: inline;
  text-indent:-9999px;
  background:url("../img/access/map-on_03.gif");
}
#map .mapbox ul.menu li.hokutetsu_on {
    list-style-type: none; 
   float: left; 
   border-style:none;
  /* margin-right:2px;
     margin-top:8px;*/
   width:99px; 
   height:41px;
  display: inline;
  text-indent:-9999px;
  background:url("../img/access/map-on_05.gif");
}
#map .mapbox ul.menu li.park_on {
   list-style-type: none; 
   float: left; 
   border-style:none;
  /* margin-right:2px;
     margin-top:8px;*/
   width:65px; 
   height:41px;
  display: inline;
  text-indent:-9999px;
  background:url("../img/access/map-on_07.gif");
}
#map .mapbox ul.menu li.machikado_on {
  list-style-type: none; 
   float: left; 
   border-style:none;
  /* margin-right:2px;
     margin-top:8px;*/
   width:99px; 
   height:41px;
  display: inline;
  text-indent:-9999px;
  background:url("../img/access/map-on_09.gif");
}
#map .mapbox ul.menu li.okigasa_on {
   list-style-type: none; 
   float: left; 
   border-style:none;
   /*margin-right:2px;
     margin-top:8px;*/
   width:99px; 
   height:41px;
  display: inline;
  text-indent:-9999px;
  background:url("../img/access/map-on_11.gif");
}
#map .mapbox ul.menu li.wifi_on {
 list-style-type: none; 
   float: left; 
   border-style:none;
   /*margin-right:2px;
     margin-top:8px;*/
   width:76px; 
   height:41px;
  display: inline;
  text-indent:-9999px;
  background:url("../img/access/map-on_13.gif");
}
#map .mapbox ul.menu li.machi-bus a {
	 list-style-type: none; 
   float: left; 
   border-style:none;
   /*margin-right:2px;*/
   width:99px; 
   height:41px;
  display: inline;
}
#map .mapbox ul.menu li.machi-bus a:hover {
  background:url("../img/access/map-on_03.gif");
}
#map .mapbox ul.menu li.hokutetsu a {
	 list-style-type: none; 
   float: left; 
   border-style:none;
   /*margin-right:2px;*/
   width:99px; 
   height:41px;
  display: inline;
}
#map .mapbox ul.menu li.hokutetsu a:hover {
  background:url("../img/access/map-on_05.gif");
}
#map .mapbox ul.menu li.park a {
	 list-style-type: none; 
   float: left; 
   border-style:none;
   /*margin-right:2px;*/
   width:65px; 
   height:41px;
  display: inline;
}
#map .mapbox ul.menu li.park a:hover {
  background:url("../img/access/map-on_07.gif");
}
#map .mapbox ul.menu li.machikado a {
	 list-style-type: none; 
   float: left; 
   border-style:none;
  /* margin-right:2px;*/
   width:99px; 
   height:41px;
  display: inline;
}
#map .mapbox ul.menu li.machikado a:hover {
  background:url("../img/access/map-on_09.gif");
}
#map .mapbox ul.menu li.okigasa a {
	 list-style-type: none; 
   float: left; 
   border-style:none;
  /* margin-right:2px;*/
   width:99px; 
   height:41px;
  display: inline;
}
#map .mapbox ul.menu li.okigasa a:hover {
  background:url("../img/access/map-on_11.gif");
}
#map .mapbox ul.menu li.wifi a {
	 list-style-type: none; 
   float: left; 
   border-style:none;
   /*margin-right:2px;*/
   width:76px; 
   height:41px;
  display: inline;
}
#map .mapbox ul.menu li.wifi a:hover {
  background:url("../img/access/map-on_13.gif");
}
#map .mapbox #googlemap {
	margin: 0 4px;
}
#map .mapbox #googlemap iframe {
	border: 1px solid #333;
}


/* table */
table.accessTable{
	border: solid 1px #333;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:10px;
}
table.accessTable th,
table.accessTable td{
	font-size:13px;
		padding:8px 6px;	
	border-bottom:dotted 1px #999;
}
table.accessTable th{
	background: #eee;
	text-align: center;
	border-right: 1px solid #FFF;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	color:#333;
}
table.accessTable th:last-child{
	border-right: none;
}


/* infoTextBox */
.infoTextBox h4{
  color: #096;
  font-weight: bold;
		font-size:15px;
}
.infoTextBox {
	margin-bottom:20px;
}
.infoTextBox .accessList li{
			margin-bottom:14px;
}
.infoTextBox .accessList li strong {
	font-weight: normal;
}

.accessList {
	font-size:13px;
	margin-left: 1.5em;
	list-style: disc;
}
.infoText {
  color: #096;
  font-weight: bold;
}
.access-infoList {
	list-style: none;
	margin-top:10px;
}

.rideTitle{
	margin-bottom: 20px;
}
.rideTitle span {
	color: #FFF;
	background: #000;
	padding: 5px 10px;
	font-weight: bold;
}
.rideList {
	list-style: none;
}
.rideList li {
	float: left;
	margin-left: 28px;
}
.rideList li .captionText {
	font-size: 12px;
	margin-top: 6px;
	font-weight: bold;
}
.parking-banner {
	text-align:center;
}

/* rideList02 */
.rideList02 li {
	padding-left: 5px;
	padding-right: 5px;
	/*margin-bottom: 40px;*/
	/*width: 50%;*/
	display: inline-block;
	float: left;
	list-style: none!important;
}
.rideList02 li a img {
	text-align: center;
	margin-bottom: 10px;
	display: block;
}
.rideList02 li h3 {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.rideList02 li p{
	font-size: 13px;
}
	
@media (min-width:768px) {
		.rideList02 li p{
			padding-left: 5%;
			padding-right: 5%;
	}
}

/*------parkingPage  -----------------------------------*/
.parking-info {
	margin-bottom:20px;
}
.parking-info_left {
	padding-left:0;
}
.parking-info_right {
	padding-right: 0;
}

.parkingPhoto img{
	border: 1px solid #999;
}
h2.indexTitle_parking {
	color: #FFF;
	background: #333;
	padding:8px;
	font-size:20px;
	margin-bottom:10px;
}
table.parkingTable{
	border-top:dotted 1px #999;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:20px;
	margin-bottom:20px;
}
table.parkingTable th,
table.parkingTable td{
	font-size:13px;
		padding:9px 5px;	
		border-bottom:dotted 1px #999;
}
table.parkingTable th{
	text-align: center;
}
table.parkingTable td .attext{
	color: #D40E16;
	font-size:18px;
}
 h3.subTitle_parking {
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 2px solid #333;
	font-weight: bold;
}
.parking-info .tcketImg {
		margin-bottom: 16px;
}
.parking-info .mapImg {
		margin-top: 14px;
		border: 2px solid #999;
}

/* parkingTable2 */
table.parkingTable2{
	border-top:dotted 1px #999;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top:6px;
	margin-bottom:10px;
}
table.parkingTable2 th,
table.parkingTable2 td{
	font-size:13px;
		padding:10px;	
		border:1px #ccc solid;
}
table.parkingTable2 th{
	background-color: #eee;
}
table.parkingTable2 td .attext{
	color: #D40E16;
	font-size:18px;
}
table.parkingTable2 .ArrangeTh {
	width: 180px;	
}
h3.parkingPrice {
	font-size: 18px;	
	margin-top: 10px;
}
.pkicon {
	margin-top: 6px;
}




/*------sitemap  -----------------------------------*/
.sitemap  ul.sitemapList {
	margin-left: 30px;
}


/*-------contact  -----------------------------------*/
table.contactForm {
	border-top: 1px dotted #ccc;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
table.contactForm th,
table.contactForm td{
	padding:10px 50px;
	border-bottom: 1px dotted #ccc;
}
table.contactForm th{
	background: #FFF;
	text-align: left;
	color: #333;
	width:300px;
}
table.contactForm td{
	text-align: left;
}

.contactBox p.errorText {
    color: #c41134;
}
.contactBox p.message {
    margin: 0 0 35px 0;
    padding: 0 10px;
    font-weight: bold;
    color: #c41134;
}

.formBtnBox {
	    margin: 0 10px 50px 10px;
		text-align: center;
		margin-bottom:30px;
}
.formBtnBox {
	width:200px;
    margin: 0 auto 50px auto;
    text-align: center;
    margin-bottom: 30px;
}
.formBtnReturn {
  float: left;
}
.formBtnSend {
  float: right;
}
.btnAttentionBlockLarge {
	/*width: 15%;*/
    background: #999999;
	font-weight: bold;
    color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 0.25s linear;
	transition: background-color 0.25s linear;
}
.btnLarge {
    background: #999999;
    font-weight: bold;
    color: #FFF;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
	font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
}



/*==========================================
side
===========================================*/
#side {
	margin-top:39px;
padding-left: 0;
	width:210px;
	float:left;
}
#side a{
	text-decoration: underline;
}
#side a:hover {
	text-decoration: none;
}
#side hr {
	 border:solid #e7e7e7;
 border-width:2px 0 0 0;
	clear:both;
	margin:14px 0 20px 0;
}
#side h3.searchTitle {
	font-size: 18px;
	font-weight: bold;
	background: url(../img/common/bg-search.png) no-repeat 0px 18px;
	padding-left: 1.5em;
	padding-top:18px;
	border-top: 3px solid #e7e7e7;
}
#side .sideMenu h4 {
	font-size: 14px;
	font-weight: bold;
	background: url(../img/common/bg-list02.png) no-repeat 0px 0.1em;
	padding-left:1.5em;
	margin-bottom:16px;
}
#side .sideList h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:8px;
	padding-bottom:8px;
	border-bottom: 2px solid #e7e7e7;
}

/* sideList */
.sideList {
		margin-bottom:30px;
}

/* searchWrapp */
.searchWrapp {
	padding:0;
}
.searchWrapp  #searchForm-side {
	text-align:left;
	width: 100%;
}

/* list-purpose */
.list-purpose {
		padding:0;
		list-style: none;
		border-bottom: 1px dotted #999;
		margin-bottom:16px;
}
.list-purpose li {
		padding:0;
		list-style: none;
		margin-bottom:16px;
}
.list-purpose li a{
	display:block;
}
.list-purpose label{
  display: block;
}


/*list-shopCtg */
.list-shopCtg {
		margin-top:10px;
		list-style: none;
	padding:0;
}
.list-shopCtg li {
	margin-bottom:4px;
	font-size:12px;
}
.list-shopCtg li.ctg_shopping {
	background: url(../img/common/bg-ctg_shopping.png) no-repeat 0px 50%;
	padding:8px 0 8px 3.5em;
}
.list-shopCtg li.ctg_restaurant {
	background: url(../img/common/bg-ctg_restaurant.png) no-repeat 0px 50%;
	padding:8px 0 8px 3.5em;
}
.list-shopCtg li.ctg_play {
	background: url(../img/common/bg-ctg_play.png) no-repeat 0px 50%;
	padding:8px 0 8px 3.5em;
}
.list-shopCtg li.ctg_beauty {
	background: url(../img/common/bg-ctg_beauty.png) no-repeat 0px 50%;
	padding:8px 0 8px 3.5em;
}
.list-shopCtg li.ctg_etc {
	background: url(../img/common/bg-ctg_etc.png) no-repeat 0px 50%;
	padding:8px 0 8px 3.5em;
}

/*list-icon */
.list-icon{
}
.list-icon dt{
	float: left;
	clear:left;
	border-bottom: 1px dotted #999;
	padding: 5px 11px 6px 0;
}
.list-icon dd {
	padding: 9px 0px 5px 0;
	margin-left: 52px;
	border-bottom: 1px dotted #999;
	font-size:12px;
}

/*list-banner */
.list-banner {
	text-align: center;
	list-style: none;
	padding:0;
	margin-top:30px;
}
.list-banner li{
	margin-bottom:6px;
}

/*list-blog */
.list-blogWrapp {
	border: 1px solid #CCC;
	padding:10px;
	margin-top:40px;
}
.list-blogWrapp h3{
	font-size: 14px;
	font-weight: bold;
	margin-bottom:10px;
}
.list-blogWrapp .moreLink {
		text-align:right;
		font-size: 12px;
}
.list-blogWrapp .moreLink a{
		color: #4287FF;
}
.list-blog {
	list-style: none;
	padding:0;
	margin-bottom:8px;
}
.list-blog li{
	border-bottom: 1px dotted #000;
	padding-top:10px;
	padding-bottom:10px;
}
.list-blog li h4{
	font-size: 14px;
	font-weight: bold;
	color: #4287FF;
	margin-bottom:6px;
}
.list-blog li .list-blog-img{
	float:left;
	margin-right:10px;
}
.list-blog li .list-blog-text{
	font-size: 12px;
	line-height:1.2;
}

/*archiveList*/
.archiveList {
	list-style: none;
}
.archiveList .acv-date {
	font-weight: bold;
}
.archiveList .acv-title {
	font-size: 12px;
	margin-top:0px;
	margin-bottom:10px;
}
.archiveList .acv-title a {
	text-decoration: underline;
}
.archiveList .acv-title a:hover {
	text-decoration: none;
}


/*------event Page  -----------------------------------*/
#side h3.eventTitle {
	font-size: 14px;
	color: #FFF;
	background: #00B8EC;
	text-align: center;
	padding:8px 0 6px;
	margin-bottom:10px;
}
.event .archiveList .acv-date {
	color: #3CF;
	font-weight: bold;
}
.event .moreLink {
		font-size: 12px;
	margin-bottom:14px;
}
.event .picText {
		color: #3366ff;
	font-weight: bold;
}

/*galleryList*/
.galleryList .acv-title {
	margin-bottom:20px;
}


/*-----eventGallery Page  -----------------------------------*/
#side .eventGalleryMain img {
	width:100%
}

/*year-List*/
.year-List {
	list-style: none;
	margin-bottom:20px;
}
.year-List li {
	float:left;
	margin-right:1em;
}

/* GalleryListIndex */
.GalleryListIndex {
		list-style: none;
}
.GalleryListIndex li {
	padding:10px;
	margin-bottom: 20px;
}
.eventGalleryImage {
	margin-bottom:6px;
}
.eventGalleryImage img {
	width:100%;
	border: 1px solid #CCC;
}
.GalleryListIndex {
	clear:both;
}
.GalleryListIndex .acv-date {
	color: #3CF;
	font-weight: bold;
	margin-bottom: 6px;
}
.GalleryListIndex h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}

/* EventGallerySlide */
#EventGallerySlide {
	margin-bottom:30px;
}
#EventGallerySlide .sp-selected-thumbnail {
	border: 4px solid #000;
}
.sp-slides-container {
	width: 770px;
	margin: 0 auto;
	padding: 15px;
	background: #F3F3F3;
}





/*------news Page  -----------------------------------*/
#side h3.newsTitle {
	font-size: 14px;
	color: #FFF;
	background: #FC349F;
	text-align: center;
	padding:8px 0 6px;
	margin-bottom:10px;
}
.news .archiveList .acv-date {
	color: #FC349F;
}

.calenderPager {
		text-align: center;
	margin-bottom:10px;
		font-size:12px;
}
.calenderTable {
	width:100%;
	font-size:12px;
}
.calenderTable td{
	text-align: center;
}


/*==========================================
footer
===========================================*/
#move-page-top a#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 260px;
  right: 0px;
  text-decoration: none; 
}

footer {
	clear:both;
margin-bottom: 40px;	
}
footer hr {
 border:solid #e7e7e7;
 border-width:5px 0 0 0;
}

body#home footer {
	padding-top:26px;
}
body#home footer hr{
	display:none;
}

footer ul {
	margin-bottom:38px;
}
footer ul li {
	display: inline-block;
	background: url(../img/common/bg-list.png) no-repeat 0px 0.3em;
 padding: 0px 0 0 1.5em;
	margin-left: 36px;
	margin-bottom:10px;
	float:left;
	width:188px;
}
footer ul li a {
  color: #666;
	display:block;
}
footer ul li a:hover {
  color: #BBB;
}
footer address {
	clear:both;
	margin-left: 36px;
	margin-bottom:4px;
}
footer address strong {
	margin-right:1em;
}
footer small {
		margin-left: 36px;
}



/*==========================================
ablogcms custom
===========================================*/
.common-entryTitleBox {
	margin-bottom: 10px;
	border-bottom-style: none!important;
	margin-left:0;
	padding-left:0;
	clear: both;
}
.common-entryTitleBox .entryTitle,
.common-entryTitleBox .entryTitle a{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	border-bottom-style: none;
}

.commmon-entry h2 {
		font-size: 20px;
	font-weight: bold;
		border-bottom: 1px dotted #999;
		padding-bottom:6px;
		margin-top:30px;
		margin-bottom:16px;
}
.commmon-entry h3{
		font-size: 18px;
	font-weight: bold;
	margin-top:20px;
}

.labelRequired {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 12px;
  border-radius: 3px;
  background: #c41134;
}

.refineSearchBox{
  margin: 0 0 10px;
}



/*==========================================
admin
===========================================*/
.acms-admin-table {
	width:90%;
	margin:0 auto;
}
.acms-admin-table th,
.acms-admin-table td{
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: middle;
	}
.acms-admin-table td img{
	margin-bottom:6px;
}
