@charset "UTF-8";










/* ----------------------------------------------------------------------------------------------------



	reset



-------------------------------------------------- */
body					{ margin: 0px; padding: 0px; }
div, ol, ul, dl, form	{ margin: 0px; padding: 0px; }
p,
h1, h2, h3, h4, h5, h6,
dt, dd,
input, textarea			{ margin: 0px; padding: 0px; font-size: 100%; }
table					{ margin: 0px; padding: 0px; border-collapse: collapse; border: none; font-size: 100%; }
th, td					{ margin: 0px; padding: 0px; line-height: normal; font-weight: normal; }
em						{ font-style: normal; font-weight: bold; }
a img					{ border: none; }










/* ----------------------------------------------------------------------------------------------------





	font-face





-------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);










/* ----------------------------------------------------------------------------------------------------



	base



-------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}
html,
body	{
	background: rgba(240, 240, 240, 1);
	border: 3px solid rgba(255, 255, 255, 1);
	height: 100%;
	width: 100%;
	}

body {
	color: rgba(0, 0, 0, 1);
	font-family: Helvetica, Arial, Osaka, "MS PGothic", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF";
	/*
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝";
	*/
	}

a {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	a:link { color: rgba(50, 50, 50, 1); }
	a:visited { color: rgba(50, 50, 50, 1); }

img {
	margin: 0;
	padding: 0;
	}

h2,
h3,
h4,
h5	{
	-webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	-ms-text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	-o-text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	}










/* ----------------------------------------------------------------------------------------------------



	wrap



-------------------------------------------------- */
#wrap {
	margin: 0 auto;
	overflow-y: auto;
	padding: 3%;
	width: 60%;
	}










/* ----------------------------------------------------------------------------------------------------



	header



-------------------------------------------------- */
#header { overflow: hidden; }

	#header p,
	#header h1 { float: left; }

	#header h1 { padding: 1em 0.5em; }

		#header p:nth-child(1) { font-size: 14px; }
		#header p:nth-child(3) {
			display: block;
			font-size: 12px;
			width: 100%;
			}

		#header p:nth-child(3) { padding: 1em 0; }










/* ----------------------------------------------------------------------------------------------------



	contents



-------------------------------------------------- */
#contents ul {
	list-style: none;
	overflow: hidden;
	}
	#contents ul li {
		float: left;
		padding: 0.5%;
		width: 33.33333333333333%;
		}
		#contents ul li img { width: 100%; }

	#contents.portrait ul li {
		float: none;
		width: 100%;
		}

	#contents.portrait-02 ul li:nth-child(2) {
		padding: 0 1%;
		width: 66.66666666666666%;
		}
		#contents.portrait-02 ul li:nth-child(2) h2 {
			color: rgba(200, 50, 50, 1);
			font-size: 16px;
			padding: 0 0 1em 0;
			}
		#contents.portrait-02 ul li:nth-child(2) p {
			font-size: 12px;
			padding: 0 0 3em 0;
			}










/* ----------------------------------------------------------------------------------------------------



	footer



-------------------------------------------------- */
#footer {
	margin: 0 auto;
	overflow: hidden;
	width: 50%;
	}

	#footer p {
		float: left;
		padding: 1%;
		width: 50%;
		}
	#footer p img { width: 100%; }

	#footer.single p {
		float: none;
		margin: 0 auto;
		width: 50%;
		}

	#footer.single-02 {
		float: left;
		width: 33.33333333333333%;
		}
	#footer.single-02 p {
		float: left;
		width: 50%;
		}