/* initiarize */

html {
overflow-y: scroll;
}

body {
color: #333;
background: #FFF;
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code,
form, fieldset, legend, input, textarea,
p, blockquote,
th, td {
margin: 0;
padding: 0;
}

table {
border-spacing: 0;
}

fieldset, img {
border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
font-style: normal;
font-weight: normal;
}

li {
list-style-type: none;
}

caption,
th {
text-align: left;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

q:before, q:after {
content: '';
}

abbr,
acronym {
border: 0;
font-variant: normal;
}

sup, sub {
line-height: -1px;
vertical-align: text-top;
}

sub {
vertical-align: text-bottom;
}

input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}

/* ---- clear fix ---------------- */
.clearfix:after {  
	content: " ";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}  
.clearfix {  
	display: inline-block;  
	min-height: 1%;  
}  
/* Hides from IE-mac \*/  
* html .clearfix {  
	height: 1%;  
}  
.clearfix {  
	display: block;  
}
/* ---- /clear fix ---------------- */


/* ---- Text-align ---------------- */
.txtC {
text-align : center;
}

.txtL {
text-align : left;
}

.txtR {
text-align : right;
}
/* ---- /Text-align ---------------- */


/* ---- Float ---------------- */
.floatL {
float : left;
}

.floatR {
float : right;
}
/* ---- /Float ---------------- */


a:link,
a:visited {
	color:#666;
}

a:hover {
	color:#F00;
}


.rollover {
}


/*============
ランキング
==============*/

#item-detail .ranking {
	margin-bottom: 12px;
}

#item-detail .ranking .col {
	float: left;
	width: 230px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 12px;
	padding: 10px;
	border: 1px solid #D2C8AA;
	text-align: center;
}

#item-detail .ranking .col:nth-child(3n) {
	margin-right: 0;
}

#item-detail .ranking .catch {
	margin-bottom: 12px;
	font-size: 18px;
	text-align: center;
}

#item-detail .ranking .name {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#item-detail .ranking .name a {
	text-decoration: underline;
}

#item-detail .ranking .img {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

#item-detail .ranking .img .rank {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	padding-top: 17px;
	background: url(../images/common/icn_ranking_yellow.png) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #595954;
	text-align: center;
	line-height: 22px;
}

/*============
お買い物ガイド
==============*/

#item-detail .shopping-guide {
	border: 1px solid #D2C8AA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#item-detail .shopping-guide .title {
	margin-bottom: 18px;
	padding: 14px 10px 12px 60px;
	border-bottom: 3px solid #fe9600;
	background: url(../images/common/icn_guide.png) no-repeat 21px center;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color: #EE8100;
}

#item-detail .shopping-guide .inner {
	padding: 0 10px;
}

#item-detail .shopping-guide .inner .inner {
	padding: 0 10px 32px;
}

#item-detail .shopping-guide .inner .inner p,
#item-detail .shopping-guide .inner .inner ul,
#item-detail .shopping-guide .inner .inner table {
	font-size: 14px;
	line-height: 1.7;
}

#item-detail .shopping-guide .inner .inner .red {
	color: #f00;
}

#item-detail .shopping-guide .inner .inner table th,
#item-detail .shopping-guide .inner .inner table td {
	padding: 10px 30px;
	border: 1px solid #d2c8aa;
}

#item-detail .shopping-guide .inner .inner table th {
	background-color: #f3e8d6;
	text-align: center;
}

#item-detail .shopping-guide .inner .inner ul li {
	margin-left: 1.3em;
	text-indent: -1.3em;
}

#item-detail .shopping-guide .inner .inner ul.notes li {
	margin-left: 1em;
	text-indent: -1em;
}


#item-detail .contents_box {
	width: 100%;
	margin-bottom: 40px;
}

/*============
商品詳細
==============*/

#item-detail .contents_box {
	width: 100%;
	margin-bottom: 40px;
}

#item-detail .contents_box th,
#item-detail .contents_box td {
	padding: 12px 10px 12px 18px;
	border: 1px solid #d2c8aa;
	font-size: 14px;
}

#item-detail .contents_box th {
	width: 140px;
}

#contents #item-detail .contents_box th,
#contents #item-detail .contents_box td {
	border: 1px solid #E5E1DE;
}


