@charset "utf-8";

/*Color Scheme
black     #2E2E2E
link,blue #03a
green     #23651C
red       #953227
*/


/************************************************

Link Color

************************************************/

a:link {
  color: #03a;
  text-decoration: none;
}

a:visited {
  color: #532;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #03a;
}

a.no_cursor {
  cursor: default;
}

/************************************************

Media Screen

************************************************/

/*SP*/
@media screen and (max-width: 480px) {
  .sp {
    display: inline-block !important;
    visibility: visible !important;
  }
  .pc {
    display: none !important;
    visibility: hidden !important;
  }
}

/*PC*/
@media screen and (min-width: 481px) {
  .pc {
    display: inline-block !important;
    visibility: visible !important;
  }
  .sp {
    display: none !important;
    visibility: hidden !important;
  }
}

/************************************************

Layout Block

************************************************/

#container {
  width: 940px;
  margin: 0 auto;
  padding-top: 5px;
}

/*header*/
#logo {
  float: left;
}

#header-side {
  width: 605px;
  float: right;
}

/*言語・フォント*/
#fonts_box {
  width: 318px;
  float: right;
  padding-top: 1px;
  font-size: 0;
  line-height: 0;
}

ul#fonts li,ul#lang li {
  float: left;
}

li#fonts_t p,li#fonts_default a,li#fonts_big a,li#fonts_max a,
li#en a,li#ch a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  text-align: left;
  height: 20px;
}

/*-Facebook画像*/
ul#facebook{
  width: 30px;
  float: left;
}

li#facebook{
  width: 22px;
  float: left;
}

/*-フォント*/
ul#fonts {
  width: 183px;
  float: left;
}

li#fonts_t {
  width: 68px;
}

li#fonts_t p,li#fonts_default a,li#fonts_big a,li#fonts_max a {
  background-image: url(../img/bg_font.png);
  background-repeat: no-repeat;
}

li#fonts_default {
  width: 42px;
}
li#fonts_default a {
  background-position: -68px 0;
}
li#fonts_default a:hover {
  background-position: -68px -20px;
}

li#fonts_big {
  width: 40px;
}

li#fonts_big a {
  background-position: -110px 0;
}
li#fonts_big a:hover {
  background-position: -110px -20px;
}

li#fonts_max {
  width: 33px;
}
li#fonts_max a {
  background-position: -150px 0;
}
li#fonts_max a:hover {
  background-position: -150px -20px;
}

/*-言語*/
ul#lang  {
  width: 93px;
  float: right;
}
li#en a,li#ch a {
  background-image: url(../img/bg_lang.png);background-repeat: no-repeat;
}

li#en a {
  width: 56px;
}
li#ch a {
  width: 36px;
  background-position: -56px;
}

/*ヘッダーナビ・検索*/
#h_nav_box {
  width: 628px;
  clear: both;
  float: right;
  padding-top: 15px;
}

/*-ヘッダーナビ*/
ul#h_nav {
  float: left;
}
ul#h_nav li {
  float: left;
  display: block;
}
ul#h_nav li a {
  display: block;
  background-image: url(../img/bg_h_nav.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

li#h_nav01 a {
  width: 45px;
}

li#h_nav02 a {
  width: 74px;background-position: -45px 0;
}

li#h_nav03 a {
  width: 79px;background-position: -119px 0;
}

li#h_nav04 a {
  width: 87px;background-position: -198px 0;
}

li#h_nav05 a {
  width: 76px;background-position: -285px 0;
}

li#h_nav06 a {
  width: 84px;background-position: -361px 0;
}

/*-検索*/
#header-side form {
  line-height: 20px;
  width: 180px;
  float: right;
}

#header-side form input#search {
  width: 116px;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  color: #9A9A9A;
  margin-right: 7px;
  border: 1px solid #333;
}

#header-side form input {
vertical-align: bottom;
}

/*サブナビゲーション*/
#sub_nav li {
  float: left;
}

#sub_nav li a {
  display: block;
  background-image: url(../img/bg_sub_nav.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  height: 22px;
}

#sub_nav01 a {
  width: 179px;
}
#sub_nav02 a {
  width: 145px;
  background-position: -179px 0;
}
#sub_nav03 a {
  width: 145px;
  background-position: -324px 0;
}
#sub_nav04 a {
  width: 148px;
  background-position: -469px 0;
}
#sub_nav05 a {
  width: 145px;
  background-position: -617px 0;
}
#sub_nav06 a {
  width: 178px;
  background-position: -762px 0;
}

#sub_nav01 a:hover {
  width: 179px;
  background-position: 0px -22px;
}
#sub_nav02 a:hover {
  width: 145px;
  background-position: -179px -22px;
}
#sub_nav03 a:hover {
  width: 145px;
  background-position: -324px -22px;
}
#sub_nav04 a:hover {
  width: 148px;
  background-position: -469px -22px;
}
#sub_nav05 a:hover {
  width: 145px;
  background-position: -617px -22px;
}
#sub_nav06 a:hover {
  width: 178px;
  background-position: -762px -22px;
}

/*メインナビゲーション*/
#main_nav li {
  float: left;
}

#main_nav li a {
  display: block;
  background-image: url(../../img/bg_main_nav.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  height: 47px;
}
#main_nav01 a {
  width: 156px;
}
#main_nav02 a {
  width: 156px;
  background-position: -156px 0;
}
#main_nav03 a {
  width: 156px;
  background-position: -312px 0;
}
#main_nav04 a {
  width: 156px;
  background-position: -468px 0;
}
#main_nav05 a {
  width: 158px;
  background-position: -624px 0;
}
#main_nav06 a {
  width: 158px;
  background-position: -782px 0;
}

#main_nav01 a:hover {
  background-position: 0 -47px
}
#main_nav02 a:hover {
  background-position: -156px -47px;
}
#main_nav03 a:hover {
  background-position: -312px -47px;
}
#main_nav04 a:hover {
  background-position: -468px -47px;
}
#main_nav05 a:hover {
  background-position: -624px -47px;
}
#main_nav06 a:hover {
  background-position: -782px -47px;
}

/*SP*/
@media screen and (max-width: 480px) {
#container {
  width: 100%;
}

/*header*/
#logo {
  float: none;
  padding: 0 10px;
}

#logo img {
  width: 161px;
  height: auto;
}

#header-side {
  width: 100%;
  float: none;
}

/*言語・フォント*/
#fonts_box {
  display: none;
}

/*-検索*/
#header-side form {
  display: none;
}

/*ヘッダーナビ・検索*/
#h_nav_box {
  width: 100%;
  float: none;
  margin-top: 5px;
  padding-top: 25%;
/*  background: url("../../img/img_main4.jpg") no-repeat center top;
delete_20151006 */
/*  background: url("../../bannerimg/smartphone_image_summer.png") no-repeat center top;
delete_20151021 */
/*  background: url("../../bannerimg/smartphone_image_autumn.png") no-repeat center top;
delete_20151028 */
/*  background: url("../../bannerimg/smartphone_image_autumn2.png") no-repeat center top;
delete_20151124 */
  background: url("../../bannerimg/smartphone_image1.png") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}

/*-ヘッダーナビ*/
ul#h_nav {
  width: 100%;
}

#h_nav li#h_nav01,
#h_nav li#h_nav05,
#h_nav li#h_nav06 {
  display: none;
}
ul#h_nav li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #f8f6f3;
  background: #3b1f03; /* Old browsers */
  background: -webkit-linear-gradient(#815413 0%, #3b1f03 100%);
  background: -o-linear-gradient(#815413 0%, #3b1f03 100%);
  background: linear-gradient(#815413 0%, #3b1f03 100%);
}
ul#h_nav li#h_nav02 {
  width: 33%;
  border-left: none;
}

ul#h_nav li#h_nav03 {
  width: 33%;
  border-left: none;
  border-right: none;
}

ul#h_nav li#h_nav04 {
  width: 34%;
  border-right: none;
}
ul#h_nav li#h_nav02 a {
  background: url("../img/h_nav_02sp.png") no-repeat center center;
}

ul#h_nav li#h_nav03 a {
  background: url("../img/h_nav_03sp.png") no-repeat center center;
}

ul#h_nav li#h_nav04 a {
  background: url("../img/h_nav_04sp.png") no-repeat center center;
}
ul#h_nav li#h_nav02 a,
ul#h_nav li#h_nav03 a,
ul#h_nav li#h_nav04 a {
  min-width:84px;
  width: 100%;
  height: 71px;
  -webkit-background-size: 84px;
  background-size: 84px;
}

/*サブナビゲーション*/
#sub_nav li {
  background-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  border: 2px solid #f8f6f3;
  border-right: none;
  border-top: none;
}
li#sub_nav01 {
  border-left: none;
}

#sub_nav li a {
  background-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #e9ddb6;
  padding: 10px;
  text-indent: 0;
  overflow: hidden;
  height: 100%;
  text-align: center;
  color: #402a07;
}

#sub_nav01 a:hover,
#sub_nav02 a:hover,
#sub_nav03 a:hover,
#sub_nav04 a:hover,
#sub_nav05 a:hover,
#sub_nav06 a:hover {
  width: 100%;
}

/*メインナビゲーション*/
#main_nav li {
  background-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  border: 2px solid #f8f6f3;
  border-right: none;
  border-top: none;
}

#main_nav li a {
  background-image: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #23651c;
  padding: 10px;
  text-indent: 0;
  overflow: hidden;
  height: 100%;
  text-align: center;
  color: #fff;
}
}

/************************************************

Contents

************************************************/

#content-inner { }

#main_contents {
  width: 696px;
  float: left;
  margin-top: 10px;
}

#main_contents.toppage {
  width: 100%;
  float: none;
}

#main_contents .page_title {
  font-size: 170%;
  font-weight: bold;
  border-left: 4px solid #23651c;
  color: #333;
  padding-left: 12px;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

#main_contents .page_title span {
  font-size: 56.1%;
  font-weight: normal;
  padding-bottom: 6px;
  padding-left: 2px;
  display: none;
}

#main_contents .page_title h1 {
  font-weight: bold;
}

#main_contents .entry-title {
  font-size: 183.1%;
  font-weight: bold;
  border-left: 4px solid #23651c;
  color: #333;
  padding-left: 12px;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

#main_contents .entry-title span  {
  font-size: 56.1%;
  font-weight: normal;
  padding-bottom: 6px;
  padding-left: 2px;
  display: none;
}

/*イベント情報*/
#event,#info {
  width: 336px;
  margin-bottom: 20px;
}

/*イベント情報 トップ*/
#main_contents.toppage #event,
#main_contents.toppage #info {
  width: 48%;
  margin-bottom: 30px;
}

#event h3,#info h3 {
  margin-bottom: 0;
  font-weight: bold;
  color: #1d4a24;

}

.ico {
  float: right;
  font-weight: bold;
}

a.ico_calendar {
  border-right: 1px solid #000;
  background: url(../../img/event_cal.gif) no-repeat 90% 50%;
  margin-right: 10px;
  padding-right: 24px;
  font-size: 90%;
  font-weight: bold;
}

a.ico_rss {
  background: url(../../img/title_rss.gif) no-repeat 100% 50%;
  padding-right: 14px;
  font-size: 90%;
  font-weight: bold;
}

a.ico_showall {
  background: url(../../img/title_showall.gif) no-repeat 100% 50%;
  padding-right: 14px;
  font-size: 90%;
  font-weight: bold;
}

.top-border {
  clear: both;
  background: #1d4a24;
  height: 2px;
  margin: 0 0 1em 0;
}

.top-border_g {
  /*clear: both;*/
  background: #1d4a24;
  height: 2px;
  margin: 0 0 1em 0;
  font-size: 90%; !important
}

#event {
  float: left;
}

#event dl {
  margin: 0 !important;
  padding: 0;
}

#event dl dt {
  color: #666;
  font-size: 90%;
  font-weight: bold;
  margin: 0;
  line-height: 100%;
  /*border-left: solid 4px #ccc;
  padding-left: 0.3em;*/
  padding: 3px 0;
}

#event dl dd {
  margin-bottom: 10px;
  padding: 3px 6px 6px 0;
  line-height: 130%;
  border-bottom: dotted 1px #bbb;
  /*background: url(../img/event_dd_bg.png) right bottom no-repeat;*/
}

#event_ban {
  margin: 0;
}

#event_ban li {
  margin-bottom: 5px;
  line-height: 0;
  font-size: 0;
}

#gevent dl {
  margin: 0 !important;
  padding: 0;  !important;
}

#gevent dl dt {
  color: #666;  !important;
  font-size: 90%;  !important;
  font-weight: bold;  !important;
  margin: 0;  !important;
  line-height: 100%;  !important;
  /*border-left: solid 4px #ccc;  !important;
  padding-left: 0.3em;*/
  padding: 3px 0;  !important;
}

#gevent dl dd {
  margin-bottom: 10px;  !important;
  padding: 3px 6px 6px 0;  !important;
  line-height: 130%;  !important;
  border-bottom: dotted 1px #bbb;  !important;
  /*background: url(../img/event_dd_bg.png) right bottom no-repeat;*/
}


/*イベントカレンダー*/
li.event_list a  {
  background: url(../img/sidebar_list01.gif) no-repeat 0px center;
  padding: 0.5em 0 0.5em 16px;
}
#main_contents table.event_calendar  {
  width: 100%;
}
#main_contents table.event_calendar th  {
  background: #23651C;
  color: #fff;
}
#main_contents table.event_calendar th.w40  {
  width: 40px !important;
}

/*イベントカレンダーへのリンクボタン*/
.button-calendar {
  margin-top: 0;
  border: solid 1px #aaa;
  border-top: none !important;
  padding: 8px;
  background: #fff;
}

.button-calendar a {
  display: block;
  padding-left: 14px;
  background: url(../../img/event_cal.gif) 0 4px no-repeat;
  font-weight: bold;
}


/*イベント一覧へのリンクボタン*/
.button-showall {
  margin-top: 20px;
  border: solid 1px #aaa;
  padding: 8px;
  background: #fff;
}

.button-showall a {
  display: block;
  padding-left: 14px;
  background: url(../../img/title_showall.gif) 0 4px no-repeat;
  font-weight: bold;
}

/*pickup*/
#pickup {
  margin-bottom: 1.5em;
}


/*お知らせトピックス(トップ共通)*/
#info {
  float: right;
}

.topics {
  border-bottom: solid 1px #bbb !important;
  border-top: solid 1px #eee;
}

.topics h4 {
  font-size: 100%;
  color: #30347d;
  font-weight: bold;
  line-height: 130%;
  margin: 1em 0 1em;
  clear: both;
}

.topics h4 a {
  color: #30347D;
}

.topics p {
  font-size: 90%;
  line-height: 150%;
}

.topics img {
  float: left;
  margin-right: 10px;
  margin-bottom: 1em;
}

#info dl {
  margin: 0 !important;
  padding: 0;
}

#info dl dt {
  color: #666;
  font-size: 90%;
  line-height: 100%;
  padding: 3px 0;
}

#info dl dt img {
  margin-right: 5px;
}

#info dl dd {
  margin-bottom: 10px;
  padding: 3px 6px 6px 0;
  line-height: 130%;
  border-bottom: dotted 1px #bbb;
}

.list_foot {
  clear: both;
  margin-top: 1em;
  text-align: right;
  line-height: 100%;
  padding: 4px 0;
}

.list_foot a { vertical-align:top;}

/*右サイドバー（トップなど）*/
#main_side {
  width: 220px;float: right;
  margin-top: 10px;
}

/*右サイドバー トップ*/
#main_side.toppage {
  float: none;
  clear: both;
  width: 100%;
}

#main_side p {
  display: inline-block;
  margin: 0 0 8px 0 !important;
}

#main_side.toppage p {
  float: left;
  min-height: 44px;
  margin: 0 19px 10px 0 !important;
}

#main_side.toppage p:nth-child(4n) {
  margin: 0 0 10px 0 !important;
}

#main_side.toppage #side_sub_link {
  float: left;
  width: 220px;
  margin-top: 7px;
}

#main_side p img {
  width: 100%;
}

#main_side.toppage p img {
  width: 220px;
}

#main_side hr {
  display: block;
  visibility: hidden;
  border: 0;
  margin: 0;
  padding: 0;
  height: 10px;
}
#socho {
  margin-bottom: 8px;
}
#side_link {
  margin: 25px 0;
}
#side_link li {
  line-height: 0;
  margin-bottom: 6px;
}
li#saiyo {
  float: left;
}
li#chotatsu {
  float: right;
}

/*パンくず*/
#path {
  line-height: 1.6em;
  font-size: 95%;
  float: left;
  width: 770px;
}
#print_btn {
  width: 163px;
  float: right;
}

/*オビ背景 個別に考える*/
#page_title_image_education {
  background: #ddd url(../img/page_title_image_education.jpg) 250px 0 no-repeat;
  clear: both;
}

#page_title_image_introduction {
  background: #ddd url(../img/page_title_image_introduction.jpg) 250px 0 no-repeat;
  clear: both;
}

#page_title_image_research {
  background: #ddd url(../img/page_title_image_research.jpg) 250px 0 no-repeat;
  clear: both;
}

#page_title_image_international {
  background: #ddd url(../img/page_title_image_international.jpg) 250px 0 no-repeat;
  clear: both;
}

#page_title_image_pr {
  background: #ddd url(../img/page_title_image_pr.jpg) 250px 0 no-repeat;
  clear: both;
}

#page_title {
  clear: both;
  background: #23651c;
  line-height: 100px;
  color: #fff;
  font-size: 165%;
  font-weight: bold;
  margin-bottom: 18px;
  width: 250px;
  text-align: center;
  font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif!important;
}

#page_title.tm {
  background: none #8CC63F;
  padding-left: 0;
  padding: 1px;
}

#page_title.tm span {
  display: block;
  border: 1px solid #fff;
  padding-left: 51px;
}

.news_fiscal_title {
  text-align: center;
  font-weight: bold;
  font-size: 90%;
  padding: 4px 0;
  background: #ddd;
}

.second_page #main_contents,
.second_page #main_side {
  margin-top: 20px;
}

ul.link_list {
  width: 337px;
}

ul.link_list_wide{
  width:774px;
}

ul.link_list li {
  padding-bottom: 1em;
}

ul.link_list_wide li{
  padding-bottom: 1em;
}


/* extra folder */
ul.exfolder {
  width: 695px !important;
  clear: both;
}

li.exfolder-box {
  display: block;
  width: 310px !important;
  float: left !important;
  margin-right: 10px !important;
  border: none !important;
  clear: none !important;
}

li.exfolder-box2 {
  display: block;
  width: 310px !important;
  float: left !important;
  margin-right: 20px !important;
  border: none !important;
  clear: none !important;
}

/* extra folder2 */
ul.exfolder_2 {
  width: 695px !important;
  clear: both;
  padding-bottom: 1em;  !important;
  overflow:hidden;
}

li.exfolder-box_2 {
  display: block;
  width: 310px !important;
  float: left !important;
  margin-right: 10px !important;
  border: none !important;
  clear: none !important;
}

li.exfolder-box2_2 {
  display: block;
  width: 310px !important;
  float: left !important;
  margin-right: 20px !important;
  border: none !important;
  clear: none !important;
}



ul.link_list li p {
  background: #fff;
  border: solid 1px #ccc;
  margin-bottom: 0.5em;
  padding: 1px;
}
ul.link_list.tm li p {
  background: #fff;
}
ul.link_list li p a {
  border-left: 5px solid #23651c;
  display: block;
  padding: 5px 5px 5px 10px;
  color: #333;
  font-weight: bold;
  font-size: 115%;
  line-height: 1.3em;
  cursor: default;
}

ul.link_list li p a:hover {
  text-decoration: none;
}

ul.link_list li ul {
  margin-bottom: 1em;
  line-height: 120% !important;
}

ul.link_list li ul li {
  clear: both;
  display: block;
  font-weight: normal;
  font-size: 108%;
  padding: 5px 0 4px 0;
  width: auto;
  padding-left: 1.5em;
  background: url(../img/list-arrow.png) no-repeat;
  background-position: 10px 10px;
  border-bottom: dashed 1px #ccc;
}

ul.link_list li ul li a {
  line-height: 120% !important;
}

/*ul.link_list li ul li.folder a {
}*/

ul.link_list li ul li.folder a {
   
}

ul.link_list li ul li a {
  line-height: 2em;
}

ul.link_list#list01 {
  float: left;
  margin-right: 20px;
}

ul.link_list#list02 {
  float: left;
}

ul.link_list li ul li ul {
  margin-bottom: 0;
}

ul.link_list li ul li ul li {
  border-top: dashed 1px #ccc;
  border-bottom: none !important;
}

ul.link_list_wide li p {
  background: #fff;
  border: solid 1px #ccc;
  margin-bottom: 0.5em;
  padding: 1px;
}
ul.link_list_wide.tm li p {
  background: #fff;
}
ul.link_list_wide li p a {
  border-left: 5px solid #23651c;
  display: block;
  padding: 5px 5px 5px 10px;
  color: #333;
  font-weight: bold;
  font-size: 115%;
  line-height: 1.3em;
  cursor: default;
}

ul.link_list_wide li p a:hover {
  text-decoration: none;
}

ul.link_list_wide li ul {
  margin-bottom: 1em;
  line-height: 120% !important;
}

ul.link_list_wide li ul li {
  clear: both;
  display: block;
  font-weight: normal;
  font-size: 108%;
  padding: 5px 0 4px 0;
  width: auto;
  padding-left: 1.5em;
  background: url(../img/list-arrow.png) no-repeat;
  background-position: 10px 10px;
  border-bottom: dashed 1px #ccc;
}

ul.link_list_wide li ul li a {
  line-height: 120% !important;
}

/*ul.link_list_wide li ul li.folder a {
}*/

ul.link_list_wide li ul li.folder a {
   
}

ul.link_list_wide li ul li a {
  line-height: 2em;
}

ul.link_list_wide#list01 {
  float: left;
  margin-right: 20px;
}

ul.link_list_wide#list02 {
  float: left;
}

ul.link_list_wide li ul li ul {
  margin-bottom: 0;
}

ul.link_list_wide li ul li ul li {
  border-top: dashed 1px #ccc;
  border-bottom: none !important;
}


ul.link_list_sub {
  margin: 4px 0 !important;
  padding: 0 !important;
  color: #aaa;
 
  overflow: hidden; /*auto → hidden*/


}

ul.link_list_sub:after {
  clear: both;
  
}

ul.link_list_sub li {
  display: block !important;
  float: left !important;
  white-space: nowrap;
  clear: none !important;
  font-size: 90% !important;
  margin-left: 1em;
  padding: 0 0 0.2em 0.5em !important;
  border: none !important;
  background: url(../img/list-arrow-mini.png) no-repeat !important;
  background-position: 0 0.5em !important;
}

ul.link_list_sub li a {
  margin: 0;
  padding: 0;
  color: #23651c;
  text-decoration: underline;
}

    .list_wrap {
        width: 714px;
        overflow: auto;/*auto → hidden*/
    }
    .list_box {
        width: 337px;
        margin-right: 20px;
        float: left;
        display: inline;  /* IE6 fix */
    }

ul.link_list_sub2 {
  margin: 20px 0 !important;
  padding: 0 !important;
  color: #aaa;
 
  overflow: hidden; /*auto → hidden*/


}

ul.link_list_sub2:after {
  clear: both;
  
}

ul.link_list_sub2 li {
  display: block !important;
  white-space: nowrap;;
  font-size: 90% !important;
  margin-left: 2em;
  padding: 0 0 0.2em 0.5em !important;
  border: none !important;
  background: url(../img/list-arrow-mini.png) no-repeat !important;
  background-position: 0 0.5em !important;
}

ul.link_list_sub2 li a {
  margin: 0;
  padding: 0;
  color: #76392f;
  text-decoration: underline;
}

    .list_wrap {
        width: 714px;
        overflow: auto;/*auto → hidden*/
    }
    .list_box {
        width: 337px;
        margin-right: 20px;
        float: left;
        display: inline;  /* IE6 fix */
    }



/*ページ内2カラム（3rd以降）*/
.page_2column .fl_L {
  width: 427px;
  line-height: 1.6;
}
.page_2column .fl_R {
  width: 270px;
}
/*ページ内1カラム（3rd以降）*/
.page_1column .fl_L {
  width: 670px;
}
.page_1column .fl_R {
  display: none;
}

/*3rdページ以降左アコーディオンメニューあり*/
/*class="active"はデフォルトで開く*/
#category_title {
  clear: both;
  background: #23651c;
  line-height: 44px;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
}

.third_page #main_contents {
  float: right;
  margin-top: 0.3em;
  width: 670px;
}

.third_page #page_side_bar {
  float: left;
  margin-top: 0.3em;
  width: 250px;
}

.third_page #page_side_bar_inner {
  background: #fff;
  border: solid 1px #a6a6a6;
}

.third_page #main_side .active {

}
.third_page .asset-body {
  margin-bottom: 1.5em;
  font-size: 100%;
  color: #333;
}
.third_page .asset-more-link {
  margin-bottom: 2.0em;
}

ul.sidebar_list  {
  list-style: none;
  border-top: solid 2px #a6a6a6;
  font-size: 100%;
}
/*現在地*/

/*第1階層*/
ul.sidebar_list li {
  color: #333;
  border-top: solid 1px #a6a6a6;
}

ul.sidebar_list li a  {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 108%;
  border-left: solid 3px #23651c;
  padding: 8px 5px 8px 10px;
  line-height: 120%;
  margin: 1px;
}

ul.sidebar_list li a:hover  {
  border-left: solid 3px #ce4102;
}

ul.sidebar_list ul  {
}

*html ul.sidebar_list li {
  height: 0;
}

ul.sidebar_list li a.active {
  border-left: solid 3px #ce4102;
}

/*第2階層*/
ul.sidebar_list ul li  {
  margin: 0;
  clear: both;
  border-left: solid 5px #a6bfaf;
  border-top: 1px dashed #a6bfaf;
}

ul.sidebar_list ul li a  {
  padding-left: 18px;
  outline: 0;
  color: #03a;
  background: url(../img/list-arrow.png) no-repeat;
  background-position: 10px 10px;
  border: none !important;
  margin: 0;
  line-height: 120% !important;
  font-weight: normal;
  font-size: 100%;
  padding: 6px 6px 6px 18px;
}
ul.sidebar_list ul li a:hover  {
  background: url(../img/list-arrow.png) no-repeat;
  background-position: 10px 10px;
  line-height: 120% !important;
  padding: 6px 6px 6px 18px;
}
ul.sidebar_list ul li a.active {
  outline: 0;
  color: #03a;
  background: url(../img/list-arrow.png) no-repeat;
  background-position: 10px 10px;
  line-height: 120% !important;
  padding: 6px 6px 6px 18px;
  border: none !important;
}

/*第3階層以降*/
ul.sidebar_list ul ul li  {
  border-left: none;
  padding-left: 1em;
}
ul.sidebar_list ul ul li a  {
}
ul.sidebar_list ul ul li a:hover  {
}
ul.sidebar_list ul ul li.active a {
  color: #03a;
}

ul.sidebar_list ul li a.active {
  background-color: #F0F8D3;
}

/*ユーザー入力用タグスタイル*/
strong,b,em {
font-weight: bold;
}
s,del {
 text-decoration: line-through;
}
i {
 font-style: italic;
}
ins,u {
 text-decoration: underline;
}
blink {
 text-decoration: blink;
}
#main_contents table {
border: 1px solid #ccc;
margin: 1.5em 0;

}

#main_contents td, #main_contents th {
padding: 0.5em 0.5em;
border: 1px solid #ccc;
line-height: 1.5;
}

#main_contents th {
font-weight: bold;
text-align: center;
background: #f2f2f2;
}

table.wide {
  width: 100%;
  margin: 5px 10px;
}
table.font-small td,th {
  font-size: 90%;
}

caption {
font-weight: bold;margin-bottom: 0.5em;
}
blockquote {
border: 1px solid #23651C;
padding: 1em;
font-style: italic;
margin: 0.5em;
background: #f2f2f2;
}
.asset-body blockquote p {
 margin-bottom: 0px;
}


div.imagebox {
   float: left;
   font-size: 90%;
}

div.imagebox_left{
float: left;
padding: 0 1px 1px 1px;
}

.imagebox_left span{
display: block;
font-size: 90%;
text-align: center;
}

div.imagebox_right{
float: right;
padding: 0 1px 1px 1px;
}

.imagebox_right span{
display: block;
font-size: 90%;
text-align: center;
}

div.clear{
clear: both;
margin: 0 0 10px 0;
}
div.third_page #main_contents ul, #main_contents ol, #main_contents dl {
margin-bottom: 15px;
margin-left: 15px;
}

/* Add 2015.03.26 */
#main_contents .info-wide-g dl {
margin-left: 0;
}


div.third_page #main_contents ul li {
list-style-type: disc;
list-style-position: inside;
}
div.third_page #main_contents ol li {
list-style-type: decimal;
}
div.third_page #main_contents dl dt {
border-bottom: 1px dotted #888;
font-weight: bold;
margin-top: 1em;
margin-bottom: 8px;
}
div.third_page #main_contents dl dd {
margin-left: 10px;
margin-bottom: 1.5em;
line-height: 150%;
}
.third_page .asset-body {
padding: 0 10px;
}

.asset-body p {
line-height: 1.8;
margin-bottom: 1em;
margin-left: 15px;
padding: 0;
}
.asset-body h1 {
 font-size: 155%;
font-weight: bold;
margin-bottom: 0.5em;

}
.asset-body h2 {
  clear: both;
  line-height: 1.5;
  font-size: 120%;
  font-weight: bold;border-bottom: 1px solid #23651C;
  margin-bottom: 1em;
  border-left: 4px solid #23651C;padding: 2px 8px;
  color: #23651c;
}
.asset-body h3 {
  line-height: 1.5;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 1em;
  border-bottom: solid 1px #23651c;
  color: #23651c;
/* background: url(../img/h3_bg.png) 5px 8px no-repeat; */
  padding: 0px 8px;
}
.asset-body h4 {
  font-size: 105%;
  font-weight: bold;
  margin: 1em 0 0.5em 0;

}
.asset-body h5 {
  font-size: 100%;
  font-weight: bold;
  color: #532;
  margin-bottom: 0.5em;

}
.asset-body h6 {
  font-size: 85%;
  font-weight: bold;
  margin-bottom: 1em;

}

.asset-body ol li {
  line-height: 1.8em;
  margin-bottom: 0.2em;
  margin-left: 1em;
}

.asset-body ul li {
  float: none;
  font-weight: normal;
  padding-bottom: 0;
  width: auto;
  padding-left: 1.5em;
  line-height: 1.5em;
  list-style: none !important;
  background-position: 10px 10px;
  border-bottom: dashed 1px #ccc;
}
/* add 2012.1.6 */
#content.third_page .asset-body ul li { background:none; border-bottom:none; list-style:disc; padding-left: 0; }
/* add 2012.1.6 */

.asset-body ul li ul {
  padding-left: 10px;
  margin-bottom: 0.5em;
}
.asset-body ul li ul li {
  margin-bottom: 0.2em;
  padding: 0;
  list-style: disc;
  list-style-position: inside;
}

/*ページ下部リンク*/
#footer_link {
  display: none;
  padding-top: 30px;
}

#footer_link ul {
  padding: 0;
}

#footer_link ul li {
  float: left;
  width: 224px;
  margin-left: 15px;
  line-height: 0;
  padding-bottom: 1em;
  color: #333;
}

#footer_link ul li#fnav_manabu {
  margin-left: 0px;
}

#footer_link ul li#fnav_jizoku {
  margin-left: 14px;
}

#footer_link ul li ul {
  background: #f0ead5;
  min-height: 190px;
  padding: 0;
  width: 224px;
}

#footer_link ul li ul li {
  float: none;
  margin-left: 0;
  font-size: 100%;
  line-height: 130%;
  border-bottom: 1px dashed #b3b3b3;
  margin-bottom: 0;
  padding-bottom: 0;
}

#footer_link ul li ul li: last-child {
  border-bottom: none;
}

#footer_link ul li ul li a {
  display: block;
  padding: 0.3em 5px;
}

#footer_link ul li ul li a:hover {
  background-color: #E0D5A9;
}

/*ページ下部リンク2nd*/
#footer_link2 {
  padding-left: 1px;
  font-size: 100%;
  font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif!important;
}

#footer_link2 ul li {
  float: left;
  width: 156px;
  line-height: 1;
  padding-bottom: 1em;
}

#footer_link2 ul li.small {
  width: 157px;

}

#footer_link2 ul li a {
  color: #000;
  font-weight: bold;
}

#footer_link2 ul li a.footer-title  {
  background: #e2cc8c;
  display: block;
  width: 136px;
  padding: 0.5em 10px;
  border-right: 1px solid #fff;
  text-align: center;
}

#footer_link2 ul li a.footer-title-first  {
  background: #e2cc8c;
  display: block;
  width: 135px;
  padding: 0.5em 10px;
  border-right: 1px solid #fff;
  text-align: center;
}

#footer_link2 ul li ul {
  background: none;
  padding-top: 5px;
  margin: 0;
}

#footer_link2 ul li ul li {
  float: none;
  margin-left: 0;
  font-size: 90%;
  line-height: 1.5em;
  padding: 0;
  border-bottom: dashed 1px #e2cc8c;
}

#footer_link2 ul li ul li a {
  display: block;
  color: #30347D;
  font-weight: normal;
  margin-left: 5px;
}



/*上に戻る*/
p#gotop {
  background-color: #fff;
  text-align: right;
  clear: both;
  width: 940px;
  margin: 0 auto;
  padding-top: 15px;
  height: 22px;
  margin-top: 30px;
}

p#gotop a {
  float: right;
  display: block;
  background: url(../img/ico_gotop.gif) no-repeat 0% 0% #30347d;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  padding: 4px 4px 4px 22px;
}


/*教職員向け*/
a#staff-only {
  float: left !important;
  background: #532 !important;
  padding: 4px 8px !important;
}

p#gotop a {
  float: right;
  display: block;
  background: url(../img/ico_gotop.gif) no-repeat 0% 0% #30347d;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  padding: 4px 4px 4px 22px;
}


/*footer*/
#footer {
  color: #fff;
  font-size: 85%;
  font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif!important;
}
#footer {
  width: 940px;
  background-color: #23651C;
  margin: 0 auto;
}
#footer-inner {
  width: 940px;
  margin: 0 auto;
  padding: 10px 0 40px 0;

}
#footer-content {
  width: 917px;
  margin: 0 auto;
  background-color: #16550F;
}
#foot_logo {
  float: left;
  width: 219px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0 0 20px;
  font-size: 16px;
}
#foot_info {
  width: 677px;
  float: right;
}
#foot_info address {
  margin-top: 10px;
  float: left;
  width: 280px;
}
#foot_info ul {
  float: right;
  width: 380px;
  text-align: right;
  margin: 10px 10px 5px 0;
  display: inline;
}
#foot_info ul li {
  border-right: 1px solid #fff;
  float: right;
  padding-right: 0.3em;
  margin-right: 0.4em;
  margin-bottom: 0.3em;
  white-space: nowrap;
}
#foot_info ul li a {
  color: #fff;
}
#copy {
  text-align: right;
  margin: 5px 10px 0 0;
  clear: both;
  font-size: 85%;
}


a.icon  {
  background: url(../img/sidebar_list01.gif) no-repeat 0px center;
  padding: 0.5em 0 0.5em 16px;
}

/* add 2012.1.4 */
#main_contents table.noborder { border:none; }
#main_contents table.noborder td, #main_contents table.noborder th{border:none; }
#main_contents table.tight td,th { margin:0; padding:2px !important; }




ul.std-list {
list-style-type: none;
margin: 0;
padding: 0;
}

ul.std-list li {
  display: block;
  margin: 0.2em 0;
  padding-left: 2em !important;
  background: url(../img/list-rect.png) no-repeat 0.5em 0.5em !important;
}

ul.std-list ul {
  margin: 0 !important;
  padding: 0 !important;
}

ul.std-list li li {
  display: block;
  margin: 0.2em 0 !important;
  padding-left: 1.5em !important;
  background: url(../img/list-arrow.png) no-repeat 0.5em 0.5em !important;
}

ul.table-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-table;
}

ul.table-list li {
  display: block;
  width: 25%;
  padding: 0.5em;
  float: left !important;
  padding-left: 1.5em !important;
  background: url(../img/list-rect.png) no-repeat 0.5em 1em !important;
}

ul.table-list2 {
  list-style-type: none;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  width: 100% !important;
  display: inline-table !important;
}

ul.table-list2 li {
  display: block !important;
  clear: none !important;
  width: 42%;
  padding: 0;
  float: left !important;
  padding-left: 2em !important;
  background: url(../img/list-rect.png) no-repeat 0.5em 0.5em !important;
}

ul.table-list2 ul {
  margin: 0 !important;
  padding: 0 !important;
}

ul.table-list2 ul li {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 10px !important;
  background: url(../img/list-arrow.png) no-repeat 0 0.5em !important;
}

ul.table-list-in-list {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  border-bottom: solid 1em #fff;
}

ul.table-list-in-list:after {
  margin-bottom: 1em !important;
}

ul.table-list-in-list li {
  display: block !important;
  clear: none !important;
  width: 45%;
  font-size: 90%;
  line-height: 120%;
  padding: 0.5em;
  float: left !important;
  padding-left: 2em !important;
  background: url(../img/list-rect.png) no-repeat 0.5em 1em !important;
}

ul.table-list-in-list li a {
  color: #333;
}

ul.body-menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.body-menu-list li {
  display: block;
  margin: 0.5em 0;
  padding-left: 1.5em !important;
  background: url(../img/list-rect2.png) no-repeat 0.5em 0.5em !important;
  clear: both;
}

ul.body-menu-list ul {
  margin: 0 !important;
  padding: 0 !important;
}

ul.body-menu-list ul li {
  padding-left: 1.5em;
  background: url(../img/list-arrow.png) no-repeat !important;
  background-position: 10px 5px !important;
}

ul.body-menu-list-2nd {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.body-menu-list-2nd li {
  list-style: none !important;
  padding-left: 1.5em;
  margin-left: 0;
  background: url(../img/list-arrow.png) no-repeat !important;
  background-position: 10px 5px !important;
}



.image-right {
  float: right;
}

.image-right img {
  border: none;
  margin: 5px 0 5px 5px;
}

dl.image-showcase {
  display: block;
  float: left;
}

dl.image-showcase dt {
  width: 300px;
  border-bottom: solid 1px #aaa;
}

dl.image-showcase dd img {
  border: none;
  margin: 10px;
}

dl.show-all {
  font-size: 120%;
}

dl.show-all dt {
  color: #333;
}

.info-wide {
  margin-bottom: 30px;
  width: 694px;
  font-size: 108%;
}

.info-wide h3 {
  margin-bottom: 0;
  font-weight: bold;
  color: #1d4a24;
  background: none !important;
}

.info-wide dt {
  clear: left;
  float: left;
  width:10em;
  padding:0.3em 0 !important;
  _width:10em; /* WinIE */
  white-space:nowrap;
  margin: 0 !important;
  height: auto !important;
  border-bottom: none !important;
  line-height: 130% !important;
}

.info-wide dd {
  height: auto !important;
  padding:0.3em 0 0.3em 10em !important;
  margin: 0 !important;
  background: url(../img/list-arrow.png) 8.7em 0.7em no-repeat;
  border-bottom: dashed 1px #ccc !important;
  line-height: 130% !important;
}

.info-wide-g {
  margin-bottom: 30px;
  width: 694px;
  font-size: 108%;
  
}

.info-wide-g h3 {
  margin-bottom: 0;
  font-weight: bold;
  color: #1d4a24;
  background: none !important;
}

.info-wide-g dt {
  clear: left;
  float: left;
  width:12em;
  padding:0.3em 0 !important;
  _width:10em; /* WinIE */
  white-space:nowrap;
  margin: 0 !important;
  height: auto !important;
  border-bottom: none !important;
  line-height: 130% !important;
}

.info-wide-g dd {
  height: auto !important;
  padding:0.3em 0 !important;
  margin: 0 !important;
  background: url(../img/list-arrow.png) 10.7em 0.7em no-repeat;
  border-bottom: dashed 1px #ccc !important;
  line-height: 130% !important;
}


.pdf-box {
  border: #666666 1px dotted;
  font-size: 80%;
  padding: 8px;
  margin: 0 auto;
  width: 550px;
  text-align: right
}

span.pdf {
  display: inline-block;
  width: 16px; height: 16px;
  background: url(../img/pdficon_small.png) no-repeat 0 0 ;
  margin-left: 4px;
  font-size: 10px;
  text-indent: 100%;
  overflow: hidden;
}

span.outside {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 4px;
  font-size: 5px;
  background: url(../img/window_open_icon.png) no-repeat;
  text-indent: 100%;
  overflow: hidden;
}

span.ichoc{
float: center;
}

span.ichor{
float: right;
}

/*admission*/
table.haikei_menu {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  border: none !important;
}

table.haikei_menu td {
  border-left: solid 1px #8f6e07 !important;
  border-top: solid 1px #8f6e07 !important;
  background: url(/admission/img/menu_haikei.png) right bottom no-repeat;
}

p.return {
  font-size: 90%;
  text-align: right;
}


table.icho {
 border-collapse: collapse;
 border: solid 010px #ffffff !important;
 margin: 0px;
 padding: 0px;
 width: 550px;
}

table.icho td{
 border:0px #ffffff !important;
}

table.icho tr{
 border:0px #ffffff !important;
}

table.icho2 {
 border-collapse: collapse;
 border: solid 010px #ffffff !important;
 margin: 0px;
 padding: 0px;
 width: 580px;
}

table.icho2 td{
 border:0px #ffffff !important;
}

table.icho2 tr{
 border:0px #ffffff !important;
}


p.gakusei_yamagoya{
border-style: dashed none dashed none !important;
border-style: solid;
border-width: 1px;
margin-left: -1px;
}

table.pro {
 border-collapse: separate;
 background-color: transparent;
 border: solid 010px #ffffff !important;
 margin: 0px;
 padding: 0px;
 border-radius: 1em;
}

table.pro th{
 border-collapse: separate;
 background-color: transparent;
 border: solid 010px #ffffff !important;
 margin: 0px;
 padding: 0px;
}

table.pro td{
 border-collapse: separate;
 border: solid 1px;
 margin: 0px;
 padding: 0px;
 border-radius: 1em;
}

table.pro tr{
 background-color: transparent;
 border:0px #ffffff !important;
}


/*SP*/
@media screen and (max-width: 480px) {
#main_contents {
  width: 100%;
  float: none;
  margin-top: 10px;
}

#main_contents:after {
    content: "";
    display: block;
    clear: both;
}

.third_page #main_contents {
  float: none;
  margin-top: 0.3em;
  width: 100%;
}

#page_title {
  width: 150px;
  font-size: 123.1%;
  margin-bottom: 30px;
}

#main_contents .page_title {
  margin-left: 10px;
}


#main_contents .page_title h1 {
  font-weight: bold;
}

#page_title_image_research .page_title {
width: 150px;
margin-bottom: 30px;
padding: 27px 0 26px;
font-size: 123.1%;
line-height: 1.5;
}


/*オビ背景 個別に考える*/
#page_title_image_education {
  background-position: -30px 0;
}

#page_title_image_introduction {
  background-position: 80px 0;
}

#page_title_image_research {
  background-position: -50px 0;
}

#page_title_image_international {
  background-position: 80px 0;
}

#page_title_image_pr {
  background-position: 80px 0;
}

/*イベント情報*/
#event,#info {
  width: 100%;
  margin-bottom: 20px;
}

/*イベント情報 トップ*/
#main_contents.toppage #event,
#main_contents.toppage #info {
  width: 100%;
}

#event h3,#info h3 {
  padding: 0 10px 10px;
  font-size: 123.1%;
}

#event dl dt,
#info dl dt {
  color: #23651c;
  font-size: 100%;
  padding: 3px 10px;
  background: #f2f3f2; /* Old browsers */
  background: -webkit-linear-gradient(#ffffff 20%, #f2f3f2 100%);
  background: -o-linear-gradient(#ffffff 20%, #f2f3f2 100%);
  background: linear-gradient(#ffffff 20%, #f2f3f2 100%);
}

#event dl dd,
#info dl dd {
  margin-bottom: 10px;
  padding: 3px 6px 10px 0;
  border-bottom: solid 1px #dcdcdc;
  background: #d7d7d7; /* Old browsers */
  background: -webkit-linear-gradient(#f2f3f2 50%, #d7d7d7 100%);
  background: -o-linear-gradient(#f2f3f2 50%, #d7d7d7 100%);
  background: linear-gradient(#f2f3f2 50%, #d7d7d7 100%);
}

#event dl dd a,
#info dl dd a {
  display: block;
  margin: -32px 0 -10px;
  padding: 32px 20px 10px 10px;
  background: url("../img/icon_link_01sp.png") no-repeat right center;
  -webkit-background-size: 11px;
  background-size: 11px;
}

a.ico_calendar {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  margin: 0 auto 10px;
  padding: 10px 0;
  border: 1px solid #bfbfbf;
  background: url(../../img/event_cal.gif) no-repeat 29% 50%;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
}

a.ico_rss {
  display: none;
}

a.ico_showall {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  margin: 0 auto 10px;
  padding: 10px 0;
  border: 1px solid #bfbfbf;
  background: url(../../img/title_showall.gif) no-repeat 19% 50%;
  padding-right: 14px;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
}

.ico .ico_showall {
  width: 100%;
  border: none;
  background: url(../../img/title_showall.gif) no-repeat 100% 50%;
  margin: 3px 0 0 0;
  padding: 0 14px 0 0;
  font-size: 90%;
  font-weight: bold;
}

#info a.ico_showall {
  background-position: 22% 50%;
}

.info-wide .top-border,
.info-wide-g .top-border_g {
  margin: 0;
}

/*右サイドバー（トップなど）*/
#main_side {
  position: relative;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 10px 0;
}

#main_side.toppage p {
  float: none;
}

#main_side.toppage #side_sub_link {
  float: none;
  width: 100%;
}

#main_side:after {
    content: "";
    display: block;
    clear: both;
}

#main_side p {
  display: block;
  width: 100%;
}

.half_bnr p {
  float: left;
  width: 48% !important;
}

.half_bnr p:nth-child(odd) {
  padding-right: 4%;
}

#main_side img {
  width: 100%;
  height: auto;
}

#main_side.toppage p img {
  width: 100%;
}

#main_side hr {
  display: none;
}

#main_side ul {
  margin-bottom: 20px;
}

#main_side ul:after {
  content: "";
  display: block;
  clear: both;
}

li#saiyo {
  width: 48%;
}
li#chotatsu {
  width: 48%;
}
li#saiyo img,
li#chotatsu img {
  width: 100%;
  height: auto;
}

/*パンくず*/
#path {
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}

#print_btn {
  display: none;
}

.asset-body p {
margin-left: 0;
}

.asset-body h2 {
  margin: 0 10px 1em;
}

.asset-body h3 {
  margin: 0 10px 1em;
}
.asset-body h4 {
  margin: 1em 10px 0.5em;

}
.asset-body h5 {
  margin: 10px 10px 0.5em;
}
.asset-body h6 {
  margin: 0 10px 1em;

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


/*上に戻る*/
p#gotop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  margin-bottom: 2px;
  padding: 15px 0 0 0;
}

/*教職員向け*/
p#gotop a#staff-only {
  display: none;
}

/*ページ下部リンク*/
#footer_link {
  display: none;
}

/*ページ下部リンク2nd*/
#footer_link2 {
  display: none;
}

/*footer*/
#footer {
  width: 100%;
}
#footer-inner {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 160px 10px 10px;
}
#footer-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  text-align: center;
}
#foot_logo {
  float: none;
  width: 100%;
  padding: 0;
}
#foot_info {
  float: none;
  width: 100%;
}
#foot_info address {
  float: none;
  width: 100%;
}
#foot_info ul {
  position: absolute;
  display: block;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  text-align: center;
}
#foot_info ul li {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 10px;
  border-right: none;
  border-bottom: 1px solid #fff;
  background: url("../img/icon_link_02sp.png") no-repeat 95% center;
  -webkit-background-size: 6px;
  background-size: 6px;
}
#foot_info ul li:nth-child(odd) {
  border-right: 1px solid #fff;
}
#copy {
  margin-top: 20px;
  text-align: center;
}

ul.table-list-in-list li {
  box-sizing: border-box;
  width: 100%;
}

.list_wrap {
width: 100%;
}
.list_wrap .list_box {
float:none;
width: 100%;
margin-right: 0;
}
.list_wrap .list_box:first-child li p {
margin-top: 0;
}

/* extra folder */
ul.exfolder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}

/* extra folder2 */
ul.exfolder_2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  padding-bottom: 0;
}


ul.link_list,
ul.link_list_wide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
ul#list01.link_list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

ul.link_list li ul {
  display: none;
}

ul.link_list li {
  padding-bottom: 0;
}

ul.link_list li p {
  margin-top: -1px;
  margin-bottom: 0;
  border-right: none;
  border-left: none;
}

ul.exfolder_2 li p {
  margin-top: 0;
}

ul.link_list li p a {
  cursor: pointer;
  padding: 10px 30px 10px 10px;
  background: url("../img/icon_link_01sp.png") no-repeat 98% center;
  -webkit-background-size: 11px;
  background-size: 11px;
}

/*ページ内1カラム（3rd以降）*/
.page_1column {
  padding: 0;
}

.page_1column .fl_L {
  width: 100%;
}

/*3rdページ以降左アコーディオンメニューあり*/
/*class="active"はデフォルトで開く*/

.third_page #main_contents {
  float: none;
  width: 100%;
}

.third_page #page_side_bar {
  display: none;
}



.info-wide {
  width: 100%;
}

.info-wide-g {
  width: 100%;
}

.info-wide h3,
.info-wide-g h3 {
  padding: 0 10px 10px;
  font-size: 123.1%;
}

.info-wide dl dt,
.info-wide-g dl dt {
  display: block;
  float: none;
  color: #23651c;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px 3px !important;
  background: #f2f3f2; /* Old browsers */
  background: -webkit-linear-gradient(#ffffff 20%, #f2f3f2 100%);
  background: -o-linear-gradient(#ffffff 20%, #f2f3f2 100%);
  background: linear-gradient(#ffffff 20%, #f2f3f2 100%);
}

.info-wide dl dd,
.info-wide-g dl dd {
  display: block;
  float: none;
  margin-bottom: 10px;
  padding: 3px 6px 10px 0 !important;
  border-bottom: solid 1px #dcdcdc !important;
  background: #d7d7d7; /* Old browsers */
  background: -webkit-linear-gradient(#f2f3f2 50%, #d7d7d7 100%);
  background: -o-linear-gradient(#f2f3f2 50%, #d7d7d7 100%);
  background: linear-gradient(#f2f3f2 50%, #d7d7d7 100%);
}

.info-wide dl dd a,
.info-wide-g dl dd a {
  display: block;
  margin: -34px 0 -10px;
  padding: 34px 20px 10px 10px;
  background: url("../img/icon_link_01sp.png") no-repeat right center;
  -webkit-background-size: 11px;
  background-size: 11px;
}

.masonry-brick {
  position: relative !important;
}

.pdf-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 97%;
}

}