@charset "utf-8";

/* content
---------------------------------------- */
#content.detail #main img.mv{
	margin-bottom:15px;
}
#content.detail #main p.lead{
	font-size:18px;
	margin-top:15px;
	margin-bottom:7px;
	padding:0;
	color: #333;
}
#content.detail #main p.lead2{
	color: #333;
    font-weight: bolder;
    text-align: justify;
    line-height: 155%;
	font-size:16px;
	margin-top:0;
	margin-bottom: 35px;
}
#content.detail #main>img.left{
	width:96px;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
}

/* function */
#content.detail #main div.function{
	margin-bottom: 40px;
}
#content.detail #main div.function h4{
	color: #0085CD;
    font-weight: bolder;
	font-size:16px;
	margin-bottom: 5px;
}
#content.detail #main div.function p{
	margin-bottom: 15px;
    text-align: justify;
}
#content.detail #main div.function img.full{
	margin-top: 15px;
}
#content.detail #main div.function div.title_wrap {
    background-color: #000;
}
#content.detail #main div.function h2 {
    background-color: #000;
}
#content.detail #main div.function img.full{
	width: 100%;
}


#content.detail #main div.function img.right{
	width: 226px;
	float: right;
	margin-top: -2px;
}
#content.detail #main div.ph_right h4{
	float: left;
	width:calc(100% - 230px);
}
#content.detail #main div.ph_right p{
	float: left;
	width:calc(100% - 230px);
}
#content.detail #main div.ph_right p span.sup{
	font-size:13px;
}


#content.detail #main div.function img.left{
	width: 193px;
	float: left;
}
#content.detail #main div.ph_left h4{
	float: right;
	width:calc(100% - 225px);
}
#content.detail #main div.ph_left p{
	float: right;
	width:calc(100% - 225px);
}


@media screen and (max-width:640px) {
	#content.detail #main>img.left{
		width:50px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#content.detail #main p.lead{
		font-size:16px;
		margin-top:10px;
		margin-bottom:0px;
	}
	#content.detail #main p.lead2{
		font-size:15px;
		clear: both;
		margin-bottom: 20px;
	}
	#content.detail #main div.function p{
		margin-bottom: 10px;
	}
	#content.detail #main div.function img.full{
		margin-top: 10px;
	}
	
	#content.detail #main div.function img.right{
		width: 113px;
		float: right;
		margin-top: -2px;
	}
	#content.detail #main div.ph_right h4{
		float: left;
		width:calc(100% - 130px);
		font-size:14px;
	}
	#content.detail #main div.ph_right p{
		float: left;
		width:calc(100% - 130px);
		font-size:15px;
	}
	#content.detail #main div.ph_right p:nth-of-type(3){
		width:calc(100% - 0px);
	}
	#content.detail #main div.ph_right p:nth-of-type(4){
		width:calc(100% - 0px);
	}
	#content.detail #main div.ph_right p:nth-of-type(5){
		width:calc(100% - 0px);
	}
	#content.detail #main div.ph_right p span.sup{
		font-size:12px;
	}

	#content.detail #main div.function img.left{
		width: 96px;
		float: left;
	}
	#content.detail #main div.ph_left h4{
		float: right;
		width:calc(100% - 110px);
	}
	#content.detail #main div.ph_left p{
		float: right;
		width:calc(100% - 110px);
	}
	#content.detail #main div.ph_left h4:nth-of-type(2){
		clear: both;
		float: none;
		width:100%;
	}
	#content.detail #main div.ph_left p:nth-of-type(2){
		clear: both;
		float: none;
		width:100%;
	}
	#content.detail #main div.ph_left h4:nth-of-type(3){
		clear: both;
		float: none;
		width:100%;
	}
	#content.detail #main div.ph_left p:nth-of-type(3){
		clear: both;
		float: none;
		width:100%;
	}


}
