@charset "UTF-8";


/* 詳細
---------------------------------------------------- */

.news_area{
	width:692px;
}


.kiji_block{
	margin-bottom: 20px;
	clear: both;
}
.conference_area .kiji_block {
	width: 208px;
	line-height: 1.5em;
}
.conference_area .kiji_block a {
	text-decoration: none;
}
.conference_area .kiji_block a:hover {
text-decoration: underline;
}

span.number{
	font-size: 16px;
	color: #7f0300;
	font-weight: bold;
}

span.day{
	font-size: 14px;
	color: #7f0300;
	font-weight: bold;
	margin-left: 15px;
}
.conference_area span.day {
	margin-left: 0px; 
}
span.kiji, span.collection, span.collection_day{
	font-size: 12px;
	color: #111111;
}
.conference_area .kiji {
	width: 208px;
}

span.collection{
	font-weight: bold;
}

/*English*/

div a.button_detail {
    display:block;
    width:200px;
    height:40px;
    line-height:40px;
    text-align:center;
    border:#666 1px solid;
    cursor:pointer;
	background: rgba(14, 53, 112, 1);
	margin: 20px auto;
	color: #fff;
    }
.detail_text{
	}

a.top_button {
    display: block;
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: #666 1px solid;
    cursor: pointer;
    background: #0e3570;
    margin: 10px;
    color: #fff;
    font-size: 0.8em;
    float: left;
    }
.conf_box {
	margin: 0 auto;
}

dl dt {
	font-weight: bold;
}
dl dd {
	margin-left: 15px;
}