@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body{
color:#555;
font-size:13px;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust:100%;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#1B6FC7;text-decoration:none;}
a:hover{color:#488fdd;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
#header{
/*height:130px;*/
	overflow: hidden;
}

#header h1{
padding:5px 0 10px;
font-size:12px;
font-weight:normal;
}



/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo a{
color:#555;
}

.logo p{float:left;}

.logo span{display:block;}


/*************
/* 電話番号
*************/
.info{
float:right;
padding-right:20px;
text-align:right;
}

.info .open{font-size:11px;}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
margin-top:6px;
font-size:20px;
font-weight:bold;
}

.logo span,.info span{
font-size:.6em;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
clear:both;
margin:25px auto 40px;
padding:0;
position:relative;
text-align:center;
}
#mainBanner .inner{position:relative;}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
color:#fff;
font-weight:bold;
position:absolute;
max-width:100%;
height:auto;
bottom:42%;
left:40px;
padding:5px 10px;
line-height:1.4;
text-align:left;
}

.slogan h2{
padding-bottom:5px;
font-size:22px;
}


/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding-bottom:20px;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
overflow:hidden;
}

.box{
padding:10px;
}

.box img{
max-width:100%;
height:auto;
}

.box h3{
font-size:16px;
padding:10px 0 15px;
}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 7px;
border-radius:3px;
}


/*************
メイン コンテンツ
*************/
section.content article{
padding:30px 0 20px 0;
margin-bottom:10px;
overflow:hidden;
}

section.toppage article,section.content .archive{border:0;}


/* アーカイブページ */
section.content .archive{
padding:0;
border-bottom:1px dotted #ccc;
}

section.content p{margin-bottom:5px;}

h3.heading{
overflow: hidden;
font-size:18px;
font-weight: bold;
	
background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */


padding:15px 0;
padding-left: 0.5em;	
margin-bottom:5px;
border-top:2px solid #ebebeb;
border-bottom:2px solid #ebebeb;
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}


/*************
/* サイドバー
*************/
#sidebar article{
clear:both;
margin-bottom:20px;
}

#sidebar ul{padding:15px 0;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
color:#555;
font-size:12px;
display:block;
}

#sidebar li a:hover{
color:#999;
font-size:12px;
display:block;
}


/*************
/* フッター
*************/
#footer{
clear:both;
border-top: #BBBBBB solid 1px;
}

#footer a{
color:#555;
}

#footer a:hover{
color:#999;
}

#footer .inner{
padding:40px 0;
overflow:hidden;
}

#footer .grid{
margin:0;
}

#footer #info{float:left;}

#footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:5px 0 0;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:12px;
}

ul.footnav{
float:right;
width:620px;
padding:10px 0;
}
ul.footnav ul{display:none;}

ul.footnav li{
float:left;
margin:10px 0 10px 0;
padding:0 7px 0 8px;
border-right:1px solid #ebebeb;
}

@media only screen and (max-width:480px){
	.footnav {
		display: none;
	}
}

#copyright{
clear:both;
padding:20px 0 10px 0;
text-align:center;
font-style:normal;
font-size:10px;
color:#555;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.prev{float:left}
.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}


/* タイポグラフィ
*****************************************************/
.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:10px;
		font-size: 16px;
}

.post ul{margin:0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin:0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#000;
border-bottom:3px solid #cf6a88;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#333;
border-bottom:2px solid #cf6a88;
}

.post h3{
margin:10px 0 25px 0;
padding:10px 0 10px 0;
font-size:120%;
font-weight:normal;
border-bottom:1px solid #ddd;
}

.post blockquote{
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

.post table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

.post table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter{
display:block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin:0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float:left;}


.kumiImg {
	position: relative!important;
	object-fit: cover;
	width: 100%;
	height:  120px;
	overflow: hidden;
}

.kumiImg img {
	height:  120px;
	width: 100%;
	object-fit: cover;
	object-position:left center;
}

.kumiImg h1 {
	position: absolute!important;
	top:0;
	font-size: 200%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: rgba(13,13,13,0.5);
	padding: 3px;
	margin-left: 10px;
	z-index: 100;
}

/* パンくずリスト
*****************************************************/
.breadcrumb {
  padding-left:0;
  margin-left:0;
	margin: 20px 0;
overflow: hidden;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #1B6FC7;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}


.course__curriculum  {
	/*display: table;*/
}

.course__curriculum li {
	/*display: table-cell;*/
	position: relative;
}


.course__curriculum dt  {
	font-size: 150%;
	font-weight: bold;
	margin-left: 1em;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}

.course__curriculum1 dt {
	color:#9D0003;
}

.course__curriculum2 dt {
	color:#00851B;
}

.course__curriculum3 dt {
	color:#0F5DAD;
}

@media only screen and (min-width:640px){
	.course__curriculum  {
		display: table;
	}
	.course__curriculum li {
		display: table-cell;
	}
	.course__curriculum dt  {
	font-size: 100%;
	margin: 0;
	}
}
.crsImage   {
	margin: 20px 0 0 0!important;
}
.crsImage  li {
	text-align: center;
}

.crsImage li img {
	text-align: center;
	max-width: 270px;
}

@media only screen and (min-width:640px){
	.crsImage li  {
		float : left;
		width: 45%!important;
	}
}

/* 遠隔地
*****************************************************/
.enkaku {
	
	
}

.enkaku li {
	text-align: center;
	
}

.enkaku_photo {
	
}

.enkaku_photo img {
	max-width: 250px!important;
}

@media only screen and (min-width:640px){
	.enkaku { display: table; }
	.enkaku_photo {margin:0!important;}
	.enkaku_photo img { max-width: 80%!important; }
	.enkaku>li {
		display: table-cell;
		margin: 0!important;
		padding: 0!important;
	}
}

/* 以前のコンテンツへのリンクボタン
*****************************************************/
.formerly_btns {
	margin: 0;
	padding: 0;
}

.formerly_btns li {
	margin-bottom: 20px!important;
}
@media only screen and (min-width:640px){
	.formerly_btns li {
		float: left;
		width: 300px;
	}
}


/* ボタン
*****************************************************/
/*グレーの立体ボタン*/
.btn{
	position: relative;
	font-size: 123%;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #232323;
    width: 90%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#fff 0%, #c3c3c3 100%);
    background-image: linear-gradient(#fff  0%,#c3c3c3 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	border: #555 solid 1px;
}
.btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #232323;
}
@media only screen and (min-width:640px){
	.btn {
		/*width: 50%!important;*/
	}
	
}

.btn:active{/*押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#eaeaea 0%, #e3e3e3 100%);
    background-image: linear-gradient(#eaeaea 0%, #e3e3e3 100%);/*グラデーションを明るく*/
}

/*フラットボタン*/
.square_btn{
	position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}
.square_btn a {
	
	display: block;
	width: 100%;
	height: 100%;
	color:#fff;
}



.home_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;/*色*/
    border: solid 1px #0f9ada;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.home_btn a {
	color:#FFFFFF;
}

.home_btn:active {/*押したとき*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}


.outline__topics {
	
}

.outline__topics ul {
	margin-left: 20px;
}

.outline__topics ul>li {
	font-size: 13px;
	background-image: url(outline/images/topics_li_target.gif);
	background-position: 0 -2px;
	padding-left: 35px;
	margin-bottom: 0.5em;
}
.outline__topics ul li {
}
.outline__topics ul>li img {
	/*vertical-align: middle;
	margin-right: 5px;*/
}

.outline__topics ul li ul {
	margin-left: -20px;
}

.outline__topics ul li ul li {
	font-size: 13px;
	background-image: none;
}

/*講座一覧
-----------------------------------------------------------*/
.rectbl {
	overflow: hidden;
}




.rectbl th {
	text-align: center!important;
	border-right: 1px!important;
	background-color: #CACACA ;
}
.rectbl td {
	font-size: 11px;
}

.rectbl .cat1 {
	width: 1em;
}

.rectbl .classid {width: 4em;}

.rectbl .advcrs { background-color: #042C78; 
	color: #FFFFFF
}

.rectbl .achcrs { background-color: #0B6C03; 
	color: #FFFFFF
}

.rectbl .engcrs { background-color: #9A0306; 
	color: #FFFFFF
}

.rectbl .sysensub {
	background-color: #F4DBF6;
}

.rectbl .bsdssub {
	background-color: #F7E964;
}

.rectbl .bssub {
	background-color: #8CE1EA;
}

.rectbl .sensub {
	background-color: #9CF68A;
}

.rectbl .jisusub1 {
	background-color: #D99AF8;
}

.rectbl .jisusub2 {
	background-color: #EECD6F;
}

.rectbl tr:hover {
	background-color: #FBE0FD!important;
}



.vmac {
	vertical-align: middle;
	text-align: center!important;
}

/* 紹介　コース説明
------------------------------------------------------------*/
.intro_cource_photo {
	text-align: center;
	
}

.intro_cource_photo dt {
	text-align: center;
	
}

.intro_cource_photo img {
	max-width: 250px!important;
	margin: 15px 0;
}

.red {color:#CC0003;}

@media only screen and (min-width:640px){
	
	.intro_cource_photo li {
		float: left;
	}
	.intro_cource_photo dl {
		width: 100%;
	}
	.intro_cource_photo dd {
		font-size: 12px;
	}
	.intro_cource_photo img {
		margin: 10px!important;
		width: 120%!important;
	}
}

/* PC用
------------------------------------------------------------*/

@media only screen and (min-width:960px){
	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}
	
  #mainNav{
	clear:both;
	z-index:200;
	position:relative;
	}

	#mainNav li{
	float:left;
	position:relative;
	}

	#mainNav li a{
	color:#555;
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:160px;
	height:30px;
	padding:15px 0;
	border-top:2px solid #ebebeb;
	border-bottom:2px solid #ebebeb;
	}

	#mainNav li a span,#mainNav li a strong{display:block;}

	#mainNav li a span{
	color:#bababa;
	font-size:10px;
	}
	
	#mainNav ul ul{width:160px;background:#fff;}
	#mainNav li ul{display:none;}

	#mainNav li:hover ul{
	display:block;
	position:absolute;
	top:64px;
	z-index:500;
	}
	
	#mainNav li li{
	margin:0;
	float:none;
	width:160px;
	border:0;
	}
  #mainNav li li:last-child{border:0;}
	
	#mainNav li li a{
	width:auto;
	height:auto;
	padding:10px;
	font-size:95%;
	text-align:left;
	border:0;
	}

	#mainNav li li span{padding:0 10px;}
	
	#mainNav li.current-menu-item a{
	border-color:#555;
	}

	#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item li a:hover{
	color:#999;
	}

	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{clear:both;padding:20px 0;}
	
	#main{
	float:right;
	width:680px;
	padding:15px 0 0 0;
	}
	
	#sidebar{
	float:left;
	width:250px;
	padding:15px 0;
	overflow:hidden;
	}
	
	#sidebar article{
	margin-bottom:20px;
	overflow:hidden;
	}
	
	.logo{width:500px;}
	
	/* グリッド全体 */
	.gridWrapper{
	display:table;
	border-collapse:separate;
	border-spacing:0px;
	}
	
	/* グリッド */
	.grid{
	width:320px;
	display:table-cell;
	}

}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
         -o-box-sizing:border-box;
        -ms-box-sizing:border-box;
            box-sizing:border-box;
	}
	
	.kumiImg {
	position: relative!important;
	object-fit: cover;
	width: 100%;
	height:  120px;
}

.kumiImg img {
	height:  120px;
	width: 100%;
	object-fit: cover;
	object-position:left center;
}

.kumiImg h1 {
	position: absolute!important;
	top:0;
	font-size: 200%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: rgba(13,13,13,0.5);
	padding: 3px;
	margin-left: 10px;
	z-index: 100;
}
	
	#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
  border:1px solid #e4e4e4;
	border-left:0;
	border-right:0;
	}

	#mainNav a.menu{
	color:#555;
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	#mainNav a#menu span{
	padding-left:10px;
	}
	#mainNav a.menu span:before{content:"≡ ";}
	#mainNav a.menuOpen span:before{content:"× ";}

	#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display:none;
	width:100%;
	position:relative;
	right:0;
	top:0;
	z-index:1;
	}
	
	#mainNav ul{margin:0;padding:0;}

  #mainNav li{
	float:none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	#mainNav li a,#mainNav li.current-menu-item li a{
	color:#555;
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
 	#mainNav li a span{padding-left:10px;}
	
	
	#mainNav ul > li:last-child a{border:0;}
	#mainNav li li:last-child a{border-bottom:1px dashed #ccc;}
 
	#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item a,#mainNav li a:active, #mainNav li li.current-menu-item a, #mainNav li.current-menu-item li a:hover, #mainNav li.current-menu-item li a:active{
	color:#555;
	}

	#mainNav li li{
	float:left;
	border:0;
	}

	#mainNav li li a, #mainNav li.current-menu-item li a, #mainNav li li.current-menu-item a{
	padding-left:40px;
	background:url(images/sub1.png) no-repeat 20px 18px;
	}

	#mainNav li li.current-menu-item a,#mainNav li li a:hover, #mainNav li.current-menu-item li a:hover{background:url(images/sub1.png) no-repeat 20px -62px;}

	#mainNav li li:last-child a{background:url(images/subLast.png) no-repeat 20px 20px;}
	#mainNav li li:last-child.current-menu-item a,#mainNav li li:last-child a:hover,#mainNav li.current-menu-item li:last-child a:hover{background:url(images/subLast.png) no-repeat 20px -65px;}

	nav div.panel{float:none;}
	
	#header{padding-left:10px;}
	
	#main{padding-top:15px;}
	section.toppage{margin:0;}
	#sidebar{padding-bottom:15px;}
	#sidebar article{padding:7px 8px;}
	
	#footer .grid,#footer ul.footnav{float:none;width:100%;text-align:center;}
	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	float:left;
	width:32%;
	margin:10px 0 0 1%;
	}

	#footer .grid img,#footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	#footer.logo,#footer .info{width:100%;float:none;}
	#footer .logo p{float:none;display:block;	}
	#footer .logo img{float:none;padding:0;}
}


@media only screen and (max-width:640px){
	#header{height:auto;padding-bottom:20px;}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{clear:both;width:100%;float:none;}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright,img.alignleft,img.alignright{float:none;display:block;margin:0 auto 10px;}

}


@media only screen and (max-width:480px){
	.grid{width:100%;margin:10px 0;}
	.box img{max-width:100px!important;}
	.box2 img{
		max-width:200px!important;
		margin-right: 10px;
		float: left!important;
	}
	
	#mainBanner h2,#mainBanner p{font-size:80%;}
}


#wrapper #main #post-250 .heading2 {
    border-bottom : 1px solid #ccc;
    font-size: 15px;
	font-weight: bold;
}

.r-btns {
	text-align: center;
	margin:0 0 40px 0!important;
}
.r-btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #d27d00;/*線色*/
	width: 80%;
	text-align: center;
	font-size: 16px;
}
.r-btn a { color: #ccc; }

/*.r-btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/*講座詳細
/*-----------------------------------------*/
.teacherBox {
	overflow: hidden!important;
	height: 100%;
	margin: 0 0 20px 0;
	
	padding-bottom: 20px;
}

.teacher .test{
	overflow: hidden!important;
}

.teacher__name { 
	font-size: 14px;
	margin-bottom: 20px;
	
}

.teacher__name dt{ 
	display: inline; 
	background-color: #ffc06e;
	padding: 2px;
}
.teacher__name dd{ display: inline; }

.teacher__h3 {
    /*padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;*/
	border-top: #ddd 1px solid;
    border-left: solid 10px #ffc06e;
	padding: 5px 0 5px 7px!important;
	margin-top: 50px!important;
}

.teacher__h3 p {
    margin: 0; 
    padding: 0;
}
.teacher__h3 :first-child{
	margin-top: 0px!important;
}

.teacherBox .imgbox {
	text-align: center;
}
.teacherBox h4 {
	font-size: 16px;
	margin:0 0 20px 0;
}

.teacher__img {
	max-width: 140px!important;
	max-height: 140px!important;
	
	margin: 0 auto;
	text-align: center;
}

.teacher .contents {
	clear: both;
}

@media only screen and (min-width:640px){
	.teacher__img {
	float:right;
	margin: 0 20px;
	
	}
	
	.teacherBox {
		overflow: hidden!important;
		height: 100%;
		margin: 0 0 10px 0;
		border-bottom: #ccc dashed 1px;
		padding-bottom: 10px;
	}
	
}
@media only screen and (min-width:640px){
	
}

.classroomId { 
	float: left;
	width: 5em;
	margin: 0 0.5em 0  0;
}

.classroomId li {
	background-color: #0572AF;
	text-align: center;
	padding: 2px;
	color: #FFFFFF;
	margin-top: 3px;
}

.classroomId li:first-child {margin-top: 0!important;}

.classroomDate {
	background-color: #B10002;
	color: #FFFFFF;
	text-align: right ;
	font-weight: bold;
	font-size: 16px;
	padding:  0 10px 0 0!important;
}

.classroom .post h3 {
	background-color: #E6E6E6;
}

.classroom p {
	font-size: 13px!important;
}


/* リストスタイル
*/
.noneListStyle li {
	list-style: none!important;
	list-style-type: none!important;
}

.discListStyle li {
	list-style: disc!important;
	list-style-position: outside;
	margin-left: 1em;
}

.olTypeLowerLatin li {
	list-style-type: lower-latin!important;
	margin: 0!important;
	line-height: 2!important;
}

.olTypeUpperRoman li {
	list-style-type: upper-roman!important;
}

.olTypeDecimal li {
	list-style-type: decimal!important;
}

.sidebar__menu ul  {
	margin: 0 0 0 2em!important;
	padding: 0!important;
}
.sidebar__menu ul li{ margin: 0!important ; padding: 0; !important; }



