@charset "Shift_jis";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    vertical-align: text-top;
    font-size: small;
}

/*
structure
--------------------------------------------------------------------------------------*/
@font-face {
    font-family: "Gotham-Bold";
    src: url("../font/Gotham-Bold.otf") format("opentype");
}

@font-face {
    font-family: "Gotham-Book";
    src: url("../font/Gotham-Book.otf") format("opentype");
}

body {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.3;
    font-family: "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
    font-size: 13px;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
    height: auto;
}

em {
    font-style: normal;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.contents {
    width: 970px;
    margin: 0 auto;
    padding: 0px 0px 20px 0px;
}

.leftContents {
    float: left;
    width: 640px;
    padding: 20px 0px 0px 0px;
}

.rightContents {
    float: right;
    width: 300px;
    padding: 20px 0px 0px 0px;
}

/* header
--------------------------------------------------------------------------------------*/

.header {
    position: relative;
    width: 970px;
    margin: 0 auto 10px auto;
    padding: 0;
}

.header h1 {
    float: left;
    padding: 10px 0 20px;
}

.header h1 img {
    height: 52px;
}

.header p.brand-name {
    float: right;
    padding: 40px 0 0 0;
}

.header p.brand-name img {
    width: 145px;
}

.menu-trigger {
    display: none;
}


/*-------------------
ページタイトル
--------------------*/

div.page-title {
    clear: both;
    width: 940px;
    margin: 0px auto;
    background: #000;
    display: block;
    color: #FFF;
    padding: 20px 15px;
    overflow: hidden;
    display: table;

}

div.page-title h2 {
    font-family: "Gotham-Bold";
    font-size: 46px;
    width: 560px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}

div.page-title p {
    width: 380px;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

div.page-title a,
div.page-title a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


/*-------------------
グロナビ
--------------------*/
.sp-menu-box {
    display: none;
}

.menu-box {
    width: 970px;
    margin: 5px auto 10px;
}

#menu .menu-category-main {
    overflow: hidden;
}

#menu .menu-category-main li {
    display: block;
    float: left;
    /*width: 194px;*/
    width: 242px;
}

#menu .menu-category-main li a {
    display: block;
    /*width: 194px;*/
    width: 242px;
    font-size: 16px;
    text-align: center;
    padding: 8px 0px;
    background: #cdcbcb;
}

#menu .menu-category-main li span {
    display: block;
    /*width: 193px;*/
    width: 241px;
    border-right: 1px solid #858585;
}

/*#menu .menu-category-main li:nth-child(5) span {
	width: 194px;
	border-right: none;
}*/

#menu .menu-category-main li:nth-child(4) span {
    width: 242px;
    border-right: none;
}

#menu .menu-category-main li a:hover {
    background: #858585;
    text-decoration: none;
}

#menu .menu-category-main li.active a {
    background: #858585;
}

/* contents
--------------------------------------------------------------------------------------*/
h2.title {
    display: none;
}

.contents h3,
.leftContents h3 {
    font-family: "Gotham-Bold";
    font-size: 36px;
    border-bottom: 1px solid #979797;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 5px;
    line-height: 1;
}


/*-------------------
トップコンテンツ
--------------------*/
.topContents {
    width: 970px;
    margin: 0px auto 20px;
    overflow: hidden;
}

.pickupList {
    width: 640px;
    float: left;
}

#slide {
    width: 640px;
}

.boseBanner {
    float: right;
    width: 300px;
}


/*-------------------
インフォメーション
--------------------*/

.bose_news {
    margin-bottom: 25px;
}

.bose_news li {
    margin-bottom: 15px;
    font-size: 93%;
}


/*-------------------
レビューリスト
--------------------*/

.reviewList ul {
    overflow: hidden;
}

.reviewList ul li {
    float: left;
    width: 237px;
    margin-right: 7px;
    text-align: center;
    font-size: 18px;
}

.reviewList ul li img {
    width: 80%;
}

.reviewList ul li:nth-child(4) {
    margin-right: 0px;
}

.reviewList ul li a {
    display: block;
    width: 235px;
    border: 1px solid #979797;
}

.reviewList ul li a:hover {
    text-decoration: none;
}


/*-------------------
スペシャルコンテンツ
--------------------*/

div.special_contents {
    width: 700px;
    margin: 0px auto 20px;
}

div.special_contents ul {
    overflow: hidden;
}

div.special_contents > ul > li {
    float: left;
    width: 330px;
    margin: 0px 40px 20px 0px;
}

div.special_contents > ul > li:nth-child(2n) {
    margin-right: 0px;
}

div.special_contents ul.btn {
    float: right;
    width: 20px;
}

div.special_contents ul.btn li {
    margin: 0px 0px 4px;
}

div.special_contents ul.btn li:nth-child(2) {
    margin: 0px;
}

div.special_contents ul.btn img {
    width: 20px;
}


/*-------------------
レビュー
--------------------*/

div.archiveList {
    width: 930px;
    margin: 0px auto 20px;
    background: #f0f0f0;
    padding: 20px;
}

div.archiveList ul {
    overflow: hidden;
}

div.archiveList > ul > li {
    float: left;
    width: 455px;
    margin: 0px 20px 20px 0px;
    background: #FFF;
    text-align: center;
    position: relative;
}

div.archiveList > ul > li:nth-child(2n) {
    margin-right: 0px;
}

div.archiveList .pic {
    width: 350px;
    margin: 0px auto;
}

div.archiveList .pic img.icon_vgp {
    position: absolute;
    left: 15px;
    top: 15px;
    display: block;
    width: 76px;
}

div.archiveList .pic img.icon_vgp2 {
    position: absolute;
    left: 15px;
    top: 110px;
    display: block;
    width: 76px;
}

div.archiveList ul.btn {
    display: table;
    width: 380px;
    margin: 0px auto 10px;
}

div.archiveList ul.btn2 {
    display: table;
    width: 430px;
    margin: 0px auto 10px;
}

div.archiveList ul.btnShort {
    display: table;
    width: 150px;
    margin: 0px auto 10px;
}

div.archiveList ul.btn li,
div.archiveList ul.btn2 li,
div.archiveList ul.btnShort li {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
    padding: 0px 10px 0px 0px;
}

div.archiveList ul.btn li:nth-child(4) {
    padding: 0px;
}


li.reviewLink a,
li.detailLink a {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
    height: 35px;
    border: 2px solid #979797;
}

li.reviewLink a:hover,
li.detailLink a:hover {
    background: #979797;
    color: #FFF;
    text-decoration: none;
}

div.archiveList ul.btn2 li.twLink,
div.archiveList ul.btn2 li.fbLink {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

li.reviewLink span {
    display: block;
    font-size: 11px;
}

div.archiveList ul.btn img {
    width: 30px !important;
}

div.archiveList h4 {
    font-size: 14px;
    color: #4d5173;
    font-weight: bold;
    margin-bottom: 10px;
}

div.archiveList h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}


/*-------------------
 Product Map
--------------------*/

#boseChart {
    text-align: center;
    margin: 0 auto 20px;
    padding: 0;
    background: #EEE;
    width: 640px;
}

#box1,
#box2,
#box3 {
    width: 640px;
    height: 400px;
    position: relative;
}

/* tab */

ul#tabs {
    text-align: center;
    margin: 0 auto;
    width: 640px;
    list-style: none;
    overflow: hidden;
}

ul#tabs li {
    padding: 10px 0;
    border-right: 2px #fff solid;
    width: 212px;
    float: left;
    background-color: #CCCCCC;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #FFF;
}

ul#tabs li#last {
    width: 212px;
    border-right: none;
}

ul#tabs li.open {
    background-color: #999999;
    color: #fff;
}



/* right contents
--------------------------------------------------------------------------------------*/
.rightContents h4 {
    display: none;
}

/*-------------------
SNS
--------------------*/

.rightContents .bose_sns {
    margin-bottom: 20px;
}

/*-------------------
Facebook
--------------------*/

.rightContents .bose_facebook {
    margin-bottom: 20px;
}


/* footer
--------------------------------------------------------------------------------------*/
footer.sp {
    display: none;
}

#footer .title {
    color: #fff;
}

/*-------------------
コンテンツのfloatクリア
--------------------*/
.contents:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contents {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .contents {
    height: 1%;
}

.contents {
    display: block;
}

/* End hide from IE-mac */
