@charset "utf-8";

/*
	* Name: event.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	body.event {
	}


	/* ========================================
	   * 領域設定 - Main -
	======================================== */

	body.event #main div.paragraph:last-child {
		margin-bottom: 0;
	}

	body.event #main h5.line {
		border-bottom: 1px dotted #D7CEBF;
		padding-bottom: 12px;
		padding-left: 12px;
		padding-right: 12px;
	}

	body.event #main table tr td > p:last-child {
		margin-bottom: 0;
	}

	body.event #main div.photo > ul {
		list-style-type: none;
		margin-left: 0;
	}

	body.event #main div.photo > ul > li {
		margin-bottom: 18px;
	}

	body.event #main div.photo > ul > li:last-child {
		margin-bottom: 0;
	}

	body.event #main div.photo > ul > li > img {
		display: block;
		height: auto;
		margin: 0 auto 0 auto;
		max-width: 100%;
		width: auto;
	}

}