@charset "UTF-8";

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?44622312');
  src: url('../font/fontello.eot?44622312#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?44622312') format('woff'),
       url('../font/fontello.ttf?44622312') format('truetype'),
       url('../font/fontello.svg?44622312#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*	--------------------------------------------------

	product detail css 12/03/5 ver.1.0

-------------------------------------------------- */



/*商品詳細*/
html{
    background:#dfeee1;
    }
    
#product_wrap{
    width:600px;
    margin:5px auto;
    background:#ffffff;
    padding: 15px;
	padding-bottom:30px;
    line-height: 18px;
    overflow: hidden;
    }
#product_wrap h1{
    display: block;
    background:#dfeee1;
    padding: 10px 5px 10px 15px; 
    margin-bottom: 15px;
    color:#075b1b;
    font-weight: bold; 
	font-size:16px;
}
#product_wrap .l-item{
    float: left;
    margin-bottom:15px;
	text-align:center;
}

#product_wrap .r-text{
    float: left;
    width:320px;
    margin-left: 20px;
  	font-size:80%;
  	overflow: hidden;
}

.pDetail {
	font-size: .9em;
	padding: 1px 10px;
}

.pList {
	padding: 5px 0;
	clear: both;
	overflow: hidden;
}

h2 {
	clear: both;
}

.pList p {
	padding-top: 65px;
}

.pList p img {
	float: left;
	padding-right: 20px;
	margin-top: -60px;
}

#product_wrap .nomaltext{
    width:580px;
   	font-size:80%;
   	clear: both;
}

#product_wrap .nomaltext ul{
	list-style-type:disc;
	margin-left:20px;
	margin-top:10px;
}

.red{
	color:#fe5757;
	font-weight:bold;
}
.green{
	color:#3f6d0e;
	font-weight:bold;
}
.blue{
	color:#00479d;
	font-weight:bold;
}
.marign15{
	margin-top:15px;
}
.marign_b15{
	margin-bottom:15px;
}

#product_wrap dl.price{
	margin:15px 0 10px 0;
	text-align:right;
}
#product_wrap dl.price dt{
	text-align:right;
	margin-bottom:3px;
}
#product_wrap dl.price dd{
	text-align:right;
	margin-bottom:10px;
}
#product_wrap dl.price dt.sale{
	color:#FF0000;
}
#product_wrap dl.price dt.name{
	font-size:17px;
	font-weight:bold;
	border-bottom:1px solid #000;
	margin:5px;
	text-align:left;
	line-height: 1.8em;
}

.name a {
	font-size: .7em;
	background-color: #075b1b;
	padding: 7px;
	text-decoration: none;
	color: #dfeee1;
}

.name a:before {
    font-family: 'fontello';
    content: 'c';
    margin: 0 3px;
    font-size: 11pt;
    font-weight: normal;
}

.name a:hover {
	background-color: #dfeee1;

	color: #075b1b;
}

.sLink {
	padding-top: 0!important;
}

.sLink a {
	font-size: 1.1em;
	background-color: #075b1b;
	padding: 7px;
	text-decoration: none;
	color: #dfeee1;
	float: right;
	font-weight: bold;
}

.sLink a:before {
    font-family: 'fontello';
    content: 'c';
    margin: 0 3px;
    font-size: 13pt;
    font-weight: normal;
}


.sLink a:hover {
	background-color: #dfeee1;
	color: #075b1b;
}

#product_wrap dl.price dd.sale{
	font-size:17px;
	color:#FF0000;
	font-weight:bold;
}

#product_wrap .saleimg{
	margin-top:8px;
}

.fS {
	font-size: 1.2em;
	border-bottom: 1px solid #075b1b;
}

.fL {
	float: left;
	padding-right: 20px;
}

.pT {
	clear: both;
	padding-top: 15px;
	font-size: .9em;
}

.pSize{
	font-weight: bold;
	line-height: 1.8em;
}

.fC {
	clear: both;
}

/*clearfix---------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}