

/*--------------------------------------

    Waku

---------------------------------------*/

#waku{

	    box-sizing: border-box;
	    
	background-image	: url("../images/common/waku.jpg");

	background-repeat   : repeat;	

	width				: 615px;
	
	margin: 0 auto;

	height				: auto;

	padding			: 10px;

	_padding-left		: 15px;

	border-radius		: 3px;

}



#waku_height{

	height	: 380px;

}



#waku p {
	width: 100%;
	height: auto;
	text-indent: 0;
	margin: 0;
}



#waku p img {

	border-radius		: 3px;
	width: 100%;
	height: auto;

}



p.shadow{

    position:relative;

}

p.shadow:after{

    position: absolute;

    display: block;

    content: "";

    top: 0;

    left: 0;

    width: 100%;

    height: 240px;

    /*‰e‚ð“ü‚ê‚é*/

    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);

    border-radius		: 3px;

}

