@charset "UTF-8";
/* CSS Document */

.first_text{
	width: 100%;
	margin:0 0 30px;
}

.info_box{
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	margin:0 0 50px;
}

.info_title{
	width: 100%;
	color:#12662A;
	font-size:22px;
	background-color:#F9F7EF;
	padding:13px 0;
	margin:0 0 15px;
}
.info_title .info_title2{
	border-left:#12662A 3px solid;
	padding:0 0 0 15px;
	line-height:1.2em;
}

.publication{
	border-bottom:1px solid #D8D8D8;
	margin:0 0 0 10px;
	padding:15px 0 15px;
	font-size:15px;
}
.publication strong{
	color:#000;
}

.detail_link{
	padding:8px 0 0;
	text-align:right;
	font-size:13px;
}


/******************************************************************************************************/


@media only screen and (max-width:1000px){
	
.info_title{
	width: 100%;
	color:#12662A;
	font-size:16px;
	margin:0 0 0.5em;
}

.publication{
	font-size:13px;
}

.detail_link{
	font-size:12px;
}


}


