@charset "UTF-8";

/*******************************************************************
*   aboutEtanjo
*******************************************************************/

#main {
	width: 96%;
	margin: 10px auto 0;
	padding: 0;
	color: #666;
	font-size: 12px;
	background-color: #FFF;
	line-height: 1.6;
}

#main h2 img {
	width: 100%;
}

#main p {
	margin: 0 10px;
	padding-bottom: 2em;
}


/*=============================
*   about
=============================*/

#main h3 {
	color: #009;
	font-size: 18px;
	font-weight: bold;
	margin: 0 10px 10px;
	padding-top: 2em;
	background: url(../../../images/event/riot13/line.png) no-repeat center top;
	-moz-background-size: contain;
	background-size: contain;
}



/*=============================
*   tanjo
=============================*/

#main_tanjo {
	padding: 2em 0 8px;
	background: url(../../../images/event/riot13/line.png) no-repeat center top;
	-moz-background-size: contain;
	background-size: contain;
}

#shomei {
	text-align: right;
	padding-bottom: 2em;
}


