@charset "shift_jis";
/*------------------------------------------------
reset
-------------------------------------------------*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	/*vertical-align: baseline;*/
	word-wrap:break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
a {
	text-decoration:none;
	word-wrap: break-word;
}
a:focus {
	outline:none;
}
.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
code{
	display:inline-block;
}
/*------------------------------------------------
body
-------------------------------------------------*/
body {
	border-top:1px solid #c8000b;
}

/*------------------------------------------------
header
-------------------------------------------------*/
.pcHeader,
.pcTel {
	display:block;
}
#slideMenu,
.smHeader,
.smTel {
	display:none;
}
#slideMenu{
	z-index: 1;
}
#wrapper,
.wrapper-inner {
	z-index: 2;
}

header{
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:94px;
}
header ul:after,
header:after{
	content: "";
	clear: both;
	display: block;
}
header ul li{
	float:left;
}
header ul.navCustom li{
	float:right;
}
header div.HeaderLogo{
	position:absolute;
	top:25px;
	left:0;
}
header div.HeaderLogo p{
	display:none;
}

header p.lecCatch{
	position:absolute;
	top:10px;
	left:130px;
	color:#cc0000;
}
header ul.navSearch{
	position:absolute;
	top:60px;
	left:5px;
}
header ul.navCustom{
	position:absolute;
	top:10px;
	right:0;
}
header div.search{
	width: 255px;
	position:absolute;
	top:10px;
	right:0;
}
header ul.navAction{
	position:absolute;
	top:45px;
	right:205px;
}
header img.pcTel{
	position:absolute;
	top:45px;
	right:0;
}
header p.telInfo{
	position:absolute;
	bottom:7px;
	right:0;
	text-align:right;
	font-size:0.95em;
}


/* design */
header ul.navSearch li,
header li.univ{
	margin-right:0.5em;
	padding-left:1em;
	background:url("/common/images/arrow_r.png") no-repeat left 45%;
}
header li.univ{
	padding:0.2em 1em 0.2em 1em;
}

header ul.navCustom .myPage {
	padding:0.2em 1em 0.2em 1em;
	background:#ededed !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
header ul.navCustom .myPage a:before {
	content:url("/common/images/arrow_r.png");
	margin-right:0.2em;
}
header ul.navAction li{
	margin-right: 1em;
	padding-left: 20px;
}
header .navSchool {
	background:url("/common/images/icon_school.png") no-repeat left 45%;
}
header .navOls {
	background:url("/common/images/icon_ols.png") no-repeat left 45%;
}
header .navRequest {
	background:url("/common/images/icon_request.png") no-repeat left 45%;
}
/*------------------------------------------------
footer　header共通
-------------------------------------------------*/
header a, footer .inner2 a {
	color:#4d4d4d !important;
}
header a:hover, footer a:hover {
	text-decoration:underline;
}
header a:hover, footer a:hover {
	text-decoration:underline;
}

header, #breadcrumb, footer {
	font-size:11.5px;
}

/*------------------------------------------------
footer　パンくず　共通
-------------------------------------------------*/
footer ul, #breadcrumb ul, footer ul {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#breadcrumb ul:after, footer ul:after {
	content: "";
	clear: both;
	display: block;
}
#breadcrumb ul li:last-child a{
	color:#333333 !important;
}
#breadcrumb ul li:last-child a:after {
	content:none;
}
/*------------------------------------------------
footer
-------------------------------------------------*/
footer {
	padding-bottom:50px;
}
footer .inner1{
	padding-top:8px;
	padding-bottom:8px;
	background:#333333;
}
footer .inner1 a {
	color:#ffffff !important;
}

footer .userNavi{
	text-align: left;
	padding-left: 10px;
}
footer .userNavi li{
	display:inline-block;
	height: 34px;
	line-height: 34px;
	background-size:auto 23px;
	padding-left:23px;
	font-size:1.4em;
}
footer .soudan img {
	display:inline;
}
footer .soudan{
	margin-right:2.13%;
	padding-left: 0 !important;
}

footer .req {
	margin-right:3%;
	background:url("/common/images/f_icon_req.png") no-repeat left 45%;
}
footer .gui {
	margin-right:3%;
	background:url("/common/images/f_icon_gui.png") no-repeat left 45%;
}
footer .sch {
	margin-right:3%;
	background:url("/common/images/f_icon_school.png") no-repeat left 45%;
}
footer .tel {
	margin-right:3%;
	background:url("/common/images/f_icon_tel.png") no-repeat left 45%;
	color:#ffffff;
}
footer .univ{
	margin-left:3%;
	margin-right:0;
	padding:0 15px !important;
	position:relative;
	background:#5a5a5a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
footer .univ::before{
	position:absolute;
	left:-28px;
	height: 34px;
	content:" ";
	border-left:1px solid #8f8f8f;
}

footer .inner2 {
	background:#ededed;
	border-bottom:1px solid #c8000b;
}
footer .inner2 ul {
	padding:1em 1em 0.5em 1em;
}
footer .inner2 li {
	float:left;
	margin-right:1em;
	margin-bottom: 0.5em;
}
footer .inner3{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
footer .inner3 .sns{
	font-size:0;
}
footer .inner3 .snsLine,
footer .inner3 .snsFb,
footer .inner3 .snsTw{
	display:inline-block;
	margin-right:5px;
}
footer p {
	text-align:center;
	margin-top:1em;
}
footer .corpNavi li {
	border-left:1px solid #626262;
	padding-left:1em;
}
footer .corpNavi li:first-child {
	border-left:none;
	padding-left:0;
}

@media screen and (max-width:768px) {
footer .spNone{
display : none !important;
}
}
/*------------------------------------------------
foot navi
-------------------------------------------------*/
#footMenuBox{
	margin-bottom:0;
}
#footMenuBox .subMenu{
	margin-bottom:0;
	border-top:2px solid #cecece;
}
#footMenuBox .subMenu .row{
	padding:0.3em 10px 2em 10px;
	margin-bottom:0;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#footMenuBox .subMenu h2{
	margin-top: 2em;
	padding-bottom:0.3em;
	font-size:14px;
	border-bottom:1px solid #999999;
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
#footMenuBox .subMenu h2 a{
	font-weight:bold;
}
#footMenuBox .subMenu div > dl > dt{
	padding-bottom:0.3em;
	margin-bottom:0.8em;
	border-bottom:1px solid #999999;
	font-size:12px;
}
#footMenuBox .subMenu dd,
#footMenuBox .subMenu dd dt{
	font-size:11px;
	line-height: 1.3em;
	margin-bottom: 0.7em;
}
#footMenuBox .subMenu a{
	color:#333333;
}
#footMenuBox .subMenu div > dl > dt > a{
	font-weight:bold;
}
#footMenuBox .subMenu dd a:hover{
	font-weight:bold;
	text-decoration:none;
	background: url(/common/images/arrow_r_s_gray.png) no-repeat 100% 50%;
	padding-right: 5%;
}
#footMenuBox .subMenu dd dd{
	margin-left:1em;
}
#footMenuBox .grid3,
#footMenuBox .grid4,
#footMenuBox .grid6{
	margin-left:1px !important;
	margin-right:18px !important;
	margin-bottom:1.8em;
}
#footMenuBox .grid3{
	width:215px !important;
}
#footMenuBox .grid4{
	width:292px !important;
}
#footMenuBox .grid6{
	width:430px !important;
}

@media screen and (max-width:960px) {
	#footMenuBox .subMenu .row{
		width:100%;
		padding-left:1.04%;
		padding-right:1.04%;
	}
}
@media screen and (max-width:940px) {
	#footMenuBox .subMenu h2{
		width:100%;
		padding-left:1.04%;
		padding-right:1.04%;
	}
}

@media screen and (max-width:767px) {
	#footMenuBox .subMenu{
		display:none;
	}
}

/*------------------------------------------------
#page-top
-------------------------------------------------*/
#page-top {
	position: fixed;
	right: 20px;
}
#page-top {
	width: 50px;
	height:50px;
	background:url("/common/images/pagetop.png");
	cursor:pointer;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	text-indent:-9999px;
}
#page-top:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
/*------------------------------------------------
パンくず
-------------------------------------------------*/
#breadcrumb {
	/*height:45px;*/
	background:#ededed;
	padding-top:14px;
	padding-bottom:14px;
	font-size:11.5px;
}
#breadcrumb ul li {
	display:block;
	float:left;/*line-height:45px;*/
}
#breadcrumb ul li a:after {
	content:url("/common/images/arrow_breadcrumb.png");
	margin-right:1em;
	margin-left:1em;
}
#breadcrumb ul li:last-child a:after {
	content:"";
}
/*------------------------------------------------
SNS
-------------------------------------------------*/
.snsBox:after {
	content: "";
	clear: both;
	display: block;
}
.snsBox {
	height:35px;
}
.snsBox .fb-share-button, .snsBox .fw-button {
	float:right;
	margin-right:8px;
}
.fw-button{
	margin-top:5px !important;
}
.snsBox div + div {
	margin-top: 5px;
}
/*以下IE用*/
.fw-button iframe {
	position:relative !important;
	visibility:visible !important;
	height:20px !important;
	width:67px !important;
}
/*------------------------------------------------
layout grit system
-------------------------------------------------*/
.container:after, .row:after {
	content: "";
	clear: both;
	display: block;
}
.container {
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
.row {
	margin-bottom:20px;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
	float:left;
	margin-left:2.08%;
	margin-top:0 !important;
}
.gridclear, *[class^="grid"]:first-child {
 margin-left: 0;
 clear: left;
}
.gridclear,
.gridclear~[class^="grid"]{
	margin-top:20px !important;
}
.grid1 {
	width:6.382978723404255%;
}
.grid2 {
	width:14.8936170212766%;
}
.grid3 {
	width:23.40425531914894%;
}
.grid4 {
	width:31.91489361702128%;
}
.grid5 {
	width:40.42553191489362%;
}
.grid6 {
	width:48.93617021276596%;
}
.grid7 {
	width:57.4468085106383%;
}
.grid8 {
	width:65.95744680851064%;
}
.grid9 {
	width:74.46808510638298%;
}
.grid10 {
	width:82.97872340425532%;
}
.grid11 {
	width:91.48936170212766%;
}
.grid12 {
	float:left;
	width:100%;
}
.borderLeft{
	position:relative;
}
.borderLeft:before{
	content:" ";
	z-index: 10;
	display: block;
	min-height: 100%;
	position:absolute;
	left:-10px;
	top:0;
	border-left:1px solid #ccc;
}

/*------------------------------------------------
basic common
-------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
ol.clearfix li, ol.row li, dl.row dt, dl.row dd,
ul.clearfix li, ul.row li, dl.clearfix dt, dl.clearfix dd{
	float:left;
}
dl.row dt,
dl.clearfix dt{
	clear:both;
	margin-right:1em;
}

.clear {
	clear:both;
}
img {
	max-width:100%;
	height: auto;
	display:block;
	vertical-align:bottom;
}
img.origin{
	max-width:none;
}
img, a img {
	border-style:none;
}
a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}

.tCenter {
	text-align:center !important;
}
.tRight {
	text-align:right !important;
}
.tLeft {
	text-align:left !important;
}
a.tCenter,
a.tRight,
a.tLeft {
	display:block;
}
.tCenter img,
.tRight img,
.tLeft img{
	display:inline;
}
.nowrap{
		white-space: nowrap;
}

span.nowrap{
	display:inline-block;
	white-space: normal;
}

img.imgBorder{
	border:1px solid #ccc;
}
.imgBorderParent img{
	border:1px solid #ccc;
}
img.imgBorderNon{
	border:none !important;
}
.imgLink{
	display:inline-block;
	margin:20px 0;
}
.imgLink img{
	display:inline-block;
}

#mainColumn aside,
.container aside{
	width:90%;
	margin:20px auto;
	padding:1.5em 5%;
	background:#ededed;
}
.borderTRBL{
	border:1px solid #ccc;
}
.borderT{
	border-top:1px solid #ccc;
}
.borderR{
	border-right:1px solid #ccc;
}
.borderB{
	border-bottom:1px solid #ccc;
}
.borderL{
	border-left:1px solid #ccc;
}
.tIndent0{
text-indent: 0 !important;
}
/*------------------------------------------------
width
-------------------------------------------------*/
.w5em{
	width:5em !important;
}
.w6em{
	width:6em !important;
}
.w7em{
	width:7em !important;
}
.w8em{
	width:8em !important;
}
.w9em{
	width:9em !important;
}
.w10em{
	width:10em !important;
}

.w10per{
	width:10% !important;
}
.w20per{
	width:20% !important;
}
.w30per{
	width:30% !important;
}
.w40per{
	width:40% !important;
}
.w50per{
	width:50% !important;
}
.w60per{
	width:60% !important;
}
.w70per{
	width:70% !important;
}
.w80per{
	width:80% !important;
}
.w90per{
	width:90% !important;
}
.w100per{
	width:100% !important;
}

/*------------------------------------------------
margin padding等
-------------------------------------------------*/
.mgL1em {
	margin-left:1em !important;
}
.mgR1em {
	margin-right:1em !important;
}
.mgT1em{
	margin-top:1em !important;
}
.mgT12em{
	margin-top:1.2em !important;
}
.mgB1em{
	margin-bottom:1em !important;
}

.mgTRBL00{
	margin:0 !important;
}
.mgTRBL05{
	margin:5px !important;
}
.mgTRBL10{
	margin:10px !important;
}
.mgTRBL15{
	margin:15px !important;
}
.mgTRBL20{
	margin:20px !important;
}
.mgTRBL25{
	margin:25px !important;
}
.mgTRBL30{
	margin:30px !important;
}

.mgT00 {
	margin-top:0 !important;
}
.mgT05 {
	margin-top:05px !important;
}
.mgT10 {
	margin-top:10px !important;
}
.mgT15 {
	margin-top:15px !important;
}
.mgT20 {
	margin-top:20px !important;
}
.mgT25 {
	margin-top:25px !important;
}
.mgT30 {
	margin-top:30px !important;
}
.mgT35 {
	margin-top:35px !important;
}

.mgR00 {
	margin-right:0 !important;
}
.mgR05 {
	margin-right:05px !important;
}
.mgR10 {
	margin-right:10px !important;
}
.mgR15 {
	margin-right:15px !important;
}
.mgR20 {
	margin-right:20px !important;
}
.mgR25 {
	margin-right:25px !important;
}
.mgR30 {
	margin-right:30px !important;
}
.mgR35 {
	margin-right:35px !important;
}

.mgB00 {
	margin-bottom:0 !important;
}
.mgB05 {
	margin-bottom:05px !important;
}
.mgB10 {
	margin-bottom:10px !important;
}
.mgB15 {
	margin-bottom:15px !important;
}
.mgB20 {
	margin-bottom:20px !important;
}
.mgB25 {
	margin-bottom:25px !important;
}
.mgB30 {
	margin-bottom:30px !important;
}
.mgB35 {
	margin-bottom:35px !important;
}

.mgL00 {
	margin-left:0 !important;
}
.mgL05 {
	margin-left:05px !important;
}
.mgL10 {
	margin-left:10px !important;
}
.mgL15 {
	margin-left:15px !important;
}
.mgL20 {
	margin-left:20px !important;
}
.mgL25 {
	margin-left:25px !important;
}
.mgL30 {
	margin-left:30px !important;
}
.mgL35 {
	margin-left:35px !important;
}
.mainBox div + div, .mainBox div + p, .mainBox div + dl, .mainBox div + ul, .mainBox div + ol, .mainBox div + table,
.mainBox p + div, .mainBox p + p, .mainBox p + dl, .mainBox p + ul, .mainBox p + ol, .mainBox p + table,
.mainBox dl + div, .mainBox dl + p, .mainBox dl + dl, .mainBox dl + ul, .mainBox dl + ol, .mainBox dl + table,
.mainBox ul + div, .mainBox ul + p, .mainBox ul + dl, .mainBox ul + ul, .mainBox ul + ol, .mainBox ul + table,
.mainBox ol + div, .mainBox ol + p, .mainBox ol + dl, .mainBox ol + ul, .mainBox ol + ol, .mainBox ol + table,
.mainBox table + div, .mainBox table + p, .mainBox table + ol, .mainBox table + ul, .mainBox table + ol, .mainBox table + table{
	margin-top:1em;
}

.pdT1em{
	padding-top:1em !important;
}
.pdB1em{
	padding-bottom:1em !important;
}
.pdR1em{
	padding-right:1em !important;
}
.pdL1em{
	padding-left:1em !important;
}
.pdTRBL1em{
	padding:1em !important;
}
.pdT05{
	padding-top:5px !important;
}
.pdB05{
	padding-bottom:5px !important;
}
.pdR05{
	padding-right:5px !important;
}
.pdL05{
	padding-left:5px !important;
}
.pdTRBL05{
	padding:5px !important;
}
.pdT10{
	padding-top:10px !important;
}
.pdB10{
	padding-bottom:10px !important;
}
.pdR10{
	padding-right:10px !important;
}
.pdL10{
	padding-left:10px !important;
}
.pdTRBL10{
	padding:10px !important;
}
.pdT15{
	padding-top:15px !important;
}
.pdB15{
	padding-bottom:15px !important;
}
.pdR15{
	padding-right:15px !important;
}
.pdL15{
	padding-left:15px !important;
}
.pdTRBL15{
	padding:15px !important;
}
.pdT20{
	padding-top:20px !important;
}
.pdB20{
	padding-bottom:20px !important;
}
.pdR20{
	padding-right:20px !important;
}
.pdL20{
	padding-left:20px !important;
}
.pdTRBL20{
	padding:20px !important;
}
.pdT25{
	padding-top:25px !important;
}
.pdB25{
	padding-bottom:25px !important;
}
.pdR25{
	padding-right:25px !important;
}
.pdL25{
	padding-left:25px !important;
}
.pdTRBL25{
	padding:25px !important;
}
.pdT30{
	padding-top:30px !important;
}
.pdB30{
	padding-bottom:30px !important;
}
.pdR30{
	padding-right:30px !important;
}
.pdL30{
	padding-left:30px !important;
}
.pdTRBL30{
	padding:30px !important;
}

/*------------------------------------------------
font size
-------------------------------------------------*/
body {
	font-size: 16px;
	color:#333333;
	font-family:"メイリオ", Meiryo , Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", sans-serif;
	letter-spacing:0.1em;
	line-height:1.6;
}
code{
	font-family:"メイリオ", Meiryo , Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", sans-serif;
	font-size: 0.8em;
}
h1, h2, h3, h4, h5, h6,
.h2Style, .h3Style, .h4Style, .h5Style, .h6Style{
	margin-bottom:0.4em;
	line-height:1.4em;
}
dl + h2, ul + h2, ol + h2, table + h2, p + h2, div + h2,
dl + h3, ul + h3, ol + h3, table + h3, p + h3, div + h3,
dl + h4, ul + h4, ol + h4, table + h4, p + h4, div + h4,
dl + h5, ul + h5, ol + h5, table + h5, p + h5, div + h5,
dl + h6, ul + h6, ol + h6, table + h6, p + h6, div + h6{
	margin-top:1.2em;
}

h1:not(.simple), h4:not(.simple), h5:not(.simple), h6:not(.simple),
.h4Style, .h5Style, .h6Style{
	padding-left:1.05%;
}
h2, h3,
.h2Style, .h3Style {
	padding-bottom:0.15em;
}
/* h Style basic*/
h1 {
	font-size: 2.275rem;
	border-bottom:3px solid #cccccc;
}
h2,
.h2Style {
	font-size: 1.925rem;
}
h2,
h1.h2Style, h3.h2Style, h4.h2Style, h5.h2Style, h6.h2Style {
	position: relative;
	padding-bottom: 6px;
	border-bottom: 2px solid #cccccc;
}
h2:after,
h1.h2Style:after, h3.h2Style:after, h4.h2Style:after, h5.h2Style:after, h6.h2Style:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 16.67%;
	height: 2px;
	background-color: #c8000b;
}
h3,
h1.h3Style, h2.h3Style, h4.h3Style, h5.h3Style, h6.h3Style {
	font-size: 1.575rem;
}
h3,
h1.h3Style, h2.h3Style, h4.h3Style, h5.h3Style, h6.h3Style {
	position: relative;
	padding-bottom: 6px;
	border-bottom: 1px solid #cccccc;
}
h3:after,
h1.h3Style:after, h2.h3Style:after, h4.h3Style:after, h5.h3Style:after, h6.h3Style:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 16.67%;
	height: 1px;
	background-color: #c8000b;
}
h4,
h1.h4Style, h2.h4Style, h3.h4Style, h5.h4Style, h6.h4Style {
	font-size: 1.4875rem;
	border-left:1px solid #c8000b;
}
h5,
h1.h5Style, h2.h5Style, h3.h5Style, h4.h5Style, h6.h5Style {
	font-size: 1.3125rem;
	border-left:1px solid #c8000b;
}
h6,
h1.h6Style, h2.h6Style, h3.h6Style, h4.h6Style, h5.h6Style {
	font-size: 1.1375rem;
	border-left:1px solid #c8000b;
}
.h2Style, .h3Style{
	border-left:none;
}
.h4Style,
.h5Style,
.h6Style{
	border-bottom:none;
}
.h4Style:after,
.h5Style:after,
.h6Style:after{
	content: none;
}
/* h Style simple*/
h1.simple, h2.simple, h3.simple, h4.simple, h5.simple, h6.simple {
	border:none;
	background:none;
	padding-bottom:0;
}
h2.simple:after,h3.simple:after{
	display:none;
}
.fs06 {
	font-size:0.6em !important;
}
.fs07 {
	font-size:0.7em !important;
}
.fs08 {
	font-size:0.8em !important;
}
.fs09 {
	font-size:0.9em !important;
}
.fs10 {
	font-size:1em !important;
}
.fs11 {
	font-size:1.1em !important;
}
.fs12 {
	font-size:1.2em !important;
}
.fs13 {
	font-size:1.3em !important;
}
.fs14 {
	font-size:1.4em !important;
}
.fs15 {
	font-size:1.5em !important;
}
.fs16 {
	font-size:1.6em !important;
}
.fs18 {
	font-size:1.8em !important;
}
.fs20 {
	font-size:2em !important;
}
.fs24 {
	font-size:2.4em !important;
}
.fwBld {
	font-weight:bold !important;
}
.fwNml {
	font-weight:normal !important;
}
.flBld:first-line{
	font-weight:bold !important;
}

span.framePart{
	border:2px solid #ccc;
	padding: 0 0.3em;
	margin-right:0.5em;
	font-weight:bold;
	font-size: 0.9em;
}

.alert01 {
	color:#c8000b !important;
}
.alert02 {
	background:#fcfb99 !important;
}
dl.description {
	line-height:1.6em;
}
dl.description dt {
	font-size:1.05em;
	font-weight:bold;
	margin-bottom:0.5em;
}
dl.description > dd + dt {
	margin-top:1.05em;
}
dl.profile {
	margin-top:1.05em;
}
dl.profile:after {
	content: "";
	clear: both;
	display: block;
}
dl.profile dt {
	clear:both;
	float:left;
	font-weight:bold;
	width:8em;
}
dl.profile dd {
	float:left;
}
.catch {
	text-align:center;
	font-size:1.4875em;
	margin-bottom:0.9em;
}
.alertBox01, .alertBox02 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:1.2em;
	text-align:center;
}
.alertBox01 {
	color:#a94442;
	border:1px solid #dca7a7;
	background: linear-gradient(#f2dddd, #e7c3c3);
	/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2dddd', endColorstr='#e7c3c3', GradientType=0)";
}
.alertBox02 {
	color:#a66d3b;
	border:1px solid #f5e79e;
	background: linear-gradient(#fcf8e1, #f8efc1);
	/* IE8-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf8e1', endColorstr='#f8efc1', GradientType=0)";
}
.lead-description {
	font-size:1.05em;
	line-height:1.6em;
}

span[class^="txtIcon"]{
	font-size:0.5rem;
	padding:0.2em 0.4em;
	border:1px solid #ccc;
	margin-left:1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display:inline-block;
	line-height:1.6;
	vertical-align:top;
}
span[class^="txtIcon"]:first-child{
	margin-left:0;
}
.txtIcon-red{
	border-color:#c8000b !important;
	color:#c8000b;
	background:#FDF3F2;
}
/*------------------------------------------------
link
-------------------------------------------------*/
a {
	color:#004f9e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.tLink-pd{
	padding-left:0.5em;
	padding-right:0.5em;
}

.btnLink {
	padding:0.8em;
	display:inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#ffffff;
}
.btnLink:after {
	content:url("/common/images/arrow_a_btn.png");
	margin-left:1em;
}
.btnRed {
	background:#d3333c;
}
.btnRed:hover {
	background:#c11922;
}
.btnBlue {
	background:#276bb4;
}
.btnGray {
	background:#cccccc;
}
.btnBlue:hover {
	background:#004f9e;
}
a.underLine {
	text-decoration:underline !important;
}
a.underLine:hover {
	text-decoration:none !important;
}
.tLink-a {
	display:block;
	background:url("/common/images/arrow_a.png") no-repeat left 0.35em;
	padding-left:20px;
	word-wrap: break-word;
}
.tCenter .tLink-a,
.tRight .tLink-a{
	display: inline !important;
}
*[class^="attBox"] dd .tLink-a{
	padding-left:35px;
}
/*------------------------------------------------
layout
-------------------------------------------------*/
.keyimgBox, .mainBox {
	width:100%;
}
.keyimgBox img, h1 {
	width:960px;
	margin-right:auto;
	margin-left:auto;
}
.keyimgBox {
	margin-bottom:20px;
}
.mainBox {
	padding-top:25px;
	padding-bottom:40px;
	margin-bottom:0 !important;
}
article{
	margin-bottom:60px;
}

article.container > div{
	margin-bottom:60px !important;
}

article.contents > section{
	margin-bottom:60px !important;
}


section.contents > section{
	margin-bottom:60px !important;
}


.bnrArea a {
	display:inline-block;
	margin-right:1.035%;
	margin-bottom:2.08%;
}
table.detail {
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
table.detail caption {
	margin-bottom:0.2em;
	text-align:left;
	padding-left:1.04%;
	font-size:1.05em;
}
table.detail th, table.detail td {
	padding:1.04%;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
table.detail th {
	background:#efefef;
	text-align:left;
	width:8em;
	vertical-align:top;
}
table.vaTop td,
table td.vaTop{
	vertical-align:top;
}
table.thCenter th {
	text-align:center;
}
table.tdCenter td {
	text-align:center;
}
table.detail td p, table.detail td ol, table.detail td ul, table.detail td dl {
	margin-top:1em;
}
table.detail td *:first-child {
	margin-top:0;
}
table td.teacher:after {
	content: "";
	clear: both;
	display: block;
}
table td.teacher img {
	float:left;
	margin-right:2em;
}
table td.teacher a, table td.teacher span {
	width:100%;
	float:left;
	line-height:51px;
}
table td.teacher a.clear, table td.teacher p.clear {
	margin-top:10px;
}
table td.teacher a.clear:after, table td.teacher p.clear:after {
	content: "";
	clear: both;
	display: block;
}
table tr td ul.disc,
table tr td ul.circle{
	margin-left:1em;
}

/*.vMiddle{
	vertical-align: middle;
}*/
.attBox01, .attBox02, .attBox03, .attBox04 {
	padding:2.08%;
}
*[class^="attBox"] dt {
	font-weight:bold;
	margin-top:1em;
}
*[class^="attBox"] dt:first-child {
	margin-top:0;
}
*[class^="attBox"] dd,
*[class^="attBox"] li {
	text-indent:-1em;
	padding-left:1em;
}
*[class^="attBox"] + *[class^="attBox"] {
	margin-top:20px;
}
.attBox01 {
	border:5px solid #ededed;
	background:#ffffff;
}
.attBox02 {
	border:5px solid #ededed;
	background:#ededed;
}
.attBox03 {
	border:5px solid #fdfdcc;
	background:#fdfdcc;
}
.attBox04 {
	border:5px solid #fdcccf;
	background:#fdcccf;
}
.tIndent {
	text-indent:-1em;
	padding-left:1em;
}
.tIndent2 {
	margin-left:1.5em;
	text-indent:-2.5em;
	padding-left:1em;
}
.tIndentBracket{
	margin-left:0.8em;
	text-indent:-1.6em;
	padding-left:1em;
}
.tIndent25em {
	text-indent: -2.5em;
	padding-left: 2.5em;
}
.tIndent3em {
	text-indent: -3em;
	padding-left: 3em;
}
/*------------------------------------------------
List
-------------------------------------------------*/
ul.disc,
ul.circle{
	padding-left:0.5em;
}
dl.disc dd{
	margin-left: 1.5em;
}
ul.disc {
	list-style-type:disc;
}
ul.disc li,
ul.circle li{
	margin-left: 1em;
}
ul.circle{
	list-style-type:circle;
}

ul.discList li:not(:last-child)::after {
	content:"・";
}

ol.decimal{
	margin-left:2em;
	margin-right:1em;
	list-style-type:decimal;
	list-style-position: outside;
}
ol.lRoman{
	margin-left:2em;
	margin-right:1em;
	list-style-type:lower-roman;
	list-style-position: outside;
}
ol.lLatin{
	margin-left:2em;
	margin-right:1em;
	list-style-type:lower-latin;
	list-style-position: outside;
}
.decimal li ol,.decimal li ul,.decimal li dl,
.eachIndent li ol,.eachIndent li ul,.eachIndent li dl,
.eachIndent dd dl,.eachIndent dd ol,.eachIndent dd ul{
	margin-left:2em;
	margin-right:0;
}
.dlFloat:after{
	content: "";
	clear: both;
	display: block;
}
.dlFloat dt{
	clear:both;
	width:5em;
	float:left;
}
.dlFloat dd{
	float:left;
}
dl.disc dd{
	display: list-item;
	list-style-type: disc;
}
dl.disc dd.no-list{
	margin-left: 0;
	list-style-type: none;
}
dl.ddmg1em dd,
dl.disc dd.no-list{
	margin-bottom:1em;
}

/*------------------------------------------------
youtube responsive
-------------------------------------------------*/
.youtube iframe {
	display: block;
	width:380px;
	margin-left:auto;
	margin-right:auto;
}
.youtubeL iframe {
	display: block;
	width:640px;
	margin-left:auto;
	margin-right:auto;
}
.pcNone {
	display:none !important;
}
.smNone {
	display:block !important;
}


/*------------------------------------------------
Form style （おためし）
-------------------------------------------------*/
form label{
	line-height: 30px;
}
form dt {
	position: relative;
	padding-left: 1.05%;
	/*padding-bottom: 0.15em;*/
	padding-bottom: 4px;
	border-bottom: 2px solid #cccccc;
	margin-top:1.5em;
	margin-bottom: 0.65em;
	/*background: rgba(0, 0, 0, 0) url("/event/year/images/common/bg_h2.gif") no-repeat scroll left bottom;*/
	font-size: 1.28em;
	font-weight: normal;
}
form dt:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 16.67%;
	height: 2px;
	background-color: #c8000b;
}
form dd {
	width:95%;
	/*margin: 10px auto 0 auto;*/
	margin: 10px 0 0 15px;
}
input[name="email"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:inline-block;
	width: 95%;
	padding:0.4em;
	-moz-border-radius:0.6em;
	-webkit-border-radius:0.6em;
	border-radius:0.6em;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	-moz-box-shadow:inset 0 1px 4px rgba(0, 0, 0, .2);
	-webkit-box-shadow:inset 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow:inset 0 1px 4px rgba(0, 0, 0, .2);
	border:1px solid #b3b3b3;
	background: #f0f0f0;
	line-height:1.4;
	font-size: 16px;
	color:#333;
}


/* ボタン */
form ul.submit {
	margin:50px 0 20px 0;
	text-align: center;
}
form ul.submit li {
	display: block;
	padding: 0 5px;
	margin-bottom:1em;
}
form ul.submit li input{
	color:#333;
/*	width: 180px;
	height: 50px;*/
	padding:0.2em 2em;
	font-weight:normal;
	font-size:1.6em;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
}
form ul.submit li input.red,
a.returnBtn {
	background: #d3333c none repeat scroll 0 0;
	color:#fff;
}
a.returnBtn{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 180px;
	height: 1.6em;
	font-weight:normal;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	font-size:1.6em;
	text-align:center;

}

.required {
	color: #c8000b !important;
	font-size: 85%;
	margin-left: 0.5em;
}