@charset "utf-8";

h2#single_ttl{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E8E8E8;
	font-size: 150%;
}

h2#single_ttl a{
	width: auto;
	height: auto;
	float: right;
	margin-left: 20px;
	font-weight: normal;
	font-size: 80%;
}

/* single-info
--------------------------------------------------*/

#single-info{
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom:10px;
}

#single-info small{
	width: auto;
	height: auto;
	float: left;
	padding-left: 3px;
	margin-right: 10px;
	border-left: 10px solid #404040;
}

#single-info ul{
	width: auto;
	height: auto;
	float: left;
}

#single-info li{
	width: auto;
	height: auto;
	float: left;
}
#single-info li a{
	width: auto;
	height: auto;
	float: left;
	margin-left: 10px;
}




/* entry-mov
--------------------------------------------------*/
.entry-mov{
	width: 94%;
	height: auto;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: #cccccc;
	border-radius: 5px;
}

.entry-mov iframe{
	width: 100%;
	height: 400px;
	float: left;
}





/* company-info
--------------------------------------------------*/
#type_ndustry{
	width: 98%;
	height: auto;
	float: left;
	margin-top:5px;
	padding-left: 2%;
}

#detail-info{
	width: 100%;
	height: auto;
	float: left;
	margin-top:30px;
}

#detail-info strong{
	color: #C30E23;
	font-weight: normal;
	font-size: 80%;
}

.detail-box{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 1px;
	background-color: #076589;
}

.detail-l{
	width: 26%;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	color: #FFFFFF;
}

.detail-r{
	width: 66%;
	height: auto;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #DCE2F2;
}


.detail-r iframe{
	width: 100%;
	height: auto;
	float: left;
	margin-top:10px;
	margin-bottom:10px;
}





/* event-info
--------------------------------------------------*/
#detail_event-info{
	width: 100%;
	height: auto;
	float: left;
	margin-top:50px;
}

#detail_event-con{
	clear: both;
	overflow: auto;
	width: auto;
	height: auto;
	border: 1px solid #AAAAAA;
	border-bottom: 0px;
	}
	
.detail_event-box{
	width: 100%;
	height: auto;
	float: left;
	background-color: #E7E7E7;
	border-bottom: 1px solid #AAAAAA;
}

.detail_event-l{
	width: 26%;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
}

.detail_event-r{
	width: 66%;
	height: auto;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #FFFFFF;
}


.detail_event-r iframe{
	width: 100%;
	height: auto;
	float: left;
	margin-top:10px;
	margin-bottom:10px;
}



#event_form{
	width: 90%;
	height: auto;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	margin-top: 20px;
	background-color: #E4F6F7;
	border-radius: 10px;
}

/* author
--------------------------------------------------*/

#author-box{
	width: 94%;
	height: auto;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
	border-top: 3px solid #E8E8E8;
}

#author-box img{
	width: 80px;
	float: left;
	margin-right: 10px;
	border: 3px solid #FFFFFF;
}










#book_single{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}

#book_single-img{
	width: 40%;
	height: auto;
	float: left;
}

#book_single-img img{
	width: 100%;
	height: auto;
	float: left;
}

#book_single-tex{
	width: 55%;
	height: auto;
	float: right;
}

#book_single-tex ul{
	width: 100%;
	height: auto;
	float: left;
}

#book_single-tex li{
	width: 94%;
	height: auto;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #AAAAAA;
}

#book_single-tex li h3{
	margin-bottom: 0px;
}


#opinion{
	width: 94%;
	height: auto;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #EEEEEE;
	margin-top:10px;
	margin-bottom:10px;
}

#opinion small{
	float: right;
}






@media screen and (max-width: 768px) {
	/* 479px以下用（スマートフォン用）の記述 */
}



@media screen and (max-width: 479px) {
	/* 479px以下用（スマートフォン用）の記述 */

#book_single-img{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom:10px;
}

#book_single-tex{
	width: 100%;
	height: auto;
	float: right;
}

#opinion{
	text-align: center;
}

}