@charset "utf-8";


#shop_diaryList{
	width: 930px;
	margin: 0 auto;
}

#shop_diaryList li{
	margin: 0 auto 20px;
}

.diaryHead{
	background-color: #000000;
	width: auto;
	padding:13px 20px;
	font-size: 14px;
	color: #ffffff;
}

.shopDiaryDate{
	display: block;
	font-size: 12px;
}

.shopCompanionNm a{
	font-size: 16px;
	font-weight: bold;
	color: #ff6699;
	padding-right: 5px;
}

.diaryBody{
	width: auto;
	border: 3px solid #dedede;
	border-top: none;
	padding: 16px;
}

.shop_diaryImg{
	display: block;
	width: 220px;
	float: left;
	margin: 0 38px 0 0;
}

.shop_diaryImg img{
	max-width: 100%;
}

.diaryDetail{
	float: left;
	width: 630px;
}

.shop_diaryTtl {
	display: block;
	font-weight: bold;
	color: #ff6699;
	font-size: 16px;
	margin: 0 auto 20px;
}

.shop_diaryTxt{
	line-height: 1.5;
}



#btn_ss_diary_common{
	display: block;
	text-align: center;
	padding: 20px 0 0;
}

/************************* page_list *****************************/

#page_list ol{
	width:100%;
	text-align:center;
}


#page_list li{
	display:inline;
	font-weight:bold;
    vertical-align: top;
	margin: 0 2px;
}

#page_list li strong{
	padding: 6px 10px;
	display: inline-block;
	font-weight:bold;
	color:#ff8a00;
}

#page_list li a{
	display: inline-block;
	text-align:center;
	border:1px solid #c0c0c0;
	color:#333333;
	text-decoration:none;
	padding: 6px 12px;
	background-color:#f9f9f9;
}

#page_list li a:hover{
	background-color:#ffffff;
	color:#ff8a00;
	cursor:pointer;
}