@charset "utf-8";

/*
	BLOG
*/


/*=============================================
	PC
=============================================*/

/*------------------------------
	VISUAL
------------------------------*/
#visual .inner{
	background: url(/_blog/images/visual_photo.jpg) no-repeat center top;
}

/*------------------------------
	CONTENTS
------------------------------*/
/*
	COMMON
*/
#date{
	margin-bottom: 20px;
	font-weight: bold;
}
.photoSet{
	margin-bottom: 30px;
	text-align: center;
}
.photoSet li{
	display: inline-block;
	margin: 0 15px;
}
.photoSet li img{
	padding-bottom: 5px;
}

#pageNation{
	text-align: center;
}
#pageNation li{
	display: inline-block;
}
#pageNation li#next{
	padding-left: 8px;
	border-left: #000 solid 1px;
}
#pageNation li#next a{
	padding-right: 18px;
	background: url(/common/images/arrow01.gif) no-repeat right center;
}
#pageNation li#prev{
}
#pageNation li#prev a{
	padding-left: 18px;
	padding-right: 8px;
	background: url(/common/images/arrow05.gif) no-repeat left center;
}
#pageNation li.noborder{
	border-left: none !important;
}

/*
	ARCHIVE
*/
#archive dl{
	padding: 10px 0;
	background: url(/common/images/bg_doted01.gif) repeat-x left bottom;
}
#archive dl dt{
	width: 120px;
	float: left;
}
#archive dl dd{
	padding: 0 10px 0 125px;
}

/*=============================================
	RESPONSE
=============================================*/
@media(max-width:600px){
}