@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,
sup,
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;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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: #333;
}

a:hover {
	text-decoration: none;
	opacity:0.7; 
}


/*
structure
--------------------------------------------------------------------------------------*/

body {
    color: #333;
    line-height: 1.4em;
    font-family: 'Roboto','Noto Sans JP', "Lucida Grande", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
    font-size: 13px;
}


.contents {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0 20px 0;
}

.leftContents {
    float: left;
    width: 710px;
    margin: 10px 0;
}

.rightContents {
    float: right;
    width: 240px;
    margin: 0;
    margin: 10px 0 10px 5px;
}


/* header
------------------*/

.header {
    position: relative;
    width: 980px;
    margin: 10px auto 20px;
	overflow: hidden;
}

.header h1 {
	position: absolute;
	top: 0;
	left: 0;
    height: 52px;
}

.header h1 img {
    height: 45px;
}

p.officalBtn {
	width: 149px;
    padding: 20px 0 0px;
    float: right;
}

h2.page-title {
	clear: both;
	width: 980px;
	margin: 0px auto;
	font-weight: 600;
}

.pcImg {
	display: block !important;
}

.spImg {
	display: none !important;
}


/* footer
------------------*/
div#SPfooter {
	display: none;
}




/* ----------------------------------
contents
------------------------------------ */

.section {
	padding: 20px 0;
}


.section-title {
    margin-bottom: 15px;
    padding: 0 0 5px 0;
    font-size: 28px;
	font-weight: 600;
}

/* ----------------------------------
left contents
------------------------------------ */

.leftContents section {
	border-bottom: solid 1px #707070;
	padding-bottom: 15px;
}

.leftContents section.lower {
	border: none;
	padding-bottom: 15px;
}

.leftContents section.reviewBox {
	border: none;
	padding-bottom: 15px;
}


/* ----------------------------------
closeup div
------------------------------------ */

.closeup {
	display: inline-block;
	width: 720px;
	margin-bottom: 15px;
}

.closeup .mainLeft {
	float: left;
	width: 300px;
}

.closeup .mainRight {
	float: left;
	padding-left:10px;
	width: 400px;
}

.closeup .mainRight div.pic {
	padding: 0 10px 5px 0;
	width: 300px;
	float: left;
}

.closeup .mainRight p.catch {
	font-size:17px;
	font-weight: 500;
	line-height:1.6;
}


/* ----------------------------------
closeup
------------------------------------ */

.closeup ul {
	overflow: hidden;
	margin-bottom: 25px;
}

.closeup li {
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.closeup ul.mainNews {
	overflow: hidden;
	margin-bottom: 10px;
}

.closeup ul.mainNews li {
	display: inline-block;
	overflow: hidden;
	width: 720px;
	padding-bottom: 15px;
	margin: 0;
}

.closeup ul.mainNews li div.pic {
	padding: 0 10px 5px 0;
	width: 300px;
	float: left;
}

.closeup ul.mainNews p.catch {
	font-size:17px;
	font-weight:500;
}

span.category {
	margin: 5px 0;
    padding: 0 5px;
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 12px;
	}

p.name {
	font-size: 11px;
	margin:5px 0;
	padding: 0;
	line-height:1.7;
}



/* ----------------------------------
reviewBox
------------------------------------ */
.reviewBox {
	margin: 0 0 10px;
}

.reviewBox ul {
	overflow: hidden;
}

.reviewBox li {
	float: left;
	width: 230px;
	position:relative;
	padding-right:10px;
}

.reviewBox li:nth-child(3) {
	float: left;
	width: 230px;
	position:relative;
	padding-right:0;
}

.reviewBox li:nth-child(4) {
	width: 100%;
	height: 30px !important;
	padding-top:10px;
}

.reviewBox li:nth-child(7) {
	float: left;
	width: 230px;
	position:relative;
	padding-right:0;
}

.reviewBox li .pic {
	width: 230px; /* 表示する画像の最大横幅を指定 */
	height: 153px; /* 表示する画像の最大縦幅を指定 */
	position: relative;
    margin: 0 auto 10px;
}

.reviewBox li .pic img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.reviewBox p.catch {
	font-size:14px;
	font-weight: 500;
	line-height:1.5;
}


/*  -----------------------------
right contents
-------------------------- */

.rightContents section {
	margin-bottom: 40px;
}


.rightContents .title {
    margin-bottom: 15px;
    padding: 0 0 5px 0;
    font-size: 26px;
	font-weight: 600;
}

.tweet {
	margin:10px auto 20px;
}

section.article p {
	margin: 5px 0 15px;
}

section.product p.productName {
	font-size: 30px;
	margin:10px 0 20px;
}

section.product p.productInfo {
	font-size: 13px;
	line-height: 1.6;
	margin:10px 0 20px;
}

section.product p.productLink {
	font-size: 13px;
	margin:10px 0 20px;
	background-color: #000;
	color: #fff;
	padding:15px;
	text-align: center;
}

section.product p.productLink a {
	color: #cccccc;
}



/*  -----------------------------
banner
-------------------------- */
.banner {
    margin-bottom: 20px;
}

.banner img {
	width: 300px;
}


/*  -----------------------------
sns
-------------------------- */
.sns-area {
    margin-bottom: 20px;
}

/*  -----------------------------
credit
-------------------------- */

#credit {
	margin: 0;
	padding:10px 0 20px;
}

#credit p {
	text-align: left;
	font-size: 11px;
}
	


