@charset "utf-8";

body {
	font-size:12px;
	margin:0px;
	font-family: 'ＭＳ ゴシック', 'ヒラギノ角ゴ Pro W3', Osaka,sans-serif;
	background-color:#ffffff;
	line-height:130%;
	padding-top:40px
}

/*
 構造
-------------------------------------------- */

#header {
	margin:0;
	width:100%;
	height:30px;
	color:#fff;
	background-color:#000;
	background-color:rgba(0,0,0,.7);
	line-height:30px;
	font-size:16px;
	text-align:center;
	position:fixed;
	top:0;
	left:0
}

#main {
	width:715px;
	margin:0 auto;
}

#fot {
	margin:0;
	width:100%;
	height:30px;
	color:#fff;
	background-color:#000;
	background-color:rgba(0,0,0,.7);
	line-height:30px;
	font-size:12px;
	text-align:center;
	position:fixed;
	bottom:0
}

/*
 メールフォーム
-------------------------------------------- */

#seminar {
	width:705px;
	margin:0 auto;
	padding:10px 5px;
	text-align:left;
	background-color:#DCE9FC
}
#seminar .seminar {
	float:left;
	display:block;
	width:160px;
	/*height:100px;*/
	height:112px;
	margin-top:2px;
	margin-left:5px;
	padding:4px;
	border:1px #ccc solid;
	background-color:#EDF3FE;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	line-height:1.2em
}
#seminar .seminar input {
	float:left;
	margin-right:5px
}
#seminar .seminar div {
	float:left;
	color:#060;
	font-weight:bold
}
#seminar .seminar:hover {
	cursor:pointer;
	background-color:#f8fbff;
	background-color:rgba(255,255,255,.8);
}
#seminar .seminar input {
	vertical-align:top
}
#seminar .seminar input:focus {
	outline:none
}

#seminar hr {border:1px #ccc solid}

.sub {
	color:#587462
}

.mform {
	width:715px;
	margin:30px auto 0 auto
}
.mform th {
	background-color:#ebebeb;
	font-weight:normal
}
.mform td {
	background-color:#c9e1e7;
	padding:3px 5px
}
.mform input {
	width:247px;
	padding:3px;
	border:1px #ccc solid;
}
.mform select {border:1px #ccc solid}
#zip1 {width:3em}
#zip2 {width:4em}
#ajaxzip {
	display: inline-block;
	border: 1px #999 solid;
	margin: 0;
	padding: 3px 5px;
	font-size: 10px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #036;
	line-height: 100%;
	cursor: pointer;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#ajaxzip:hover {color: #606}
#naiyo {
	width:336px;
	height:80px
}

.agreement {
	width:600px;
	margin:0 auto;
}
.agreement th {
	background-color:#ebebeb;
	font-weight:normal;
	text-align:left;
	padding:10px
}
.agreement td {
	background-color:#f0cd71;
	text-align:center
}
.agreement input {vertical-align:bottom}
.agreement label {padding:3px}
.agreement label:hover {cursor:pointer}

.send {
	width:715px;
	height:140px;
	text-align:center;
	background-color:#ebebeb;
	margin-top:20px;
	margin-bottom:30px
}
.send input {padding:5px 20px;margin-bottom:20px}
.send input:hover {cursor:pointer}

.form_err {background-color:#ffe0ff}

/* send.html */
#send_seminar {
	padding:10px;
	width:480px;
	margin: 20px auto;
	text-align:left;
	background-color:#DCE9FC
}
#send_seminar .seminar {
	float:left;
	display:block;
	width:460px;
	margin-top:2px;
	margin-left:5px;
	padding:4px;
	border:1px #ccc solid;
	background-color:#EDF3FE;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	line-height:1.2em
}
#send_seminar .seminar div {
	float:left;
	color:#060;
	font-weight:bold
}

.sendform {
	width:500px;
	margin: 20px auto;
	text-align:left
}
.sendform th {
	background-color:#ebebeb;
	font-weight:normal;
	text-align:center
}
.sendform td {
	background-color:#c9e1e7;
	padding:5px
}

#pp {
	display:block;
	margin:20px auto;
	padding:6px;
	width:250px;
	background-color:#F5FAFE;
	border:3px #036 double;
	color:#036;
	text-decoration:none
}
#pp:hover {background-color:#DCE9FC}

/*
 共通クラス
-------------------------------------------- */

.c {
 text-align:center;
}
.annotation {
	color:#FF0000;
	font-size:12px;
}
.clear {
	clear:both
}

.seal {
    margin: 20px auto;
    font-size: 10px;
    border: none !important;
    width: auto;
    text-align: center;
    display: block;
}
.seal a {
    display: block;
    width: 60px;
    margin: 5px auto;
}
.seal a img {
    max-width: 100%;
}




