﻿@charset "utf-8";
.galllery_nav{
	margin-top:10px;
	width:100%;
	background: url(../img/bg_gallerynav.png) repeat-x;
	background-size: auto 100%;
}
.galllery_nav ul{
	margin:auto;
	width:1290px;
}
.galllery_nav ul li{
	float:left;
	position:relative;
}
.galllery_nav ul li img{width:100%;}

/*--  作品一覧  --*/
.list_product{}

.list_product li{
	margin:0 0.6% 10px;
	width:23.8%;
	min-width:184px;
	float:left;
	background:#f4f4f4;
	position:relative;
}

.list_product li .inner_product{
	padding:5px;
}

.list_product li .icon_list{
	position:absolute;
	top:-2px;
	right:-2px;
	z-index:100;
}

.list_product li .pic{margin-bottom:5px;height:180px;overflow:hidden; position:relative;}
.list_product li .pic p{
	display: table-cell;
	vertical-align: middle;
	width: 100% !important;  
	width: auto;  
	height: 180px !important;
	height: auto;
	overflow:hidden; 
}
.list_product li .pic p img{
	display: inline;  
	zoom: 1;
	width:100%;
}
img.grasspic{
	-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}
.glass{
	position: absolute;
	top:0;
    width:100%;
	height:100%;
    border: solid 1px rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.4);
}

.list_product li .cnt_pr h4{
	font-size:12px;
}

.inner_product span.icon{
	padding-left:10px;
}

.list_cate{margin-bottom:20px;}
.list_cate li{
	margin-right:10px;
	float:left;
}

/*--  作品詳細  --*/
.ttl_uc{
	margin:20px 0;
	padding:6px 10px;
	color:#fff;
	background:#e90d26
}

.ttl_gb{
	margin:20px 0;
	padding:6px 10px;
	color:#fff;
	background:#27335b;
}

.picarea{
	padding-bottom:5%;
	margin-bottom:40px;
	background:url(../img/bg_picarea.png) no-repeat bottom;
	background-size: 100% auto;
}

.gl_pic{
	margin-bottom:20px;
	float:left;
	width:60%;
}

#bx-pager{
	float:right;
	width:38%;
}
#bx-pager li{
	margin-right:5%;
	margin-bottom:5%;
	float:left;
	width:47.5%;
	overflow:hidden;
	position:relative;
	background:#ddd;
}
#bx-pager li.bx_nav_02, #bx-pager li.bx_nav_04, #bx-pager li.bx_nav_06,#bx-pager li:nth-child(2n) { margin-right:0;}
#bx-pager li img{
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.ttl_item_deta{
	margin-bottom:5px;
	font-size:30px;
	color:#b8b9b9;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #b8b9b9;
}

.deta_sec{
	margin:0 0 20px;
}

.deta_sec h4{
	margin-bottom:5px;
	font-size:16px;
	color:#e45976;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #b8b9b9;
	line-height:1.2em;
}
.deta_sec h4 span{
	font-size:12px;
	font-weight:normal;
	color: #b8b9b9;
	margin-left:0.5em;
}
.deta_sec p{
	padding:0 10px;
}

.deta_sec .list_tag{
	padding:0 10px;
}

.list_tag li{
	margin:0 5px 5px 0;
	background:#36b1cf;
	display:block;
	float:left;
	font-weight:bold;
}
.list_tag li:hover{
	background:#185189;
}
.list_tag li a{
	padding:5px 10px;
	display:block;
	color:#fff;
}
.list_tag li a:hover{
	text-decoration:none;
}
.list_tag li.forsearch{background:#ddd;}
.list_tag li.forsearch:hover{
	background:#185189;
}

.popup{
	padding:10px;
	min-width:200px;
	text-align:center;
}

#frd a, #fradd a{
	padding:10px 0;
	background:#ddd;
	display:block;
	color:#666;
}

#frd a:hover, #fradd a:hover{
	background:#999;
	color:#fff;
	text-decoration:none;
}

.rankcount{
	padding-top:5px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
}

.rankno1{color:#bc9a49;}
.rankno2{color:#a0a0a0;}
.rankno3{color:#aa6d25;}

/*--  snsボタン2015.07追加  --*/
.picsns{}
.picsns li{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	width:60px;
}
.picsns li span{
	margin-bottom:5px;
	display:block;
	text-align:center;
	height:26px;
	line-height:26px;
	border:1px solid #707070;
	position: relative;
}
.picsns li span:before{
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
	left: 24px;
	top: 25px;
	z-index:2;
}
.picsns li span:after{
	content: "";
	position: absolute;
	top: 26px;
	left: 24px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #707070; 
	z-index:1;
}

/********************************
screen_width_1290px
********************************/
@media screen and (max-width: 1290px) {
	.galllery_nav ul{width:96%;}
	.list_product li{width:32.1%;}
}
/********************************
screen_width_994px
********************************/
@media screen and (max-width: 994px) {
	.list_product li{width:48.8%;}
}
/********************************
screen_width_780px
********************************/
@media screen and (max-width: 780px) {
	.gl_pic, #bx-pager{float:none; width:100%;}
	#bx-pager li{width:30%;}
	#bx-pager li{margin-right:5%;}
	#bx-pager li:nth-child(2n){margin-right:5%;}
	#bx-pager li:nth-child(3n) {margin-right:0;}
}
/********************************
screen_width_540px
********************************/
@media screen and (max-width: 540px) {
	.galllery_nav ul li{width:30%;}
}
/********************************
screen_width_480px
********************************/
@media screen and (max-width: 480px) {
}
/********************************
screen_width_392px
********************************/
@media screen and (max-width: 392px) {
	.list_product li{width:100%; margin:0 0 10px;}
}