@charset "utf-8";
/* ===================================================================
CSS information
event
=================================================================== */

.event{
	background: #F9DBDD;
}

/*--------------
	メインタイトル
-------------- */
.event h2{
	width: 77px;
	height: 386px;
	background: url(/image/img_common/img_common.png) -1066px 0 no-repeat;
}


/*--------------
	最新情報
-------------- */
.event .newsBox{
	max-width: 820px;
	height: auto;
	margin-bottom: 60px;
}
	.event .newsBox .oneBox{
		border-radius: 8px 8px 0 0;
		-webkit-border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;
		background: #FFF;
		width: 820px;
		height: auto;
		position: relative;
		behavior: url("https://www.keroro.com/PIE.htc");
	}

		.event .newsBox .inner{
			width: 700px;
			height: auto;
			padding: 60px;
		}

			.event .newsBox .inner .imgBox{
				width: 280px;
				height: auto;
				float: left;
			}
				.event .newsBox .inner .Img{
					width: 280px;
					height: auto;
					text-align: center;
					padding: 10px 0;
					background: #F9DBDD;
					margin-bottom: 10px;
				}

			.event .newsBox .inner .txtBox{
				width: 390px;
				height: auto;
				float: right;
			}
				.event .newsBox .inner .txtBox .update{
					font-size: 10px;
					margin-bottom: 15px;
				}
				.event .newsBox .inner .txtBox .newstitle{
					color: #000;
					font-size: 28px;
					line-height: 1.4;
					font-weight: bold;
					margin-bottom: 15px;
				}
				.event .newsBox .inner .txtBox .newstitle .new{
					color: #e50012;
					font-weight: bold;
					padding-right: 20px;
				}
				.event .newsBox .inner .txtBox .lead{
					font-size: 15px;
					font-size: 1.5rem;
					line-height: 1.6;
					font-weight: bold;
					padding-bottom: 25px;
					color: #E65662;
				}
				.event .newsBox .inner .txtBox .txt{
					font-size: 12px;
					font-size: 1.2rem;
					line-height: 1.7;
					padding: 25px 0;
					background: url(/image/img_common/line_detail.gif) left top repeat-x;
				}
				.event .newsBox .inner .txtBox .detail{
					font-size: 10px;
					font-size: 1.0rem;
					line-height: 1.7;
					margin-bottom: 25px;
				}
				.event .newsBox .inner .txtBox .btn_sns{
					width: 100%;
				}
					.event .newsBox .inner .txtBox .btn_sns li{
						float: left;
						margin-right: 10px;
					}

/* 詳しくはコチラボタン */
.event .newsBox a.btn_detail{
	width: 100%;
	height: 44px;
	display: block;
	text-align: center;
	line-height: 44px;
	background: #000;
	color: #FFF;
	border-radius: 0 0 8px 8px;
	/* その他 */
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	behavior: url("https://www.keroro.com/PIE.htc");
}
	.event .newsBox a.btn_detail:hover{
		/* 反転 */
		background: #E65662;
		color: #FFF;
	}
	.event .newsBox a.btn_detail span.arrow{
		width: 17px;
		height: 17px;
		background-image: url(/image/img_common/img_common.png);
		background-position: -27px 0;
		display: inline-block;
		/* 位置合わせ用 */
		vertical-align: middle;
		margin: 0 10px 5px 0;
	}

