@charset "utf-8";
/**
 * base.css
 */

/* reset
--------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	border: none;
}
/* img */
img,
/*box*/
div, p, blockquote,
/* heading */
h1, h2, h3, h4, h5, h6,
/* list */
ul, ol, li, dl, dt, dd,
/* form */
form, fieldset, textarea,
/* address */
address,
/* html5 */
article, aside, dialog, figure, footer, header, hgroup, nav, section
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
}
/* html5 */
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
/* table */
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
caption{
	text-align: left;
}
/* a */
a, a:focus, a:hover, a:active {
	outline: none;
}
/* form */
input, input:focus, input:hover, input:active,
textarea, textarea:focus, textarea:hover, textarea:active {
	outline: none;
}
/* img */
img {
	vertical-align: top;
	ca
}

/* color
--------------------------------------------------*/
.red {
	color: #ff0000;
}


/* utility
--------------------------------------------------*/
/* layout */
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

/* margin-top */
.mt00 { margin-top: 0px; }
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt55 { margin-top: 55px; }
.mt60 { margin-top: 60px; }
.mt65 { margin-top: 65px; }
.mt70 { margin-top: 70px; }
.mt75 { margin-top: 75px; }
.mt80 { margin-top: 80px; }
.mt85 { margin-top: 85px; }
.mt90 { margin-top: 90px; }
.mt95 { margin-top: 95px; }
.mt100 { margin-top: 100px; }
/* margin-right */
.mr00 { margin-right: 0px; }
.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr55 { margin-right: 55px; }
.mr60 { margin-right: 60px; }
.mr65 { margin-right: 65px; }
.mr70 { margin-right: 70px; }
.mr75 { margin-right: 75px; }
.mr80 { margin-right: 80px; }
.mr85 { margin-right: 85px; }
.mr90 { margin-right: 90px; }
.mr95 { margin-right: 95px; }
.mr100 { margin-right: 100px; }
/* margin-bottom */
.mb00 { margin-bottom: 0px; }
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
.mb65 { margin-bottom: 65px; }
.mb70 { margin-bottom: 70px; }
.mb75 { margin-bottom: 75px; }
.mb80 { margin-bottom: 80px; }
.mb85 { margin-bottom: 85px; }
.mb90 { margin-bottom: 90px; }
.mb95 { margin-bottom: 95px; }
.mb100 { margin-bottom: 100px; }
/* margin-left */
.ml00 { margin-left: 0px; }
.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml55 { margin-left: 55px; }
.ml60 { margin-left: 60px; }
.ml65 { margin-left: 65px; }
.ml70 { margin-left: 70px; }
.ml75 { margin-left: 75px; }
.ml80 { margin-left: 80px; }
.ml85 { margin-left: 85px; }
.ml90 { margin-left: 90px; }
.ml95 { margin-left: 95px; }
.ml100 { margin-left: 100px; }

/* padding-top */
.pt00 { padding-top: 0px; }
.pt05 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt55 { padding-top: 55px; }
.pt60 { padding-top: 60px; }
.pt65 { padding-top: 65px; }
.pt70 { padding-top: 70px; }
.pt75 { padding-top: 75px; }
.pt80 { padding-top: 80px; }
.pt85 { padding-top: 85px; }
.pt90 { padding-top: 90px; }
.pt95 { padding-top: 95px; }
.pt100 { padding-top: 100px; }
/* padding-right */
.pr00 { padding-right: 0px; }
.pr05 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr35 { padding-right: 35px; }
.pr40 { padding-right: 40px; }
.pr45 { padding-right: 45px; }
.pr50 { padding-right: 50px; }
.pr55 { padding-right: 55px; }
.pr60 { padding-right: 60px; }
.pr65 { padding-right: 65px; }
.pr70 { padding-right: 70px; }
.pr75 { padding-right: 75px; }
.pr80 { padding-right: 80px; }
.pr85 { padding-right: 85px; }
.pr90 { padding-right: 90px; }
.pr95 { padding-right: 95px; }
.pr100 { padding-right: 100px; }
/* padding-bottom */
.pb00 { padding-bottom: 0px; }
.pb05 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb55 { padding-bottom: 55px; }
.pb60 { padding-bottom: 60px; }
.pb65 { padding-bottom: 65px; }
.pb70 { padding-bottom: 70px; }
.pb75 { padding-bottom: 75px; }
.pb80 { padding-bottom: 80px; }
.pb85 { padding-bottom: 85px; }
.pb90 { padding-bottom: 90px; }
.pb95 { padding-bottom: 95px; }
.pb100 { padding-bottom: 100px; }
/* padding-left */
.pl00 { padding-left: 0px; }
.pl05 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }
.pl35 { padding-left: 35px; }
.pl40 { padding-left: 40px; }
.pl45 { padding-left: 45px; }
.pl50 { padding-left: 50px; }
.pl55 { padding-left: 55px; }
.pl60 { padding-left: 60px; }
.pl65 { padding-left: 65px; }
.pl70 { padding-left: 70px; }
.pl75 { padding-left: 75px; }
.pl80 { padding-left: 80px; }
.pl85 { padding-left: 85px; }
.pl90 { padding-left: 90px; }
.pl95 { padding-left: 95px; }
.pl100 { padding-left: 100px; }

/* noscript */
#noscript {
	position: relative;
	z-index: 5260;
	padding: 1em;
	border-bottom: #000000 solid 1px;
	background: #ffffff;
	color: #000000;
	text-align: center;
}
#noscript span {
	color: #ff0000;
}

/* clearfix */
.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}

/* for javascript */
.ahover {} .ahoverList {} .commonPop {}



/* html, body
--------------------------------------------------*/
body {
	background: #fff;
}


/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {}
::selection {}

/* a */
a {
	color: #6666ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.black {
	position: relative;
	display: inline-block;
	color: #494a4b;
	text-decoration: none;
}
a.black:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #494a4b;
}
a.black:hover:after {
	display: none;
}
.link a {
    background: transparent url("/research/history_for_global_liberal_arts/assets/img/common/arrow-red.gif") no-repeat scroll 0 0;
    padding-left: 15px;
    text-decoration: underline;
		color: #0a1b2f;
}
.link a:hover {
    text-decoration: none;
}


/* cap */
.caption,
.cap {
	color: #999999;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

/* formText */
.formText {
	padding: 3px 2px;
	border: #ccc solid 1px;
}

/* center */
.center{
	text-align:center;
}


/* layout
--------------------------------------------------*/
/* wrapper */
#wrapper {
	color: #494a4b;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 2;
	text-align: left;
}
.wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.inwrap {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
}

/* container */
#container {
	margin-right: auto;
	margin-left: auto;
}

/* header */
#header {
	min-width: 1000px;
	text-align: center;
	background: url(/research/history_for_global_liberal_arts/assets/img/common/hdr-bg.png) repeat-x left top;
}
.memberonly #header {
	background: url(/research/history_for_global_liberal_arts/assets/img/common/hdr_m-bg.png) repeat-x left top;
}

.hdrBg {
	padding: 6px 0 19px;
	background: url(/research/history_for_global_liberal_arts/assets/img/common/logo.png) no-repeat 28px 6px;
}

#top .hdrBg {
	display: none;
}

#top .hdrBg.topHdrBg {
	display: block;
}

.hdrBg.topHdrBg {
	display: none;
}

/* gNav */
#gNav {
	margin: 12px 0 100px;
	text-align: center;
}
#gNav li {
	display: inline-block;
	margin-left: 12px;
}
#gNav li a {
	display: block;
	padding-left: 17px;
	color: #333333;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	background: url(/research/history_for_global_liberal_arts/assets/img/common/arw01.png) no-repeat left center;;
}
#gNav li a:hover {
	text-decoration: underline;
}

.open #gNav li.memberonly {
	display: none;
}

.memberonly #gNav li.open {
	display: none;
}

#gNav li.memberonlyOn{
	background: #268CFF;
	padding: 10px;
	border-radius: 6px;
	margin-left: 25px;
}
#gNav li.memberonlyOn a{
	color: #fff;
}

/* section */
.section + .section {
	margin-top: 100px;
}

/* pttl */
.pttl {
	margin-bottom: 70px;
	padding-bottom: 55px;
	font-size: 26px;
	text-align: center;
	border-bottom: #c9c9c9 solid 1px;
	font-weight: bold;
	line-height: 1;
}
.pttl.mb00 {
	margin-bottom: 0;
}
.pttl.mb00 .bdrNone {
	border-bottom: none;
}
.pttl span {
	display: block;
	margin-top: 20px;
	font-weight: normal;
	font-size: 14px;
}

.ttl01 {
	font-size: 24px;
	font-weight: bold;
}
.bgTtl {
	padding: 4px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	background-color: #9cabbc;
}

.bdrTtl {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	border-left: #268cff solid 3px;
	line-height: 1.5;
}
.bdrTtl.mb00 {
	margin-bottom: 00px;
}

.boldTtl {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.boldTtl.mb00 {
	margin-bottom: 0px;
}
.tableStyle01 dl {
	display: table;
	width: 100%;
}
.tableStyle01 dl > * {
	display: table-cell;
	padding: 10px 0;
	border-bottom: #dadada solid 2px;
	line-height: 1.5;
	vertical-align: middle;
}
.tableStyle01 dt {
	width: 180px;
	text-align: center;
	border-right: #dadada solid 2px;
	background-color: #eeeeee;
}
.tableStyle01 dd {
	padding-left: 50px;
}
.tableStyle01 .trHead > * {
	color: #fff;
	text-align: center;
	background-color: #7d7d7d;
	border-bottom: none;
}
.tableStyle01 .trHead dt:first-child {
	width: 180px;
}
.tableStyle01 .trHead dt + dt {
	border-right: none;
	width: 815px;
}

.disInBlockArea > * {
	display: inline-block;
}

/* breadcrumb */
#breadcrumb {
	margin: 95px 0 20px;
}
#breadcrumb li {
	display: inline-block;
	line-height: 1;
	font-size: 11px;
}
#breadcrumb li a {
	color: #c8c8c8;
	text-decoration: none;
}
#breadcrumb li + li:before {
	display: inline-block;
	margin: 0 5px 0;
	content: '>';
	color: #c8c8c8;
	line-height: 1;
}


/* footer */
#footer {
	min-width: 1000px;
	position: relative;
	padding: 25px 0 60px;
	color: #c7c8c9;
	font-size: 11px;
	background-color: #0a1b2f;
	line-height: 1.5;
}
#footer .wrap {
	position: relative;
}
.fnav {
	position: absolute;
	top: 0;
	right: 0;
}
.fnav li {
	float: left;
}
.fnav li + li a:before {
	display: inline-block;
	content: '|';
	margin: 0 8px;
}
.fnav a {
	display: block;
	color: #c7c8c9;
	text-decoration: none;
}

/* top
--------------------------------------------------*/
#top #header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: none;
	z-index: 2;
}
#top .hdrBg {
	padding: 29px 0 5px;
	background: url(/research/history_for_global_liberal_arts/assets/img/top/logo.png) no-repeat 26px 29px;
	text-align: left;
}
#top .hdrBg a {
	display: block;
	margin-left: 80px;
}
#top #gNav {
	margin: 25px;
}
#top #mainVisual {
	position: relative;
	min-width: 1000px;
	padding: 220px 0;
	z-index: 1;
	text-align: center;
	background: url(/research/history_for_global_liberal_arts/assets/img/top/main-bg.jpg) no-repeat center center;
	background-size: cover;
	display: block;
}
#mainVisual {
	display: none;
}
.scheduleArea dt {
	padding: 15px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	background-color: #9cabbc;
}
.scheduleArea dd {
	padding: 35px;
	background-color: #f0f3f8;
}
.scheduleArea li + li {
	margin-top: 30px;
}
.scheduleArea li a {
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 1.5;
}
.scheduleArea li span {
	display: block;
}
.scheduleArea li .date {
	float: left;
	color: #7f7f7f;
}
.scheduleArea li .txt {
	margin-left: 130px;
}

/* member
--------------------------------------------------*/
#member .pttl {
	margin-bottom: 0;
}
#memberList li,
.profileHead {
	width: 100%;
	padding: 30px 0;
	display: table;
	border-bottom: #c9c9c9 solid 1px;
}
#memberList li {
	display: block;
	padding: 0;
}
.profileHead {
	border-bottom: none;
}
#memberList li a {
	display: table;
	width: 100%;
	padding: 30px 0;
	color: #494a4b;
	text-decoration: none;
}
#memberList li a:hover {
	opacity: 0.7;
}
#memberList li a > *,
.profileHead > * {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
#memberList li .image {
	width: 191px;
}
.profileHead .image {
	width: 215px;
}
#memberList li .ttl {
	width: 325px;
	padding-left: 75px;
}
.profileHead .ttl {
	width: 245px;
}
#memberList li .ttl span,
.profileHead .ttl span {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.profileHead .ttl span {
	margin-bottom: 15px;
	font-size: 13px;
}
#memberList li .ttl strong,
.profileHead .ttl strong {
	display: block;
	margin-bottom: 10px;
	font-size: 37px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.15em;
}
#memberList li .info,
.profileHead .info {
	font-size: 16px;
}
#memberList li:first-child .info {
	padding-top: 20px;
}
#memberList li .info span,
.profileHead .info span {
	display: inline-block;
	margin-right: 15px;
	padding: 5px;
	width: 70px;
	font-size: 14px;
	color: #fff;
	background-color: #494a4b;
	line-height: 1;
	text-align: center;
}
#memberList li .info p + p,
.profileHead .info p + p {
	margin-top: 10px;
}
.profileHead .info p {
	position: relative;
	padding-left: 95px;
}
.profileHead .info p span {
	position: absolute;
	top: 4px;
	left: 0;
}

.detailTxt {
	font-size: 15px;
}


/* schedule
--------------------------------------------------*/
.indexList {
	padding: 65px 55px;
	background-color: #f4f5f5;
}
.indexList a {
	color: #494a4b;
	text-decoration: none;
}
.indexList .list li {
	padding-bottom: 12px;
	border-bottom: #c9c9c9 dashed 1px;
	line-height: 1.8;
	zoom: 1;
}
.indexList .list li:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
.indexList .list li a:hover {
	text-decoration: underline;
}
.indexList .list li + li {
	padding-top: 12px;
}
.indexList .list li span{
	display: block;
	font-size: 15px;
}
.indexList .list li .date {
	float: left;
	font-weight: bold;
}
.indexList .list li .txt {
	margin-left: 150px;
}
.pager {
	zoom: 1;
}
.pager:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
.pager > div {
	line-height: 1;
}
.pager > div a {
	display: block;
	padding: 13px 14px 13px 34px;
	color: #000;
	font-size: 16px;
	border: #c9c9c9 solid 1px;
	border-radius: 10px;
	background:#fff url(/research/history_for_global_liberal_arts/assets/img/common/arw01.png) no-repeat 20px center;
}
.pager > div a:hover {
	opacity: 0.7;
}
.pager .prev {
	float: left;
}
.pager .next {
	float: right;
}
.archiveList li {
	display: inline-block;
	line-height: 1;
}
.archiveList li a {
	display: block;
	padding: 10px 23px 10px 37px;
	font-size: 16px;
	border-radius: 8px;
	background:#fff url(/research/history_for_global_liberal_arts/assets/img/common/arw01.png) no-repeat 20px center;
}
.archiveList li a:hover {
	opacity: 0.7;
}
.archiveList li + li {
	margin-left: 10px;
}

/* memberonly
--------------------------------------------------*/

#memberonly #container .section div{
	background: #e5e5e5;
	width: 400px;
	height: auto;
	padding: 60px 60px 60px 60px;
	margin: 0 auto;
}

#memberonly #container .section div p{
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 40px;
	text-align: center;
}

#memberonly #container .section div dl{
	width: 360px;
	margin: 0 auto;
}

#memberonly #container .section div dl dt{
	text-align: left;
	font-size: 0.7rem;
	width: 360px;
}
#memberonly #container .section div dl dd{
	width: 360px;
	margin-bottom: 10px
}

#memberonly #container .section div input.textbox{
	width: 346px;
	height: 35px;
	border: solid 1px #c8c8c8;
	padding-left: 10px;
}

#memberonly #container .section div input#form_submit{
	width: 360px;
	height: 60px;
	background: url(/research/history_for_global_liberal_arts/assets/img/common/login-btn.png) no-repeat center;
	border: none;
	text-indent: -9999px;
	margin: 10px auto 0;
	cursor: pointer;
}

