@charset "UTF-8";

/* primary Customize */
.cttPage #primary {
	float:none;
	display:block;
	margin-top:30px;
	}
	
.cttPage #primary #cttBlock{
	overflow:hidden;
	}
	.cttPage #primary #cttBlock h2{
		margin-bottom:20px;
		font-weight:bold;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
		border-bottom:1px #6e3791 solid;
		font-size:140%;
		}
	.cttPage #primary #cttBlock p{
		margin-bottom:25px;
		font-size:81.25%;
		}

	.cttPage #primary #cttBlock .form_area{
		background:#efe8de;
		padding:20px 40px 10px 40px;
		}

	.cttPage #primary #cttBlock dt {
		font-size:87.50%;
		font-weight:bold;
		margin-bottom:2px;
		}
	.cttPage #primary #cttBlock dd {
		margin-bottom:10px;
		}

	.cttPage #primary #cttBlock .errBlock{
		width:300px;
		border:2px #F33 solid;
		padding:5px 10px;
		margin-bottom:20px;
		}
		.cttPage #primary #cttBlock .errBlock h3{
			font-weight:bold;
			color:#F33;
			font-weight:2px;
			}
		.cttPage #primary #cttBlock .errBlock p{
			font-weight:bold;
			color:#F33;
			margin:0;
			}