@charset "utf-8";
/* CSS Document */

.eccube{
	text-align:center;
}

.eccube p{
	margin:50px auto;
	clear: both;
}

.eccube p.firstChild{
	margin:20px auto 50px;
}

.eccube p.lastChild{
	margin:50px auto;
}

.eccube p.marginB{
	margin:80px auto 0;
}

.eccube p.title{
	margin:0 auto 30px;
}

.results{
	width:635px;
	margin:10px 45px 50px;
	clear:both;
}


ul.linkbox{
	clear:both;
}

ul.linkbox li{
	float:left;
	width:202px;
	margin-right:12px;
}

ul.linkbox li.lastChild{
	margin-right:0;
}

ul.linkbox li p{
	margin:5px auto 30px;
}


/*----- clearfix scheme -----*/
div{
display: inline-block;
}
div:after{
height: 0;
visibility: hidden;
display: block;
content: ".";
clear: both;
line-height: 0;
}
/*MacIE \*/
* html div{
height: 1em;
}
div{
display: block;
}
/* initialization for clearfix */
