@charset "utf-8";

/* /////////////////////////////////////////////////
 [0] 初期化
///////////////////////////////////////////////// */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote, form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, address, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	font-size: 100%;
}

table th,
table td {
	text-align: left;
}

img {
	vertical-align: text-bottom;
	border: none;
}

ul {
	list-style-type: none;
}

ol {
	margin-left: 35px;
}

/* /////////////////////////////////////////////////
 [1] 一般設定
///////////////////////////////////////////////// */
html,
body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	word-wrap: break-word;
	color: #333;
	/*background: transparent url(images/common/body_bg.gif) repeat center top;*/
}

a {
	text-decoration: none;
	outline: none;
	color: #b7190c;
}

a:link {
	color: #b7190c;
}

a:visited {
	color: #b7190c;
}

a:hover,
a:active {
	color: #b7190c;
	text-decoration: underline;
}

a img {
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
	border: none;
}

a img:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

img {
	vertical-align : top;
}

.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* /////////////////////////////////////////////////
 [2] 共通レイアウト
///////////////////////////////////////////////// */
/* 全体の大枠 */
#siteContainer {
	width: 100%;
}

.section-inSide {
	width: 1004px;
	margin: 0 auto;
	position: relative;
}

/* ヘッダー */
#header {
	width: 100%;
	height: 126px;
	background: transparent url(images/common/header_bg.gif) repeat-x left top;
}

#header .section-inSide {
	height: 126px;
	position: relative;
}

#header .section-inSide h1 {
	position: absolute;
	left: 4px;
	top: 9px;
}

#header .section-inSide .utility-Nav {
	position: absolute;
	right: 36px;
	top: 15px;
	overflow: hidden;
	_zoom: 1;
}

#header .section-inSide .utility-Nav li {
	float: left;
}

#header .section-inSide .utility-Nav li a {
	display: block;
	height: 17px;
	background: url(images/common/bt_header.gif);
	text-indent: -9999px;
	font-size: 0%;
	margin-right: 8px;
}

#header .section-inSide .utility-Nav .home a {
	width: 59px;
	background-position: 0 0;
}

#header .section-inSide .utility-Nav .home a:hover {
	background-position: 0 -17px;
}

#header .section-inSide .utility-Nav .maps a {
	width: 151px;
	background-position: -59px 0;
}

#header .section-inSide .utility-Nav .maps a:hover {
	background-position: -59px -17px;
}

#header .section-inSide .utility-Nav .sitemap a {
	width: 78px;
	background-position: -210px 0;
}

#header .section-inSide .utility-Nav .sitemap a:hover {
	width: 78px;
	background-position: -210px -17px;
}

#header .section-inSide .utility-Nav .atoz a {
	width: 73px;
	background-position: -288px 0;
}

#header .section-inSide .utility-Nav .atoz a:hover {
	background-position: -288px -17px;
}

#header .section-inSide .utility-Nav .contact a {
	width: 105px;
	margin-right: 0;
	background-position: -361px 0;
}

#header .section-inSide .utility-Nav .contact a:hover {
	width: 105px;
	margin-right: 0;
	background-position: -361px -17px;
}

#header .section-inSide .language-Nav {
	position: absolute;
	left: 555px;
	top: 44px;
	overflow: hidden;
	_zoom: 1;
}

#header .section-inSide .language-Nav li {
	float: left;
}

#header .section-inSide .language-Nav li a {
	display: block;
	text-indent: -9999px;
	font-size: 0%;
	margin-right: 10px;
}

#header .section-inSide .language-Nav li.jp a {
	width: 74px;
	height: 20px;
	background: url(images/common/header-language-jp.png);
}

#header .section-inSide .language-Nav li.jp a:hover {
	background-position: left bottom;
}

#header .section-inSide .language-Nav li.ch a {
	width: 69px;
	height: 17px;
	background: url(images/common/header-language-ch.png);
}

#header .section-inSide .language-Nav li.ch a:hover {
	background-position: left bottom;
}

#header .section-inSide .language-Nav li.kr a {
	width: 67px;
	height: 20px;
	background: url(images/common/header-language-kr.png);
	margin-right: 0px;
}

#header .section-inSide .language-Nav li.kr a:hover {
	background-position: left bottom;
}

#header .section-inSide form {
	position: absolute;
	left: 796px;
	top: 42px;
	width: 211px;
	float: right;
}

#header .section-inSide form input.searchtext {
	width: 153px;
	border: 1px solid #a5a4a4;
}

#header .section-inSide form input.onfocus {
	background-color: #F7F0E1;
}

#header .section-inSide form input {
	vertical-align: middle;
}

#header .section-inSide .gNav_sub {
	width: 670px;
	position: absolute;
	left: 0px;
	top: 75px;
	overflow: hidden;
	_zoom: 1;
}

#header .section-inSide .gNav_sub li {
	float: left;
}

#header .section-inSide .gNav_sub li a {
	display: block;
	width: 167px;
	text-align: center;
	color: #222;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 4px 0px;
	background: transparent url(images/common/gNav_sub.jpg) no-repeat left top;
}

#header .section-inSide .gNav_sub li a:hover {
	color: #8C0000;
	text-decoration: none;
}

#header .section-inSide .gNav_sub li.last-child a {
	background: transparent url(images/common/gNav_sub-last.jpg) no-repeat left top;
}

/*#header .section-inSide .gNav_sub li a {
	display: block;
	width: 167px;
	height: 21px;
	text-indent: -9999px;
	font-size: 0%;
}

#header .section-inSide .gNav_sub li.prospective a {
	background: transparent url(images/common/gNav_sub-01.jpg) no-repeat left top;
}

#header .section-inSide .gNav_sub li.prospective a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav_sub li.current a {
	background: transparent url(images/common/gNav_sub-02.jpg) no-repeat left top;
}

#header .section-inSide .gNav_sub li.current a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav_sub li.alumni a {
	background: transparent url(images/common/gNav_sub-03.jpg) no-repeat left top;
}

#header .section-inSide .gNav_sub li.alumni a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav_sub li.visitors a {
	width: 169px;
	background: transparent url(images/common/gNav_sub-04.jpg) no-repeat left top;
}

#header .section-inSide .gNav_sub li.visitors a:hover {
	background-position: left bottom;
}*/

#header .section-inSide .gNav {
	width: 1004px;
	position: absolute;
	left: 0px;
	top: 96px;
	z-index: 100;
}

#header .section-inSide .gNav > li {
	float: left;
	position: relative;
}

#header .section-inSide .gNav > li > a {
	display: block;
	width: 167px;
	height: 30px;
	text-indent: -9999px;
	font-size: 0%;
}

#header .section-inSide .gNav > li.about > a {
	background: transparent url(images/common/gNav-01.jpg) no-repeat left top;
}

#header .section-inSide .gNav > li.about > a.on,
#header .section-inSide .gNav > li.about > a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav > li.faculties > a {
	background: transparent url(images/common/gNav-02.jpg) no-repeat left top;
}

#header .section-inSide .gNav > li.faculties > a.on,
#header .section-inSide .gNav > li.faculties > a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav > li.admissions > a {
	background: transparent url(images/common/gNav-03.jpg) no-repeat left top;
}

#header .section-inSide .gNav > li.admissions > a.on,
#header .section-inSide .gNav > li.admissions > a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav > li.research > a {
	background: transparent url(images/common/gNav-04.jpg) no-repeat left top;
}

#header .section-inSide .gNav > li.research > a.on,
#header .section-inSide .gNav > li.research > a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav > li.campus > a {
	background: transparent url(images/common/gNav-05.jpg) no-repeat left top;
}

#header .section-inSide .gNav > li.campus > a.on,
#header .section-inSide .gNav > li.campus > a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav > li.libraries > a {
	width: 169px;
	background: transparent url(images/common/gNav-06.jpg) no-repeat left top;
}

#header .section-inSide .gNav > li.libraries > a.on,
#header .section-inSide .gNav > li.libraries > a:hover {
	background-position: left bottom;
}

#header .section-inSide .gNav > li > ul {
	display: none;
	width: 300px;
	padding: 15px 17px;
	background: transparent url(images/common/gNav-submenuBg.png) repeat left top;
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 100;
}

#header .section-inSide .gNav > li > ul > li {
	margin-bottom: 10px;
}

#header .section-inSide .gNav > li > ul > li.last-child {
	margin-bottom: 0px;
}

#header .section-inSide .gNav > li > ul > li > a {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

#header .section-inSide .gNav > li.last-child > ul {
	padding: 15px 18px;
	left: -170px;
}

#header .section-inSide .gNav .campus ul {
	padding: 15px 18px;
}

/* コンテンツ */
/* 前ページ共通 */
#contents,
#content {
	overflow: hidden;
	_zoom: 1;
}

#contents #mainColumn,
#contents #main,
#content #main {
	float: left;
}

#contents #subColumn,
#contents #sub,
#content #sub {
	float: right;
}

/* 派生共通 */
.breadcrumbs,
.derivationContents {
	font-size: 14px;
}

.breadcrumbs {
	width: 910px;
	height: 14px;
	float: left;
	overflow: hidden;
}

.breadcrumbs li {
	float: left;
	color: #b7190c;
}

.breadcrumbs li a {
	background: transparent url(images/contents/breadcrumbs.png) no-repeat right 3px;
	padding-right: 15px;
	margin-right: 9px;
	color: #333;
}

.breadcrumbs li a:hover {
	background: transparent url(images/contents/breadcrumbs-h.png) no-repeat right 3px;
	color: #b7190c;
	text-decoration: none;
}

.derivationContents {
	width: 980px;
	margin-top: 15px;
	background: transparent url(images/contents/derivationContentsBg.png) repeat-y left top;
}

.derivationContents #mainColumn,
.derivationContents #main {
	width: 710px;
}

.derivationContents #subColumn,
.derivationContents #sub {
	width: 225px;
}

/* トップページ */
.home #mainColumn {
	width: 600px;
}

.home #subColumn {
	width: 395px;
}

.home #slide {
	width: 100%;
	margin: 10px 0px;
}

.home #slide .wideslider ul li img {
	width: 591px;
	height: 328px;
	position: absolute;
	left: 401px;
	top: 11px;
}

.home .wideslider {
	width: 100%;
	height: 350px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.home .wideslider ul,
.home .wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.home .wideslider ul li {
	position: relative;
	font-size: 1.1em;
	background: transparent url(images/index/slide/main_visualBg.png) no-repeat left top;
}

.home #slide .wideslider ul li .frame {
	width: 1004px;
	height: 350px;
	position: static;
}

.home .wideslider ul li .freeTxt {
	position: absolute;
	left: 35px;
	top: 253px;
	overflow: hidden;
	_zoom: 1;
}

.home .wideslider ul li .freeTxt p {
	padding: 11px 11px;
	background: transparent url(images/index/freeTxt.png) repeat left top;
	float: left;
	font-weight: bold;
}

.home .wideslider ul li .freeTxt a {
	padding: 11px 11px;
	background: transparent url(images/index/moreBtn.png) repeat left top;
	float: left;
	display: block;
	color: #fff;
}

.home .wideslider ul li .freeTxt a:hover {
	background: transparent url(images/index/moreBtn.png) repeat left bottom;
}

.home .wideslider ul li .freeTxt a:hover {
	text-decoration: none;
}

.home #slide .wideslider ul li .freeTxt a img {
	width: 101px;
	height: 34px;
	border: none;
}

/*.home .wideslider ul li a img {
	width: 628px!important;
	height: 34px!important;
	border: none!important;
}*/

.home .wideslider_base {
	top: 0;
	position: absolute;
}

.home .wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}

.home .slider_prev,
.home .slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	background: url(images/index/slide/next_prev-bg.png) repeat right center;
}

.home .pagination {
	display: none;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.home .pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}

.home .pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* =======================================
	ClearFixElements
======================================= */
.home .wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.home .wideslider ul {
	display: inline-block;
	overflow: hidden;
}

.home #contents #mainColumn .notice {
	width: 580px;
	border: solid 1px #A5A4A4;
	padding: 10px 9px;
}

.page-template-custom_news-topics-php #content #main .notice,
.page-template-custom_event-php #content #main .notice {

}

.page-template-custom_news-topics-php #content #main .notice h2,
.page-template-custom_event-php #content #main .notice h2,
.home #contents #mainColumn .notice h2 {
	margin-bottom: 15px;
}

.home #contents #mainColumn .notice ul {
	width: 580px;
}

.page-template-custom_news-topics-php #content #main .notice ul,
.page-template-custom_event-php #content #main .notice ul {
	margin: 0px;
}

.page-template-custom_news-topics-php #content #main .notice li,
.page-template-custom_event-php #content #main .notice li,
.home #contents #mainColumn .notice li {
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 15px;
}

.home #contents #mainColumn .notice li {
	width: 580px;
}

.page-template-custom_news-topics-php #content #main .notice li,
.page-template-custom_event-php #content #main .notice li {
	background: none;
	padding-left: 0px;
}

.page-template-custom_news-topics-php #content #main .notice li.last-child,
.page-template-custom_event-php #content #main .notice li.last-child,
.home #contents #mainColumn .notice li.last-child {
	margin-bottom: 0px;
}

.home #contents #mainColumn .notice .more {
	overflow: hidden;
	_zoom: 1;
	margin-top: 10px;
}

.home #contents #mainColumn .notice .more a {
	float: right;
}

.page-template-custom_news-topics-php #content #main .notice .PrevNext,
.page-template-custom_event-php #content #main .notice .PrevNext {
	overflow: hidden;
	_zoom: 1;
	margin-top: 20px;
}

.page-template-custom_news-topics-php #content #main .notice .PrevNext li,
.page-template-custom_event-php #content #main .notice .PrevNext li {
	margin: 0px;
}

.page-template-custom_news-topics-php #content #main .notice .PrevNext .Prev,
.page-template-custom_event-php #content #main .notice .PrevNext li.Prev {
	float: left;
}

.page-template-custom_news-topics-php #content #main .notice .PrevNext .Prev a,
.page-template-custom_event-php #content #main .notice .PrevNext li.Prev a {
	background: transparent url(images/contents/prevIcon.gif) no-repeat left center;
	padding-left: 18px;
}

.page-template-custom_news-topics-php #content #main .notice .PrevNext .Next,
.page-template-custom_event-php #content #main .notice .PrevNext li.Next {
	float: right;
}

.page-template-custom_news-topics-php #content #main .notice .PrevNext .Next a,
.page-template-custom_event-php #content #main .notice .PrevNext li.Next a {
	background: transparent url(images/contents/nextIcon.gif) no-repeat right center;
	padding-right: 18px;
}

.page-template-custom_news-topics-php #content #main .notice .Pager,
.page-template-custom_event-php #content #main .notice .Pager {
	text-align: center;
	margin-top: 5px;
}

.page-template-custom_news-topics-php #content #main .notice .pagination .current,
.page-template-custom_news-topics-php #content #main .notice .pagination a,
.page-template-custom_event-php #content #main .notice .pagination .current,
.page-template-custom_event-php #content #main .notice .pagination a {
	border: solid 1px #333;
	padding: 0px 5px;
	margin-right: 5px;
	line-height: 1.3;
}

.page-template-custom_news-topics-php #content #main .notice .pagination .current,
.page-template-custom_event-php #content #main .notice .pagination .current {
	background-color: #b7190c;
	color: #fff;
}

.page-template-custom_news-topics-php #content #main .notice .pagination a:hover,
.page-template-custom_event-php #content #main .notice .pagination a:hover {
	background-color: #b7190c;
	color: #fff;
	text-decoration: none;
}

.page-template-custom_news-topics-php #content #main .news_topics,
.home #contents #mainColumn .news_topics {
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 10px;
}

.page-template-custom_news-topics-php #content #main .news_topics ul li span,
.home #contents #mainColumn .news_topics ul li span {
	display: block;
	width: 63px;
	float: left;
	text-align: center;
	border: solid 1px #D3C29D;
	background-color: #E2D5BA;
	font-size: 10px;
	padding: 3px 0px;
	font-weight: bold;
}

.page-template-custom_news-topics-php #content #main .news_topics ul li span.size,
.home #contents #mainColumn .news_topics ul li span.size {
	display: inline;
	width: auto;
	float: none;
	text-align: left;
	border: none;
	background-color: #fff;
	font-size: 100%;
	padding: 0px 0px;
	font-weight: normal;

}

.page-template-custom_news-topics-php #content #main .news_topics ul li span a,
.home #contents #mainColumn .news_topics ul li span a {
	color: #333;
}

.page-template-custom_news-topics-php #content #main .news_topics ul li span a:hover,
.home #contents #mainColumn .news_topics ul li span a:hover {
	text-decoration: none;
}

.page-template-custom_news-topics-php #content #main .news_topics ul li p,
.home #contents #mainColumn .news_topics ul li p {
	float: right;
	line-height: 1.3;
	font-size: 13px;
}

.home #contents #mainColumn .news_topics ul li p {
	width: 500px;
}

.page-template-custom_news-topics-php #content #main .news_topics ul li p {
	width: 620px;
}

.page-template-custom_news-topics-php #content #main .news_topics ul li p a,
.home #contents #mainColumn .news_topics ul li p a {
	color: #333;
}

.page-template-custom_news-topics-php #content #main .news_topics ul li p a:hover,
.home #contents #mainColumn .news_topics ul li p a:hover {
	color: #b7190c;
}

.page-template-custom_event-php #content #main .event ul li .cal,
.home #contents #mainColumn .event ul li .cal {
	width: 63px;
	border: solid 1px #ccc;
	float: left;
}

.page-template-custom_event-php #content #main .event ul li .cal span,
.home #contents #mainColumn .event ul li .cal span {
	display: block;
	text-align: center;
}

.page-template-custom_event-php #content #main .event ul li .cal .month,
.home #contents #mainColumn .event ul li .cal .month {
	font-size: 10px;
	border-bottom: solid 1px #ccc;
	background-color: #B7190C;
	color: #fff;
	padding: 3px 0px;
}

.page-template-custom_event-php #content #main .event ul li .cal .date,
.home #contents #mainColumn .event ul li .cal .date {
	font-size: 18px;
	padding: 5px 0px;
	font-weight: bold;
}

.page-template-custom_event-php #content #main .event ul li p,
.home #contents #mainColumn .event ul li p {
	float: right;
	line-height: 1.2;
	font-size: 13px;
	padding-top: 8px;
}

.home #contents #mainColumn .event ul li p {
	width: 500px;
}

.page-template-custom_event-php #content #main .event ul li p {
	width: 620px;
}

.page-template-custom_event-php #content #main .event ul li p a,
.home #contents #mainColumn .event ul li p a {
	color: #333;
}

.page-template-custom_event-php #content #main .event ul li p a:hover,
.home #contents #mainColumn .event ul li p a:hover {
	color: #b7190c;
}

.home #contents #subColumn .section {
	padding: 10px 9px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
}

.home #contents #subColumn .section h2 {
	margin-bottom: 15px;
	position: relative;
}

.home #contents #subColumn .section h2 a {
	position: absolute;
	right: 10px;
	top: 2px;
}

.home #contents #subColumn .faculties ul {
	width: 382px;
	margin-right: -7px;
	overflow: hidden;
	_zoom: 1;
}

.home #contents #subColumn .faculties ul li {
	float: left;
	margin: 0px 5px 7px 0px;
}

.home #contents #subColumn .faculties ul li a {
	display: block;
}

.home #contents #subColumn .faculties ul li .linkbtn {
	margin-top: 2px;
}

.home #contents #subColumn .hq table td.txt {
	padding: 10px;
	vertical-align : middle;
}

.home #contents #subColumn .hq table td.txt .ttl {
	margin-bottom: 5px;
	font-family: Trajan Pro, serif;
}

.home #contents #subColumn .hq table td.txt .ttl a {
	font-size: 16px;
	color: #333;
}

.home #contents #subColumn .hq table td.txt .read {
	margin-bottom: 15px;
	line-height: 1.4;
}

.home #contents #subColumn .hq table td.txt .more {
	text-align: right;
}

.home #contents #subColumn .global_initiatives ul {
	overflow: hidden;
	_zoom: 1;
	width: 380px;
	margin-right: -5px;
}

.home #contents #subColumn .global_initiatives ul li {
	margin: 0px 5px 7px 0px;
	float: left;
}

.home #contents #subColumn .global_initiatives ul li.last-child {
	margin-bottom: 0px;
}

.home #contents #subColumn .global_initiatives ul li a:hover {
	color: #b7190c;
}

.home #contents #subColumn .banners li {
	margin-bottom: 8px;
}


/*PageTop*/
.pageTop {
	width: 1004px;
	overflow: hidden;
	_zoom: 1;
	margin: -20px auto 0;
	padding: 0px 0px 0px 0px;
}

.pageTop a {
	float: right;
}

/*shareon*/
#shareon {
	position: absolute;
	top: 0px;
	right: 0;
	width: 45px;
	height: 80px;
	z-index: 1000;
}

.home #shareon {
	margin-top: 496px;
}

.single #shareon,
.page #shareon {
	margin-top: 140px;
}

#shareon h3 {
	position: relative;
	width: 21px;
	height: 80px;
	background: url(images/common/bg_shareon_h3.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 1050;
}

#shareon #shareon_inner {
	position: absolute;
	top: 0;
	left: 21px;
	width: 24px;
	height: 80px;
	background-color: #b7190c;
	z-index: 1050;
}

#shareon #shareon_inner ul {
	padding: 20px 3px;
}

#shareon #shareon_inner ul li {
	display: block;
}

#shareon #shareon_inner ul li a {
	width: 18px;
	height: 17px;
	background-color: #b7190c;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	font-size: 0%;
}

#shareon #shareon_inner ul li#facebook a {
	margin-bottom: 7px;
	background-image: url(images/common/bt_shareon_facebook.png);
}

#shareon #shareon_inner ul li#twitter a {
	background-image: url(images/common/bt_shareon_twitter.png);
}

/*icon実装*/
/*.pdf,
.docx,
.doc {
	padding-right: 28px;
}

.pdf {
	background: transparent url(images/common/icon_pdf.png) no-repeat right top;
}

.docx,
.doc {
	background: transparent url(images/common/word_icon.png) no-repeat right top;
}*/

/* フッター */
#footer {
	width: 100%;
	height: 290px;
	background-color: #B7190D;
	z-index: 1000;
}

#footer .section-inSide {
	height: 290px;
}

#footer .section-inSide .footerNav {
	width: 500px;
	overflow: hidden;
	_zoom: 1;
	margin: 8px auto 0;
	padding: 10px 0px 5px;
}

#footer .section-inSide .footerNav li {
	border-right: solid 1px #fff;
	padding: 2px 6px;
	float: left;
}

#footer .section-inSide .footerNav li a {
	font-weight: bold;
	color: #fff;
}

#footer .section-inSide .footerNav li.first-child {
	border-left: solid 1px #fff;
	padding-left: 6px;
}

#footer .section-inSide .footerNav li.last-child {
	border-right: solid 1px #fff;
}

#footer .section-inSide .footerNav-secondStage {
	width: 170px;
	overflow: hidden;
	_zoom: 1;
	margin: 0px auto 0;
	padding-bottom: 5px;
}

#footer .section-inSide .footerNav-secondStage li {
	float: left;
	border-right: solid 1px #fff;
	padding: 2px 6px;
}

#footer .section-inSide .footerNav-secondStage li.first-child {
	border-left: solid 1px #fff;
	padding-left: 6px;
}

#footer .section-inSide .footerNav-secondStage li a {
	font-weight: bold;
	color: #fff;
}

#footer .section-inSide .infomation {
	background: transparent url(images/common/footer_bg.jpg) no-repeat center top;
	position: relative;
	height: 210px;
}

#footer .section-inSide .infomation p {
	position: absolute;
}

#footer .section-inSide .infomation .logo {
	left: 0px;
	top: 30px;
}

#footer .section-inSide .infomation .center {
	left: 327px;
	top: 90px;
}

#footer .section-inSide .infomation .copy {
	left: 555px;
	top: 205px;
}

#footer .section-inSide .infomation .socialGroup {
	position: absolute;
	right: 0px;
	top: 60px;
}

#footer .section-inSide .infomation .socialGroup li {
	margin-bottom: 5px;
}

#footer .section-inSide .infomation .socialGroup li.last-child {
	margin-bottom: 0px;
}

/* フッターが下につくやつ */
html,
body {
	height: 100%;
}

#siteContainer {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: transparent url(images/common/siteContainer_bg.gif) repeat-y center top;
}

#contents,
#content {
	padding: 0px 0px 340px 0px!important;
	z-index: 1;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.utilityNav {
	width: 980px;
	margin: 15px auto 0px;
	overflow: hidden;
	_zoom: 1;
}

/*#sub .gateway_block {
	display: none;
}*/

#main .mail_img {
	padding: 4px 0px 0px 2px;
}

/* .page-transition */
.page-transition #content {
	background: none;
}

.page-transition #content #main {
	width: 980px;
}

.page-transition #content #main .transitionArea {
	padding: 20px;
}

.page-transition #content #main .transitionArea p {
	font-size: 20px;
	text-align: center;
}

.page-transition #content #main .transitionArea .ttl {
}

.page-transition #content #main .transitionArea .link {
	margin: 15px 0;
}

.page-transition #content #main .transitionArea .border {
	border-bottom: dotted 1px #333;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.page-transition #content #main .transitionArea .caption {
	background-color: #b7190c;
	color: #fff;
	padding: 3px 5px;
	margin-bottom: 20px;
}

.page-transition #content #main .transitionArea .jp {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}