@charset "UTF-8";
#contents{
	background-image: url(../../img/info_back.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 30px;
	box-sizing: border-box;
}

#up_ymd{
	font-weight: bold;
	margin-bottom: 20px;
}

.news_tittle{
	width: 100%;
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}

.detailText{
	margin-bottom: 20px;
}

.detailUpfile{
	text-align: center;	
}

.detailUpfile a{
	display: block;
	padding: 30px;
	font-weight: bold;
	background-color: #F33;
	width: 100px;
	color: #FFF;
	text-align: center;
}

.backORcloseBtn{
	margin-top: 30px;
}

.up_ymd{
	font-weight: bold;
	margin-bottom: 10px;
}

.title {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #F60;
}

.title a{
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}

.comment{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.tittle_top{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.comment{
	font-size: 14px;
	line-height: 1.5em;
}

.tittle_top{
	width:auto;
	text-align: center;
}

}

/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 479px) {
	
	.title a{
	font-size: 18px;
	font-weight: bold;
	color: #F60;
}

.comment{
	font-size: 14px;
}

}