#action-show #main,
#action-list #main,
#action-print #main,
#action-showAll #main {
  width:100%;
  float:none;
}

.couponUnit{
  border: 1px dotted #999;
  border-top:10px solid #FF4D4D;
  margin: 0 auto 10px;
  padding: 10px;
  width: 540px;
}

/*2015_1115_tateishi　修正*/
.couponImg{
  float:none;
  width:100%;
  clear:both;
}
/*
.couponImg img{
  max-width:50px;
}*/

.objImg{
  float:left;
  margin-right:10px;
}

.couponTitle{
  margin-bottom:5px;
  text-align:center;
}

#action-index .listTable th {
    padding: 5px 10px;
    vertical-align: middle;
    border-top: none;
    border-bottom:none;
    color: #3A9FD8;
    background: none;
}

#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;
}

/*↑ここまで*/

.couponTitle a{
  font-size:20px;
  font-weight:bold;
}
.startEnd{
  color:#F93D28;
  margin:10px 0;
  text-align:center;
  font-size:14px;
}
.notes{
  color:#333;
  background-color:#EAEAEA;
  padding:5px;
}
.coupon-print a{
  display:inline-block;
  padding:10px 20px;
  border:1px solid #333;
  color:#333;
}

/*管理者向けリンク*/
.contEdit{
  padding:2px 10px;
  margin-bottom:5px;
  text-align:right;
}
.contEdit a{
  background-color:#333;
  color:#fff;
  padding:5px 10px;
}


/*クーポン印刷ページ*/
#action-print #container{
  width:auto;
}
#action-print #content{
  background-image:none;
}
#action-print .shopHeader{
  margin-bottom:15px;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#action-print .shopHeaderInner{
  padding:10px;
  border: 1px solid #611616;
  position:relative;
}
#action-print .shopHeaderInner .telNumber{
  font-size:1.4em;
  margin:10px 0;
}
#action-print .shopHeaderInner .shopTitle{
  font-size:2.2em;
  margin:5px 0;
}

.goPrint{
  text-align:center;
  margin-bottom:20px;
}
.goPrint button{
  padding:15px 20px;
}
.coupons{
  margin-bottom:40px;
}
.shopDetail,
.MapView{
  width:50%;
}
.MapView{
  float:left;
}
.shopDetail{
  float:right;
}
.shopTable{
  width:360px;
  text-align:left;
}
.shopTable th,
.shopTable td{
  padding:5px;
  border:1px solid #ddd;
  font-weight:normal;
  font-size:12px;
}
.shopTable th{
  width:110px;
  text-align:right;
  background-color: #efefef;
}
.qr{
  margin:15px 0;
  text-align:center;
}
/* 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_coupon-index-footer-wrapper {
  background-color: #F08CAF;
  padding: 10px 30px;
}
.shop_coupon-index-footer-wrapper #footerNv {
  text-align: center;
}
.shop_coupon-index-footer-wrapper #footerNv li {
  display: inline-block;
  margin: 0 0.5em;
  font-size: 12px;
}
.shop_coupon-index-footer-wrapper #footerNv a {
  color: #fff;
}

.shop_coupon-index-footer-wrapper #copyRight {
  clear: both;
  text-align: center;
  margin-top: 25px;
  color: #fff;
  font-size: 12px;
}
