@charset "utf-8";


/* 共通設定
/* =============================================================== */
/* テキストカラー */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.TxtRed {
	color: #ff1e58;
}
.TxtGreen {
	color: #559500;
}
/* フォントサイズ */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.font14 {
	font-size: 14px;
	line-height: 18px;
}

.font16 {
	font-size: 16px;
	line-height: 20px;
}
.font18 {
	font-size: 18px;
	line-height: 20px;
}
.font21 {
	font-size: 21px;
	line-height: 23px;
}
.font24 {
	font-size: 24px;
	line-height: 26px;
}
.font30 {
	font-size: 30px;
	line-height: 32px;
}

/* テキスト位置 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.TxtLeft {
	text-align: left;
}
.TxtCenter {
	text-align: center;
}
.TxtRight {
	text-align: right;
}
/* アイテムをセンターに配置 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.CenterPosition {
	margin: 0 auto;
}

/* 注釈の改行を揃える */
.notes12 {
	padding-left: 12px;
	font-size: 12px;
	line-height: 16px;
	text-indent: -12px;
	text-align: left;
}
.notes14 {
	padding-left: 14px;
	font-size: 14px;
	line-height: 18px;
	text-indent: -14px;
	text-align: left;
}
.notes16 {
	padding-left: 16px;
	font-size: 16px;
	line-height: 20px;
	text-indent: -16px;
	text-align: left;
}
.notes18 {
	padding-left: 18px;
	font-size: 18px;
	line-height: 22px;
	text-indent: -18px;
	text-align: left;
}


/* 境界線の設定 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.hr_Line {
	border: none;
	border-top: solid 1px #b2b2b2;
	height: 1px;
}
.hr_Dot {
	border: none;
	border-top: dashed 1px #b2b2b2;
	height: 1px;
}

/* テキストリンク設定 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#header a:hover, #main a:hover, #footer a:hover {
	text-decoration: underline;
}
.douin{
	color:#f54b00;
	font-weight: bold;
	line-height: 38px;
	padding:5px 10px 5px 10px;
	margin-left: 100px;
	width: 840px;
	font-size:45px;
	padding:5px 10px 5px 10px;
	margin-left: 135px;
}
table.seminar{
    border: solid 2px #000;
	font-size: 90%;
	text-align: center;
	background-color: #eef4e5;
	border-collapse:collapse;
}
table.seminar th{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background-color: rgba(85, 149, 0, 0.7);
	padding: 5px;
}

table.seminar td{
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 3px;
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333 !important;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:1px 3px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
/*
    color: #333;
    text-decoration: none;
*/
}
.myButton:active {
	position:relative;
	top:1px;
}

.myBottonkansou{
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333 !important;
	font-family:arial;
	font-size:40px;
	font-weight:bold;
	padding:10px 10px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #ffee66;
	margin-left:130px;
}
.myBottonkansou:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;

}
.myBottonkansou:active {
	position:relative;
	top:1px;
}

/* 銀行振込で商品を購入する（フォーム） */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.RegistForm {
	background-image: url(../img/bg_form.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 570px;
	height: 450px;
	margin: 0 auto;
	padding: 20px 25px 0 25px;
}

.FormTitle {
	width: 560px;
	margin: 0 auto 15px;}

.FormTitle p {
	text-align: left;
	margin-bottom: 10px;
}

.RegistForm input[type="text"] {
	width: 288px;
	height: 33px;
	padding-left: 10px;
}

.SelectGroup {
	width: 300px;
	text-align: left;
}

.RegistForm input[type="text"],
.RegistForm select {
	border-radius: 5px;
	border: 1px solid #ccc;
}

.RegistForm select {
	width: 74px;
	height: 33px;
	margin-right: 4px;
}

.FormGroup {
	width: 480px;
	height: 35px;
	clear: both;
	margin: 0 auto 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}

.FormGroup label {
	float: left;
}

.FormGroup input[type="text"],
.FormGroup .SelectGroup {
	float: right;	
}

.TransferDate {
	margin-bottom: 30px;
}

input[type="image"]:hover {
	opacity: 0.8;
}
