@charset "UTF-8";
#c_head {
    width: 100%;
    height: auto;
    float: left;
    transition: 2s;
}
#c_logo {
    float: left;
    height: 150px;
    width: 100%;
    text-align: center;
    display: block;
    background-size: auto 130px;
    transition: 2s;
    background-image: url(../img/1.top/t_logo1.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 20px;
}
#c_nav a {
    display: none;	
}
@media screen and (min-width:897px)  {
#c_nav a {
    display: block;
}
}

#c_nav {
    float: left;
    height: auto;
    width: 100%;
    background-image: url(../img/1.top/t_navback.jpg);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: nomal;
    text-align: center;
    transition: 2s;
}
#c_nav a:link, #c_nav a:visited {
    color: #181702;
    text-decoration: none;
    transition: 2s;
}
#c_nav a:hover {
	text-decoration: none;
	color: #FFF;
    transition: 1s;
}
#c_nav span {
    display: inline-block;
}

#c_maintitle {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-top: 80px;
    float: left;
    transition: 4s;
}
#c_maintitle2 {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-top: 80px;
    float: left;
    transition: 4s;
    margin-bottom: 50px;
}
#c_maintitle3 {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-top: 80px;
    float: left;
    transition: 4s;
}
#c_maintitle4 {
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    float: left;
    transition: 4s;
}