@charset "utf-8";

/*==============================================================================
 * common
 *----------------------------------------------------------------------------*/

html {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 62.5%;
    line-height: 250%;
    letter-spacing: 0.1em;
}

body {
	background-color: #fff;
    border-left: 7px solid #54a4a2;
    border-right: 7px solid #54a4a2;
    color: #666;
    min-width: 1100px;
    padding-top: 7px;
}

a:link {
	color:#3897DB;
	text-decoration:underline;
}

a:visited {
	color:#551A8B;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:hover img{
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

.border-top {
    background-color: #54A4A2;
    height: 7px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 89;
}

.border-bottom {
    background-color: #54A4A2;
    bottom: 0;
    height: 7px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 89;
}

header,
#wrapper,
#footer_wrapper,
footer ul.sitemap,
footer #links {
	margin: 0 auto;
	width:1000px;
}

header {
    height: 99px;
	position: relative;
	z-index: 10;
	overflow:hidden;
}

header .logo,
header nav li {
	float:left;
}

header .logo a:hover img{
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity = 100);
}

header nav li {
	text-indent:-9999px;
}

header nav li a {
	display:block;
	background:url(../images/common/menu.png) left top no-repeat;
	height:99px;
}

header nav li a:hover {
	background:url(../images/common/menu_on.png) left top no-repeat;
}

header nav li.school a     {width:96px;}
header nav li.exam a       {width:96px; background-position:-96px top;}
header nav li.campus a     {width:96px; background-position:-192px top;}
header nav li.dormitory a  {width:96px; background-position:-288px top;}
header nav li.graduate a   {width:96px; background-position:-384px top;}
header nav li.access a     {width:95px;  background-position:-480px top;} 

#cover {
    background: rgba(0, 0, 0, 0) url("../images/common/bg.png") no-repeat scroll center bottom / cover;
	-moz-background-size:cover;
	height: 300px;
    margin: -100px 0 0;
    position: relative;
    width: 100%;
    z-index: 1;
	margin-bottom:24px;
}

#cover.school {
    background: rgba(0, 0, 0, 0) url("../images/school/bg.png") no-repeat scroll center top / cover;
}

#cover.exam {
    background: rgba(0, 0, 0, 0) url("../images/exam/bg.png") no-repeat scroll center top / cover;
}

#cover.campus {
    background: rgba(0, 0, 0, 0) url("../images/campus/bg.png") no-repeat scroll center top / cover;
}

#cover.dormitory {
    background: rgba(0, 0, 0, 0) url("../images/dormitory/bg.png") no-repeat scroll center top / cover;
}

#cover.graduate {
    background: rgba(0, 0, 0, 0) url("../images/graduate/bg.png") no-repeat scroll center top / cover;
}

#cover.access {
    background: rgba(0, 0, 0, 0) url("../images/access/bg.png") no-repeat scroll center top / cover;
}

#wrapper {
	overflow:hidden;
	padding-bottom:60px;
}

#wrapper #main {
	width:700px;
	float:right;
}

#wrapper #side {
	width:230px;
	float:left;
}

#wrapper #side .banner_erea li {
    background:#F0F4F7;
    padding: 0 15px;
	border:#54A4A2 1px solid;
	border-radius: 10px / 10px;
	-webkit-border-radius: 10px / 10px;
	-moz-border-radius: 10px / 10px;
	margin-bottom:20px;
}

#wrapper #side .banner_erea li a {
    color:#54A4A2;
    display: block;
    font-size: 1.7em;
	font-weight:bold;
    padding: 15px 0 15px 40px;
    text-decoration: none;
}

#wrapper #side .banner_erea li:hover {
	background:#FFF;
}

#wrapper #side .banner_erea li a:hover {
	text-decoration:underline;
}

#wrapper #side .banner_erea li.session a {
	background:url(../images/common/side_session.png) left center no-repeat;
}

#wrapper #side .banner_erea li.request a {
	background:url(../images/common/side_request.png) left center no-repeat;
}

#wrapper #side .banner_erea li.system a {
	background:url(../images/common/side_system.png) left center no-repeat;
}

#wrapper #side .banner_erea li.value a {
	background:url(../images/common/side_value.png) left center no-repeat;
}

#wrapper #side .banner_erea li.hosp a {
	background:url(../images/common/side_hosp.png) left center no-repeat;
}

#wrapper #side nav ul {
	margin-bottom:50px;
}

#wrapper #side nav li {
    margin:0 15px;
	border-bottom:#D1D1D1 1px dotted;
}

#wrapper #side nav li a {
    background: rgba(0, 0, 0, 0) url("../images/common/arrow.png") no-repeat scroll left center;
    color: #666666;
    display: block;
    font-size: 1.4em;
    line-height: 150%;
    padding: 15px 0 15px 20px;
    text-decoration: none;
}

#wrapper #side nav li a:hover {
	text-decoration:underline;
}

#wrapper #side nav li:first-child {
	background:#F0F4F7;
	border-bottom:#54A4A2 1px solid;
	margin:0;
	padding:0 15px;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

#wrapper #side nav ul li:first-child a {
	color:#54A4A2;
	font-size: 1.7em;
	font-weight:bold;
	padding-left:40px;
	background:url(../images/common/side_school.png) left center no-repeat;
}

#wrapper #side nav ul.school li:first-child a {
	background:url(../images/common/side_school.png) left center no-repeat;
}

#wrapper #side nav ul.exam li:first-child a {
	background:url(../images/common/side_exam.png) left center no-repeat;
}

#wrapper #side nav ul.campus li:first-child a {
	background:url(../images/common/side_campus.png) left center no-repeat;
}

#wrapper #side nav ul.graduate li:first-child a {
	background:url(../images/common/side_graduate.png) left center no-repeat;
}

#wrapper #side nav ul.sub {
	margin-bottom:0;
}

#wrapper #side nav ul.sub li {
    margin:0 0 0 8px;
}

#wrapper #side nav ul.sub li a {
    padding: 10px 0 10px 20px;
}

#wrapper #side nav ul.sub li:first-child {
	background:#fff;
	border-bottom:#D1D1D1 1px dotted;
	margin:0 0 0 8px;
	padding:0 ;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#wrapper #side nav ul.sub li:first-child a {
	color:#666;
	font-size: 1.4em;
	font-weight:normal;
	padding: 10px 0 10px 20px;
	background: rgba(0, 0, 0, 0) url("../images/common/arrow.png") no-repeat scroll left center;
}

#wrapper #side nav ul.sub li:last-child {
	border-bottom:0;
}

footer {
	clear:both;
	width:100%;
	background:#54A4A2;
	color:#FFF;
	padding-bottom:7px;
	padding-top:40px;
}

footer ul.sitemap_sp {
	display:none;
}

footer ul.sitemap {
	padding-bottom:40px;
	overflow:hidden;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

footer ul.sitemap li.cell {
	float:left;
	padding:0 20px;
	width:159px;
	border-right:1px #7FBBB9 solid;
}

footer ul.sitemap li.cell:first-child {
	width:158px;
	border-left:1px #7FBBB9 solid;
}

footer ul.sitemap li.cell li {
	font-size: 1.4em;
    padding-bottom: 8px;
	line-height: 110%;
}

footer ul.sitemap li.cell li:last-child {
    padding-bottom: 16px;
}

footer ul.sitemap li.cell li.leader {
	font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 7px;
}

footer ul.sitemap li.cell li a {
	color:#DDEDEC;
	text-decoration:none;
}

footer ul.sitemap li.cell li.leader a {
	color:#fff;
}

footer ul.sitemap li.cell li a:hover {
	text-decoration:underline;
}

footer #links {
	overflow:hidden;
	padding-bottom:40px;
	border-bottom:1px #7FBBB9 solid;
}

footer #links #foot_logo {
	float:left;
	width:370px;
}

footer #links #foot_logo a:hover img{
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity = 100);
}

footer #links #address {
	float:left;
	padding-left:50px;
}

footer #links #address p {
	font-size: 1.4em;
    color:#DDEDEC;
	margin-bottom:10px;
	margin-left:0;
}

footer #links #address p.leader {
    font-weight: bold;
	color:#fff;
	margin-bottom:0;
}

footer #links #address li {
	float:left;
	margin-right:30px;
	background:url(../images/common/arrow_whi.png) left center no-repeat;
	padding-left:20px;
}

footer #links #address li a {
	font-size: 1.5em;
    font-weight: bold;
	color:#fff;
	text-decoration:none;
}

footer #links #address li a:hover {
	text-decoration:underline;
}

footer p.copy {
	text-align:center;
	margin:10px 0;
}

.breadcrumbs {
	margin-bottom:24px;
	font-size:1.2em;
	line-height:100%;
}


/*==============================================================================
 * top
 *----------------------------------------------------------------------------*/
 
.top_list {
	background:#F0F4F7;
	padding:25px 35px 35px;
}

.bxslider {
	margin: 0 0 60px;
    position: relative;
    width: 100%;
    z-index: 1;
	background-color:#fff;
}

.bxslider div {
    background: rgba(0, 0, 0, 0) url("../images/top/bg_top1.png") no-repeat scroll center bottom / cover;
	-moz-background-size:cover;
}

.bxslider div:nth-child(2) {
    background: rgba(0, 0, 0, 0) url("../images/top/bg_top2.png") no-repeat scroll center bottom / cover;
	-moz-background-size:cover;
}

.bxslider div:nth-child(3) {
    background: rgba(0, 0, 0, 0) url("../images/top/bg_top3.png") no-repeat scroll center bottom / cover;
	-moz-background-size:cover;
}

.bxslider h1 {
    color: #fff;
    font-family: "M+ Type-2 (general-j) Regular",sans-serif;
    font-size: 3em;
    padding-top: 350px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

/*==============================================================================
 * h , p , img
 *----------------------------------------------------------------------------*/

h1, h2 {
	font-weight:normal;
}
 
.top h1,
.cover_title {
	color: #fff;
    font-size: 3em;
    padding-top: 350px;
    text-align: center;
	font-family:'M+ Type-2 (general-j) Regular', sans-serif;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
}

h1.title,
h1.news_title {
    font-size: 2.7em;
	position: relative;
	padding:10px 10px 10px 25px;
	line-height:100%;
	margin-bottom:30px;
}

h1.news_title {
	margin-bottom:10px;
}

h1.title::after,
h1.news_title::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 7px;
	height: -webkit-calc(100%);
	height: calc(100%);
	background-color: #54A4A2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

h2 {
    font-size: 2em;
	color: #54A4A2;
	margin-bottom:30px;
	padding:0 0 10px 5px;
	border-bottom:#D1D1D1 1px dotted;
	clear:both;
}

h2.top_news {
	margin: 0 auto 25px;
	padding:0;
	width:81px;
	height:24px;
	text-align:center;
	background:url(../images/top/news.png) left center no-repeat;
	border-bottom:none;
	text-indent:-9999px;
}

h2.year {
    background:#F0F4F7;
	border-bottom:#54A4A2 2px solid;
	margin:0 0 30px;
	padding:10px 15px;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	color:#54A4A2;
	font-size: 2em;
	font-weight:bold;
}

.cover_title {
    padding-top: 195px;
	width:1000px;
	margin:0 auto;
	text-align:left;
}

p {
	font-size:1.5em;
	margin-bottom:30px;
	margin-left:5px;
}

p.green {
	color: #54A4A2;
}

p.link {
	background: rgba(0, 0, 0, 0) url("../images/common/arrow.png") no-repeat scroll left center;
	padding-left: 20px;
}

p.right_under {
	text-align:right;
	text-decoration:underline;
	line-height:180%;
}

.profile {
	color: #666;
	font-size:200%;
	line-height: 130%;
}

p b,
p strong {
	color: #54A4A2;
}

p.message {
	color: #fff;
	background-color: #54A4A2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight:bold;
	display: inline-block;
	position: relative;
	padding: 0 15px;
}

p.message::before {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #54a4a2 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    bottom: -12px;
    content: "";
    display: inline-block;
    left: 15px;
    position: absolute;
}

ul.indent,
ul.dot {
  margin-left:5px;
  margin-bottom:30px;
}

ul.indent li {
  padding-left: 2em;
  text-indent: -2em;
  font-size:1.5em;
}

ul.indent li ul.indent li,
ul.dot li ul.indent li {
  padding-left: 1em;
  text-indent: -1em;
  font-size:100%;
}

ul.dot li {
  font-size:1.5em;
  padding-left: 1em;
  text-indent: -1em;
}

ul.dot li:before {
  content:"・";
}

ul.dot li li:before {
  content:"";
}

.coat {
  background: #f0f4f7 none repeat scroll 0 0;
  padding:5px 20px;
  border: 1px dotted #54a4a2;
  margin-bottom:15px;
}

.coat p {
  margin-bottom:0;
}

figure {
    overflow: hidden;
    padding-bottom: 30px;
	clear:both;
}

figure img,
ul.img_one li img,
ul.img_two li img,
ul.img_three li img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

figure.left {
	float:left;
	padding-right:30px;
}

figure.right {
	float:right;
	padding-left:30px;
}

figure.center {
	text-align:center;
}

ul.img_one,
ul.img_two,
ul.img_three {
	display: table;
    width: 100%;
	margin-bottom:30px;
}

ul.img_one li,
ul.img_two li,
ul.img_three li {
    vertical-align: top;
	text-align:center;
	padding:0 2%;
	display:table-cell;
}

ul.img_one li {
    width: 100%;
}

ul.img_two li {
    width: 50%;
}

ul.img_three li {
    width: 33%;
}

ul.img_three li:nth-child(3n-1) {
    width: 34%;
}

ul.img_one li img,
ul.img_two li img,
ul.img_three li img {
	max-width:100%;
}

ul.img_one li p,
ul.img_two li p,
ul.img_three li p {
	margin-bottom:0;
}


/*==============================================================================
 * sitemap
 *----------------------------------------------------------------------------*/

p.map {
  margin: 0;
  font-size:1.5em;
}

ul.map {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  list-style: none;
  font-size:1.5em;
}
ul.map li {
  margin: 0 0 0 0.5em;
  padding: 0;
  border-left: 1px solid #999;
  zoom: 1;
}
ul.map li:before {
  margin-right: 0.5em;
  border-bottom: 1px solid #999;
  float: left;
  width: 1em;
  height: 0.75em;
  overflow: hidden;
  content: "";
}
ul.map li:last-child {
  border: none;
}
ul.map li:last-child:before {
  border-left: 1px solid #999;
}
ul.map ul ul {
  margin-left: 1.5em;
}


/*==============================================================================
 * table
 *----------------------------------------------------------------------------*/

table {
  width:100%;
  margin-bottom:30px;
}

table.exam_info {
  line-height: 200%;
}

th {
  width:35%;
  margin-bottom:30px;
  font-size:1.5em;
  background: #f0f4f7 none repeat scroll 0 0;
  color: #54a4a2;
  padding: 5px 10px;
  border-bottom:2px #fff solid;
}

td {
  padding: 5px 10px;
  font-size:1.5em;
  border-bottom: 2px solid #f0f4f7;
}

table tr:first-child th:first-child {
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  border-top-left-radius:10px;
}

table tr:last-child th {
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  border-bottom-left-radius:10px;
}

table tr:last-child th,
table tr:last-child td {
  border-bottom:0;
}

table.course td,
table.exam_info td,
table.school_result td,
table.school_value td {
  border-left: 2px solid #f0f4f7;
  text-align:center;
}

table.course th,
table.school_result th,
table.school_value th {
  width:14%;
  border-right:2px #fff solid;
  text-align:center;
}

table.school_result th:first-child {
  width:65%;
  text-align:left;
}

table.school_value th:first-child {
  width:30%;
  text-align:left;
}

table.school_value th,
table.school_value td {
  vertical-align:middle;
}

table.school_value td span {
  color:#fff;
  font-weight:bold;
  background-color:#54a4a2;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
}

table.school_result tr:first-child th:first-child,
table.school_value tr:first-child th:first-child {
  text-align:center;
}

table.course th.double {
  width:29%;
}

table tr.uni th {
  text-align:center;
  font-weight:bold;
}

table.exam_info th {
  border-right:2px #fff solid;
  text-align:center;
}

table.exam_info th.times {
  width:5%;
}

table.exam_info th,
table.exam_info td {
  font-size: 1.3em;
  padding: 2px 5px;
  line-height:120%;
}

table.exam_info th,
table.exam_info td {
  vertical-align:middle;
}

table.exam_info tr:last-child td {
  border-bottom:2px solid #f0f4f7;
}

table.exam_info td.td_left {
  text-align:left;
}

table.dormitory th {
  width:20%;
}

table p,
table figure.right {
  font-size:100%;
  margin:0;
  padding:0;
}

table.school_cur th:first-child {
  width:15%;
  text-align:left;
}

table.school_cur th,
table.school_cur td {
  vertical-align:middle;
  text-align:center;
}

table.school_cur tr:first-child th {
  text-align:center;
}

table.school_cur th.cur_erea {
  width:5%;
}

table.school_cur td.td_left {
  text-align:left;
}

table.news td,
table.news tr:last-child td {
  border: 2px solid #f0f4f7;
}



/*==============================================================================
 * blog
 *----------------------------------------------------------------------------*/

h1.archive_title {
	background:#F0F4F7;
	border-bottom:#54A4A2 1px solid;
	color: #54a4a2;
	margin:0 0 30px;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	font-size: 1.7em;
	font-weight: bold;
	padding: 15px 20px;
}

h2.list_title {
	border-bottom:#D1D1D1 1px dotted;
	margin: 0 15px;
	padding:15px 0;
	font-size: 1.5em;
	font-weight:bold;
}

h2.list_title a {
    color: #666666;
    display: block;
    text-decoration: none;
}

h2.list_title a:hover {
	text-decoration:underline;
}

.post-thumbnail {
	margin-bottom:30px;
}

.post-thumbnail img,
.entry-content a img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.entry-footer {
    padding: 0;
	background: none;
	margin:0 0 30px 25px;
}

.widget {
    margin: 0 0 30px;
    padding: 0;
}

.widget_archive {
    margin: 0 0 50px;
}

h2.widget-title {
    background:#F0F4F7;
	border-bottom:#54A4A2 1px solid;
	margin:0;
	padding:5px 15px;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	color:#54A4A2;
	font-size: 1.7em;
	font-weight:bold;
}

.widget li {
    margin:0 15px;
	border-bottom:#D1D1D1 1px dotted;
	border-top:0;
	padding-bottom: 0;
}

.widget li a {
	color: #666666;
    display: block;
    font-size: 1.4em;
    line-height: 150%;
    padding: 10px 0 ;
    text-decoration: none;
}

.widget_archive li a,
.widget_categories li a {
    display:inline-block;
}

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

#list {
	overflow:hidden;
}

#list article {
	background:#FFF;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    width: 30%;
}

#list article:nth-child(3n) {
	margin-left:5%;
	margin-right:5%;
}

.top_list #list article {
	width:31%;
}

.top_list #list article:nth-child(3n) {
	margin-left:0;
	margin-right:0;
}

.top_list #list article:nth-child(3n-1) {
	margin-left:2%;
	margin-right:2%;
}

#list .post-thumbnail {
	margin-bottom:0;
}

#list .post-thumbnail img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

#list .entry-footer {
    margin: 10px 15px;
}

#list .posted-on,
#list .cat-links {
	display:block;
}

.pagination {
    border-top:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
    box-shadow: none;
	margin:0;
}

.nav-links {
	font-size:15px;
	text-align:center;
	margin:10px 0;
}

.pagination .prev,
.pagination .next {
    background-color: #54A4A2;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #54A4A2;
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

.entry-content a img {
    margin: 0 auto;
}

p.news_more {
	clear:both;
	text-align:center;
	margin:0;
}

p.news_more a {
	padding:5px 10px 5px 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #54A4A2;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background: rgba(84, 164, 162, 1) url("../images/common/arrow_whi.png") no-repeat scroll 10px center;
}

p.news_more a:hover {
	background: rgba(84, 164, 162, 0.6) url("../images/common/arrow_whi.png") no-repeat scroll 10px center;
}


/*==============================================================================
 * form
 *----------------------------------------------------------------------------*/

input[type="text"],
input[type="email"],
textarea {
    max-width: 95%;
	border: 1px solid #d1d1d1;
}

input,
textarea {
	background-color: #F0F4F7;
}

input[type="submit"] {
	background-color: #54A4A2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0 10px;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	background-color: #54A4A2;
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

p.submit_btn {
	text-align:center;
}


/*
 * ～700px　※700px以下の場合の対応
 *----------------------------------------------------------------------------*/
 
@media screen and (max-width:700px) {

body {
	border-left: 5px solid #54A4A2;
    border-right: 5px solid #54A4A2;
	padding-top:5px;
	min-width:inherit;
}

.border-top {
    height: 5px;
}

.border-bottom {
    height: 5px;
}
	
header,
#wrapper,
#footer_wrapper,
footer ul.sitemap,
footer #links {
	width:100%;
}
	
.cover_title {
	width:95%;
}

#wrapper #main {
    float: none;
    margin-bottom: 40px;
    width: 100%;
}

#wrapper #side {
    float: none;
    width: 100%;
}

header {
	height:auto;
}

header .logo {
    float: none;
	text-align: center;
	background-color: #54a4a2;
}

header .logo img {
	max-width:75%;
}

header nav li {
	background-color: #fff;
    border-bottom: 1px dotted #54a4a2;
    box-sizing: border-box;
    text-align: center;
    text-indent: 0;
    width: 33%;
}

header nav li:hover {
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

header nav li:nth-child(3n-1) {
	border-left: 1px solid #54a4a2;
    border-right: 1px solid #54a4a2;
    width: 34%;
}

header nav li a {
    background: none;
    display: block;
    height: auto;
}

header nav li a:hover {
	background: none;
}

header nav li.school a,
header nav li.exam a,
header nav li.campus a,
header nav li.dormitory a,
header nav li.graduate a,
header nav li.access a {
	background-position: inherit;
    color: #54a4a2;
    font-size: 1.1em;
    line-height: 300%;
    text-decoration: none;
    width: auto;
} 

#wrapper {
	width:96%;
	margin:0 auto;
}

figure img,
ul.img_one li img,
ul.img_two li img,
ul.img_three li img,
footer #links #foot_logo img {
	max-width:100%;
}

figure.left {
	float:none;
	text-align:center;
	padding-right:0;
}

figure.right {
	float:none;
	text-align:center;
	padding-left:0;
}

footer {
    padding-bottom: 5px;
    padding-top: 0;
}

footer ul.sitemap {
	display:none;
}

footer ul.sitemap_sp {
	display:inherit;
	margin-bottom: 30px;
}

footer ul.sitemap_sp li {
    background: rgba(0, 0, 0, 0) url("../images/common/arrow_whi.png") no-repeat scroll left center;
    padding-left: 20px;
	margin:0 2%;
	border-bottom:1px dotted #fff;
}

footer ul.sitemap_sp li:last-child {
	border-bottom:none;
}

footer ul.sitemap_sp li a {
    color: #fff;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5px 0;
    text-decoration: none;
}

footer ul.sitemap_sp li a:hover {
    text-decoration:underline;
}

footer #links #foot_logo {
	
}

footer #links #foot_logo {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    max-width: 90%;
}

footer #links #address {
    float: none;
    margin: 0 auto;
    padding-left: 0;
    width: 96%;
}

footer #links #address li {
    float: none;
}

.bxslider {
    height: 400px;
	margin-top: 0;
}

.bxslider h1 {
    padding-top: 190px;
	line-height:100%;
	font-size: 2.3em;
}

#cover {
    margin: 0 0 24px;
	height: 200px;
}

.cover_title {
    padding-top: 90px;
	padding-left:5%;
}

#cover {
    background: rgba(0, 0, 0, 0) url("../images/common/bg_sp.png") no-repeat scroll center bottom / cover;
}

#cover.school {
    background: rgba(0, 0, 0, 0) url("../images/school/bg_sp.png") no-repeat scroll center top / cover;
}

#cover.exam {
    background: rgba(0, 0, 0, 0) url("../images/exam/bg_sp.png") no-repeat scroll center top / cover;
}

#cover.campus {
    background: rgba(0, 0, 0, 0) url("../images/campus/bg_sp.png") no-repeat scroll center top / cover;
}

#cover.dormitory {
    background: rgba(0, 0, 0, 0) url("../images/dormitory/bg_sp.png") no-repeat scroll center top / cover;
}

#cover.graduate {
    background: rgba(0, 0, 0, 0) url("../images/graduate/bg_sp.png") no-repeat scroll center top / cover;
}

#cover.access {
    background: rgba(0, 0, 0, 0) url("../images/access/bg_sp.png") no-repeat scroll center top / cover;
}

.top_list {
	padding-left:4%;
	padding-right:4%;
}

#list article,
.top_list #list article {
	width:48%;
}

.top_list #list article:nth-child(3n-1) {
	margin-left:0;
	margin-right:0;
}

#list article:nth-child(2n) {
	margin-right:4%;
	margin-left:0;
}

.top_list #list article:nth-child(2n) {
	margin-left:4%;
	margin-right:0;
}

#list article:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
}

}