body {
 font-size: 16px;
 line-height:17px;
 font-family:sans-serif;
 -webkit-text-size-adjust: none;
 text-align:justify;  
 text-justify: inter-ideograph; 
}

a {text-decoration: none;}

.pc_w{
	border: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;

}

header h1 {
 margin: 4px 10px;
 font-weight: normal;
 font-size:16px;
 color:#666;
}

header div#main-pic-container {
 background-color:#fff;
}

header #main-pic {
 position: relative;
 width: 100%;
 height: 130px;
 margin: 0 auto;
}

header #main-pic div {
 position: absolute;
 text-align:center;
}

.filp-front {
 -webkit-animation: flip1 10s infinite;
}

.filp-back {
 -webkit-animation: flip2 10s infinite;
}


footer nav ul {
 height: 30px;
}
footer nav li {
 /* width: 20%; */
 float:left;
 font-size: 100%;
 /* border: solid 1px #000; */
}
footer nav li a {
 display:block;
 text-align:center;
 color:#6b6b6b;
 line-height:44px;
 text-shadow: 0 1px 1px #ffffff;
 text-decoration: none;
 padding: 0 5px;
}
footer nav li:first-child a {
 border-left:none;
}

div#lead {
 padding: 8px 10px;
 text-align: left;
}

section#gift h2 {
 background-color: #3698c5;
 font-size: 16px;
 padding: 8px 10px;
 color:#ffffff;
 margin-bottom: 10px;
}
.gift_List{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	/* border: solid 1px #000; */
	margin-bottom: 10px;

}

section#gift .gift_item {
 position: relative;
 width: 100%;
 border: 0;
 border-top: solid 2px #ddd;
 border-bottom: solid 2px #ddd;
 min-height: 56px;
 line-height: 1.4;
 float:left;
 text-align: center;
 margin: 0 auto;
 margin-bottom: 5px;
}

section#gift .gift_item:last-child{
	margin-right: 0px;
}

section#gift .gift_item h4{
 font-weight: bold;
 padding-top: 10px;
 color:#000;
 font-size: 16px;
}

section#gift .gift_item h5{
 font-weight: bold;
 padding-top: 10px;
 color:#000;
 font-size: 16px;
}

.item_ss{
	 width: 210px;
	 height: 129px;
	 border: solid 1px #000;
	 margin: 0 auto;
	 text-align: center;
}
.item_text{
	 width: 90%;
	 height: auto;
	 /* border: solid 1px #000; */
	 margin: 0 auto;
	 text-align: left;
	 padding-top: 5px;
	 line-height: 1.2;
	 font-size: 16px;
	 padding-bottom: 5px;
}

.info_s{
	height: auto;
	border: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

.info{
	/* height: 130px; */
	height: auto;
	border: 0;
	background: #e8e8e8;
	/* box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);*/
	padding-top: 10px;
	padding-bottom: 5px;
}

.ip_stdiv{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.pc_stdiv{
	position: static;
	width: auto;
	height: auto;
	overflow: hidden;
}


.common_link{
	padding-top: 5px;
}

.btn_free a{
	width: 85%
	display: block;
	float: none;
	margin: 5px 0;

}

section#gift .gift_item2 {
 position: relative;
 width: 100%;
 min-height: 56px;
 line-height: 1.4;
 float:left;
 text-align: left;
 margin: 0 auto;
 margin-right: 5px;
 background-color: #fff;
}


