/* CSS Document */


img.title{
	width:100%;
}

p.maeTxt{
	font-size:16px;
	line-height:140%;
	margin:5px 0 20px;
}

div.waku{
	overflow:hidden;
	margin:10px 0 40px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}


div.yuguArea{
	padding:0 0 0 20px;
	
	background-color:#DCE3CA;
	/*background-image:url(../img/tabletennis/bgWaku.png);*/

	border: 1px solid #758F2B;
}

div.yuguArea h3{
	background-color:#758F2B;
	padding:10px;
	margin:0 -15px 10px -20px;
}

div.imgAreaR{
	float:right !important;
}


div.txtArea .price{
    font-size:110% !important;
    font-weight: bold;
}

div.txtAreaL{
	float:left !important;
}

div.waku .img02{
	float:right;
	margin-left:20px;
}


div.waku p{
	font-size:16px;
	line-height:150%;
}



div.yuguAreaBi{
	padding:0 0 0 20px;
	
	background-color:#DFFFEB;
	background-image:url(../img/tabletennis/bgWakuBi.png);

	border: 1px solid #014614;
}

div.yuguAreaBi h3{
	background-color:#014614;
	padding:10px;
	margin:0 -15px 10px -20px;
}

div.wakuBi .img02{
	float:right;
	margin-left:20px;
}


div.wakuBi p{
	font-size:16px;
	line-height:150%;
}


div.chui{
	margin:5px 0;
	padding:5px 20px;
	
	background-color:#E9E9E9;
	

 background: -webkit-linear-gradient(top, #FFFFFF, #E9E9E9);
 background:    -moz-linear-gradient(top, #FFFFFF, #E9E9E9);       /* -moz-liner-gradient(to bottom, #000, #fff); */
 background:      -o-linear-gradient(top, #FFFFFF, #E9E9E9);       /*   -o-liner-gradient(to bottom, #000, #fff); */
 background:         linear-gradient(to bottom, #FFFFFF, #E9E9E9);	
	
	color: #333333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	border: 1px solid #6AA75A;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
}

div.chui p{
	font-size:12px;
	line-height:140%;
	margin:0;
}

div.chui p strong{
	color:#ff0000;
}



@media only screen and (max-width:1019px){
	h3{
		margin:0 -16px 10px -20px !important;
	}
}


@media only screen and (max-width:750px){
	div.imgArea, div.txtArea, div.imgAreaR, div.txtAreaL{
		float:none !important;
	}
	
	div.imgArea, div.txtArea{
		clear: both;
		width:100% !important;
	}
	
	div.yuguArea, div.yuguAreaBi{
		padding:0 0 10px !important;
	}
	
	h3{
		margin:0 0 10px !important;
	}
	
	div.waku p, div.wakuBi p{
		padding:0 10px !important;
	}

}