@charset "UTF-8";
/* CSS Document */
#outline{padding:40px 20px 100px; font-size:18px; color:#41200b; line-height:1.5;}
#outline .box_l{width:57%; float:left;}
#outline .box_r{width:37%; float:right;}
#outline table{width:100%;}
#outline th{width:140px; font-weight:bold;}
#outline th, #outline td{padding-bottom:10px; vertical-align:top;}

h3 { text-align: center; font-size: 24px; font-weight: bold; padding: 40px 0 10px 0; margin: 0 0 40px 0; border-bottom:#000 solid 1px;}
/*===============================
             MEDIA
================================*/
@media only screen and (max-width:1400px){
#outline{padding:40px 15px 70px;}	
}

@media only screen and (max-width:960px){
#outline .box_l, #outline .box_r{width:100%; float:none;}
}

@media only screen and (max-width:736px){
#outline{padding:40px 0;}
}

@media only screen and (max-width:480px){
#outline{font-size:14px; line-height:1.7;}	
#outline th{width:100px;}
}