/* 独立ページ用スタイルシート */



/* ------------------- コンテンツ ----------------- */

#contents	{
	margin-top: 20px;
	}



/* ------------------- 左コンテンツ ----------------- */

#leftcontents	{
	width: 430px;
	float: left;
	}

.boxb-top	{
	background-image: url(img/boxb430-top.png);
	}

.boxb-mid	{
	background-image: url(img/boxb430-mid.png);
	}

.boxb-bot	{
	background-image: url(img/boxb430-bot.png);
	}


/* ------------------- 右コンテンツ ----------------- */

#rightcontents	{
	width: 300px;
	float: right;
	}




/* ------------------- コンテンツ ----------------- */

p.mainphoto	{
	margin: 0 0 5px;
	}

p.subphoto	{
	margin: 0 0 15px;
	}



/* info */

#info	{
	margin-top: 15px;
	}

/* メッセージ */
#message	{
	font-size: 1em;
	font-weight: bold;
	line-height: 30px;
	background-image: url(img/line335.gif);
	background-repeat: repeat-y;
	}

#message p	{
	margin: 0 0 30px;
	}


/* メモ */

#memo h3	{
	text-align: center;
	}

#memo h3 img	{
	margin-top: 4px;
	}

#memo li	{
	padding-bottom: 8px;
	}




/* ------------------- お問い合わせフォーム ----------------- */


#contactform 	{
	font-size: 0.875em;
	padding-bottom: 20px;
	}

.wpcf7-form	{
	width: 400px;
	border: solid 2px #8cc63f;
	background-color: #f5f6d3;
	padding: 20px;
	margin: auto;
	}

.wpcf7-form span	{
	color: red;
	}




div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}


.boxw300	{
	background-image: url(img/boxw300-mid.png);
	}
