@charset "utf-8";


/* 共通項目
---------------------------------------------------- */

	/* 全体 */

#container	{
	width: 960px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	text-align: center;
}

@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	/*-- BODY --*/
	html{ font-size: 62.5%;	}

	body {
	background-image:none;
	font-size: 1.4rem;
	word-break: break-all !important;
	-webkit-text-size-adjust: 100%;
	}

	img {
    max-width:100%;
	height:auto;
	}

	#container {
	width: auto;
	}

	#container #mainContent h1,
	#container #mainContent h2,
	#container #mainContent h3,
	#container #mainContent h4,
	#container #mainContent h5,
	#container #mainContent h6,
	#container #mainContent div,
	#container #mainContent p,
	#container #mainContent ul,
	#container #mainContent li,
	#container #mainContent ol,
	#container #mainContent dl,
	#container #mainContent dt,
	#container #mainContent dd,
	#container #mainContent table,
	#container #mainContent th,
	#container #mainContent td,
	#container #mainContent form,
	#container #mainContent blockquote {
	font-size: 1.3rem;
	}
}


/* ヘッダー
---------------------------------------------------- */

#header {
	width: 960px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
	position: relative;
}

	/* タグライン */

#header #siteid {
	position:relative;
	margin: 0;
	padding: 0;
	width:267px;
	float:left;
}

#header #siteid h1 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight:normal;
	line-height:110%;
	max-height:25px;
	overflow:hidden;
}

#header #site_read {
	margin: 0;
	padding: 0;
	border:#EAF2E1 3px solid;
	border-left:#EAF2E1 10px solid;
	border-right:#EAF2E1 10px solid;
	width:414px;
	float:right;
	position:relative;
	top:30px;
}

#header #site_read h2 {
	margin: 0px 20px;
	padding: 0;
	font-size: 10px;
	font-weight:normal;
	line-height:120%;
	text-align:center;
	color:#648901;
	position:relative;
}

#header #description {
	margin: 0;
	padding: 0;
	border:#EAF2E1 3px solid;
	border-left:#EAF2E1 10px solid;
	border-right:#EAF2E1 10px solid;
	width:414px;
	float:right;
	position:relative;
	top:30px;
}

#header #description p {
	margin: 0px 20px;
	padding: 0;
	font-size: 10px;
	font-weight:normal;
	line-height:120%;
	text-align:center;
	color:#648901;
	position:relative;
}

@media only screen and (max-width:640px){
	#header #description {
	display: none;
	}
}

#header br {
	clear:both;
}


	/* はじめての方へ～ */

#headerNavi {
	position: absolute;
	right:0;
	margin: 0;
	padding: 0;
}

#headerNavi i {
	color:#70a946;
}

	/* はじめての方へ～：リスト */
	
#header #headerNavi ul {
	margin: 0;
	padding: 0;
	display:inline-block;
	text-align:right;
}

#header #headerNavi li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type:none;
	display:inline-block;
	text-align:right;
	font-size: 12px;
}

#header #headerNavi li:first-child {
	margin: 0;
}

@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	#headerNavi {
	position:relative;
	top:0;
	margin: 0 0 20px 0;
	padding: 0;
	width:100%;
	height: auto;
	float: none;
	border-bottom: 1px solid #d8e8cb;
	}

	/* はじめての方へ～：リスト */
	
	#header #headerNavi ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	list-style-type:none;
	overflow:hidden;
	}

	#header #headerNavi li {
	display:block;
	margin: 0;
	padding: 30px 0 22px 0;
	position: relative;
	text-indent: 0;
	font-size:0.9rem;
	float:left;
	text-align:center;
	height: auto;
	}

	#header #headerNavi li a {
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px 0 22px 0;
	}

	#header #headerNavi li:nth-child(1) {
	width: 25%;
	border-right: 1px solid #d8e8cb;
	}

	#header #headerNavi li:nth-child(2) {
	left: auto;
	width: 25%;
	border-right: 1px solid #d8e8cb;
	}

	#header #headerNavi li:nth-child(3) {
	left: auto;
	width: 24%;
	border-right: 1px solid #d8e8cb;
	}

	#header #headerNavi li:nth-child(4) {
	left: auto;
	width: 24%;
	}

	#header #headerNavi li i {
	display:block;
	margin: 0 auto 8px auto;
	padding: 0;
	font-size:18px;
	}

}

@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	#header {
	width: auto;
	padding: 0;
	}

	#header #siteid {
	width: auto;
	float: none;
	}

	#header #siteid h1 {
	display:none;
	}

	#header #site_read {
	display:none;
	}
}

	/* ロゴ */

#Logo {
	margin: 3px 0 13px 0;
	padding: 0;
	text-align:left;
	width:267px;
	float:left;
}

@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	#header #Logo {
	clear:both;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 200px;
	height:22px;
	float:none;
	}

	#header #Logo a {
	display:block;
	margin: 0 auto;
	padding: 0;
	width: 200px;
	height:22px;
	background:url(../../common/images/title_sp.png) center center no-repeat;
	background-size:200px 22px;
	}

	#header #Logo img {
	display:none;
	}
}

	/* エリア別TABナビ */
	
#areaNavi	{
	margin: 0;
	padding: 0;
	width: 960px;
	border-bottom: 4px solid #3f832f;
	text-align: left;
}

#areaNavi ul {
	width: 500px;
	height: 50px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	letter-spacing: -.40em;
}

#areaNavi li {
	margin: 0 5px 0 0;
	padding: 0;
	display:inline-block;
	letter-spacing: normal;
}

#areaNavi li a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding:0 10px;
	text-align:center;
	color:#fff;
	width:100px;
	height: 50px;
	line-height:50px;
	overflow:hidden;
	box-sizing:border-box;
}

#areaNavi li a:hover {
	transition: 0.3s ease-in-out;  
	opacity: 0.7;
}

#areaNavi li a {
	text-decoration: none;
	display: block;
	margin: 0;
	padding:0 10px;
	text-align:center;
	color:#fff;
	width:100px;
	height: 50px;
	line-height:50px;
	overflow:hidden;
	box-sizing:border-box;
	background:#8dc21f;
}

#areaNavi li#TabNv01a a,
#areaNavi li#TabNv02a a,
#areaNavi li#TabNv03a a {
	background:#3f832f;
}

#areaNavi li#TabNv06 {
	margin: 0 0 0 10px;
}

#areaNavi li#TabNv06 a {
	width:140px;
	background:#2769c1;
	font-size:1.3rem;
}


@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	#areaNavi	{
	width: 100%;
	margin: 20px 0 16px 0;
	padding: 0;
	border:none;
	text-align: center;
	}

	#areaNavi ul {
	width: 100%;
	height: auto;
	overflow:hidden;
	display:table;
	box-sizing: border-box;
	letter-spacing: normal;
	}

	#areaNavi li {
	margin: 0;
	padding: 0;
	display:table-cell;
	width: 25%;
	vertical-align:middle;
	text-align:center;
	font-size:1.3rem;
	line-height:1.15;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	}

	#areaNavi li a {
	display: block;
	margin: 0;
	padding:0 6px;
	text-align:center;
	color:#fff;
	width:100%;
	overflow:hidden;
	box-sizing:border-box;
	font-size:1.3rem;
	}

	#areaNavi li a:hover {
	transition: 0.3s ease-in-out;  
	opacity: 0.7;
	}

	#areaNavi li#TabNv06 {
	margin: 0;
	font-size:1.2rem;
	}

	#areaNavi li#TabNv06 a {
	width:100%;
	font-size:1.2rem;
	}

	#areaNavi li#TabNv06 a span {
	display:none;
	}
}


	/* ソーシャルボタン：20130207 */

#areaNavi div #sns2 {
	width: 153px;
	height: 25px;
	margin:  0;
	padding: 0;
	float:right;
}

#areaNavi div #sns2 ul {
	position: relative;
	width: 153px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#areaNavi div #sns2 li {
	position: relative;
	text-indent: 0;
	margin: 0;
	padding: 0;
	float:left;
}

#areaNavi div #sns2 li a {
	display: inline;
	height: 25px;
}

#areaNavi div #sns2 li img {
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}

a:hover img.snsbtn2{
-moz-opacity:0.6;
opacity:0.6;
filter: alpha(opacity=60);
}

#areaNavi div #sns2 #tw {
	width: 28px;
}

#areaNavi div #sns2 #fb {
	width: 125px;
}


	/* 検索 */
	
#headerSsearch	{
	clear:both;
	margin: 0;
	padding: 5px 0;
	width: 960px;
	text-align: right;
	background:#e5e5e5;
}

@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	#headerSsearch {
	display:none;
	}
}

#headerSsearch form	{
	margin: 0;
	padding: 0 10px;
}

#headerSsearch #keyword	{
	width: 300px;
	height:32px;
	font-size:13px;
	margin: 0;
	padding: 1px 4px;
	border:0;
	box-sizing: border-box;
}

#keyword2 {
	width: 300px;
	height:32px;
	font-size:13px;
	margin: 0;
	padding: 1px 4px;
	border:0;
	box-sizing: border-box;
}

#headerSsearch #cmp_area_type {
	width: 160px;
	height:32px;
	margin: 0;
	padding: 1px;
	font-size:13px;
	border:0;
	box-sizing: border-box;
}

#headerSsearch #submitbtn {
	color: #ffffff;
	background: #535353;
	width: 50px;
	height:32px;
	padding: 4px 6px;
	cursor: pointer;
	font-family: FontAwesome;
	border:none;
	text-align:center;
	box-sizing: border-box;
}

#submitbtn2 {
	color: #ffffff;
	background: #535353;
	width: 50px;
	height:32px;
	padding: 4px 6px;
	cursor: pointer;
	font-family: FontAwesome;
	border:none;
	text-align:center;
	box-sizing: border-box;
}


/* フッター
---------------------------------------------------- */

	/* フッター */

.footer	{
	clear: both;
	width: 960px;
	margin: 0;
	padding: 12px 0 5px 0 ;
	background: url(../images/footer_line.gif) repeat-x;
}

.footer p {
	text-align: center;
	margin: 0 0 0 5px;
	padding: 0 0 0 13px;
	font-size: 80%;
}

#footer p {
	font-size: 80%;
}

@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	.footer	{
	width: auto;
	margin:0 10px;
	}

	.footer p {
	width: auto;
	margin:0 10px;
	font-size: 0.9rem;
	text-align:center;
	}

	.footer-area-link	{
	display: none;
	}

	.footer-univ-link	{
	display: none;
	}
}


	/* 著作者情報 */

address {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-style: normal;
}

@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	address {
	margin:0 10px;
	padding: 0 10px;
	font-size: 0.8rem !important;
	}
}



/* その他共通
---------------------------------------------------- */

	/* ページの先頭へ */

.gopagetop	{
	margin: 0;
	padding: 0;
	text-align:right;
	clear:both;
}

.gopagetop p	{
	margin: 0;
	padding: 25px 5px 5px 5px;
	text-align:right;
	font-size: 85%;
	clear:both;
}

	/* ページの先頭へ：右側エリア */

.Lgopagetop	{
	margin: 25px 5px 5px 5px;
	padding: 0;
	text-align:right;
	clear:both;
}

.Lgopagetop p	{
	margin: 0;
	padding: 0;
	text-align:right;
	font-size: 85%;
}


/* トピックパス
---------------------------------------------------- */

#path {
	width:960px;
	margin: 5px 0 0 0;
	padding: 0;
	clear:both;
}

@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	#path {
	display:none;
	}
}

	/* トピックパス */

#path #topicPath {
	width:640px;
	margin: 0;
	padding: 0;
	float:left;
}

#path #topicPath p {
	margin: 0;
	padding: 0 10px;
	float:left;
	text-align:left;
	font-size:90%;
}

	/* 資料請求リスト */

#path #listBtn {
	margin: 0;
	padding: 0;
	float:right;
}

#path #listBtn p {
	margin: 0;
	padding: 0;
}

#path #listBtn a {
	display:block;
	margin: 0;
	padding:10px 24px;
	background:#83b633;
	color:#fff;
	border-radius:3px;
	font-size:90%;
}

#path #listBtn  a:hover {
	transition: 0.3s ease-in-out;  
	opacity: 0.7;
}



/* メインコンテンツ
---------------------------------------------------- */

	/* メインコンテンツ */

#mainContent {
	margin: 10px 0 0 0;
	padding: 0;
	text-align:left;
	clear:both;
}

	/* メインコンテンツ：右エリア */

#mainContent #rightBody {
	width:700px;
	margin: 0;
	padding: 0 0 30px 0;
	float:right;
	text-align: left;
}

@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	#mainContent #rightBody {
	width: auto;
	margin:0 10px;
	float:none;
	}
}

	/* メインコンテンツ：左ナビエリア */

#mainContent #leftBody {
	width:220px;
	margin: 0;
	padding: 0 0 10px 0;
	float:left;
	text-align: left;
}

@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	#mainContent #leftBody {
	width: auto;
	margin:0 10px;
	float:none;
	}
}



/* メインコンテンツ：左ナビエリア
---------------------------------------------------- */

	/* スタッフからひとこと */

#mainContent #leftBody #staff {
	margin: 0 0 10px 0;
	padding: 0;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody #staff {
	display: none;
	}
}

#mainContent #leftBody #staff dl  {
	margin: 0;
	padding: 0;
}

#mainContent #leftBody #staff dt  {
    width: 100%;
    margin: 0;
    padding: 0;
}

#mainContent #leftBody #staff dt span {
	display:block;
    position: relative;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #83b633;
    font-size: 11px;
	color:#fff;
	text-align:center;
}

#mainContent #leftBody #staff dt span:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top: 4px solid #83b633;
    border-right: 4px solid #83b633;
}

#mainContent #leftBody #staff dd  {
	margin: 8px 0 0 0;
	padding: 0 2px;
	font-size:85%;
	line-height:1.5;
}

	/* 資料請求 */

#mainContent #leftBody #Book  {
	margin: 0 0 10px 0;
	padding:0;
}

#mainContent #leftBody #Book a  {
	display:block; 
	margin: 0 0 10px 0;
	padding:22px 14px;
	background:#ff9900;
	color:#fff;
	border-radius:3px;
	font-size:24px;
	box-sizing: border-box;
	width:220px;
	height:100px;
	overflow:hidden;
	text-align:center;
}

#mainContent #leftBody #Book span  {
	display:block; 
	margin: 0 auto;
	padding:0;
	text-align:center;
	font-size:12px;
}

#mainContent #leftBody #Book a:hover {
	transition: 0.3s ease-in-out;  
	opacity: 0.7;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody #Book a  {
	width: 100%;
	height:80px;
	padding:12px 14px;
	}
	
	#mainContent #leftBody #Book span  {
	font-size:1.4rem;
	}

}

		/* facebook */

#mainContent #leftBody .left-fb {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody .left-fb {
		width: 100%;
        max-width: 500px;
	}
}


	/* 学びの相談窓口 */

#mainContent #leftBody .BnrOt  {
	margin: -3px 0 10px 0;
	padding: 0;
}

#mainContent #leftBody .BnrOt img  {
	vertical-align:bottom;
}



	/* Ｂｏｘ（緑）汎用 */

#mainContent #leftBody .gBox {
	width:220px;
	margin: 0 0 10px 0;
	padding: 0 0 1px 0;
	background: url(../images/left_green_bg.gif) repeat-y;
	border-bottom: 1px solid #d9e9c0;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody .gBox {
	width: auto;
	background-image:none;
	border-top: 1px solid #d9e9c0;
	border-left: 1px solid #d9e9c0;
	border-right: 1px solid #d9e9c0;
	}
}


#mainContent #leftBody .gBox .gInBox  {
	width:220px;
	margin: 0;
	padding: 0 0 0 0;
	background: url(../images/left_green_bg_wt.gif) left top no-repeat;
}


@media only screen and (max-width:640px){
	#mainContent #leftBody .gBox .gInBox  {
	width: auto;
	background-image:none;
	}
}

#mainContent #leftBody .gBox .gInBox h2  {
	margin: 0;
	padding: 2px;
}

#mainContent #leftBody .gBox .gInBox ul {
	margin: 0;
	padding: 5px 10px 0 10px;
	list-style-type:none;
}

#mainContent #leftBody .gBox .gInBox .dLine {
	margin: 5px 0 0 0;
	padding: 12px 10px 0 10px;
	list-style-type:none;
	background: url(../images/line_d_160.gif) center top repeat-x;
}

#mainContent #leftBody .gBox .gInBox li {
	margin: 0;
	padding: 0 0 6px 13px;
	background: url(../images/arw_green.gif) no-repeat 0px 0.1em;
	font-size:90%;
	line-height:130%;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody .gBox .gInBox li {
	margin: 0 2px 0 0;
	padding: 0;
	font-size:1.4rem;
	background-image:none;
	}
	#mainContent #leftBody .gBox .gInBox li a {
	display:block;
	width:100%;
	margin: 0;		
	padding: 10px 0 10px 13px;
	background: url(../images/arw_green.gif) no-repeat 0px 0.9em;
	}
}


#mainContent #leftBody .gBox .gInBox p {
	margin: 0;
	padding: 0 10px 0.5em 10px;
	font-size:90%;
	line-height:130%;
}

#mainContent #leftBody .gBox .gInBox .star {
	margin: 0;
	padding: 0 0 6px 13px;
	background: url(../images/arw_green_star.gif) no-repeat 0px 0.1em;
	font-size:90%;
	line-height:130%;
	font-weight:bold;
}


#mainContent #leftBody .gBox .gInBox .reco {
	padding: 0 47px 0 0;
	background: url(../images/icon_img/reco_s.gif) right center no-repeat;
}




	/* Ｂｏｘ（赤）汎用 */

#mainContent #leftBody .gBox_r {
	width:220px;
	margin: 0 0 10px 0;
	padding: 0 0 1px 0;
	background: url(../images/left_red_bg.png) repeat-y;
	border-bottom: 1px solid #e9c0cb;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody .gBox_r {
	width: auto;
	background-image:none;
	border-top: 1px solid #e9c0cb;
	border-left: 1px solid #e9c0cb;
	border-right: 1px solid #e9c0cb;
	}
}


#mainContent #leftBody .gBox_r .gInBox_r  {
	width:220px;
	margin: 0;
	padding: 0 0 0 0;
	background: url(../images/left_red_bg_wt.png) left top no-repeat;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody .gBox_r .gInBox_r  {
	width: auto;
	background-image:none;
	}
}

#mainContent #leftBody .gBox_r .gInBox_r h2  {
	margin: 0;
	padding: 2px;
}

#mainContent #leftBody .gBox_r .gInBox_r ul {
	margin: 0;
	padding: 5px 10px 0 10px;
	list-style-type:none;
}

#mainContent #leftBody .gBox_r .gInBox_r .dLine {
	margin: 5px 0 0 0;
	padding: 12px 10px 0 10px;
	list-style-type:none;
	background: url(../images/line_d_160.gif) center top repeat-x;
}

#mainContent #leftBody .gBox_r .gInBox_r li {
	margin: 0;
	padding: 0 0 6px 13px;
	background: url(../images/arw_red.png) no-repeat 0px 0.1em;
	font-size:90%;
	line-height:130%;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody .gBox_r .gInBox_r li {
	margin: 0 2px 0 0;
	padding: 0;
	font-size:1.4rem;
	background-image:none;
	}
	#mainContent #leftBody .gBox_r .gInBox_r li a {
	display:block;
	width:100%;
	margin: 0;		
	padding: 10px 0 10px 13px;
	background: url(../images/arw_red.png) no-repeat 0px 0.9em;
	}
}


	/* 地域別マップ */

#mainContent #leftBody .gBox .gInBox #areaMap {
	margin-top: 5px;
}


@media only screen and (max-width:640px){
	#mainContent #leftBody .gBox .gInBox #areaMap {
	text-align:center;
	}
}


	/* h2 */

		/* ジャンル別 */

#mainContent #leftBody h2.side-title-genre {
	margin: 0;
	padding: 2px;
	background: url(../images/t_genre.gif) 2px 2px no-repeat;
	text-indent:-9999em;
	width:216px;
	height:31px;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody h2.side-title-genre {
	margin:0 0 8px 0 !important;
	padding:6px 0 6px 26px !important;
	font-size:1.5rem;
	background:#f4fae2 url(../images/top_img/top_title_icon_01.png) 5px 0.5em no-repeat;
	border-bottom:2px solid #70a946;
	box-shadow: 
	0px 2px 0px 0px #fff,
	0px 4px 2px -2px rgba(0,0,0,.3);
	text-indent:0;
	width:auto;
	height:auto;
	}
}

		/* 地域別 */

#mainContent #leftBody h2.side-title-area {
	margin: 0;
	padding: 2px;
	background: url(../images/t_area.gif) 2px 2px no-repeat;
	text-indent:-9999em;
	width:216px;
	height:31px;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody h2.side-title-area {
	margin:0 0 8px 0 !important;
	padding:6px 0 6px 26px !important;
	font-size:1.5rem;
	background:#f4fae2 url(../images/top_img/top_title_icon_01.png) 5px 0.5em no-repeat;
	border-top: 1px solid #d9e9c0;
	border-bottom:2px solid #70a946;
	box-shadow: 
	0px 2px 0px 0px #fff,
	0px 4px 2px -2px rgba(0,0,0,.3);
	text-indent:0;
	width:auto;
	height:auto;
	}
}

		/* 遊学のガイド */

#mainContent #leftBody h2.side-title-guide {
	margin: 0;
	padding: 2px;
	background: url(../images/t_guide.gif) 2px 2px no-repeat;
	text-indent:-9999em;
	width:216px;
	height:31px;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody h2.side-title-guide {
	margin:0 0 8px 0 !important;
	padding:6px 0 6px 26px !important;
	font-size:1.5rem;
	background:#f4fae2 url(../images/top_img/top_title_icon_08.png) 5px 0.5em no-repeat;
	border-bottom:2px solid #70a946;
	box-shadow: 
	0px 2px 0px 0px #fff,
	0px 4px 2px -2px rgba(0,0,0,.3);
	text-indent:0;
	width:auto;
	height:auto;
	}
}

		/* 関連リンク集 */

#mainContent #leftBody .gBox .gInBox h2.side-title-link {
	margin: 0;
	padding: 2px;
	background: url(../images/t_link.gif) 2px 2px no-repeat;
	text-indent:-9999em;
	width:216px;
	height:31px;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody .gBox .gInBox h2.side-title-link {
	margin:0 0 8px 0 !important;
	padding:6px 0 6px 26px !important;
	font-size:1.5rem;
	background:#f4fae2 url(../images/top_img/top_title_icon_06.png) 5px 0.5em no-repeat;
	border-bottom:2px solid #70a946;
	box-shadow: 
	0px 2px 0px 0px #fff,
	0px 4px 2px -2px rgba(0,0,0,.3);
	text-indent:0;
	width:auto;
	height:auto;
	}
}

		/* 公開講座ご担当者様へ */

#mainContent #leftBody h2.side-title-times {
	margin: 0;
	padding: 2px;
	background: url(../images/t_times_r.png) 2px 2px no-repeat;
	text-indent:-9999em;
	width:216px;
	height:31px;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody h2.side-title-times {
	margin:0 0 8px 0 !important;
	padding:6px 0 6px 26px !important;
	font-size:1.5rem;
	background:#fae2ec url(../images/top_img/top_title_icon_03_r.png) 5px 0.5em no-repeat;
	border-bottom:2px solid #a9464f;
	box-shadow: 
	0px 2px 0px 0px #fff,
	0px 4px 2px -2px rgba(0,0,0,.3);
	text-indent:0;
	width:auto;
	height:auto;
	}
}

		/* リンク */

#mainContent #leftBody h2.side-title-link2 {
	margin: 0;
	padding: 2px;
	background: url(../images/t_link2.gif) 2px 2px no-repeat;
	text-indent:-9999em;
	width:216px;
	height:31px;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody h2.side-title-link2 {
	margin:0 0 8px 0 !important;
	padding:6px 0 6px 26px !important;
	font-size:1.5rem;
	background:#f4fae2 url(../images/top_img/top_title_icon_06.png) 5px 0.5em no-repeat;
	border-bottom:2px solid #70a946;
	box-shadow: 
	0px 2px 0px 0px #fff,
	0px 4px 2px -2px rgba(0,0,0,.3);
	text-indent:0;
	width:auto;
	height:auto;
	}
}



	/* バナー */

#mainContent #leftBody #Bnr {
	width: 220px;
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type:none;
}

#mainContent #leftBody #Bnr li {
	margin: 0 0 5px 0;
	padding: 0;
}

#mainContent #leftBody #Bnr img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody #Bnr {
	width:100%;
	}

	#mainContent #leftBody #Bnr li {
	text-align:center;
	}
}

.br_non {
	margin:0;
	padding:0;
	line-height:0;
}


	/* 大人の学び☆ニュース */

#mainContent #leftBody #otonews  {
	margin: 16px 0 10px 0;
	padding: 5px 0 0 0;
	border: 1px solid #d9e9c0;
	width:100%;
	overflow:hidden;
}

#leftBody > #otonews  {
	margin: 0 0 10px 0 !important;
}

#mainContent #leftBody #otonews h2  {
	margin: 0;
	padding: 0;
}

#mainContent #leftBody #otonews h2 a  {
	display:block;
	margin: 0 auto;
	padding: 0;
	background:url(../images/sidemenu/blog_new_title.png) center top no-repeat;
	width:190px;
	height:18px;
	text-indent:-9999em;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody #otonews h2 a  {
	margin: 0 auto;
	padding: 0;
	background:url(../images_sp/blog_new_title_sp.png) center top no-repeat;
	background-size: 150px 14px;
	width:150px;
	height:14px;
	}
}

#mainContent #leftBody #otonews ul  {
	margin: 0;
	padding: 0;
}

#mainContent #leftBody #otonews li  {
	margin: 0;
	padding: 10px 9px 12px 9px;
	list-style:none;
	border-bottom: 1px solid #d9e9c0;
}

#mainContent #leftBody #otonews li:last-child  {
	border-bottom: none;
}

#mainContent #leftBody #otonews li .entryimage {
	margin: 0 0 4px 0;
	padding: 0;
	text-align:center;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody #otonews li .entryimage {
	margin: 0 0 4px 10px;
	padding: 0;
	float:right;
	text-align:right;
	}
	
	#mainContent #leftBody #otonews li .entryimage img {
	width:80px;
	height:auto;
	}
}

#mainContent #leftBody #otonews li .entrytitle  {
	margin: 0 0 4px 0;
	padding: 0;
	font-size:1.3rem;
	font-weight:bold;
}

#mainContent #leftBody #otonews li .entrytxt  {
	margin: 0 0 4px 0;
	padding: 0;
	font-size:1.1rem;
}

#mainContent #leftBody #otonews li .date  {
	margin: 0;
	padding: 0;
	font-size:85%;
	color:#3f832f;
	font-weight:bold;
}

#mainContent #leftBody #otonews li .cate  {
	margin: 0;
	padding: 0;
	font-size:1.1rem;
	color:#3f832f;
}


/* left_bnr */

#mainContent #leftBody #left_bnr {
	margin: 16px 0 20px 0;
	padding: 0;
}

#mainContent #leftBody #left_bnr ul  {
	margin: 0;
	padding: 0;
	width:100%;
}

#mainContent #leftBody #left_bnr li  {
	margin:10px 0 0 0;
	padding: 0 0 0;
	list-style:none;
}

#mainContent #leftBody #left_bnr li img  {
	width:100%;
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody #left_bnr {
	margin: -10px -5px 20px -5px;
	padding: 0;
	}

	#mainContent #leftBody #left_bnr ul  {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width:100%;
	}
	
	#mainContent #leftBody #left_bnr li  {
	width:calc(33.3% - 10px) ;
	margin: 10px 5px 0 5px;
	}

	#mainContent #leftBody #left_bnr li img  {
	width:100%;
	max-width:220px;
	height: auto;
	}
}

@media only screen and (max-width:480px){	
	#mainContent #leftBody #left_bnr {
	margin: -10px 0 20px 0;
	padding: 0;
	}
	#mainContent #leftBody #left_bnr ul  {
	justify-content: space-between;
	}

	#mainContent #leftBody #left_bnr li  {
	width:calc(50% - 5px) ;
	margin: 10px 0 0 0;
	}
}

	/* プライバシーマーク */

#mainContent #leftBody #p_mark {
	margin: 30px 0 10px 0;
	padding: 0;
}

#mainContent #leftBody #p_mark p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size:85%;
}

#mainContent #leftBody #p_mark p img {
	width: 100px;
	height: 100px;
}

@media only screen and (max-width:640px){
	#mainContent #leftBody #p_mark {
	margin: 20px 0 10px 0;
	}

	#mainContent #leftBody #p_mark p img {
	width: 50px;
	height: 50px;
	}
}


	/* A8バナー 80幅*2 */

#mainContent #leftBody .AflBnr80 {
	width: 220px;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#mainContent #leftBody .AflBnr80 li {
	width: 84px;
	margin: 0 0 15px 0;
	padding: 0;
	float: left;
}

#mainContent #leftBody .AflBnr80 .lastc {
	float: right;
}

#mainContent #leftBody .AflBnr80 li img {
	display:block;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

	/* A8バナー 120幅*1 */

#mainContent #leftBody .AflBnr120 {
	width: 220px;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#mainContent #leftBody .AflBnr120 li {
	margin: 0 0 8px 0;
	padding: 0;
}

#mainContent #leftBody .AflBnr120 li img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


	/* A8バナー (txt) */

#mainContent .AflBnr_txt {
	margin:10px 5px 15px 5px;
	padding:10px 20px 5px 20px;
	border:1px solid #ccc;
}

#mainContent .AflBnr_txt p {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size:110%;
}


	/* A8バナー (txt：講座詳細ページ) */

#mainContent .AflBnr_txt_d {
	margin:0 20px 10px 20px;
	padding:10px 20px 5px 20px;
	border:1px solid #ccc;
}

#mainContent .AflBnr_txt_d p {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size:110%;
}



/* 既存デザインのCSS */

/* システム・講座一覧
---------------------------------------------------- */

/* タイトル */

.title {
	padding:12px 10px 12px 12px;
	margin:0px 0px 5px 0px;
	background:#1f7530;
	border-radius:2px;
	border-bottom:3px solid #99C854;
}

.title_red {
	padding:12px 10px 12px 12px;
	margin:0px 0px 5px 0px;
	background:#3d3d3d;
	border-radius:2px;
	color:#fff;
	border-bottom:3px solid #e20d11;
}

.title_blue {
	padding:12px 10px 12px 12px;
	margin:0px 0px 5px 0px;
	background:#3d3d3d;
	border-radius:2px;
	color:#fff;
	border-bottom:3px solid #3366cc;
}

.title_orange {
	padding:12px 10px 12px 12px;
	margin:0px 0px 5px 0px;
	background:#3d3d3d;
	border-radius:2px;
	color:#fff;
	border-bottom:3px solid #f9a223;
}

.title_green {
	padding:12px 10px 12px 12px;
	margin:0px 0px 5px 0px;
	background:#3d3d3d;
	border-radius:2px;
	color:#fff;
	border-bottom:3px solid #99C854;
}


.title h2 {
	color:#fff;
	font-size:14px;
}

.title2 h2 {
	padding:10px 10px 10px 12px;
	margin:0px 0px 15px 0px;
	background:#1f7530;
	border-radius:2px;
	color:#fff;
	font-size:14px;
	border-bottom:3px solid #99C854;
}


@media only screen and (max-width:640px){
	.title h2,
	.title2 h2,
	.title_red h2,
	.title_blue h2,
	.title_orange h2,
	.title_green h2 {
	font-size:15px !important;
	}
}


#detail_box .title {
	background-color:#fff;
	border-radius:0;
	background-repeat:no-repeat;
	border-bottom:0;
}

.submit {
	padding-top:2px;
}

#serch_result h6 {
	margin-left:10px;
}

.serch_result_line {
	border-bottom:2px dotted #99C854;
	margin:5px 0 15px 0;
}

.srpl_left {
	float:left;
	width:300px;
	font-weight: normal;
	font-size:1.8rem;
	color:#749F33;
}

.srpl_right {
	float:right;
	font-size:12px;
}

.title_sub {
	margin:40px 0px 16px 0px;
	padding:4px 0px 0 12px;
	background-image:none;
	border-bottom:dotted 2px #214522;
	border-left: solid 6px #99c854;
	line-height:1;
}

.title_sub_red {
	margin:30px 0px 10px 0px;
	padding:4px 0px 0 12px;
	background-image:none;
	border-bottom:dotted 2px #214522;
	border-left: solid 6px #e20d11;
	line-height:1;
}

.title_sub_blue {
	margin:30px 0px 10px 0px;
	padding:4px 0px 0 12px;
	background-image:none;
	border-bottom:dotted 2px #214522;
	border-left: solid 6px #3366cc;
	line-height:1;
}

.title_sub_orange {
	margin:30px 0px 10px 0px;
	padding:4px 0px 0 12px;
	background-image:none;
	border-bottom:dotted 2px #214522;
	border-left: solid 6px #f9a223;
	line-height:1;
}

.title_sub_gray {
	margin:30px 0px 10px 0px;
	padding:4px 0px 0 12px;
	background-image:none;
	border-bottom:dotted 2px #214522;
	border-left: solid 6px #999999;
	line-height:1;
}

.title_list {
	background-image:url(../images/icon_img/p_green.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:10px 0px 2px 0px;
	border-bottom:1px dotted #99C854;
	color:#326035;
}

.title_list_red {
	background-image:url(../images/icon_img/p_red.gif);
	color:#464646;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:20px 0px 20px 0px;
	border-bottom:1px dotted #E20D11;
}

.title_list_blue {
	background-image:url(../images/icon_img/p_blue.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:20px 0px 20px 0px;
	border-bottom:1px dotted #1F207B;
}

.title_list_orange {
	background-image:url(../images/icon_img/p_orange.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:20px 0px 20px 0px;
	border-bottom:1px dotted #f9a223;
}

.title_list_gray {
	background-image:url(../images/icon_img/p_gray.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:20px 0px 20px 0px;
	border-bottom:1px dotted #999999;
}

.title_list2 {
	background-image:url(../images/icon_img/p_green.gif);
	background-repeat:no-repeat;
	border-bottom:1px dotted #FF9900;
	margin-top: 20px;
	margin-bottom: 2px;
	padding-left: 20px;
}

.title_list3 {
    background-image:url(../images/icon_img/p_green.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:0px 0px 2px 0px;
	border-bottom:1px dotted #FF9900;
}

.title_list4 {
	background-image:url(../images/icon_img/p_green.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:15px 0 5px 0;
	border-bottom:1px dotted #99C854;
	color:#326035;
}

.title_bg-lgray {
	margin:10px 0px 2px 0px;
	padding:10px;
	background:#e3e3e3;
	color:#000;
}



/* ボーダー */
.solid {
	border-bottom:3px solid #99C854;
	margin:5px 0 5px 0;
}	
.dotted {
	border-bottom:1px dotted #999999;
	margin-bottom:3px;
}


/* br */

@media only screen and (max-width:640px){
	.pc_br br {
	display:none;
	}
}


/* 検索結果一覧
---------------------------------------------------- */

#serch_result h6 {
	font-weight: bold;
}

#serch_result .list_box h3 {
	margin:5px 0 5px 0;
	padding:10px 0 10px 27px;
	border-top:2px solid #99C854;
	border-bottom:2px solid #99C854;
	background: url(../images/icon_img/leclist_on.gif) 0px 10px no-repeat;
	font-size:1.4rem;
	font-weight:bold;
}

#serch_result .list_box .off {
	margin:5px 0 5px 0;
	padding:10px 0 10px 27px;
	border-top:2px solid #999999;
	border-bottom:2px solid #999999;
	background: url(../images/icon_img/leclist_off.gif) 0px 10px no-repeat;
	font-size:1.4rem;
	font-weight:bold;
}

#serch_result .list_box h3 img {
	vertical-align:middle;
}

#serch_result .list_box .info_box {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e6e6e6;
}


#serch_result .list_box .info_box dl {
	width:100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	display:table;
	box-sizing: border-box;
}

#serch_result .list_box .info_box dt {
	clear:both;
	margin: 0;
	padding: 4px 10px;
	width:100px;
	display:table-cell;
	border-right: 1px solid #e6e6e6;
	background:#f2f2f2;
	font-weight:bold;
	box-sizing: border-box;
}

#serch_result .list_box .info_box dd {
	display:table-cell;
	margin: 0;
	padding: 4px 10px;
	width:237px;
	border-right: 1px solid #e6e6e6;
	line-height:130%;
	box-sizing: border-box;
}

#serch_result .list_box .info_box .table_1 dt {
	width:100px;
	background:#f3f9ec ;
}

#serch_result .list_box .info_box .table_1 dd {
	width: auto;
}

#serch_result .list_box .info_box .th_bg02 {
	width:100px;
	background:#f3f9ec;
}


@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	#serch_result .list_box .info_box dl {
	width:100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	box-sizing: border-box;
	border-top: none;
	border-left: 1px solid #e6e6e6;
	display: block;
	overflow: hidden;
	background:#f2f2f2;
	}

	#serch_result .list_box .info_box dt {
	margin: 0;
	padding: 4px 10px;
	width:100px;
	display: block;
	float:left;
	border-top: 1px solid #e6e6e6;
	border-right:none;
	box-sizing: border-box;
	background:#f2f2f2;
	min-height:30px;
	}

	#serch_result .list_box .info_box dl.table_1 {
	background:#f3f9ec ;
	}

	#serch_result .list_box .info_box .th_bg02 {
	width:100px;
	background:#f3f9ec;
	}

	#serch_result .list_box .info_box dd {
	display: block;
	margin: 0 0 0 100px;
	border-top: 1px solid #e6e6e6;
	padding: 4px 10px;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	line-height:130%;
	box-sizing: border-box;
	background:#fff;
	min-height:30px;
	width: auto;
	}

	#serch_result .list_box .info_box dd:after{
	clear: both;
	}
}

#serch_result .list_box form {
	display:inline;
}

	/* 再検索フォーム */

.title-search	{
	margin: 0 0 5px 0;
	padding:12px 10px 12px 12px;
	text-align: right;
	background:#e5e5e5;
	border-radius:2px;
}

.title-search h2	{
	display:inline;
}

.title-search form	{
	margin: 0;
	padding: 0 10px;
}

.title-search input[type=text] {
	width: 200px;
	height:32px;
	margin: 0;
	padding: 1px;
	font-size:13px;
	border:0;
	box-sizing: border-box;
}

.title-search select {
	width: 150px;
	height:32px;
	font-size:13px;
	margin: 0;
	padding: 1px 4px;
	border:0;
	box-sizing: border-box;
}

.title-search #submitbtn3 {
	color: #ffffff;
	background: #535353;
	width: 50px;
	height:32px;
	padding: 4px 6px;
	cursor: pointer;
	font-family: FontAwesome;
	border:none;
	text-align:center;
	box-sizing: border-box;
}

@media only screen and (max-width:640px){
	.title-search h2	{
	display:block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:14px !important;
	}

	.title-search input[type=text] {
	-webkit-appearance: none;
	display: block;
	margin: 10px 0 10px 0;
	padding: 1px 4px;
	width: 100%;
	height:40px;
	border: 1px solid #83b633;
	background: #fff;
	border-radius: 0;
	box-sizing: border-box;
	font-size:16px;
	line-height: 30px;
	}

	.title-search select {
	width: auto;
	float: none;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	display:block;
	text-indent: 0.25em;
	margin: 0 0 10px 0;
	width:100%;
	padding: 0;
	border: 1px solid #83b633;
	border-radius:2px;
	cursor: pointer;
	box-sizing:border-box;
	background-color: #fff;
	background-image: url(../images_sp/form_select_bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px 10px;
	height:36px;
	line-height:30px;
	font-size:16px;
	vertical-align: middle;
	}

	.title-search #submitbtn3 {
	-webkit-appearance: none;
	display: table;
	margin:0 0 0 auto;
	width: 25%;
	height:40px;
	font-size:14px;
	line-height: 18px;
	border-radius: 2px;
	text-indent:0 ;
	}
}



/* 検索結果詳細（講座詳細画面）
---------------------------------------------------- */

.lecdetail h6 {
	font-weight:bold;
}

#detail_box {
	margin:0 0 10px 0;
	padding:10px;
	border:1px solid #DEDEDE;
	background-color:#FFFFFF;
}

#detail_box h2 {
	margin:5px 0 15px 0;
	padding:10px 0 10px 27px;
	border-top:2px solid #99C854;
	border-bottom:2px solid #99C854;
	background: url(../images/icon_img/lecdetail_on.gif) 0px 10px no-repeat;
	font-size:1.8rem;
	color:#000066;
	font-weight:bold;
}

#detail_box h2#off{
	margin:5px 0 15px 0;
	padding:10px 0 10px 27px;
	border-top:2px solid #999999;
	border-bottom:2px solid #999999;
	background: url(../images/icon_img/lecdetail_off.gif) 0px 10px no-repeat;
	font-size:1.8rem;
	color:#000066;
	font-weight:bold;
}

.title_sub h3,
.title_sub_red h3,
.title_sub_blue h3,
.title_sub_orange h3,
.title_sub_gray h3 {
	font-size:16px;
	padding:2px 0 4px 0;
}

@media only screen and (max-width:640px){
	.title_sub h3,
	.title_sub_red h3,
	.title_sub_blue h3,,
	.title_sub_orange h3,
	.title_sub_gray h3 {
	font-size:14px;
	}
}

.title_sub2 h3 {
	background:url(../images/icon_img/leclist_on.gif) no-repeat;
	padding:2px 0px 3px 27px;
	font-size:16px;
}

@media only screen and (max-width:640px){
	.title_sub2 h3 {
	font-size:14px;
	}
}

.lecdetail {
}

.lecdetail_text {
}

.koza_photo {
	margin:0 0 10px 10px;
}


#detail_box .info_box  {
	margin: 4px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
}

#detail_box .info_box dl {
	width:100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	box-sizing: border-box;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	display:table;
}

#detail_box .info_box dt {
	clear:both;
	margin: 0;
	padding: 4px 10px;
	width:100px;
	display:table-cell;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
	background:#f2f2f2;
}

#detail_box .info_box dd {
	display:table-cell;
	margin: 0;
	padding: 4px 10px;
	border-right: 1px solid #e6e6e6;
	line-height:130%;
	box-sizing: border-box;
}

#detail_box .info_box dt.th_bg02 {
	background:#f3f9ec;
}


@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	#detail_box .info_box dl {
	width:100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	box-sizing: border-box;
	border-top: none;
	border-left: 1px solid #e6e6e6;
	display: block;
	overflow: hidden;
	background:#f2f2f2;
	}

	#detail_box .info_box dt {
	margin: 0;
	padding: 4px 10px;
	width:100px;
	display: block;
	float:left;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
	background:#f2f2f2;
	min-height:30px;
	}

	#detail_box .info_box dd {
	display: block;
	margin: 0 0 0 100px;
	border-top: 1px solid #e6e6e6;
	padding: 4px 10px;
	border-right: 1px solid #e6e6e6;
	line-height:130%;
	box-sizing: border-box;
	background:#fff;
	min-height:30px;
	}

	#detail_box .info_box dd:after{
	clear: both;
	}
}


.lec_formbtn {
	margin:10px 0;
	padding: 0;
	text-align:right
}

.lec_formbtn form {
	display:inline;
}

.lec_formbtn form img {
	vertical-align:top;

}


	/* 講師陣table */

.lecdetail_text .table_lecturer {
	margin:5px 0 0 0;
	padding: 0;
	width:100%;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}

.lecdetail_text .table_lecturer th {
	margin:0;
	padding:4px 10px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	background-color:#efefef;
	font-size:1.4rem;
	font-weight:normal;
	text-align:left;
	text-align:right;
	white-space:nowrap;
	width:6em;
}

.lecdetail_text .table_lecturer td {
	margin:0;
	padding:4px 10px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	font-size:1.4rem;
}

@media only screen and (max-width:640px){
	#school th {
	white-space: normal;
	}
}


	/* 講師陣の著書table */

.table_lecturer_book {
	border-top:1px dotted #999999;
	margin:20px 0 20px 0 !important;
	padding: 0;
}

.table_lecturer_book table {
	margin:5px 0 0 0;
	padding: 0;
	width:100%;
	border-bottom:1px dotted #999999;
}

.table_lecturer_book th {
	margin:0;
	padding:4px 10px;
	font-size:1.4rem;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
	width:60px;
}

.table_lecturer_book td {
	margin:0;
	padding:4px 10px;
	font-size:1.4rem;
}

.table_lecturer_book + table {
	border-top:1px dotted #999999;
}


.table_lecturer_book td:nth-child(2) {
	background: #f2f2f2;
}

.table_lecturer_book tr:nth-child(3) {
	background: #f2f2f2;
}

.list_box {
	width:100%;
	padding:10px;
	border:1px solid #DEDEDE;
	background-color:#FFFFFF;
	margin:0px 0 20px 0;
	box-sizing: border-box;
}

.box {
	padding:5px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	margin:0px 0px 5px 0px;
}

.feature_box {
	padding:10px;
	border:2px dotted #99C854;
	background-color:#FFFFFF;
	margin:1px 0 20px 0;
	color:#666666;
	font-size:14px;
}

.feature_box span {
	font-size:10px;
}

.detail_box .info_box {
	margin:3px 0 8px 0;
}

.campus_box {
	padding:2px 4px;
	border:1px dotted #99C854;
	background-color:#FFFFFF;
	margin:10px 0 5px 0;
}

#result_box {
	padding:5px;
	border:1px dotted #99C854;
	background-color:#FFFFFF;
	margin:10px 0 5px 0;
}

/*コメント*/

#comment{
	padding:100px 0px 100px 0px;
	width:480px;
	font-size:12px;
	line-height:150%;
	text-align:center;
}

/*装飾*/
.feature {
	font-size:12px;
	line-height:150%;
	background-image:url(../images/icon_img/p_red_s.gif);
	background-repeat:no-repeat;
	padding:2px 0px 2px 18px;
	margin:0px;
	border-bottom:1px dotted #CCCCCC;
}

/*Q&A*/

.q-a_q {
	background-image:url(../images/icon_img/question.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:10px 0px 2px 0px;
	border-bottom:1px dotted #000066;
	color:#326035;
}

.q-a_a {
	background-image:url(../images/icon_img/answer.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:10px 0px 2px 0px;
}

.q-a_box {
	padding:0px 5px;
	border:1px solid #999999;
	background-color:#FFFFFF;
	margin-bottom:10px;
}

/* Google広告 */
.google_ads{
	clear:both;
	margin:20px 0 10px 0;
	border:1px solid #CCCCCC;
	padding:10px 20px;
}

/* SAスポンサー広告 */
.sa_comm{
	margin:20px;
	border:1px solid #CCCCCC;
	padding:10px 20px;
	line-height:110%;
}

.sa_comm a:link { color: #0000FF; text-decoration: none; }
.sa_comm a:visited { color: #0000FF; text-decoration: none; }
.sa_comm a:hover { color: #0000FF; text-decoration:none; }



/* 装飾 */
.arrow {
	font-size: 12px;
	background:url(../images/icon_img/arrow04.gif) no-repeat;
	padding:2px 0px 1px 21px;
	margin:0px 12px 0px 0px;
}

.arrow2 {
	font-size: 12px;
	background:url(../images/icon_img/arrow01.gif) no-repeat;
	padding:2px 0px 1px 21px;
	margin:0px;
}

/* テキスト */
.red{
	color:#CC0000;
	font-weight:bold;
}

.redcc{
	color:#cc0000;
}

.blue{
	color:#000066;
	font-weight:bold;
}
.green{
	color:#346436;
	display:inline;	
}
.orange{
	color:#F26522;
	display:inline;	
}
.yellow{
	color:#FFCC00;
	display:inline;	
}
.text_ss{
	font-size:10px;
	line-height:120%;
	font-weight:normal;
}
.text_s{
	font-size:12px;
	line-height:150%;
}
.text_s span{
	color:#326035;
	font-weight:bold;
}
.text_m{
	font-size:14px;
	line-height:150%;
}
.item-text_option {
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 5px;
	font-size:12px;
	line-height:150%;
	height:20px;
	border-bottom:3px solid #EFEFEF;
}

.item-text_option2 {
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 5px;
	font-size:12px;
	line-height:150%;
	height:20px;
	border-bottom:3px solid #4B4EB2;
}

.item-text_option span{
	font-size:12px;
	color:#999999;
	font-weight:normal;
}

/*前に戻る*/

.sub_menu{
	margin:5px 0px 5px 0px;
	font-size:12px;
	float:left;
	text-align:left;
}

.go_top {
	margin:5px 0px;
	text-align:right;
	font-size:12px;
	float:right;
}


/*フォーム要素*/

.text_form {
	margin:0;
	padding: 0;
}

@media(max-width:640px){
	.text_form {
	margin:0 0 30px 0;
	}
}


	/* table */

.text_form table {
	margin:0;
	padding: 0;
	width:100%;
	border-collapse:separate;
	border-spacing: 5px;
	box-sizing: border-box;
}

.text_form th {
	margin:0;
	padding:4px 10px;
	font-weight: bold;
	white-space:nowrap;
	line-height:250%;
	color:#333333;
	text-align:right;
	border-collapse:separate;
	box-sizing: border-box;
}

.text_form td {
	margin:0;
	padding:4px 10px;
	line-height:250%;
	color:#333333;
	border-collapse:separate;
	box-sizing: border-box;
}

.text_form span {
	font-size:10px;
	line-height:150%;
	color:#cc0000;
}

@media(max-width:640px){
	.text_form th {
	display:block;
	width:100%;
	text-align:left;
	padding:10px 10px 0 0;
	}

	.text_form td {
	display:block;
	width:100%;
	padding:10px;
	}
}

	/* 項目 */

.item {
	margin:0px 0px 0px 5px;
	padding:2px 0px 2px 10px;
	font-size:12px;
	line-height:150%;
	border-left:3px solid #99C854;
}

.item-lec {
	margin:0px 0px 0px 5px;
	padding:2px 0px 2px 10px;
	font-size:12px;
	line-height:150%;
	border-left:3px solid #4B4EB2;
}

.item-mte {
	margin:0px 0px 0px 5px;
	padding:2px 0px 2px 10px;
	font-size:12px;
	line-height:150%;
	border-left:3px solid #E20D11;
}

.item-mailmaga {
	margin:0px 0px 0px 5px;
	padding:2px 0px 2px 10px;
	font-size:12px;
	line-height:150%;
	border-left:3px solid #F9A223;
}

.item-confirm {
	margin:0px 0px 0px 5px;
	padding:2px 0px 2px 10px;
	font-size:12px;
	line-height:150%;
	border-left:3px solid #999999;
}

.item_option {
	margin:0px 0px 0px 5px;
	padding:2px 0px 2px 10px;
	font-size:12px;
	line-height:150%;
	border-left:3px solid #EFEFEF;
	color:#999999;
}

	/* 項目 */

.text_form .l-item {
	border-left:3px solid #99c854;
}

.text_form .l-item-lec {
	border-left:3px solid #4b4eb2;
}

.text_form .l-item-mte {
	border-left:3px solid #e20d11;
}

.text_form .l-item-mailmaga {
	border-left:3px solid #f9a223;
}

.text_form .l-item-confirm {
	border-left:3px solid #999999;
}

.text_form .l-item_option {
	border-left:3px solid #efefef;
	color:#999999;
}


	/* form */

.text_form input[type="text"] {
	width:200px;
	margin:0;
	padding: 1px;
	height: 28px;
	border: 1px solid #ccc;
	box-sizing: border-box;	
}

.text_form select {
	margin:0;
	padding: 1px;
	height: 28px;
	border: 1px solid #ccc;
	box-sizing: border-box;	
}

.text_form .size-s {
	width:100px !important;
}

.text_form .size-l {
	width:300px !important;
}

.text_form input[type=button], 
.text_form input[type=submit], 
.text_form input[type=reset] {
	padding:6px;
}

.text_form textarea {
	border:1px solid #ccc;
	width: 100%;
}

.text_form input[type="button"],
.text_form input[type="submit"],
.text_form input[type="reset"] {
	width:180px;
	margin: 0 10px;
	padding: 10px;
}

.text_form .confirm_box {
	margin: 30px 0 0 0;
	padding: 0;
	text-align:center;
}

.text_form .confirm_box span {
	font-size:100%;
}

@media(max-width:640px){
	.text_form input[type="text"] {
	-webkit-appearance: none;
	display: block;
	margin: 0 0 6px 0;
	width: 100%;
    height: 32px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 3px 5px;
	background: #fff;
	border-radius: 0;
	font-size:16px;
	line-height: 30px;
	}

	.text_form .size-s {
	width:25% !important;
	display:inline !important;
	}

	.text_form .size-l {
	width:100% !important;
	}

	.text_form textarea {
	-webkit-appearance: none;
	width:100%;
	border:1px solid #ccc;
	border-radius:0px;
	font-size:16px;
	}

	.text_form select {
	appearance: button;
	box-sizing:border-box;
	width:100%;
	margin: 0 0 6px 0;
	padding:4px 2px 6px 0;
	border:1px solid #d0d0d0;
	border-radius:2px;
	text-indent: 0.25em;
	cursor: pointer;
	background:#fff url(../images_sp/form_select_bg.png) right center no-repeat;
	background-size: 20px 10px;
	height:36px;
	line-height:30px;
	font-size:16px;
	vertical-align: middle;
	}

	.text_form input[type="checkbox"]{
	-webkit-appearance: none;
	width:18px;
	height:18px;
	margin-right:4px;
	border:2px solid #ccc;
	border-radius:0px;
	background:transparent;
	opacity:1;
	vertical-align:-0.25em;
	}
	
	.text_form input[type="checkbox"]:checked{
	background:#83b633;
	opacity:1;
	}

	.text_form input[type="radio"]{
	-webkit-appearance: none;
	width:18px;
	height:18px;
	border:2px solid #ccc;
	border-radius:18px;
	background:transparent;
	opacity:1;
	}

	.text_form input[type="radio"]:checked{
	background:#83b633;
	opacity:1;
	}

	.text_form input[type="button"]{
	-webkit-appearance: none;
	width: auto;
	padding: 10px 8px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e0e0e0) );
	font-size:100%;
	}

	.text_form input[type="submit"]{
	-webkit-appearance: none;
	min-width: 50%;
	width: auto !important;
	min-width: 50%;
	padding: 10px 8px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e0e0e0) );
	font-size:100%;
	}

	.text_form input[type="reset"]{
	display:none;
	}
}


dl.form_iframe {
	margin: 30px 0 0 0;
	padding: 0;
	width:100%;
}

dl.form_iframe dt {
	margin: 0;
	padding: 10px;
	background:#444444;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

dl.form_iframe dd {
	margin: 0;
	padding: 0 0 10px 0;
}

dl.form_iframe dd iframe {
	width:100%;
	height: 200px;
	border:0;
	overflow:scroll;
}

@media only screen and (max-width:640px){
	dl.form_iframe dd {
	width:100%;
	height: 200px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	}

	dl.form_iframe dd iframe {
	width: 100%;
	height: 100%;
	overflow: auto;
	}

	dl.form_iframe dd. d_iframe {
	width: 100%;
	height: 100%;
	overflow: auto;
	}
}


/* box */

#contents .left {
	text-align:left;
}

#contents .right {
	text-align:right;
}

#contents .center {
	text-align: center;
}


/*エラー*/
.error_messeage {
	font-size:12px;
	line-height:150%;
	color:#FF6600;
}
.error_item {
	background-color:#FFEDE1;
}


/* 掲載校一覧 */
.potch {
	font-size:12px;
	line-height:150%;
	background-image:url(../images/icon_img/p_green_s.gif);
	background-repeat:no-repeat;
	padding:2px 0px 2px 18px;
	margin:0px;
	border-bottom:1px dotted #CCCCCC;
}

.potch_g {
	font-size:12px;
	line-height:150%;
	background-image:url(../images/icon_img/p_gray_s.gif);
	background-repeat:no-repeat;
	padding:2px 0px 2px 18px;
	margin:0px;
	border-bottom:1px dotted #CCCCCC;
}

.potch_g span {
	color:#CC0000;
	margin:0 0 0 5px;
	font-size:10px;
	font-weight:bold;
}


/* メルマガ */
.text02{
	font-size:12px;
	line-height:150%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.go_top {
	border-bottom:1px dotted #999999;
	margin:5px 15px 5px 10px;
	text-align:right;
	font-size:12px;
}
.go_link {
	font-size: 12px;
	background-image:url(../images/icon_img/link02.gif);
	background-repeat:no-repeat;
	padding:5px 0px 1px 21px;
	margin:0px 0px 0px 0px;
	display:inline;
}
.go_link2 {
	font-size: 12px;
	background-image:url(../images/icon_img/link_mailmaga03.gif);
	background-repeat:no-repeat;
	display:inline;
	background-position: left top;
	clear: both;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 21px;
	margin-top: 0px;
	height: auto;
	width: auto;
	margin-bottom: -50px;
}
.go_link3{
	font-size: 12px;
	background-image:url(../images/icon_img/link_mailmaga02.gif);
	background-repeat:no-repeat;
	display:inline;
	background-position: left bottom;
	clear: both;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
	width: auto;
	margin: 0px;
}
.go_mailmaga {
	font-size: 12px;
	background-image:url(../images/icon_img/link_mailmaga02.gif);
	background-repeat:no-repeat;
	padding:5px 0px 1px 21px;
	margin:0px 0px 0px 0px;
	display:inline;
}



/*----------------------------------------------------
	掲載校一覧 /school/
----------------------------------------------------*/

#school .title {
	background-image:url(../images/icon_img/p_green.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #99C854;
	color:#326035;
	font-weight:bold;
	clear:both;
}

#school .sub-title {
	background:url(../images/icon_img/p_green.gif) no-repeat;
	padding:0px 0px 0px 20px;
	margin:30px 10px 15px 10px;
	border-bottom:1px dotted #99C854;
	color:#326035;
	font-weight:bold;
	clear:both;
}

#school .left {
	margin:0 0 10px 15px;
	width:305px;
	float:left;
	clear:left;
}

#school .right {
	margin:0 15px 10px 0;
	width:305px;
	float:right;
	clear:right;
}

@media only screen and (max-width:640px){
	#school .left {
	margin:0 0 10px 10px;
	width: auto;
	float: none;
	}

	#school .right {
	margin:0 0 10px 10px;
	width: auto;
	float: none;
	}
}

#top_school {
	margin:0;
	margin:0 0 40px 0;
}

#top_school #school .left {
	margin:0 0 0 15px;
}

#top_school #school  .right {
	margin:0 15px 0 0;
}


#school table {
	margin:10px 0 0 10px;
	width:550px;
	border:3px solid #EFEFEF;
}

#school th {
	padding:2px 2px 2px 5px;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	font-weight:normal;
	font-size:10px;
	background-color:#EFEFEF;
	text-align:left;
}

#school td {
	padding:2px 2px 2px 5px;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E0E0E0;
	font-size:10px;
}

#school .col-name {
	margin:0 0 15px 0;
	background:url(../images/icon_img/p_green_s.gif) no-repeat top left;
	padding:5px 3px 3px 20px;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	background-color:#FAFAFA;
	text-align:left;
	line-height:130%;
}

#school .conso-name {
	margin:0 0 10px 0;
	font-size:12px;
	background:url(../images/icon_img/p_gray_s.gif) no-repeat top left;
	padding:5px 3px 3px 20px;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	background-color:#FAFAFA;
	text-align:left;
	line-height:130%;
}

#school .conso-name2 {
	width:290px;
	font-size:12px;
	padding:3px 0 0 0;
	background:url(../images/icon_img/p_gray_s.gif) no-repeat 0px 0px;
	padding-left:20px;
	float:right;
	clear:both;
}

#school .a-navi {
	padding:5px 0 0px 5px;
	border-left:#EFEFEF 3px solid;
	border-bottom:#EFEFEF 2px solid;
	margin:3px 5px 0px 5px;
}

.attlink {
	text-indent:-9999px;
}

/* 申込ボタン
---------------------------------------------------- */

.btn_box img, .btn_box input[type="image"] {
	vertical-align:top;
}



/* 申し込みフォーム・資料請求フォーム
---------------------------------------------------- */

#formdetail_box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #DEDEDE;
	background-color:#FFFFFF;
}

#formdetail_box h3 {
	margin:5px 0 15px 0;
	padding:10px 0 10px 30px;
	border-top:2px solid #99C854;
	border-bottom:2px solid #99C854;
	background: url(../images/icon_img/lecdetail_on.gif) 0px 8px no-repeat;
	font-size:16px;
	color:#000066;
	font-weight: normal;
}

	/* table */

#formdetail_box table {
	width:100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

#formdetail_box td {
	margin: 0;
	padding: 4px 8px;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	line-height:130%;
}

#formdetail_box th {
	margin: 0;
	padding: 4px 8px;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	line-height:130%;
	background:#f2f2f2;
	white-space:nowrap;
	font-weight: bold;
}


/* iframe用
---------------------------------------------------- */

#container_iframe {
	width: auto;
	margin: 0 auto;
	padding:10px;
	text-align:left;
	font-size:0.9em;
}

#container_iframe .box {
	margin:14px 0px 5px 0px;
	padding:10px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

#container_iframe .list{
	margin:5px 0px 10px 10px;
	line-height:150%;
}

#container_iframe .list li{
	margin:0px 0px 0px -30px;
}

#container_iframe .list span{
	font-weight:bold;
}


/* ページの先頭へ
---------------------------------------------------- */
@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	.gopagetop {
	clear: both;
	width: auto;
    margin: 0;
	padding: 0;
	text-align:center;
	}

	.gopagetop p {
    margin: 0 auto;
	padding: 25px 5px 5px 5px;
	text-align:center;
	}

	.gopagetop p a {
	display: inline-block;
    margin: 0 auto;
    padding: 0;
	text-indent:-9999em;
	width:50px;
	height:50px;
	float: none;
	overflow:hidden;
    background: url(../images_sp/pagetop.png) left top no-repeat;
	-webkit-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	background-size: 50px 50px;
	}
}


/* リンク集
---------------------------------------------------- */

.linklist_link {
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}

.linklist_link li {
	list-style:none;
	width:345px;
	margin:0 0 14px 5px;
	padding:4px 0px 3px 18px;
	background:url(../images/icon_img/p_green_s.gif) no-repeat 0px 1px;
	border-bottom:1px dotted #ccc;
	float:left;
	box-sizing:border-box;
}

@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	.linklist_link li {
	width:100%;
	margin:0 0 14px 0;
	float:none;
	}
}


.linklist_dllink {
	width:100%;
	margin: 16px 0 0 0;
	padding:0;
	overflow:hidden;
}

.linklist_dllink li {
	list-style:none;
	width:345px;
	margin:0 0 0 5px;
	padding:0;
	float:left;
	box-sizing:border-box;
}

.linklist_dllink li dl {
	margin:0;
	padding:0;
}

.linklist_dllink li dt {
	margin:0 0 5px 0;
	padding:0;
	color: #326035;
	font-weight: bold;
}

.linklist_dllink li dd {
	margin:0;
	padding:0;
}

.linklist_dllink li dd ul{
	margin:0;
	padding:0;
}

.linklist_dllink li dd ul li {
	list-style:none;
	margin:0 0 14px 5px;
	padding:4px 0px 3px 18px;
	background:url(../images/icon_img/p_green_s.gif) no-repeat 0px 1px;
	border-bottom:1px dotted #ccc;
	float:none;
}

@media screen and  (max-width: 640px){ /*--- スマートフォン ---*/
	.linklist_dllink li {
	width:100%;
	margin:0;
	float:none;
	}

	.linklist_dllink li dd {
	margin:0 0 30px 0;
	}

  #mainContent {
    margin: 0;
  }
  #header br {
    display: none;
  }
  .marginTop10px {
	margin-top: 10px;
  }

}

