@charset "utf-8";

/*----------------------------------------------------
    ブラウザ設定初期化
----------------------------------------------------*/
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, th, td {
	margin: 0;
	padding: 0;
}
address, caption, th {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img {
	border: 0;
	vertical-align: bottom;
	line-height: 0;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
li {
	list-style-type: none;
}


/*----------------------------------------------------
    HTML5 elements for lte IE8
----------------------------------------------------*/
article,
footer,
header,
nav,
section {
	display: block;
}


/*----------------------------------------------------
    文字サイズ統一
----------------------------------------------------*/
body {
	color: #333;
	font-size: 14px;
	line-height: 1.61;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
* html body { /* for IE6 */
	font-size: 88%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}
*:first-child+html body { /* for IE7 */
	font-size: 88%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}


/*----------------------------------------------------
    基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background: #fff;
}
a {
	background-color: transparent;
}
a:link {
	color: #5B8800;
}
a:visited {
	color: #5B8800;
}
a:hover {
	opacity: 0.6;
}
a:active {
	color:#300;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
	outline: 0;
}
b,
strong {
	font-weight: bold;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
svg:not(:root) {
	overflow: hidden;
}


/*----------------------------------------------------
    フォームのノーマライズ
----------------------------------------------------*/
button,
input,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
input {
	line-height: normal;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
textarea {
	overflow: auto;
	vertical-align: top;
}


/*----------------------------------------------------
    #header
----------------------------------------------------*/
#header {
	padding-top: 10px;
}

/*  #header > #headerHome
----------------------------------------------------*/
#headerHome {
}

/*  #header > .hdLogo
----------------------------------------------------*/
.hdLogo {
	float: left;
}

/*  #header > .hdContents
----------------------------------------------------*/
.hdContents {
	width: 980px;
	margin: 0 auto 20px;
}

/*  #header > .siteSearch
----------------------------------------------------*/
.siteSearch {
}
#submit {
	cursor: pointer;
	outline: none;
	border: 0;
}

/*  #header > #hNav
----------------------------------------------------*/
#hNav {
	float: right;
	text-align: right;
}

#hNav .hNavTypeA li {
	display: inline-block;
	margin: 0 20px 20px 0;
}

#hNav .hNavTypeA li:last-child {
	margin: 0 0 20px 0;
}

#hNav .hNavTypeA li a:hover {
	opacity: 0.6;
}

#hNav .hNavTypeB li {
	display: inline-block;
	font-size: 13px;
	background:url(../img/icn_list01.png) no-repeat 6px 4px;
	padding-left:25px;
	margin: 0 6px;
	border-left: #CCC 1px dotted;
}

#hNav .hNavTypeB li:last-child {
	border-right: #CCC 1px dotted;
	padding-right: 6px;

}

#hNav .hNavTypeB li a{
	color: #333;
	font-weight: bold;
}

#hNav .hNavTypeB li a:hover{
	text-decoration: none;
	color: #C26F07;
}

/*  #header > #gNav
----------------------------------------------------*/
#gNav {
	border-top: #99CC00 1px solid;
	border-bottom: #99CC00 4px solid;
	background:url(../img/bg_gnav01.png) repeat-x;
	height: 49px;
}

#gNav ul {
	width: 981px;
	margin: 0 auto;
}

#gNav li {
	display: inline-block;
	border-left: #99CC00 1px solid;

}

#gNav li:last-child {
	border-right: #99CC00 1px solid;

}

#gNav li a:hover {
	opacity: 0.6;

}


/*----------------------------------------------------
    #footer
------------------------------------------------------*/
#footer {
	clear: both;
	border-top: #FF9900 4px solid;
}


/*----------------------------------------------------
    #fNavTypeA
------------------------------------------------------*/
#fNavTypeA {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0;
}

#fNavTypeA .listTypeA {
	float: left;
}

#fNavTypeA .listTypeA li {
	display: inline-block;
	background: url(../img/icn_list02.png) no-repeat 0 4px;
	padding-left: 15px;
	margin: 5px 30px 0 0;
}

#fNavTypeA .listTypeA li a {
	color: #333;
}

#fNavTypeA .listTypeA li a:hover {
	text-decoration: none;
	color: #C26F07;
}


#fNavTypeA .listTypeB {
	float: right;
}

#fNavTypeA .listTypeB li {
	display: inline-block;
	margin-right: 20px;
}

#fNavTypeA .listTypeB li:last-child {
	margin-right: 0;
}


#fNavTypeA .listTypeB li  a:hover{
	opacity: 0.6;
}

/*----------------------------------------------------
    #fNavTypeB
------------------------------------------------------*/
#fNavTypeB {
	background: #F3F3F3;
	padding-bottom: 20px;
}

#fNavTypeB .wrap {
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}

#fNavTypeB .listTypeA {
	margin-bottom: 20px;
}

#fNavTypeB .listTypeA li {
	display: inline-block;
	background: url(../img/icn_list03.png) no-repeat 0 4px;
	padding-left: 15px;
	margin-right: 56px;
}

#fNavTypeB .listTypeA li a {
	color: #333;
	font-weight: bold;
}

#fNavTypeB .listTypeA li a:hover {
	text-decoration: none;
	color: #5E780C;
}

#fNavTypeB .listTypeA li:last-child {
	padding-left: 15px;
	margin-right: 0;
}

/*  #footer > .address
----------------------------------------------------*/
.address {
	float: left;
}

.address .flogo {
	margin-right: 30px;
	float: left;
}

.address .faddress {
	float: left;
}


/*  #footer > .mobile
----------------------------------------------------*/
.mobile {
	width: 380px;
	float: right;
	border: #CCC 2px solid;
	background: #FFF;
	padding: 10px;
}

.mobile h2 {
	width: 270px;
	font-size: 16px;
	color: #F7971A;
	border-bottom: #F7971C 1px solid;
	margin-bottom: 5px;
}

.mobile img {
	float: right;
	margin-left: 10px;
}

/*  #footer > .copyright
----------------------------------------------------*/
.copyright {
	color: #FFF;
	background: #8AB311;
	padding: 6px;
	text-align: center;
}


/*----------------------------------------------------
    .topicPath
----------------------------------------------------*/
.topicPath {
	width: 980px;
	margin: 0 auto 20px;
}
.topicPath span {
	margin: 0 10px;
}

.topicPath a{
	color: #CC7900;
}

.topicPath a:hover{
	text-decoration: none;
	opacity: 0.6;
}

/*----------------------------------------------------
    #mainVisual
----------------------------------------------------*/
#mainVisual {
	clear: both;
}


/*----------------------------------------------------
    #mainVisual　> .topMv
----------------------------------------------------*/
.topMv {
	background:url(../img/bg_visual01.jpg) no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	height: 400px;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2) inset;
	position: relative;

}

.topMv .topMvTxt {
	width: 980px;
	margin: 0 auto;
	text-align: right;
}

.topMv img {
	margin-top: 50px;
}

.ticker {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
    text-align: left;
    overflow: hidden;
	background: #8CBB00;
	opacity: 0.9;
	position: absolute;
	bottom: 0;
}

.ticker ul {
    width: 900px;
	margin: 0 auto;
    position: relative;
	background: url(../img/icn_info01.png) no-repeat;
	padding: 40px;

}

.ticker ul li {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
    display: none;
	padding: 3px 0 0 40px ;
}

.ticker ul li a {
	color: #FFF;
	text-decoration: underline;
}

.ticker ul li a:hover {
	color: #FFF;
	opacity: 0.6;
}

/*----------------------------------------------------
    #mainVisual　> .contHd
----------------------------------------------------*/
.contHd {
	background:url(../img/bg_contHd01.jpg) no-repeat;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2) inset;
	-moz-background-size:cover;
	background-size:cover;
	height: 120px;
}

.contHdWrap {
	width: 980px;
	margin: 0 auto;
	padding-top: 35px;
}


/*----------------------------------------------------
    #contents
----------------------------------------------------*/
#contents {
	clear: both;
}


/*----------------------------------------------------
    Page Top
----------------------------------------------------*/
.secPageTop {
	clear: both;
	position: relative;
	width: 100%;
}

/*  .secPageTop > #pageTop
----------------------------------------------------*/
#pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: block;
	outline: none;
}
.ie6fix #pageTop {
	position: absolute;
	right: 0;
	bottom: 0;
}


/*----------------------------------------------------
    #contents > #main
----------------------------------------------------*/
#main {
	padding-top: 30px;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2) inset;
}

/*----------------------------------------------------

    トップページ

----------------------------------------------------*/

/* .secTopTypeA
----------------------------------------------------*/
.secTopTypeA {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.secTopTypeA h2 {
	border-bottom: #90BC12 2px solid;
	padding-bottom: 10px;
	margin-bottom:10px;
}

.secTopTypeA p {
	margin-bottom:20px;
}

.secTopTypeA li {
	display: inline-block;
	margin: 0 20px 20px 0;
}

.secTopTypeA li:nth-child(2n) {
	margin-right: 0;
}

.secTopTypeA li a:hover {
	opacity: 0.6;
}

/* .secTopTypeB
----------------------------------------------------*/

.secTopTypeB {
	background: url(../img/bg_top01.png);
	padding: 20px 0;
	margin-bottom: 40px;
}

.secTopTypeB ul {
	width: 980px;
	margin: 0 auto;
}

.secTopTypeB li {
	display: inline-block;
	margin-right: 20px;
}

.secTopTypeB li:last-child {
	margin-right: 0;
}

.secTopTypeB li a:hover {
	opacity: 0.6;
}

/* .secTopNews
----------------------------------------------------*/
.secTopNews {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.secTopNews h2 {
	border-bottom: #90BC12 2px solid;
	padding-bottom: 10px;
	margin-bottom:10px;
}

.secTopNews .newsListTypeA {
	max-height: 400px;
	overflow: auto;
	margin-bottom: 20px;
}

.secTopNews .newsListTypeA tr{
	border-bottom: #CCC 1px dotted;

}

.secTopNews .newsListTypeA th , td{
	padding: 10px 0;

}

.secTopNews .newsListTypeA th {
	width: 110px;
}

.secTopNews .newsListTypeA .icn {
	width: 100px;
}

.secTopNews .newsListTypeA .text {
	width: 740px;
}

.secTopNews .newsListTypeA .text a {
  color: #333;
  text-decoration: underline;
}

.secTopNews .newsListTypeA .p-news__picture {
  padding: 10px;
}

.secTopNews .backnumber {
	float: right;
	padding-left: 15px;
	background: url(../img/icn_list01.png) no-repeat 0 4px;
}

.secTopNews .backnumber a {
	color: #333;

}

.secTopNews .backnumber a:hover{
	text-decoration: none;
	color: #C26F07;
}

/*----------------------------------------------------

    コンテンツページ共通

----------------------------------------------------*/
#mainWrap {
	width: 980px;
	margin: 0 auto 60px;
}

/*----------------------------------------------------
    #mainTypeA
----------------------------------------------------*/
#mainTypeA {
	float: left;
	width: 740px;
}

/*	見出し
----------------------------------------------------*/

#mainTypeA .hdTypeA {
	background: url(../img/bg_hd01.png) no-repeat;
	height: 50px;
	font-size: 22px;
	padding: 10px 0 0 35px;
	margin-bottom: 30px;
}

#mainTypeA .hdTypeB {
	width: 720px;
	height: 34px;
	padding: 4px 0 0 20px;
	font-size: 20px;
	border: #99CC00 1px solid;
	background: url(../img/bg_hd02.png) no-repeat;
	margin-bottom: 20px;
}

#mainTypeA .hdTypeC {
	width: 700px;
	padding-left: 40px;
	font-size: 18px;
	border-bottom: #99CC00 2px solid;
	background: url(../img/bg_hd03.png) no-repeat 10px 12px;
	margin-bottom: 20px;
}

/*----------------------------------------------------
    #mainTypeB
----------------------------------------------------*/
#mainTypeB {

}

/*	見出し
----------------------------------------------------*/

#mainTypeB .hdTypeA {
	background: url(../img/bg_hd04.png) no-repeat;
	height: 50px;
	font-size: 22px;
	padding: 10px 0 0 35px;
	margin-bottom: 30px;
}

#mainTypeB .hdTypeB {
	width: 960px;
	height: 34px;
	padding: 4px 0 0 20px;
	font-size: 20px;
	border: #99CC00 1px solid;
	background: url(../img/bg_hd02.png) no-repeat;
	margin-bottom: 20px;
}

#mainTypeB .hdTypeC {
	width: 940px;
	padding-left: 40px;
	font-size: 18px;
	border-bottom: #99CC00 2px solid;
	background: url(../img/bg_hd03.png) no-repeat 10px 12px;
	margin-bottom: 20px;
}



/*----------------------------------------------------
    .secContTypeA
----------------------------------------------------*/
.secContTypeA {
	margin-bottom: 40px;
}


.secContTypeA .picTxt {
	width: 740px;
	height:340px;
	position: relative;
	margin-bottom: 20px;
}
.secContTypeA .picTxt p{
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	background: #000;
	padding: 10px;
	filter: Alpha(opacity=70);
	opacity: 0.7;
}

/*----------------------------------------------------

    table

----------------------------------------------------*/

/*	tableTypeA  沿革
----------------------------------------------------*/
.tableTypeA {
	margin-bottom: 20px;
}

.tableTypeA tr{
}

.tableTypeA th {
	background: url(../img/bg_table02.png);
	color: #fff;
	width: 140px;
	padding: 10px;
	border-bottom: #FFF 1px solid;
}

.tableTypeA td {
	width: 580px;
	padding: 10px;
	border-bottom: #94C038 1px solid;
}


/*	tableTypeB 時間割
----------------------------------------------------*/
.tableTypeB {
	margin-bottom: 20px;
	width: 360px;
}

.tableTypeB tr{
	border: #FFA637 1px solid;
}

.tableTypeB th {
	background: #FFA637;
	color: #FFF;
	padding: 10px;
	text-align: center;
	font-size: 16px;

}

.tableTypeB td {
	padding: 10px;
	border-right: #FFA637 1px dotted;
	border-bottom: #FFA637 1px solid;
}

/*	tableTypeC 合格実績
----------------------------------------------------*/
.tableTypeC {
	margin-bottom: 10px;
	width: 740px;
}

.tableTypeC tr{
	border: #999 1px solid;
}

.tableTypeC th {
	background: url(../img/bg_table01.png);
	padding: 10px;
	width: 30%;
	border: #999 1px solid;
}

.tableTypeC td {
	padding: 10px;
	border: #999 1px solid;

}

/*	tableTypeD グループ企業
----------------------------------------------------*/
.tableTypeD {
	margin-bottom: 10px;
	width: 100%;
}

.tableTypeD tr{
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}

.tableTypeD th {
	background: #F2F2F2;
	width: 35%;
	padding: 10px;

}

.tableTypeD td {
	padding: 10px;

}


/*	tableTypeD グループ企業
----------------------------------------------------*/
.tableTypeE {
	margin-bottom: 0;
	width: 100%;
}

.tableTypeE tr{
	border-top: none;
	border-bottom: none;
}

.tableTypeE th {
	background: none;
	width: 9%;
	padding: 3px 5px;
	font-weight: bold;
	color: #666;
	background: #ccc;
	font-size: 11px;
	border-bottom: #FFF 3px solid;
}

.tableTypeE td {
	padding: 0 0 3px 10px;

}

/*	tableTypeF 学校説明会のスケジュール
----------------------------------------------------*/
.tableTypeF {
	margin-bottom: 10px;
	width: 740px;
}

.tableTypeF tr{
	border: #999 1px solid;

}

.tableTypeF th {
	background: url(../img/bg_table01.png);
	padding: 10px;
	border: #999 1px solid;
	text-align: center;
}

.tableTypeF td {
	padding: 10px;
	border: #999 1px solid;
	text-align: center;
}

/*----------------------------------------------------

    .ul , ol

----------------------------------------------------*/

/*	ulTypeA
----------------------------------------------------*/
.ulTypeA {
	padding-left:1em;
}

.ulTypeA li{
	text-indent:-1em;
	list-style-type:none;
}

/*	ulTypeB
----------------------------------------------------*/
.ulTypeB {
}

.ulTypeB li{
	background:url(../img/icn_list06.png) no-repeat 0 8px;
	padding-left: 20px;
	margin-bottom: 20px;

}

/*	ulTypeC
----------------------------------------------------*/
.ulTypeC {
	padding-left: 10px;
}

.ulTypeC li{
	background:url(../img/icn_list07.png) no-repeat 0 6px;
	padding-left: 15px;
	margin-bottom: 10px;

}

/*	ulTypeD
----------------------------------------------------*/
.ulTypeD {
}

.ulTypeD li {
	background:url(../img/icn_list05.png) no-repeat 0 6px;
	padding-left: 15px;
	margin-bottom: 10px;

}

.ulTypeD li:last-child {
	margin-bottom: 0;
}

/*	ulTypeE
----------------------------------------------------*/
.ulTypeE {
}

.ulTypeE li{
	background: url(../img/icn_list04.png)no-repeat 0 5px;
	padding-left: 15px;
	margin-bottom: 10px;
}

.ulTypeE li a {
	color: #333;
}

.ulTypeE li a:hover {
	opacity: 0.6;
	text-decoration: none;
}

/*	ulTypeG
----------------------------------------------------*/
.ulTypeG {
}

.ulTypeG li{
	background:url(../img/icn_list08.png) no-repeat 0 6px;
	padding-left: 15px;
	margin-bottom: 10px;

}

.ulTypeG li:last-child {
	margin-bottom: 0;
}

/*	olTypeA
----------------------------------------------------*/
.olTypeA {
	padding-left: 20px;
}

.olTypeA li{
	list-style-type: decimal;
	margin-bottom: 10px;
}

/*----------------------------------------------------

    .dl

----------------------------------------------------*/

.dlTypeA {
	padding-left: 20px;
}

.dlTypeA dt {
	background: url(../img/icn_list05.png) no-repeat 0 7px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 16px;
}

.dlTypeA dd {
	margin-bottom: 15px;
}


/*----------------------------------------------------

    .txtType

----------------------------------------------------*/

/*	txtTypeA
----------------------------------------------------*/
.txtTypeA {
	font-size: 18px;
	font-weight:bold;
	color: #FF920B;
	margin-bottom: 10px;
}

/*	txtTypeB
----------------------------------------------------*/
.txtTypeB {
	background: linear-gradient(transparent 60%, #FFC1C1 40%);
	font-weight:bold;
}

/*	txtTypeC
----------------------------------------------------*/
.txtTypeC {
	background: linear-gradient(transparent 60%, #99DEFF 40%);
	font-weight:bold;
}

/*	txtTypeD
----------------------------------------------------*/
.txtTypeD {
	background: #FFEAEA;
	padding: 10px;
	border: #FF9292 3px solid;
}

/*	txtTypeE
----------------------------------------------------*/
.txtTypeE {
	background: #F7FBF0;
	padding: 20px;
	margin-bottom: 40px;
}


/*	txtTypeF
----------------------------------------------------*/
.txtTypeF {
	color: #900;
	font-weight: bold;
}


/*	txtTypeG
----------------------------------------------------*/
.txtTypeG {
	width: 600px;
	font-size: 12px;
}

/*	txtTypeH
----------------------------------------------------*/
.txtTypeH {
	font-size: 18px;
	font-weight:bold;
}

/*	txtTypeI
----------------------------------------------------*/
.txtTypeI {
	color: #900;
}



/*----------------------------------------------------

    かがみページ

----------------------------------------------------*/
.secIndexTypeA ,
.secIndexTypeB {
	width: 350px;
	height: 110px;
	float: left;
	margin-bottom: 30px;
	background: url(../img/bg_index01.png);
	padding:5px;
	position: relative;
}

.secIndexTypeA {
	margin-right: 20px;
}

.secIndexTypeA .wrap ,
.secIndexTypeB .wrap {
	width: 340px;
	padding:5px;
	float: left;
	margin-bottom: 30px;
	background: #FFF;
}

.secIndexTypeA .wrap .img ,
.secIndexTypeB .wrap .img {
	float: left;
	margin-right: 10px;
}

.secIndexTypeA .wrap h3 ,
.secIndexTypeB .wrap h3 {
	float: left;
	width: 225px;
	border-bottom: #A1C630 2px solid;
	padding:3px 0 2px;
	margin-bottom: 5px;
}

.secIndexTypeA .wrap .txt,
.secIndexTypeB .wrap .txt {
	font-size: 12px;
}

.secIndexTypeA .wrap .more ,
.secIndexTypeB .wrap .more {
    position: absolute;
	bottom: 10px;
	right: 10px;
}

.secIndexTypeA a,
.secIndexTypeB a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.secIndexTypeA:hover,
.secIndexTypeB:hover {
	opacity: 0.8;
}

.secIndexTypeC {
	width: 700px;
	background: #EEFCC9;
	padding: 20px 20px 0 20px;
	margin-bottom: 40px;
}

.secIndexTypeC h3 {
	margin-bottom: 20px;
}

.secIndexTypeC ul {
}

.secIndexTypeC li {
	display: inline-block;
	margin:  0 20px 20px 0;
}

.secIndexTypeC li:nth-child(2n) {
	display: inline-block;
	margin:  0 0 20px 0;
}

/*----------------------------------------------------

    先輩からのメッセージ

----------------------------------------------------*/
/*----------------------------------------------------
    .secMessageTypeA
----------------------------------------------------*/
.secMessageTypeA {
	border: #FF9999 2px solid;
	padding: 10px;
	background: #FEE;
	margin-bottom: 40px;
}

.secMessageTypeA .txt {
	border-bottom: #FF9999 2px dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.secMessageTypeA .name {
	text-align: right;
	font-size: 12px;
}

/*----------------------------------------------------
    .secMessageTypeB
----------------------------------------------------*/
.secMessageTypeB {
	border: #FFAF38 2px solid;
	padding: 10px;
	background: #FFF7EE;
	margin-bottom: 40px;
}

.secMessageTypeB .txt {
	border-bottom: #FFAF38 2px dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.secMessageTypeB .name {
	text-align: right;
	font-size: 12px;
}

/*----------------------------------------------------
    .secMessageTypeC
----------------------------------------------------*/
.secMessageTypeC {
	border: #8CD5FF 2px solid;
	padding: 10px;
	background: #EEFBFF;
	margin-bottom: 40px;
}

.secMessageTypeC .txt {
	border-bottom: #8CD5FF 2px dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.secMessageTypeC .name {
	text-align: right;
	font-size: 12px;
}

/*----------------------------------------------------
    .secMessageTypeD
----------------------------------------------------*/
.secMessageTypeD {
	border: #8CB34D 2px solid;
	padding: 10px;
	background: #F4FAF1;
	margin-bottom: 40px;
}

.secMessageTypeD .txt {
	border-bottom: #8CB34D 2px dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.secMessageTypeD .name {
	text-align: right;
	font-size: 12px;
}

/*----------------------------------------------------
    .secMessageTypeE
----------------------------------------------------*/
.secMessageTypeE {
	border: #A0A0FF 2px solid;
	padding: 10px;
	background: #EEEEFF;
	margin-bottom: 40px;
}

.secMessageTypeE .txt {
	border-bottom: #A0A0FF 2px dotted;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.secMessageTypeE .name {
	text-align: right;
	font-size: 12px;
}

/*----------------------------------------------------

    入学までの流れ

----------------------------------------------------*/
/*----------------------------------------------------
    .secMessageTypeA
----------------------------------------------------*/
.secFlowTypeA ,
.secFlowTypeB ,
.secFlowTypeC ,
.secFlowTypeD ,
.secFlowTypeF ,
.secFlowTypeE {
	margin-bottom: 20px;
}

.secFlowTypeA h3 ,
.secFlowTypeB h3 ,
.secFlowTypeC h3 ,
.secFlowTypeD h3 ,
.secFlowTypeE h3 ,
.secFlowTypeF h3 {
	padding: 5px 0 0 110px;
	height: 35px;
	border: #FF9615 2px solid;
	margin-bottom: 20px;
	font-size: 20px;
}

.secFlowTypeA h3  {
	background: url(../img/hd_flow01.png) no-repeat;
}

.secFlowTypeB h3  {
	background: url(../img/hd_flow02.png) no-repeat;
}

.secFlowTypeC h3  {
	background: url(../img/hd_flow03.png) no-repeat;
}

.secFlowTypeD h3  {
	background: url(../img/hd_flow04.png) no-repeat;
}

.secFlowTypeE h3  {
	background: url(../img/hd_flow05.png) no-repeat;
}

.secFlowTypeF h3  {
	background: url(../img/hd_flow06.png) no-repeat;
}

/*----------------------------------------------------

    よくあるご質問

----------------------------------------------------*/

.secFaqTypeA {
}

.secFaqTypeA h4 {
	background: url(../img/bg_faqHd01.jpg) no-repeat;
	border-bottom: #FFA536 2px solid;
	margin-bottom: 10px;
	padding: 4px 0 5px 40px;
	font-size: 16px;
}

.secFaqTypeA p{
	margin-bottom: 40px;
}

.secFaqTypeA a{
	color: #5B8800;
}

.secFaqTypeA a:hover{
	opacity: 0.6;
	text-decoration: none;
}

/*----------------------------------------------------

    お知らせ

----------------------------------------------------*/


.secContTypeA .newsListTypeA {
	/*max-height: 250px;*/
	margin-bottom: 20px;

}

.secContTypeA .newsListTypeA tr{
	border-bottom: #CCC 1px dotted;

}

.secContTypeA .newsListTypeA th , td{
	padding: 10px 0;

}

.secContTypeA .newsListTypeA th {
	width: 110px;
}

.secContTypeA .newsListTypeA .icn {
	width: 100px;
}

.secContTypeA .newsListTypeA .text {
	width: 530px;
}

.secContTypeA .newsListTypeA .text a {
  color: #333;
  text-decoration: underline;
}

.secContTypeA .newsListTypeA .p-news__picture {
  padding: 10px;
}

/*----------------------------------------------------
    詳細ページ
----------------------------------------------------*/
.secContTypeA .p-news .p-news--contents .p-news__head .p-news__data {
  margin-bottom: 15px;
  line-height: 20px;
}

.secContTypeA .p-news .p-news--contents .p-news__head .p-news__data .date {
  display: inline-block;
  line-height: 20px;
  margin-right: 20px;
}

.secContTypeA .p-news .p-news--contents .p-news__head .p-news__data .icn {

}

.secContTypeA .p-news .p-news--contents .p-news__head .p-news__title {
  margin-bottom: 30px;
  font-size: 150%;
  font-weight: normal;
}

.secContTypeA .p-news .p-news--contents .p-news__link {
  width: 200px;
  height: 40px;
  margin: 50px auto 0;
}
.secContTypeA .p-news .p-news--contents .p-news__link a {
  padding: 9px 37px;
  background-color: #99CC00;
  border-radius: 3px;
  color: #fff;
}


/*----------------------------------------------------

    サイトマップ

----------------------------------------------------*/
.sitemapTypeA {
	float: left;
	width: 200px;
}

.sitemapTypeA li {
	background: url(../img/icn_list04.png) no-repeat 0 5px;
	padding-left: 15px;
	font-weight: bold;
}

.sitemapTypeA li a {
	color: #333;
}


.sitemapTypeB {
}

.sitemapTypeB li {
	background: url(../img/icn_list09.png) no-repeat 0 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-weight: normal;
}

.sitemapTypeB li a {
	color: #333;
}


/*----------------------------------------------------

    お問い合わせフォーム・資料請求

----------------------------------------------------*/

/*    資料請求
----------------------------------------------------*/
.secContactFromTypeA {

}

.secContactFromTypeA table {
	width: 100%;
	margin-bottom: 40px;
}

.secContactFromTypeA tr {
	border: #A8CF56 1px solid;
}

.secContactFromTypeA th {
	background:url(../img/bg_table03.png) ;
	color: #333;
	padding: 20px 10px;
	border: #A8CF56 1px solid;
}

.secContactFromTypeA td {
	padding: 10px;
	border: #A8CF56 1px solid;

	width: 70%;
}

.secContactFromTypeA .requiredTypeA {
	font-weight: bold;
	color: #900;
	width: 600px;
}


.secContactFromTypeA .questionTypeA {
	background:url(../img/icn_list05.png) no-repeat 0 6px;
	padding-left: 15px;
	margin-bottom: 10px;
	border-bottom: #FFA536 1px solid;
	font-weight: bold;
}

.secContactFromTypeA .answerTypeA {
	margin-bottom: 40px;

}

.secContactFromTypeA .age {
	width: 50px;
}

.secContactFromTypeA .postalcode {
	width: 140px;
}

.secContactFromTypeA .address {
	width: 600px;
}

.secContactFromTypeA .mail {
	width: 400px;
}

.secContactFromTypeA .otherquestion {
	width: 100%;
	height:200px;
	margin-bottom: 40px;
}

.secContactFromTypeA .send {
	margin: 0 auto;
	width: 460px;

}

.secContactFromTypeA .confirmation {
	background: url(../img/btn_inquiry01.png) no-repeat;
	width: 200px;
	height: 40px;
	border:none;
	cursor: pointer;
	display:block;
	text-indent:-9999px;
	margin: 0 auto;
}

.secContactFromTypeA .confirmation:hover {
	opacity:0.6;
}

.secContactFromTypeA .return {
	background: url(../img/btn_inquiry02.png) no-repeat;
	width: 200px;
	height: 40px;
	border:none;
	cursor: pointer;
	display:block;
	text-indent:-9999px;
	float: left;
	margin-right: 60px;

}

.secContactFromTypeA .return:hover {
	opacity:0.6;
}

.secContactFromTypeA .transmission {
	background: url(../img/btn_inquiry03.png) no-repeat;
	width: 200px;
	height: 40px;
	border:none;
	cursor: pointer;
	display:block;
	text-indent:-9999px;
	float: left;
}

.secContactFromTypeA .transmission:hover {
	opacity:0.6;
}


/*    お問い合わせ
----------------------------------------------------*/
.secContactFromTypeA .comment {
	width: 99%;
	height: 280px;
}


/*----------------------------------------------------

    #sideArea

----------------------------------------------------*/
#sideArea {
	float: right;
    width: 200px;
}


/*----------------------------------------------------
    #sideArea > #sNav
----------------------------------------------------*/
#sideArea #sNav {
}
#sideArea #sNav h2 {
	background: #99CC00;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
	border-radius: 10px 10px 0 0;
}
#sideArea #sNav ul{
	border: #99CC00 1px solid;
}
#sideArea #sNav li{
	border-bottom: #CCC 1px dotted;

}
#sideArea #sNav li:last-child{
	border-bottom: none;

}
#sideArea #sNav li a{
	padding: 10px 0 10px 25px;
	background: url(../img/icn_list04.png) no-repeat 10px 15px;
	color: #333;
	display: block;
	overflow: hidden;
}
#sideArea #sNav a:link {
}
#sideArea #sNav a:visited {
}
#sideArea #sNav a:hover {
	background-color: #EEF6D4;
	text-decoration: none;
	color: #71B100;
}
#sideArea #sNav a:active {
}




/*----------------------------------------------------
    #汎用クラス
----------------------------------------------------*/
.b { font-weight: bold;}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mr20 {margin-right: 20px;}
.mr60 {margin-right: 60px;}
.ml30 {margin-left: 30px;}
.ml80 {margin-left: 80px;}

.flL {float: left;}
.flR {float: right;}

.taR {text-align: right;}
.taC {text-align: center;}

/*----------------------------------------------------
    CSS ロールオーバー
----------------------------------------------------*/
.ro:hover img{
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/*----------------------------------------------------
   リンクアイコン
----------------------------------------------------*/
.link {
	background: url(../img/icn_blank.gif) no-repeat right center;
	padding-right: 15px;
	margin-right: 3px;
}
/*----------------------------------------------------
    micro clearfix
----------------------------------------------------*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}