@charset "utf-8";

/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}p{margin-bottom:0;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}


/*---------------------------------------
    ビジュアルエディタ用CSS
----------------------------------------*/
/* editor */
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
/* img */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
/* clearfix */
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: ""
    display: block;
    clear: both;
}

/*----------------------------------------
    Base style
----------------------------------------*/
body {
  min-width: 980px;
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 76%;
  line-height: 1.6;
  color: #333333;
  background: #f3f3f3;
  overflow-x:hidden;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: underline;
}
.sp_message {
  display: none;
}
ol {
  list-style: none;
}
.inner {
  width: 980px;
  margin: 0 auto;
}
.inner:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
.bg_hover:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
#wrapper {
  min-width: 980px;
  padding-left:46px;
}
#wrapper .wide_scroll {
  margin-bottom: 20px;
}
#contents .style_01 {
  font-size: 200%;
  margin-bottom: 20px;
  background: url(/img/share/bg-contact_line.png) repeat-x left bottom;
}
#contents .style_01 span {
  background: url(/img/share/bg-contact_line_02.png) repeat-x left bottom;
  color: #168bd5;
  display: inline-block;
  padding: 0 110px 13px 25px;
}
#contents .style_01.color_green span {
  color: #b5d244;
  background: url(/img/share/bg-contact_line_09.png) repeat-x left bottom;
}
#contents .style_01.color_purple span {
  color: #8d79be;
  background: url(/img/share/bg-contact_line_03.png) repeat-x left bottom;
}
#contents .style_01.color_orange span {
  color: #fe8b0a;
  background: url(/img/share/bg-contact_line_04.png) repeat-x left bottom;
}
#contents .style_01.color_yellow span {
  color: #e0c304;
  background: url(/img/share/bg-contact_line_05.png) repeat-x left bottom;
}
#contents .style_01.color_blue02 span {
  color: #6acef2;
  background: url(/img/share/bg-contact_line_06.png) repeat-x left bottom;
}
#contents .style_01.color_blue03 span {
  color: #6599ff;
  background: url(/img/share/bg-contact_line_07.png) repeat-x left bottom;
}
#contents .style_01.color_green02 span {
  color: #70b19d;
  background: url(/img/share/bg-contact_line_08.png) repeat-x left bottom;
}
#contents .style_01.color_deep_purple span {
  color: #B44193;
  background: url(/img/share/bg-contact_line_10.png) repeat-x left bottom;
}
#contents .style_01.color_navy_blue span {
  color: #0053A6;
  background: url(/img/share/bg-contact_line_11.png) repeat-x left bottom;
}


/*----------------------------------------
    margin
----------------------------------------*/
.mt0 { margin-top:0px;} .mt5 { margin-top:5px;}
.mt10 { margin-top:10px;} .mt15 { margin-top:15px;}
.mt20 { margin-top:20px;} .mt25 { margin-top:25px;}
.mt30 { margin-top:30px;} .mt35 { margin-top:35px;}
.mt40 { margin-top:40px;} .mt45 { margin-top:45px;}
.mt50 { margin-top:50px;} .mt55 { margin-top:55px;}
.mt60 { margin-top:60px;} .mt65 { margin-top:65px;}
.mt70 { margin-top:70px;} .mt75 { margin-top:75px;}
.mt80 { margin-top:80px;} .mt90 { margin-top:90px;}
.mt100 { margin-top:100px;} .mt110 { margin-top:110px;}

/*-----------------------------------------------
フォントスタイル・サイズ・カラー
-----------------------------------------------*/
.bold { font-weight:bold;}
.normal { font-weight:normal;}

.size10 { font-size:77%;}
.size11 { font-size:85%;}
.size12 { font-size:93%;}
.size13 { font-size:100%;}
.size14 { font-size:108%;}
.size15 { font-size:116%;}
.size16 { font-size:123.1%;}
.size17 { font-size:131%;}
.size18 { font-size:138.5%;}
.size19 { font-size:146.5%;}
.size20 { font-size:153.9%;}
.size21 { font-size:161.6%;}
.size22 { font-size:167%;}
.size23 { font-size:174%;}
.size24 { font-size:182%;}
.size25 { font-size:189%;}
.size26 { font-size:197%;}

/*-----------------------------------------------
フォントカラー
-----------------------------------------------*/
.color01{
  color: #ff0000;
}


/*----------------------------------------
    header
----------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}
#header #header_message {
  padding-bottom: 9px;
  background: #ffffff;
}
#header .header_title {
  width: 198px;
  float: left;
  margin-top: 12px;
}
#header h1 a {
  display: block;
  width: 198px;
  height: 34px;
  background: url(/img/share/logo.png) no-repeat left top;
}

/*  top_nav
----------------------------------------*/
#header .top_nav {
  float: left;
  width: 480px;
  padding-top: 19px;
  text-align: left;
  padding-right: 4px;
	padding-left: 16px;
}
#header .top_nav li {
  padding: 0 2px 0 5px;
  display: inline-block;
  line-height: 1.2;
  background: url(/img/share/bg-line_dotted.png) repeat-y left top;
}
#header .top_nav li.first {
  background: none;
}
/*  menu_message
----------------------------------------*/
#header .menu_message {
  float: right;
  width: 281px;
}
#header .menu_message:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
#header .menu_message .search_area {
  width: 149px;
  float: left;
  margin-top: 14px;
  position: relative;
}

#header .menu_message .search_area form.gsc-search-box,
#header .menu_message .search_area table.gsc-search-box{
  margin-bottom : 0;
}

#header .menu_message .search_area .gsc-input-box {
	/*width: 121px;*/
}
#header .menu_message .search_area table.gsc-search-box {
	width: 149px;
}
#header .menu_message .search_area .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0;
	vertical-align: top;
}
#header .menu_message .search_area .gsc-search-box-tools .gsc-search-box .gsc-search-button {
	width: 15px;
	height: 15px;
	background-color: #5b5b5b;
	padding: 0 2px;
}
#header .menu_message .search_area .gsib_a {
	padding-top: 0;
}
#header .menu_message .search_area input.gsc-input {
  font-family: "メイリオ", "Meiryo", sans-serif;
	font-size: 100%;
	line-height: 25px;
}
#header .menu_message .search_area input.gsc-search-button,
#header .menu_message .search_area input.gsc-search-button:hover,
#header .menu_message .search_area input.gsc-search-button:focus {
	width: 15px;
	border: none;
	background: none;
	margin: 0;
	vertical-align: middle;
}

#header .menu_message .search_area .cse .gsc-search-button input.gsc-search-button-v2,
#header .menu_message .search_area input.gsc-search-button-v2 {
	padding: 0;
}

#header .menu_message .search_area .gsc-input-box {
  border: none;
  background: #ffffff;
  height: 25px;
}

#header .menu_message .search_area .gsc-search-box .gsc-input>input:hover,
#header .menu_message .search_area .gsc-input-box-hover {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
#header .menu_message .search_area .gsc-search-box .gsc-input>input:focus,
#header .menu_message .search_area .gsc-input-box-focus {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
#header .menu_message table.gsc-search-box td.gsib_a {
	padding: 0;
	vertical-align: top;
}
#header .menu_message table.gsc-search-box td.gsib_b {
	vertical-align: middle;
}

#header .menu_message table.gsc-search-box td.gsib_b .gsst_a {
	padding-top: 0;
}
#header .menu_message table.gsc-search-box td.gsib_b .gsst_a .gscb_a {
	line-height: 25px;
}


#header .menu_message .search_area {
  border: 1px solid #e8e6e4;
  width: 147px;
  float: left;
  margin-top: 14px;
  position: relative;
}
#header .menu_message .search_area .search_button {
  position: absolute;
  top: 0;
  right: 0;
}
#header .menu_message .search_area .search_button img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#header .menu_message .search_area input {
  border: none;
  width: 121px;
  height: 25px;
  line-height: 25px;
}


#header .menu_message .document_request {
  width: 120px;
  float: right;
}
#header .menu_message .document_request a {
  display: block;
  width: 120px;
  height: 41px;
  background: url(/img/share/btn-data_request.png) no-repeat left top;
}

/*----------------------------------------
    nav
----------------------------------------*/
nav {
  background: #168bd5
}
nav ul {
  width: 100%;
}
nav ul:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul#global_nav > li.open:after {
  content:"";
  width: 46px;
  height: 33px;
  background: url(/img/share/bg-global_menu02.png) no-repeat left bottom;
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -23px;
  z-index: 100;
}
nav li .sub_message_area {
  padding-top:29px;
  position: absolute;
  display: none;
  z-index: 100;
}
nav li .sub_message {
  display: none;
  background: #ffffff;
  padding: 27px 0 18px 18px;
  border: 3px solid #147dc0;
  overflow: auto;
  max-height: 550px;/*max-height: 460px;osu_i変更*/
  width: 100%;
}
nav li .sub_message .item {
  width: 160px;
  padding-left: 10px;
  padding-bottom: 10px;
}
nav li .sub_message .item .photo {
  padding-bottom: 9px;
  position: relative;
}
nav li .sub_message .item .photo:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(/img/share/bg-global_blue.png) no-repeat left top;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100
}
nav li .sub_message .item .photo.color_green:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(/img/share/bg-global_green.png) no-repeat left top;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100
}
nav li .sub_message .item .photo.color_green02:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(/img/share/bg-global_green02.png) no-repeat left top;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100
}
nav li .sub_message .item .photo.color_blue02:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(/img/share/bg-global_blue02.png) no-repeat left top;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100
}
nav li .sub_message .item .photo.color_blue03:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(/img/share/bg-global_blue03.png) no-repeat left top;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100
}
nav li .sub_message .item .photo.color_orange:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(/img/share/bg-global_orange.png) no-repeat left top;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100
}
nav li .sub_message .item .photo.color_yellow:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(/img/share/bg-global_yellow.png) no-repeat left top;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100
}
nav li .sub_message .item .photo.color_purple:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(/img/share/bg-global_purple.png) no-repeat left top;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100
}
nav li .sub_message .item .photo.color_navy_blue:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(/img/share/bg-global_navy_blue.png) no-repeat left top;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100
}
nav li .sub_message .item .photo.color_deep_purple:after {
  content: "";
  width: 26px;
  height: 24px;
  background: url(/img/share/bg-global_deep_purple.png) no-repeat left top;
  position: absolute;
  bottom: 9px;
  right: 0;
  z-index: 100
}
nav li .sub_message .item dl {
  padding: 0 13px 0 0;
  background: url(/img/share/bg-dotted_01.png) repeat-y 1px top;
}
nav li .sub_message .item.special {
  clear: both;
  float: left;
}
nav li .sub_message .item dt,
nav li .sub_message .item > p {
  font-size: 117%;
  font-weight: bold;
  padding-left: 14px;
  line-height: 1.2;
  background: url(/img/share/bg-circle_03.png) no-repeat 1px -5px;
}
nav li .sub_message .item dd {
  padding-top: 8px;
}
nav li .sub_message .item dd ul li {
  font-size: 109%;
  padding-left: 25px;
  float: none;
  padding-bottom: 2px;
  background: url(/img/share/bg-dotted_02.png) no-repeat 5px 7px;
}
nav li .sub_message .item dd ul li.last {
  background:url(/img/share/bg-dotted_03.png) no-repeat 1px 0;
}
nav li .sub_message .item dd ul li.last02 {
  background:url(/img/share/bg-dotted_04.png) no-repeat 1px 0;
}
nav li .sub_message .item .small_list {
  left: -17px;
  position: relative;
}
nav li .sub_message .item .small_list li {
  background: url(/img/share/bg-dotted_02.png) no-repeat 5px 9px;
}
nav li.open .sub_message_area {
  display: block;
}
nav li p.menu a {
  width: 140px;
  height: 40px;
  display: block;
  text-indent: -9999px;
}
nav li#university_guide_nav p.menu a {
  background:url(/img/share/btn-university_guide_off.jpg) no-repeat top left;
}
nav li#university_guide_nav p.current a {
  background:url(/img/share/btn-university_guide_on.jpg) no-repeat top left;
}

nav li#faculty_science_nav p.menu a {
  background:url(/img/share/btn-faculty_science_off.jpg) no-repeat top left;
}
nav li#faculty_science_nav p.current a {
  background:url(/img/share/btn-faculty_science_on.jpg) no-repeat top left;
}

nav li#graduate_school_nav p.menu a {
  background:url(/img/share/btn-graduate_school_off.jpg) no-repeat top left;
}
nav li#graduate_school_nav p.current a {
  background:url(/img/share/btn-graduate_school_on.jpg) no-repeat top left;
}

nav li#entrance_examination_information_nav p.menu a {
  background:url(/img/share/btn-entrance_examination_information_off.jpg) no-repeat top left;
}
nav li#entrance_examination_information_nav p.current a {
  background:url(/img/share/btn-entrance_examination_information_on.jpg) no-repeat top left;
}

nav li#research_social_activities_nav p.menu a {
  background:url(/img/share/btn-research_social_activities_off.jpg) no-repeat top left;
}
nav li#research_social_activities_nav p.current a {
  background:url(/img/share/btn-research_social_activities_on.jpg) no-repeat top left;
}

nav li#job_qualifications_nav p.menu a {
  background:url(/img/share/btn-job_qualifications_off.jpg) no-repeat top left;
}
nav li#job_qualifications_nav p.current a {
  background:url(/img/share/btn-job_qualifications_on.jpg) no-repeat top left;
}

nav li#campus_life_nav p.menu a {
  background:url(/img/share/btn-campus_life_off.jpg) no-repeat top left;
}
nav li#campus_life_nav p.current a {
  background:url(/img/share/btn-campus_life_on.jpg) no-repeat top left;
}
nav li#faculty_science_nav .sub_message_area {
  left: -100px;
  width: 708px;<!--osu_i 876pxから変更-->
}
nav li#university_guide_nav .sub_message_area {
  left: 0;
  width: 200px;
}
nav li#graduate_school_nav .sub_message_area {
  left: -280px;
  width: 708px;
}
nav li#entrance_examination_information_nav .sub_message_area {
  left: -350px;
  width: 876px;
}
nav li#research_social_activities_nav .sub_message_area {
  left: -360px;
  width: 876px;<!--osu_i 708pxから変更-->
}
nav li#job_qualifications_nav .sub_message_area {
  left: -455px;
  width: 708px;
}
nav li#campus_life_nav .sub_message_area {
  left: -755px;
  width: 876px;
}
nav li .tablet_title {
  width: 100%;
  clear: both;
  padding-left: 10px;
  padding-bottom: 10px;
  display: none;
}
nav li .tablet_title a {
  font-size: 117%;
  padding: 7px 0 20px 40px;
  font-weight: bold;
}
nav li#university_guide_nav .tablet_title a {
  background:url(/img/share/bg-menu_tablet01.png) no-repeat top left;
}
nav li#faculty_science_nav .tablet_title a {
  background:url(/img/share/bg-menu_tablet02.png) no-repeat top left;
}
nav li#graduate_school_nav .tablet_title a {
  background:url(/img/share/bg-menu_tablet03.png) no-repeat top left;
}
nav li#entrance_examination_information_nav .tablet_title a {
  background:url(/img/share/bg-menu_tablet04.png) no-repeat top left;
}
nav li#research_social_activities_nav .tablet_title a {
  background:url(/img/share/bg-menu_tablet05.png) no-repeat top left;
}
nav li#job_qualifications_nav .tablet_title a {
  background:url(/img/share/bg-menu_tablet06.png) no-repeat top left;
}
nav li#campus_life_nav .tablet_title a {
  background:url(/img/share/bg-menu_tablet07.png) no-repeat top left;
}

/*----------------------------------------
    contents
----------------------------------------*/
#contents {
  margin-top: 95px;
}
#contents.sub {
  border-bottom: 40px solid #ffffff;
}
#contents .title_explain_message01 {
  padding: 0 20px;
}
#contents .title_explain_message02 {
  padding: 0 20px 30px 20px;
  font-size: 117%;
}
#contents .title_explain_message03 {
  padding: 0 20px;
}
#contents .title_explain_message04 {
  padding: 0 25px;
}

/*   main_header
----------------------------------------*/
#contents .main_header {
  position: relative;
  max-width: 1200px;
  min-height: 240px;
  margin: 0 auto;
  text-align: center;
}
#contents .main_header h2.title-creative_center {
  width: auto;
  color: #168bd5;
  font-size: 250%;
  padding: 0;
  text-align: left;
  font-weight: normal;
  margin-left: 40px;
  padding-left: 16px;
  position: relative;
  top: 95px;
	border-left: 6px solid #168bd5;
	line-height: 1.3;
}
#contents .main_header .txt_center {
  display: none;
}
/*   topic_path
----------------------------------------*/
#contents .topic_path {
  width: 100%;
  padding: 16px 0;
  background: #ffffff;
}
#contents .topic_path ul {
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
}
#contents .topic_path ul li {
  padding-right: 10px;
  padding-left: 22px;
  float: left;
  background: url(/img/share/ico-topicpath.png) 3px center no-repeat;
}
#contents .topic_path ul li a {
  text-decoration: underline;
}
#contents .topic_path ul li a:hover {
  text-decoration: none;
}
#contents .topic_path ul li:first-child {
  padding-left: 0;
  background: none;
}
#contents .topic_path ul li
#contents .topic_path ul:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
/*   main_contents
----------------------------------------*/
#contents .main_contents {
  padding: 40px 0;
}
#contents .main_content a,
#contents .main_contents a,
#contents .main_contents a span {
  text-decoration: underline !important;
}
#contents .main_content a:hover,
#contents .main_contents a:hover,
#contents .main_contents a:hover span {
  text-decoration: none !important;
}
#contents .main_contents .news_topic {
  padding: 25px 25px 25px 20px;
  margin-bottom: 40px;
  background: #ffffff;
}
#contents .main_contents .news_topic dl {
  width: 100%;
}
#contents .main_contents .news_topic dl:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
#contents .main_contents .news_topic dl dt {
  width: 130px;
  float: left;
  padding-top: 90px;
  margin-top: 8px;
  background: url(/img/share/ico-topic.png) center top no-repeat;
}
#contents .main_contents .news_topic dl dt .topic_title {
  padding-bottom: 6px;
  text-align: center;
  color: #168bd5;
  font-weight: bold;
  background: url(/img/share/ico-line.png) bottom center no-repeat;
}
#contents .main_contents .news_topic dl dt .txt_rss {
  text-align: center;
  margin-top: 10px;
  font-size: 117%;
}
#contents .main_contents .news_topic dl dt .txt_rss span {
  padding: 5px 0 5px 28px;
  background: url(/img/share/ico-rss.png) no-repeat left center;
}
#contents .main_contents .news_topic dl dd {
  width: 790px;
  float: right;
}
#contents .main_contents .news_topic dl dd .news_more {
  background: url(/img/share/ico-news_identifier.png) no-repeat left center;
  padding-left: 15px;
  margin-top: 13px;
}
#contents .main_contents .news_topic dl dd .news_more_sp {
  display: none;
}
#contents .main_contents .news_topic dl dd li {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 7px;
  margin-bottom: 6px;
  padding-left: 10px;
  font-size: 117%;
}
#contents .main_contents .news_topic dl dd li span {
  padding-right: 15px;
}

/*   center_item
----------------------------------------*/
#contents .center_item {
  border: 3px solid #dfdfdf;
  padding: 53px 0 53px 37px;
  margin-bottom: 35px;
  background: #FFFFFF;
}
#contents .center_item .item_inner {
  margin-bottom: 60px;
}
#contents .center_item .item_inner:last-child {
  margin-bottom: 0;
}
#contents .center_item .item_inner:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
#contents .center_item .item_inner dl {
  width: 425px;
  float: left;
  margin-right: 50px;
  position: relative;
}
#contents .center_item .item_inner dl:last-child {
  margin-right: 0;
}
#contents .center_item .item_inner dl:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
#contents .center_item .item_inner dl dt {
  width: 230px;
  float: left;
  margin-right: 20px;
  border-top: 4px solid #168bd5;
  position: relative;
}
#contents .center_item .item_inner dl dt.item_title {
  position: relative;
  padding-bottom: 150px;
}
#contents .center_item .item_inner dl.color_green dt {
  border-top: 4px solid #b5d244;
}
#contents .center_item .item_inner dl.color_purple dt {
  border-top: 4px solid #8d79be;
}
#contents .center_item .item_inner dl.color_orange dt {
  border-top: 4px solid #fe8b0a;
}
#contents .center_item .item_inner dl.color_yellow dt {
  border-top: 4px solid #fbc201;
}
#contents .center_item .item_inner dl.color_blue02 dt {
  border-top: 4px solid #6acef2;
}
#contents .center_item .item_inner dl.color_blue03 dt {
  border-top: 4px solid #6599ff;
}
#contents .center_item .item_inner dl.color_green02 dt {
  border-top: 4px solid #70b19d;
}
#contents .center_item .item_inner dl.color_deep_purple dt {
  border-top: 4px solid #B44193;
}
#contents .center_item .item_inner dl.color_navy_blue dt {
  border-top: 4px solid #0053A6;
}
#contents .center_item .item_inner dl dt .item_message {
  width: 100%;
  text-align: center;
  color: #000000;
  background: #f3f3f3;
  display: block;
}
#contents .center_item .item_inner dl dt .item_message span {
  display: table-cell;
  vertical-align: middle;
  width: 425px;
  height: 46px;
  line-height: 1.2;
  text-align: center;
  font-size: 134%;
}
#contents .center_item .item_inner dl dt .item_message span small {
  color: red;
}
#contents .center_item .item_inner dl dt .item_message span.new {
    position: absolute;
    width: 230px;
    top: -30px;
    color: red;
	font-size: 100%;
}
#contents .center_item .item_inner dl dt.item_title .photo {
  position: absolute;
  bottom: 0;
  left: 0;
}
#contents .center_item .item_inner dl dt.item_title .item_message {
  position: relative;
  z-index: 2;
}
#contents .center_item .item_inner dl dd {
  width: 175px;
  float: left;
}
#contents .center_item .item_inner dl dd p span {
  display: block;
}
#contents .center_item .item_inner dl dd p a {
  text-decoration: underline;
  color: #168bd5;
}
#contents .center_item .item_inner dl dd p a:hover {
  text-decoration: none;
}
#contents .center_item_pc .item_inner dl dd {
  display: block!important;
  font-size: 117%;
}
#contents .center_item .item_inner dl dd ul li {
  background: url(/img/share/ico-news_identifier.png) no-repeat left 5px;
  padding-left: 15px;
  margin-bottom: 12px;
}
#contents .center_item .item_inner dl dd ul li span.red {
  color: red;
  text-decoration: none !important;
}
#contents .center_item .item_inner dl.color_green dd ul li {
  background: url(/img/share/ico-news_identifier_green.png) no-repeat left 5px;
}
#contents .center_item .item_inner dl.color_purple dd ul li {
  background: url(/img/share/ico-news_identifier_purple.png) no-repeat left 5px;
}
#contents .center_item .item_inner dl.color_orange dd ul li {
  background: url(/img/share/ico-news_identifier_orange.png) no-repeat left 5px;
}
#contents .center_item .item_inner dl.color_yellow dd ul li {
  background: url(/img/share/ico-news_identifier_yellow.png) no-repeat left 5px;
}
#contents .center_item .item_inner dl.color_blue02 dd ul li {
  background: url(/img/share/ico-news_identifier02.png) no-repeat left 5px;
}
#contents .center_item .item_inner dl.color_blue03 dd ul li {
  background: url(/img/share/ico-news_identifier03.png) no-repeat left 5px;
}
#contents .center_item .item_inner dl.color_green02 dd ul li {
  background: url(/img/share/ico-news_identifier_green02.png) no-repeat left 5px;
}
#contents .center_item .item_inner dl.color_navy_blue dd ul li {
  background: url(/img/share/ico-news_identifier_navy_blue.png) no-repeat left 5px;
}
#contents .center_item .item_inner dl.color_deep_purple dd ul li {
  background: url(/img/share/ico-news_identifier_deep_purple.png) no-repeat left 5px;
}
#contents .center_item .item_inner dl dd .squareness {
  background: url(/img/share/ico-squareness.png) no-repeat 4px 6px;
  font-size: 117%;
  padding-left: 15px;
  padding-bottom: 10px;
}
#contents .center_item .item_inner dl dd ul.color_blue01 li {
  background: url(/img/share/ico-news_identifier.png) no-repeat left 5px;
}
#contents .center_item .item_inner dl dd ul.children_list {
  padding-top: 8px;
}
#contents .center_item .item_inner dl dd ul.children_list li {
  list-style: disc;
  background: none;
  margin-left: 15px;
  margin-bottom: 8px;
  padding-left: 0;
}
/*   address_section
----------------------------------------*/
#contents .address_section {
  margin-bottom: 27px;
}
#contents .address_section:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
/*   info_section
----------------------------------------*/
#contents .info_section {
  margin-bottom: 30px;
  line-height: 1.8;
  padding: 0 20px;
}
#contents .info_section:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0;line-height:0;clear:both;
}
#contents .message_section {
  padding: 0 20px;
}
#contents .info_section ul li {
  padding-left: 15px;
  background: url(/img/share/bg-circle_04.png) left 9px no-repeat;
}
#contents .info_section ol li {
  list-style: none;
}
#contents .address_section .address_info {
  padding: 5px 25px 25px 25px;
}
#contents .address_section .address_info dl dt {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}
#contents .address_section .address_info dl dd {
  width: 100%;
	font-size: 117%;
}
#contents .address_section .address_info dl dd:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
#contents .address_section .address_info dl dd p {
  float: left;
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 5px;
}
#contents .address_section .address_info dl dd p.address_num {
  min-width: 107px;
}
#contents .address_section .address_info dl dd p.address_details {
  min-width: 383px;
}
#contents .address_section .address_info .info_other dt {
  margin-bottom: 0;
}
#contents .address_section .address_info .info_other dd {
  line-height: 1.6;
}
#contents .address_section .address_info .info_other dd.special {
  padding-top: 10px;
}
#contents .address_section .address_info ul {
  float: left;
  line-height: 2;
}
/*   image_text_message01
----------------------------------------*/
.image_text_message01 {
  margin-bottom: 20px;
}
.image_text_message01 .m_course_inner {
  padding-left: 20px;
  padding-right: 20px;
}
.image_text_message01 .m_course_inner:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
.image_text_message01 .m_course_inner .photo {
  float: left;
}
.image_text_message01 .m_course_inner div {
  width: 690px;
  float: right;
}
.image_text_message01 .m_course_inner div p {
  margin-bottom: 10px;
}
/*   list_dl_01
----------------------------------------*/
.list_dl_01 {
  margin-bottom: 20px;
}
.list_dl_01 .m_course_inner {
  padding-left: 20px;
  padding-right: 20px;
}
.list_dl_01 .m_course_inner dl:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
.list_dl_01 .m_course_inner dl {
  margin-bottom: 10px;
  width: 100%;
}
.list_dl_01 .m_course_inner dl dt {
  width: 200px;
  float: left;
  font-weight: bold;
}
.list_dl_01 .m_course_inner dl dd {
  width: 700px;
  float: right;
}
.list_dl_01 .m_course_inner dl dd a,
.list_dl_01 .m_course_inner dl dd a:visited {
  font-weight: bold;
}
/*   btn_bottom
----------------------------------------*/
#contents .btn_bottom {
  border: 1px solid #068bd5;
  background: #f3f9fd;
  padding: 40px 0 40px 40px;
}
#contents .btn_bottom.btn_mb40 {
  margin-bottom: 40px;
}
#contents .btn_bottom ul:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
#contents .btn_bottom ul li {
  width: 430px;
  float: left;
}
#contents .btn_bottom ul li a span {
  padding: 10px 0 10px 55px;
}
#contents .btn_bottom ul li:first-child {
  background: #7fad12;
  margin-right: 40px;
}
#contents .btn_bottom ul li:first-child a span {
  background: url(/img/share/ico-campus_map.png) no-repeat left center;
}
#contents .btn_bottom ul li:last-child {
  background: #e74f4f;
}
#contents .btn_bottom ul li:last-child a span {
  background: url(/img/share/ico-contact.png) no-repeat left center;
}
#contents .btn_bottom ul li.bg_orange {
  background: #ea922b;
}
#contents .btn_bottom ul li a {
  font-size: 150%;
  display: block;
  text-align: center;
  color: #FFFFFF;
  padding: 25px 0;
}
#contents .btn_bottom ul li a:hover {
	text-decoration: none;
}
/*   btn_item02
----------------------------------------*/
#contents .btn_item02{
  border: 1px solid #e0c304;
  background: #f5f4e4;
  padding: 40px 0 40px 40px;
  margin-bottom: 40px;
}
#contents .btn_item02.color_green {
  border: 1px solid #b5d244;
}
#contents .btn_item02.color_purple {
  border: 1px solid #8d79be;
}
#contents .btn_item02.color_orange {
  border: 1px solid #fe8b0a;
}
#contents .btn_item02.color_yellow {
  border: 1px solid #e0c304;
}
#contents .btn_item02.color_blue02 {
  border: 1px solid #6acef2;
}
#contents .btn_item02.color_blue03 {
  border: 1px solid #6599ff;
}
#contents .btn_item02.color_green02 {
  border: 1px solid #70b19d;
}
#contents .btn_item02.color_deep_purple {
  border: 1px solid #B44193;
}
#contents .btn_item02.color_navy_blue {
  border: 1px solid #0053A6;
}
#contents .btn_item02:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
#contents .btn_item02 ul li {
  width: 430px;
  float: left;
  line-height: 1.3;
}
#contents .btn_item02 ul li.btn_style01 {
  background: #ea922b;
  margin-right: 40px;
}
#contents .btn_item02 ul li.btn_style01 a span {
  display: inline-block;
  padding: 0 0 0 50px;
  background: url(/img/share/ico-contact.png) no-repeat left center;
}
#contents .btn_item02 ul li.btn_style02 {
  background: #e74f4f;
}
#contents .btn_item02 ul li.btn_style02 a span {
  display: inline-block;
  padding: 0 0 0 50px;
  background: url(/img/share/ico-book.png) no-repeat left center;
}
#contents .btn_item02 ul li a {
  font-size: 150%;
  display: block;
  text-align: center;
  color: #FFFFFF;
  padding: 20px 0;
  text-decoration: none;
}
/*   sub_navi_01
----------------------------------------*/
#contents .sub_navi_01 {
  padding: 0 0;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 40px;
  background: #ffffff;
}
#contents .sub_navi_01 .sub_title {
  font-size: 117%;
  padding-left: 20px;
  border-bottom: 1px solid #dfdfdf;
}
#contents .sub_navi_01 .sub_title a,
#contents .sub_navi_01 .sub_title .txt_only {
  display: block;
  padding: 17px 0 15px 17px;
  color: #168bd5;
  background: url(/img/share/ico-news_identifier.png) no-repeat left 22px;
}
#contents .sub_navi_01 ul {
  width: 960px;
  margin: 0 10px;
  padding: 18px 0 10px 0;
  font-size: 117%;
}
#contents .sub_navi_01 ul:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
#contents .sub_navi_01 ul li {
  float: left;
  padding: 0 0 8px 30px;
  background: url(/img/share/ico-sub_title.png) no-repeat 20px 6px;
}
#contents .sub_navi_01 ul li.last {
	padding-right: 10px;
}
#contents .sub_navi_01_special .sub_list_message .message_wrap dl:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
#contents .sub_navi_01_special .sub_list_message .message_wrap dl {
  margin-left: 10px;
}
#contents .sub_navi_01_special .sub_list_message .message_wrap dl dt {
  float: left;
  width: 177px;
  padding: 0 0 8px 30px;
  background: url(/img/share/ico-sub_title.png) no-repeat 20px 6px;
  font-size: 117%;
}
#contents .sub_navi_01_special .sub_list_message .message_wrap dl dd {
  float: right;
  width: 722px;
  padding-right: 40px;
}
#contents .sub_navi_01_special .sub_list_message .message_wrap dl dd ul li:first-child {
  width: auto;
}
#contents .sub_navi_01_special .sub_list_message .message_wrap .special {
  margin-top: 0;
}
#contents .sub_navi_01_special .sub_list_message .message_wrap .special li {
  width: 177px;
}
#contents .sub_navi_01_special ul {
  padding-top: 0;
  width: 100%;
}
#contents .sub_navi_01_special ul.special {
  margin-top: 18px;
}
#contents .sub_navi_01 .sub_list_message {
  padding: 18px 0 0 0;
}
/*   sub_navi_02
----------------------------------------*/
#contents .sub_navi_02 {
  width: auto;
  margin: 0 auto;
  padding: 33px 35px 20px 37px;
  border: 3px solid #dfdfdf;
  background: #ffffff;
}
#contents .sub_navi_02:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
#contents .sub_navi_02 .sub_title {
  float: left;
  font-size: 150%;
  padding-left: 28px;
  padding-right: 40px;
  max-width: 252px;
  background: url(/img/share/ico-blue_square.png) no-repeat left 4px;
}
#contents .sub_navi_02 .sub_title a {
  color: #168bd5;
}
#contents .sub_navi_02 ul {
  margin-bottom: 0;
  float: left;
  width: 660px;
  border-left: 1px solid #dfdfdf;
  font-size: 117%;
  position: relative;
}
#contents .sub_navi_02 ul:after {
  content:".";
  display:block;
  font-size:0em;
  line-height:0;
  clear:both;
  width:1px;
  height:15px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: -1px;
}
#contents .sub_navi_02 ul li {
  float: left;
  padding-left: 56px;
  margin-bottom: 10px;
  background: url(/img/share/ico-news_identifier.png) no-repeat 40px 6px;
}
#contents .sub_navi_02.navi_yellow .sub_title {
  background: url(/img/share/ico-yellow_square.png) no-repeat left 4px;
}
#contents .sub_navi_02.navi_yellow .sub_title a {
  color: #e0c304;
}
#contents .sub_navi_02.navi_yellow ul li {
  background: url(/img/share/ico-yellow_trigon.png) no-repeat 40px 6px;
}

#contents .sub_navi_02.navi_green .sub_title{
  background: url(/img/share/ico-green_square.png) no-repeat left 4px;
}
#contents .sub_navi_02.navi_green .sub_title a {
  color: #b5d244;
}
#contents .sub_navi_02.navi_green ul li {
  background: url(/img/share/ico-news_identifier_green.png) no-repeat 40px 6px;
}

#contents .sub_navi_02.navi_orange .sub_title{
  background: url(/img/share/ico-orange_square.png) no-repeat left 4px;
}
#contents .sub_navi_02.navi_orange .sub_title a {
  color: #fe8b0a;
}
#contents .sub_navi_02.navi_orange ul li {
  background: url(/img/share/ico-news_identifier_orange.png) no-repeat 40px 6px;
}

#contents .sub_navi_02.navi_blue02 .sub_title{
  background: url(/img/share/ico-blue02_square.png) no-repeat left 4px;
}
#contents .sub_navi_02.navi_blue02 .sub_title a {
  color: #6acef2;
}
#contents .sub_navi_02.navi_blue02 ul li {
  background: url(/img/share/ico-news_identifier02.png) no-repeat 40px 6px;
}

#contents .sub_navi_02.navi_purple .sub_title{
  background: url(/img/share/ico-purpl_square.png) no-repeat left 4px;
}
#contents .sub_navi_02.navi_purple .sub_title a {
  color: #8d79be;
}
#contents .sub_navi_02.navi_purple ul li {
  background: url(/img/share/ico-news_identifier_purple.png) no-repeat 40px 6px;
}

#contents .sub_navi_02.navi_green02 .sub_title{
  background: url(/img/share/ico-green02_square.png) no-repeat left 4px;
}
#contents .sub_navi_02.navi_green02 .sub_title a {
  color: #70b19d;
}
#contents .sub_navi_02.navi_green02 ul li {
  background: url(/img/share/ico-news_identifier_green02.png) no-repeat 40px 6px;
}

#contents .sub_navi_02.navi_blue03 .sub_title{
  background: url(/img/share/ico-blue03_square.png) no-repeat left 4px;
}
#contents .sub_navi_02.navi_blue03 .sub_title a {
  color: #6599ff;
}
#contents .sub_navi_02.navi_blue03 ul li {
  background: url(/img/share/ico-news_identifier03.png) no-repeat 40px 6px;
}

#contents .sub_navi_02.navi_deep_purple .sub_title{
  background: url(/img/share/ico-deep_purple_square.png) no-repeat left 4px;
}
#contents .sub_navi_02.navi_deep_purple .sub_title a {
  color: #B44193;
}
#contents .sub_navi_02.navi_deep_purple ul li {
  background: url(/img/share/ico-news_identifier_deep_purple.png) no-repeat 40px 6px;
}

#contents .sub_navi_02.navi_navy_blue .sub_title{
  background: url(/img/share/ico-navy_blue_square.png) no-repeat left 4px;
}
#contents .sub_navi_02.navi_navy_blue .sub_title a {
  color: #0053A6;
}
#contents .sub_navi_02.navi_navy_blue ul li {
  background: url(/img/share/ico-news_identifier_navy_blue.png) no-repeat 40px 6px;
}

#contents .sub_navi_02 .sub_navi_children {
  margin-bottom: 0;
  float: none;
  width: auto;
  border-left: none;
/*font-size: 117%;
  position: relative;*/
}
#contents .sub_navi_02 .sub_navi_children li {
  display: inline-block;
  float: none;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  background: url(/img/share/ico-sub_title.png) no-repeat 0 50%;
}
#contents .sub_navi_02 .sub_navi_children li:first-child {
  margin-left: 0;
}
#contents .sub_navi_02 .sub_navi_children li a {
  font-size: 84%;
}
/*----------------------------------------
    sub_nav_04
----------------------------------------*/
#contents .sub_nav_04 {
  width: 980px;
  margin-bottom: 45px;
}
#contents .sub_nav_04 ul {
  width: 979px;
}
#contents .sub_nav_04 ul:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
#contents .sub_nav_04 ul li {
  width: 162px;
  float: left;
  position: relative;
  height: 58px;
  line-height: 58px;
  border: 1px solid #dadada;
  border-right: none;
  text-align: center;
  padding-left: 0;
  background: none;
}
#contents .sub_nav_04 ul li.column3 {
  width: 324px;
}
#contents .sub_nav_04 ul li.column4 {
  width: 194px;
}
#contents .sub_nav_04 ul li.column5 {
  width: 488px;
}
#contents .sub_nav_04 ul li.column6 {
  width: 243px;
}

#contents .sub_nav_04 ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 58px;
  font-size: 117%;
  text-decoration: none;
}
#contents .sub_nav_04 ul li a:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  z-index: 3;
}
#contents .sub_nav_04 ul li a:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 3;
  margin-left: -5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#contents .sub_nav_04 ul li.current a {
  display: block;
  position: relative;
  width: 100%;
  height: 58px;
  font-size: 117%;
  text-decoration: none;
}
#contents .sub_nav_04 ul li.current:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -1px;
  z-index: 3;
}
#contents .sub_nav_04 ul li.current:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  z-index: 3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#contents .sub_nav_04 ul li:last-child {
  border: 1px solid #dadada;
}
/*
    sub_nav_04 default
----------------------------------------*/
#contents .sub_nav_04 ul li.current a {
  background: #e5eff5;
}
#contents .sub_nav_04 ul li.current:before {
  background: #168bd5;
}
#contents .sub_nav_04 ul li.current:after {
  border-top: 10px solid #168bd5;
}
#contents .sub_nav_04 ul li a:hover {
  background: #e5eff5;
}
#contents .sub_nav_04 ul li a:hover:after {
  background: #168bd5;
}
#contents .sub_nav_04 ul li a:hover:before {
  border-top: 10px solid #168bd5;
}
/*
    sub_nav_04 color_yellow
----------------------------------------*/
#contents .sub_nav_04.color_yellow ul li.current a {
  background: #e9da7b;
}
#contents .sub_nav_04.color_yellow ul li.current:before {
  background: #e0c305;
}
#contents .sub_nav_04.color_yellow ul li.current:after {
  border-top: 10px solid #e0c307;
}
#contents .sub_nav_04.color_yellow ul li a:hover {
  background: #e9da7b;
}
#contents .sub_nav_04.color_yellow ul li a:hover:after {
  background: #e0c305;
}
#contents .sub_nav_04.color_yellow ul li a:hover:before {
  border-top: 10px solid #e0c307;
}
/*
    sub_nav_04 color_green
----------------------------------------*/
#contents .sub_nav_04.color_green ul li.current a {
  background: #ebfea3;
}
#contents .sub_nav_04.color_green ul li.current:before {
  background: #b5d244;
}
#contents .sub_nav_04.color_green ul li.current:after {
  border-top: 10px solid #b5d244;
}
#contents .sub_nav_04.color_green ul li a:hover {
  background: #ebfea3;
}
#contents .sub_nav_04.color_green ul li a:hover:after {
  background: #b5d244;
}
#contents .sub_nav_04.color_green ul li a:hover:before {
  border-top: 10px solid #b5d244;
}
/*
    sub_nav_04 color_purple
----------------------------------------*/
#contents .sub_nav_04.color_purple ul li.current a {
  background: #ddd0fe;
}
#contents .sub_nav_04.color_purple ul li.current:before {
  background: #8d79be;
}
#contents .sub_nav_04.color_purple ul li.current:after {
  border-top: 10px solid #8d79be;
}
#contents .sub_nav_04.color_purple ul li a:hover {
  background: #ddd0fe;
}
#contents .sub_nav_04.color_purple ul li a:hover:after {
  background: #8d79be;
}
#contents .sub_nav_04.color_purple ul li a:hover:before {
  border-top: 10px solid #8d79be;
}
/*
    sub_nav_04 color_orange
----------------------------------------*/
#contents .sub_nav_04.color_orange ul li.current a {
  background: #ffdcb5;
}
#contents .sub_nav_04.color_orange ul li.current:before {
  background: #fe8b0a;
}
#contents .sub_nav_04.color_orange ul li.current:after {
  border-top: 10px solid #fe8b0a;
}
#contents .sub_nav_04.color_orange ul li a:hover {
  background: #ffdcb5;
}
#contents .sub_nav_04.color_orange ul li a:hover:after {
  background: #fe8b0a;
}
#contents .sub_nav_04.color_orange ul li a:hover:before {
  border-top: 10px solid #fe8b0a;
}
/*
    sub_nav_04 color_blue02
----------------------------------------*/
#contents .sub_nav_04.color_blue02 ul li.current a {
  background: #caf0fd;
}
#contents .sub_nav_04.color_blue02 ul li.current:before {
  background: #6acef2;
}
#contents .sub_nav_04.color_blue02 ul li.current:after {
  border-top: 10px solid #6acef2;
}
#contents .sub_nav_04.color_blue02 ul li a:hover {
  background: #caf0fd;
}
#contents .sub_nav_04.color_blue02 ul li a:hover:after {
  background: #6acef2;
}
#contents .sub_nav_04.color_blue02 ul li a:hover:before {
  border-top: 10px solid #6acef2;
}
/*
    sub_nav_04 color_green02
----------------------------------------*/
#contents .sub_nav_04.color_green02 ul li.current a {
  background: #cef4e8;
}
#contents .sub_nav_04.color_green02 ul li.current:before {
  background: #70b19d;
}
#contents .sub_nav_04.color_green02 ul li.current:after {
  border-top: 10px solid #70b19d;
}
#contents .sub_nav_04.color_green02 ul li a:hover {
  background: #cef4e8;
}
#contents .sub_nav_04.color_green02 ul li a:hover:after {
  background: #70b19d;
}
#contents .sub_nav_04.color_green02 ul li a:hover:before {
  border-top: 10px solid #70b19d;
}
/*
    sub_nav_04 color_blue03
----------------------------------------*/
#contents .sub_nav_04.color_blue03 ul li.current a {
  background: #c3d7ff;
}
#contents .sub_nav_04.color_blue03 ul li.current:before {
  background: #6599ff;
}
#contents .sub_nav_04.color_blue03 ul li.current:after {
  border-top: 10px solid #6599ff;
}
#contents .sub_nav_04.color_blue03 ul li a:hover {
  background: #c3d7ff;
}
#contents .sub_nav_04.color_blue03 ul li a:hover:after {
  background: #6599ff;
}
#contents .sub_nav_04.color_blue03 ul li a:hover:before {
  border-top: 10px solid #6599ff;
}
/*
    sub_nav_04 color_deep_purple
----------------------------------------*/
#contents .sub_nav_04.color_deep_purple ul li.current a {
  background: #d996cb;
}
#contents .sub_nav_04.color_deep_purple ul li.current:before {
  background: #B44193;
}
#contents .sub_nav_04.color_deep_purple ul li.current:after {
  border-top: 10px solid #B44193;
}
#contents .sub_nav_04.color_deep_purple ul li a:hover {
  background: #d996cb;
}
#contents .sub_nav_04.color_deep_purple ul li a:hover:after {
  background: #B44193;
}
#contents .sub_nav_04.color_deep_purple ul li a:hover:before {
  border-top: 10px solid #B44193;
}
/*
    sub_nav_04 color_navy_blue
----------------------------------------*/
#contents .sub_nav_04.color_navy_blue ul li.current a {
  background: #5b96e4;
}
#contents .sub_nav_04.color_navy_blue ul li.current:before {
  background: #0053A6;
}
#contents .sub_nav_04.color_navy_blue ul li.current:after {
  border-top: 10px solid #0053A6;
}
#contents .sub_nav_04.color_navy_blue ul li a:hover {
  background: #5b96e4;
}
#contents .sub_nav_04.color_navy_blue ul li a:hover:after {
  background: #0053A6;
}
#contents .sub_nav_04.color_navy_blue ul li a:hover:before {
  border-top: 10px solid #0053A6;
}

/*   sub_navi
----------------------------------------*/
#contents .sub_navi {
  width: 46px;
  position: fixed;
  height: 578px;
  z-index: 9;
  left:0;
}
#contents .sub_navi ul li .menu {
  position: relative;
  z-index: 8;
}
#contents .sub_navi ul li .sub_menu {
  position: absolute;
  width: 260px;
  padding: 30px 25px 30px 30px;
  background: #ffffff;
  top: 0;
  left: 46px;
  display: none;
  z-index: 3;
}
#contents .sub_navi ul li .sub_menu .sub_menu_wrapper {
  width: 260px;
  height: 462px;
  overflow-y: auto;
  overflow-x: hidden;
}
#contents .sub_navi ul li .sub_menu .menu_title {
  font-size: 184%;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
  padding-left: 12px;
  position: relative;
}
#contents .sub_navi ul li .sub_menu .btn_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  z-index: 10;
}
#contents .sub_navi ul li .sub_menu .menu_title:after {
  content: " ";
  display: block;
  position: absolute;
  width: 4px;
  height: 22px;
  background: #20bde4;
  left: 0;
  top: -2px;
}
#contents .sub_navi ul li .sub_menu ul li {
  border-bottom: 1px solid #ededed;
}
#contents .sub_navi ul li .sub_menu ul li a {
  display: block;
  font-size: 117%;
  padding: 10px 10px 10px 0;
  background: url(/img/index/ico-menu_link.png) 96% 50% no-repeat;
}
#contents .sub_navi ul li .sub_menu ul li a:hover {
  color: #ff9900;
}
/*
    section_item_01
----------------------------------------*/
#contents .section_item_01 {
  padding: 30px 37px;
  border: 3px solid #dfdfdf;
  margin-bottom: 35px;
  background: #FFFFFF;
}
#contents .section_item_01 .item_inner {
  margin-bottom: 30px;
  overflow: hidden;
}
#contents .section_item_01 .item_inner:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
#contents .section_item_01 .item_inner:last-child {
  margin-bottom: 0;
}
#contents .section_item_01 .item_inner .item_box {
  width: 425px;
  float: left;
  margin-right: 50px;
}
#contents .section_item_01 .more {
  text-align: right;
  margin-bottom: 20px;
}
#contents .section_item_01 .item_inner .item_box:last-child {
  margin-right: 0;
}
#contents .section_item_01 .item_inner .item_box dl {
  margin-right: 0;
  float: none;
}
#contents .section_item_01 .item_inner .item_box dl dt {
  font-size: 117%;
  margin-bottom: 5px;
  padding-left: 10px;
}
#contents .section_item_01 .item_inner dl dd:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}
#contents .section_item_01 .item_inner dl dd a {
  float: left;
}
#contents .section_item_01 .item_inner dl dd span {
  float: right;
  display: block;
  width: 175px;
	font-size: 117%;
}

/*  .title_main
----------------------------------------*/
#contents .title_main {
  margin-bottom: 40px;
  padding: 20px 20px 18px 0;
  background: #168bd5;
  font-size: 150%;
  color: #ffffff;
  border: 1px solid #dadada;
  border-bottom: 1px solid #0e5785;
}
#contents .title_main span {
  padding: 0 0 0 15px;
  border-left: 5px solid #ffffff;
}
#contents .title_main.color_green {
  background: #b5d244;
  border-bottom: 1px solid #888888;
}
#contents .title_main.color_purple {
  background: #8d79be;
  border-bottom: 1px solid #888888;
}
#contents .title_main.color_orange {
  background: #fe8b0a;
  border-bottom: 1px solid #888888;
}
#contents .title_main.color_yellow {
  background: #e0c304;
  border-bottom: 1px solid #888888;
}
#contents .title_main.color_blue02 {
  background: #6acef2;
  border-bottom: 1px solid #888888;
}
#contents .title_main.color_blue03 {
  background: #6599ff;
  border-bottom: 1px solid #888888;
}
#contents .title_main.color_green02 {
  background: #70b19d;
  border-bottom: 1px solid #888888;
}
#contents .title_main.color_deep_purple {
  background: #B44193;
  border-bottom: 1px solid #888888;
}
#contents .title_main.color_navy_blue {
  background: #0053A6;
  border-bottom: 1px solid #888888;
}

#contents h4.pink {
    background: url(/img/share/icon-list_pink.png) no-repeat left center;
  padding-left: 15px;
  font-size: 117%;
}
#contents h4.green {
    background: url(/img/share/icon-list_green.png) no-repeat left center;
  padding-left: 15px;
  font-size: 117%;
}
#contents h4.red {
    background: url(/img/share/icon-list_red.png) no-repeat left center;
  padding-left: 15px;
  font-size: 117%;
}
#contents h4.light_green {
    background: url(/img/share/icon-list_light_green.png) no-repeat left center;
  padding-left: 15px;
  font-size: 117%;
}
#contents h4.orange {
    background: url(/img/share/icon-list_orange.png) no-repeat left center;
  padding-left: 15px;
  font-size: 117%;
}
#contents h4.blue {
    background: url(/img/share/icon-list_blue.png) no-repeat left center;
  padding-left: 15px;
  font-size: 117%;
}
#contents h4.redpink {
    background: url(/img/share/icon-list_redpink.png) no-repeat left center;
  padding-left: 15px;
  font-size: 117%;
}
#contents h4.bgreen {
    background: url(/img/share/icon-list_bgreen.png) no-repeat left center;
  padding-left: 15px;
  font-size: 117%;
}

/*  .sub_main
----------------------------------------*/
#contents .sub_main {
  border: 1px solid #dadada;
  color: #168bd5;
  font-size: 217%;
  padding: 18px 0;
  font-weight: normal;
  padding-left: 105px;
  margin-bottom: 60px;
  background: url(/img/share/bg-sub_main.png) no-repeat 45px center #FFFFFF;
}

/*  .title_sub
----------------------------------------*/
#contents .title_sub {
  padding: 20px;
  background: #e5eff5;
  font-size: 134%;
  margin-bottom: 26px;
  border-left: 5px solid #168bd5;
}
#contents .title_sub.color_green {
  border-left: 5px solid #b5d244;
}
#contents .title_sub.color_purple {
  border-left: 5px solid #8d79be;
}
#contents .title_sub.color_orange {
  border-left: 5px solid #fe8b0a;
}
#contents .title_sub.color_yellow {
  border-left: 5px solid #e0c304;
}
#contents .title_sub.color_blue02 {
  border-left: 5px solid #6acef2;
}
#contents .title_sub.color_blue03 {
  border-left: 5px solid #6599ff;
}
#contents .title_sub.color_green02 {
  border-left: 5px solid #70b19d;
}
#contents .title_sub.color_deep_purple {
  border-left: 5px solid #B44193;
}
#contents .title_sub.color_navy_blue {
  border-left: 5px solid #0053A6;
}
#contents .title_sub.mb26 {
  margin-bottom: 26px;
}
/*  .title_sub_small
----------------------------------------*/
#contents .title_sub_small {
  padding: 0 11px;
  font-size: 134%;
  border-left: 3px solid #168bd5;
  line-height: 1.4;
}
#contents .title_sub_small.color_green {
  border-left: 3px solid #b5d244;
}
#contents .title_sub_small.color_purple {
  border-left: 3px solid #8d79be;
}
#contents .title_sub_small.color_orange {
  border-left: 3px solid #fe8b0a;
}
#contents .title_sub_small.color_yellow {
  border-left: 3px solid #e0c304;
}
#contents .title_sub_small.color_blue02 {
  border-left: 3px solid #6acef2;
}
#contents .title_sub_small.color_blue03 {
  border-left: 3px solid #6599ff;
}
#contents .title_sub_small.color_green02 {
  border-left: 3px solid #70b19d;
}
#contents .title_sub_small.color_deep_purple {
  border-left: 3px solid #B44193;
}
#contents .title_sub_small.color_navy_blue {
  border-left: 3px solid #0053A6;
}
/*----------------------------------------
    aside_school
----------------------------------------*/
#aside_school {
  background: #ffffff;
  padding: 40px 0;
}
#aside_school .inner {
  padding: 40px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
#aside_school ul {
  width: 100%;
  background: url(/img/share/bg-aside_school.png) repeat-y left top;
}
#aside_school ul:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
#aside_school ul li {
  width: 33%;
  display: inline-block;
  text-align: center;
  font-size: 167%;
  font-weight: bold;
  line-height: 1.4;
}
#aside_school ul li span {
  display: block;
  font-size: 130%;
}
/*----------------------------------------
    site_map
----------------------------------------*/
#site_map {
  position: relative;
}
#site_map .inner {
  padding-top: 47px;
  padding-bottom: 109px;
}
#site_map .item {
  width: 175px;
  float: left;
  padding-right: 20px;
  padding-bottom: 48px;
}
#site_map .item.special {
  clear: both;
  float: left;
}
#site_map .item h2 {
  padding: 0 0 3px 16px;
  font-size: 117%;
  background: url(/img/share/bg-circle_01.png) no-repeat left 5px;
}
#site_map .item ul {
  font-size: 108%;
}
#site_map .item ul li a {
  display: block;
  padding: 0 0 3px 16px;
  background: url(/img/share/bg-arrow_01.png) no-repeat 4px 5px;
}
#site_map .item .menu_list {
  padding-top: 48px;
}
/*  menu01
----------------------------------------*/
#site_map .item .menu01 {
  font-size: 117%;
  font-weight: bold;
}
#site_map .item .menu01 li {
  padding-bottom: 8px;
}
#site_map .item .menu01 li a {
  padding: 0 0 0 16px;
  background: url(/img/share/bg-circle_02.png) no-repeat left center;
}
#site_map .item .point a {
  padding: 0 0 0 16px;
  font-size: 117%;
  display: block;
  font-weight: bold;
  background: url(/img/share/bg-circle_01.png) no-repeat left center;
}
/*----------------------------------------
    footer
----------------------------------------*/
#footer {
  background: #333333;
  position: relative;
}
#footer .inner {
  padding: 18px 0 20px 0;
}
#footer ul {
  width: auto;
  float: left;
}
#footer ul:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
#footer ul li {
  float: left;
  padding-right: 24px;
}
#footer a {
  color: #cccccc;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer .copyright {
  float: right;
  color: #999999;
}
/*  page_top
----------------------------------------*/
#page_top {
  position: absolute;
  right: 57px;
  top: -121px;
  z-index: 1;
}
#page_top a {
  display: block;
  width: 202px;
  height: 127px;
  background: url(/img/share/btn-page_top.png) no-repeat left top;
}
/*  ul_list
----------------------------------------*/
#contents .ul_list_area {
  padding: 0 20px;
}
#contents .ul_list_01 li {
  font-size: 117%;
  padding: 0 0 20px 18px;
  background: url(/img/share/bg-circle_04.png) no-repeat left 7px;
}
#contents .ul_list_01 li:last-child {
  padding-bottom: 0;
}

#contents .ul_list_01 li a:hover {
  text-decoration: underline;
}
#contents .ul_list_01 li .text_area {
  display: block;
  padding-top: 8px;
}

/*  ol_list
----------------------------------------*/

/*  dl_list
----------------------------------------*/
#contents .dl_list_area {
  padding: 0 20px;
}
#contents .dl_list_01 dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 134%;
}
#contents .dl_list_01 dd {
  font-size: 117%;
  margin-bottom: 12px;
}
#contents .dl_list_01 dd span {
  display: block;
  margin-top: 10px;
}
#contents .dl_list_01 dd span a {
  color: #168bd5;
  text-decoration: underline;
}
#contents .dl_list_01 dd span a:hover {
  text-decoration: none;
}
#contents .txt_style {
  font-size: 117%;
  padding-left: 20px;
  margin-bottom: 10px;
}
#contents .txt_style a {
}
#contents .txt_style a:hover {
  text-decoration: underline;
}
#contents .txt_style02 {
  font-size: 117%;
  margin-bottom: 10px;
}
#contents .txt_style02 a {
  color: #168bd5;
  text-decoration: underline;
}
#contents .txt_style02 a:hover {
  text-decoration: none;
}
/*  c-4-2-4 コース紹介
----------------------------------------*/
#contents .c424_coures_info .coures_list {
  margin-bottom: 30px;
}
#contents .c424_coures_info .coures_list li {
  margin-top: 40px;
}
#contents .c424_coures_info .coures_list li.first {
  margin-top: 0;
}
#contents .c424_coures_info .coures_list li .coures_introduction {
  padding: 0 20px;
}
#contents .c424_coures_info .coures_list li .coures_introduction:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
#contents .c424_coures_info .coures_list li .coures_introduction .introduction_photo {
  float: left;
  width: 280px;
}
#contents .c424_coures_info .coures_list li .coures_introduction .introduction_text {
  float: right;
  width: 620px;
  font-size: 117%;
}
#contents .c424_coures_info .coures_list li .coures_introduction .introduction_text .mt_10 {
  margin-top: 10px;
}
#contents .c424_coures_info .coures_list li .coures_introduction .introduction_text span.link {
  display: block;
  margin-top: 10px;
}
#contents .c424_coures_info .coures_list li .coures_introduction .introduction_text span.link a {
  text-decoration: none;
}
#contents .c424_coures_info .coures_list li .coures_introduction .introduction_text span.link a:hover{
  text-decoration: underline;
}

/*  edd_common
----------------------------------------*/
#contents .edd_common.blue_box {
    border: 2px solid #0053a6;
    padding: 20px;
    margin-bottom: 40px;
    background-color: #ffffff;
}
#contents .edd_common .title_sub.color_yellow {
  margin-bottom: 20px;
}
#contents .edd_common dl,
#contents .edd_common p,
#contents .edd_common .table_style01 {
  margin-left: 20px;
}
#contents .edd_common .table_section {
  margin: 0 20px 30px 20px;
}
#contents .edd_common dl dt {
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 5px;
}
#contents .edd_common dl dt.indent_ttl {
  text-indent: -1em;
  padding-left: 1em;
}
#contents .edd_common dl dd,
#contents .edd_common p {
  font-size: 117%;
  margin-bottom: 20px;
}
#contents .edd_common ul.list_item {
  margin: 0 20px 40px;
}
#contents .edd_common ul.list_item li {
  font-size: 117%;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
}
#contents .edd_common .table_style01 {
  font-size: 117%;
  margin-bottom: 40px;
}
#contents .edd_common .table_style01 th {
  width: 220px;
}
#contents .edd_common .table_style01 th,
#contents .edd_common .table_style01 td {
  border-bottom: 1px solid #dfdfdf;
  padding: 12px 0;
}
#contents .edd_common .table_style01 tr:first-child th,
#contents .edd_common .table_style01 tr:first-child td {
  padding-top: 6px;
}
#contents .edd_common .table_style02 {
  font-size: 117%;
  width: 100%;
}
#contents .edd_common .table_style02 th,
#contents .edd_common .table_style02 td {
  border: 2px solid #dfdfdf;
  font-weight: normal;
}
#contents .edd_common .table_style02 th {
  width: 180px;
  padding: 20px;
}
#contents .edd_common .table_style02 td.td_special {
  padding: 20px;
}
#contents .edd_common .table_style02 th.style_yellow {
  background: #f5f4e4;
}
#contents .edd_common .table_style02 table {
  width: 100%;
}
#contents .edd_common .table_style02 table th,
#contents .edd_common .table_style02 table td {
  border: none;
}
#contents .edd_common .table_style02 table td {
  padding: 20px;
}
#contents .edd_common .table_style02 table th {
  width: 240px;
  border-right: 2px solid #dfdfdf;
  background: #f4f3ed;
}
#contents .edd_common .table_style02 table th,
#contents .edd_common .table_style02 table td {
  border-bottom: 1px solid #dfdfdf;
}
#contents .edd_common .table_style02 table tr:last-child th,
#contents .edd_common .table_style02 table tr:last-child td {
  border-bottom: none;
}
#contents .edd_common .table_style02 .tr_title th {
  width: 310px;
}
#contents .edd_common .table_style02 .tr_title table th,
#contents .edd_common .table_style02 .tr_title table th {
  width: 40px;
}
#contents .edd_common .table_style02 .tr_title:first-child th,
#contents .edd_common .table_style02 .tr_title:first-child td {
  background: #CCCCCC;
}
#contents .edd_common .table_style03 {
  font-size: 117%;
  width: 100%;
}
#contents .edd_common .table_style03 th,
#contents .edd_common .table_style03 td {
  border: 2px solid #dfdfdf;
  font-weight: normal;
}
#contents .edd_common .table_style03 th.style_last,
#contents .edd_common .table_style03 td.style_last {
  border-bottom: 0;
}
#contents .edd_common .table_style03 th.style_same,
#contents .edd_common .table_style03 td.style_same {
  border-bottom: 0;
  border-top: 0;
}
#contents .edd_common .table_style03 th.style_bottom,
#contents .edd_common .table_style03 td.style_bottom {
  border-top: 0;
}
#contents .edd_common .table_style03 th {
  width: 462px;
  padding: 20px;
}
#contents .edd_common .table_style03 td {
  padding: 20px;
}
#contents .edd_common .table_style03 th.style_yellow {
  background: #f5f4e4;
}
#contents .edd_common .title_sub_small {
  margin-left: 20px;
  margin-bottom: 20px;
}
#contents .edd_common .curriculum_list {
  padding: 0 20px;
}
#contents .edd_common .curriculum_list li {
  margin-bottom: 20px;
}
#contents .edd_common .curriculum_list li:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
#contents .edd_common .curriculum_list li .curriculum_introduction {
  float: left;
}
#contents .edd_common .curriculum_list li dl {
  float: right;
  width: 720px;
  margin-left: 0;
}
/*      main_header
----------------------------------------*/
#contents .main_header {
  background: url(/img/index/img-header.jpg) no-repeat;
}
#contents .main_header .header_inner {
  width: 980px;
  margin: 0 auto;
}
#contents #info_area.main_header {
  background: url(/img/index/img-header.jpg) no-repeat;
}
#contents #fc_area.main_header {
  background: url(/img/fc/index/img-header.jpg) no-repeat;
}
#contents #gs_area.main_header {
  background: url(/img/gs/index/img-header.jpg) no-repeat;
}
#contents #cnt_area.main_header {
  background: url(/img/cnt/index/img-header.jpg) right top no-repeat;
}
#contents #f0_area.main_header {
  background: url(/img/rs/index/img-header.jpg) no-repeat;
}
#contents #h_care_area.main_header {
  background: url(/img/h-care/index/img-header.jpg) no-repeat;
}
#contents #support_fac_area.main_header {
  background: url(/img/support-fac/index/img-header.jpg) no-repeat;
}
#contents #news_area.main_header {
  background: url(/img/news/index/img-header.jpg) no-repeat;
}
#contents #fc_dt_edd_area.main_header {
  background: url(/img/fc/dt/edd/index/img-header.jpg) no-repeat;
}
#contents #contact_header.main_header {
  background: url(/img/contact/bg_contact.jpg) no-repeat;
}
#contents #c423_main_header.main_header {
  background: url(/img/fc/dt/edd/index/img-header_02.jpg) no-repeat;
}
#contents #lib_area.main_header {
  background: url(/img/lib/index/img-header.jpg) no-repeat;
}
#contents #lib_area.main_header {
  background: url(/img/lib/index/img-header.jpg) no-repeat;
}
#contents #info_common_area.main_header {
  background: url(/img/index/img-header.jpg) no-repeat;
}
#contents #design_area.main_header {
  background: url(/img/fc/dt/index/img-header.jpg) no-repeat;
}
#contents #esc_area.main_header {
  background: url(/img/esc/index/img-header.jpg) no-repeat;
}
#contents #common_area.main_header {
  background: url(/img/cnt/index/img-header.jpg) right top no-repeat;
}
#contents #automotive_area.main_header {
  background: url(/img/fc/automotive/img-header.jpg) no-repeat;
}
#contents #employ_qualifi_area.main_header {
  background: url(/img/employ-qualifi/index/img-header.jpg) right top no-repeat;
}
#contents #life_area.main_header {
  background: url(/img/life/index/img-header.jpg) right top no-repeat;
}
#contents #english_area.main_header {
  background: url(/img/english/index/img-header.jpg) right top no-repeat;
}
#contents #recruit_area.main_header {
  background: url(/img/recruit/index/img-header.jpg) right top no-repeat;
}
#contents #gs_curriculum_area.main_header {
  background: url(/img/gs/index/img-header_curriculum.jpg) no-repeat;
}
#contents #gs_te_area.main_header {
  background: url(/img/gs/index/img-header_te.jpg) no-repeat;
}
#contents #fc_policy_area.main_header {
  background: url(/img/fc/dt/edd/index/img-header_policy1.jpg) no-repeat;
}
#contents #fc_curriculum_area.main_header {
  background: url(/img/fc/dt/edd/index/img-header_curriculum.jpg) no-repeat;
}
#contents #fc_course_area.main_header {
  background: url(/img/fc/dt/index/img-header_course.jpg) no-repeat;
}
/*     B-0 大学案内
----------------------------------------*/
#contents .b0_school_info ul:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
#contents .b0_school_info ul.last_end li {
  margin-bottom: 0;
}
#contents .b0_school_info ul.last_end li {
  margin-bottom: 0;
}
#contents .b0_school_info ul li {
  position: relative;
  width: 232px;
  float: left;
  margin: 0 17px 50px 0;
}
#contents .b0_school_info ul li:last-child {
  margin-right: 0;
}
#contents .b0_school_info ul li.last {
  margin-right: 0;
}
#contents .b0_school_info ul li .choice {
  font-size: 134%;
  width: 100%;
  text-align: center;
  padding: 17px 0 14px 0;
}
#contents .b0_school_info ul li .choice.special {
  min-height: 43px;
  padding: 7px 0 0 0;
}
#contents .b0_school_info ul li .choice.special a {
  margin: 0;
}
#contents .b0_school_info ul li .choice span.wrap {
  display: block;
}
#contents .b0_school_info ul li .choice a {
  background: url(/img/share/ico-news_identifier.png) no-repeat 0 6px;
  padding-left: 19px;
  font-weight: normal;
  margin: 0 8px;
}
#contents .b0_school_info ul li .choice a:link,#contents .b0_school_info ul li .choice a:visited,#contents .b0_school_info ul li .choice a:hover {
  /*color: #000000;*/
}
/*     B-0 大学案内 .special
----------------------------------------*/
#contents .b0_school_info:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
#contents .b0_school_info ul li p.info_image {
  border: 1px solid #d4d4d4;
}
#contents .b0_school_info ul.special {
  width: 500px;
  float: left;
}
#contents .b0_school_info ul.special li {
  position: inherit;
}
#contents .b0_school_info ul.edge {
  width: 480px;
}
#contents .b0_school_info ul.special .choice {
  position: inherit;
}

/*     .link_section_01
----------------------------------------*/
#contents .link_section_01 ul:after {
  content:".";display:block;visibility:hidden;height:0;font-size:0em;line-height:0;clear:both;
}
#contents .link_section_01 ul li {
  display: block;
  margin-bottom: 5px;
  background: url(/img/share/ico-news_identifier.png) no-repeat left 6px;
  padding-left: 15px;
}
#contents .pt10 {
  padding-top: 10px;
}
#contents .pt20 {
  padding-top: 20px;
}
#contents .pb10 {
  padding-bottom: 10px;
}
#contents .pb20 {
  padding-bottom: 20px;
}
#contents .mb0 {
  margin-bottom: 0px;
}
#contents .mb10 {
  margin-bottom: 10px;
}
#contents .mb15 {
  margin-bottom: 15px;
}
#contents .mb20 {
  margin-bottom: 20px;
}
#contents .mb30 {
  margin-bottom: 30px;
}
#contents .mb35 {
  margin-bottom: 35px;
}
#contents .mb40 {
  margin-bottom: 40px;
}
#contents .mb0_important {
  margin-bottom: 0px !important;
  font-size: 100% !important;
}
/*   left_column , right_column
----------------------------------------*/
#contents .left_column {
  float: left;
  padding-right: 40px;
}
#contents .right_column {
  float: right;
}
/*   single_link
----------------------------------------*/
#contents .single_link {
  background: url(/img/share/ico-news_identifier.png) no-repeat left 5px;
  padding-left: 15px;
}
#contents .single_link a {
  /*color: #168bd5;*/
}
#contents .single_link a:hover {
  text-decoration: underline;
}
#contents .single_link.none,
#contents .link_section_01 .single_link,
#contents dt .single_link,
#contents .lecture_table .single_link,
#contents .db_list .single_link  {
  padding-left: 0;
  background: none;
}
/*   icon
----------------------------------------*/
#contents .pdf_icon,
#contents .link_section_01 .single_link.pdf_icon,
#contents .db_list .single_link.pdf_icon {
  padding-left: 0;
  padding-right: 20px;
  background: url(/img/share/ico-pdf.png) no-repeat right center;
}
#contents .excel_icon,
#contents .link_section_01 .single_link.excel_icon,
#contents .db_list .single_link.excel_icon {
  padding-left: 0;
  padding-right: 20px;
  background: url(/img/share/ico-excel.png) no-repeat right center;
}
#contents .pwpoint_icon,
#contents .link_section_01 .single_link.pwpoint_icon,
#contents .db_list .single_link.pwpoint_icon {
  padding-left: 0;
  padding-right: 20px;
  background: url(/img/share/icon-pwpoint.png) no-repeat right center;
}
#contents .word_icon,
#contents .link_section_01 .single_link.word_icon,
#contents .db_list .single_link.word_icon {
  padding-left: 0;
  padding-right: 20px;
  background: url(/img/share/icon-word.png) no-repeat right center;
}
#contents .new_window_icon,
#contents .link_section_01 .single_link.new_window_icon,
#contents .db_list .single_link.new_window_icon {
  padding-left: 0;
  padding-right: 20px;
  background: url(/img/share/icon-new_window.png) no-repeat right center;
}
/*  .english_button
----------------------------------------*/
#contents .english_button {
  clear: both;
  padding: 20px 0 0 0;
}
#contents .english_button a {
  display: block;
  text-align: center;
  width: 200px;
  font-size: 117%;
  margin: 0 auto;
  background: #caf0fd;
  font-weight: bold;
  padding: 10px 100px;
}

/**********************
	wp-pagenavi
**********************/
#contents .wp-pagenavi {
  text-align: center;
  margin-top: 60px;
}
#contents .wp-pagenavi a,
#contents .wp-pagenavi span {
	margin:0 6px;
  font-size: 117%;
	border: none;
	padding: 0;
}
#contents .wp-pagenavi .previouspostslink {
	margin-right: 50px;
  background: #4f4f4f;
  color: #FFFFFF;
  width: 180px;
  padding: 5px 0;
  text-decoration: none;
  display: inline-block;
}
#contents .wp-pagenavi .nextpostslink {
	margin-left: 50px;
  background: #4f4f4f;
  color: #FFFFFF;
  width: 180px;
  padding: 5px 0;
  text-decoration: none;
  display: inline-block;
}
#contents .wp-pagenavi .page {
  color: #168bd5;
  font-size: 117%;
  text-decoration: underline;
}
#contents .wp-pagenavi .current {
  font-size: 117%;
  background: #168bd5;
  padding: 5px 8px;
  color: #fff;
  text-decoration: none;
}

#contents .paginator .prev,
#contents .paginator .go_list,
#contents .paginator .next {
	display: inline-block;
}

#contents .paginator .go_list a {
  background: #4f4f4f;
  color: #FFFFFF;
  width: 180px;
  padding: 5px 0;
  text-decoration: none;
  display: inline-block;
}
#contents .error_area {
	/*margin-bottom: 30px;*/
}
#contents .error_area h3 {
	font-size: 134%;
	margin-bottom: 1em;
}
#contents .error_area p {
	margin-bottom: 1em;
}
/*----------------------------------------
    Pop up style
----------------------------------------*/
body#popup {
  min-width: 710px;
}
#popup #wrapper {
  min-width: 0;
  padding-left: 0;
}
#popup #contents {
  margin-top: 0;
}
#popup .inner {
  width: 710px;
}

/*----------------------------------------
    osu_i追記分
----------------------------------------*/
/*----------------------------------------
    キャリアGoogleカレンダー
----------------------------------------*/

.cal_wrapper {
max-width: 800px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}

/*-----------------------------------------
 横並びリストボタン　2等分　3等分
------------------------------------------*/
#contents .btn_item03 ul:after{
  content: "";
  clear: both;
  display: block;
}

#contents .btn_item03 ul li {
  list-style-type: none;
  display: block;
  float: left;
  margin-bottom: 2.87%;
  line-height: 1.3;
  text-align: center;
  padding: 1.5em 0;
}
#contents .btn_item03 ul li a {
  font-size: 150%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
/*2等分*/
#contents .btn_item03 ul.al-2 li {
  width: 48.56%;
  margin-right: 2.88%;
  background: #ea922b;

}
#contents .btn_item03 ul.al-2 li:nth-child(2n) {
  margin-right: 0;
  background: #e74f4f;
}

/*3等分*/
#contents .btn_item03 ul.al-3 li {
  width: 31.42%;
  margin-right: 2.87%;
  background: #ea922b;
}
#contents .btn_item03 ul.al-3 li:nth-child(2n) {
  background: #e74f4f;
}
#contents .btn_item03 ul.al-3 li:nth-child(3n) {
  margin-right: 0;
  background: #6acef2;
}

/*category-color*/
#contents .category-color ul{
  max-width:800px;
  margin: 0 auto;
}
#contents .category-color ul li{
  list-style-type: none;
  display: block;
  float: left;
  line-height :1.5;
  margin-bottom: 2.87%;
  text-align: center;
  margin-right:2.9%;
  padding: 0 0 0 10px;
  font-size: 1.2em;
  margin-bottom: 10px;
  border-left: 30px solid #737373;
}

#contents .category-color:after{
  content: "";
  clear: both;
  display: block;
}
#contents .category-color ul li.color_pink {
  border-left: 30px solid #e67399;
}

#contents .category-color ul li.color_lightblue {
  border-left: 30px solid #59BFB3;
}

#contents .category-color ul li.color_green {
  border-left: 30px solid #7EC225;
}

#contents .category-color ul li.color_orange {
  border-left: 30px solid #E0C240;
}
#contents .category-color ul li.color_blue {
  border-left: 30px solid #536ca6;
}
#contents .category-color ul li.color_teal {
  border-left: 30px solid #008080;
}
#contents .category-color ul li.color_darkmagenta {
  border-left: 30px solid #8b008b;
}

/*-----------------------------------------
 学年暦用　表テーブル
------------------------------------------*/
.acal-tableWrap{
	margin: 2.0833% auto;
	margin-bottom: 40px;
	max-width:800px;
	min-width:300px;
  	padding: 0 20px;
}
table.acal-table {
	border-collapse:collapse;
	background:#fff;
	border:0;
	width:100%;
}
table.acal-table td {
	padding:7px;
	text-align:left;
	border:1px solid #c8c8c8;
}
table.acal-table th {
	padding:7px;
	color:#fff;
	text-align:left;
	background:#787878;
	border:1px solid #c8c8c8;
}
table.acal-table th.type2 {
	color:#111;
	padding:7px 15px;
	background:#fafafa;
	width:20%;
}
table.acal-table th.acal-table-top {
	width: 20%;
}
table.acal-table td.acal-table-top,
table.acal-table th.acal-table-top {
	vertical-align:top;
}

/*-----------------------------------------
定義リストそれぞれ
------------------------------------------*/
.news{
	margin: 0 10px 20px 10px;
}
.news dt{
	clear: left;
	float: left;
	width: 20%;
	font-weight: bold;
	font-size: 117%;
}
.news dd{
	margin: 0 0 0 20%;
	font-size: 117%;

}
.news dt:after{
	content: "：";
	font-weight: bold;
}
.news ul{
	font-size:117%;
	list-style-type: disc;
}
.news ol{
	font-size:117%;
	list-style-type: none;
	counter-reset: number;
}
.news li:before{
	counter-increment: number;
	content: counter;
}
.news dl.w10 dt {
	clear: left;
	float: left;
	width: 10%;
	font-weight: bold;
	font-size: 117%;
}
.news dl.w10 dd{
	margin: 0 0 0 10%;
	font-size: 117%;
}
#contents .clickhere_icon,
#contents .link_section_01 .single_link.clickhere_icon,
#contents .db_list .single_link.clickhere_icon {
  padding-left: 0;
  padding-right: 145px;
  background: url(/img/share/ico-clickhere.png) no-repeat right center;
}
#contents .here_icon,
#contents .link_section_01 .single_link.here_icon,
#contents .db_list .single_link.here_icon {
  padding-left: 0;
  padding-right: 40px;
  background: url(/img/share/ico-here.png) no-repeat right center;
}
/*   top_item
----------------------------------------*/
#contents .top_item {
  border: 3px solid #dfdfdf;
  padding: 20px 20px 20px 20px;
  margin-bottom: 35px;
  background: #FFFFFF;
}
#contents .top_item .item_inner {
  margin-bottom: 60px;
}
#contents .top_item .item_inner:last-child {
  margin-bottom: 0;
}
#contents .top_item .item_inner:after {
  content: "."; visibility: hidden; display: block; height: 0.1px; font-size:0.1em; line-height: 0; clear: both;
}

#contents .top_item .item_inner dl dt{
    font-size: 150%;
    font-weight: bold;
    padding-bottom: 5px;
}
#contents .top_item .item_inner dl dd{
    font-size: 117%;
}
#contents .top_item .item_inner dl dd span.right{
    display: block;
    text-align: right;
}

/*   よくある質問
----------------------------------------*/
.qaContainer dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
background: #cce6ff;
text-indent: -20px;
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
}
.qaContainer dd {
margin: 20px 10px 40px 35px;
text-indent: -20px;
}
.qaContainer dd:before {
content: "A.";
color: #1771c6;
font-weight: bold;
margin-right: 7px;
}

/*　ラーニングコモンズフロアマップ　*/
/*  #ak_1_2_contents
---------------------------------------*/
#contents #ak_1_2_contents .info_section .img_floor{
	display: block;
	max-width: 580px;
	height: auto;
	width: 100%;
	margin: 10px auto;
}
#contents #ak_1_2_contents .info_section .number{
	max-width: 21px;
	height: auto;
	width: 100%;
}
#contents #ak_1_2_contents .info_section .ul_floor li img.room {
	display: block;
	margin: 0 auto;
}
#contents #ak_1_2_contents .info_section .ul_floor li {
	float: left;
	width: 175px;
	padding: 0;
	background: none;
	margin: 0 12px 0 0;
}

#contents #ak_1_2_contents .info_section .ul_floor li p span.title{
	display: block;
	text-align: center;
	font-size: 110%;
	line-height: 1.2;
	margin-top: 5px;
	height:40px
}
#contents #ak_1_2_contents .info_section .ul_floor li p span.txt {
	display: block;
	text-align: left;
	font-size: 90%;
	line-height: 1.2;
	margin-top: 5px;
	height: 150px;
}


/*  #ak_1_2_contents
---------------------------------------*/
#contents #ak_1_2_contents table {
  width: 940px;
  font-size: 117%;
}
#contents #ak_1_2_contents table th,
#contents #ak_1_2_contents table td {
  border: 2px solid #dfdfdf;
  padding: 20px;
  font-weight: normal;
  text-align: center;
}
#contents #ak_1_2_contents table td.align_left {
	text-align: left;
}
#contents #ak_1_2_contents table th {
  background: #f5f4e4;
}
#contents #ak_1_2_contents .title_sub_small {
  margin-bottom: 10px;
}
#contents #ak_1_2_contents .text {
  font-size: 117%;
}
#contents #ak_1_2_contents .ul_list_01 li {
  padding-bottom: 0;
}
#contents #ak_1_2_contents .a_form_r {
  margin-bottom: 20px;
}
#contents #ak_1_2_contents h6 {
  font-size: 117%;
}
#contents #ak_1_2_contents p.txt_last {
  margin-bottom: 0;
}