@charset "utf-8";
/* CSS Document */

*[class*="category"] {
	margin-left: 20px;
}

.news-img {
    margin: 10px 40px 20px 40px;
}

div.img_left {
    text-align: center;
    width: auto;
    float: left;
    margin-left: 30px;
}

/*---ニュースリリース記事---*/

.box-center{
	margin: 0 auto;
	display: block;
}

div.news-sign {
	margin:0 30px 30px 30px;
	text-align:right;
}
div.news-sign p {
	margin:10px 0 0 0 !important;
}

dl.dl-news-comment {
	margin:15px 50px 20px 0;
}

dl.dl-news-comment dt {
    padding:5px 0 5px 10px;
	float:left;  
    clear:both;  
    font-weight:bold;  
}

dl.dl-news-comment dd {
     margin-left:40px;  
     padding:5px 5px 5px 10px;  
}

/*--テーブルの中のリスト--*/
ul.ul-news {
	margin:0 0 0 17px !important;
	list-style-type:disc;
}

ol.ol-news {
	margin:0 0 0 25px !important;
	list-style-type:decimal;
}

dl.dl-news-tbl-comment {
	margin:0;
}

dl.dl-news-tbl-comment dt {
	padding-bottom:5px;
	float:left;  
}

dl.dl-news-tbl-comment dd {
     margin-left:15px; 
	padding-bottom:5px;
}

table.tbl-news-term {
	margin:0 40px;
}

table.tbl-news-term th {
	padding:2px;
	vertical-align:top;
	width:130px;
}

table.tbl-news-term td {
	padding:2px;
	vertical-align:top;
}

.tbl-std {
	border-top: revert;
}

.tbl-std th,
.tbl-std td {
	background: revert;
	font-size: 16px;
}

.tbl-std tr > th:not(td > table th) {
	/* 入れ子になった表組みの中の見出しセル以外 */
	width: 200px;
}
td > table th {
	/* 入れ子になった表組みの中の見出しセルのみ */
	white-space: nowrap;
}


ul.ul-link {
	margin:10px;
}

ul.ul-link li {
	background:url(../images/link-mark.gif) no-repeat left 8px;
	margin:0 0 5px 0;
	padding-left:10px;
}

/*--- 画像の枠 ---*/
img.tab-news-img {
	border:#DDD 1px solid;
}


/*--- English ---*/
div.news-inquiry {
	margin: 50px 40px 20px 40px;
	clear: both;
}
div.news-inquiry dt {
	float: left;
	font-weight: bold;
}
div.news-inquiry dd {
	margin-left: 200px !important;/*english*/
}


/*sns*/
/******************************
******************************/
.social-area{
	margin: 10px 0 15px auto;
	float:right;
	height: 30px;
}


/******************************
ラジオCM：放送時間用表組み
******************************/
.tbl-radioinfo th {
	font-weight: normal;
	color: #383838;
}


/******************************
 [ul]要素
******************************/
/* スマホ */
ul.social-button{
	overflow: hidden;
	margin: 0 6px 0 auto;
	padding: 0;
	border: none;
	list-style-type: none;
}
ul.social-button img{
	margin: 0;
	width:20px;
	height:20px;
}

/* デスクトップ */
@media screen and (min-width:480px){

	ul.social-button{
		float:right;
	}

}

/******************************
 [li]要素
******************************/
ul.social-button li{
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 0 6px;
	padding:0;
	height:20px;
}

@media screen and (max-width: 767px) {

	.news-img {
		margin: 10px 0 20px 0;
	}

	dl.dl-news-comment {
		font-size: 14px;
		line-height: 1.6;
	}
	#tbl-oshirase th, #tbl-oshirase td{
		width: 100%;
		float: left;
		
	}
	div.img_left {
		margin-left: 0;
	}

	.tbl-std th,
	.tbl-std td {
		font-size: 15px !important;
	}
	
	/******************************
	ラジオCM：放送時間用表組み
	******************************/
	.h3-radioinfo-title {
		font-size: 14px;
	}
	.tbl-radioinfo th {
		font-weight: 600;
	}	
}