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

#telArea {
	margin: 30px auto;
    width: 96%;
}
#telArea h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold;
    border-left: 8px solid #3a79c2;
    padding-left: 10px;
}
#telArea table {
	width:  100%;
	
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	margin-top: 5px;
	margin-bottom: 5px;
}
#telArea table tr .left {
	font-size: 1em;
	line-height:1.8em;
	padding: 8px;
	background-color: #EBEBEB;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	width: 40%;
}
#telArea table tr .right {
line-height:1.8em;
	font-size: 1em;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}

header{
    background-color:#fff;
    height: 100%;
    border-bottom-width:5px;
    border-bottom-style: solid;
    border-bottom-color: #103184;
}
#menubut {
    display: none;
}
.box1 img{
    display: none;
}
    .menu {
        display: none;
    }
        #tela1 img {
            display: none;
    }
@media(max-width:359px)
{
    .box1 h1 a img {
       width: 50%;
       height: 50%;
       margin-top: -20px;
    }
    img {
        width: 290px;
        height: auto;
    }
    #mainbox {
        margin-top: -90px;
    }
}
@media screen and (max-width:480px )
{
    /*nav*/
    #menubut {
      display: block;
        padding: 6px 12px;
        border: solid 1px #aaa;
        border-radius: 5px;
        background-color: #fff;
        position: absolute;
        top: 6px;
        right: 6px;
        cursor: pointer;
    }

    #menubtn:hover {
        background-color: #ddd;
    }

    #menubtn:focus {
        outline: none;
    }

    #menubtn i {
        color: #888;
        font-size: 18px;
    }

    #menubtn span {
        display: inline-block;
        float: right;
    }
    .menu {
        display: none;
    }

    .menu ul {
        margin: 0;
        padding: 0;
        margin-top: 40px;
        list-style: none;
        background: rgba(0, 101, 152, 0.12);
    }

    .menu li a {
        display: block;
        text-align: center;
        padding: 5px;
        color: #000;
        font-size: 14px;
        text-decoration: none;
    }

    .menu li a:hover {
        background-color: #eee;
    }
    #boxA{
        width: 100%
    }
   .box1  img {
       display: block;
       width: 50%;
       height: 50%;
       margin-top: -25px;
    margin-bottom: -30px;
    margin-left: 8px;
    }

    #header_info img {
        display: none;
    }
    #header {
        width: 100%;
    }
    #header_info {
/*        margin-bottom: -30px;*/
        width: 100%;
    }
    #tela1{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    #tela1 img {
        display: block;
        width: 100%;
        height: 100%;
    }
    html {
        width:100%;
    }
    #tell {
        width: 100%;
    }
    #wrap {
        width: 100%;
    }
    #contents {
    text-align: center;
    }
    
    #main_visual {
         width: 100%;
    }
    #main_visual a img {
        width: 100%;
        margin-top: 20px;
    }
    #mainbox {
        width: 100%;
        margin-top: -90px;
    }
    #topicPath p {
        display: none;
    }
          #gNavi {
          display: none;
      }

    #footer {
        width: 100%;
    }
    header{
    height: none;
    border-bottom-width:none;
    border-bottom-style: none;
    border-bottom-color: none;
}

}

