@charset "utf-8";
/* ------------------------------------------------------------
ABOUTUS
------------------------------------------------------------ */
nav#wrap_nav_main ul#nav_main li:nth-child(1) a{color:#FFFFFF;background:#049B89;}

/* CONTENT
---------------------------------------------- */
div.aboutus_wrap{overflow: hidden;margin: 0 0 52px 0;}
div.aboutus_detail{width: 80%;float: left;}
div.aboutus_img{width: 15%;float: right;font-weight: 700;text-align: center;}
div.aboutus_img img{width: 100%;height: auto;}
div.aboutus_img dt{color: #048472;font-weight: 700;margin: 10px 0 0 0;}
p.aboutus_img{max-width: 100%;}

p.organization_img{max-width: 100%;margin-bottom: 35px;}

div.wrap_table{margin: 35px 0 0;}
table{margin:0;}
table tr th:nth-child(2),table tr th:nth-child(3){width:37.5%;}
table tr td:first-child{color: #048472;}
table tr td a{color: #048472;text-decoration: underline; display: inline-block;}
table tr td a:hover{text-decoration: none;}
table tr td a img.ico_tab{margin: 11px 0 0 10px;}

ul.list_dot li span{color: #048472;font-weight: 700;}

@media print, screen and (max-width: 767px){
div.aboutus_wrap{overflow: visible;margin: 0 0 32px 0;}
div.aboutus_detail{margin-bottom: 32px;}
div.aboutus_detail,div.aboutus_img{width:100%;float: none;}
div.aboutus_img img{width: 40%;height: auto;}
div.aboutus_img dt{color: #048472;font-weight: 700;margin: 10px 0 0 0;}
    
table{width: 800px;}
table tr td a img.ico_tab{margin: 11px 0 0 10px;}   
}


