@charset "utf-8";

/* CSS Document */


/*------------------------------------------------------------------------------------------------------------------
　Additional
-------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
   info
------------------------------------------------------------------------------*/

#info .data {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #cccccc;
}

#info .data:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}

#info  ul.page_list {
	overflow:hidden;
	color:#ED3A18;
	font-size:18px;
	font-weight:bold;
}

#info .page_list li {
	float:left;
	margin-left:15px;
}

#info .news_title {
	font-size:16px;
	font-weight:bold;
	padding-left:18px;
	border-left:4px solid #4fd5ff;
}

#info .news_title time {
	font-size:14px;
	font-weight:normal;
}

#info .news_contents {
	margin-top:20px;
}

#info .fitimg {
	float:left;
	margin-right:24px;
	margin-bottom:24px;
}

#info .contents_text {
	margin-top:20px;
	margin-bottom:20px;
}

#info .contents_text img {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

#info .infoback {
	text-align:center;
}

#info .infoback img {
	padding:0;
	box-shadow:rgba(219, 219, 219, 0.317647) 0px 6px 4px -4px;
	-webkit-box-shadow:rgba(219, 219, 219, 0.317647) 0px 6px 4px -4px;
	-moz-box-shadow:rgba(219, 219, 219, 0.317647) 0px 6px 4px -4px;
}