﻿@charset "utf-8";

body {
	color: #222222;
	font-family: "メイリオ","AR P丸ゴシック体E", "AR Pゴシック体M", "HGP明朝B", "ＭＳ Ｐ明朝", "ＭＳ Ｐゴシック";
	font-size:16px;
	background-color:#ECECEC;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;/*文字太り解消*/
}

.clear {
	clear: both;
}

/* layout */
.wrapper, #footer {
	width: 1000px;
	margin: auto;
	padding: 0px;
	
}


#header .wrapper {
	height: 160px;
	margin-top: 0px;
	background-color:#ffffff;

}

#header {
	width:100%;
	background-color:#ffffff;
}


h1 {
	width: 360px;
	height: 75px;
	margin-top: 20px;
	padding-top: 30px;
	padding-left: 120px;
	background-image:url(../images/01-icon01.jpg);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	float: left;
	line-height: 0em;
}

h1 a{
	font-family: "ＭＳ Ｐゴシック", "メイリオ","AR P丸ゴシック体E", "AR Pゴシック体M", "HGP明朝B" ;
	font-size: 24px;
	color: #111111;
	line-height: 1em;
	font-weight:bold;
}

h1 a:visited{
	color: #111111;
}



h1 a .sub-title{
	font-size:16px;
}


.tel-icon {
	height: 50px;
	width: 200px;
	margin-top: 30px;
	float: left;
}

.pair-icon {
	height: 18px;
	width: 130px;
	margin-top: 60px;
	background-image:url(../images/01-icon03.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float: left;
	padding-left:20px;
	padding-top:0px;
	font-size:14px;
	font-weight:bold;
	
}


#header  nav {
	width:100%;
	height: 60px;
	background-color:#000000;
	border-top:2px #FF0000 solid;
	border-bottom:2px #FF0000 solid;
}

#header nav >ul {
	width:1000px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
	padding-top:10px;
	background-color:#000000;

}


#header nav ul li {
	display: inline;
	width:164px;
	float: left;
	height: 40px;
	border-left :1px #ffffff solid;
}

#header nav ul .navi01 {
	
	border-left:none;

}

#header nav .navi a{
	font-size: 15px;
	color: #ffffff;
	font-weight:bold;
	display: table-cell;
	line-height: 1.2em;
	height: 40px;
	width:164px;
	vertical-align: middle;
	text-align:center;
}


#header nav .navi a:hover{	
	color: #C32930;
}

/* プルダウンメニューの設定
**************************************
*/

/*

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}


.menu > li {
    float: left;
    width: 25%; / * グローバルナビ4つの場合 * /
    height: 50px;
    line-height: 50px;
}



.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #999;
}


*/


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #FFF;
}


.menu__second-level li a:hover {
    background: #111;
}



/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

/* ******************** */

.menu > li.menu__single {
    position: relative;

}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #072A24;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}



/* ナビゲーションの色変え------------------------------------
 */

.home #header .wrapper .wrapper2 nav .navi .navi01 a ,
.service #header .wrapper .wrapper2 nav .navi .navi02 a ,
.company #header .wrapper .wrapper2 nav .navi .navi03 a ,
.saiyo #header .wrapper .wrapper2 nav .navi .navi04 a ,
.link #header .wrapper .wrapper2 nav .navi .navi05 a {
	border-bottom: 1px #4C4CFF solid;
}

.home #footer .footer-inner .wrapper nav ul .navi01 a ,
.service #footer .footer-inner .wrapper nav ul .navi02 a ,
.company #footer .footer-inner .wrapper nav ul .navi03 a ,
.saiyo #footer .footer-inner .wrapper nav ul .navi04 a ,
.link #footer .footer-inner .wrapper nav ul .navi05 a ,
.sitemap #footer .footer-inner .wrapper nav ul .navi06 a {
	color: #002CB2;
}


.main-img {
	width:auto;
	margin-top: 60px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.main-img a:hover{
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5; 
}


.top-content {
	width: 900px;
	height: auto;
	margin-left: 52px;
	margin-top: 70px;
}

.top-content h2 {
	margin-bottom: 22px;
	font-size: 25px;
	border-bottom: 2px #222222 solid;
	background-image:url(../images/icon01.jpg);
	background-repeat:no-repeat;
	background-position: 0px 3px;
	padding-left: 45px;
	padding-bottom:5px;
	color:#222222;
	height:30px;
	width:810px;
}

.top-content h3 {
	width:620px;
	height:18px;
	margin-top:60px;
	margin-bottom: 20px;
	margin-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	border-left:6px #C1292E solid;
	font-size: 17px;
	padding-left: 12px;
	color:#333333;
}





/* Top Page -------------------------------------
 */

.menu3 {
	width:auto;
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


.menu3 ul {
	width:auto;
	height: 140px;
	margin-top: 60px;
	margin-left:60px;
	margin-right:60px;
	text-align:justify;
}
.menu3 ul:after {
	content:"";
	display: inline-block;
	width:100%;
	line-height:0;
	height:0;
}

.menu3 ul li {
	letter-spacing:normal;
	display: inline-block;/*ブロックレベル要素に横並びにする*/
	width:240px; 
	height:140px;
	text-align: center;
}


.menu3 ul li a:hover{
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5; 
}



.menu3 .navi a{
	font-size: 14px;
	color: #333333;
	display: table-cell;
	line-height: 1.2em;
	height: 140px;
	width:220px;
	vertical-align: middle;
	text-align: center;

}

.semina-schedule-all {
	height:30px;
	width:800px;
	background-color:#ffffff;
	border:1px #BBBBBB solid;
	border-left:5px #C32930 solid;
	font-size: 15px;
	padding-left:20px;
	padding-top:15px;
}

.semina-schedule {
	width: 800px;
	height:auto;
}

.top-content .semina-schedule .schedule-tbl {
	margin-top:15px;
	margin-left:10px;
	font-size:15px;
}

.top-content .semina-schedule .schedule-tbl tr td{
	line-height: 4em;
	width: 700px;
	border-bottom: 1px dotted #444444;

}

.top-content .semina-schedule .schedule-tbl tr td a{
	color:#222222;
	text-decoration:underline;
}


.top-content .semina-schedule .schedule-tbl tr .head{
	width: 175px;
	padding-left: 15px;
}

.top-content .semina-schedule .schedule-tbl tr .head2{
	width: 240px;
	padding-left: 15px;
}



.top-content .semina-schedule .schedule-tbl tr .border-none {
	border-top-style: none;
	border-bottom-style: none;
}

.top-content .semina-schedule .schedule-tbl tr .border-none2 {
	border-top-style: none;
}


.aisatsu-text {
	width: 400px;
	height: auto;
	margin-left: 27px;
	line-height: 26px;
	float: left;
}

.aisatsu-img {
	margin-top: 38px;
	float: right;
}


.top-content .nct-link {
	margin:40px;

}
.top-content .nct-link .nct-link-img {
	float:left;
	margin-right:30px;
}
.top-content .nct-link .nct-link-txt {
	padding-top:10px;
}
.top-content .nct-link .nct-link-txt a{
	text-decoration:underline;
	color: #444444;
}



.new-infomation {
	width: 630px;
	height: 185px;
	margin-left: 27px;
	overflow-y: scroll;
}

.new-infomation-tbl {
	border-top: #999999 3px solid; 
	border-left: #888888 4px solid;
	width: 600px;
}

.new-infomation-tbl td {
	padding: 8px;
	line-height: 20px;
}

.new-infomation-tbl .new-infomation-date {
	color: #FF9226;
}

.center-position {
	width: 598px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

/* 各画面 -------------------------------------
 */
#gamen-name {
	width: 795px;
	height: 40px;
	background-image: url(../images/gamen-name.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 50px;
	padding-top: 12px;
	padding-left: 20px;
	color: #FFFFFF;
}


/* セミナー内容 -------------------------------------
 */

.top-content .seminar-cate {
	
	height: 50px;
	margin-top:60px;
	margin-bottom: 22px;
	margin-left:30px;
	font-size: 22px;
	background-image:url(../images/icon02-1.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding-left: 150px;
	padding-top:30px;
	color: #222222;
}

.top-content .seminar-cate2 {
	
	background-image:url(../images/icon02-2.jpg);
}

.top-content .seminar-cate3 {
	
	background-image:url(../images/icon02-3.jpg);
}

.top-content .seminar-cate4 {
	
	background-image:url(../images/icon02-4.jpg);
}

.top-content .seminar-cate5 {
	
	background-image:url(../images/icon02-5.jpg);
}


.top-content .seminar-cate-naiyo {
	width:785px;
	height: 114px;
	background-color: #333333;
	margin-top:60px;
	margin-bottom: 22px;
	margin-left:35px;
	font-size: 16px;
	padding-left: 20px;
	padding-top:10px;
	color: #FFFFFF;
}

.top-content .seminar-cate-naiyo2 {
	background-color: #ffffff;
	color: #333333;
}


.top-content .seminar-cate-naiyo .seminar-to-syosai{
	
	float: right;
	margin-right:25px;
	margin-top:10px;
}


.top-content .seminar-cate-naiyo .seminar-to-syosai a:hover{
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5; 
}


.top-content .seminar-cate-naiyo .seminar-title {
	margin:10px;

}

.top-content .seminar-cate-naiyo .seminar-naiyo {
	margin:10px;
	line-height:1.2em;

}



/* セミナー詳細 -------------------------------------
 */

.top-content .seminar-waku {
	width:826px;
	height: auto;
	border: 2px #222222 solid;
	margin-top:50px;
	color:#333333;
}

.top-content .seminar-waku .seminar-head {
	height:21px;
	margin-top:20px;
	margin-bottom: 25px;
	margin-left:30px;
	font-size: 16px;
	background-image:url(../images/icon03.jpg);
	background-repeat:no-repeat;
	background-position: 7px 2px;
	padding-top: 5px;
	padding-left: 25px;
}

.top-content .seminar-waku .seminar-nakami {
	height:auto;
	margin-top:20px;
	margin-bottom: 45px;
	margin-left:60px;
	font-size: 16px;
	line-height:1.5em;
}


.top-content .seminar-waku .koshi {
	height:auto;
	float: left;
	margin-left:80px;
	margin-right:30px;
	margin-bottom:45px;
}


.top-content .seminar-waku .koshi-nakami {
	height:auto;
	margin-top:70px;
	margin-bottom: 45px;
	margin-left:60px;
	font-size: 15px;
	line-height:1.5em;
}

.top-content .seminar-waku .moshikomi {
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	margin-bottom:70px;
	text-align:center;	
}

.top-content .seminar-waku .moshikomi a:hover{
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5; 
}


/* 講師ご紹介 -------------------------------------
 */
 
.top-content .koshi-waku {
	width:824px;
	height:745px;
	background-image:url(../images/koshi-waku.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	margin-top:70px;
	margin-bottom:70px;	
	border: 0px red solid;
}

.top-content .koshi-waku-nabe{
	width:824px;
	height:575px;
	background-image:url(../images/koshi-waku2.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
	margin-top:70px;
	margin-bottom:70px;	
	border: 0px red solid;

}



.top-content .koshi-waku .koshi-img,
.top-content .koshi-waku-nabe .koshi-img {
	width:191px;
	height:203px;
	padding-top:100px;
	margin-left:50px;
	margin-right:30px;
	border:0px blue solid;		
}

.top-content .koshi-waku .koshi-data,
.top-content .koshi-waku-nabe .koshi-data{

	float:right;	
	border: 0px green solid;
	margin-right:10px;
}



.top-content .koshi-waku .koshi-data .koshi-name,
.top-content .koshi-waku-nabe .koshi-data .koshi-name {
	width:150px;
	height:25px;
	margin-top:70px;
	margin-right:300px;
	border:0px red solid;
	font-size:20px;
	font-family: "ＭＳ Ｐ明朝","AR P丸ゴシック体E", "メイリオ","AR Pゴシック体M", "HGP明朝B", "ＭＳ Ｐゴシック";
	font-weight:bold;
	background-image:url(../images/koshi-syokai-icon01.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:25px;
}

.top-content .koshi-waku .koshi-data .koshi-nakami,
.top-content .koshi-waku-nabe .koshi-data .koshi-nakami {
	margin-top:30px;
	margin-left:45px;
	line-height:1.5em;
	border:0px red solid;
}


.top-content .koshi-waku .koshi-data .koshi-nakami img {
	margin:20px;
}



/* 代表より -------------------------------------
 */
 
.top-content .daihyo-waku {
	width:804px;
	margin-left:20px;
	margin-top:70px;
	margin-bottom:70px;
	background-color:#E0E0E0;
	padding-top:30px;
	padding-bottom:50px;
}

.top-content .daihyo-waku .daihyo-img {
	float:right;
	margin:30px;
	margin-bottom:10px;
}

.top-content .daihyo-waku .daihyo-txt {
	margin-left:30px;
	margin-right:20px;
	color:#444444;
	line-height:1.8em;
	font-size:15px;	
}


/* FAQ -------------------------------------
 */

.top-content .faq-q {
	width:650px;
	height:40px;
	border-bottom:1px #444444 solid;
	margin-top:70px;
	margin-left:40px;
	background-image:url(../images/faq01.jpg);
	background-repeat:no-repeat;
	background-position:2px 0px;
	padding-left:30px;
	padding-top:2px;

}

.top-content .faq-a {
	width:650px;
	height:auto;
	margin-top:30px;
	margin-left:40px;
	margin-bottom:20px;
	background-image:url(../images/faq02.jpg);
	background-repeat:no-repeat;
	background-position:2px 0px;
	padding-left:30px;
	padding-top:2px;
	line-height:1.8em;

}




/* 法人概要 -------------------------------------
 */

.top-content .gaiyo-rinen {
	width:800px;
	height:700px;
	background-image:url(../images/gaiyo-rinen-back.jpg);
	background-repeat:no-repeat;
	margin:50px;
	padding-top:40px;
	padding-left:20px;
	line-height:1.8em;
	font-size: 14px;
	color:#000000;
}

 
.top-content .enkaku-tbl {
	margin-top: 50px;
	margin-left: 50px;
}

.top-content .enkaku-tbl tr td{
	border: 1px #777777 solid;
	line-height: 2.2em;
	width: 400px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left: 20px;
	color:#333333 ;
	background-color:#ECECEC;

}

.top-content .enkaku-tbl tr .head{
	width: 200px;
	padding-left: 25px;
	color:#FFFFFF ;
	background-color:#C1292E;
	border: 1px #ffffff solid;
}

.top-content .enkaku-tbl tr .border-none {
	border-top-style: none;
	border-bottom-style: none;
}

.top-content .enkaku-tbl tr .border-none2 {
	border-top-style: none;
}


/* お問い合わせ -------------------------------------
 */

.top-content .otoiawase-mail {
	margin:70px;
}

.top-content .otoiawase-mail a:hover{
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5; 
}


.top-content .otoiawase-mail .otoiawase-txt{
	margin-top:50px;
	line-height:2em;
	color:#333333;
}


/* アクセス -------------------------------------
 */

.top-content .hojin-img {
	float:right;
	margin-top:40px;
	margin-right:200px;


}

.top-content .hojin-txt {
	margin-left:60px;
	margin-top:60px;
	line-height:2em;
	color:#333333;
}

.top-content .hojin-txt img {
	margin:20px;
}


.top-content .hojin-txt a{
	text-decoration:underline;
	color:#333333;
}

.top-content .map {
	margin-left:80px;
	margin-top:60px;
}

/* 保護方針 -------------------------------------
 */

.top-content .hogohoshin {
	width:750px;
	margin:50px;
	font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ＭＳ Ｐ明朝","メイリオ","AR P丸ゴシック体E", "AR Pゴシック体M", "HGP明朝B";
	font-size:14px;
	color:#1F1F1F;
	line-height:1.5em;
}



/* お問い合わせフォーム -------------------------------------
 */

 
.top-content .form-tbl {
	margin-top: 50px;
	margin-left: 50px;
}

.top-content .form-tbl tr td{
	border: 1px #777777 solid;
	line-height: 2.2em;
	width: 500px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left: 20px;
	color:#333333 ;
	background-color:#ECECEC;

}

.top-content .form-tbl tr .head{
	width: 200px;
	padding-left: 25px;
	color:#FFFFFF ;
	background-color:#555555;
	border: 1px #ffffff solid;
	vertical-align:middle;
}

.top-content .form-tbl tr .soshin{
	border-bottom: 0px #ffffff solid;
	border-left: 0px #ffffff solid;
	border-right: 0px #ffffff solid;
	text-align:center;
	padding-top:100px;

}


.top-content .form-tbl tr .border-none {
	border-top-style: none;
	border-bottom-style: none;
}

.top-content .form-tbl tr .border-none2 {
	border-top-style: none;
}

.red-txt {
	color:#FF0000;
}


input.t-name ,
input.t-kaisyamei,
input.t-busyo,
input.t-yakusyoku,
input.t-tel,
input.t-fax,
input.t-mail,
input.t-furigana,
input.t-jyusyo1,
input.t-jyusyo2{	
width:450px;
height:30px;
}

textarea.t-naiyo{
width:450px;
height:100px;
}


.form-soshin {
	cursor:pointer;
	
}


.form-soshin:hover{
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5; 
}


/* セミナーフォーム -------------------------------------
 */


.top-content .seminar-form-title{
	width:700px;
	height:18px;
	margin-top:60px;
	margin-bottom: 20px;
	margin-left:20px;
	padding-top:3px;
	font-size: 17px;
	padding-left: 18px;
	color:#333333;
}

.top-content .moshikomi-txt{
	margin: 40px;
	margin-left:60px;
	font-size:14px;
}

.top-content .moshikomi-txt img{
	vertical-align:middle;	
}


/* 資格取得コース -------------------------------------
 */
 

 
.top-content .comu-img1 {
	margin:50px;
}


.top-content .comu-img11 {
	padding-top:50px;
	padding-bottom:60px;
	margin-left:auto;
	margin-top:auto;
	border:0px red solid;

}

.top-content .comu-tbl{
	
	margin-left:50px;
	margin-top:50px;
	
}


.top-content .comu-tbl,
.top-content .comu-tbl tr th, 
.top-content .comu-tbl tr td {

	border: 1px #888888 solid;
	padding: 12px;
}

.top-content .comu-tbl tr th {
	background-color:#FFCC99;
}


.top-content .comu-tbl tr td {
	vertical-align:middle;
}

.top-content .comu-tbl tr .kaisu {
	width:135px;
}

.top-content .comu-tbl tr .jyukoryo {
	text-align:right;

}


.top-content .moshikomi {
	margin-left:auto;
	margin-right:auto;
	margin-top:70px;
	margin-bottom:70px;
	text-align:center;	
}

.top-content .moshikomi a:hover{
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5; 
}

.text-12 {
	font-size:12px;
}

.text-mini {
	font-size:10px;
	
}

/* ＺＯＯＭのご説明 -------------------------------------
 */

 .top-content .hojin-txt img.zoom {
	 margin:0px;
	 margin-left:20px;
	 vertical-align:top;
}


 .top-content .hojin-txt img.inst {
	 margin:30px;
	 margin-left:60px;
	 vertical-align:top;
}


/* Footer -------------------------------------
 */

#footer {
	width: 100%;
	height: 120px;
	margin-top: 150px;
	margin-bottom: 0px;
	background-color: #888888;
	border-bottom:3px #C32930 solid;
}

#footer .footer-inner{
	width: 1000px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

#footer .footer-inner nav{
	display: inline-block;
}


#footer	.footer-inner nav ul {
	padding-top: 10px;
	padding-left: 150px;
	margin-right: 50px;	

}

#footer	.footer-inner nav ul li {
	display:inline;
	margin-right:56px;
	float: left;
	text-align: left;
	padding-right: 1px;
	line-height:2.2em;
	font-size: 12px;
	width:180px;
	border: 0px red solid;
}

#footer	.footer-inner nav a{
	font-size: 11px;
	color: #ffffff;
}

#footer	.footer-inner nav a:hover{	
	color: #CCCCCC;
	text-decoration: underline;
}

