﻿@charset "utf-8";
/* CSS Document */

#right_box .lead{
	padding-bottom:1.5em;
	margin-bottom:1.5em;
	border-bottom:1px solid #ccc9c9;
}
#right_box .text{
	margin-bottom:2em;
}

#right_box .sub{
	margin-bottom:1em;
}


/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){


}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
	

}



