@charset "utf-8";


/******************************************************
メディア掲載設定
*******************************************************/


.media_title {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	background-color: #e6e6e6;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 8px;
	margin-bottom: 1px;
}

.media_box {
	background-color: #f2f2f2;
	padding: 30px 45px 20px 45px;
	margin-bottom: 20px;
}

.media_box img{
	margin-bottom: 10px;
}


.media_title a:hover{
	text-decoration: none ;
	color: #333333;
	background-color: #e6e6e6;
}