@charset "UTF-8";
/* CSS Document */



#lp_title{
	margin-top: 20px;
	padding:15px 0;
	text-align:center;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC
}

#lp_title_sp{
	margin-top: 0px;
	padding:15px 0;
	text-align:center;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC
}



/* 
#lp_title img{
	height:auto;
	width:100%;
	max-width:257px
}
*/

h2　.h2_title{
	font-size: 14px;

}
h2　.h2_name{
	font-size: 16px;

}
h2　.h2_title2{
	font-size: 16px;

}
h2　.h2_vol{
	font-size: 14px;

}


#pro_area{
	overflow:hidden;
	width:100%;
	height:auto;
	margin-top:24px;
	margin-bottom:86px;
	line-height:2em;
	padding-bottom: 20px;
	border-bottom:1px dotted #000000;
	font-family:apercu; 
}


#pro_title{
	padding:12px 0;
	border-top:1px solid #000000;
	border-bottom:1px dotted #000000;
	text-align:center;
	margin-bottom:0p;
	font-size: 18px;
	letter-spacing: 0.1em;
}


#pro_img{
	float:left;width:30%
}



#pro_img img{
	width:94%;
	height:auto;
	margin-top:20px;
	}	

#pro_img p{
	margin-top:10px;
	color:#525252;
	font-size:10px;
	line-height:120%
	}
	


#pro_txt{
	float:left;
	width:65%;
	height:auto;
	margin-top:36px;
	margin-left:4.1668%;
	font-size:13px;
	line-height:160%;
	text-align: justify;
}


p.txt_b{
	font-size:15px;
	margin-bottom:10px;
	margin-top: 0px;
	line-height:120%;
	}




@media only screen and (max-width: 768px){
#pro_area{
		box-sizing:border-box;
		padding-left:10px;
		padding-right:10px
	}


}




@media only screen and (max-width: 600px){

	
#pro_area{
  margin-top:15px;
	
}
	
#pro_img{
		width:40%;
		padding:5px 0px;
	    margin:10px auto;
	float: left;
	}

#pro_img img{
	width:100%;
	height:auto;

	}	
	
p.txt_b{
	font-size:14px;
	margin-bottom:10px;
	margin-top: 10px;
	line-height:120%
	}
	
#pro_txt{
		width:55%;
		padding:10px 0px;
		margin-top:15px;
		margin-left:15px;
		font-size:12px;
		float:left;
	}

}





