.col-lg-3 {
    list-style: none;
}
/*メイン画像エリア*/
.prd_page_img{
	float:left;
	width:400px;
	padding:24px 24px 24px;
	margin-top:12px;
	margin-bottom:12px;
	background-color:#c0e2f3;
	border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	}

/*パンくずリスト*/
.breadcrumb {
	padding:4px 8px;
	background-color:#fff;
	border-width:1px 0px;
	border-style:solid;
	border-color:#42a5de;
}
/*カテゴリ名*/
.prd_cat_top {
	margin:8px 0px 8px;
	font-size:1.4em;
	font-weight:bold;
	color:#42a5de;
	border-bottom:dotted 1px #CCC;
}
/*商品*/
/*アイテム2nd*/
.item_ttl { width:690px; margin:0 auto 0 auto; padding:12px 0 3px 0; border-bottom: dashed 1px #a0a0a0; font-size:16px; color:#42a5de; font-weight:bold; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;}

.prd_listitm {
	float:left;
	width:154px;
	padding:8px;
	margin:4px;
	font-size:11px;
	height:260px;
	overflow:hidden;
}
/*商品画像*/
.prd_listimage {
	padding:8px;
	background-color:#f1e5bf;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom:4px;
}
.prd_listimage img:hover {
	opacity:0.7;
}
/*リンク色*/
.prd_listitm a {
	color:#1173ce;
}
/*商品名*/
.prd_list_name {
	height:3.5em;
	overflow:hidden;
}

/*商品説明*/
.prd_page_info{
	clear:both;
	padding:8px;
	border:dotted 1px #CCC;
	border-left-width:0px;
	border-right-width:0px;
	margin:8px auto;
    color:#333333;
	font-size: 1.2em;
	line-height: 1.8;
}
.prd_page_info span{color:#7e4d00;}

/*ページ送り*/
.prd_pages {
	clear:both;
	padding-top:14px;
}
/*アイテムの枠*/
#main_contents .item_box { font-size:12px;}
#main_contents .item_contents{ background: url(//img13.shop-pro.jp/PA01284/335/etc/item_bg.png?20140527184730) repeat-y scroll left top rgba(0, 0, 0, 0); min-height:100%;}
#main_contents .item_bottom { margin-top:-3px;}

.topic_mid {
    background-color: #009fc9;
    border-radius: 0 100px 100px 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: 4px;
    margin-top: 10px;
    padding: 0.5em 1em;
    vertical-align: middle;
}


.topic_mid img {vertical-align:middle; }

.prd_img_small {
    float: left;
    height: 72px;
    margin: 8px 10px 0 0;
    width: 72px;
}
.prd_img_small:nth-child(6){
    margin-right:0;
}
.prd_img_small img{width:100%}

.prd_page_buy {
    float: left;
    font-size: 1em;
    line-height: 1.5em;
    padding: 12px;
    width: 490px;
}
.prd_page_buy th{ text-align:right;}
.prd_page_buy a{ text-decoration:underline;}

#largeimage{position:relative;}
#largeimage > span{position:absolute; bottom:12px; right:12px; background:#000; background:rgba(0,0,0,0.6); color:#fff; display:inline-block; padding:4px 8px; display:none;}

#mordal{position:absolute; top:20%; left:50%;  width:920px; background:#fff; background:rgba(255,255,255,0.9); display:none; z-index:1000; margin-left:-460px; box-shadow:0px 0px 2px rgba(0,0,0,0.6); box-sizing:bordar-box; -moz-box-sizing:bordar-box; padding:10px; border:2px dashed #6DBAEC;}
#mordal>div{border:2px solid #C0E2F3; float:right; box-sizing:bordar-box; -moz-box-sizing:bordar-box; width:580px!important; height:580px; text-align:center; margin-bottom:12px; background:#fff; overflow:auto; position:relative;}
#mordal>div>div{display:table-cell; vertical-align:middle; width:inherit; height:inherit; }


#mordal>ul{font-size:0px; width:320px; float:left;}
#mordal>ul li{display:inline-block; margin-bottom:12px; width:140px; border:2px solid #C0E2F3; box-sizing:bordar-box; -moz-box-sizing:bordar-box;}
#mordal>ul li:nth-child(2n){margin-left:10px;}
#mordal>ul li img{width:100%;}

#mordalclose{clear:both; display:block; text-align:center; width:280px; text-decoration:none; padding:4px 8px; margin:8px auto; color:#fff; background:#009fc9; border:1px solid #0094c9;}

#mordalclose:hover{background:#06b1de;}

/*パンくずのタグ*/
.tag-btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  border: 1px solid #009fc9;
  color: #333;
  padding: 2px 8px;
  margin-bottom: 5px;
  font-size:0.8em;
}

