@charset "utf-8";
/* CSS Document */
html, body {
    font-family: "微软雅黑";
    background: #e6e6e6;
    color: #444;
    font-size: 14px; line-height: 2;
}
body{
    position:relative;
    max-width: 720px;
    margin:0 auto;
	overflow-x: hidden;
	
}

* {
    
    padding: 0;   
    margin: 0;
    border: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.cgi-bd {

 font-weight: 600;

}
ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}
a{
    color: #444;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    position: relative;
    left: 1px;
    top: 1px;
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}



input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    outline: none;
}




button {
    border: 0;
    outline: none;
    cursor: pointer;
}
input{outline:none}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center{
    text-align: center;
}
.pad{
    padding:2px;
}
table {
    width: 100%;
}
table td {
    border: 1px solid #e5e5e5;}
table td a{
    
    height: 100%;
}
img{
    max-width: 100%;
}
.f14{
    font-size: 14pt;
}
.f13{
    font-size: 13pt;
}
.f12{
    font-size: 12pt;
}

