@charset "utf-8";
/* CSS Document */

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------------------------------*/

/*　NEWS　*/

/*-----------------------------------------------------------------------------*/
/*　一覧用　*/
dl.news_list {
/*	font-size:107%;*/
	}
	dl.news_list dt {
	color:#666;
	font-weight:bold;
	font-size:14px;
	float:left;
	clear:both;
	width:7em;
	white-space: nowrap;
	padding-top:3px;
	}
	dl.news_list dt:after {
	content: "";
	display:inline-block;
	margin-left:5px;
	margin-bottom:0.15em;
	width:0.5em;
	height:0.5em;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	dl.news_list dd {
/*	border-bottom:1px #E6E6E6 solid;*/
	margin: 0 0 15px;
	padding:0 0 0 7em;
	}

/*-----------------------------------------------------------------------------*/

/*　news　*/

/*-----------------------------------------------------------------------------*/
#news h1 {
/*	border-bottom:1px solid #ccc;
	padding-bottom:10px;*/
	line-height:1.5;
	margin-bottom:10px;
	}
#news .entry-content h1 {
	font-size:24px;
	line-height:1.5;
	padding:20px 90px 10px 0;
	margin: -20px 0 30px;
	border-bottom:1px solid #003A8C;
	background:url(/images/top/Palm_trees.png)  no-repeat right bottom;
	min-height:64px;
	}
#news .date {
	font-size:13px;
	color:#666;
	text-align:right;
	margin-top:-10px;
	}

/*.content {
	min-height:350px;
	}*/

.entry-content, html[lang="ja"] body.entry-content, html[lang="en"] body.entry-content {
	font-size: 15px;
	line-height:1.8;
	}
#news .entry-content {
	margin-bottom:30px;
	background-color:#fff;
	padding:40px 40px 50px;
	}

#news article {
	margin-bottom:50px;
	}
.entry-content p {
	margin-bottom:1em;
	}



/*　navigation
--------------------*/
/*　共通使用のため　page_style.css　に記載　*/

/*　pager
--------------------*/
/*　共通使用のため　page_style.css　に記載　*/