@charset "utf-8";

/*ALL SET*/
body,div,h1,h2,h3,h4,ul,li,dl,dt,dd,p,a,form,table,tr,td,p,img{
	margin:0;
	padding:0;
	font-style:normal;
	text-decoration:none;
	list-style:none;
	font-weight:normal;
	border:none;
}

/*CLEAR*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	min-height:1px;
	display:inline-block;
	display:block;
}

*html .clearfix{
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.clear{clear:both;}


body{text-align:center;}

.i_set{
	display:block;
	margin:0 auto 0 auto;
	border-left:1px solid #ccc;
	box-shadow: 10px 10px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 10px 10px 5px rgba(0,0,0,0.4);
	-ms-box-shadow: 10px 10px 5px rgba(0,0,0,0.4);
}
