@charset 'UTF-8';

/* ***************************************************
* 
* #記述ルール
* - 原則として下記のプロパティと、サイト固有の要素のレイアウトを記述
* -- background
* -- border
* -- border-radius
* -- box-shadow
* -- color
* -- filter(不透明度以外)
* -- text-decoration
* -- text-shadow
*
*****************************************************/

/*----------------------------------------------------
 共通：文字色／リンク色／背景色
----------------------------------------------------*/
/* 背景色 */
body {
    background-color: #eaeaea;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/bg.png);
    background-repeat: repeat;
    background-position: left center;
}
/* 文字色 */
body,
.clickable a .lead,
.text-box .attach-inner .date,
.title.ranking {
    color: #460408;
}
/* リンク色 */
a {
    text-decoration: none;
    color: #460408;
}
a:hover {
    text-decoration: underline;
    color: #460408;
}
/* その他 */
.clickable a .title {
    color: #36c;
}
.clickable a .lead {
    color: #404040;
}
blockquote {
    border-left: 4px solid #333;
}
cite {
    color: #999;
}
pre {
    border-radius: 5px;
    color: #333;
}
code {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    background: #eee;
}
pre,
kbd {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: #eee 1px 1px 4px;
    background: #f6f6f6;
}
mark {
    color: #fff;
    background: #333;
}
/* table */
caption {
    background: #f6f6f6;
}
.table td {
    border-top: 1px #ccc solid;
}

.bordered {
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #ccc;
}
.bordered th,
.bordered td {
    border-right: 1px #ccc solid;
}
.striped tbody tr:nth-child(odd) td,
.striped tbody tr:nth-child(odd) th {
    background: #f6f6f6;
}

/*----------------------------------------------------
 プラグイン
----------------------------------------------------*/
/* bxslider */
.bx-wrapper .bx-loading {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/cms/ajax-loader.gif) center center no-repeat white;
}
.bx-wrapper .bx-pager {
    color: #666;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    border: solid 1px #dadada;
    border-radius: 10px;
    background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #460408;
}
.bx-wrapper .bx-prev {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/cms/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/cms/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-auto .bx-start {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/cms/controls.png) -86px -11px no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/cms/controls.png) -86px -44px no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.bx-wrapper .bx-caption {
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
}
.bx-wrapper .bx-caption span {
    color: #fff;
}

/*----------------------------------------------------
 アイコン
----------------------------------------------------*/
.slidemenu li a,
.slidemenu li ul a,
.more a,
.foot-contents li a,
.foot-contents li li a,
.foot-contents li.link-block a {
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/cms/icon.png);
    background-repeat: no-repeat;
}
.icon.kira {
    width: 16px;
    height: 16px;
    margin: 3px 0 0 5px;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/cms/icon.png);
    background-repeat: no-repeat;
    background-position: 0px -510px;
}
.icon {
    /*background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/map/icn_sprites.png);*/
    background-repeat: no-repeat;
}
.icon.icon-search {
    background-position: 0 0;
}
.icon.icon-star {
    background-position: -34px 0;
}
.icon.icon-shop {
    background-position: -68px 0;
}
.icon.icon-review {
    background-position: -102px 0;
}
.icon.icon-rank {
    background-position: -136px 0;
}
.icon.icon-don {
    background-position: 0 -38px;
}
.icon.icon-kuchikomi {
    background-position: -18px -38px;
}
.icon.icon-address {
    background-position: -36px -38px;
}
.icon.icon-url {
    background-position: -54px -38px;
}
.icon.icon-tel {
    background-position: -72px -38px;
}
.icon.icon-genre {
    background-position: 0 -57px;
}
.icon.icon-volume {
    background-position: -15px -57px;
}
.icon.icon-date {
    background-position: -30px -57px;
}


/*----------------------------------------------------
 フォーム要素
----------------------------------------------------*/
input[type='text'],
input[type='password'],
input[type='email'],
.labelinputs,
textarea,
select {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.12);
    background: #fff;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
textarea:focus {
    border: 1px solid #999;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.32);
    color: #999;
}
select {
    background-color: #f6f6f6;
}
legend {
    color: #666;
}
label span,
legend span {
    color: #333;
}
button:-moz-focus-inner,
input:-moz-focus-inner {
    border: none;
}

/*----------------------------------------------------
 アラート
----------------------------------------------------*/
.alert.alert-error {
    color: #c00;
}

/*----------------------------------------------------
 ベースレイアウト
----------------------------------------------------*/
#body {
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
}
.bleed .unit-bd {
    width: auto;
}
.bleed .unit {
    padding-top: 10px;
}
.layout_1col .layout_main {
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .bleed .unit {
        padding-top: 0;
    }
    #main-content {
        margin: 0;
        padding: 0;
    }
    .layout_2col .layout_sidebar {
        border-top: 3px solid #ddd3be;
    }
}

/*----------------------------------------------------
 ヘッダー
----------------------------------------------------*/
header {
    box-shadow: rgba(113, 135, 164, 0.290196) 0 2px 10px 0;
    background-color: #fffbef;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_bg.png);
    background-repeat: repeat-x;
}
.head-contents .inner {
    padding-top: 24px;
}
.area-logo h1 {
    position: relative;
    top: -5px;
}
.area-logo h1.logo a {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}
.area-headnav .sitemap {
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/cms/icon.png);
    background-repeat: no-repeat;
    background-position: -490px -488px;
}

/*----------------------------------------------------
 フッター
----------------------------------------------------*/
/* foot-contents */
.foot-contents {
    background: #fff;
}
.foot-contents .logo a {
    background-size: contain;
}
.foot-contents .link-block a,
.foot-contents li a {
    color: #493626;
}
.foot-contents .hd {
    border-bottom: 1px solid #460408;
    margin-bottom: 0 !important;
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_bottom_bg.png) bottom repeat-x;
}
.foot-contents .hd .hasGrid {
    border: none;
    padding-bottom: 16px;
}
.foot-contents .hd .hasGrid section.mrm {
    border-right: 1px dotted #4c3b30;
}
.foot-contents .ft {
    color: #fff;
    background: #460408;
}
#gototop {
    margin-left: 93%;
    color: #414141;
    background: rgba(232, 232, 232, 0.95);
}
#gototop:hover {
    background: #eee;
}

@media only screen and (max-width: 767px) {
    #gototop {
        margin-left: 90%;
    }
}

@media only screen and (max-width: 479px) {
    #gototop {
        margin-left: 84%;
    }
}

/*----------------------------------------------------
 PC版ナビゲーション
----------------------------------------------------*/
.navigation nav > ul {
    background-color: #fff;
}
.navigation nav ul li {
    color: #fff;
    background-color: #323c45;
}
.navigation nav > ul > li {
    border-radius: 3px 3px 0 0;
}
.navigation nav ul > li:hover {
    background-color: #ed7168;
}
.navigation nav ul li a {
    color: #fff;
}
.navigation nav ul li a:hover {
    text-decoration: none;
}
.navigation nav ul > li:not( :last-child ) > a {
    border-right: 1px dotted #fff;
}
.navigation nav li ul {
    display: block;
}
.navigation nav li ul a {
    border-top: 1px solid #ed7168;
    border-right: none !important;
    font-size: 11px;
}
.navigation nav span:after {
    border-top-color: #fff;
}

/*----------------------------------------------------
 SP用ナビゲーション
----------------------------------------------------*/
@media only screen and (max-width: 767px) {
    /* slidemenu btn */
    .button-slidemenu {
        background-color: #460408;
    }
    .button-slidemenu:before,
    .button-slidemenu:after {
        border: 2px solid #fff;
    }
    /* slidemenu */
    .slidemenu {
        box-shadow: 0 5px 0 #221919 inset;
        background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/bg.png) left top no-repeat;
    }
    .slidemenu .slidemenu-body {
        background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/bg.png) left top no-repeat;
    }
    /* slidemenu header */
    .slidemenu .slidemenu-header {
        border-bottom: 1px solid #cab47b;
        box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
        background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/bg.png) left top no-repeat;
    }
    .slidemenu .slidemenu-header a,
    .slidemenu .slidemenu-header a:hover {
        color: #460408;
    }
    /* slidemenu menu */
    .slidemenu li {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #cab47b;
    }
    .slidemenu li:last-child {
        border-bottom: none;
    }
    .slidemenu li a {
        color: #460408;
        background-position: -226px -114px;
        background-size: 260px 260px;
    }
    .slidemenu li ul {
        border-top: 1px solid #cab47b;
    }
    .slidemenu li ul a {
        background-position: -215px -194px;
    }
    .slidemenu li ul li:first-child {
        border-top: 1px solid #fff;
    }
}

/*----------------------------------------------------
 パンくず
----------------------------------------------------*/
.breadcolumn-list li:after {
    color: #999;
}

@media only screen and (max-width: 767px) {
    .breadcolumn-box {
        border-top: 1px solid #bdbdbd;
        border-bottom: 1px solid #bdbdbd;
        background: #dcdcdc;
    }
    .breadcolumn-list {
        background: #dcdcdc;
    }
    .breadcolumn-list ul {
        background: #dcdcdc;
    }
    .breadcolumn-list li a {
        background: #f1f1f1;
    }
    .breadcolumn-list li:last-child a {
        color: #333;
        background: #dcdcdc;
    }
    .breadcolumn-list li a:after,
    .breadcolumn-list li a:before {
        border-right: 1px solid #bdbdbd;
        background: #f1f1f1;
    }
    .breadcolumn-list li:last-child a:after,
    .breadcolumn-list li:last-child a:before {
        background: #dcdcdc;
    }
}

/*----------------------------------------------------
 メインコンテンツ
----------------------------------------------------*/
#main-content > .hd {
    background: none;
}
#main-content > .hd .inner {
    border-bottom: 4px solid #460408;
}
#main-content .hd .en-label {
    color: #fff;
    background: #460408;
}
#main-content .title-box {
    border-radius: 3px;
    color: #fff;
    background: #460408;
}
#main-content .bd h3,
#main-content .h3 {
    border-bottom: 1px dashed #ccc;
}

/*----------------------------------------------------
 サイドコンテンツ
----------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .layout_sidebar section.sns .box-fb .icon,
    .layout_sidebar section.sns .box-tw .icon {
        background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/cms/icon.png);
        background-size: 250px;
    }
    .layout_sidebar section.sns .box-fb .icon {
        background-position: -130px -150px;
    }
    .layout_sidebar section.sns .box-tw .icon {
        background-position: -130px -202px;
    }
}

/*----------------------------------------------------
 ボックス 使用箇所例：トップ 人気記事一覧・オススメ記事一覧
----------------------------------------------------*/
.box.box-section .bd li a:hover {
    background: #f1f1f1;
}
.box.box-section .bd li a .label {
    color: #fff;
}
.box .hd {
    background: #ccc;
}
.box .hd h1 {
    color: #4e3c31;
}

/*----------------------------------------------------
 パーツ
----------------------------------------------------*/
/* ボタン */
.btn,
button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fee157FF', endColorstr='#FFc5ae43');
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.09);
    color: #460408;
    background: #fee157;
    background: -webkit-linear-gradient(top, #fee157, #c5ae43);
    background: linear-gradient(to bottom, #fee157, #c5ae43);
}
.btn:hover,
button:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFfedb37', endColorstr='#FFc5aa2a');
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    color: #460408;
    background: #fedb37;
    background: -webkit-linear-gradient(top, #fedb37, #c5aa2a);
    background: linear-gradient(to bottom, #fedb37, #c5aa2a);
}
.btn-red {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF36C4D', endColorstr='#FFEF3E29');
    border: 1px solid #b8473d;
    color: #fff;
    background-color: #f36c4d;
    background: -webkit-linear-gradient(top, #f36c4d, #ef3e29);
    background: linear-gradient(to bottom, #f36c4d, #ef3e29);
}
.btn-red:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBD3214', endColorstr='#FFBA0B00');
    border: 1px solid #90332b;
    color: #fff;
    background-color: #bd3214;
    background: -webkit-linear-gradient(top, #bd3214, #ba0b00);
    background: linear-gradient(to bottom, #bd3214, #ba0b00);
}
/* もっと見るボタン */
.js-more-trigger {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fee157FF', endColorstr='#FFc5ae43');
    background-color: #fee157;
    background: -webkit-linear-gradient(top, #fee157, #c5ae43);
    background: linear-gradient(to bottom, #fee157, #c5ae43);
}
.js-more-trigger:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFfedb37', endColorstr='#FFc5aa2a');
    background-color: #fedb37;
    background: -moz-linear-gradient(top, #fedb37, #c5aa2a);
    background: -webkit-linear-gradient(top, #fedb37, #c5aa2a);
    background: linear-gradient(to bottom, #fedb37, #c5aa2a); 
}
/* 画像 */
figcaption {
    color: #808080;
}

/*----------------------------------------------------
 form-field フォーム
----------------------------------------------------*/
.form-field .hasGrid {
    border-bottom: 1px dotted #ccc;
}
.form-field .no-border {
    border-bottom: none !important;
}
.form-field #card-form .hasGrid {
    border-bottom: none;
}
.form-field .req {
    color: #fff;
    background: #f30;
}
.attention .hd {
    background: none;
}
.errer {
    color: #f33;
}
h2.errer {
    border: 3px solid #f33;
}
h2.thanks {
    border: 3px solid #333;
}

/*----------------------------------------------------
 オーバーレイ
----------------------------------------------------*/
#overlay {
    background: rgba(0,0,0,0.7);
}
#close {
    background: #450407;
}
#close p {
    color: #fff;
}
#login-form {
    border: solid 1px #e9ddc2;
    border-top: none;
    border-radius: 4px;
    background: #f0eedc;
}
#kentei {
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/kentei_btn.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}
#kentei:hover {
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/kentei_btn_on.png);
}
#kentei-btn {
    text-shadow: 0 1px 1px #000;
    color: #fff;
}
.form {
    border: solid 1px #e5e5e5;
    border-radius: 8px;
    background: #fff;
}

/*----------------------------------------------------
 見出し
----------------------------------------------------*/
.category-body .title {
    font-size: 13px;
    font-weight: normal;
}
#main-content .bd > h2,
#main-content .h2 {
    border-bottom: 1px solid #460408;
    margin-top: 10px;
    font-size: 16px;
}
.title-label {
    border-top: 1px dotted #460408;
    border-bottom: 1px dotted #460408;
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_left.png) ,url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_right.png) ,url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/h2_bg.png);
    background-repeat: repeat-y, repeat-y, repeat-x;
    background-position: left, right, 0;
}
.title-label .title,
.title-label h1 {
    margin-right: 10px;
    padding-top: 6px;
    padding-left: 30px;
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/h2_icon.png) no-repeat 11px 13px;
}
.title-label2 {
    border-top: 1px dotted #460408;
    border-bottom: 1px dotted #460408;
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_left.png) ,url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_right.png) ,url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/h2_bg.png);
    background-repeat: repeat-y, repeat-y,repeat-x;
    background-position: left,right,0;
}
.title-label2 .square {
    margin-right: 10px;
    padding-top: 0;
    padding-left: 30px;
    line-height: 36px;
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/h2_icon.png) no-repeat 11px 13px;
}

/*----------------------------------------------------
 タブ・ラベル
----------------------------------------------------*/
.tab li a .en,
.label {
    background: #460408;
}
.tab .tab1 a .en,
.label1 {
    background: #460408;
}
.tab .tab2 a .en,
.label2 {
    background: #6e94a7;
}
.tab .tab3 a .en,
.label3 {
    background: #72a76e;
}
.tab .tab4 a .en,
.label4 {
    background: #ba5672;
}
.tab .tab5 a .en,
.label5 {
    background: #ab3024;
}
.tab .tab6 a .en,
.label6 {
    background: #dfa660;
}

/*----------------------------------------------------
 トップ：コンテンツリスト
----------------------------------------------------*/
/* 新着記事リスト */
.new-content-list li .inner-box {
    border-top: 2px solid #460408;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_bg.png) repeat-x;
}
.new-content-list li a:hover {
    background: #f1f1f1;
}
.new-content-list .text-box .attach-inner .label {
    color: #fff;
}
/* 新着記事タブ */
.new-content-list .tab li.active,
.new-content-list .tab li.active a,
.new-content-list .tab li.active a:hover {
    color: #fff;
    background: #ddd;
}
.new-content-list .tab li a .en {
    color: #fff;
}
.new-content-list .tab li a .jp {
    color: #460408;
}

/*----------------------------------------------------
 カテゴリーページカテゴリ一覧：サムネイル＋タイトル横並び型
----------------------------------------------------*/
.category-row li {
    border-bottom: 1px dotted #ccc;
}

/*----------------------------------------------------
 カテゴリーページカテゴリ一覧：テキスト型
----------------------------------------------------*/
.category-list li {
    border-bottom: 1px dotted #ccc;
}

/*----------------------------------------------------
 詳細ページ
----------------------------------------------------*/
.category-body .category-body-inner {
    border-top: 1px solid #ccc;
}
.category-body .url_title,
.category-body .quote_title {
    color: #777;
}
.category-body .url_title a,
.category-body .quote_title a {
    color: #777;
}
.category-body .quote {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/quote.gif) no-repeat 0 5px;
}
.category-body .quote a {
    color: #404040;
}

/*----------------------------------------------------
 記事内要素
----------------------------------------------------*/
/* 角丸枠線　＋　べた塗り背景 */
.featured {
    border-width: 2px;
    border-style: solid;
    border-color: #3cb371;
    border-radius: 10px;
    background-color: #f4f4f4;
}
/* tabale + thumbnail */
.shop-table-with-thumb > figure,
.shop-table-with-thumb > img {
    float: left;
    width: 30%;
}
.shop-table-with-thumb table {
    float: right;
    width: 68%;
}
.shop-table-with-thumb table + table {
    margin-top: 10px;
}
.shop-table-with-thumb .shop-detail-table th {
    width: 18%;
}
.shop-table-with-thumb .shop-detail-table td {
    width: 82%;
}

@media only screen and (max-width: 479px) {
    .shop-table-with-thumb > figure,
    .shop-table-with-thumb > img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .shop-table-with-thumb table {
        float: none;
        width: 100%;
    }
    .shop-table-with-thumb .shop-detail-table th {
        width: 30%;
    }
    .shop-table-with-thumb .shop-detail-table td {
        width: 70%;
    }
}

/*----------------------------------------------------
 検定ページ
----------------------------------------------------*/
.ssquiz .btn {
    color: #fff;
}
.ssquiz_question h3,
.ssquiz_history h3 {
    border-bottom: 1px dotted #ccc;
}
.ssquiz_select {
    border: 1px solid #ccc;
    background: #eee;
}
.ssquiz_finish {
    border: 1px solid #ccc;
    background-color: #eee;
}
.success .ssquiz_finish {
    border: none;
    background-color: #fff;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/cms/testimonial_bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 96%;
}
.success .ssquiz_finish .inner {
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/cms/testimonial_head.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
.success .score {
    color: red;
}
.ssquiz_history {
    border: 1px solid #ccc;
    background: #eee;
}
.ssquiz_history .title h2 {
    color: #fff;
    background: #333;
}

/*----------------------------------------------------
 マップ：共通
----------------------------------------------------*/
img.shadow {
    box-shadow: 0 1px 1px 0 #bcbbbb;
}
.checkbox-group .label {
    background-repeat: no-repeat;
    background-position: left center;
}
.checkbox-group .label.selected {
    background-repeat: no-repeat;
    background-position: left center;
}
/* サイト内検索 */
.google-custom-search .input-text {
    border: none;
    border-radius: 0;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    background: #bfccd7;
}
.google-custom-search .input-text.placeholder {
    color: #fff;
}
.google-custom-search .input-text::-moz-placeholder {
    color: #fff;
}
.google-custom-search .input-text::-moz-placeholder {
    color: #fff;
}
.google-custom-search .input-text::-ms-input-placeholder {
    color: #fff;
}
.google-custom-search .input-text::-webkit-input-placeholder {
    color: #fff;
}

/*----------------------------------------------------
 マップ：トップ
----------------------------------------------------*/
.map-container {
    border: solid 1px #c2dae9;
}
.map-container ul.icons {
    border-top: solid 1px #c2dae9;
    background: #f0f2f7;
}
.map-container .icon-map {
    /*background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/map/icn_map_sprites.png);*/
    background-repeat: no-repeat;
}
.map-container .icon-map.icon-map-40 {
    background-position: 0 0;
}
.map-container .icon-map.icon-map-35 {
    background-position: -20px 0;
}
.map-container .icon-map.icon-map-30 {
    background-position: -40px 0;
}
.map-container .icon-map.icon-map-25 {
    background-position: -60px 0;
}
.map-container .icon-map.icon-map-20 {
    background-position: -80px 0;
}
.map-container .icon-map.icon-map-none {
    background-position: -100px 0;
}
/* 見出し */
.layout_2col .layout_main .index-title .inner {
    border-top: solid 4px #323c45;
    border-right: solid 1px #c2dae9;
    border-left: solid 1px #c2dae9;
}
.index-title .title {
    border: solid 1px #fff;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/map/index/bg_index_title.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}
/* 注目の情報 */
.info-attention {
    background: #fcedec;
}
.layout_2col .layout_main .index-title.attention {
    color: #ed7168;
}
.layout_2col .layout_main .index-title.attention .inner {
    border-top: solid 4px #ed7168;
}
/* 新着店舗情報・新着口コミ情報 */
.info-container {
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/map/index/bg_info_container2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.info-container .info-container-shop .index-title,
.info-container .info-container-review .index-title {
    border-top: solid 4px #323c45;
}
.info-container .info-container-shop .index-title .inner,
.info-container .info-container-review .index-title .inner {
    border: none;
}
/* 人気ランキング */
.info-ranking {
    background: #f0f2f7;
}
.info-ranking th,
.info-ranking td {
    border-top: solid 1px #c2dae9;
}
.info-ranking .rank1 th,
.info-ranking .rank1 td {
    border-top: none;
    background: #f7f8e7;
}
.info-ranking .rank1 .rate-box {
    border: solid 1px #dedfcf;
    border-radius: 5px;
    background: #e8e9da;
}
.info-ranking .rank2 th,
.info-ranking .rank2 td {
    background: #f0f2f3;
}
.info-ranking .rank2 .rate-box {
    border: solid 1px #d9d9d9;
    background: #e4e4e4;
}
.info-ranking .rank3 th,
.info-ranking .rank3 td {
    background: #f2e6e2;
}
.info-ranking .rank3 .rate-box {
    border: solid 1px #d9cfcb;
    background: #e4d9d5;
}
.rate-box {
    border: solid 1px #d8d9de;
    background: #e2e4e8;
}
.rate-box strong {
    color: #c00;
}

@media only screen and (max-width: 1023px) {
    .info-container {
        background: none;
    }
    .info-container .info-container-shop .index-title,
    .info-container .info-container-review .index-title {
        border-right: solid 1px #c2dae9;
        border-left: solid 1px #c2dae9;
    }
    .info-container .info-container-shop .info-items,
    .info-container .info-container-review .info-items {
        border: solid 1px #c2dae9;
        border-radius: 0 0 5px 5px;
        background: #f0f2f7;
    }
}

/*----------------------------------------------------
 マップ：トップ：地図検索部分
----------------------------------------------------*/
.search-shop {
    background-color: #f5f7fa;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/map/index/bg_search.png);
    background-repeat: repeat;
    background-position: left top;
}
/* フリーワード・ジャンルで探す */
.index-contents-box {
    border: solid 1px #c2dae9;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 0 0 #e1e1e1;
}
.search-shop-params {
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #bcbbbb;
    background: #fff;
}
.search-shop-params dt {
    border-left: solid 6px #323c45;
}
.search-shop-params .freeword .keyword {
    border: none;
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    background: #bfccd7;
}
.search-shop-params .freeword .keyword.placeholder {
    color: #fff;
}
.search-shop-params .freeword .keyword::-moz-placeholder {
    color: #fff;
}
.search-shop-params .freeword .keyword::-ms-input-placeholder {
    color: #fff;
}
.search-shop-params .freeword .keyword::-webkit-input-placeholder {
    color: #fff;
}
.search-shop-params .checkbox-group .label {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/checkbox_off.png) left top no-repeat;
}
.search-shop-params .checkbox-group .label.selected {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/checkbox_on.png) left top no-repeat;
}
.search-shop-params .freeword .keyword {
    border-radius: 0;
}
.search-shop-params .freeword .keyword,
.search-shop-params .freeword .submit {
    border-radius: 0;
}

@media only screen and (max-width: 639px) {
    .search-shop {
        background: none;
    }
    .search-shop-params {
        box-shadow: none;
    }
    .search-shop .expander .trigger {
        border-top: none;
        border-bottom: solid 1px #c2dae9;
        background: #fff;
    }
    .search-shop .expander .trigger span {
        border: solid 1px #fff;
        background-image: -webkit-linear-gradient(top, #fff 0%, #e7ecef 100%);
        background-image: linear-gradient(to bottom, #fff 0%, #e7ecef 100%);
    }
    .search-shop .expander .trigger i {
        background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/sp/images/common/icn_open.png);
        background-repeat: no-repeat;
        background-size: 18px 18px;
    }
    .search-shop .expander .trigger.open i {
        background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/sp/images/common/icn_close.png);
        background-repeat: no-repeat;
        background-size: 18px 18px;
    }
    .search-shop .expander .contents {
        border: solid 1px #c2dae9;
        border-top: none;
        background: #fff;
    }
    .search-shop .expander .contents.round {
        border-radius: 0 0 5px 5px;
    }
    .search-shop .expander .checkbox {
        border: solid 1px #fff;
        border-top: none;
        border-radius: 0 0 5px 5px;
        background: #e8e8e8;
    }
    .search-shop .expander .checkbox li {
        border-top: solid 1px #fff;
    }
    .search-shop .expander .checkbox .checkbox-label {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 8px 50%;
        background-size: 16px 16px;
    }
    .search-shop .expander .checkbox .checkbox-label.selected {
        background-color: #fae0df;
        background-repeat: no-repeat;
        background-position: 8px 50%;
        background-size: 16px 16px;
    }
    .search-shop .expander .link-list {
        border: solid 1px #fff;
        border-bottom: none;
    }
    .search-shop .expander .link-list li {
        border-bottom: solid 1px #fff;
    }
    .search-shop .expander .link-list a {
        background: #e8e8e8;
    }
}

/*----------------------------------------------------
 マップ：地図から探す
----------------------------------------------------*/
.map-container + .google-custom-search #js-search-keyword {
    border-radius: 0;
}
.map-container + .google-custom-search + .contents-title {
    border-top: solid 3px #323c45;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/bg_contents_title.png);
    background-repeat: repeat-x;
    background-position: left top;
}
.map-container + .google-custom-search #js-search-btn {
    border-radius: 0;
}
/* 検索結果 */
.map-container + .google-custom-search + .contents-title #js-search-order {
    border: none;
    border-radius: 0;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    background-color: #bfccd7;
    background-position: 105% -203px;
}
/* GoogleMapピンクリック時オーバーレイ */
.iw-container .iw-name {
    border-bottom: solid 1px #c2dae9;
}
.iw-container .iw-main-info .iw-main-rate strong {
    color: #c00;
}

/*----------------------------------------------------
 マップ：リストから探す
----------------------------------------------------*/
/* 検索結果 */
.layout_main > .contents-title:first-child .title + #js-search-order {
    border: none;
    border-radius: 0;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
    color: #fff;
    background-color: #bfccd7;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/cms/icon.png);
    background-repeat: no-repeat;
    background-position: 105% -203px;
}
.list-search .items .item {
    border-bottom: solid 1px #c2dae9;
}
.list-search .items .item:first-child {
    border-top: solid 1px #c2dae9;
}
.list-search .items .item.odd,
.list-search .items .item:nth-child(odd) {
    background-color: #f0f2f7;
}
.list-search .items .item.even,
.list-search .items .item:nth-child(even) {
    background-color: #fff;
}
.list-search .main-info {
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    background: #fefefd;
}
.rate-inline .score,
.rate-inline-small .score {
    color: #c00;
}
/* レーティング：口コミ詳細 /map/review/?id=*** */
.rate-inline-box {
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    background: #fdfdef;
}
.js-good-btn span,
.js-good-btn i {
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/btn_good.png);
    background-repeat: no-repeat;
}
.js-good-btn .btn {
    filter: none;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-position: 0 0;

    -webkit-filter: none;
}
.js-good-btn .count {
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #fff none;
}
.js-good-btn .count i {
    background-position: -231px 0;
}
.js-good-btn:hover .btn {
    filter: none;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/btn_good.png);
    background-position: -77px 0;

    -webkit-filter: none;
}
.js-good-btn.disable .btn {
    filter: none;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/btn_good.png);
    background-position: -154px 0;

    -webkit-filter: none;
}
.js-good-btn.disable .count i {
    background-position: -231px 0;
}
/* 口コミ */
.layout_main .contents-title {
    border-top: solid 3px #323c45;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/bg_contents_title.png);
    background-repeat: repeat-x;
    background-position: left top;
}

/*----------------------------------------------------
 マップ；詳細：口コミ /map/store/?id=***
----------------------------------------------------*/
.list-review .item .main {
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    background: #fefefd;
}
.list-review .item .main-date {
    border-top: dotted 1px #bfbfbf;
}

/*----------------------------------------------------
 マップ：店舗詳細 /map/store/?id=***
----------------------------------------------------*/
.detail-shop {
    border-top: solid 4px #323c45;
}
.detail-shop .detail-shop-inner {
    border: solid 1px #c2dae9;
    background: #f0f2f7;
}
.detail-shop .main-content {
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    background: #fefefd;
}
.detail-shop .main-content .comment {
    border-top: dotted 1px #bfbfbf;
}

/*----------------------------------------------------
 マップ；口コミ詳細 /map/review/?id=***
----------------------------------------------------*/
.detail-review {
    border: solid 1px #e5e5e5;
}
.detail-review .header {
    border-bottom: dotted 1px #bfbfbf;
}
.detail-review .main .main-title {
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/map/bg_review_title.png);
    background-repeat: repeat-x;
    background-position: left top;
}
.detail-review .review .review-ratings {
    border: solid 1px #e5e5e5;
    border-radius: 3px 0 0 3px;
    background: #fdfdef;
}
.detail-review .review .review-ratings dt {
    border-bottom: dotted 1px #bfbfbf;
}
.detail-review .review .review-comment {
    border: solid 1px #e5e5e5;
    border-radius: 0 3px 3px 0;
    background: #fefefd;
}

/*----------------------------------------------------
 マップ：口コミ投稿フォーム
----------------------------------------------------*/
.form-review .contents-box {
    border: solid 1px #e5e5e5;
}
.form-review .contents-box-title {
    border-bottom: 3px solid #323c45;
}
.form-review .contents-box-title span {
    border-left: 10px solid #323c45;
}
.form-review .confirm-message {
    border-bottom: dotted 1px #bfbfbf;
}
.form-review table tr:first-child th,
.form-review table tr:first-child td {
    border-top: none;
}
.form-review table th,
.form-review table td {
    border-top: dotted 1px #bfbfbf;
}
.form-review table .required {
    color: #c00;
}
.form-review table textarea,
.form-review table .input-text,
.form-review table .input-tel {
    border: solid 1px #ccd5db;
}
.form-review table .select-date {
    border: solid 1px #ccd5db;
    background-position: 102% -203px;
}
.form-review table .rating-group .rating-group-total {
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/map/bg_rating_total.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.form-review table .rating-group .js-rating-preview {
    border: solid 1px #ccd5db;
}
.form-review table .rating-group .ui-spinner-input {
    border: none;
}
.form-review table .checkbox-group .label {
    background-color: transparent;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/checkbox_off.png);
}
.form-review table .checkbox-group .label.selected {
    background-color: transparent;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/checkbox_on.png);
}

@media only screen and (max-width: 1023px) {
    .form-review table .rating-group .rating-group-total {
        background: none;
    }
    .form-review table .rating-group .rating-group-others {
        border-top: 1px dotted #ccc;
    }
}

/*----------------------------------------------------
 グランプリ：投票選択　/grandprix/detail/?id=***
----------------------------------------------------*/
.info-grandprix {
    border: solid 1px #e9ddc2;
    background: #f0eedc;
}
/* ノミネート一覧 */
.info-nominate .vote .subtitle {
    border-bottom: dotted 1px #bfbfbf;
}
.vote__content {
    border: solid 1px #e9ddc2;
    background: #f0eedc;
}
.radio {
    border-bottom: solid 2px #450407;
    border-radius: 8px;
    color: #fff;
    background-color: #944423;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.radio:hover:after,
.checkbox:hover:after {
    border-color: #e25420;
}
input[type=radio]:checked + .radio {
    border: none;
    background-color: #e25420;
}

/*----------------------------------------------------
 グランプリ：投票フォーム
----------------------------------------------------*/
.form-vote .subtitle {
    border-top: dotted 1px #e5e5e5;
    border-bottom: dotted 1px #e5e5e5;
}
.form-vote table th,
.form-vote table td {
    border-bottom: dotted 1px #e5e5e5;
}
.form-vote table .confirm-textarea {
    border-bottom: none;
}
.form-vote textarea {
    border: solid 1px #c2dae9;
}

/*----------------------------------------------------
 グランプリ:募集
----------------------------------------------------*/
.grand-prix .entry-step .entry-btn a {
    border-radius: 7px;
    color: #fff;
    background: #fb752b;
}
.grand-prix .entry-list .hd {
    color: #fff;
    background: #460408;
}
.grand-prix .entry-list .bumon {
    border-left: 7px solid #dc4e18;
}

/*----------------------------------------------------
 グランプリ:結果発表
----------------------------------------------------*/
.gp-contents-list ul.gp-list {
    border: 2px solid #47221d;
    background-color: #fffbef;
    background-image: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/grandprix/gp_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.gp-contents-list ul.gp-list li {
    border-bottom: 1px dotted #47221d;
}
.gp-contents-list ul.gp-list li.last {
    border-bottom: none;
}
.gp-contents-list ul.gp-list li a {
    color: #47221d;
}
/* 2カラム */
.gp-contents-list.list-2col li {
    width: 48%;
    margin: 10px 1%;
}
.gp-contents-list.list-2col ul.gp-list li {
    width: auto;
    padding: 5px;
}
@media only screen and (max-width: 479px) {
    .gp-contents-list.list-2col li {
        width: 96%;
    }
}

/*----------------------------------------------------
 グランプリ結果発表 詳細
----------------------------------------------------*/
.shop-detail-table th {
    border-bottom: 1px solid #fff;
    color: #fff;
    background: #460408;
}
.shop-detail-table td {
    border: 1px solid #ccc;
}
.grandprix-detail-btn {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    box-shadow: 0 5px 0 #c4c4c4;
    color: #222;
    background: #f7f7f7;
}
.grandprix-detail-btn.red {
    border: 1px solid #a01b1b;
    box-shadow: 0 5px 0 #a01b1b;
    color: #fff;
    background: #df4242;
}
.grandprix-detail-btn:hover {
    text-decoration: none;
}
/*
  shop-detail-tableの背景色
  title-left-borderのボーダーカラーが
  他ページで使用しているものと異なるため、
  .gp-resultでラップ
*/
.gp-result .title-left-border {
    border-left-color: #d64119;
}
.gp-result .shop-detail-table th {
    border: 1px solid #ddd;
    background: #e7e0a9;
    color: #460408;
}
.gp-result .shop-detail-table td {
    border: 1px solid #ddd;
}

/*----------------------------------------------------
 グランプリ：投票
----------------------------------------------------*/
#main-content .entry-vote .hd {
    background: #e7e0a9;
}
#main-content .entry-vote > .bd {
    background: #fffbef;
}
#main-content .entry-vote .title {
    color: #450407;
}
#main-content .entry-vote .q-text {
    color: #f00;
}
#main-content .entry-vote .attention .hd {
    background: none;
}

/*----------------------------------------------------
 名刺申し込みページ /become/namecard/
----------------------------------------------------*/
.page-namecard fieldset h2 {
    border-bottom: 2px solid #460408;
}
.page-namecard .notice {
    border: 4px solid #ccc;
    border-radius: 5px;
}
.page-namecard .step .hd {
    background: #b03c30;
}
.page-namecard .step .hd a {
    color: #fff;
}

/*----------------------------------------------------
 サイトマップ
----------------------------------------------------*/
.sitemap-list > li {
    border-top: 1px dotted #ccc;
}
.sitemap-list ul li:first-child {
    border: none;
}

/*----------------------------------------------------
 ログイン確認 /main/login/?done=/
----------------------------------------------------*/
.login-check {
    border: solid 3px #460408;
    background-color: #f5f2ec;
}
.login-check__ttl {
    color: #460408;
}
.login-check__txt {
    border-bottom: dotted 2px #460408;
}
.login-check__under {
    border-bottom: solid 3px #460408;
}

/*----------------------------------------------------
 エラーページ
----------------------------------------------------*/
.global-container .container {
    box-shadow: 0 1px 1px 0 #bcbbbb;
    background: #fff;
}

/*----------------------------------------------------
 記事内要素
----------------------------------------------------*/
/* 見出し */
.title-left-border {
    border-left: 10px solid #323c45;
}


/* ***************************************************
*
* エスニック協会固有レイアウト
*
*****************************************************/

/*----------------------------------------------------
 PC用ナビゲーション
----------------------------------------------------*/
/* エスニックのグロナビは独自の指定が多いため、すべてこの箇所で独自スタイルに上書き */
.navigation nav ul {
    display: block;
    border-radius: 3px 3px 0 0;
    height: 40px;
    padding: 0;
    list-style-type: none;
    background: transparent;
}
.navigation nav ul li {
    display: block;
    float: left;
    position: relative;
    width: 16.66%;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
}
.navigation nav ul > li {
    height: auto;
}
.navigation nav ul li a {
    display: block;
    border-top: none;
    border-right: dotted 1px #e7dbb9;
    border-left: dotted 1px #e7dbb9;
    height: auto;
    margin: 0;
    padding: 15px 0 11px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #460408;
}
.navigation nav ul li a span {
    font-size: 16px;
}
.navigation nav ul li a span em {
    font-size: 11px;
    font-weight: bold;
}
.navigation nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border-radius: 0 0 3px 3px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation nav ul li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.navigation nav ul li ul li a {
    padding: 13px 15px;
    font-size: 14px;
    font-weight: normal;
    color: #eff7b1 !important;
    background: #6e7c0c;
}
.navigation nav ul li:hover > a {
    color: #eff7b1;
}
.navigation nav ul li ul li:hover > a {
    color: #fff !important;
}
.navigation nav ul li ul li {
    border-bottom: 0 !important;
}
.navigation nav ul li:nth-of-type(1) ul li a {
    background: #c88a3f !important;
}
.navigation nav ul li:nth-of-type(1) {
    border-bottom: solid 4px #c88a3f;
}
.navigation nav ul li:nth-of-type(1):hover > a {
    background: #c88a3f;
}
.navigation nav ul li:nth-of-type(2) ul li a {
    background: #944423 !important;;
}
.navigation nav ul li:nth-of-type(2) {
    border-bottom: solid 4px #944423;
}
.navigation nav ul li:nth-of-type(2):hover > a {
    background: #944423;
}
.navigation nav ul li:nth-of-type(3) ul li a {
    background: #7d5e8d !important;;
}
.navigation nav ul li:nth-of-type(3) {
    border-bottom: solid 4px #7d5e8d;
}
.navigation nav ul li:nth-of-type(3):hover > a {
    background: #7d5e8d;
}
.navigation nav ul li:nth-of-type(4) ul li a {
    background: #b03c30 !important;;
}
.navigation nav ul li:nth-of-type(4) {
    border-bottom: solid 4px #b03c30;
}
.navigation nav ul li:nth-of-type(4):hover > a {
    background: #b03c30;
}
.navigation nav ul li:nth-of-type(5) ul li a {
    background: #7aac76 !important;;
}
.navigation nav ul li:nth-of-type(5) {
    border-bottom: solid 4px #7aac76;
}
.navigation nav ul li:nth-of-type(5):hover > a {
    background: #7aac76;
}
.navigation nav ul li:nth-of-type(6) ul li a {
    background: #be6079 !important;;
}
.navigation nav ul li:nth-of-type(6) {
    border-bottom: solid 4px #be6079;
}
.navigation nav ul li:nth-of-type(6):hover > a {
    background: #be6079;
}
.navigation nav ul > li:hover > a {
    border-radius: 3px 3px 0 0;
}
.navigation nav ul li:hover ul li {
    overflow: visible;
    border-top: 1px solid #eff7b1;
    height: 38px;
}
.navigation nav ul li:hover ul li:first-child {
    border-top: 0;
}
.navigation nav ul li:hover ul li:last-child {
    border-bottom: 0;
}
.navigation nav ul li:hover ul li:last-child a {
    border-radius: 0 0 3px 3px;
}

/*----------------------------------------------------
 背景
----------------------------------------------------*/
.giza_bg-green {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_bg-green.png) repeat-x;
}
.giza_bg-red {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_bg-red.png) repeat-x;
}
.giza_bg-pink {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_bg-pink.png) repeat-x;
}
.giza_bg-purple {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_bg-purple.png) repeat-x;
}
.giza_bg-ocher {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_bg-ocher.png) repeat-x;
}
.giza_bg-brown {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/giza_bg-brown.png) repeat-x;
}

/*----------------------------------------------------
 登録完了ページ /complete/
----------------------------------------------------*/
.tipsShareAreaTop .shareButton li a {
    color: #fff;
}
.shareButton .facebook {
    border-top: 1px solid #3b579d;
    border-radius: 3px;
    color: #fff;
    background: #3b579d;
}
.shareButton .facebook:hover {
    border-top: 1px solid #0a2d84;
    background: #0a2d84;
}
.shareButton .facebook span {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/member_fb.png) no-repeat left 5px;
}
.shareButton .twitter {
    border-top: 1px solid #55acee;
    border-radius: 3px;
    color: #fff;
    background: #55acee;
}
.shareButton .twitter:hover {
    border-top: 1px solid #0585e6;
    background: #2a97ea;
}
.shareButton .twitter span {
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/common/member_tw.png) no-repeat left 5px;
}
.shareButton h3 {
    border-bottom: 1px dashed #ccc;
}

/*----------------------------------------------------
 特集ページ
----------------------------------------------------*/
.new-content-list .text-box .attach-inner .date {
    font-size: 10px;
}
.new-content-list .text-box .attach-inner .label {
    min-width: 50px;
    padding: 0 5px;
}
.new-content-list.in-article {
    width: auto;
    margin: 0;
}
.new-content-list.in-article li {
    width: 200px;
    margin-right: 16px;
}
.new-content-list.in-article li img {
    width: 100%;
    height: auto;
}
.inner-box__tokushu {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 178px;
    padding: 10px;
}
.inner-box__tokushu .attach-inner {
    position: relative;
    height: 15px;
    margin-bottom: 5px;
}
.inner-box__tokushu .thumb {
    margin-bottom: 5px;
}
.inner-box__tokushu .title {
    font-size: 15px;
    font-weight: bold;
}

@media only screen and (max-width: 1023px) {
    .inner-box__tokushu {
        box-sizing: border-box;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        width: 100%;
        height: auto;
        margin-top: 3px;
        padding: 10px;
    }
    .inner-box__tokushu .title {
        font-size: 15px;
        font-weight: bold;
    }
    .inner-box__tokushu .thumb {
        float: left;
        width: 200px;
        margin-right: 20px;
        margin-bottom: 5px;
    }
    .inner-box__tokushu .text-box {
        overflow: hidden;
        height: auto;
        padding-left: 0;
        word-wrap: break-word;
    }
    .inner-box__tokushu .text-box .attach-inner {
        position: relative;
        height: 15px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .new-content-list.in-article li {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .inner-box__tokushu .thumb {
        float: none;
        margin: 0 auto 10px;
    }
}

/*----------------------------------------------------
　 メンバーページ /member/
----------------------------------------------------*/
/* 会員特典　*/
#main-content .bd .tokuten {
    float: left;
    border: 1px dotted #460408;
    border-radius: 4px;
    width: 181px;
    margin: 3px;
    padding: 10px;
}

#main-content .bd .tokuten p {
    padding: 4px;
}
.kokoroe p {
    padding: 10px;
    font-size: 18px;
}
.kokoroe p span {
    font-weight: bold;
}
.sengen label {
    font-size: 15px;
}
.sengen div {
    padding: 8px 0 16px 0;
    text-align: center;
}
.sengen form p {
    padding: 8px 0;
    text-align: center;
    color: #f00 ;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #main-content .bd .tokuten {
        float: left;
        border: 1px dotted #460408;
        border-radius: 4px;
        width: 180px;
        margin: 3px;
        padding: 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #main-content .bd .tokuten {
        width: 96%;
    }
    #main-content .bd .tokuten img {
        float: left;
        padding-right: 10px;
    }
    #main-content .bd .tokuten p {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 479px) {
    #main-content .bd .tokuten {
        width: 94%;
    }
    #main-content .bd .tokuten img {
        width: 100%;
    }
    #main-content .bd .tokuten p {
        margin-left: 10px;
    }
}

/* 宣言チェックフォーム */
.radio-inline,
.checkbox-inline {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 0 10px 30px;
    cursor: pointer;
    vertical-align: middle;
    font-weight: 400;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-top: 1px;
    margin-left: -26px;
}
input[type=radio],
input[type=checkbox] {
    line-height: normal;
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
    cursor: not-allowed;
    pointer-events: none;
}
.btn-primary {
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
}

/*----------------------------------------------------
　アンバサダープロフィールページ /profile/p00011/ etc.
----------------------------------------------------*/
.pro-name {
    font-size: 20px;
    font-weight: bold;
}
.pro-title {
    padding-top: 10px;
    font-size: 16px;
    font-size: 16px;
    font-weight: bold;
}

/*----------------------------------------------------
　フェアコンテンツ /news/80/ etc.
----------------------------------------------------*/
.fair-content {
    border: dotted 2px #e25420;
    margin-bottom: 16px;
    padding: 8px;
}
.fair-content:nth-child(1) {
    margin-top: 16px;
}
.fair__h2 {
    border-bottom: 1px solid #460408;
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.fair__ul {
    overflow: hidden;
}
.fair__list {
    display: inline-block;
    float: left;
    width: 49%;
}
.fair__list:first-child {
    margin-right: 8px;
}
a.fair__list__btn {
    display: block;
    box-sizing: border-box;
    border: solid 1px #5f2f32;
    border-radius: 8px;
    width: 100%;
    margin: 4px 0;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    background-color: #944423;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
a.fair__list__btn:hover {
    border: 0;
    border: solid 1px #5f2f32;
    text-decoration: none;
    background-color: #e25420;
}
.fair__list__img {
    float: left;
    margin-bottom: 8px;
}
.fair__list__name {
    font-weight: bold;
}

@media only screen and (max-width: 479px) {
    .fair__list {
        width: 100%;
    }
    .fair__list:first-child {
        margin: 0;
    }
}

/*----------------------------------------------------
 グランプリ：トップ　/gp/2015/
----------------------------------------------------*/
/* グランプリが他丼系と異なり、独自レイアウト */
.grandprix-content .panel {
    margin-bottom: 20px;
}
#main-content .grandprix-content .panel + p {
    line-height: 1.6;
}
.grandprix-content .award-list {
    margin-top: 20px;
}
.grandprix-content .award-list li {
    margin-bottom: 8px;
}
.grandprix-content .shop-rank {
    border: dotted 2px #e25420;
    margin-top: 24px;
    padding: 4px;
}

/*----------------------------------------------------
 グランプリ：部門　/gp/2015/category1/
----------------------------------------------------*/
.grandprix-content .shop-rank-title {
    border-bottom: 1px solid #460408;
    padding: 4px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
.grandprix-content .shop-rank-title-text {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    line-height: 38px;
}
.grandprix-content .shop-rank-detail {
    margin-top: 12px;
}
.grandprix-content .shop-rank-thumb {
    float: left;
    width: 296px;
    margin-right: 15px;
}
.grandprix-content .shop-rank-text {
    overflow: hidden;
}
.grandprix-content .shop-rank-text dl dt {
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
}
.grandprix-content .shop-rank-text dl dd {
    margin-top: 10px;
}
#main-content .grandprix-content .shop-rank-text p {
    line-height: 1.6;
}
.grandprix-content .shop-rank-btn-list {
    width: 420px;
    margin: 5px auto 0;
}
.grandprix-content .shop-rank-btn-list li {
    margin-bottom: 5px;
}
.grandprix-content .shop-rank-btn {
    display: block;
    box-sizing: border-box;
    border: solid 1px #5f2f32;
    border-radius: 8px;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    color: #fff !important;
    background-color: #944423;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.grandprix-content .shop-rank-btn:hover {
    border: 0;
    border: solid 1px #5f2f32;
    text-decoration: none;
    background-color: #e25420;
}
.grandprix-content .icon-rank {
    display: inline-block;
    margin: 0 4px;
    background: url(/img.aacdn.jp/aa/maniac-business/ethnic/images/grandprix/icn_rank.png) left top no-repeat;
}
.grandprix-content .icon-rank1 {
    width: 42px;
    height: 38px;
    background-position: 0 0;
}
.grandprix-content .icon-rank2 {
    width: 42px;
    height: 38px;
    background-position: -46px 0;
}
.grandprix-content .icon-rank3 {
    width: 42px;
    height: 38px;
    background-position: 0 -42px;
}
.grandprix-content .icon-rank4 {
    width: 42px;
    height: 38px;
    background-position: -46px -42px;
}
.grandprix-content .icon-rank5 {
    width: 42px;
    height: 38px;
    background-position: -92px 0;
}
.grandprix-content .icon-rank-sp {
    width: 42px;
    height: 38px;
    background-position: -92px -42px;
}

@media only screen and (max-width: 1023px) {
    .grandprix-content .shop-rank {
        padding: 8px;
    }
    .grandprix-content .shop-rank-thumb {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .grandprix-content .shop-rank-thumb img {
        margin: 0 auto;
    }
    .grandprix-content .shop-rank-text {
        overflow: visible;
        padding: 8px 0;
    }
}
@media only screen and (max-width: 639px) {
    .grandprix-content .shop-rank-btn-list {
        width: 95%;
        margin: 0 auto;
        font-size: 12px;
    }
    .grandprix-content .shop-rank-btn {
        padding: 6px;
    }
}

/*----------------------------------------------------
 グランプリ：詳細　/gp/2015/category1/
----------------------------------------------------*/
.grandprix-content {
    margin: 0;
    padding: 0;
}
.bd > .grandprix-content {
    margin-right: -7px;
    margin-left: -7px;
}
.grandprix-content .panel {
    margin-bottom: 20px;
}
.grandprix-content .panel + p {
    line-height: 1.4;
}
.grandprix-content .shop-detail {
    margin-top: 20px;
}
.grandprix-content .shop-detail-title {
    border-bottom: 1px solid #460408;
    margin: 0;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #460408;
}
.grandprix-content .shop-detail-thumb {
    width: 70%;
    margin: 10px auto 0;
}
.grandprix-content .shop-detail-thumb img {
    margin: 0 auto;
}
.grandprix-content .ambassador {
    margin-top: 15px;
    padding-left: 30px;
}
.grandprix-content .ambassador-thumb {
    float: left;
    width: 136px;
}
.grandprix-content .ambassador-thumb img {
    border-radius: 50%;
    margin: 0 auto;
}
.grandprix-content .ambassador-profile {
    margin-top: 6px;
    text-align: center;
}
#main-content .grandprix-content .ambassador-profile {
    line-height: 1.2;
}
.grandprix-content .ambassador-name {
    display: block;
    font-weight: bold;
}
.grandprix-content .ambassador-text {
    float: right;
    position: relative;
    border: 2px solid #511317;
    width: 416px;
    padding: 12px;
}
.grandprix-content .ambassador-text:before {
    content: '';
    visibility: visible;
    position: absolute;
    top: 50%;
    left: -22px;
    z-index: 2;
    border-width: 11px 22px 11px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    width: 0;
    height: 0;
    margin-top: -15px;
}
.grandprix-content .ambassador-text:after {
    content: '';
    visibility: visible;
    position: absolute;
    top: 50%;
    left: -24px;
    z-index: 1;
    border-width: 13px 24px 13px 0;
    border-style: solid;
    border-color: transparent #511317 transparent transparent;
    width: 0;
    height: 0;
    margin-top: -17px;
}
#main-content .grandprix-content .ambassador-text p {
    line-height: 1.6;
}
.grandprix-content .shop-info {
    border: dotted 2px #e25420;
    margin-top: 24px;
    padding: 16px;
}
.grandprix-content .shop-info-title {
    border-bottom: 2px solid #ccc;
    padding-bottom: 4px;
    font-size: 16px;
}
.grandprix-content .shop-info-thumb {
    float: left;
    width: 240px;
}
.grandprix-content .shop-info-btn-list {
    margin-top: 15px;
}
.grandprix-content .shop-info-btn-list li {
    float: left;
    width: 115px;
}
.grandprix-content .shop-info-btn-list li + li {
    float: right;
}
.grandprix-content .shop-info-btn {
    display: block;
    box-sizing: border-box;
    border: solid 1px #5f2f32;
    border-radius: 8px;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    color: #fff !important;
    background-color: #944423;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}
.grandprix-content .shop-info-btn:hover {
    border: 0;
    border: solid 1px #5f2f32;
    text-decoration: none;
    background-color: #e25420;
}
.grandprix-content .shop-info-text {
    overflow: hidden;
    padding-left: 12px;
}
#main-content .grandprix-content .shop-info-text p {
    line-height: 1.6;
}

@media only screen and (max-width: 1023px) {
    .grandprix-content .ambassador {
        padding-left: 0;
    }
    .grandprix-content .ambassador-thumb {
        width: 25%;
    }
    .grandprix-content .ambassador-text {
        box-sizing: border-box;
        width: 70%;
    }
    .grandprix-content .shop-info-thumb {
        float: none;
        width: 100%;
    }
    .grandprix-content .shop-info-thumb img {
        margin: 0 auto;
    }
    .grandprix-content .shop-info-btn-list {
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }
    .grandprix-content .shop-info-btn-list li {
        display: inline-block;
        float: none;
        margin: 0 5px;
    }
    .grandprix-content .shop-info-btn-list li + li {
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .grandprix-content {
        margin-right: 0;
        margin-left: 0;
    }
    .grandprix-content > p {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 639px) {
    .grandprix-content .shop-detail-title {
        margin: 0;
    }
    .grandprix-content .shop-detail-thumb {
        width: auto;
    }
    .grandprix-content .ambassador {
        padding: 0;
    }
    .grandprix-content .ambassador-thumb {
        float: none;
        width: 100%;
        text-align: center;
    }
    .grandprix-content .ambassador-thumb img {
        margin: 0 auto;
    }
    .grandprix-content .ambassador-text {
        float: none;
        overflow: visible;
        width: auto;
        margin-top: 15px;
    }
    .grandprix-content .ambassador-text:before {
        top: -11px;
        left: 12px;
        border-width: 0 6px 11px 6px;
        border-color: transparent transparent #fff transparent;
        margin-top: 0;
    }
    .grandprix-content .ambassador-text:after {
        top: -13px;
        left: 10px;
        border-width: 0 8px 11px 8px;
        border-style: solid;
        border-color: transparent transparent #511317 transparent;
        margin-top: 0;
    }
    .grandprix-content .shop-info-text {
        padding-left: 0;
    }
}