@charset "utf-8";

/* メニュー以下枠 */

#container_box {
	width:100%;
}

/* ヘッダー下タイトル見出し */

#midashi_box {
	width:100%;
	text-align:center;
	background-color:#f8b62c;
}

.midashi {
	width:950px;
	height:200px;
	margin:0 auto;
	padding:0;
	position: relative;
}

.midashi_moji {
	position: absolute;
	color:#FFF;
	text-align:left;
	top: 50%;
}

.midashi_moji h2 {
	font-size:36px;
	letter-spacing:0.1em;
	margin-top: -0.5em;
	margin-bottom:15px;
}

.midashi_en {
	font-size:14px;
	letter-spacing:0.15em;
}

.midashi_img {
	position:absolute;
	text-align:right;
	right:0;
	bottom:0;
}

/* 中身枠 */

.contents {
	width:950px;
	margin:70px auto;
}

/* イベント一覧-基本 */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }


/* イベント一覧 */

#newsWrap {
	margin-top:55px;
}

#newsWrap ul li {
	padding:25px 0;
	border-bottom:1px dashed #f8b62c;
}

#newsWrap ul li:last-child {
	border-bottom:none;
}

#newsList {
	border-top:3px solid #f8b62c;
	border-bottom:3px solid #f8b62c;
	margin-top:18px;
	margin-bottom:18px;
}

.news_img {
	float:left;
	width:240px;
}

.thumbNailWrap {
	padding-left:40px;
}

.news_text {
	float:right;
	width:670px;
}

.title {
	font-size:18px;
	color:#e55c00;
}

.title a {
	text-decoration:underline;
	color:#e55c00;
}

.title a:hover {
	text-decoration:underline;
	color: #fc932b;
}

.newMark{
	display:inline-block;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#1fb7de;
	color:#fff;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-style:italic;
}

.comment {
	margin-top:8px;
	font-size:12px;
	letter-spacing:0.15em;
	line-height:1.5em;
}

.time {
	margin-top:10px;
}

.up_ymd {
	font-size:11px;
	padding-left:3px;
}

/* ページャー設定 */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

