@charset "UTF-8";


/* トピックス
---------------------------------------------*/
@media print, screen and (min-width: 641px) {

#topic_Content {
}
#topic_Content li {
	font-size: 100%;
	padding: 10px 0;
	clear: both;
}
#topic_Content li.topicnon {
	font-size: 100%;
	padding: 16px 0;
	border-top: none;
	clear: both;
}
#topic_Content li.topic {
	font-size: 100%;
	padding: 16px 0;
	border-bottom: 1px solid #CCC;
	clear: both;
	overflow: hidden;
}

#topic_Content dd span.tit {
	font-size:110%;
	font-weight: bold;
	color: #1191BA;
}

#topic_Content dt.topictit {
	float: left;
	font-weight: normal;
	font-size:100%;
	color: #333;
	padding-left: 25px;
	width: 20%;
}
#topic_Content dd {
	float: right;
	width: 75%;
}
#topic_Content dd span {
	font-size:120%;
	font-weight: bold;
}
#topic_Content dd dl dt {
	width: 490px;
	font-weight: bold;
	color: #2386F3;
	background: none;
	padding: 0;
}
}

@media print, screen and (max-width: 640px) {

#topic_Content {
}
#topic_Content li {
	font-size: 100%;
	padding: 10px 0;
	clear: both;
}
#topic_Content li.topicnon {
	font-size: 100%;
	padding: 16px 0;
	border-top: none;
	clear: both;
}
#topic_Content li.topic {
	font-size: 100%;
	padding: 16px 0;
	border-bottom: 1px solid #CCC;
	clear: both;
	overflow: hidden;
}

#topic_Content dd span.tit {
	font-size:110%;
	font-weight: bold;
	color: #1191BA;
}

#topic_Content dt.topictit {
	font-weight: normal;
	font-size:100%;
	color: #333;
	text-align: left;
}
#topic_Content dd {
	text-align: left;
}
#topic_Content dd span {
	font-size:120%;
	font-weight: bold;
}
#topic_Content dd dl dt {
	width: 490px;
	font-weight: bold;
	color: #2386F3;
	background: none;
	padding: 0;
}
}
