@charset "utf-8";


/*====================================================================

　Commons

====================================================================*/

html,body{
	width: 100%;
}
body{
	color: #313131;
	font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 85%;
	line-height: 1.8;
	background-color: #fff;
}

.clear {
	clear: both;
	font-size: 1%;
	line-height: 0;
	height: 0;
}

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

.icon {
	padding: 0 3px 0 5px;
	vertical-align: middle;
}

/* clearfix */
.clearfix { width: 100%; }
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

input,
button,
select,
textarea {
  font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/*
Link
---------------------------------------------------------*/

a:link {
	color: #005b58;
	text-decoration: underline;
}
a:visited {
	color: #005b58;
	text-decoration: underline;
}
a:hover {
	color: #24abb5;
	text-decoration: underline;
}


/*
Navskip
---------------------------------------------------------*/

.navskip { display: none; }


/*
Fonts
---------------------------------------------------------*/

h1, h2, h3 {
	clear: both;
	font-size: 80%;
}

p {
	margin: 10px 0;
	font-size: 95%;
}



/*
--------------------------------------------------
[レイアウト]
==================================================*/

.container {
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 20px;
	padding-right: 20px;*/
	width: 1090px;
}

@media (max-width: 1090px) {
	#head .container,
	#gnav .container,
	.banner-wrap .container,
	.main-wrap .container, 
	header .container, 
	#gnav .container, 
	#contents .container {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		box-sizing: border-box;
	}
}

.container-fluid-full {
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}


/*
--------------------------------------------------
[ヘッダ]
==================================================*/

#head {
	padding: 0;
	height: 45px;
}
header #head .container {
	position: relative;
	height: 45px;
}
header .container {
	position: relative;
	box-sizing: border-box;
}

@media (max-width: 920px) {
	#head {
		height: 0;
	}
	#header-link {
		display: none;
	}
	header .container {
		height: 90px;
		border-bottom: 1px solid #d7e1e2;
	}
	header #head .container {
		border-bottom: none;
	}
}

/*	ブランドロゴ
--------------------------------------------------*/
a#header-brand-logo {
	position: absolute;
	top: 25px;
}
a#header-brand-logo img {
	display: block;
	width: 280px;
	height: 50px;
}

@media (max-width: 920px) {
	a#header-brand-logo {
		left: 50%;
		margin-left: -140px;
	}
}
@media (max-width: 767px) {
	a#header-brand-logo {
		top: 25px;
		margin-left: -120px;
	}
	a#header-brand-logo img {
		width: 220px;
		height: auto;
	}
}

/*	ヘッダリンク
--------------------------------------------------*/
#header-link {
	background-color: #008580;
	text-align: right;
	box-sizing: border-box;
}
#header-link a {
	color: #fff;
	text-decoration: none;
	font-size: 90%;
}
#header-link a:hover,
#header-link a:focus {
	color: #24abb5;
}
#header-link > a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

@media (max-width: 991px) {
	#header-link {
		padding-left: 0;
	}
}
@media (max-width: 920px) {
	#header-link {
		display: none;
	}
}

/*	ヘッダナビゲーション
--------------------------------------------------*/
#header-nav {
	display: inline-block;
	padding-top: 10px;
	float: left;
}
#header-nav > li {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

/*	検索
--------------------------------------------------*/
.header-search {
	display: inline-block;
	padding-top: 7px;
}
.searchform {
	position: relative;
	padding: 0 0 0 10px;
}
.input-text {
	display: inline-block;
	padding: 3px 6px;
	width: 170px;
	height: 24px;
	border: 1px solid #e5ecec;
	border-radius: 0;
	background-color: #e5ecec;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
	font-size: 95%;
	line-height: 1;
	transition: all .3s;
}
.input-text:focus {
	outline: 0;
	border-color: #e5ecec;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 193, 193, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 193, 193, 0.6);
}
.icon-search {
	position: absolute;
	top: 6px;
	right: 7px;
	width: 20px;
	height: 20px;
	border-radius: 0;
	transition: all .3s;
}
.icon-search:hover,
.icon-search:focus {
	opacity: 0.6;
}

@media (max-width: 991px) {
	.input-text {
		width: 120px;
	}
}

/*	言語選択
--------------------------------------------------*/
.lang-select {
	display: inline-block;
}
.lang-select a {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	border-left: 1px solid #006f6b;
}

@media (max-width: 991px) {
	.lang-select {
		padding: 0 5px 10px;
	}
}

/*	学内専用リンク
--------------------------------------------------*/
.header-internal {
	display: inline-block;
}
.header-internal a {
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 40px;
	height: 44px;
	line-height: 44px;
	background: url('/osip/img/header/icon_internal.png') no-repeat 15px center #005b58;
	background-size: 20px 20px;
}
.header-internal a:hover {
	background: url('/osip/img/header/icon_internal_hv.png') no-repeat 15px center #005b58;
	background-size: 20px 20px;
}


/*	グローバルナビゲーション
--------------------------------------------------*/
.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-justified > li > a {
	display: block;
	text-align: center;
}
#gnav {
	margin: 20px 0 0 0;
	min-height: 45px;
	width: 780px;
	float: right;
	border-radius: 0;
	background-color: #fff;
}
#gnav .container {
	margin: 0;
	padding: 0;
	width: 780px;
}
#gnav .navbar-toggle {
	outline: 0;
	}
#gnav .navbar-collapse.in {
	/*3.0.2 bug workaround*/
	overflow-y: visible;
	}
#gnav .main-nav.navbar-nav {
	display: table;
	margin: 5px 0 0;
	width: 780px;
	border-right: 1px solid #dbe4e1;
	box-sizing: border-box;
}
#gnav .main-nav li {
	position: relative;
	height: 50px;
	border-left: 1px solid #dbe4e1;
	box-sizing: border-box;
}
#gnav .main-nav li .current {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #008580;	
}
#gnav .main-nav li a {
	padding: 30px 5px 0 5px;
	color: #201d1d;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
	background: url('/osip/img/header/bg_gnav.png') no-repeat left top;
	box-sizing: border-box;
}
#gnav .main-nav li a:hover,
#gnav .main-nav li a:focus {
	background-color: transparent;
	color: #24abb5;
}
#gnav .main-nav li.gnav01 a { width: 150px; background-position: 50% 0; }
#gnav .main-nav li.gnav02 a { width: 150px; background-position: 50% -100px; }
#gnav .main-nav li.gnav03 a { width: 95px; background-position: 50% -200px; }
#gnav .main-nav li.gnav04 a { width: 130px; background-position: 50% -300px; }
#gnav .main-nav li.gnav05 a { width: 130px; background-position: 50% -400px; }
#gnav .main-nav li.gnav06 a { width: 95px; background-position: 50% -500px; }
/*#gnav .main-nav li.gnav06 a { width: 150px; background-position: 50% -500px; }*/

.nav-fixed {
	position: fixed !important;
	top: 0 !important;
}

@media (min-width: 768px) {
	#gnav .navbar-nav.nav-justified li {
		float: none;
	}
}
@media (max-width: 1090px) {
	#gnav {
		width: 68%;
	}
	#gnav .container, 
	#gnav .main-nav.navbar-nav {
		width: 100%;
	}
	#gnav .main-nav li.gnav01 a, 
	#gnav .main-nav li.gnav02 a, 
	#gnav .main-nav li.gnav03 a, 
	#gnav .main-nav li.gnav04 a, 
	#gnav .main-nav li.gnav05 a, 
	#gnav .main-nav li.gnav06 a {
		width: auto;
	}
}
@media (max-width: 920px) {
	#gnav {
		display: none;
	}
}

/*	ドロワーメニュー
--------------------------------------------------*/
.drawer-header {
	position: absolute;
	top: 5px;
	right: 0;
	display: none;
}

/* ハンバーガーメニュー */
.drawer-right.drawer-open .drawer-hamburger {
	-webkit-transform: translateX(-260px) translateY(0px);
	-ms-transform: translateX(-260px) translateY(0px);
	-o-transform: translateX(-260px) translateY(0px);
	transform: translateX(-260px) translateY(0px);
}
.drawer-right .drawer-hamburger {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 8000;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon::before,
.drawer-hamburger-icon::after {
	height: 2px;
	background-color: #555;
}
.drawer-right.drawer-open .drawer-hamburger-icon::before,
.drawer-right.drawer-open .drawer-hamburger-icon::after {
	background-color: #fff;
}

.drawer-main {
	width: 260px;
}
.drawer-right .drawer-main {
	right: -260px;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: -o-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(260px, 0px, 0px);
	transform: translate3d(260px, 0px, 0px);
}
.drawer-default {
  background-color: #fff;
}
.drawer-nav {
	padding: 40px 0;	
}

/* 検索 */
.drawer-search {
	padding: 0 15px 20px;
}
.drawer-search .drawer-searchform {
	position: relative;
}
.drawer-search .input-text {
	display: inline-block;
	width: 190px;
	height: 32px;
	font-size: 100%;
	box-sizing: border-box;
}
.drawer-search .icon-search {
	top: 2px;
	right: 0;
	width: 28px;
	height: 28px;
}

/* メニュー */
.drawer-menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #6abcc8;
	background-color: #daeff3;
}
#drawer-main-nav li {
	border-color: #009999;
	background-color: #6abcc8;
}
#drawer-target-nav li {
	border-color: #d6e1e1;
	background-color: #fff;
}
.drawer-menu a {
	display: block;
	margin: 0;
	padding: 15px 40px 15px 15px;
	background-size: 17px 15px;
	color: #201d1d;
}
.drawer-menu li.current a,
#drawer-main-nav li.current a {
	background: #24abb5;
	color: #fff;
	cursor: default;
}
.drawer-menu a:hover,
.drawer-menu a:focus {
	background-color: #24abb5;
	color: #fff !important;
}
.no-svg .drawer-menu a:hover,
.no-svg .drawer-menu a:focus {
}

.drawer-menu li a .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('/osip/img/header/bg_gnav.png') no-repeat left center;
}
.drawer-menu li.gnav01 a .icon { background-position: left 0; }
.drawer-menu li.gnav02 a .icon { background-position: left -100px; }
.drawer-menu li.gnav03 a .icon { background-position: left -200px; }
.drawer-menu li.gnav04 a .icon { background-position: left -300px; }
.drawer-menu li.gnav05 a .icon { background-position: left -400px; }
.drawer-menu li.gnav06 a .icon { background-position: left -500px; }


.drawer-overlay-upper {
	background-color: rgba(0, 0, 0, 0.8);
}
.no-rgba .drawer-overlay-upper {
}

@media (max-width: 920px) {
	.drawer-header {
		display: block;
	}
}
@media (max-width: 767px) {
	.drawer-hamburger-icon::before {
		top: -8px;
	}
	.drawer-hamburger-icon::after {
		top: 8px;
	}
	.drawer-right .drawer-hamburger {
		width: 65px;
		height: 65px;
	}
}


/*
--------------------------------------------------
[ヒーローエリア]
==================================================*/

.banner-wrap {
	position: relative;
	display: table;
	width: 100%;
	height: 150px;
	background-color: #dcf2f1;
}
.banner-wrap .container {
	display: table-cell;
	height: 150px;
	background: url("/osip/img/bg_hero_section.gif") no-repeat right top #dcf2f1;
	vertical-align: middle;
}
.banner-headline {
	margin: 0 auto;
	color: #008580;
	font-size: 220%;
	font-weight: normal;
	width: 1090px;
}
.category-name {
	margin: 0 auto;
	color: #008580;
	font-size: 120%;
	width: 1090px;
}

@media (max-width: 991px) {
	.banner-headline {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 180%;
		line-height: 1.4;
		width: 100%;
		box-sizing: border-box;
	}
	.category-name {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 100%;
		width: 100%;
		box-sizing: border-box;
	}
}


/*
--------------------------------------------------
[コンテンツ]
==================================================*/

/*	パンくずリスト
--------------------------------------------------*/
#breadcrumbs-wrap {
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #dbe4e1;
}
#breadcrumbs {
	margin: 0 auto 15px;
	padding: 0 10px;
	color: #515151;
	font-size: 85%;
	box-sizing: border-box;
}
#breadcrumbs a {
	color: #201d1d;
	text-decoration: none;
}
#breadcrumbs a:hover,
#breadcrumbs a:focus {
	color: #24abb5;
}
#breadcrumbs a.breadcrumbs-home {
	display: block;
	float: left;
	margin-right: 8px;
	width: 18px;
	height: 18px;
	background-color: #008580;
}
#breadcrumbs a.breadcrumbs-home:hover,
#breadcrumbs a.breadcrumbs-home:focus {
	background-color: #24abb5;
}
#breadcrumbs a.breadcrumbs-home img {
	display: block;
	width: 18px;
	height: 18px;
}
ol.breadcrumbs-list li {
	float: left;
	margin: 0 8px 0 0;
	padding-left: 24px;
	color: #717171;
	font-size: 110%;
	background: url("/osip/img/icon_breadcrumbs_arrow.svg") no-repeat left top;
	background-size: 16px 16px;
	line-height: 1.2;	
}
.no-svg ol.breadcrumbs-list li {
	background-image: url("/osip/img/icon_breadcrumbs_arrow.png");
}

@media (max-width: 1199px) {
	#breadcrumbs-wrap {
		width: 100%;
	}
}
@media (max-width: 991px) {
	#breadcrumbs-wrap {
		margin-top: 0;
		border-top: none;
	}
}
@media (max-width: 767px) {
	#breadcrumbs-wrap {
		padding: 0;
	}
	#breadcrumbs {
		margin: 15px 0 10px;
		padding: 0 20px;
	}
	.hidden-xs {
		display: none;
	}
}


/*	メインコンテンツ
--------------------------------------------------*/

.main-wrap {
	margin: 50px 0;
}

@media (max-width: 991px) {
	.main-wrap img {
		max-width: 100%;
	}
}

/* 見出し */
.main-wrap .heading {
	margin-top: 50px;
}
.main-wrap h2 {
	position: relative;
	display: block;
	margin: 50px 0 30px 0;
  padding-top: 20px;
  font-size: 160%;
  line-height: 148%;
	border-top: 2px solid #dbe4e1;
  overflow: visible;
}
.main-wrap h2:before {
  content: "";
  background-color: #008580;
  width: 300px;
  height: 2px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
}

@media (max-width: 767px) {
	.main-wrap h2:before {
		width: 150px;
	}
}

.main-wrap h3 {
	margin: 25px 0;
	padding: 9px 15px;
	color: #008580;
	font-size: 140%;
	background-color: #ecf4f1;
	border-left: 2px solid #008580;
}

.main-wrap h4 {
	margin: 15px 0 10px 0;
	padding-left: 15px;
	font-size: 120%;
	border-left: 2px solid #008580;
}

/* 本文 */
.main-wrap p {
	margin: 15px 0;
	font-size: 110%;
}

/* リスト */
.main-wrap ul {
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 110%;
}
.main-wrap ul li {
	position: relative;
	padding: 0.2em 25px 0.2em 5px;
}
.main-wrap ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: -1em;
	width: 8px;
	height: 8px;
	background-color: #008580;
	border-radius: 100%;
}

/* 番号リスト */
.main-wrap ol {
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 110%;
	list-style-type: decimal;
}
.main-wrap ol li {
	padding: 0.2em 25px 0.2em 5px;
}

/* dl */
.main-wrap dt {
	font-size: 115%;
	font-weight: bold;
}
.main-wrap dd {
	margin-bottom: 7px;
	padding-left: 20px;
	font-size: 110%;
}



/*	スマートフォン用リスト
--------------------------------------------------*/
@media (max-width: 767px) {
	ul.sp-nav  {
		margin: 0;
		padding: 0;
	}
	ul.sp-nav li {
		display: block;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #d6e1e1;
	}
	ul.sp-nav a {
		display: block;
		margin: 0;
		padding: 15px 40px 15px 15px;
		border: none;
		background: url('/osip/img/icon_link_mark_blue.svg') no-repeat 95% center;
		background-size: 17px 15px;
		color: #005b58;
		text-decoration: none;
		font-size: 100%;
	}
	ul.sp-nav a:hover,
	ul.sp-nav a:focus {
		background-color: #24abb5;
		background-image: url('/osip/img/icon_link_mark_white.svg');
		color: #fff !important;
	}
	.no-svg ul.sp-nav a:hover,
	.no-svg ul.sp-nav a:focus {
		background-image: url('/osip/img/icon_link_mark_white.png');
	}
}

/*	サブメニュー（サイドバー）
--------------------------------------------------*/
#snav {
	margin-bottom: 60px;
	font-size: 95%;
	background-color: #eef9f8;
	border-top: 1px solid #f6fdfc;
	border-bottom: 1px solid #dbe4e1;
	text-align: center;
}
#snav .snav-list {
	margin: 0 auto;
	width: 1090px;
}
#snav .snav-list li {
	display: inline-block;
}
#snav .snav-list li a {
	display: block;
	padding: 20px 15px;
	color: #313131;
	text-decoration: none;
	box-sizing: border-box;
}
#snav .snav-list li a:hover,
#snav .snav-list li a:focus {
	background-color: transparent;
	color: #24abb5;
}
#snav .snav-list li a.current {
	color: #008580;
	font-weight: bold;
	border-bottom: 2px solid #008580;
}

@media (max-width: 991px) {
	#snav .snav-list {
		font-size: 110%;
		width: 100%;
	}
	#snav .snav-list li {
		display: block;
		border-bottom: 1px solid #dbe4e1;
		text-align: left;
	}
	#snav .snav-list li a {
		padding: 10px 15px;
	}
	#snav .snav-list li a:hover,
	#snav .snav-list li a:focus {
		border-bottom: none;
	}
	#snav .snav-list li a.current {
		color: #008580;
		font-weight: bold;
		border-bottom: none;
	}
}

#snav-toggle {
	padding: 15px 40px 15px 20px;
	width: 100%;
	background: url('/osip/img/icon_arrow_down.png') no-repeat 95% center #008580;
	background-size: 18px 10px;
	color: #fff;
	box-sizing: border-box;
}
#snav-toggle.open {
	background-image: url('/osip/img/icon_arrow_up.png');
}

@media (min-width: 991px) {
	.hidden-lg {
		display: none !important
	}
}


/*	目次リンク
--------------------------------------------------*/
.main-wrap .page-index ol {
	display: table;
	margin-bottom: 40px;
	padding: 0;
	width: 100%;
	border-collapse: separate;
	table-layout: fixed;
	list-style: none;
}
.main-wrap .page-index li {
	display: table-cell;
	padding: 0;
}
.main-wrap .page-index a {
	display: block;
	padding: 6px 12px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #e5ecec;
	border-left-color: #fff;
	background: #e5ecec;
	color: #313131;
	text-decoration: none;
	box-sizing: border-box;
}
.main-wrap .page-index a span {
	display: block;
	margin: 0.6em 0;
	padding-right: 30px;
	background: url('/osip/img/icon_current_mark.png') no-repeat right center;
	background-size: 20px 11px;
	color: #201d1d;
	text-align: left;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 105%;
}
.main-wrap .page-index li.first a {
	border-left-color: #e5ecec;
	border-radius: 6px 0 0 6px;
}
.main-wrap .page-index li.last a {
	border-right: 1px solid #e5ecec;
	border-radius: 0 6px 6px 0;
}
.main-wrap .page-index a:hover,
.main-wrap .page-index a:focus {
	background-color: #fff;
}
.main-wrap .page-index a:hover span,
.main-wrap .page-index a:focus span {
	color: #24abb5;
}

@media (max-width: 991px) {
	.main-wrap .page-index ol {
		display: block;
		margin-bottom: 30px;
	}
	.main-wrap .page-index li {
		display: block;
		margin-bottom: 1px;
	}
	.main-wrap .page-index a {
		width: 100%;
		border-left-color: #e5ecec;
		border-right: 1px solid #e5ecec;
	}
	.main-wrap .page-index li.first a {
		border-left-color: #e5ecec;
		border-radius: 6px 6px 0 0;
	}
	.main-wrap .page-index li.last a {
		border-right: 1px solid #e5ecec;
		border-radius: 0 0 6px 6px;
	}
}


/*	ページネーション
--------------------------------------------------*/
.main-wrap ul.pagination {
	display: inline-block;
	margin: 15px 0;
	padding: 0;
	border-radius: 4px;
}
.main-wrap ul.pagination > li {
	display: inline-block;
}
.main-wrap ul.pagination > li::after {
	content: '';
	position: static;
	top: .8em;
	left: -1em;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-radius: 100%;
}
.main-wrap ul.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.main-wrap ul.pagination > li > a, .pagination > li > span {
	position: relative;
	margin-left: -1px;
	padding: 6px 12px;
	line-height: 1.42857;
	float: left;
	background-color: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
}
.main-wrap ul.pagination > li > a,
.main-wrap ul.pagination > li > span,
.main-wrap ul.pagination > .active > a,
.main-wrap ul.pagination > .active > span,
.main-wrap ul.pagination > .active > a:hover,
.main-wrap ul.pagination > .active > span:hover,
.main-wrap ul.pagination > .active > a:focus,
.main-wrap ul.pagination > .active > span:focus {
	border-color: #d6e1e1;
}
.main-wrap ul.pagination > .disabled > span,
.main-wrap ul.pagination > .disabled > span:hover,
.main-wrap ul.pagination > .disabled > span:focus,
.main-wrap ul.pagination > .disabled > a,
.main-wrap ul.pagination > .disabled > a:hover,
.main-wrap ul.pagination > .disabled > a:focus {
	color: #d6e1e1;
}
.main-wrap ul.pagination .current_page { /* for PageBute Plugin */
	color: #fff;
	background-color: #008e8e;
}
.main-wrap ul.pagination > li {
	padding: 0;
}



/*	申博sunbet官网_澳门现金网-下载|游戏?ニュース
--------------------------------------------------*/

.main-wrap ul.information-unit {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.main-wrap ul.information-unit li::after {
	content: '';
	position: static;
	top: .8em;
	left: -1em;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-radius: 100%;
}

.main-wrap .information-unit li {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	width: 100%;
	border-bottom: 1px solid #e3e3e5;
	box-sizing: border-box;
}
.main-wrap .information-unit li:after, 
.main-wrap .information-unit li a:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.main-wrap .information-unit li a {
	display: block;
	background: url('/osip/img/icon_link_arrow.png') no-repeat right center / 12px 20px;
	text-decoration: none;
}
.main-wrap .information-unit li .post-photo img {
	margin-right: 20px;
	width: 190px;
	height: 120px;
	float: left;
}
.main-wrap .information-unit li .post-title {
	display: inline;
	margin: 0;
	padding: 0 40px 0 0;
	font-size: 120%;
	font-weight: normal;
	background-color: transparent;
	border: none;
	text-decoration: underline;
}
.main-wrap .information-unit li a:hover .post-title,
.main-wrap .information-unit li a:focus .post-title {
	color: #24abb5;
}
.main-wrap .information-unit li .date {
	margin: 5px 0 0 0;
	color: #515151;
	font-size: 105%;
}
.main-wrap .information-unit li .text {
	margin: 5px 0 0 0;
	padding-right: 40px;
	color: #515151;
	font-size: 105%;
}
.main-wrap .information-unit li .tag {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: inline-block;
	color: #fff;
	font-size: 80%;
	opacity: 0.8;
}
.main-wrap .information-unit li .tag span {
	display: inline-block;
	padding: 5px 7px 5px 30px;
}
.main-wrap .information-unit li .tag .tag_activity { background: url('/osip/img/icon_tag01.png') no-repeat 5px center #1e62a1; }
.main-wrap .information-unit li .tag .tag_report { background: url('/osip/img/icon_tag02.png') no-repeat 5px center #b22222; }
.main-wrap .information-unit li .tag .tag_event { background: url('/osip/img/icon_tag03.png') no-repeat 5px center #db7c17; }
.main-wrap .information-unit li .tag .tag_INTL-support { background: url('/osip/img/icon_tag04.png') no-repeat 5px center #6d44a1; }

.main-wrap .information-unit li .tag a:link, 
.main-wrap .information-unit li .tag a:visited {
	color: #fff;
}

.main-wrap .information-unit li .tag a:hover .tag_activity { background: url('/osip/img/icon_tag01.png') no-repeat 5px center #5195d4; }
.main-wrap .information-unit li .tag a:hover .tag_report { background: url('/osip/img/icon_tag02.png') no-repeat 5px center #e05252; }
.main-wrap .information-unit li .tag a:hover .tag_event { background: url('/osip/img/icon_tag03.png') no-repeat 5px center #f5a551; }
.main-wrap .information-unit li .tag a:hover .tag_INTL-support { background: url('/osip/img/icon_tag04.png') no-repeat 5px center #8a69b3; }

@media (max-width: 991px) {
	.main-wrap .information-unit li .post-photo img {
		width: 35%;
		height: auto;
	}
	.main-wrap .information-unit li .post-title {
		padding: 0;
		font-size: 100%;
	}
	.main-wrap .information-unit li .text {
		padding: 0;
		font-size: 90%;
	}
	.main-wrap .information-unit li a {
		background-image: none;
	}
}

.main-wrap .text-date {
	margin-bottom: 30px;
	padding-bottom: 10px;
	color: #818181;
	border-bottom: 1px solid #e3e3e5;
	text-align: right;
}

.flyer {
	padding-left: 30px;
	float: right;
}
.flyer img {
	width: 250px;
}
@media (max-width: 767px) {
	.flyer {
		padding: 0;
		float: none;
	}
	.flyer img {
		width: 100%;
	}
}


/*	募集中の申博sunbet官网_澳门现金网-下载|游戏
--------------------------------------------------*/

.main-wrap ul.event-unit {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
.main-wrap ul.event-unit li::after {
	content: '';
	position: static;
	top: .8em;
	left: -1em;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-radius: 100%;
}

.main-wrap .event-unit li {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	width: 100%;
	border-bottom: 1px solid #e3e3e5;
	box-sizing: border-box;
}
.main-wrap .event-unit li:after, 
.main-wrap .event-unit li a:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.main-wrap .event-unit li a {
	display: block;
	background: url('/osip/img/icon_link_arrow.png') no-repeat right center / 12px 20px;
	text-decoration: none;
}
.main-wrap .event-unit li .post-title {
	display: inline;
	margin: 0;
	padding: 0 40px 0 0;
	font-size: 120%;
	font-weight: normal;
	background-color: transparent;
	border: none;
	text-decoration: underline;
}
.main-wrap .event-unit li a:hover .post-title,
.main-wrap .event-unit li a:focus .post-title {
	color: #24abb5;
}

.main-wrap .event-unit li .date-area {
	padding: 7px 0;
	color: #fff;
	font-weight: bold;
	width: 15%;
	float: left;
	background-color: #008580;
}
.main-wrap .event-unit li .date-area p {
	margin: 0;
	line-height: 1.1;
	text-align: center;
}
.main-wrap .event-unit li .date-area .month { font-size: 115%; }
.main-wrap .event-unit li .date-area .day { font-size: 190%; }
.main-wrap .event-unit li .date-area .year { color: #8db8b6; font-size: 80%; }

.main-wrap .event-unit li .date {
	margin: 5px 0 0 0;
	color: #515151;
	font-size: 105%;
}

.main-wrap .event-unit li .text-area {
	line-height: 1.6;
	width: 82%;
	float: right;
}


/*
--------------------------------------------------
[Other]
==================================================*/

/*	Element Styling
--------------------------------------------------*/
.font-s {
	font-size: 85%;
}
.large {
	font-size: larger;
}
.font-kerning {
	letter-spacing: -0.15em;
}
.red {
	color: #b81e19;
}

.btn {
	display: inline-block;
	padding: 8px 25px;
	border-radius: 4px;
	text-align: center;
}
.btn:hover,
.btn:focus,
.btn.focus {
	background-color: #24abb5;
}

a.btn-green {
	color: #fff;
	text-decoration: none;
	background-color: #008580;
}

a.link-mark {
	padding-right: 20px;
	background-position: right center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	transition: none;
}
a.link-mark {
	padding: 5px 30px 5px 0;
	background-image: url('/osip/img/icon_link_mark_green.png');
	background-size: 21px 21px;
}

.btn .link-mark {
	padding-right: 20px;
	background: url('/osip/img/icon_link_mark_white.png') no-repeat right center;
	background-size: 11px 11px;
}

/* bnr-list01 */
.bnr-list01 {
	margin: 50px auto 20px auto;
	width: 960px;
	text-align: center;
}
.bnr-list01 li {
	margin: 0 30px 30px 0;
	width: 300px;
	float: left;
}
.bnr-list01 li:nth-child(3n) {
	margin: 0 0 30px 0;
}
.bnr-list01 a img {
	width: 300px;
	transition: all .3s;
}
.bnr-list01 a:hover img,
.bnr-list01 a:focus img {
	opacity: 0.5;
	filter: alpha(opacity=50%);
}

@media (max-width: 991px) {
	.bnr-list01 {
		margin: 40px 0 20px 0;
		padding: 0 20px;
		width: 100%;
		box-sizing: border-box;
	}
	.bnr-list01 li {
		margin: 0 2% 20px 0;
		width: 32%;
		box-sizing: border-box;
	}
	.bnr-list01 li:nth-child(3n) {
		margin: 0 0 20px 0;
	}
	.bnr-list01 li img {
		width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 480px) {
	.bnr-list01 {
		margin: 40px 0 20px 0;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.bnr-list01 li {
		margin: 0 0 20px 0;
		width: 100%;
		float: none;
	}
	.bnr-list01 a img {
		width: 100%;
	}
}

a.external-link,
a .external-link,
a.link-pdf,
a.link-word,
a.link-excel, 
.internal-access {
	padding-right: 20px;
	background-position: right center;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	transition: none;
}
a.external-link {
	background-image: url('/osip/img/icon_external_link.png');
	background-size: 12px 12px;
}
a.link-pdf {
	background-image: url('/osip/img/icon_pdf_link.png');
}
a.link-word {
	background-image: url('/osip/img/icon_word_link.png');
}
a.link-excel {
	background-image: url('/osip/img/icon_excel_link.png');
}
.internal-access {
	padding-right: 22px;
	background-image: url('/osip/img/icon_internal_access.png');
}

/*
a[href^="http://www.u-aizu.ac.jp/osip/ext/"] {
	padding-right: 22px;
	background-image: url('/osip/img/icon_internal_access.png');
}
*/

.box-link {
	display: inline-block;
	margin: 15px 0;
}
.box-link a {
	display: block;
	font-size: 90%;
	text-decoration: none;
	background-position: right 15px center;
	border: 1px solid #008580;
	border-radius: 3px;
}
.box-link a span {
	display: block;
	padding: 8px 15px 8px 35px;
	background: url('/osip/img/icon_link_mark_green02.png') no-repeat 15px center / 11px 11px;
}

/* col-half */
.col-half {
	margin: 0 1%;
	width: 48%;
	float: left;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.col-half  {
		margin: 0;
		width: 100%;
		float: none;
	}
}

/* box01 */
.box01 {
	margin: 30px 0;
	padding: 15px 30px;
	border: 1px solid #008580;
	box-sizing: border-box;
}

/*  */
.anc dt {
	font-size: 110%;
	font-weight: bold;
}

/* imgItem */
.main-wrap p.imgItem {
	margin: 15px 30px 15px 0;
	width: 240px;
	float: left;
}
	.main-wrap p.imgItem img {
		width: 240px;
		height: auto;
	}
@media (max-width: 767px) {
	.main-wrap p.imgItem {
		margin: 15px 0;
		width: 100%;
		float: none;
	}
}


/*	table
--------------------------------------------------*/
.table-wrap {
	/*overflow: scroll;*/
	overflow-x: auto;
	overflow-y: hidden;
}
.table-wrap::-webkit-scrollbar {
 height: 5px;
}
.table-wrap::-webkit-scrollbar-track {
 background: #fafafa;
}
.table-wrap::-webkit-scrollbar-thumb {
 background: #d7e1e2;
}
.table-wrap table {
	width: 100%;
}

.main-wrap table {
	margin: 5px 0;
	width: 100%;
	border-top: 1px solid #d3dcdc;
	border-left: 1px solid #d3dcdc;
	table-layout: auto;
	font-size: 100%;
	box-sizing: border-box;
}
.main-wrap table th,
.main-wrap table td {
	padding: 10px 15px;
	border-top: none;
	border-right: 1px solid #d3dcdc;
	border-bottom: 1px solid #d3dcdc;
	border-left: none;
	vertical-align: top;
	box-sizing: border-box;
}
.main-wrap table th {
	font-weight: normal;
	background-color: #f2f2f2;
}
.main-wrap table tbody th {
	font-weight: normal;
}

@media (max-width: 767px) {
	.main-wrap table {
		display: inline-table;
	}
	.main-wrap table th,
	.main-wrap table td {
		padding: 7px 10px;
		min-width: 100px;
		word-break: break-all;
		word-wrap: break-word;
	}
}

.cell3 th:nth-child(1) {
	width: 50%;
}
.cell3 th:nth-child(2) {
	width: 32%;
}


/*	サイトマップ
--------------------------------------------------*/
.sitemapARea h3 {
	font-size: 110%;
}


/*
--------------------------------------------------
[フッタ]
==================================================*/

#footer {
	padding: 0 0 30px 0;
	color: #fff;
	background-color: #008580;
}

@media (max-width: 1090px) {
	#footer .container{
		width: 100%;
		box-sizing: border-box;
	}
}

/*	このページの先頭に戻る
--------------------------------------------------*/
#goto-top {
	margin-bottom: 40px;
}
#goto-top a {
	display: block;
	padding: 15px 0;
	background-color: #fff;
	border-top: 1px solid #e3e3e5;
}
#goto-top a span {
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 24px;
	background-color: #008580;
	transition: all .3s;
}
#goto-top a:hover span,
#goto-top a:focus span {
	background-color: #24abb5;
}
#goto-top img {
	display: block;
	width: 40px;
	height: 24px;
}

@media (max-width: 991px) {
	#goto-top {
		margin-bottom: 0;
	}
}

/*	フッタナビゲーション
--------------------------------------------------*/
#footer-nav {
	float: right;
}
#footer-nav ul li {
	display: inline-block;
	padding: 0 10px;
	font-size: 90%;
	line-height: 1.4;
}
#footer-nav ul li + li {
	border-left: 1px solid #fff;
}
#footer-nav ul li a {
	color: #fff;
}
#footer-nav ul li a:hover, 
#footer-nav ul li a:focus {
	color: #24abb5;
}

@media (max-width: 991px) {
	#footer-nav {
		float: none;
		background-color: #fff;
		border-top: 1px solid #d6e1e1;
	}
	#footer-nav ul li {
		display: block;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #d6e1e1;
	}
	#footer-nav ul li + li {
		border-left: none;
	}
	#footer-nav ul li a {
		display: block;
		margin: 0;
		padding: 15px 40px 15px 15px;
		border: none;
		background: url('/osip/img/icon_link_mark_green02.png') no-repeat 95% center;
		background-size: 11px 11px;
		color: #005b58;
		text-decoration: none;
		font-size: 100%;
	}
	#footer-nav ul li a:hover,
	#footer-nav ul li a:focus {
		background-color: #24abb5;
		background-image: url('/osip/img/icon_link_mark_white.png');
		color: #fff !important;
	}
	#footer-nav ul li a:hover,
	#footer-nav ul li a:focus {
		background-image: url('/osip/img/icon_link_mark_white.png');
	}
}

/*	連絡先
--------------------------------------------------*/
#footer-bottom {
	float: left;
}

.address dt {
	font-weight: bold;
	font-size: 100%;
}
.address dd {
	font-size: 90%;
}

@media (max-width: 991px) {
	#footer-bottom {
		float: none;
	}
	.address {
		margin: 0 20px;
		padding-top: 30px;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.address dt {
		display: block;
		margin-bottom: 10px;
		font-size: 90%;
	}
}

/*	コピーライト
--------------------------------------------------*/
.copylight {
	padding-top: 13px;
	font-size: 80%;
}

@media (max-width: 991px) {
	.copylight {
		margin: 0 20px;
		padding-top: 0;
		text-align: center;
	}
}



/*	margin
--------------------------------------------------*/

.mt0 { margin-top: 0; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt50 { margin-top: 50px; }
.mb0 { margin-bottom: 0; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }




