@charset "utf-8";
/* CSS Document */

#mainVis
{
	background:url(../cmn/img/main_mask_w.png),url(img/main.jpg) no-repeat 0 0;
	background-size:auto,cover;
}

#container
{
	width:90%;
	max-width:700px;
	margin:60px auto;
}
#container *
{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

form#mailformpro dl dt {
	width: 200px;
}

@media print, screen and (min-width: 799px) {
form#mailformpro dl dt
{
	border-top:0;
}
}
@media screen and (max-width: 800px)
{
form#mailformpro dl dt {
	width:auto !important;
}
}