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

@media screen and (min-width:1025px) {
	.all_width {
	min-width: 1025px;
	}

body {
    font-size: 13px;
    font-family: Arial Black;
    line-height: 0px;
    color: #666;
    //background: url(../pix/kv.jpg);
    background-color: white;
    background-repeat: no-repeat;
    //background-size: 90%;
    //background-position: center 90px;
    left: 0px;
    top: 0px;
    z-index: 9999;
}
ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #666;
}
img {
    padding: 0;
    //display: block;
    margin: 0px;
    padding: 0px;
    max-height: 100%;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    padding: 0;
    max-height: 100%;
    max-width: 900px;
    width: 90%;
    float: center;
    vertical-align: bottom;
}
td {
    align: center;
}

/*---------------------------head-------------------------------*/

.head {
    width: 100%;
    height: 70px;
    background-color: #4B1478;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
}
.logo {
    display: block;
    //width:180px;
    //height:80px;
    float: left;
    padding: 12px 20px;
}
.logo img {
    height: 50px;
}
.sns {
    width: 220px;
    height: 66px;
    padding: 20px;
    float: right;
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    right: 10;
    vertical-align: middle;
}
.sns li {
    float: right;
    width: 220px;
    height: 66px;
    padding: 0px 10px;
    vertical-align: middle;
}
.sns img {
    height: 40px;
    vertical-align: middle;
}
.sns a{
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    vertical-align: middle;
}
.sns_lang {
    visibility: visible;
}

.menu {
    display: block;
    width: 90%;
    height: 66px;
    line-height: 66px;
    margin: 0 auto;
    font-size: 16px;
}
.menu li {
    width: auto;
    padding: 10px 32px;
    float: left;
    height: 66px;
    text-align: left;
}
.menu a {
    color: white;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.menu a:hover {
    color: yellow;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.menu_lang {
    visibility: hidden;
}

/*---------------------------foot-------------------------------*/

.foot {
    width: 100%;
    height: 46px;
    //background: url(../pix/bottom_bg.jpg);
    background-size: cover;
    background-color: #4B1478;
    background-repeat: no-repeat;
    //border-top:2px red solid;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99 //text-indent: 0%;
    text-align: center;
}
.foot a {
    line-height: 46px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

/*------------------------big logo---------------------------*/
.blogo {
    padding: 0px 0px 0px 0px;
    max-width: 100%;
    height: auto;
    //align: center;
    margin: auto;
}
.blogo img {
    width: auto;
    height: 100px;
    position: relative;
    //float: center;
    margin: auto;
}

/*---------------------------kv------------------------------*/
.kv {
    padding: 0px 0px 0px 0px;
    width: 90%;
    min-width: 801px;
    //display: block;
    position: relative;
    margin: auto;
}

/*--------------------------arrow-----------------------------*/

.arrow {
    vertical-align: middle;
}

/*-----------------------empty space--------------------------*/ 
.emptyspace {
    width: 100%;
    height: 80px;
    background-color: blue;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    visibility: hidden;
}
.emptyspace p {
    display: none;
}
.emptyspace a {
    display: none;
}

.emptyspace2 {
    width: 100%;
    height: 5px;
    background-color: black;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    visibility: hidden;
}
.emptyspace2 p {
    display: none;
}
.emptyspace2 a {
    display: none;
}

/*-------------------------marquee---------------------------*/
.running {
    color: #4B1478;
    width: 100%;
    //height: 46px;
    position: relative;
    padding: 5px 0px 46px 0px;
}

