@charset "utf-8";

/* -------------------------------------------------- */
/* お知らせページ */
/* -------------------------------------------------- */

/* #blogSelect */
/* -------------------------------------------------- */
#blogSelect {
	width: 90%;
	margin: 0 auto 8%;
}

#blogSelect li {
    width: 100%;
    margin-bottom: 2%;
    display: inline-block;
}

#blogSelect li:first-child {
	margin-right: 15px;
}

#blogSelect p {
	width: 35%;
	display: block;
	float: left;
	padding-top: 3%;
	font-size: 108%;
	text-align: right;
}

.selectArea {
	width: 60%;
	overflow: hidden;
	float: right;
	border: 3px solid #e5e5e5;
	text-align: left;
}

#blogSelect select {
	width: 110%;
	padding: 3% 2%;
	font-size: 108%;
	border: none;
	background: url(../img/pc_zisseki_img1.png) 85% 50% no-repeat transparent;
	color: #666666;
}


/* blogSe1 */
/* -------------------------------------------------- */
#blogSe1 {
	width: 90%;
	margin: 0 auto;
}

.blogIn1 {
	margin-bottom: 15%;
	color: #666666;
}

.blogP {
	width: 35%;
	max-height: 80px;
	margin-bottom: 2%;
	overflow: hidden;
	position: relative;
	float: left;
	/*border: 1px solid #da2805;*/
	text-align: center;
}

.blogDate {
	width: 60%;
	margin-bottom: 1%;
	float: right;
	text-align: left;
}

.blogTtl {
	width: 60%;
	float: right;
	margin-bottom: 1%;
	font-weight: bold;
	text-align: left;
	font-size: 108%;
}

.blogCont {
	clear: both;
	font-size: 108%;
}


