@charset "shift_jis";
/* PC
-----------------------------------------------------------------*/
/*  Inpage Common
-----------------------------------------------------------------------------*/
.guide_navi { margin-bottom: 30px; }
.guide_navi li { display: inline; }

.guide_navi li a {
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
  background: #a6a6a6;
}

.guide_navi li a:hover, .guide_navi li a.active { background: #05248a; }
.blue { color: #05248a; }
.red { color: #b7183f; }
.mb30 { margin-bottom: 30px; }
.mb15 { margin-bottom: 15px; }

/*  Floor
-----------------------------------------------------------------------------*/
/* floor guide */
/* floor */
#floor h3 {
  font-size: 140%;
  margin-bottom: 20px;
  padding: 13px 0 5px;
  border-bottom: 2px solid #05248a;
  position: relative;
}

#floor h3 span.floor_name {
  font-size: 240%;
  padding-right: 10px;
}

#floor h3 span.en_txt {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 50%;
  font-weight: normal;
  color: #05248a;
  top: 0;
  left: 65px;
  display: block;
  position: absolute;
}

#floor .map { text-align: center; }

#floor .map img {
  width: auto;
  height: auto;
  max-width: 90%;
}

#floor .att {
  color: #F62662;
  text-align: center;
  margin: 20px 0;
  padding: 5px;
  background: #f5f5f5;
}

#floor .mark {
  text-align: center;
  padding: 15px;
  border: 1px solid #aaa;
}

#floor .mark.mido {
  border-radius: 5px;
  text-align: left;
  border: none;
  background: #f6f6f6;
}

#floor .mark.mido dt {
  font-weight: bold;
  color: #05248a;
  padding: 0 0 5px 5px;
  border-left: 3px solid #05248a;
}

#floor .mark.mido dd {
  margin-bottom: 15px;
  padding: 0 0 0 10px;
}

#floor .mark img { width: 345px; }
#floor .mark.kura img { width: auto; }

#floor .mark_alpark {
  padding: 15px;
  border: 1px solid #aaa;
}

#floor .mark_alpark li { padding: 5px 0 5px 20px; }

#floor .mark_alpark li span {
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-left: -20px;
  margin-right: 5px;
  width: 16px;
  display: inline-block;
  background: #333;
}

#floor .mark.sinma img {
  width: auto;
  height: auto;
}

#floor .floor_step li { margin-bottom: 10px; }

#floor .floor_step li.nolink {
  padding: 10px;
  border: 1px solid #ccc;
}

#floor .floor_step li span {
  font-size: 150%;
  font-weight: bold;
  padding-right: 1em;
}

#floor .floor_step li a {
  text-decoration: none;
  padding: 10px;
  border: 1px solid #05248a;
  display: block;
}

#floor .floor_step li a:hover {
  color: #fff;
  background: #05248a;
}

#floor p.imgbtn { text-align: center; }
#floor p.imgbtn a:hover img { opacity: 0.7; }

#floor p.cartier {
  text-align: center;
  margin: 20px 0;
}

/*  Service
-----------------------------------------------------------------------------*/
/* Service guide */
#service h3 {
  font-size: 20px;
  font-weight: bold;
  color: #05248a;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 15px 0;
}

#service .sv_list {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #05248a;
}

#service .sv_list dt {
  font-size: 120%;
  font-weight: bold;
}

#service .sv_list dd {
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 2px solid #ccc;
}

#service .sv_list dd:last-child {
  margin-bottom: 0;
  padding: 10px 0 0;
  border-bottom: none;
}

#service .sv_btn {
  margin: 0 auto;
  width: 30%;
}

#service .sv_btn a {
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  width: 100%;
  display: block;
  background: #6e6e6e url(../../../img/icon_arrow_right.png) no-repeat 97% center;
  background-size: 8px auto;
}

#service .sv_btn a:hover {
  background: #333 url(../../../img/icon_arrow_right.png) no-repeat 97% center;
  background-size: 8px auto;
}

#service table.alpk {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

#service table.alpk th {
  text-align: left;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f6f6f6;
}

#service table.alpk td {
  padding: 10px;
  border: 1px solid #ccc;
}

/*  Map
-----------------------------------------------------------------------------*/
/* Access map */
#map h3 {
  font-size: 20px;
  font-weight: bold;
  color: #05248a;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 15px 0;
}

#map .map_link {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
}

#map .map_link.alpk { padding: 40px 0; }
#map .map_link.alpk img { width: 90%; }

#map .map_access {
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

#map .map_access th {
  line-height: 2em;
  text-align: left;
  padding: 10px;
  background: #f6f6f6;
}

#map .map_access td {
  line-height: 2em;
  padding: 10px;
}

#map .map_access td p { font-size: 90%; }
#map .map_access td.border { border-bottom: 1px solid #ccc; }

#map .map_btn {
  margin: 0 auto 10px;
  width: 60%;
}

#map .map_btn a {
  border-radius: 3px;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  width: 100%;
  display: block;
  background: #6e6e6e url(../../../img/icon_arrow_right.png) no-repeat 97% center;
  background-size: 8px auto;
}

#map .map_btn a:hover {
  background: #333 url(../../../img/icon_arrow_right.png) no-repeat 97% center;
  background-size: 8px auto;
}

#map h4 {
  font-size: 120%;
  margin-bottom: 15px;
  padding-left: 8px;
  border-left: 4px solid #05248a;
}

#map .free li {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 15px 5px;
  width: 48%;
  display: inline-block;
  background: #b7183f;
}

#map .free li span {
  font-size: 40px;
  font-weight: bold;
  padding: 20px 0 10px;
  display: block;
}

#map .free li:last-child { float: right; }

#map .map_access.parking th:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

#map .map_access.parking th.boeder { border-bottom: 1px solid #ccc; }
#map .map_access.parking td { border-bottom: 1px solid #ccc; }
#map .map_access.parking td.no_boeder { border-bottom: none; }

#map .map_access th span.number {
  font-size: 150%;
  color: #fff;
  margin-right: 5px;
  padding: 3px 7px;
  background: #b7183f;
}

#map .map_access span.dai {
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  margin: 0 5px;
  padding: 1px 5px;
  background: #333;
}

#map .map_access span.chair {
  padding-right: 20px;
  background: url(../../../okayama/img/map/icon_chair.gif) no-repeat right top;
}

#map .map_access span.autobike {
  padding-right: 20px;
  background: url(../../../okayama/img/map/icon_autobike.gif) no-repeat right top;
}

#map .map_access td span.red {
  font-weight: bold;
  color: #b7183f;
}

#map .map_access td p.bg_red {
  color: #fff;
  padding: 3px;
  background: #b7183f;
}

#map .map_access td p.bg_red.mb10 { margin-bottom: 10px; }

#map .map_access td p.bg_red span {
  font-size: 120%;
  font-weight: bold;
}

#map .bike { margin-bottom: 20px; }
#map .bike p { text-align: center; }

#map .waku {
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
}

#map .map_access.blue .number { background: #1d2087; }
#map .map_access.maru th span.number { border-radius: 50%; }

#map .park_free {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px;
  background: #b7183f;
}

#map .park_free span { font-size: 20px; }
#map .park_free.blue { background: #1d2087; }
#map ul.bana li { margin-bottom: 15px; }
#map ul.bana li a:hover img { opacity: 0.7; }

#map .ten_card table {
  border: 1px solid #ccc;
  width: 49%;
}

#map .ten_card:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

#map .ten_card table th.hd {
  color: #fff;
  padding: 5px;
  background: #333;
}

#map .ten_card table th.shd {
  padding: 5px;
  background: #f6f6f6;
}

#map .ten_card table td {
  vertical-align: top;
  padding: 5px;
}

#map .ten_card table td span { font-size: 10px; }
#map .ten_card table .border_b { border-bottom: 1px dotted #777; }

#map .receipt {
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 20px 0 5px;
  padding: 15px;
  background: #b7183f;
  clear: both;
}

#map .receipt_att {
  text-align: center;
  margin-bottom: 20px;
}

#map dl.fuku dt {
  text-align: center;
  margin-bottom: 15px;
  padding: 30px 0;
  background: #f6f6f6;
}

#map dl.fuku dd {
  line-height: 2.0;
  width: 32%;
  display: inline-block;
}

#map dl.fuku dd span {
  border-radius: 50%;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  margin-right: 5px;
  border: 1px solid #333;
  width: 15px;
  height: 15px;
  display: inline-block;
}

#map .att {
  color: #F62662;
  text-align: center;
  margin: 20px 0;
  padding: 5px;
  background: #f5f5f5;
}

#map .att02 {
  margin-bottom: 10px;
  padding: 20px 20px 8px;
  border: 1px solid #ccc;
}

#map .att02 li {
  text-indent: -14px;
  margin-bottom: 12px;
  margin-left: 14px;
}

#map .alpk_paking {
  padding: 20px;
  border: 1px solid #ccc;
}

#map .alpk_paking dt {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  background: #b7183f;
}

#map .alpk_paking p { margin-bottom: 10px; }
#map .alpk_paking li { line-height: 2.0; }

#map .alpk_paking table {
  border-radius: radius;
  margin: 20px 0 5px;
  border: 1px solid #ccc;
  width: 100%;
}

#map .alpk_paking table th { background: #f6f6f6; }

#map .alpk_paking table th, #map .alpk_paking table td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

#map .alpk_paking table tr.no-border td, #map .alpk_paking table tr.no-border th { border-bottom: none; }

#map ul.alpk_free {
  padding: 10px 20px;
  background: #f6f6f6;
}

#map ul.alpk_free li { border-bottom: 1px dotted #999; }

#map ul.alpk_free li:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

#map ul.alpk_free li span {
  text-align: right;
  display: inline-block;
  float: right;
}

#map .hach_free li {
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 20px auto 5px;
  padding: 15px;
  width: 90%;
  background: #b7183f;
}

#map .hach_free li:last-child { margin-bottom: 0; }
#map .hach_free li span { font-size: 120%; }
#map .hach_pmark { border: 2px solid #05248a; }
#map .hach_pmark dt { text-align: center; }

#map .hach_pmark img {
  width: auto;
  height: auto;
}

#map .hach_pmark dd {
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.8;
  margin: 20px 23px 20px;
  padding: 10px 20px;
  background: #f6f6f6;
}

#map .hach_pmark dd p {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px;
  background: #777;
}

#map .g_map { margin-bottom: 30px; }

/*  Restaurant
-----------------------------------------------------------------------------*/
#restaurant h3 {
  font-size: 20px;
  font-weight: bold;
  color: #05248a;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 15px 0 10px 10px;
  border-bottom: 1px dotted #05248a;
  background: #f6f6f6;
  clear: both;
}

#restaurant h3 span {
  font-size: 160%;
  padding-right: 10px;
}

#restaurant dl.rest_list {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 40px;
  clear: both;
}

#restaurant dl.rest_list.border {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #05248a;
}

#restaurant dl.rest_list:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

#restaurant dl.rest_list dt {
  width: 35%;
  float: left;
}

#restaurant dl.rest_list dd {
  width: 60%;
  float: right;
}

#restaurant dl.rest_list dd h4 {
  font-size: 110%;
  color: #fff;
  margin-bottom: 15px;
  padding: 5px;
  background: #98ade7;
}

#restaurant dl.rest_list dd h4 span {
  font-weight: normal;
  color: #333;
  margin-left: 5px;
  padding: 0 3px;
  display: inline-block;
  background: #fff;
}

#restaurant dl.rest_list dd ul {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #ccc;
}

#restaurant dl.rest_list dd ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  border-bottom: 1px dotted #777;
}

#restaurant dl.rest_list dd ul li p { padding-bottom: 5px; }

#restaurant dl.rest_list dd ul li span {
  font-weight: bold;
  text-indent: -14px;
  display: block;
}

#restaurant dl.rest_list dd ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*  Waiwai
-----------------------------------------------------------------------------*/
#waiwai #contents h2 img { vertical-align: top; }

#waiwai .wai_con {
  margin-bottom: 20px;
  padding: 0 20px 20px;
  background: #ffff99;
}

#waiwai .wai_con p { margin-bottom: 15px; }

#waiwai p.price {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #05248a;
}

#waiwai .map {
  text-align: center;
  margin-bottom: 15px;
}

#waiwai .map li {
  text-align: center;
  padding: 10px;
  display: inline-block;
}

#waiwai .link { text-align: center; }

/*  Art Space
-----------------------------------------------------------------------------*/
#artspace .art_con {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #05248a;
}

#artspace h3 {
  font-size: 20px;
  font-weight: bold;
  color: #05248a;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 15px 0;
}

#artspace p.line {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #777;
}

#artspace p.line img {
  margin-left: 15px;
  float: right;
}

#artspace p.line:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

#artspace .tenji {
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 20px 20px 15px;
  background: #f6f6f6;
}

#artspace .tenji li { padding-bottom: 5px; }
#artspace .art_btn { margin: 20px 0; }

#artspace .art_btn dt {
  font-size: 12px;
  margin-bottom: 10px;
}

#artspace .art_btn dd { margin-bottom: 30px; }

#artspace .art_btn dd a {
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-indent: 20px;
  padding: 10px 0;
  width: 70%;
  display: block;
  background: #05248a url(../../../img/icon_arrow_right.png) no-repeat 97% center;
  background-size: 8px auto;
}

#artspace .art_btn dd a:hover { background-color: #777; }
#artspace .art_adrs dt { font-weight: bold; }

#artspace .art_adrs dd {
  border-radius: 5px;
  padding: 20px 20px 15px;
  width: 65%;
  background: #f6f6f6;
}

/*  E_MONEY
-----------------------------------------------------------------------------*/
#e_money .art_con p {
  text-align: center;
  padding: 70px 0;
  background: #f6f6f6;
}

/*  COSME
-----------------------------------------------------------------------------*/
#cosme #contents dl {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #05248a;
}

#cosme #contents dl dt {
  font-weight: bold;
  color: #05248a;
  margin-bottom: 10px;
  padding: 0 0 0 5px;
  border-left: 3px solid #05248a;
}

#cosme #contents dl dd {
  margin-bottom: 20px;
  padding: 15px;
  background: #f6f6f6;
}

#cosme #contents dl dd p {
  text-indent: -45px;
  margin: 5px 0;
  padding: 5px 0 5px 45px;
  border-bottom: 1px dotted #ccc;
}

#cosme #contents dl dd p span {
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
  background: #fff;
}

/*  OHTER
-----------------------------------------------------------------------------*/
#shop_other h3 {
  font-size: 20px;
  font-weight: bold;
  color: #05248a;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 15px 0;
}

#shop_other table.syunan {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  width: 100%;
}

#shop_other table.syunan th {
  text-align: left;
  padding: 10px;
  background: #f6f6f6;
}

#shop_other table.syunan td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

#shop_other table.syunan td.no_bo { border-bottom: none; }
#shop_other table.syunan td ul { padding: 10px 0 0 10px; }

#shop_other table.syunan td ul li {
  width: 49%;
  display: inline-block;
}

#shop_other .bag {
  padding: 20px;
  border: 1px solid #ccc;
}

#shop_other .bag dl {
  border-radius: 5px;
  margin: 20px 0;
  padding: 20px 20px 0;
  background: #f6f6f6;
}

#shop_other .bag dt {
  font-weight: bold;
  color: #05248a;
  padding: 0 0 10px;
}

#shop_other .bag dd { padding: 0 0 20px 15px; }

#shop_other p.okidoki {
	margin:15px 0;
	font-size:18px;
	line-height:1.6;
}

#shop_other p.oki_btn{
	margin: 0 auto 10px;
  width: 60%;
}



#shop_other p.oki_btn a {
  border-radius: 3px;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  width: 100%;
  display: block;
  background: #6e6e6e url(../../../img/icon_arrow_right.png) no-repeat 97% center;
  background-size: 8px auto;
}

#shop_other p.oki_btn a:hover {
  background: #333 url(../../../img/icon_arrow_right.png) no-repeat 97% center;
  background-size: 8px auto;
}



#shop_other .p_ticket {
  width: 100%;
  clear: both;
  margin-bottom:20px;
}

#shop_other .p_ticket dt {
  padding: 10px 5px;
  position: absolute;
}

#shop_other .p_ticket dd {
  padding: 10px 0 10px 20%;
  border-bottom: 1px dotted #ccc;
}

#shop_other div.call{
	border:3px solid #ccc;
	font-size:16px;
	font-weight:bold;
	padding:3%;
	line-height:1.8;
	margin-top:20px;
}

#shop_other div.call p{
	font-size:14px;
	font-weight:normal;
}
