@charset "UTF-8";

/* ****************************************************
Title: pc_outline.css
Created: 2011-02-09
Last Modified: 2011-02-09
***************************************************** */


/* Table Of Contents
----------------------------------------

# PC Hide Content
# Main
----------------------------------------*/



/* # PC Hide Content
---------------------------------------------------------------------------- */


/* # Main
---------------------------------------------------------------------------- */

#sengen{
	background-image:url(../../member/info/img/sengen_bg.png);
	background-size:cover;
	background-position:bottom;
	margin-top:1.5em;
	min-height:400px;
}
#sengen ul{
	display:table;
	width:99%;
	margin:10px auto;
}
#sengen ul li{
	display:table-cell;
	width:33%;
	box-sizing:border-box;
	padding: 0 15px 0 15px;
	vertical-align:top;
	font-weight:bold;
	font-size:0.8em;
	line-height:1.3;
}

#sengen ul li img{
	display:block;
	margin:auto;
	width:70%;
	margin-bottom:20px;
}
#sengen ul li:first-child img,
#sengen ul li:last-child img{
	margin-top:50px;
}
