@charset "UTF-8";

a{
	color:#003d90;
	text-decoration:none;
}

table{
	width:100%;
}

th,td{
	padding:5px 10px;
	box-sizing:border-box;
}

tr:last-child th,tr:last-child td{
	border-bottom:none !important;
}


/* Clear Fix */
			.clearfix:after {
				content: ".";
				display: block;
				clear: both;
				visibility: hidden;
				line-height: 0;
				height: 0;
			}
			
			/* 
			.clearfix {
				display: inline-block;
			}
			*/
			 
			html[xmlns] .clearfix {
				display: block;
			}

.clear{
	clear:both;
	}

/*-------------------------------
common
-------------------------------*/
.inner,#content{
	width:980px;
	margin:0 auto;
	overflow:hidden;
}

.left{
	float:left;
}

.right{
	float:right;
}

.mr20{
	margin-right:20px;
	}
.mr10{
	margin-right:10px;
	}
.ml20{
	margin-left:20px;
	}
.mt10{
	margin-top:10px;
	}
.mt20{
	margin-top:20px;
	}
.mb20{
	margin-bottom:20px;
	}

.fs_12{
	font-size:12px;
	}


.map iframe{
	width:100%;
	height:100%;
}

.t-right{
	text-align:right;
}

#main h3{
	font-size:20px;
	color:#004c7d;
	text-align:center;
	border-top:#FFC846 solid 5px;
	border-bottom:#FFC846 solid 5px;
	border-radius:10px;
	padding:10px;
	clear:both;
	margin:20px auto;
	}

#main h4{
	font-size:16px;
	border-left:#ff8d8d solid 5px;
	padding-left:5px;
	clear:both;
	margin:20px 0px 10px 0px;
	color:#672d3a;
	}

.txt_h li::first-letter{
	color:#A4DAE0;
	font-style:normal;
	margin-right:6px;
	}
	
	
.img_box{
		width:690px;
		text-align:center;
	}

/*-------------------------------
wrap
-------------------------------*/
#wrap{
	
}

/*-------------------------------
header
-------------------------------*/
header{
	background-image:url(../../img/h_bg.jpg);
}

header h1{
	margin:0 0 15px;
	padding:5px;
	font-size:12px;
	font-weight:normal;
	background-color:#fca304;
}


header h1 p{
	width:960px;
	margin:0 auto;
}


header .inner > div{
	display:table;
	width:100%;
}

header .inner > div > *{
	display:table-cell;
	vertical-align:middle;
}

#head{
	width:960px;
	padding: 0px 0 12px 0;
		margin:0 auto;
}

#head ul{
	text-align:left;
	letter-spacing:-.4em;
	float:right;
}

#head li{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:middle;
	font-size:12px;
	line-height:150%;
}


#head li:first-child{
	margin:0 15px 0 0;
}

/*-------------------------------
nav
-------------------------------*/
header nav{
	background-color:#fff;
}

header nav ul{
	display:table;
	width:100%;
}

header nav li{
	display:table-cell;
	width:192px;
	height:60px;
	box-sizing:border-box;
	text-align:center;
	line-height:60px;
}

header nav li a{
	position:relative;
	display:block;
	z-index:2;
}

/*-------------------------------
mainimage
-------------------------------*/
#mainimage{
	margin:0 auto;
	padding:0px;
	text-align:center;
	background-image:url(../../img/main_img.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 376px;
}

/*-------------------------------
maintitle
-------------------------------*/
#main_title{
	width:960px;
	margin:0px auto 10px auto;
	padding:0px;
	height: 180px;
	color:#FFFFFF;
}

#main_title h2{
	font-size:30px;
	padding:105px 0px 0px 30px;
	font-weight:normal;
}

#main_title p{
	padding:112px 0px 0px 30px;
}

.sell_tit{
	background-image:url(../../img/page_tit_sell.jpg);
	background-repeat:no-repeat;
}

.info_tit{
	background-image:url(../../img/page_tit_info.jpg);
	background-repeat:no-repeat;
}

.mainte_tit{
	background-image:url(../../img/page_tit_mainte.jpg);
	background-repeat:no-repeat;
}

.company_tit{
	background-image:url(../../img/page_tit_company.jpg);
	background-repeat:no-repeat;
}


/*-------------------------------
main_bnr
-------------------------------*/

.main_bnr{
	width:160px;
	height:120px;
	background-color:#c6de6e;
	border-radius:10px;
	float:left;
	margin-bottom:20px;
	text-align:center;
	}
.bnr_tit{
	border-bottom:#FFF dotted 2px;
	margin-top:5px;
	font-weight:bold;
	color:#157b2a;
	}

.main_bnr p{
	font-size:12px;
	margin:10px;
	line-height:120%;
	text-align:left;
	color:#4F4F4F;
	}

.main_bnr2{
	width:210px;
	height:80px;
	background-color:#c6de6e;
	border-radius:10px;
	float:left;
	margin-bottom:20px;
	text-align:center;
	}
.main_bnr2 p{
	font-size:12px;
	margin:10px;
	line-height:120%;
	text-align:left;
	color:#4F4F4F;
	}


/*-------------------------------
content
-------------------------------*/
#content{
	padding:5px 0;
}

/*-------------------------------
main
-------------------------------*/
#main{
	float:right;
	width:690px;
	margin-bottom:40px;
}

section{
	margin:0 0 45px;
}

section > div{
	margin:0 0 30px;
	padding:0 5px;
}

section p,
section table,
section dl{
	margin:0 0 15px;
}



section h2{
	margin:0 0 15px;
	padding:0 0 0 5px;
	border-bottom:1px solid #00a1e9;
	font-size:18px;
	font-weight:normal;
	color:#00a1e9;
}

section th,section td{
	border-bottom:1px dotted #b4b4b4;
}

/*-------------------------------
box
-------------------------------*/
.box{
	display:table;
	width:100%;
}

.box > *{
	display:table-cell;
	vertical-align:top;
}

.box > *:first-child{
	padding:0 15px 0 0;
}

.photo{
	width:230px;
}

/*-------------------------------
course
-------------------------------*/

/*-------------------------------
company
-------------------------------*/
.prof{
	width:550px;
	margin:0 auto;
	background-color:#fdfbf6;
	border:#d5d5d5 solid 2px;
padding:20px;
clear:both;
margin-bottom:20px;
	}
.prof img{
	width:30%;
	height:auto;
	float:left;
	border:#fff solid 6px;
	border-radius:10px;
	box-shadow:rgba(30, 35, 10, 0.1) 0px 0px 2px 2px;
-webkit-box-shadow:rgba(30, 35, 10, 0.1) 0px 0px 2px 2px;
-moz-box-shadow:rgba(30, 35, 10, 0.1) 0px 0px 2px 2px;
	}
.prof_txt{
	width:60%;
	float:left;
	margin-left:20px;
}
.prof_tit{
	text-align:center;
	color:#59493f;
	font-size:20px;
	line-height:120%;
	padding:5px 0px 5px 0px;
	background-color:#8fc31f;
	color:#FFFFFF;
	}
.prof_txt ul{
	margin-top:10px;
	margin-left:10px;
	}

.prof_txt li{
	text-align:left;
	margin-bottom:20px;
	border-bottom:dotted #854e10 1px;
	}


/*-------------------------------
faq
-------------------------------*/
#faq dt{
	height:25px;
	margin:0 0 5px;
	padding:0 0 0 30px;
	background:url(../../img/icon-q.png) no-repeat left center;
	font-weight:bold;
}

#faq dd{
	min-height:25px;
	margin:0 0 15px;
	padding:3px 0 15px 30px;
	background:url(../../img/icon-a.png) no-repeat left top;
	border-bottom:1px solid #cccccc;
}

.dt2{
	letter-spacing: -0.5px;
	}

/*-------------------------------
company
-------------------------------*/
.acc_txt{
	width:48%;
float:left;
}
.acc_txt ul{
	margin-top:10px;
	margin-left:10px;
	}

.acc_txt li{
	padding:5px;
	text-align:left;
	margin-bottom:10px;
	border-bottom:dotted #854e10 1px;
	}


/*-------------------------------
sell
-------------------------------*/
.sell_txt{
	width:50%;
float:left;
}

/*-------------------------------
last-child
-------------------------------*/
section:last-child,
section > div:last-child,
section p:last-child,
section dl:last-child,
.course dd:last-child,
#result dd:last-child,
#voice dd:last-child{
	margin-bottom:0;
}

#faq dd:last-child{
	margin:0;
	padding-bottom:0;
	border:none;
}

#voice dt:first-child{
	padding:0;
	border:none;
}

/*-------------------------------
sub
-------------------------------*/
#sub{
	float:left;
	width:270px;
}

#sub .add_box{
	width:240px;
	border:#ffe31e solid 3px;
	border-radius:10px;
	margin:0 0 15px;
	text-align:center;
}


#sub .add_box h3{
	border-left:#c6de6e solid 8px;
	margin:10px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

#sub .add_box p{
	width:215px;
	font-size:13px;
	text-align:left;
	border-bottom:#999999 solid 1px;
	padding-left:5px;
	margin:5px auto 8px auto;
}

#sub .add_box img{
	margin:5px auto 8px auto;
}

#sub .img00{
	width:240px;
	border:#ffe31e solid 3px;
	border-radius:10px;
	margin:0 0 15px;
}

#sub li{
	margin:0 0 15px;
}

#sub li:last-child{
	margin:0;
}

.inquiry{
	padding:15px 0;
	background:#ffe8e8;
	letter-spacing:-.4em;
	text-align:center;
}

.inquiry li{
	display:inline-block;
	letter-spacing:normal;
}

.inquiry li:first-child{
	margin:0 15px 0 0;
}

/*-------------------------------
top
-------------------------------*/

.top_read{
	width:690px;
	height:524px;
	background-image:url(../../img/top_read_bg.jpg);
	background-repeat:no-repeat;
	}
	
.top_read01{
	width: 550px;
	float:right;
	}

.top_bnr{
		width:690px;
		text-align:center;
	}

.top_h1{
	height:40px;
	margin:0 0 15px;
	padding:0 0 0 10px;
	font-size:18px;
	line-height:50px;
	border-bottom:#fe0000 solid 2px;
	background-image:none;
	color:#333333;
}

/*-------------------------------
footer
-------------------------------*/
#pagetop{
	text-align:center;
}

footer{
	font-size:12px;
	background-color:#ffc60a;
}

footer nav{
	position:relative;
	padding:15px 0;
	z-index:1;
	background-color:#ffe31e;
}

footer ul{
	text-align:center;
	letter-spacing:-.4em;
}

footer li{
	display:inline-block;
	line-height:30px;
	letter-spacing:normal;
}

footer li:first-child{
	border-left:none;
}

footer li:last-child{
	border-right:none;
}

footer li a{
	display:block;
	width:inherit;
	height:30px;
	padding:0px 20px;
	color:#282a30;
	background-color:#fff;
	border-radius:8px;
	margin:0px 5px 0px 5px;
}

#info{
	padding:30px 0;
	background:#eceeef;
}

#info .inner{
	display:table;
	background-color:#ffc60a
}

#info .inner > *{
	display:table-cell;
	width:475px;
	vertical-align:top;
}

#info .inner > *:first-child{
	padding:0 15px 0 0;
}

#info p{
	margin:0 0 30px;
}


#copy{
	margin:15px 0 0;
	font-size:12px;
}

#pagetop{
	float:right;
	margin:0 0 15px;
}

#pagetop a{
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	line-height:100%;
	color:#333333;
	display:block;
	padding:15px 30px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	background:#ffe31e;
}

.gmap{
	
	}

iframe { border:solid #ffe900 3px; }

/*-------------------------------
facebook
-------------------------------*/
.fb{
	clear:both;
	width:500px;
	margin:0 auto 0;
	padding:20px 0 0;
	text-align:center;
}
.fb * {
	text-align:left;
}