/* ::::: index.css ::::: */

* {
	margin: 0px;
	padding: 0px;
}
img {
	border: medium none;
	vertical-align: bottom;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	color: rgb(0, 0, 0);
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: rgb(0, 0, 0);
	background-image: url('../img/bg.png');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
}
header, section.aside.footer, nav {
	display: block;
}
#bg {
	background-image: url('../img/shadow.png');
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper {
	width: 950px;
	margin: 0px auto;
	text-align: center;
	font-size: 16px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
#contents {
	padding: 35px;
	font-size: 22px;
	text-align: left;
	color: #333;
	line-height: 1.8;
	background-image: url('../img/contents.png');
	background-position: center top;
	background-repeat: repeat-y;
}
hr {
	border: none;
	border-top: dotted 2px #999;
	height: 1px;
	color: #FFFFFF;
	margin: 5px 0;
}
h2 {
	background-color: #FF8008;
	box-shadow: 2px 2px 5px #999;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	line-height: 120%;
	margin: 30px 0 15px;
	padding: 5px;
}
p {
	margin-bottom: 30px;
	text-align: justify;
}
/*
*/
.bgred {
	background-color: #B81822;
	box-shadow: 2px 2px 5px #666;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
}
.bgyellow {
	background-color: #F7E119;
	box-shadow: 2px 2px 5px #666;
	color: #333;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}
.bgorange {
	padding: 5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #FF8008;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.fontred {
	color: #FF0000;
	font-weight: bold;
}
.bg_pressed {
	padding: 20px;
	background: none repeat scroll 0 0 rgba(119, 119, 119, 0.1);
	border-color: #CCC #DDD #DDD #CCC;
	border-image: none;
	border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}
.bg_shadow {
	background: none repeat scroll 0 0 #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
	padding: 20px;
}
.bg_book {
	background-image: url('../img/book.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.txt_orange {
	margin: 10px auto;
	font-size: 24px;
	font-weight: bold;
	color: #FF8008;
	text-shadow: 0px 0px 10px #FFC, -1px -1px #fff;
}
.mincho {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.img_right {
	margin: 0px 0px 0px 15px;
	padding: 5px;
	float: right;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
}
/*
*/

.ttl {
	height: 149px;
	width: 950px;
	margin: 0 0 15px -35px;
	padding: 0px;
	background: url(../img/ttl_bg.png) no-repeat center center;
}
table.row {
	width: 640px;
	background-image: url('../img/contents.png');
	border-collapse: collapse;
	margin: 0px auto 10px;
}
table.row th {
	width: 160px;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	padding: 15px 0px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	border: 1px solid #AAA;
}
table.row td {
	width: 480px;
	font-size: 12px;
	line-height: 150%;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: #FFF;
	border: 1px solid #AAA;
}
.formarea {
	margin: 0 0 30px;
	padding: 20px 0px 20px;
	height: 200px;
	width: 910px;
	text-align: center;
	background-image: url('../img/contents.png');
	background-position: center top;
	background-repeat: repeat;
}
table.form {
	width: 640px;
	border-collapse: collapse;
	margin: 0px auto 10px;
}
table.form th {
	width: 160px;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	padding: 15px 0px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	border: 1px solid #AAA;
}
table.form td {
	width: 480px;
	font-size: 12px;
	line-height: 150%;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: #333;
	border: 1px solid #AAA;
}
table.row {
	width: 640px;
	border-collapse: collapse;
	margin: 0px auto 10px;
}
table.row th {
	width: 160px;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	padding: 15px 0px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	border: 1px solid #AAA;
}
table.row td {
	width: 480px;
	font-size: 12px;
	line-height: 150%;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	color: #333;
	border: 1px solid #AAA;
}
#footer {
	background-color: #FF8008;
	padding-top: 10px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.6;
	height: 50px;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.button {
	display: inline-block;
	padding: 8px 18px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	border-width: 0 0 3px 0;
	border-style: solid;
	border-color: #005580;
	background-color: #08C;
}
.button:hover {
	padding: 10px 18px 6px;
	color: #FFF;
	text-decoration: none;
	background-color: #005580;
}
.faq {
}
.faq dl {
	text-align: justify;
}
.faq dt {
	margin: 0px;
	padding: 0px 0px 0px 50px;
	min-height: 40px;
	font-weight: bold;
	color: #FF8008;
	border-bottom: 2px solid #FF8008;
	font-size: 20px;
	background: url('../img/faq_q.jpg') no-repeat scroll left top transparent;
}
.faq dd {
	margin-bottom: 30px;
	min-height: 40px;
	padding: 20px 0px 0px 50px;
	background: url('../img/faq_a.jpg') no-repeat scroll left 20px transparent;
	font-size: 14px;
}
.voice {
	float: right;
	margin: 15px 15px 15px 20px;
	padding: 5px;
	width: 200px;
	border: 2px solid #C00;
}
.voice_name {
	text-align: justify;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	width: 200px;
	padding-top: 10px;
}
.profile_k {
	width: 200px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	padding-top: 5px;
	text-align: justify;
}
.entry {
	margin: 30px auto;
	text-align: center;
}
/* Webセミナー用 */
#wrapper_webseminar {
	width: 980px;
	min-height: 800px;
	margin: 0px auto;
	padding: 15px 15px 30px;
}
#hd_webseminar {
	height: 160px;
	margin: 0px auto;
	padding: 0px;
	background-image: url('../img/webseminar_hd.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
.timer {
	margin: 0px;
    padding: 10px 0 5px; 
	width: 950px;  
    background: #FF8009;  
    border-bottom: 0px solid #CCC;  
    position: fixed;  
    top:0;  
	text-align: center;
	font-weight: bold;
	font-size: 180%;
    color: #FFF;  
}
