@charset "Shift_jis";

/*
structure
--------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


body {
    color: #000;
    line-height: 1.5;
    font-family: "Lucida Grande", "qMmpS ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}



/* header
------------------*/

.header {
    position: relative;
    width: 980px;
    margin: 10px auto 0px;
	overflow: hidden;
}

.header h1 {
	float: left;
    height: 52px;
	margin:0;
}

.header h1 img {
    height: 52px;
}

p.officalBtn {
	width: 149px;
    padding: 20px 0 0px;
    float: right;
}


/* footer
------------------*/
div#SPfooter {
	display: none;
}


/* ----------------------------------
contents
------------------------------------ */

.contents {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0 20px 0;
}


#mainvisual {
	width: 980px;
	margin: 20px auto 40px;
}

.pcImg {
	display: block !important;
}

.spImg {
	display: none !important;
}



/* o */

h3.kikan {
	background: #D8D8D8;
	padding: 5px;
	margin-bottom: 10px;

  font-family: "Meiryo-Bold";
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

h3.kikan span {
  font-size: 24px;
}

h4.discount {
    font-size: 40px;
	font-family: 'Roboto', sans-serif;
	color: #5287C6;
	text-align: center;
	font-weight: bold;
}

h4.discount span {
    font-size: 35px;
}

h5 {
	margin-bottom: 20px;
}

.box {
	position: relative;
}

.box .pic {
	text-align: center;
}

.box .pic img {
}


.box .catch {
	margin-left: 10px;
	margin-bottom: 20px;

  font-family: "HiraginoSans-W6";
  font-size: 17px;
  font-weight: 400;
}

.box h5 {
	position: absolute;
	left: 280px;
	bottom: 75px;
}

.box ul {
	overflow: hidden;
	margin: 0px auto;
	width: 650px;
}

li.reviewBtn,
li.detailBtn {
	font-size: 24px;
	margin: 0px auto 20px;
	list-style: none;
	
}

li.reviewBtn {
	float: left;
}
li.detailBtn {
	float: right;
}

li.reviewBtn a,
li.detailBtn a {
	display: block;
	text-decoration: none;
}

.two-pieces {
	overflow: hidden;
}

.two-pieces .box {
	width: 489px;
	margin: 0px 0px 30px;
	float: left;
}

.two-pieces .box:nth-child(2) {
	border-left: 2px solid #979797;
}

.two-pieces .box h5 {
	position: static;
	margin-left: 30px;
}


.two-pieces .box ul {
	width: 300px;
}

.two-pieces .box li.reviewBtn,
.two-pieces .box li.detailBtn {
	float: none;
}


