@charset "utf-8";

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


/* Stylesheet Document */

@media all {

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

	body.landman {
	}


	/* ========================================
	   * 個別設定 - 山口県応援隊 東京本部 -
	======================================== */

	body.landman #main h4.title.txt_c {
		margin-bottom: 20px;
	}

	body.landman #main div#img_action.img_c {
		margin-left: -3px;
		margin-right: -3px;
	}

	body.landman #main div.photo.event ul.double {
		list-style-type: none;
		margin-left: auto;
		margin-right: auto;
		width: 506px;
	}

	body.landman #main div.photo.event ul.double li {
		float: left;
		margin-bottom: 6px;
		margin-left: 3px;
		margin-right: 3px;
		width: 247px;
	}

	body.landman #main div.photo.event ul.double li.cboth {
		float: none;
		width: 500px;
	}

	body.landman #main div.photo.event ul.double li img {
		display: block;
		height: auto;
		width: 100%;
	}


	/* ========================================
	   * 個別設定 - 立志挑戦応援コーナー -
	======================================== */

	body.landman.introduction #main div.topimage div.photo {
		margin: 0 0 6px 0;
		text-align: center;
	}

	body.landman.introduction #main div.topimage div.photo img {
		height: 380px;
		width: auto;
	}

	body.landman.introduction #main div.topimage ul.thumbnail {
		margin-left: 0;
		list-style-type: none;
	}

	body.landman.introduction #main div.topimage ul.thumbnail:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0; /* CSS HACK: Safari */
		font-size: 0; /* CSS HACK: Firefox3 */
		visibility: hidden;
	}


	body.landman.introduction #main div.topimage ul.thumbnail li {
		float: left;
		margin-right: 6px;
	}

	body.landman.introduction #main div.topimage ul.thumbnail li img {
		cursor: pointer;
		height: 80px;
		width: auto;
	}


	/* ========================================
	   * 個別設定 - サポーター名刺 -
	======================================== */

	body.landman.meishi #main div.frame {
		border-radius: 6px;
		margin: 0 0 28px 0;
		padding: 26px;
	}

	body.landman.meishi #main div.frame h3 {
		background-color: inherit;
		border: none;
		font-size: 134%;
		margin-bottom: 28px;
		text-align: center;
		text-shadow: 1px 1px 0 #FFFFFF;
	}

	body.landman.meishi #main div.frame div.container:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		line-height: 0; /* CSS HACK: Safari */
		font-size: 0; /* CSS HACK: Firefox3 */
		visibility: hidden;
	}

	body.landman.meishi #main div.frame div.container div.comment {
		float: left;
		margin: 0 28px 0 0;
		width: 248px;
	}

	body.landman.meishi #main div.frame div.container div.comment ul.button {
		margin-left: 0;
	}

	body.landman.meishi #main div.frame div.container div.comment ul.button li {
		text-align: center;
	}

	body.landman.meishi #main div.frame div.container div.comment ul.button li a {
		border-radius: 6px;
		color: #FFFFFF;
		display: block;
		margin: 0 auto 0 auto;
		padding: 14px 0 14px 0;
		text-align: center;
		text-decoration: none;
		width: 80%;
	}

	body.landman.meishi #main div.frame div.container div.comment ul.button li a:hover {
		text-decoration: underline;
	}

	body.landman.meishi #main div.frame div.container div.photo {
		float: left;
		width: 280px;
	}

	body.landman.meishi #main div.frame div.container div.photo img {
		height: auto;
		width: 100%;
	}

	body.landman.meishi #main div.frame.immigration {
		background-color: #EEF4E8;
		border: 1px solid #CAE3BB;
		color: #394635;
	}

	body.landman.meishi #main div.frame.immigration div.container div.comment ul.button li a {
		background-color: #385624;
	}

	body.landman.meishi #main div.frame.sightseeing {
		background-color: #FEE0E0;
		border: 1px solid #FFB1B4;
		color: #544041;
	}

	body.landman.meishi #main div.frame.sightseeing div.container div.comment ul.button li a {
		background-color: #C00000;
	}

	body.landman.meishi #main div.frame.food {
		background-color: #FFF7E0;
		border: 1px solid #E3A25B;
		color: #464633;
	}

	body.landman.meishi #main div.frame.food div.container div.comment ul.button li a {
		background-color: #BF8F00;
	}

}