@charset "utf-8";
/* CSS Document */
#member .box{margin:0 0 100px;}
#member .box:first-of-type{padding:20px 0 0 0;}
#member .box:last-of-type{margin:0;}

#member .item{margin:0 0 50px;}
#member .item:last-of-type{margin:0;}
#member .item:after{display:block; clear:both; height:0; visibility:hidden; content:"."; zoom:1;}
#member .item .img{float:left; width:18.75%;}
#member .item .cont{float:right; width:79.15%;}
#member .item .tit{font-size:17px; margin:0 0 10px; font-weight:bold;}
#member .item .txt{margin:0 0 10px;}
#member .item a{color:#006f0b;}
#member .item a:hover{text-decoration:underline;}


/*===============================
             MEDIA
================================*/
@media only screen and (max-width:767px){
#member .box{margin:0 0 70px;}
#member .box:first-of-type{padding:0;}

#member .item .img{width:180px; margin:0 auto 15px; float:none;}
#member .item .cont{width:100%; float:none;}
}

@media only screen and (max-width:480px){
#member .item .tit{font-size:15px;}
}