@charset "UTF-8";
/*----------------------------------------------------
mainTitle
----------------------------------------------------*/

#mainTitle .title,
#mainTitle .en {
  display: block;
  color:#285932;
  font-weight: normal;
  text-align: center;
  margin-bottom:40px;
}
@media screen and (min-width: 641px) {
  #mainTitle .title,
  #mainTitle .en {
	  margin-bottom:0;
  }
}
#mainTitle .title {
  padding-top: 40px;
  font-size: 3.0rem;
  line-height: 1.2;
}
#mainTitle .en {
  font-size: 1.8rem;
  line-height: 1.2;
}
#mainTitle .pagetitleframe{
	background:#f7f5eb;
	padding: 2em 1em;
}
#mainTitle .pagetitle{
	width: 30%;
	margin:0 auto;
	color:#fff;
    padding: 0.4em 1em;
	background:#469955;
	font-size:2.4rem;
}
*::-ms-backdrop, #mainTitle .pagetitle{ padding-top:18px; } /* IE11 */

@media screen and (max-width: 641px) {
#siteTitle {
    width: 49.6875%;
    margin: 0 auto;
}
}

/*----------------------------------------------------
categoryname
----------------------------------------------------*/


.category_name {
	background-image:url(../../about/images/index/main_pc.jpg);
	/*background-size: contain;*/
	font-size: 3.6rem;
	padding:1em 0;
	color:#fff;
	text-shadow:
	0 0 20px #243b6c,
	0 0 15px #243b6c,
	0 0 0.40px #243b6c;
	margin-bottom:0;
}
@media screen and (max-width: 641px) {
  .category_name {
	  display:none;
  }
}


#mainTitle .pagetitleframe{
	background:#f7f5eb;
	padding: 2em 1em;
}
#mainTitle .pagetitle{
	width: 30%;
	margin:0 auto;
	color:#fff;
    padding: 0.4em 1em;
	background:#469955;
	font-size:2.4rem;
}


/*----------------------------------------------------
u_block_a
----------------------------------------------------*/

 .inner .t_title{
  font-size:2.4rem;
  color:#285932;
  line-height: 1.2;
  margin-bottom: 1em;
  text-align:center;
}
 .l_title{
  font-size:1.2rem;
  color:#285932;
  font-weight: normal;
}
 .lead{
  font-size:1.6rem;
  color:#285932;
}
 .image {
  vertical-align: middle;
}
 .image img{
  vertical-align: middle;
  margin-bottom: 20px;
}
.sp_none {
  display: none;
}
@media screen and (min-width: 950px) {
  
   .t_title{
    font-size:2.5rem;
  }
   .l_title{
    font-size:2.4rem;
  }
   .lead{
    font-size:2rem;
    color:#731f30;
  }
  .sp_none {
    display: inline-block;
  }
}
.boxs .box{
  margin-bottom: 20px;
}
.box .b_link {
  font-size: 1.5rem;
}
.box .b_link a{
  color:#333333;
  padding-right: 20px;
  text-decoration: underline;
  background:url(../images/w_new.png) center right no-repeat;
}


/*----------------------------------------------------
sLinks
----------------------------------------------------*/

#sLinks li a .category {
  color: #ffffff;
  background: #8c4442;
  padding: 0 0.5em;
}
#sLinks li a .date {
  display: block;
  margin-top: 5px;
  padding-right: 0;
  border-right: none;
}
#sLinks li a .text {
  margin-top: 0;
}
#sLinks li a .recent .category {
  background: #428c53;
}
#sLinks li a .record .category {
  background: #9dc3ed;
}

/* recent fix */
#recent .head .upper li {
  float: left;
  width: 50%;
}
@media screen and (min-width: 1241px) {
  #recent .head {
    margin: 30px 0 0;
    border-bottom: solid 1px #eeeeee;
  }
  #recent .head ul {
    display: block;
    letter-spacing: normal;
    width: 800px;
    margin: 0 auto;
  }
  #recent .head .upper li {
    display: block;
    float: left;
    width: 50%;
  }
}


/* fEvent */
#fEvent {
  margin-top: 0;
  background: #ffffff;
}
#fEvent h2 {
  color: #6f1523;
  font-style: italic;
}
#fEvent li img {
  border: none;
}
@media screen and (min-width: 641px) {
  #fEvent {
    margin-top: 0;
  }
}


#sLinks li a .category{
    background: #4cb99e;
    color: #fff;
}
#sLinks li a .recent .category {
    background: #e69950;
    color: #fff;
}


/* siteFooter fix */
#siteFooter .sitemap dt {
  color:#459955;
}
#siteFooter .sitemap dd a::after {
  border-color:transparent transparent transparent #9dcaa5;
}
#siteFooter .rights {
  background-color: #f7e7ea;
}


/* address fix */
#siteFooter .address {
  border-top: solid 3px #459955;
}


/* sitemap fix */
#siteFooter .sitemap {
  background: #f5fbf6;
}
#siteFooter .sub li a {
  color:#006838;
}
#siteFooter .sub li a::after {
  border-color: transparent transparent transparent #006838;
}

/*----------------------------------------------------
list
----------------------------------------------------*/

#mainContents ul.list li::before{
	content: url("../images/list_marker.png") ;
}

#tab-menu li.active {
	box-shadow: 0 5px #469955 inset;
  color:#469955;
}

/* table */

table.base_tbl,table.base_tbl_2{
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

table.base_tbl thead th,table.base_tbl_2 thead th{
	background: #469955;
	color: #fff;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
table.base_tbl th,table.base_tbl_2 th{
	background: #f3f3f3;
	color: #333333;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
table.base_tbl td,table.base_tbl_2 td{
	padding: 0.6em 1em;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.finish{
	background:#c8c8c8;
	color:#fff;
}
.accepting{
	background:#469955;
	color:#fff;
}
.join{
	border:1px solid #469955;
	color: #297737;
}

@media screen and (max-width: 641px){
table.base_tbl_2 th,table.base_tbl_2 td{
	text-align:left;
	border:none;
	padding-left:0;
	padding-right:0;
}
table.base_tbl_2 th.txtcenter,table.base_tbl_2 td.txtcenter,#pWrap .talign_c{
	text-align:left;
}
table.base_tbl_2 th,table.base_tbl_2 td:first-child{
	padding-top:0;
}
table.base_tbl_2{
	border:none;
}
table.base_tbl_2 tr{
	box-sizing: border-box;
	width:100%;
	display:table;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}
table.base_tbl_2 tr:first-child{
	padding-top:0px;
}
table.base_tbl_2 tbody th,table.base_tbl_2 tbody th a{
	box-sizing: border-box;
	display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	color:#fff;
	background-color:#469955;
}
table.base_tbl_2 thead{
	display:none;
}
table.base_tbl_2 td{
	display: block;
}
/*td:beforeのデザイン*/
table.base_tbl_2 td:before {
    background-color: #f3f3f3;
    color: #4f4d47;
    display: block;
	padding:0 0.5em;
	margin-bottom:5px;
}

}

/* btn */

.a_btn_newWin,.a_btn_link,.a_btn_pdf,.a_btn_excel,.a_btn_waku input{
	border:1px solid #469955;
}
.a_btn_link::after{
    border-top: 1px solid #469955;
    border-right: 1px solid #469955;
}
a.a_btn_newWin:link,a.a_btn:visited,a.a_btn_link:link,a.a_btn_link:visited,a.a_btn_pdf:link,a.a_btn_pdf:visited,a.a_btn_excel:link,a.a_btn_excel:visited,.a_btn_waku input{
	color:#297737;
}
.a_btn_waku input:hover,.a_btn_waku form:hover{
	background-color:#469955;
	color:#fff;
	border:none;
}
.a_btn_waku form:hover input{
	color:#fff;
}
.a_btn_newWin:hover,.a_btn_link:hover,.a_btn_pdf:hover,.a_btn_excel:hover,.btnon,.a_btn_waku form:hover{
	border:1px solid #469955;
	background:#469955;
}
.a_btn_link:hover::after{
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
a.a_btn_newWin:hover,a.a_btn_link:hover,a.a_btn_pdf:hover,a.a_btn_excel:hover,a.btnon:link span,a.btnon:visited span{
	color:#fff;
}

.a_btn_newWin span{
	background: url(../../common/images/icon_newWindow_c.png) no-repeat right;

}
.a_btn_link span{
	background: url(../../common/images/icon_link_c.png) no-repeat right;
}

.btnon span{
	background: url(/common/images/icon_link_on.png) no-repeat right;
}

/* h3 */

.h3_common{
	border-left:8px solid #469955;
	background:#f6f6f6;
	color:#297737;
}

.h4_common::after {
	background-color: #469955;
}
a.pdf{
	border:1px solid #469955;
}
a.pdf:hover{
	background:#469955;
	color:#fff;
}
.teacher .teacher_cont::after{
	border-color: transparent transparent #469955 transparent;
}
.teacher_name{
	color:#297737;
}
.teacher_detail_text h4{
	color:#297737;
}
.teacher_detail_text h4::before{
	content: url("../images/list_marker.png") ;
}

.event_cont h4{
	border-left:3px solid #469955;
	background:#f6f6f6;
	color:#297737;
	text-align:left;
}
.event_en{
	color:#c1eac8;
}
.event_cont ul li{
	border-bottom:1px solid #eeeeee;
	text-align:left;
}
.event_cont ul li::before{
	content: url("../images/list_marker.png");
}
@media screen and (min-width: 641px) {
  #fEvent {
    margin-top: 0;
  }
  
}
p.list_midashi{
	font-size:2.0rem;
	color:#459955;
	font-weight:bold;
}
/* link_list */

#mainContents ul.link_list li a{
	background: url("../../common/images/icon_link_c_s.png") right no-repeat;
}
#mainContents ul.link_list li.newWin a{
	background: url("../../common/images/icon_newWindow_c.png") right no-repeat;
}
#mainContents ul.link_list li.download a{
	background: url("../../common/images/icon_download_c_s.png") right no-repeat;
}

#siteFooter .sitemap dd a.keisen::after{
	color:#9dcaa5;
	}
