@charset "utf-8";

/*---------------------------------------------------------
Theme Name: ac_yamanashi_en_pc
Theme URI: 
Description: 威尼斯人官网_澳门现金赌场【官网平台】
Author: 
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%;
}

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;
}

img {
	display: block;
}


/*------------------footer固定設定----------------*/
#wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#container {
	padding-bottom: 310px;
	min-width: 1080px;
}

footer {
	position: absolute;
	bottom: 0;
}

/*------------------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 {
	height: 175px;
	width: 100%;
	min-width: 1080px;
}

.head_menu {
	width: 1080px;
	margin: 0 auto;
}

.head_menu ul li {
	float: left;
	list-style-type: none;
}

#head_menu1 {
	width: 100%;
	min-width: 1080px;
	height: 30px;
	background: #f3f3f3;
}

#head_menu1 ul {
	padding-left: 200px;
	float: left;
}

#head_menu1 img {
	padding-left: 20px;
	float: left;
	margin-top: 4px;
}

#head_menu1 img:hover {
	opacity: 0.8;
}

#head_menu1 ul li {
	font-size: 14px;
	line-height: 2.2em;
	margin-left: 20px;
	padding-left: 12px;
	/* background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/headmenu_list.png"); */
	background-position: left center;
	background-repeat: no-repeat;
}

#head_menu1 a {
	text-decoration: none;
	padding-left: 4px;
}

#head_menu1 a:link {
	color: #304824;
}

#head_menu1 a:hover {
	color: #304824;
	text-decoration: underline;
}

#head_menu1 a:visited {
	color: #304824;
}

/*----side----*/
.nav-scroll {
	line-height: 1.2;
	position: fixed;
	right: 0;
	top: calc(135px + 5%);
	width: 64px;
	z-index: 256;
}

@media print {

	.nav-scroll {
		display: none;
	}

}

.nav-scroll-menues {
	list-style: none;
}

.nav-scroll-menu {
	margin-bottom: 5px;
}

.nav-scroll-menu-keep {}

.nav-scroll-menu-shift {}

.nav-scroll-item {
	align-items: center;
	background: #fff;
	border-radius: 15px 0 0 15px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	min-height: 64px;
	padding: 5px;
	text-align: center;
	width: 64px;
}

.nav-scroll-item:link,
.nav-scroll-item:visited {
	color: #434343;
}

.nav-scroll-item::after {
	display: none;
}

.nav-scroll-item-img {
	width: 40px;
}

/**/

.nav-scroll-item-pamp,
.nav-scroll-item-fb,
.nav-scroll-item-twi,
.nav-scroll-item-yt,
.nav-scroll-item-line {}

/* 個別a */

.nav-scroll-item-pamp {
	background: rgba(240, 215, 140, .85);
	padding: 1.5rem 1.25rem 1.75rem;
}

.nav-scroll-item-yt {}

.nav-scroll-item-fb {}

.nav-scroll-item-twi {}

.nav-scroll-item-wine {}

.nav-scroll-item-radio {
	background: #f7f145;
	padding: 15px 0;
	writing-mode: vertical-rl;
}

.nav-scroll-item-img-wine {
	width: 48px;
}

.nav-scroll-item-img-twi {
  width: 30px;
}

/* 個別img */

/*----検索フォームスタイル---- */
.searchform {
	width: 200px;
	height: 21px;
	float: left;
	margin: 5px 0 0 20px;
}

dl.search {
	width: 200px;
	height: 20px;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

dl.search dd input {
	width: 160px;
	height: 21px;
	line-height: 0px;
	background: none;
	border: none;
	margin-top: -3px;
}

dl.search dt {
	float: left;
	padding: 3px 0 0 10px;
}

dl.search dt input {
	display: block;
	padding: 2px 0px 0px 5px;
	background: none;
	border: none;
}

dl.search dt input {
	display: block;
	width: 20px;
	height: 20px;
	background: url('/en/wp-content/themes/ac-yamanashi-en-pc/img/search_img.png') no-repeat scroll 0 0;
}

#head_menu2 {
	width: 100%;
	height: 70px;
}

#head_menu2 img {
	margin-top: 8px;
	float: left;
	width: 340px;
}

#head_menu2 ul {
	float: right;
}

#head_menu2 li {
	font-size: 15px;
	margin-right: 35px;
	line-height: 3.3em;
}

#head_menu2 a {
	text-decoration: none
}

#head_menu2 a:link {
	color: #304824;
}

#head_menu2 a:hover {
	color: #304824;
	text-decoration: underline;
}

#head_menu2 a:visited {
	color: #304824;
}

#head_menu2 .active02 {
	text-decoration: underline;
}

#head_menu3 {
	width: 100%;
	min-width: 1080px;
	height: 75px;
	/* background: #007bc1; */
	background: #007bc1;
}

#head_menu3 li a {
	display: table-cell;
	height: 74px;
	width: 154px;
	/* background: #007bc1; */
	background: #007bc1;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
	vertical-align: middle;
}

#head_menu3 li a:hover {
	/* background: #512f60; */
	background: #0265a0;
}

#head_menu3 li a.active {
	/* background: #512f60; */
	background: #0265a0;
}

.active {
	/* background: #512f60; */
	background: #0265a0;
}

#head_menu3 a:link {
	color: #fff;
}

#head_menu3 a:hover {
	color: #fff;
}

#head_menu3 a:visited {
	color: #fff;
}

/*--------------footer-----------------*/
footer {
	height: 310px;
	width: 100%;
}

#foot_menu01 {
	width: 100%;
	overflow: hidden;
	/* background: #683793; */
	background: #007bc1;
}

#foot_menu01 ul {
	width: 900px;
	overflow: hidden;
	margin: 30px auto;
}

#foot_menu01 ul li {
	/* background-color: #7c51a0; */
	background-color: #1a93d8;
	float: left;
	list-style: none;
	margin: 1px;
}

#foot_menu01 a {
	display: table-cell;
	width: 298px;
	height: 30px;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

#foot_menu01 ul li:hover {
	background-color: transparent;
}

#foot_ad {
	width: 1080px;
	overflow: hidden;
	margin: 15px auto 20px auto;
}

#foot_ad .ad {
	float: left;
	margin-right: 30px;
	font-size: 13px;
	line-height: 1.3em;
}

#foot_ad .ad1 {
	font-weight: bold;
}

#foot_ad a {
	float: right;
}

#foot_menu02 {
	width: 1080px;
	margin: 30px auto 6px auto;
	overflow: hidden;
}

#foot_menu02 ul li {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	list-style: none;
}

#foot_menu02 a:link {
	/* color: #683793; */
	color: #007bc1;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
}

#foot_menu02 a:hover {
	/* color: #683793; */
	color: #007bc1;
	text-decoration: underline;
}

#foot_menu02 a:visited {
	/* color: #683793; */
	color: #007bc1;
}

.copyright {
	width: 1080px;
	margin: 0px auto;
	font-size: 11px;
	text-align: right;
}

/*--トップへ戻るボタン--*/
#page-top {
	position: fixed;
	bottom: 30px;
	right: 80px;
}

#page-top a img {
	width: 130px;
}

#page-top a img:hover {
	opacity: 0.5;
}

/*
==========================================================================*/
/*【トップページ設定】*/
/*
==========================================================================*/

/*----追加----*/
#news .top_head {
	float: left;
}

.top_head {
	display: block;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

#top_to_list {
	display: block;
	margin: 10px 15px 0px 0px;
	text-align: right;
	float: right;
}

#top_to_list:hover {
	opacity: 0.7;
}

/*----main画像スライド----*/
#m-visual {
	max-width: 1280px;
	margin: 0 auto;
	padding: 1px 0;
}

/*-----newsスライド------*/

.news_slide02-b {
	/*  clear:both;
  width:100%;
  margin:0 0%;*/
	margin: 18px 0 0 0;
}

.news_slide02-b li {
	width: 170px;
	display: block;
	float: left;
	text-align: center;
	margin: 0px 0px 0px 4px;
	font-size: 95%;
}

.news_slide02-b li a {
	width: 100%;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 6px 0;
}

.news_slide02-b li #information-b {
	background: #dd5f83;
}

.news_slide02-b li #event-b {
	background: #ddba42;
}

.news_slide02-b li #topics-b {
	background: #3f7cb6;
}

.news_slide02-b li #prerelease-b {
	background: #007bc1;
}

.news_slide02-b li #newslist-b {
	background: #545454;
}

.news_slide02-b li a:hover {
	text-decoration: none;
	opacity: 0.7;
}




#news {
	max-width: 1080px;
	margin: 20px auto 20px auto;
	overflow: hidden;
}

.slide_selector {
	width: 1080px;
}

#news_slide02 {
	max-width: 1080px;
	display: block;
	margin: 0px auto 0px auto;
	overflow: hidden;
	position: relative;
	z-index: 50;
}

.slick-list {
	margin: 0 auto !important;
}

.slick-slider {
	padding-left: 0px;
	margin-bottom: 20px;
}

.news_slide02in {
	display: block;
	height: 260px;
	width: 260px;
	padding-right: 10px;
}

#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;
}

.slick-prev,
.slick-next {
	display: none !important;
}

#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;
}

.post_cat {
	color: #fff;
	font-size: 12px;
	line-height: 1.6em;
	text-align: center;
	clear: both;
}

.information {
	float: left;
	display: block;
	width: 90px;
	background: #dd5f83;
}

.event {
	float: left;
	display: block;
	width: 90px;
	background: #ddba42;
}

.topics {
	float: left;
	display: block;
	width: 90px;
	background: #3f7cb6;
}

.prerelease {
	float: left;
	display: block;
	width: 90px;
	background: #007bc1;
	font-size: 12px;
}

.english {
	display: none;
}

.infodate {
	font-size: 14px;
	margin-left: 15px;
	float: left;
}

/*----記事文字はみだし「???」表示----*/
/* overflow:hidden、heightは必ず指定する */
.textOverflowTest3 {
	overflow: hidden;
	width: 250px;
	height: 85px;
}


/*----sns----*/
#sns {
	width: 100%;
	background: #f3f3f3;
	overflow: hidden;
}

.sns-box {
	width: 1080px;
	margin: 20px auto 40px auto;
	overflow: hidden;
}

.facebook {
	width: 350px;
	margin-right: 20px;
	background: #fff;
	float: left;
	overflow: hidden;
}

.Twitter {
	width: 350px;
	margin-right: 20px;
	height: 300px;
	background: #fff;
	float: left;
}

.other {
	width: 340px;
	height: 300px;
	float: left;
}

.other #youtube {
	clear: both;
	display: block;
	overflow: hidden;
}

.other #radio {
	clear: both;
	display: block;
	overflow: hidden;
}

.other #radio img,
.other #youtube img {
	width: 300px;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}

.other #youtube:hover,
.other #radio:hover {
	opacity: 0.8;
}

/*----学部紹介----*/

.campus {
	width: 1080px;
	margin: 40px auto;
	overflow: hidden;
}

.campus a {
	width: 535px;
	float: left;
	margin-bottom: 0px;
}

.campus a img:hover {
	opacity: 0.6;
}

#top-campus,
.section-front-banners {
	background: #f2e8e6;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/top/bg_front_faculties_pattern.png");
	background-repeat: repeat;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
	padding: 25px 0 45px;
	width: 100%;
}

.top-campus {
	width: 1080px;
	margin: 0 auto 20px;
}

.bl-front-faculties {
	display: flex;
	gap: 5px;
	justify-content: space-between;
}

.bl-front-faculties a {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
	display: block;
	position: relative;
}

.bl-front-faculties img {
	display: block;
}

.bl-front-faculties-label {
	background: rgba(0, 0, 0, .65);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	height: 100px;
	left: 0;
	line-height: 1.25;
	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: 20px;
	font-weight: bold;
	position: relative;
}

.bl-front-faculties-label > span:last-child:not(:first-child) {
	text-align: right;
}

.bl-front-faculties-label small {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}


.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;
	width: 1080px;
}

.bl-front-caution-item {
	background: #434343;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: auto;
	padding: 10px;
	width: 680px;
}

.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;
}


/*
==========================================================================*/
/*【共通設定】*/
/*
==========================================================================*/
p {
	line-height: 1.7em;
	font-size: 95%;
}

#text p {
	padding: 13px 0px;
}

#text p.pad_none {
	padding: 0px 0px;
}

a {
	text-decoration: none
}

a:link {
	/* color: #007bc1; */
	color: #007bc1;
}

/*--ファイル形式アイコン表示設定--*/
#text a:link[href $='.pdf'] {
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/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-pc/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-pc/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:visited {
	color: #007bc1;
}

a:hover {
	color: #304824;
	text-decoration: underline;
}

#content {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

#contents {
	margin-bottom: 60px;
}

#sub_content {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

#sub_content_left {
	width: 230px;
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}

#sub_content_right {
	width: 800px;
	float: left;
	margin-bottom: 30px;
}

h1 {
	clear: both;
	font-size: 150%;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
	padding: 16px 0 16px 8px;
	border-top: 4px solid #007bc1;
	border-bottom: 1px dotted #9A9A9A;
	background: #f3f3f3;
}

h2 {
	clear: both;
	font-size: 145%;
	line-height: 1.3em;
	padding: 10px 0px 10px 10px;
	margin: 40px 0 20px 0;
	color: #fff;
	background-color: #007bc1;
}

h3 {
	clear: both;
	font-size: 125%;
	line-height: 1.4em;
	padding: 5px 0px 5px 10px;
	margin: 20px 0;
	border-left: 5px solid #007bc1;
	border-bottom: 1px solid #007bc1;
}

h4 {
	clear: both;
	font-size: 120%;
	line-height: 1.4em;
	padding-left: 10px;
	margin: 20px 0;
	border-left: 0px solid #007bc1;
	border-bottom: 2px solid #007bc1;
}

h5 {
	clear: both;
	font-size: 105%;
	line-height: 1.4em;
	padding-left: 0px;
	margin: 20px 0;
	border-bottom: 1px dotted #007bc1;
}

.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 {
	line-height: 1.7;
	margin: 1em 0;
	padding-left: 20px;
}

#text ol {
	line-height: 1.7;
	margin: 1em 0;
	padding-left: 20px;
}

#text ul li {
	margin: 0.4em 0;
}

#text ol li {
	margin: 0.4em 0;
}

.back-page {
	float: left;
}

.next-page {
	float: right;
}

.to-page {
	clear: both;
	overflow: hidden;
}

.data-category {
	width: 100%;
	display: block;
	text-align: right;
	overflow: hidden;
	clear: both;
	margin-top: -20px;
}

/*------------テーブル設定----------*/
table {
	margin: 20px 0;
	width: 100% !important;
	border-collapse: separate;
	border-spacing: 5px;
	color: #434343;
	font-size: 95%;
	height: unset !important;
}

th {
	padding: 8px 10px;
	/*white-space:nowrap;*/
	text-align: left;
	background: #e0ebf8;
}

tr {
	background-color: #f3f3f3;
	height: unset !important;
}

td {
	margin: 0;
	padding: 8px 10px;
}

tr:nth-child(even) {
	background-color: #e9e9e9;
}


/* ==========================================================================*/
/*【装飾設定】*/
/* ==========================================================================*/

#text .waku01 {
	clear: both;
	border: solid 2px #062c54;
	margin: 1.4em 0px;
	padding-left: 4px;
	padding-right: 4px;
}

#text .waku02 {
	clear: both;
	border: solid 2px #007bc1;
	margin: 1.4em 0px;
	padding-left: 4px;
	padding-right: 4px;
}

#text .topic01 {
	clear: both;
	background: #f3f3f3;
	margin: 1.4em 0px;
	padding-left: 15px;
	padding-right: 15px;
}

#text .topic02 {
	clear: both;
	background: #ddeffb;
	margin: 1.4em 0px;
	padding-left: 15px;
	padding-right: 15px;
}

/* 文字装飾の設定 */
span.emphasis01 {
	color: #0265a0;
	border-bottom: 2px dotted #0265a0;
}

/* 目次装飾の設定 */
#text .table-of-contents {
	border: 1px solid #007bc1;
	color: #007bc1;
	display: inline-block;
}

#text .table-of-contents-p {
	padding: 20px 0px 0px 20px;
	line-height: 1em;
	font-size: 100%;
}

#text .table-of-contents ul {
	margin: 0 15px 20px 0;
}

#text .table-of-contents ul li {
	line-height: 1em;
	font-size: 95%;
}


/*
==========================================================================*/
/*【パンくず設定】*/
/*
==========================================================================*/

.breadcrumbs {
	width: 1080px;
	margin: 30px 0 0 0;
	font-size: 90%;
}

#sub_content .breadcrumbs {
	width: 800px;
	margin: 30px 0 0 280px;
	font-size: 90%;
}

/*
==========================================================================*/
/*【グローバルtopメニュー?訪問者topメニュー設定】*/
/*
==========================================================================*/

.subtop {
	width: 100%;
	margin-top: -20px;
	margin-bottom: 30px;
}


.top-list a {
	text-decoration: none;
	font-size: 95%;
}

.top-list a:link {
	color: #007bc1;
}

.top-list a:hover {
	color: #007bc1;
	background-color: #f3f3f3;
}

.top-list a:visited {
	color: #007bc1;
}

.top-list {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.top-list01 {
	width: 520px;
	overflow: hidden;
	margin-right: 40px;
	float: left;
}

.top-list02 {
	width: 520px;
	overflow: hidden;
}

.top-list .top-list-name {
	width: 480px;
	display: block;
	padding: 9px 0 9px 40px;
	background-color: #007bc1;
	color: #fff;
	font-size: 135%;
	line-height: 1.2em;
}

.top-list ul li a {
	width: 428px;
	display: block;
	list-style: none;
	padding: 10px 10px 10px 80px;
	margin-top: 5px;
	font-size: 100%;
	line-height: 1.2;
	border: 1px solid #9A9A9A;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/ico_top_list.png");
	background-position: left center;
	background-repeat: no-repeat;
}


.top-list ul li:nth-child(odd) {
	margin-right: 40px;
}

/*----学部?大学院?付属施設----*/

.top-list .campus {
	width: 1080px;
	margin: 0px auto;
	overflow: hidden;
}

.top-list h2 {
	clear: both;
	color: #007bc1;
	width: 1048px;
	font-size: 140%;
	line-height: 2.2em;
	padding-left: 30px;
	margin: 10px 0;
	border: 1px solid #007bc1;
	background-color: #fff;
}

.top-list h3 {
	clear: both;
	color: #fff;
	width: 1048px;
	font-size: 110%;
	line-height: 2.2em;
	padding-left: 30px;
	margin: 5px 0 0 0;
	background-color: #007bc1;
}

.top-list .top-ins li {
	float: left;
	display: block;
}

.top-list .top-ins img {
	float: right;
}

.top-list .top-ins li a {
	color: #007bc1;
	width: 438px;
	padding: 10px 10px 10px 70px;
	border: 1px solid #007bc1;
	float: left;
	list-style: outside none none;
}

.top-ins {
	overflow: hidden;
}

.top-list-left {
	margin-right: 40px;
}

/*----訪問者別トップページ----*/

.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 {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.top-list0 .top-list-name0 {
	width: 480px;
	height: 36px;
	display: block;
	padding: 6px 0 0px 40px;
	background-color: #007bc1;
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
}

.top-list0 ul li a {
	width: 428px;
	display: block;
	list-style: none;
	padding: 10px 10px 10px 80px;
	margin-top: 5px;
	font-size: 100%;
	line-height: 1.2;
	border: 1px solid #9A9A9A;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/ico_top_list.png");
	background-position: left center;
	background-repeat: no-repeat;
}

/*三階層目*/
.list-out03 {
	width: 468px;
	height: 30px;
	display: block;
	list-style: none;
	padding: 10px 10px 0px 40px;
	margin-top: 5px;
	font-size: 16px;
	border: 1px solid #9A9A9A;
	color: #007bc1;
	background-color: #ddeffb;
}

.top-list ul .list-out04 a {
	width: 428px;
	display: block;
	list-style: none;
	padding: 10px 10px 10px 80px;
	margin-top: 5px;
	font-size: 100%;
	line-height: 1.2;
	border: 1px solid #9A9A9A;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/ico_top_list.png");
	background-position: left center;
	background-repeat: no-repeat;
}




/*----受験生の方トップページ----*/

.top-list21 a {
	text-decoration: none;
	font-size: 95%;
}

.top-list21 a:link {
	color: #007bc1;
}

.top-list21 a:hover {
	color: #007bc1;
	background-color: #f3f3f3;
}

.top-list21 a:visited {
	color: #007bc1;
}

.top-list21 {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.top-list21 .campus {
	width: 1080px;
	margin: 0px auto;
	overflow: hidden;
}

.top-list21 h2 {
	clear: both;
	color: #fff;
	width: 1048px;
	font-size: 140%;
	line-height: 1.5em;
	padding-left: 30px;
	margin: 5px 0 10px 0;
	background-color: #007bc1;
}

.top-list21 h3 {
	clear: both;
	color: #007bc1;
	width: 1048px;
	font-size: 130%;
	line-height: 2em;
	padding-left: 30px;
	margin: 10px 0;
	border: 1px solid #007bc1;
}

.top-list21 .top-ins li {
	float: left;
	display: block;
}

.top-list21 .top-ins img {
	float: right;
}

.top-list21 .top-ins li a {
	color: #007bc1;
	width: 438px;
	margin-top: 5px;
	font-size: 100%;
	line-height: 1.2;
	padding: 10px 10px 10px 70px;
	border: 1px solid #007bc1;
	float: left;
	list-style: outside none none;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/ico_top_list.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.top-list21 img:hover {
	opacity: 0.8;
}

.top-list21_02 {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.top-list21-02_news {
	float: right;
	margin: 0px 40px -70px 0px;
}

.top-list21-02_news img:hover {
	opacity: 0.6;
}

.top-list21_02 #news-list01 dt {
	clear: both;
	width: 15%;
	float: left;
	padding: 7px 0 5px 50px;
	font-size: 90%;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/ico_subpage_list.png");
	background-position: left center;
	background-repeat: no-repeat;
}

.top-list21_02 #news-list01 dd {
	width: 75%;
	padding: 5px 5px 5px 20%;
	font-size: 100%;
}


/*
==========================================================================*/
/*【各ニュース一覧】*/
/*
==========================================================================*/

#news-list h2 {
	clear: both;
	width: 1065px;
	background-color: #007bc1;
	color: #fff;
	font-size: 140%;
	line-height: 2.2em;
	padding-left: 10px;
	margin: 0px 0;
}

#news-list dl {
	width: 100%;
	color: #062c54;
}

.list_dl {
	border: 1px solid #007bc1;
	overflow: hidden;
	margin: 5px 0;
}

#news-list dt {
	clear: both;
	width: 20%;
	float: left;
	padding: 5px 0 5px 25px;
	font-size: 90%;
}

#news-list dd {
	width: 80%;
	padding: 5px 5px 5px 20%;
	font-size: 100%;
}


/*---------学長ニュース?採用情報?入札情報-----------------*/

#news-list01 h2 {
	clear: both;
	background-color: #007bc1;
	color: #fff;
	font-size: 140%;
	line-height: 1.5em;
	padding-left: 30px;
	margin: 0px 0;
}

#news-list01 dl {
	color: #062c54;
}

.list_dl01 {
	border: 1px solid #007bc1;
	overflow: hidden;
	margin: 5px 0;
}

#news-list01 dt {
	clear: both;
	width: 20%;
	float: left;
	padding: 7px 0 5px 25px;
	font-size: 90%;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/ico_subpage_list.png");
	background-position: left center;
	background-repeat: no-repeat;
}

#news-list01 dd {
	width: 78%;
	padding: 5px 5px 5px 20%;
	font-size: 100%;
}

/*---ページ送り設定_wp_page_numbers---*/
.wp-pagenavi {
	text-align: center;
	margin: 30px auto;
  }
  

/*---------最新ニュース?入試ニュース-----------------*/

#news-list022 h2 {
	clear: both;
	width: 1065px;
	background-color: #007bc1;
	color: #fff;
	font-size: 140%;
	line-height: 2.2em;
	padding-left: 10px;
	margin: 0px 0;
}

#news-list02 h2 {
	clear: both;
	width: 1065px;
	background-color: #007bc1;
	color: #fff;
	font-size: 140%;
	line-height: 2.2em;
	padding-left: 10px;
	margin: 0px 0;
}

#news-list02 dl {
	color: #062c54;
}

.list_dl02 {
	border: 1px solid #007bc1;
	overflow: hidden;
	margin: 5px 0;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/ico_subpage_list.png");
	background-position: left center;
	background-repeat: no-repeat;
}

#news-list02 dt {
	clear: both;
	width: 90%;
	padding: 8px 0px 2px 8%;
	overflow: hidden;
}

#news-list02 dd {
	clear: both;
	width: 90%;
	padding: 0px 0px 8px 8%;
	font-size: 100%;
	line-height: 1.2em;
}

.post_cat02 {
	float: left;
	color: #fff;
	background-color: #007bc1;
	font-size: 13px;
	line-height: 1em;
	padding: 3px 0.4em 2px 0.4em;
}


/*
==========================================================================*/
/*【sideber設定】*/
/*
==========================================================================*/

/*---------w-sidebar-2/お知らせサイドメニュー-----------------*/

ul.accordion ul {
	display: none;
}

#accordion_none ul {
	display: inline;
}

ul.accordion ul ul {
	display: inline !important;
}

#sidemenu a {
	text-decoration: none;
	font-size: 95%;
}

#sidemenu a:link {
	color: #434343;
}

#sidemenu a:hover {
	color: #434343;
	background-color: #fff;
}

#sidemenu a:visited {
	color: #434343;
}

.w-sidebar-2 .w-title-2 {
	width: 220px;
	display: block;
	padding: 13px 0 13px 10px;
	background-color: #007bc1;
	color: #fff;
	font-size: 105%;
	margin-top: 5px;
}

.w-sidebar-2 {
	margin-bottom: 5px;
}

.w-sidebar-2 ul li a {
	width: 207px;
	display: block;
	list-style: none;
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	line-height: 1.2;
	background-color: #f3f3f3;
	border-top: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	border-left: 3px solid #007bc1;
}

.w-sidebar .w-title {
	width: 220px;
	display: block;
	padding: 13px 0 13px 10px;
	background-color: #007bc1;
	color: #fff;
	font-size: 105%;
}

.w-sidebar .w-title-sub {
	width: 207px;
	display: block;
	list-style: none;
	padding: 10px 10px 10px 10px;
	margin-top: 5px;
	line-height: 1.2;
	background-color: #f3f3f3;
	border-top: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	border-left: 3px solid #007bc1;
	font-size: 95%;
}

.w-sidebar ul li a {
	width: 185px;
	display: block;
	list-style: none;
	padding: 10px 10px 10px 35px;
	margin-top: 5px;
	line-height: 1.2;
	background-color: #f3f3f3;
	border: 1px solid #9A9A9A;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/ico_subpage_list.png");
	background-position: left center;
	background-repeat: no-repeat;
}

/*----------３階層目-------------*/
.list-out01 {
	width: 198px;
	display: block;
	list-style: none;
	padding: 10px 10px 10px 22px;
	margin-top: 5px;
	line-height: 1.2;
	background-color: #f3f3f3;
	border: 1px solid #9A9A9A;
	font-size: 95%;
}

.w-sidebar ul li .list-out02 a {
	width: 185px;
	display: block;
	list-style: none;
	padding: 10px 10px 10px 35px;
	margin-top: 5px;
	line-height: 1.2;
	background-color: #f3f3f3;
	border: 1px solid #9A9A9A;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/ico_subpage_list.png");
	background-position: left center;
	background-repeat: no-repeat;
}

/* ==========================================================================*/
/*【サイトマップ】*/
/* ==========================================================================*/

#sitemap h2 {
	clear: both;
	width: 1065px;
	background-color: #007bc1;
	color: #fff;
	font-size: 130%;
	padding-left: 10px;
	margin: 0px 0 5px 0;
	line-height: 1.8em;
}

#sitemap h3 {
	clear: both;
	width: 1065px;
	border-bottom: 1px #007bc1 solid;
	border-top: 1px #007bc1 solid;
	border-right: 1px #007bc1 solid;
	border-left: 4px #007bc1 solid;
	font-size: 100%;
	color: #062c54;
	padding-left: 10px;
	margin: 5px 0 5px 0;
	line-height: 1.6em;
}

.sitemap {
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}

#sitemap ul {
	width: 1080px;
	margin-top: 13px;
	margin-bottom: 13px;
	overflow: hidden;
}

#sitemap ul li {
	float: left;
	display: block;
	width: 50%;
}

#sitemap ul li a {
	font-size: 100%;
	line-height: 1.4em;
	padding-left: 40px;
	float: left;
	margin: 0px 0 0px 0;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/ico_subpage_list.png");
	background-position: left center;
	background-repeat: no-repeat;
	list-style: outside none none;
}

#sitemap ul .sitemap01 {
	width: 1080px;
	font-size: 100%;
	line-height: 1.4em;
	padding-left: 40px;
	float: left;
	margin: 0px 0 0px 0;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/ico_subpage_list.png");
	background-position: left center;
	background-repeat: no-repeat;
	list-style: outside none none;
	color: #007bc1;
}

#sitemap ul .sitemap02 a {
	background: none;
}

#sitemap ul .sitemap02 {
	padding-left: 20px;
}

/* ==========================================================================*/
/*【サイト内検索】*/
/* ==========================================================================*/

.search_h2 a {
	color: #fff;
}

.search_h2 a:link {
	color: #fff;
}

.search_h2 a:hover {
	color: #fff;
}

.search_h2 a:visited {
	color: #fff;
}

/* ==========================================================================*/
/*【ギャラリー設定】*/
/* ==========================================================================*/

/*--投稿記事?カスタム投稿記事ギャラリー設定---*/

.gallery-columns-9 img {
	width: 95% !important;
	height: auto !important;
}

.gallery-columns-8 img {
	width: 95% !important;
	height: auto !important;
}

.gallery-columns-7 img {
	width: 95% !important;
	height: auto !important;
}

.gallery-columns-6 img {
	width: 95% !important;
	height: auto !important;
}

.gallery-columns-5 img {
	width: 95% !important;
	height: auto !important;
}

.gallery-columns-4 img {
	width: 95% !important;
	height: auto !important;
}

.gallery dd {
	width: 85% !important;
	display: block !important;
	font-size: 80% !important;
	text-align: center !important;
	margin: 0px auto 0px auto !important;
}

.gallery-columns-5 dd {
	width: 100% !important;
}

.gallery-columns-6 dd {
	width: 100% !important;
}

.gallery-columns-7 dd {
	width: 100% !important;
}

.gallery-columns-8 dd {
	width: 100% !important;
}

.gallery-columns-9 dd {
	width: 100% !important;
}




/* ==========================================================================*/
/*【トップページ設定】*/
/* ==========================================================================*/

/*--重要アナウンス設定---*/
#announce {
	width: 100%;
	/*	background: #fceca1;*/
	overflow: hidden;
}

.announce-box {
	width: 1080px;
	height: 259px;
	margin: 30px auto 30px auto;
	overflow: hidden;
}

.announce-left {
	width: 302px;
	margin-right: 15px;
	padding-top: 55px;
	float: left;
	overflow: hidden;
}

.announce-right {
	width: 763px;
	margin: 0px;
	padding: 57px 0 40px 0px;
	background-image: url("/en/wp-content/themes/ac-yamanashi-en-pc/img/top/announce_000_en.png");
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

.announce-right-center {
	margin: 0 auto;
	float: none;
}

.announce-left img {
	border: 1px solid #ccc;
	display: block;
}

.announce-right img {
	margin: 0 0 5px 24px;
	border: 1px solid #ccc;
	display: block;
}

#announce a:hover {
	opacity: 0.8;
}



/* ==========================================================================*/
/*【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;
}


/* ==========================================================================*/
/*【メインビジュアル　スライダー設定】*/
/* ==========================================================================*/

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;
}