#action-show #main,
#action-list #main {
  width:100%;
  float:none;
}
#action-show .objEntry,
#action-list .objEntry {
  width:100%;
  margin:10px auto;
  font-size:14px;
}
#action-show .objBody{
  width:65%;
  float:right;
}

#action-show .objBody h2 {
  font-size:16px;
  font-weight:bold;
  margin-bottom:10px;
}

#action-list .objBody .objDate,
#action-show .objBody .objDate {
  text-align:right;
}
#action-list .objBody .objDate {
  padding-top:0;
}
#action-show .objImg {
  width:33%;
  float:left;
  text-align:center;
}

#action-show .objImg img {
  margin-bottom:10px;
}

#action-list .objImg {
  width:260px;
  float:left;
}

#action-list .entryUnit{
	width:auto;
	margin-top:20px;
	margin-bottom:20px;
	border-top:5px solid #7c0250;
	border-right:1px dotted #ccc;
	border-left:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

#action-list .entryUnit h3{
	font-size:120%;
	padding-top:7px;
}

#action-list .entryBody{
	padding:15px 10px;
}


#action-list .entryFoot{
	padding:10px 10px;
	border-top:1px dotted #ccc;
	background:#f4f4f4;
}


/******************************
店舗お知らせ一覧
******************************/

#action-index .listTable td {
  padding: 20px 5px;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
  background: #fff;
}

#action-index .listTable td img{
  width:35px;
}

#action-index .listTable .pager {
  vertical-align: middle;
  border-top: medium none;
  border-bottom: medium none;
  color: #3A9FD8;
  background: transparent none repeat scroll 0% 0%;
  padding: 0;
}

#action-index .submitWrp {
  text-align: center;
  margin: 10px auto;
  border: solid 1px #999;
  width: 200px;
  border-radius: 5px;
  background-color:#F6F6F6;
}

#action-index .submitWrp a{
  padding: 10px;
  text-decoration:none;
  display:block;
  border-radius: 5px;
}

#action-index .submitWrp a:hover{
  text-decoration:none;
  display:block;
  background-color:#EEE;
  border-radius: 5px;
}
/* start [ヘッダー] */

#header {
  position:relative;
  padding: 30px 0 0;
  overflow: hidden;
}
#headerMsg {
  background-color: #F08CA0;
  padding: 0 30px;
  color: #fff;
  line-height: 20px;
  min-height: 20px;
  font-size: 12px;
  margin-bottom: 25px;
}
#headerTop {
  margin: 0 30px 20px 0;
}
.logoWrp,
#header h1,
.headerDescription {
  float: left;
}
#header h1 a {
  display: block;
  transition: .2s;
}
#header h1 a:hover{
  opacity: .8;
}
#headerBnr{
  position:absolute;
  right:0;
  top:10px;
  width:700px;
  height:80px;
}
.headerDescription {
  margin-top: 24px;
  margin-left: 18px;
}

/* END [ヘッダー] */

.headerSearchBoxWrp {
  float: right;
  width: 350px;
  margin-top: 24px;
}
.headerSearchBoxWrp .searchBox ul li {
  float: left;
}
.headerSearchBoxWrp .searchBox .searchKeyword,
.headerSearchBoxWrp .searchBox .submitWrp {
  padding: 0;
  margin: 0;
}
.headerSearchBoxWrp .searchBox .searchKeyword input,
.headerSearchBoxWrp .searchBox .submitWrp input {
  height: 40px;
  box-sizing: border-box;
  border: 0;
  outline: 0;
}
.headerSearchBoxWrp .searchBox .searchKeyword input {
  width: 297px;
  font-size: 16px;
}
.headerSearchBoxWrp .searchBox .submitWrp input {
  background: #B5B5B6 url(/img/custom/search_btn.png) no-repeat center center;
  width: 53px;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}

/* start [マイナビ] */
#myNv {
  position: absolute;
  display: block;
  font-size: 0;
  margin: 0 30px;
  text-align: right;
  width: auto;
  height: auto;
  top: 60px;
  right: 0;
}
#myNv li {
  display: inline-block;
  font-size: 12px; /* required */
}
#myNv li:not(:first-of-type) {
  border-left: 1px solid #323333;
}
#myNv li a {
  display: inline-block;
  padding: .2em 1em;
}
#myNv li a:hover{
  color: #FFF;
  background: rgba(200, 200, 200, 1);
  text-decoration: none;
}
#myNv li a::before {
  content: '';
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  margin-right: .5em;
  position: relative;
  top: .2em;
}
#myNvAbout a::before {
  background-image: url(/img/custom/mynv_icon1.png);
}
#myNvAbout a:hover:before {
  background-image: url(/img/custom/mynv_icon1_on.png);
}
#myCommentList a::before{
  background-image: url(/img/custom/sp/favorite.png);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
#myPage a::before {
  background-image: url(/img/custom/mynv_icon4.png);
}
#myPage a:hover:before {
  background-image: url(/img/custom/mynv_icon4_on.png);
}
#myNvNew a::before {
  background-image: url(/img/custom/mynv_icon2.png);
}
#myNvNew a:hover:before {
  background-image: url(/img/custom/mynv_icon2_on.png);
}
#myNvLogin a::before {
  background-image: url(/img/custom/mynv_icon3.png);
}
#myNvLogin a:hover:before {
  background-image: url(/img/custom/mynv_icon3_on.png);
}
#myNvLogout a::before {
  background-image: url(/img/custom/mynv_icon5.png);
}
#myNvLogout a:hover:before {
  background-image: url(/img/custom/mynv_icon5_on.png);
}


/* END [マイナビ] */

/* start [グローバルナビ] */
#globalNv {
  background-color: #fff;
  clear: both;
  padding: 10px 30px 0;
  text-align: right;
}
#globalNv li:first-child{
  float: right;
  width: auto;
  height: 20px;
  border-left: 1px solid #3E3A39;
  border-right: 1px solid #3E3A39;
  margin-top: 0;
  margin-right: 20px;
}
#globalNv li:first-child a {
  display: block;
  color: #3E3A39;
  font-size: 17px;
  padding: 0 18px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  width: auto;
}

.headerEyecatchLinks {
  float: left;
  width: 524px;
}
.headerEyecatchLinks a:hover{
  opacity: .8;
}
#globalNv li {
  float: left;
  margin-top: 10px;
  margin-right: 2px;
}
#globalNv li:nth-child(2) {
  clear: right;
}
#globalNv li:last-child:not(:only-child) {
  margin-right: 0;
}
#globalNv li a {
  display: block;
  text-align: center;
  height: 40px;
  width: 163px;
}
#globalNv li a:hover{
  color:#9E9F9F;
  text-decoration:none;
}
#globalNv .loveHotel a {
  background-color: #F08CAF;
  width: 260px;
}
#globalNv .gourmetSpot a {
  background-color: #1EAAB4;
}
#globalNv .nightSpot a {
  background-color: #A07DB4;
}
#globalNv .amusementSpot a {
  background-color: #F58750;
}
#globalNv .point a {
  background-color: #32A0E6;
}

#globalNv li a img {
  margin-top: 11px;
}
#globalNv .loveHotel a img {
  margin-top: 6px;
}

/* END [グローバルナビ] */
.shop_notice-index-footer-wrapper {
  background-color: #F08CAF;
  padding: 10px 30px;
}
.shop_notice-index-footer-wrapper #footerNv {
  text-align: center;
}
.shop_notice-index-footer-wrapper #footerNv li {
  display: inline-block;
  margin: 0 0.5em;
  font-size: 12px;
}
.shop_notice-index-footer-wrapper #footerNv a {
  color: #fff;
}

.shop_notice-index-footer-wrapper #copyRight {
  clear: both;
  text-align: center;
  margin-top: 25px;
  color: #fff;
  font-size: 12px;
}
