@charset "utf-8";

/* ===================================================================
CSS information

 file name  : original.css
 style info : オリジナル設定用
=================================================================== */
/*------------------- レイアウト -------------------*/

/* 固定ページ */
#freePage p {
	margin-bottom:10px;
	line-height:1.2em;
}

#freePage table {
	margin:10px auto;
}

#freePage h2 {
	margin-bottom:20px;
	padding:10px;
	background-color:#CCC;
	font-weight:bold;
}

#freePage h3 {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #EFEFEF;
	font-weight: bold;
}

#freePage h4 {
	margin-bottom: 20px;
	padding: 10px;
	font-weight: bold;
	border-bottom:2px solid #999;
}

/* テーブル：ボーダー設定 */
table.border, table.border th, table.border td {
	padding:5px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

tr.odd, th.odd, td.odd {
	background-color:#eeeeee;
}

table.border th {
	background-color:#F6F6F6;
}

/* リスト */
#freePage ul li {
	margin-bottom:10px;
	line-height:1.2em;
}

ul.anchor2 {
	margin:5px auto;
	padding-left:30px;
	list-style:disc;
}

/* 画像位置 */
img.vmid {
	vertical-align:middle;
}

/*------------------- フォント -------------------*/
.bold {
	font-weight:bold;
}

.large {
	font-size:large;
}

.small {
	font-size:small;
}

.red {
	color:#C00;
}

.blue, .navy {
	color:#069;
}

.green {
	color:#360;
}


/* menu */
#gNavLi .subNavLi a {
    color: #333;
}

#gNavLi .subNavLi .fade {
    padding: 15px 30px 15px 43px;
}

#gNavLi li.event .subNavLi li {
    background-color: #f4f4f4
}
#gNavLi li.shop .subNavLi li {
    background-color: #f4f4f4
}
#gNavLi li.guide .subNavLi li {
    background-color: #f4f4f4
}
#gNavLi li.access .subNavLi li {
    background-color: #f4f4f4
}
#gNavLi li.info .subNavLi li {
    background-color: #f4f4f4
}

/* 文字サイズ */
#fontSize {
    font-size: 0.857em;
    background: #eee;
    margin-bottom: 20px;
    padding: 10px;
}

/* ページタイトル */
.pageTtl {
    background: #000000;
    font-size: 1.286em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px 20px;
}

/* 検索ボタン */
.pageSearchBtn {
    float: right;
    margin-bottom: 10px;
    width: auto;
    min-width: 58px;
    height: 30px;
    line-height: 30px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background: #CCCCCC;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

/* トップページタブ */
#sort .wrap:hover {
  border-bottom: 5px solid #CCCCCC;
}


/* フッター */
/*
#footerInfo {
  position: relative;
  background: #333;
  color: #fff;
  line-height: 150%;
  padding: 20px;
}
*/

/* スタッフ募集 */
table.recruitTable th{
    width: 175px;
    text-align: center;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #eee;
    padding: 18px 15px;
}

table.recruitTable td{
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 18px 15px;
}

/* ショップページ各ニュースタイトル */
#shopPage h2.ttl {
    padding: 10px 20px;
    font-size: 1.286em;
    font-weight: bold;
    background: #ccc;
}

/* ショップページ各訴求内容 */

#shopPage .ttl.sale {
    padding: 10px 20px;
    font-size: 1.286em;
    font-weight: bold;
    background: #ccc;
}

#shopPage .ttl.special {
    padding: 10px 20px;
    font-size: 1.286em;
    font-weight: bold;
    background: #ccc;
}


/* カテゴリー */
.itemList .category .innerTxt,
#event .itemList .category .innerTxt,
#post .category .innerTxt {
    display: inline-block;
    vertical-align: bottom;
    font-size: 0.786em;
    color: #fff;
    background: none;
    margin-right: 5px;
	margin-bottom:2px;
    padding: 2px 6px;
}

.weekTable .category {
	background:#000000;
}

#shop .itemList .category .innerTxt {
	background:#000000;
}

#event .itemList .category.event .innerTxt,
#event .weekTable .category.event ,
#post .category.event .innerTxt,
#shop .itemList .category.event .innerTxt  {
    background: #ff5959;
}
#event .itemList .category.sale .innerTxt,
#event .weekTable .category.sale ,
#post .category.sale .innerTxt,
#shop .itemList .category.sale .innerTxt  {
	background: #33cc33;
}
#event .itemList .category.exhibition .innerTxt,
#event .weekTable .category.exhibition ,
#post .category.exhibition .innerTxt  {
	background: #1a346d;
}
#event .itemList .category.hall_event .innerTxt,
#event .weekTable .category.hall_event ,
#post .category.hall_event .innerTxt {
	background: #79402d;
}
#event .itemList .category.other .innerTxt,
#event .weekTable .category.other ,
#post .category.other .innerTxt,
#shop .itemList .category.other .innerTxt  {
	background: #a4a4a4;
}
#shop .itemList .category.fair .innerTxt  {
	background: #ffc10a;
}
#shop .itemList .category.newgoods .innerTxt  {
	background: #008bd1;
}
#shop .itemList .category.campaign .innerTxt  {
	background: #ef3f0e;
}
#shop .itemList .category.newshop .innerTxt  {
	background: #1dc661;
}
#shop .itemList .category.child .innerTxt  {
	background: #ff7a8c;
}
#post .category.event,
#post .category.sale,
#post .category.exhibition,
#post .category.hall_event,
#post .category.other{
	background: none;
}

.shopDtlTable .category .innerTxt {
    margin-bottom:2px;
	background: none;
}

/*クーポン詳細*/

#couponDetail #page{
	background-color: #fff;
}
#couponDetail #ticket{
    border: 5px solid #000;
    width: 610px;
}

/*--------ロゴの周りの枠線--------*/

/*ショップリスト*/

/*ロゴがある場合*/
#shoplist .itemList .thum img {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}
/*ロゴがない場合*/
#shoplist .itemList .thum img.noborder {
    padding: 10px;
    border: none;
    background: #fff;
}

/*セールリスト*/

/*ロゴがある場合*/
#sale .itemList .thum img {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}
/*ロゴがない場合*/
#sale .itemList .thum img.noborder {
    padding: 10px;
    border: none;
    background: #fff;
}

/* ニュース改行対策 */

#post p, .post p {
    font-size: 1em;
    line-height: 140%;
    margin-bottom: 1.5em;
}

/* ページ送り */
.pageNav .current {
	background:#000;
}

/* セール訴求内容線 */
#sale .freeTxt {
    border-top:3px solid #cccccc;
}

/* 写真枠線 */
.photo {
  border:1px solid #CCCCCC;
}


/* ===============
　　　PC用
=============== */
@media screen and (min-width: 1261px) {
#shoplist .item {
        height: 340px;
}
}

/* ===============
　タブレット横・縦・スマホ用 
===============*/
@media screen and (max-width: 1260px) {

}

/* ===============
　タブレット縦・スマホ用 
===============*/
@media screen and (max-width: 1025px) {

}

/* ===============
　　スマホ用 
===============*/
@media screen and (max-width: 767px) {
    
  #gNavLi .fade {
    padding: 10px 30px 10px 40px;
  }

  table.recruitTable th {
    border-bottom: 1px solid #ccc;
    border-left: none;
    background: none;
    padding: 10px 10px 10px 0;
    text-align: left;
    width: 116px;
  }
  table.recruitTable td {
    border-bottom: 1px solid #ccc;
    border-left: none;
    padding: 10px;
  }

  .pageSearchBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }

	/* 固定ページ内リンク */
	#freePage a {
		color:#036;
		text-decoration:underline;
	}
}

/* ===============
　　　SCオリジナル用
=============== */
/* 出店状況 */
.itemList .category .taxfree,
.shopDtlTable .category .taxfree {
	background:#fe0000;
}

.itemList .category .themepark_amusement,
.shopDtlTable .category .themepark_amusement {
	background-color: #289F41;
}

.itemList .category .cafe,
.shopDtlTable .category .cafe {
	background-color: #452223;
}

.itemList .category .sportscycle,
.shopDtlTable .category .sportscycle {
	background-color: #121B76;
}

.itemList .category .serviceshop,
.shopDtlTable .category .serviceshop {
	background-color: #4D1C77;
}

.itemList .category .beautyandbarber_relaxationshop,
.shopDtlTable .category .beautyandbarber_relaxationshop {
	background-color: #3476CF;
}

.itemList .category .school,
.shopDtlTable .category .school {
	background-color: #D7671B;
}

.itemList .category .bridalsupportshop,
.shopDtlTable .category .bridalsupportshop {
	background-color: #D92E93;
}

.itemList .category .currencyexchange,
.shopDtlTable .category .currencyexchange {
	background-color: #353535;
}


/* イベントカレンダーのカテゴリ */

dl.eventLi dt.live,
 #post p.live,
 #event .itemList .live .innerTxt {
        background:#d43c2d;
}
dl.eventLi dt.fair,
 #post p.fair,
 #event .itemList .fair .innerTxt {
        background:#d43c2d;
}
dl.eventLi dt.workshop,
 #post p.workshop,
 #event .itemList .workshop .innerTxt {
        background:#b50080;
}
dl.eventLi dt.rally,
 #post p.rally,
 #event .itemList .rally .innerTxt {
        background:#b50080;
}
dl.eventLi dt.kids,
 #post p.kids,
 #event .itemList .kids .innerTxt {
        background:#f3b90a;
}
dl.eventLi dt.sport,
 #post p.sport,
 #event .itemList .sport .innerTxt {
        background:#1aafe4;
}
dl.eventLi dt.pet,
 #post p.pet,
#event .itemList .pet .innerTxt {
        background:#a3c00b;
}
dl.eventLi dt.food,
 #post p.food,
#event .itemList .food .innerTxt {
        background:#b50080;
}
dl.eventLi dt.exhibition,
 #post p.exhibition,
#event .itemList .exhibition .innerTxt {
	background: #b50080;
}
dl.eventLi dt.campaign,
 #post p.campaign,
#event .itemList .campaign .innerTxt {
	background: #b50080;
}
dl.eventLi dt.sale,
 #post p.sale,
#event .itemList .sale .innerTxt {
	background: #b50080;
}
dl.eventLi dt.cinema,
 #post p.cinema,
#event .itemList .cinema .innerTxt {
	background: #626262;
}
dl.eventLi dt.yoshimoto,
 #post p.yoshimoto,
 #event .itemList .yoshimoto .innerTxt {
	background: #00a0e9;
}
dl.eventLi dt.nojima,
 #post p.nojima,
#event .itemList .nojima .innerTxt {
	background: #1d2088;
}
dl.eventLi dt.anniversary,
 #post p.anniversary,
#event .itemList .anniversary .innerTxt {
	background: #3366cc;
}
dl.eventLi dt.happinessmall,
 #post p.happinessmall ,
 #event .itemList .happinessmall .innerTxt {
        background:#ff00cc;
}


/* バス時刻表 */
#freePage p.tt-ruby {
  fispaly: block;
  float: left;
  margin: 0px 2px;
  text-align:center;
}
#freePage p.tt-ruby span {
  font-size:85%;
  text-align:center;
}

/* アクセス */
#freePage p.accessLink {
  width: 300px; 
  background-color: #efefef; 
  border: 1px solid #D9D9D9;
  border-radius: 10px; 
  text-align: center; 
  padding: 10px; 
  display: block; 
  text-decoration: none;
  margin:1em 0;
}

ul.accessbtn {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  clear: both;
  overflow: hidden;
}
ul.accessbtn li {
  margin: 5px;
  border: 1px solid #D9D9D9;
  background-color: #F7F7F7;
  border-radius: 10px;
  list-style: none;
  float: left;
  display: inline-block;
  width: 40%;
  text-align: center;
}
ul.accessbtn li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}


/* アコーディオン */
#acMenu {
  margin-bottom: 20px;
  clear: both;
}
#acMenu dt {
  margin-top: 2px;
  padding: 0 10px;
  display: block;
  line-height: 40px;
  cursor: pointer;
  background: url(/files/image/574/pic.png) right no-repeat;
  font-size: 120%;
  font-weight: bold;
  background-color: #232323;
  border: 1px solid #D9D9D9;
  color: #FFFFFF;
}
#acMenu dt.active {
  background: #F7F7F7 url(/files/image/575/pic.png) right no-repeat;
  color: #333333;
}
#acMenu dd {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 15px;
  display: none;
}

/* アクセスのご案内 */
ul.accesslist {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  clear: both;
  overflow: hidden;
}
ul.accesslist li {
  margin: 5px;
  border: 1px solid #D9D9D9;
  background-color: #F7F7F7;
  border-radius: 10px;
  list-style: none;
  float: left;
  display: inline-block;
  width: 18.7%;
  text-align: center;
}
ul.accesslist li a {
  display: block;
  padding: 10px;
  text-decoration: none;
}

/* スマホレイアウト変更用 */
#secPage {
	border-top: 1px solid #CCCCCC;
}
#secPage ul {
	margin: 10px 0;
	padding: 0;
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
}
#secPage ul li {
	padding-top: 10px;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	background: url(http://makuharishintoshin-aeonmall.com/img/common/sp-arrow.png) no-repeat center right;
}
#secPage ul li a {
	text-decoration: none;
}
#secPage ul li .thum {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 30%;
	float: left;
}
#secPage ul li .thum img {
	width: auto;
	max-width: 100%;
}
#secPage ul li .thumRight {
	margin: auto 20px 10px 32%;
}
#secPage .busLbtn {
	float: left;
	display: inline-block;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	width: 40%;
	margin-left: 10px;
	padding: 10px;
	background-color: #1C3183;
}
#secPage .busRbtn {
	float: right;
	display: inline-block;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	width: 40%;
	padding: 10px;
	background-color: #1C3183;
}
#secPage .busLbtn a,  #secPage .busRbtn a {
	color: #FFFFFF;
	text-decoration: none;
}

/* スマホ用バス時刻表 */
div.spBustime th,
div.spBustime td {
	white-space: nowrap;
}

/* 働くmerit */
#staffmerit h2{
	background-color: #cb9acb;
	color:#fff;
	border-radius: 10px;
}
#staffmerit p.point {
	border: 2px dotted #cb9acb;
	color:#cb9acb;
	width:9em;
	padding:3px 5px;
	margin-bottom:0.5em;
	text-align:center;
}
#staffmerit a.linkBtn {
	display:block;
	border-radius: 10px;
	background-color: #666;
	padding:10px;
	width:150px;
	color:#fff;
	text-align:center;
	margin: 1em auto;
}
