@charset "utf-8";
/*---------------------------------------------------------
Theme Name: ac_yamanashi_en_sp
Theme URI: 
Description: 山梨大学スマートフォン用テーマ
Author: Calcinc
Author URI:
Version: 1.0
---------------------------------------------------------*/

/*
==========================================================================*/
/*【全般設定】*/
/*
==========================================================================*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, Verdana, sans-serif;
	color: #434343;
	font-size: 100%;
	height: 100%;
	width: 100%;
	/*padding: 100px 0 0 0;*/
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	overflow-y: scroll;
	height: 100%;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

a:focus {
	outline: none;
}

#wrapper {
	width: 100%;
}

/*------------------clearfix設定----------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear: both;
}

/*
==========================================================================*/
/*【ヘッダー?フッター設定】*/
/*
==========================================================================*/

/*--------------header-----------------*/
header {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

#head {
	width: 100%;
	overflow: hidden;
}

#head ul {
	list-style-type: none;
	border-bottom: 1px solid #007bc1;
}

#head ul li {
	list-style-type: none;
	text-decoration: none;
}

#head ul.accordion {}

/*#head ul.accordion > li {  font-size:120%;line-height:2; color:#007bc1; }*/
#head ul.accordion .accordion_list .other01 a {
	clear: both;
	background: #007bc1;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}

#head ul.accordion .accordion_list .other02 a {
	background: #0265a0;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}

#head ul.accordion .accordion_list .last a {
	background: #0265a0;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}

#head ul.accordion .accordion_list_wrap {
	width: 100%;
}

#head ul.accordion .accordion_list {
	display: none;
	background: #007bc1;
}

#head ul.accordion .accordion_list>li {
	font-size: 100%;
	line-height: 2em;
	border-bottom: 1px solid #fff;
}

#head ul.accordion.header_nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#head_logo {
	display: flex;
	width: 50%;
	min-width: 210px;
	line-height: 1;
}

#head_logo a {
	display: flex;
	align-items: center;
}

.logo {
	vertical-align: middle;
}

.menu_drop {
	display: flex;
	line-height: 1;
}

.search_button {
	padding: 13px 14px;
}

.search_button img {
	vertical-align: middle;
}

.menu_button img {
	vertical-align: middle;
	width: 55px;
}

.accordion_search_wrap {
	width: 100%;
	background: #007bc1;
	overflow: hidden;
}

.accordion_search_form {
	display: none;
	margin: 1em;
	font-size: 16px;
}

.accordion_search_form form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
	border: solid 2px #aeaeae;
	overflow: hidden;
	background-color: #fff;
}

.accordion_search_form input,
.accordion_search_form button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

.accordion_search_form input {
	display: block;
	border: 0;
	font-size: 1em;
	padding: .5em 0 .5em 1em;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
}

.accordion_search_form button {
	display: block;
	border: 0;
	background-color: #fff;
	font-size: .9em;
	font-weight: bold;
	color: #505050;
	padding: .5em .8em;
	min-width: 5.5em;
	width: 5.5em;
	box-sizing: border-box;
}


/*--------------footer-----------------*/

footer {
	width: 100%;
	color: #5e5e5e;
	overflow: hidden;
}

#foot {
	width: 100%;
	overflow: hidden;
}

#foot_menu01 {
	margin-bottom: 8px;
	overflow: hidden;
	border-top: 1px #9A9A9A solid;
	background: #f3f3f3;
}

#foot_menu01 ul li {
	list-style: none;
	width: 50%;
	float: left;
	display: block;
}

#foot_menu01 ul li:first-child {
	list-style: none;
	width: 100%;
	float: left;
	display: block;
}

#foot_menu01 ul li a {
	clear: both;
	width: 100%;
	display: block;
	font-size: 85%;
	line-height: 1.1em;
	padding: 15px 0;
	border-bottom: 1px #9A9A9A solid;
	border-right: 1px #9A9A9A solid;
	text-align: center;
	height: 15px;
}

#foot_menu01 a:link {
	color: #5e5e5e;
	text-decoration: none;
}

#foot_menu01 a:visited {
	color: #5e5e5e;
	text-decoration: none;
}

#foot_menu02 {
	overflow: hidden;
}

#foot_menu02 ul li {
	list-style: none;
}

#foot_menu02 ul li a {
	width: 50%;
	display: block;
	font-size: 75%;
	line-height: 1em;
	padding: 10px 0 10px 0;
	font-weight: bold;
	float: left;
	text-align: center;
}

#foot_menu02 ul li a img {
	margin: 0 auto;
}

#foot_menu02 a:link {
	color: #007bc1;
	text-decoration: none;
}

#foot_menu02 a:visited {
	color: #007bc1;
	text-decoration: none;
}



#foot_ad p.copyright {
	width: 100%;
	margin: 0;
	font-size: 60%;
	padding: 8px 0px;
	line-height: 1.2em;
	text-align: center;
}

#pagetop .to_top {
	background-color: #000;
	color: #fff;
	display: block;
	font-size: 80%;
	line-height: 1.2em;
	padding: 13px 1em 13px 1em;
	text-align: center;
	text-decoration: none;
}

/* footer検索 */

.footer_search {
	overflow: hidden;
}

.footer_search_form {
	margin: 1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
	border: solid 2px #aeaeae;
	overflow: hidden;
}

.footer_search_form input,
.footer_search_form button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	display: block;
}

.footer_search_form input {
	min-width: 0;
	width: 100%;
	padding: .5em 1em;
}

.footer_search_form button {
	min-width: 24px;
	width: 24px;
	box-sizing: content-box;
	padding: 0 16px 0 0;
}

.footer_search_form button img {
	vertical-align: middle;
}


/*
==========================================================================*/
/*【トップページ設定】*/
/*
==========================================================================*/

#container img {
	display: block;
}

/*----main画像スライド----*/
#m-visual {
	width: 100%;
	overflow: hidden;
}

/*----画像キャプション部分----*/
.metaslider .caption-wrap {
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
}

.metaslider .caption {
	font-size: 0.65em !important;
	padding: 2px 10px !important;
	/*line-height:1em;*/
}


/*-----news------*/


.top_newsmenu {
	clear: both;
	width: 90%;
	margin: 0 5% 20px 5%;
	overflow: hidden;
}

.top_newsmenu li {
	width: 48%;
	margin: 0 1% 2% 1%;
	float: left;
	text-align: center;
	list-style: none;
	font-size: 95%;
}

.top_newsmenu li a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 6px 0;
}

.top_newsmenu li#information-b {
	background: #dd5f83;
}

.top_newsmenu li#event-b {
	background: #ddba42;
}

.top_newsmenu li#topics-b {
	background: #3f7cb6;
}

.top_newsmenu li#newslist-b {
	background: #545454;
}



.slick-prev,
.slick-next {
	display: none !important;
}

.news_top_title_a {
	display: block;
	overflow: hidden;
}

.news_top_title01 {
	padding: 8px 0 8px 20px;
	float: left;
}

.news_top_title02 {
	padding: 0px;
}

#news_slide02 {
	width: 100%;
	display: block;
	margin: 20px auto 0px auto;
	overflow: hidden;
}

.news_slide02in {
	display: block;
	height: 260px;
	width: 250px;
	margin: 10px auto;
}

news_slide02 .news_title {
	font-size: 14px;
	line-height: 1.5em;
	width: 230px;
	display: block;
	margin: 0 8px;
}

#news_slide02 .news_title:link {
	color: #434343;
}

#news_slide02 .news_title:hover {
	color: #434343;
}

#news_slide02 .news_title:visited {
	color: #434343;
}

#news_slide02 .post_cat {
	margin-left: 8px;
	float: left;
}

#news_slide02 .thumbnail {
	height: 150px;
	width: 250px;
	vertical-align: middle;
	margin-bottom: 8px;
	overflow: hidden;
	background: #C5C4C5;
}

#news_slide02 img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

.news-box {
	display: table-cell;
	border-radius: 50%;
	height: 260px;
	width: 260px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 49;
	margin-top: -70px;
}

.news-box p {
	margin-bottom: 90px;
}

.news_slide02in .post_cat {
	color: #fff;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	clear: both;
	float: left;
	display: block;
	/*	width:120px;*/
}

.information {
	background: #dd5f83;
	padding: 0 12px;
}

.event {
	background: #ddba42;
	padding: 0 12px;
}

.topics {
	background: #3f7cb6;
	padding: 0 12px;
}

.prerelease {
	background: #673793;
	padding: 0 12px;
	font-size: 12px;
}

.infodate {
	font-size: 14px;
	margin-left: 15px;
	float: left;
}

/*----記事文字はみだし「???」表示----*/
/* overflow:hidden、heightは必ず指定する */
.textOverflowTest3 {
	overflow: hidden;
	width: 250px;
	height: 85px;
}

/*----sns----*/
#sns {
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin: 20px 0px;
}

.sns_in {
	width: 100%;
	display: block;
	overflow: hidden;
}

.sns_in img {
	width: 70%;
	display: block;
	margin: 10px 15%;
}

/*----学部紹介----*/
#campus {
	width: 100%;
	overflow: hidden;
	margin: 0px 0 0 0;
}

#campus img {
	width: 100%;
	margin: 0;
}

#campus a {
	margin: 0;
	overflow: hidden;
}


#top-campus,
.section-front-banners {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  width: 100%;
}

.top-campus {
  margin: 0 auto 20px;
}

.bl-front-faculties {
  display: block;
}

.bl-front-faculties a {
  display: block;
  position: relative;
}

.bl-front-faculties img {
  display: block;
}

.bl-front-faculties-label {
  background: rgba(0, 0, 0, .3);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  height: 100px;
  left: 0;
  line-height: 1.15;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  width: 100%;
}

.bl-front-faculties a:hover * {
  opacity: .85;
}

.bl-front-faculties-label::before {
  background: #ddd;
  bottom: -35px;
  content: "";
  display: block;
  height: 70px;
  left: -35px;
  position: absolute;
  transform: rotate(-45deg);
  width: 70px;
}

.bl-front-faculties-label__edu::before {
  background: #138a74;
}

.bl-front-faculties-label__med::before {
  background: #ca4193;
}

.bl-front-faculties-label__eng::before {
  background: #148da0;
}

.bl-front-faculties-label__les::before {
  background: #8ccb54;
}

.bl-front-faculties-label__mst::before {
  background: #5f2480;
}

.bl-front-faculties-label>span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

.bl-front-faculties-label small {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}


/*-----トップメニュー（バナー群）------*/
.bl-front-banner-list {
  box-sizing: border-box;
  list-style: none;
  margin: 15px auto 0;
}

.bl-front-banner-list > li {
  margin: 15px 0;
  padding: 0 25px;
}

.bl-front-banner-list a {
  display: block;
  font-feature-settings: "palt";
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  text-align: center;
}

.bl-front-banner-list a:hover,
.bl-front-banner-list a:hover * {
  opacity: .85;
}

.bl-front-banner-list-label {
  color: #434343;
  display: none;
}

.bl-front-banner-list img {
  display: block;
  width: 100%;
}

/*----メニュー----*/
#top-menu {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

#top-menu img {
	width: 80%;
	margin: 10px 10%;
	border: 1px solid #ccc;
}


/*
==========================================================================*/
/*【共通設定】*/
/*
==========================================================================*/

img {
	max-width: 100%;
	/* 最大幅 */
	height: auto;
}

p {
	line-height: 1.75em;
	font-size: 100%;
}

#text p {
	width: 94%;
	margin: 0 3%;
	padding: 15px 0px;
}

a {
	text-decoration: none
}

a:link {
	color: #007bc1;
	text-decoration: underline;
}

/*--ファイル形式アイコン表示設定--*/
#text a:link[href $='.pdf'] {
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-sp/img/pdf.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#text a:link[href $='.xlsx'] {
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-sp/img/xlsx.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#text a:link[href $='.docx'] {
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-sp/img/docx.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/*--ファイル形式アイコン非表示設定--*/
#text a.filelinkicon-none:link[href $='.pdf'] {
	background-image: none;
	padding-left: 0px;
}

#text a.filelinkicon-none:link[href $='.xlsx'] {
	background-image: none;
	padding-left: 0px;
}

#text a.filelinkicon-none:link[href $='.docx'] {
	background-image: none;
	padding-left: 0px;
}

#text .filelinkicon-none a:link[href $='.pdf'] {
	background-image: none !important;
	padding-left: 0px !important;
}

#text .filelinkicon-none a:link[href $='.xlsx'] {
	background-image: none !important;
	padding-left: 0px !important;
}

#text .filelinkicon-none a:link[href $='.docx'] {
	background-image: none !important;
	padding-left: 0px !important;
}

a:hover {
	color: #007bc1;
	text-decoration: underline;
}

a:visited {
	color: #007bc1;
	text-decoration: underline;
}

#container {
	width: 100%;
	overflow: hidden;
}

#content {
	width: 100%;
	overflow: hidden;
}

#contents {
	width: 100%;
	overflow: hidden;
}

#sub_menu {
	width: 100%;
	overflow: hidden;
}

h1 {
	/*width:100%;*/
	font-size: 145%;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	margin: 0 0 0px 0;
	padding: 10px 0 10px 1%;
	border-top: 10px solid #007bc1;
	border-bottom: 2px dotted #9A9A9A;
	background: #f3f3f3;
}

h2 {
	/*width:100%;*/
	font-size: 135%;
	line-height: 1.4em;
	padding: 20px 0 20px 1%;
	margin: 0px 0;
	border-top: 4px solid #007bc1;
	border-bottom: 2px solid #007bc1;
}

h3 {
	/*width:95%;*/
	font-size: 120%;
	line-height: 1.2em;
	padding: 10px 0 5px 5%;
	margin: 20px 0;
	border-bottom: 2px dotted #007bc1;
}

h4 {
	/*width:95%;*/
	font-size: 120%;
	line-height: 1.2em;
	padding: 10px 0 10px 5%;
	margin: 20px 0;
	border-bottom: 1px dotted #007bc1;
}

h5 {
	/*width:95%;*/
	font-size: 110%;
	line-height: 1.2em;
	padding: 5px 0 5px 1%;
	margin: 20px 0;
}

.alignleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.alignright {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#text ul {
	width: 90% !important;
	margin: 1em 3% 1em 7%;
	line-height: 1.7;
}

#text ol {
	width: 90% !important;
	margin: 1em 3% 1em 7%;
	line-height: 1.7;
}

/*------------テーブル設定----------*/
table {
	margin: 20px 0;
	width: 100% !important;
	border-collapse: separate;
	border-spacing: 5px;
	color: #434343;
	height: unset !important;
}

th {
	padding: 8px 10px;
	white-space: nowrap;
	text-align: left;
	/*font-weight:bold;*/
	background: #e0ebf8;
}

tr {
	background-color: #f3f3f3;
	height: unset !important;
}

td {
	margin: 0;
	padding: 8px 10px;
}

tr:nth-child(even) {
	background-color: #e9e9e9;
}

#text table ul {
	width: 100% !important;
	margin: 0;
	line-height: 1.7;
	padding-left: 20px;
}

#text table ol {
	width: 100% !important;
	margin: 0;
	line-height: 1.7;
	padding-left: 20px;
}


@media screen and (max-width: 819px) {
	table {
		display: block;
		overflow-x: auto;
	}

	th,
	td {
		width: 819px;
		white-space: nowrap;
	}
}


/* ==========================================================================*/
/*【装飾設定】*/
/* ==========================================================================*/

#text .waku01 {
	clear: both;
	border: solid 2px #062c54;
	margin: 1.4em 3%;
	padding-left: 4px;
	padding-right: 4px;
}

#text .waku02 {
	clear: both;
	border: solid 2px #007bc1;
	margin: 1.4em #5;
	padding-left: 4px;
	padding-right: 4px;
}

#text .topic01 {
	clear: both;
	background: #f3f3f3;
	margin: 1.4em 3%;
	padding-left: 4px;
	padding-right: 4px;
}

#text .topic02 {
	clear: both;
	background: #e0ebf8;
	margin: 1.4em 3%;
	padding-left: 4px;
	padding-right: 4px;
}

/* 文字装飾の設定 */
span.emphasis01 {
	color: #b62124;
	border-bottom: 2px dotted #b62124;
	line-height: 1.8;
}

/* 目次装飾の設定 */
#text .table-of-contents {
	display: none;
}

/*
==========================================================================*/
/*【パンくず設定】*/
/*
==========================================================================*/

.breadcrumbs {
	width: 100%;
	margin: 0;
	font-size: 70%;
}

.back-page {
	float: left;
}

.next-page {
	float: right;
}

.to-page {
	clear: both;
	overflow: hidden;
}

.data-category {
	width: 97%;
	display: block;
	text-align: right;
	overflow: hidden;
	clear: both;
	margin: 0px 3% 0px 0px;
}

/*
==========================================================================*/
/*【グローバルtopメニュー?訪問者topメニュー設定】*/
/*
==========================================================================*/

.top-list a {
	color: #007bc1;
	text-decoration: none;
	font-size: 95%;
}

.top-list a:link {
	color: #007bc1;
	text-decoration: none;
}

.top-list a:hover {
	color: #007bc1;
	text-decoration: none;
}

.top-list a:visited {
	color: #007bc1;
	text-decoration: none;
}

.top-list {
	width: 100%;
	margin: 0;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #9A9A9A;
	margin-bottom: 0px;
}

/*.top-list ul{    margin-bottom: 5px;}*/

.top-list-name {
	width: 98%;
	display: block;
	padding: 13px 0 13px 2%;
	background-color: #007bc1;
	color: #fff;
	font-size: 105%;
}

.top-list ul li a {
	width: 90%;
	display: block;
	list-style: none;
	padding: 10px 2% 10px 8%;
	/*margin-top:5px;*/
	font-size: 100%;
	line-height: 1.2;
	/*border-top:1px solid #9A9A9A;*/
	/*border-bottom:1px solid #9A9A9A;*/
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-sp/img/ico_top_list.png");
	background-position: left center;
	background-repeat: no-repeat;
}

/*三階層目*/
.top-list ul .list-out04 a {

	width: 90%;
	display: block;
	list-style: none;
	padding: 10px 0% 10px 10%;
	/*margin-top:5px;*/
	font-size: 100%;
	line-height: 1;
	background-image: none;
	/*border-top:1px solid #9A9A9A;*/
	/*border-bottom:1px solid #9A9A9A;

	background-color: #F0E9F2;*/
}

.list-out03 {
	width: 90%;
	display: block;
	list-style: none;
	padding: 10px 2% 10px 8%;
	/*margin-top:5px;*/
	font-size: 100%;
	line-height: 1.2;
	/*border-top:1px solid #9A9A9A;*/
	/*border-bottom:1px solid #9A9A9A;*/
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-sp/img/ico_top_list.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #007bc1;
}

/*----訪問者別トップページ----*/

.top-list0 a {
	text-decoration: none;
	font-size: 95%;
}

.top-list0 a:link {
	color: #007bc1;
}

.top-list0 a:hover {
	color: #007bc1;
	background-color: #f3f3f3;
}

.top-list0 a:visited {
	color: #007bc1;
}

.top-list0 {
	width: 100%;
	margin: 0;
	clear: both;
	overflow: hidden;
	margin-bottom: 0px;
}

.top-list0 ul {
	margin-bottom: 5px;
}

.top-list0 .top-list-name0 {
	width: 98%;
	display: block;
	padding: 13px 0 13px 2%;
	background-color: #007bc1;
	color: #fff;
	font-size: 105%;
}

.top-list0 ul li a {
	width: 90%;
	display: block;
	list-style: none;
	padding: 10px 2% 10px 8%;
	/*margin-top:5px;*/
	font-size: 100%;
	line-height: 1.2;
	/*border-top:1px solid #9A9A9A;*/
	/*border-bottom:1px solid #9A9A9A;*/
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-sp/img/ico_top_list.png");
	background-position: left center;
	background-repeat: no-repeat;
}

/*
==========================================================================*/
/*【各ニュース一覧】*/
/*
==========================================================================*/

/*---------学長ニュース?採用情報?入札情報-----------------*/

#news-list01 h2 {
	width: 98%;
	display: block;
	padding: 13px 0 13px 2%;
	background-color: #007bc1;
	color: #fff;
	font-size: 105%;
	line-height: 1.8em;
	margin: 0;
}

#news-list01 dl {
	width: 100%;
	color: #062c54;
}

.list_dl01 {
	border-bottom: 2px solid #007bc1;
	overflow: hidden;
	margin: 0;
}

#news-list01 dt {
	clear: both;
	width: 94%;
	margin: 0 3%;
	padding: 15px 0px 0 0;
	font-size: 100%;
}

#news-list01 dd {
	clear: both;
	width: 94%;
	margin: 0 3%;
	padding: 0 0 15px 0px;
	font-size: 100%;
}

.wp-pagenavi {
	text-align: center;
	margin: 30px auto;
}

/*---------最新ニュース?入試ニュース-----------------*/

#news-list02 h2 {
	width: 98%;
	display: block;
	padding: 13px 0 13px 2%;
	background-color: #007bc1;
	color: #fff;
	font-size: 105%;
	line-height: 1.8em;
	margin: 0;
}

#news-list02 dl {
	width: 100%;
	color: #062c54;
}

.list_dl02 {
	border-bottom: 2px solid #007bc1;
	overflow: hidden;
	margin: 0;
}

#news-list02 dt {
	clear: both;
	width: 94%;
	margin: 0 3%;
	padding: 20px 0 5px 0;
	font-size: 100%;
}

#news-list02 dd {
	clear: both;
	width: 94%;
	margin: 0 3%;
	padding: 0 0 20px 0px;
	font-size: 100%;
}

#news-list02 .post_cat {
	color: #fff;
	font-size: 90%;
	line-height: 1.2em;
	padding: 2px 0px 2px 0px;
	display: initial;
	margin-right: 20px;
}

.post_cat02 {
	color: #fff;
	background-color: #007bc1;
	font-size: 90%;
	line-height: 1.2em;
	padding: 2px 0px 2px 0px;
	display: initial;
	margin-right: 20px;
}

#news-list02 .to_list {
	display: block;
	font-size: 100%;
	line-height: 1.2em;
	padding: 8px 2em 8px 0;
	text-align: right;
	text-decoration: none;
}

/*
==========================================================================*/
/*【sideber設定】*/
/*
==========================================================================*/

/*---------w-sidebar-2/お知らせサイドメニュー-----------------*/

ul.accordion ul {
	list-style: none !important;
	display: none;
}

ul.accordion ul ul {
	list-style: none !important;
	display: inline !important;
}


#sub_menu a {
	text-decoration: none;
	font-size: 95%;
}

#sub_menu a:link {
	color: #434343;
	text-decoration: none;
}

#sub_menu a:hover {
	color: #434343;
	text-decoration: none;
}

#sub_menu a:visited {
	color: #434343;
	text-decoration: none;
}

.w-sidebar-2 .w-title-2 {
	width: 98%;
	display: block;
	padding: 13px 0 13px 2%;
	background-color: #007bc1;
	color: #fff;
	font-size: 105%;
	margin-top: 5px;
}

.w-sidebar-2 {
	margin-bottom: 5px;
}

.w-sidebar-2 ul li a {
	width: 89%;
	display: block;
	list-style: none;
	padding: 10px 3% 10px 8%;
	margin-top: 5px;
	line-height: 1.2;
	background-color: #f3f3f3;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-sp/img/ico_subpage_list_02.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.w-sidebar .w-title {
	width: 98%;
	display: block;
	padding: 13px 0 13px 2%;
	background-color: #007bc1;
	color: #fff;
	font-size: 105%;
}

.w-sidebar .w-title-sub {
	width: 90%;
	display: block;
	list-style: none;
	padding: 10px 3% 10px 7%;
	margin-top: 5px;
	line-height: 1.2;
	background-color: #f3f3f3;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	font-size: 95%;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-sp/img/ico_subpage_list_01.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.w-sidebar ul li a {
	width: 88%;
	display: block;
	list-style: none;
	padding: 10px 3% 10px 9%;
	margin-top: 5px;
	line-height: 1.2;
	background-color: #f3f3f3;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-sp/img/ico_subpage_list_02.png");
	background-position: left center;
	background-repeat: no-repeat;
}

/*----------３階層目-------------*/
.list-out01 {
	width: 92%;
	display: block;
	list-style: none;
	padding: 10px 3% 10px 5%;
	margin-top: 5px;
	line-height: 1.2;
	background-color: #f3f3f3;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	font-size: 95%;

}

.w-sidebar ul li .list-out02 a {
	width: 88%;
	display: block;
	list-style: none;
	padding: 10px 3% 10px 9%;
	margin-top: 5px;
	line-height: 1.2;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-sp/img/ico_subpage_list_02.png");
	background-position: left center;
	background-repeat: no-repeat;
}

/* ==========================================================================*/
/*【サイトマップ】*/
/* ==========================================================================*/

#sitemap a {
	text-decoration: none;
	font-size: 95%;
}

#sitemap a:link {
	color: #434343;
	text-decoration: none;
}

#sitemap a:hover {
	color: #434343;
	text-decoration: none;
}

#sitemap a:visited {
	color: #434343;
	text-decoration: none;
}

#sitemap h2 {
	width: 98%;
	font-size: 120%;
	line-height: 1.2em;
	padding: 14px 0 9px 2%;
	margin: 0;
	background-color: #e6e6fa;
}

#sitemap h3 {
	width: 98%;
	font-size: 100%;
	line-height: 1.2em;
	padding: 16px 0 16px 2%;
	margin: 0;
	border-bottom: solid 1px #9A9A9A;
}

.sitemap {
	margin-bottom: 0px;
	overflow: hidden;
	clear: both;
}

#sitemap ul {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

#sitemap ul li {
	width: 100%;
	border-bottom: solid 1px #9A9A9A;
}

#sitemap ul li a {
	width: 90%;
	display: block;
	list-style: none;
	padding: 10px 3% 10px 7%;
	line-height: 1.2;
}

#sitemap ul .sitemap01 {
	width: 90%;
	display: block;
	list-style: none;
	padding: 10px 3% 10px 7%;
	line-height: 1.2;
}

#sitemap ul .sitemap02 {
	padding-left: 50px;
}



/* ==========================================================================*/
/*【子ページ装飾他】*/
/* ==========================================================================*/

.inst_green_h2 {
	color: #27aab6;
	border-top: 4px solid #27aab6;
	border-bottom: 2px solid #27aab6;
}

.inst_blue_h2 {
	color: #417fb9;
	border-top: 4px solid #417fb9;
	border-bottom: 2px solid #417fb9;
}

.inst_lightgreen_h2 {
	color: #98bd0f;
	border-top: 4px solid #98bd0f;
	border-bottom: 2px solid #98bd0f;
}

.inst_pink_h2 {
	color: #eb6e89;
	border-top: 4px solid #eb6e89;
	border-bottom: 2px solid #eb6e89;
}


/* ==========================================================================*/
/*【モバイル/PC　スイッチ】*/
/* ==========================================================================*/

.pc-switcher {
	margin: 0 !important;
}

.pc-switcher span.active {
	display: none !important;
}

.pc-switcher a {
	width: 100%;
	display: block;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	padding: 0 !important;
	border: 0px solid #4C4C4C !important;
}




/* ==========================================================================*/
/*【トップページ設定】*/
/* ==========================================================================*/

/*--重要アナウンス設定---*/
.alert-announce {
	/*max-width: 1080px;
	margin: 20px auto;
	overflow: hidden;*/
}

.alert-announce a img {
	/*border:2px solid #434343;
	float: left;
	margin: 0px 18px;
	width:500px;
	height:auto;*/
	display: block;
}

/* ==========================================================================*/
/*【トップページ設定】*/
/* ==========================================================================*/

/*--重要アナウンス設定---*/
#announce {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0px 0;
}

#announce a img {
	border: 1px solid #ccc;
}

#announce img {
	margin: 0 auto;
	width: 90%;
	margin: 3px 5%;
}


.section-front-caution {
  box-sizing: border-box;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  padding: 25px;
}

.bl-front-caution {
  margin: 20px auto 0;
  text-align: center;
}

.bl-front-caution-item {
  background: #434343;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin: auto;
  padding: 10px;
}

.bl-front-caution-item,
.bl-front-caution-item:link,
.bl-front-caution-item:visited {
  color: #fff;
}

.bl-front-caution-item__warning {
  background: #d03a3a;
  color: #fff;
}

/* ==========================================================================*/
/*【YouTube埋め込み設定】*/
/* ==========================================================================*/

/* Youtube 埋め込み */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



/* ==========================================================================*/
/*【 wp_page_numbersスタイル調節 】*/
/* ==========================================================================*/

#wp_page_numbers {
	width: 92% !important;
	margin: 1.5em 4% !important;
}

#wp_page_numbers ul,
#wp_page_numbers li,
#wp_page_numbers a {
	font-size: 12px !important;
}

#wp_page_numbers a {
	padding: 7px 6px !important;
}

/* ==========================================================================*/
/*【 検索ページ 】*/
/* ==========================================================================*/


.searchpage h2 {
	width: 92%;
	line-height: 1.2em;
	padding: 10px 0;
	margin: 10px 4% 0px 4%;
	border-top: 2px solid #007bc1;
	border-bottom: 0px solid #007bc1;
	font-size: 4.5vmin;
}

.searchpage p {
	line-height: 1.5em;
	font-size: 100%;
	font-size: 3.5vmin;
	width: 92%;
	margin: 0 4%;
}





/* ==========================================================================*/
/*【メインビジュアル　スライダー設定】*/
/* ==========================================================================*/

div#n2-ss-2 .n2-style-f58d52632d016e4532dc73de3ceef8d2-simple {
	background: #fff !important;
}

div#n2-ss-2 .nextend-thumbnail-default .nextend-thumbnail-scroller .nextend-thumbnail-scroller-group>div.n2-active {
	border: #007bc1 solid 3px !important;
	opacity: 1;
}

div#n2-ss-2 .nextend-thumbnail-horizontal .nextend-thumbnail-scroller .nextend-thumbnail-scroller-group>div {
	border: #ccc solid 3px !important;
	opacity: 0.9;
}