@charset "utf-8";
#page {
	padding-top   : 0;
	padding-bottom: 0;
	background    : #f4eed1;
	box-shadow    : none;
}
h3 {font-size:17px;color:#333;font-weight:600;}
#mv {
}
#news {
	padding-top   : 15px;
	padding-bottom: 15px;
	background    : #fbf7e6;
	box-shadow    : 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
#newsInner {
	width : 92%;
	margin: 0 auto;
}
#newsInner h3 {
	margin-bottom: 10px;
	margin-left  : 1px;
}
#newsMore {
	font-size      : 13px;
	text-align     : right;
	padding-right  : 14px;
	background     : url(/yokohama/images/cursor_sp.png) no-repeat right center;
	background-size: 8px 12px;
}
/*----------------------------------------------------------
----------------------------------------------------------*/
#newsInner .entry {
	padding-bottom: 15px;
	border-bottom : 1px dotted #d9cbbf;
	margin-bottom : 15px;
}
#newsInner .entryBtm {
	padding-bottom: 0;
	margin-bottom : 0;
	border-bottom : none;
}
#newsInner .entry h4 {
	font-weight: 500;
	margin-bottom: 5px;
}
#newsInner .entry p.text {
	font-size    : 12px;
	margin-bottom: 5px;
	word-wrap    : break-word;
}
#news .entry p.cat {
}
#cinfo {
	width : 92%;
	margin: 20px auto 0 auto;
}
#cinfo h3 {
	margin-bottom: 10px;
}
#cinfo .item {
	position     : relative;
	background   : #fbf7e6;
	margin-top   : 20px;
	border-radius: 8px;
	overflow     : hidden;
}
#cinfo .item .text {
	padding        : 14px 44px 14px 17px;
	background     : url(/yokohama/images/cursor_sp.png) no-repeat 96% 50%;
	background-size: 8px 12px;
}
#cinfo .item .text.nolink {padding-right:14px;background:none}
#cinfo .item .text h4 {
	font-size  : 15px;
	font-weight: 500;
	margin-bottom: 4px;
}
#cinfo .item .text p {
	font-size: 12px;
}
