@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------------
	New Solution Package
----------------------------------------------------------*/
#nsp {
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
	clear:both;
}
/*----------------------------------
サイドカテゴリー
----------------------------------*/ 
/*category-list*/
#nsp-category-list{
		
}
#nsp-category-list dl{
	border: solid 1px #DDD;
	border-bottom: none;
}
#nsp-category-list dl dt{
	margin:0px;
	padding: 8px 10px;
	background-color:#000;
	border-bottom: solid 1px #DDD;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
}
#nsp-category-list dl dd{
	margin:0px;
	border-bottom: solid 1px #DDD;
	font-size:14px;
	font-weight:normal;
}
#nsp-category-list dl dd a{
	display:block;
	padding: 6px 10px;
	background-color:#FFF;
}
#nsp-category-list dl dd a:hover{
	padding: 6px 10px;
	background-color:#F2F2F2;
	text-decoration:none;
}
/*----------------------------------
ギャラリー一覧
----------------------------------*/ 
/*gallery-list*/
#nsp-gallery-list ul{
	width:666px;
	overflow:hidden;	
}
#nsp-gallery-list ul li{
	overflow:hidden;
	position:relative;
	margin: 0 30px 30px 0;
	border: solid 1px #DDD;
	font-size:14px;
}
#nsp-gallery-list figure.nsp-item-img{
	float:left;
	margin:0;
	padding:0;
}
#nsp-gallery-list figure.nsp-item-img img{
	border: solid 1px #DDD;
	margin:10px;
}
#nsp-gallery-list .nsp-item-deta{
	margin: 10px 10px 10px 0;
	padding-left:306px;
}
#nsp-gallery-list .nsp-item-deta .nsp-item-title{
	border-bottom: solid 1px #CCC;
	margin-bottom:10px;
	padding-bottom:2px;
	font-weight:bold;
}
#nsp-gallery-list .nsp-item-deta .nsp-item-text{
	margin-bottom:10px;
}
#nsp-gallery-list .nsp-item-deta .nsp-item-price{
	margin-bottom:10px;
	font-weight:bold;
	color:#F00;
}
#nsp-gallery-list .nsp-item-btn{
	position:absolute;
	bottom:10px;
	right:10px;	
}
#nsp-gallery-list .nsp-item-btn a{
	display:block;
	padding:3px 10px;
	background-color:#000;
	border: solid 1px #CCC;
	color:#FFF;
}
#nsp-gallery-list .nsp-item-btn a:hover{
	text-decoration:none;
}
/*page-nation*/
.wp-pagenavi{
	text-align:center;
	height: 30px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #666;
}
.wp-pagenavi .current{
	color:#333;
}
/*----------------------------------
ギャラリー詳細
----------------------------------*/ 
/* detail */
h1.nsp-gallery-title {
	margin:0 0 18px 0;
	padding:0;
	border-bottom: solid 1px #333;
	color:#333;
	font-weight:normal;
	text-align:left;
}
div.nsp-gallery-detail {
	float:left;
	margin:0 0 20px 0;
	padding:0;
	width:315px;
	overflow:hidden;
}
div.nsp-gallery-detail ul.nsp-gallery-slideshow {
	width:300px;
	overflow:hidden;
}
div.nsp-gallery-detail ul.nsp-gallery-slideshow li{
	margin-bottom:15px;
	width:300px;
	overflow:hidden;
}
div.nsp-gallery-detail ul.nsp-gallery-slideshow li img{
	border:1px solid #ccc;
}
div.nsp-gallery-detail ul.nsp-gallery-thumbnail {
	float:none;
	width:315px;
	overflow:hidden;
}
div.nsp-gallery-detail .nsp-gallery-thumbnail li {
	float:left;
	margin:0 15px 20px 0;
	padding:0;
	width:90px;
	overflow:hidden;
}
div.nsp-gallery-detail .nsp-gallery-thumbnail li img {
	border:1px solid #ccc;
}
div.nsp-gallery-textbox{
	float:right;
	width:310px;
}
div.nsp-gallery-textbox .nsp-gallery-chapter{
	text-align:center;
	padding: 5px;
	margin-bottom:15px;
	border: solid 1px #CCC;
	font-size:16px;
}
div.nsp-gallery-textbox .nsp-gallery-text{
	text-align:left;
	margin-bottom:20px;
	font-size:14px;
}
div.nsp-gallery-textbox dl.nsp-gallery-textlist{
	overflow:hidden;
	margin-bottom:10px;
}
div.nsp-gallery-textbox dl.nsp-gallery-textlist dt{
	float:left;
	margin: 0 0 10px 0;
	padding:3px 0;
	font-size:14px;	
	color:#060;
}
div.nsp-gallery-textbox dl.nsp-gallery-textlist dd{
	margin: 0 0 10px 0;
	padding:3px 0 3px 80px;
	border-bottom: dotted 1px #CCC;
	font-size:14px;	
	color:#333;
}
p.nsp-gallery-btn {
	clear:both;
	text-align:center;
}

.single_blog{
	text-align:right;
}
.single_blog a{
	display:inline-block;
	padding:3px 10px;
	background:#000;
	color:#fff;
}