@charset "utf-8";

/*base----------*/

html { overflow-y: scroll; }

body { width: 100%; min-width: 1000px; height: auto; text-align: left; font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 14px; color: #242424; line-height: 1.5em; }

.basebox { /*position: relative;*/ width: 1000px!important; margin: 0 auto; clear:both; }

body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,pre,blockquote { margin: 0; padding: 0; }

.clearfix:after { content:" "; display:block; clear:both; }
div:after,ul:after { content: ""; display: block; clear: both; }

li { list-style-type: none; }

table { width: 100%; text-align: left; border-collapse: collapse; }

img { border: 0; font-size: 0; line-height: 0; vertical-align: middle; }
/*a:hover img { opacity: 0.8; filter: alpha(opacity=80); }*/

.no_filter a:hover img, .no_filter input:hover,
a.no_filter:hover img, input.no_filter:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

a { color: #046499; text-decoration: underline; outline: none; }
a:link { color: #046499; text-decoration: underline; }
a:visited { text-decoration: underline; color: #046499; }
a:hover { text-decoration: none; color: #EB6D80; }
a:active { text-decoration: none; color: #EB6D80; }

.txt-pink { color:#EB6D80; font-weight:bold; }
.txt-blue { color:#36A0DA; font-weight:bold; }
.txt-navy { color:#046499; font-weight:bold; }
.txt-b { font-weight:bold; }
.txt-l { font-size:110%; }

.suptxt { font-size: 75.5%; vertical-align: top; position: relative; top: -0.1em; }
.subtxt { font-size: 75.5%; /*vertical-align: bottom; position: relative;*/ padding-top: 10px; }

/*header----------*/

div#headline {
	background-color:#36A0DA;
	height:15px;
    width:100%;
}

div#header_box{
	clear:both;
	width:100%;
	height:135px;
	margin:0 auto;
	padding:0;
	background-position: 100% top;
	background-image: url(../cmn/g-line.png);
	background-repeat: repeat-x;
}

.h-left{
	width:550px;
	margin:0 auto;
	padding:0;
	float:left;
}
.h-left .logo-txt{
	margin:0 auto;
	padding:17px 0 5px 20px;
	font-size:86%;
}
.h-left h1{
	margin:0 auto;
	padding:0 0 0 20px;
	float:left;
}

.h-right{
	width:450px;
	margin:0 auto;
	padding:0;
	float:left;
}

.h-right .cnt-b {
	width:400px;
	height:41px;
	margin:0;
	padding:0;
	float:right;
}
.h-right .cnt-b li {
	margin:0 10px 0 2px;
	padding:0;
	float:left;
}

.h-cnt {
	background-image: url(../cmn/contact_01.png);
	background-repeat: no-repeat;
	width: 164px;
	height: 41px;
}
.h-cnt a {
	width: 164px;
	height: 41px;
	text-indent:-9877em;
	text-decoration:none;
	display:block;
	overflow:hidden;	
}
.h-cnt a:hover {
	background-image: url(../cmn/contact_02.png);
	background-repeat: no-repeat;
}

.h-boshu {
	background-image: url(../cmn/boshu_01.png);
	background-repeat: no-repeat;
	width: 207px;
	height: 41px;
}
.h-boshu a {
	width: 207px;
	height: 41px;
	text-indent:-9877em;
	text-decoration:none;
	display:block;
	overflow:hidden;	
}
.h-boshu a:hover {
	background-image: url(../cmn/boshu_02.png);
	background-repeat: no-repeat;
}

.h-right .catch-b {
	width:400px;
	margin:0 auto;
	padding:0;
	float:right;
}
.h-catch {
    text-align:right;
	padding:33px 20px 0 0;
}


/*navi----------*/

div#navi_box{
	clear:both;
	width:100%;
	height:64px;
	margin:0 auto;
	padding:0;
	background-image: url(../cmn/navi_bg.png);
	background-repeat: repeat-x;
}

#globalNav {
    width: 1000px;
    margin: 0 auto;
	padding:0;
}
#globalNav ul li {
    float: left;
	margin:0;
	padding:0;
    position: relative;
}

#globalNav ul li ul {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
	z-index:2;
}

#globalNav ul li ul.lastmenu {
  left: inherit;
  right: 0px;
  width: 240px;
}

#globalNav ul li ul li {
    float: none;
    font-size: 100%;
    line-height: 0;
}
#globalNav ul li ul li a {
    display: block;
    color: #ffffff;
    padding: 10px 15px;
    background: #EB6D80;
    line-height: normal;
    border-top: 1px solid #fff;
    text-decoration: none;
}
#globalNav ul li ul li a:hover {
    color: #fff;
    background: #EF8A99;
}

/*contents----------*/

#contents {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	clear:both;
}

/*title----------*/

h2 {
	width: 950px;
	height:60px;
	margin: 0 auto;
	padding:40px 0 0 50px;
	background-image: url(../cmn/title_line.png);
	background-repeat: no-repeat;
	background-position: 30px 33px;
	border-bottom:1px solid #ccc;
	font-size:180%;
}
.p-txt {
	width: 930px;
	margin: 0 auto;
	padding:15px 25px 0 25px;
}
.p-txt02 {
	width: 930px;
	margin: 0 auto;
	padding:20px 0 0 0;
}
.p-txt_b {
	width: 940px;
	margin: 0 auto;
	padding:15px 5px 0 10px;
	font-size:115%;
/*	color:#36A0DA;
	font-weight:600;
	font-weight:bold;*/
}
.p-txt_b2 {
	width: 900px;
	margin: 0 auto;
	padding:5px 25px 0 35px;
	font-size:115%;
/*	color:#36A0DA;
	font-weight:600;
	font-weight:bold;*/
}



/*subtitle----------*/

h3{
    margin:30px 20px 0 20px;
	padding:15px 0 15px 40px;
	background-color:#046499;
	background-image: url(../cmn/square.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	width:920px;
	font-size:142%;
	font-weight:bold;
	color:#fff;
	clear:both;
}
.subtitle02 {
    margin:30px 20px 0 20px;
	padding:12px 0 12px 10px;
	background-color:#36A0DA;
	width:950px;
	font-size:115%;
	font-weight:bold;
	color:#fff;
	clear:both;
}

/*line----------*/

.dotline {
    width:1000px;
	height:40px;
	margin:0 0 40px 0;
	border-bottom:1px dotted #999;
}

/*footer----------*/

div#footer {
    width:100%;
	clear:both;
	background-color:#F2F2F2;
}

.f-name {
    width:990px;
	margin:0 auto;
	padding:20px 0 10px 10px;
	text-align:left;
	font-size:110%;
	font-weight:bold;
	border-bottom:1px solid #bbb;
}
.f-name a {
    text-decoration:none;
	color:#242424;
}
.f-name a:hover {
    text-decoration:none;
	color:#242424;
}

.f-sitmap {
    width:1000px;
	height:410px;
	margin:15px 0 0 0;
	padding:0;
	clear:both;
}
.f-sitmapbox {
    float:left;
	font-size:86%;
	line-height:1.5em;
	margin:0 25px 0 0;
}
.f-sitmapbox a {
    text-decoration:none;
	color:#242424;
}
.f-sitmapbox a:hover {
    text-decoration:underline;
	color:#242424;
}

.f-sitmapbox ul li {
    float:none;
	padding:3px 0 5px 18px;
	background-image: url(../cmn/f_triangle.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

.f-sitmapbox ul2 li {
    float:none;
	padding:3px 0 5px 32px;
	background-image: url(../cmn/f_triangle.png);
	background-repeat: no-repeat;
	background-position: 22px 8px;
}
.f-sitmapbox ul3 li{
    float:none;
	padding:3px 0 5px 45px;
	background-image: url(../cmn/f_triangle.png);
	background-repeat: no-repeat;
	background-position: 37px 8px;
}

/*copy----------*/

div#copy {
	height:40px;
    width: 100%;
	min-width: 1000px;
	background-color:#36A0DA;
	clear:both;
}
div#copy p {
	width:1000px;
	margin:0px auto;
	padding:10px 0 0 0;
	text-align:center;
	font-size:86%;
	color:#fff;
}

/*pagetop----------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 90%;
}
#page-top a {
    background: #EB6D80;
    text-decoration: none;
    color: #fff;
    padding: 35px 10px 10px 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
	background-image:url(../cmn/w_triangle2.png);
	background-repeat:no-repeat;
	background-position:center 15px;
}
#page-top a:hover {
    text-decoration: none;
    background: #EF8A99;
	background-image:url(../cmn/w_triangle2.png);
	background-repeat:no-repeat;
	background-position:center 15px;
}

/*contact_3box----------*/

.cnt-title {
    margin:25px 0 0 20px;
    padding:3px 0 10px 30px;
	background-image: url(../training/img/cnt_line.png);
	background-repeat: no-repeat;
	background-position:15px 0;
	width:935px;
	border-bottom:1px dotted #bbb;
	color:#EB6D80;
	font-weight:bold;
	font-size:135%;
}
.cnt-3box {
    margin:10px 0 0 20px;
    padding:20px 20px 20px 21px;
	width:924px;
	height:132px;
	background-color:#F4EBE2;
}
.cnt-3box li {
	width:294px;
	height:132px;
	margin:0 20px 0 0;
    float:left;
}

.cnt-3boxbg01 a {
    background-image:url(../training/img/cnt_bg01.png);
	background-repeat: no-repeat;
	background-position:0 0;
	text-decoration:none;
	width:294px;
	height:132px;
	display:block;
	overflow:hidden;	
}
.cnt-3boxbg01 a:hover {
    background-image:url(../training/img/cnt_bg01b.png);
	background-repeat: no-repeat;
	background-position:0 0;
	text-decoration:none;
}

.cnt-3boxbg02 {
    background-image:url(../training/img/cnt_bg02.png);
	background-repeat: no-repeat;
	background-position:0 0;
}
.cnt-3boxbg03 {
    background-image:url(../training/img/cnt_bg03.png);
	background-repeat: no-repeat;
	background-position:0 0;
	margin-right:0;
}

.cnt-3box li .cnt-3boxtxt01 {
    font-size:115%;
	font-weight:bold;
	color:#fff;
	padding: 15px 0 15px 85px;
	width:190px;
}
.cnt-3box li .cnt-3boxtxt01b {
	padding: 7px 0 15px 20px;
	width:225px;
	color:#242424;
}
.cnt-3box li .cnt-3boxtxt02 {
    font-size:115%;
	font-weight:bold;
	color:#fff;
	padding: 15px 0 17px 55px;
	float:none;
}
.cnt-3box li .cnt-3boxtxt02b {
    font-size:150%;
	font-weight:bold;
	color:#EB6D80;
	padding: 10px 0 0 18px;
}

.pinkbg {
    font-size:60%;
	font-weight:bold;
	color:#fff;
	background-color:#F3A7B2;
	padding: 2px 7px 2px 7px;
	margin:0 10px 0 0;
    vertical-align: middle;
}

.cnt-3box li .cnt-3boxtxt03 {
    font-size:125%;
	font-weight:bold;
	color:#fff;
	padding: 15px 0 15px 75px;
	width:200px;
}
.cnt-3box li .cnt-3boxtxt03b {
    font-size:135%;
	font-weight:bold;
	color:#EB6D80;
	padding: 8px 0 0 22px;
	text-decoration:none;
}
.cnt-3box li .cnt-3boxtxt03b a {
	color:#EB6D80;
	text-decoration:none;
}
.cnt-3box li .cnt-3boxtxt03b a:hover {
	color:#36A0DA;
	text-decoration:none;
}
.cnt-3box li .cnt-3boxtxt03c {
    font-size:81%;
	padding:7px 10px 0 10px;
	line-height:1.4em;
}


