@charset "utf-8";

/* メニュー以下枠 */

#container_box {
	width:100%;
}

/* 中身枠 */

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

/* News独自設定 */

h2{
	font-size:20px;
	border-bottom:1px dashed #f8b62c;
	padding-bottom:10px;
}

#up_ymd{
	letter-spacing:0.1em;
	margin-top:8px;
}

#detail {
}

.detailText {
	margin-top:70px;
}

.detailUpfile{ /* UPされた写真用設定 */
	text-align:center;
	margin-top:50px;
}

.detailUpfile a { /* UPされたPDFなどへのリンクボタン設定 */
	display:block;
	background-color:#eca819;
	text-align:center;
	padding:30px 40px;
	margin:0 auto;
	width:350px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color:#FFF;
}

.detailUpfile a:hover {
	color:#FFF;
	text-decoration:underline;
	background-color:#f8b62c;
}

.backORcloseBtn{
	margin-top:100px;
	margin-bottom:50px;
}

.backORcloseBtn a{
	display:inline-block;
	padding:4px 10px;
	border-bottom:1px dashed #f8b62c;
	text-decoration:none;
	font-size:11px;
	letter-spacing:0.1em;
}