@charset "utf-8";

/* メニュー以下枠 */

#container_box {
	width:100%;
}

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

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

.midashi {
	width:100%;
	height:210px;
	margin:0 auto;
	padding:0;
	position: relative;
}

.midashi_moji {
	position: absolute;
	color:#FFF;
	text-align:left;
	top: 30%;
	padding-left:5%;
	z-index:2;
}

.midashi_moji h2 {
	font-size:3.5rem;
	letter-spacing:0.15em;
	margin-top: -0.5em;
	margin-bottom:10px;
}

.midashi_en {
	font-size:1.4rem;
	letter-spacing:0.15em;
}

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

.midashi_img img {
	width:65%;
}

/* 中身枠 */

.contents {
	width:100%;
	margin:70px auto;
}

.event_moji {
	padding:0 5%;
}

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

/* 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;
	margin-bottom:50px
}

#newsWrap ul li {
	padding:5%;
	border-bottom:2px dashed #f8b62c;
}

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

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

.news_img {
	text-align:center;
}

.thumbNailWrap {
	margin-top:5%;
}

.news_text {
	margin-top:10%;
}

.title {
	font-size:3rem;
	color:#e55c00;
	line-height:1.3em;
}

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

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

.title a:after {
	content:" ＞";
	color:#e55c00;
}

.title a:hover:after {
	color:#fc932b;
}


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

.comment {
	margin-top:5%;
	letter-spacing:0.15em;
	line-height:1.5em;
}

.time {
	margin-top:3%;
}

.up_ymd {
	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: 1.3rem;
    padding:10px 15px;
    text-decoration: none;
	margin:0 3px;
}

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

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

.overPagerPattern{
	padding:0 2px ;	
}