#mainVisual{
	background-color: #353535;
}

#contents #textBox{
	margin-top: 20px;
}
#contents #textBox h3{
	font-weight: bold;
	color: #555;
}
#contents #textBox p{
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#contents #textBox span{
	color: #BF272D;
}

#contents #entryBox{
	width: 800px;
}
#contents #entryBox form fieldset{
	padding: 20px 30px;
}
#contents #entryBox form fieldset dl dt{
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 180px;
}
#contents #entryBox form fieldset dl dd{
	margin-bottom: 20px;
	float: left;
	width: 540px;
}
#contents #entryBox form fieldset dl .heightClear{
	height: 100%
}
#contents #entryBox form fieldset dl dd span{
	color: #632529;
}
#contents #entryBox form fieldset dl dd .formButton{
	margin-top: 10px;
	height: 20px;
	width: 60px;
}
#contents #entryBox form fieldset dl dd span.errorText{
	color: #B83E2D;
}
#contents #entryBox form fieldset dl dd a img{
	border: 0px;
}
#contents #entryBox span{
	color: #BF272D;
	font-weight: bold;
}

#contents #privacyBox{
	margin-top: 60px;
}
#contents #privacyBox h3{
	height: 30px;
}
#contents #privacyBox #privacyText{
	padding: 10px;
}
#contents #privacyBox #privacyText h4{
	margin-top: 10px;
}



/* 1024px以下用（タブレット用）の記述 */
@media screen and (max-width: 1024px) {
}

/* 768px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 768px) {
#contents #textBox{
	width: 600px;
	margin: 20px 20px 0;
}
#contents #entryBox{
	width: 600px;
	margin: 20px 20px 0;
}
#contents #entryBox form fieldset{
	border: 1px solid #CCC;
}
#contents #entryBox form fieldset dl dd{
	width: 345px;
}
#contents #entryBox form fieldset dl dd textarea{
	width: 345px;
}

#contents #privacyBox{
	width: 600px;
	margin: 60px 20px 0;

}


}

