@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;
}
/*popup-gallery-page*/
#nsp-popup-gallery{
	width:930px;
	margin: 0 auto;
}
#nsp-popup-gallery section{
	overflow:hidden;
	width:915px;
}
#nsp-popup-gallery section ul{
	overflow:hidden;
	width:930px;	
}
#nsp-popup-gallery section ul li{
	float:left;
	margin: 0 15px 15px 0;
}
#nsp-popup-gallery section ul li img{
	width:448px;
	border: solid 1px #DDD;
}
#nsp-popup-gallery section .nsp-popup-chapter{
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: solid 1px #CCC;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}
#nsp-popup-gallery section .nsp-popup-text{
	margin: 0 0 15px 0;
	font-size:14px;
	line-height:140%;
}
#nsp-popup-gallery section .nsp-popup-price{
	margin: 0 0 15px 0;
	font-size:14px;
	line-height:140%;
	color:#F00;
	font-weight:bold;
	text-align:center;
}
/*page-nation*/
.wp-pagenavi{
	text-align:center;
	height: 30px;
	padding-top:50px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #666;
}
.wp-pagenavi .current{
	color:#333;
}

#wpn-box{
	position:relative;
}
#wpn-left {
	width:25%;
	text-align:left;
	float:left;
}
#wpn-center {
	left:45%;
	text-align:center;
	position:absolute;
}
#wpn-right {
	width:25%;
	text-align:right;
	float:right;
}
.single_data{
	font-size:16px;
	margin:0 0 20px;

}
.single_blog{
	padding:10px;
	font-size:16px;
	border:1px solid #ccc;
	margin:0 0 20px;
}
.single_tit {
	font-size:20px;
	border-bottom:1px solid #000;
	margin-bottom:20px;
}

.blogbox{
	overflow:hidden;
	display:block;
	padding:10px 5px;
	border-bottom:1px solid #ddd;
	margin:0 0 5px;
	font-size:16px;
}
.blogbox dt{
	display:block;
	width:20%;
	float:left;
}
.blogbox dd{
	display:block;
	width:78%;
	float:right;
}

.nsp_cgtit {
	font-size:18px;
	color:#444;
	text-align:center;
	border-bottom:1px solid #000;
	margin-bottom:15px;
}
