@charset "UTF-8";

#mainPh {
	width: 100%;
	min-width: 1000px;
/*	height: 500px;*/
/*	background-image: url("../img/main/03.jpg");*/
/*    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;*/
/*    position: relative;*/
}

#mainPh img{
	display: block;
}


#topix {
	width: 100%;
	background: rgba(0,0,0,0.8);

}

#topix .body{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#topix .loginBox {
	text-align: center;
	margin-bottom: 10px;
}

#topix .loginBox a{
	display: inline-block;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.4);
	color: #fff;
	padding: 10px 0;
	width: 260px;
	text-align: center;
	font-size: 18px;
	font-weight: 100;
	margin: 0 30px;

}


#topix h2 {
	font-size: 30px;
	font-weight: 100;
	border-bottom: 1px solid #a39781;
	margin-bottom: 5px;
}

#topix h2 span{
	font-size: 16px;
}

#topix .contentTxt {
	line-height: 1.8;
	margin-bottom: 20px;
	font-weight: 100;
}


#news dl{
	margin: 20px 0;
	border-bottom: dotted 1px #ccc;
	line-height: 30px;
}


#news dt{
	width: 90px;
	float:left;
	font-size: 10px;
}


#news dd{
	width: 860px;
	float:right;
	font-size: 12px;	
}

#news dd a{
	color: #fff;
}

#news dd a:hover{
	color: #ccc;
}



#privilege .body{

	display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;


	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}


.privilegeBox {
	width: 238px;
	height: 305px;
	border: 1px solid #dfbab5;
	margin: 20px 0;	
}

.privilegeBox .privilegeImg{
	width: 238px;
	height: 125px;
}


.privilegeBox img{
	width: 238px;
	height: 125px;
}

.privilegeBox h4{
	text-align: center;
	padding: 10px;
	height: 30px;
}

.privilegeTxt{
	padding: 10px;
	font-size: 12px;
}

#fee {
	background: url(../img/top/fee.png);
	width: 1000px;
	height: 261px;
	margin-bottom: 30px;
}
#fee.an12Div {
	background: url(../img/top/fee.png) #dfbab5 no-repeat;
	height: 361px;
}
#fee.an12Div div.floatL,
#fee.an12Div div.floatR {
	text-decoration: line-through;
	text-decoration-color: #ff0000;
	-webkit-text-decoration-color: #ff0000;
}
#fee #an12 {
	font-size: 30px;
	color: rgb(63, 63, 63);
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}
#fee .feeTxt {
	width: 800px;
	margin: 0 auto; 
	padding-top: 110px;
	font-size: 32px;
	font-weight: bold;
	color: #3f3f3f;

}

#fee .loginBox{
    text-align: center;
    padding: 20px 0;
}

#fee .loginBox a {
    display: inline-block;
    border: 1px solid #fff;
    background: rgba(0,0,0,0.3);
    color: #fff;
    padding: 10px 0;
    width: 260px;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}


#container .contentBox h2 {
    border-bottom: 0;
}

#container .contentBox h3 {
   font-weight: bold;
   font-size: 24px;
   line-height: 1.8;
}

#container .contentBox h3 {
   font-weight: bold;
   font-size: 24px;
   line-height: 1.8;
}






#contact p
#member p{
	margin: 20px 0;
}


#payment p {
	margin-bottom: 5px;	
}

#note {
	background: #d05b52;
	padding: 10px 30px;
	margin-bottom: 30px;

}

#note h2 {
    border-bottom: 0;
}

#note p{
	margin: 10px 0;
}







