@charset "euc-jp";
/* CSS Document */

/* ------------------------------------------------------------

header

------------------------------------------------------------ */

#main-visual {
	position: relative;
	background-image: url(../common/img/main_visual_effect.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-repeat: none;
	background-size: contain;
}

#main-visual #site-logo {
	width: 100%;
	padding: 2% 0 1% 0;
	text-align: center;
}

#main-visual #site-logo img {
	width: 80%;
	height: auto;
}

#main-visual .image_01 {
	display: block;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
}

/* ------------------------------------------------------------

topics

------------------------------------------------------------ */

#topics {
	background-color: #ffffff;
	margin-bottom: 20px;
}

#topics h3.title {
	text-align: center;
	padding: 15px;
	background-color: #000;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
}

#topics .item li {
	list-style-type: none;
	font-size: 15px;
	line-height: 70px;
	height: 70px;
	border-bottom: 1px dotted #959595;
}

#topics .item li:last-child {
	border-bottom: none;
}

#topics .item li dt {
	float: left;
	clear: both;
}

#topics .item li dd {
	padding-left: 120px;
}

/* ------------------------------------------------------------

¥Ë¥å¡¼¥¹

------------------------------------------------------------ */
table {
	padding-bottom: 20px;
}

table.news_tb {
	width:100%;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

.news_tb th {
	width:60px;
	vertical-align:middle;
	line-height:1.2em;
	font-weight:normal;
	border-bottom: 1px dotted #888;
}

.news_tb td {
	padding:10px 0 10px 10px;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	border-bottom: 1px dotted #888;
}

.news_tb td.img_td{
height:46px;
padding:0px;
vertical-align:middle;
text-align:right;
}

.toggle_area{
display:none;
border-radius:5px;
background:#cccccc;
padding:5px;
margin-top:5px;
}
.toggle_btn{
}

.toggle_detail_btn{
font-weight:bold;
}

.newsContent {
	margin: 5px 0 0 0;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

.newsContent .newsContentTitle {
	display: block;
	font-weight: 14px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #888;
}

.newsContent .newsContentTitle:last-child {
	margin-bottom: 0;
}










