@charset "utf-8";


/*背景画像*/


#container {
    background: url("/xone92_limited_edition/img/bg.jpg");
}


/*左右のメニュー非表示の場合使用。特集ページの横幅とメインエリアの中央寄せ。widthはページの横幅に30px（左右のpadding）を足した数*/

#specialpage {
    background-color: #fff;
    width: 1180px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}





/* 左右のメニューを表示する場合は、上記をコメントアウトし、以下を使用　*/


/*#specialpage {
    background-color: #fff;
    width: 570px;
    float: left;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}*/


/*SNSボタン*/

#specialpage .snsbuttons {
    padding: 0 1.5em;
    margin: 1.5em 0;
}

#specialpage .fb_iframe_widget>span {
    vertical-align: baseline !important;
}









/*画像のレスポンシブ対応*/

#specialpage img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}









/*メインエリア　基本のフォント設定*/

#specialpage {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    word-break: break-all;
    height: 100%;
    color: #3c3c3c;
    line-height: 1.4em;
	letter-spacing: 2px
	
}









/*見出し*/

#specialpage h1 {
    font-size: 2.5em;
    font-weight: bold;
    padding: 0em;
    color: #ff0000;
    /*background-color: #B32829;*/
}

#specialpage h2 {
    font-size: 2em;
    font-weight: bold;
    padding: 0.3em .3em;
    color: #fff;
    background-color: #333333;
    margin: 0 0 0.5em 0;
}

#specialpage h3 {
    font-weight: bolder;
    font-size: 1.2em;
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #d0bd3c;
    margin-bottom: 1.5em;
}

#specialpage h4 {
    font-weight: bolder;
    font-size: 1.1em;
    padding: .2em 0 .2em .75em;
    margin-bottom: 1em;
}









/*本文*/

#specialpage p {
    padding: 0 5px;
    margin-bottom: 8.5em;
    margin: 0 0 12px;
}









/*強調線*/

#specialpage .marker {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}






/*リスト*/

#specialpage ul {
    font-size: 1.2em;
    background-color: #dadada;
    padding: .5em 1em;
    list-style-position: inside;
    width: 90%;
    margin: 0 auto 1.5em auto;
}









/*重要ポイントリスト*/

#specialpage .pointlist {
    background-color: #fff;
}

#specialpage .pointlist li {
    padding: .5em;
    margin-bottom: .5em;
    background-color: #f0e68c;
    border-radius: 6px;
}









/*番号付きリスト*/

#specialpage ol {
    font-size: 1.2em;
    background-color: #dadada;
    padding: .5em 1em;
    list-style-position: inside;
    width: 90%;
    margin: 0 auto 1.5em auto;
}









/*質問形式リスト*/

#specialpage .question {
    font-size: 1.2em;
    background-color: #dadada;
    padding: .5em 1em;
    list-style: none;
    width: 90%;
    margin: 0 auto 1.5em auto;
}









/*ボタン*/

#specialpage .btn {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px!important;
    font-size: 1.5em;
    margin-bottom: 2em;
}

#specialpage .btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}









/*テーブル*/

#specialpage table {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0 15px 0 15px;
}

#specialpage table>tbody>tr>td,
#specialpage table>tbody>tr>th,
#specialpage table>tfoot>tr>td,
#specialpage table>tfoot>tr>th,
#specialpage table>thead>tr>td,
#specialpage table>thead>tr>th {
    border: 1px solid #ddd;
}

#specialpage table th {
    width: 15%;
}

#specialpage table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

#specialpage table .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#specialpage table .map iframe,
#specialpage table .map object,
#specialpage table .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}









/*Youtube動画*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}









/*トップへ戻るボタン*/

.pageTop {
    position: relative;
    width: 90%;
    max-width: 900px;
    height: 0;
    margin: 0 auto;
}

.pageTop a {
    position: fixed;
    bottom: 13px;
    right: 20px;
    display: block;
    width: 66px;
    height: 66px;
    margin-left: 920px;
    z-index: 9999;
}









/*ページ内リンクのメニュー*/

#specialpage .contentsmenu {
    width: 100%;
    background-color: #fff;
}

#specialpage .contentsmenu li {
    border-radius: 6px;
    margin: 0;
    margin-bottom: 1em;
    display: inline-block;
    background-color: #f9d812;
}

#specialpage .contentsmenu li a {
    display: block;
    width: 100%;
    padding: .5em .8em;
}






/*以下、商品一覧部分の各種設定*/


/*商品一覧　列の下にマージン*/

#specialpage .row {
    margin-bottom: 2em;
}









/*商品名、価格の中央寄せ*/

#specialpage .row .col-md-3 .itemname,
#specialpage .row .col-md-3 .itemprice {
    text-align: center;
}









/*商品名の太字*/

#specialpage .row .col-md-3 .itemname a {
    font-weight: bolder;
}









/*価格の太字*/

#specialpage .row .col-md-3 .itemprice .h3 {
    font-weight: bolder;
}