@charset "utf-8";
/* =======================================

	EntryElements

======================================= */
/* ------------------------------------
	common parts
------------------------------------ */
.alert {
	padding: 10px 0 0 45px;
	font-weight: bold;
	color: #6a6a6a;
	background: url(/img/alert.png) no-repeat left center;
}

.smlBlk {
	font-size: 0.8em;
}

.alignR {
	text-align: right;
}

/* --btn-- */
.btnBox {
	padding: 30px;
	text-align: center;
	background: url(/img/border02.png) repeat-x left top;
}

#oneCol .btnBox {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: none;
}

.btnBoxR {
	margin: 0 0 30px;
	text-align: right;
}

#main a.btnBasic {
	margin: 0 5px 15px 5px;
	padding: 8px 18px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
	border: none;
	border: 2px solid #007AEC;
	border-radius: 3px;
	background: #007AEC;
}

#main a.btnBasic span {
	padding: 0px 0px 0px 1.1em;
	text-indent: -1.1em;
	display: block;
}

#main a.btnBasic span:before {
	vertical-align: middle;
	border-radius: 10px;
}

body:not(.setTb) #main a.btnBasic:hover,
body:not(.setTb) a.btn:hover {
	color: #492e65;
	background: #FFF;
	transition: all  0.2s ease;
}

body:not(.setTb) #main a.btnBasic:hover:before,
body:not(.setTb) a.btn:hover:before {
	color: #492e65;
	vertical-align: middle;
}

#main a.btnBasic.arrow01 span:before {
	font-family: 'koma';
	content: "\e608";
}

.praceArea {
	margin: 0 0 30px;
	text-align: right;
}

.praceArea span {
	padding: 13px 22px;
	display: inline-block;
	background: #f4f4fc;
	border: 3px double #794aa8;
}

.submit {
	padding: 8px 30px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	border: 2px solid #007AEC;
	border-radius: 3px;
	background: #007AEC;
}

body:not(.setTb) .submit:hover {
	color: #007AEC;
	transition: all  0.2s ease;
	background: #FFF;
}

#main a.btnBasic.btnThin {
	margin: 0;
	padding: 5px 30px;
	font-size: 0.9em;
}

@media only screen and (max-width: 768px) {
	.btnBox {
		padding: 30px 0;
	}
	.btnBoxR {
		margin: 0 0 30px;
	}
	.praceArea {
		margin: 0 0 30px;
	}
	#oneCol .btnBox {
		padding: 0;
	}
	#main a.btnBasic {
		margin: 0 5px 15px 5px;
	}
	body:not(.setTb) #main a.btnBasic:hover,
	body:not(.setTb) a.btn:hover {
		color: #000;
		background: #FFF;
	}
	body:not(.setTb) #main a.btnBasic:hover:before,
	body:not(.setTb) a.btn:hover:before {
		color: #492e65;
	}
	body:not(.setTb) .submit:hover {
		color: #000;
		background: #FFF;
	}
}

/* ------------------------------------
	secDetail
------------------------------------ */
.secDetail {
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
	background: #FFF;
}

.secDetail h1 {
	margin: 0 0 30px 0;
	padding: 0 30px 25px 30px;
	color: #000;
	line-height: 140%;
	font-size: 150%;
	position: relative;
	border-bottom: 4px solid #f1f1f1;
}

.secDetail h1:before {
	content: "";
	width: 8px;
	height: 1.4em;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.secDetail h1 .titleLink {
	display: inline-block;
	overflow: hidden;
	float: right;
	font-size: 1rem;
}

.secDetail h2 {
	margin: 0 0 20px 0;
	padding: 15px 20px;
	color: #000;
	font-size: 140%;
	line-height: 120%;
	background: #f1f1f1;
}

.secDetail h3 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 1em;
	font-weight: bold;
	color: #000;
	line-height: 120%;
	font-size: 120%;
	position: relative;
	border-bottom: 4px solid #f1f1f1;
}

.secDetail h3:before {
	content: "";
	width: 6px;
	height: 1.1em;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.secDetail h4 {
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 15px;
	color: #000;
	font-weight: bold;
	font-size: 1em;
	line-height: 120%;
	font-size: 110%;
	position: relative;
	border-left: 4px solid #000;
	background: #f5f5f5;
}

.secDetail h5 {
	margin: 0 0 10px 0;
	font-size: 1em;
	padding: 0 0 0 1em;
	color: #000;
	display: block;
	font-weight: bold;
	line-height: 120%;
	font-size: 100%;
	border-left: 6px solid #000;
}

.secDetail h6 {
	margin: 0 0 5px 0;
	color: #000;
	font-size: 95%;
	font-weight: bold;
	line-height: 120%;
}

.secDetail p {
	margin: 0 0 20px 0;
	line-height: 1.7;
}

.secDetail p.tCenter {
	text-align: center;
}

.secDetail p.tRight {
	text-align: right;
}

.secDetail hr {
	height: 4px;
	margin: 30px 0;
	border: none;
	border-bottom: 4px solid #f1f1f1;
	clear: both;
}

.secDetail ul,
.secDetail ol {
	margin: 0 0 20px;
	padding: 0 0 0 2em;
}

.secDetail ul li,
.secDetail ol li {
	margin: 0 0 10px 20px;
}

.secDetail ul li ul,
.secDetail ul li ol,
.secDetail ol li ol,
.secDetail ol li ul {
	margin: 10px 0 40px;
	padding: 0 0 0 1em;
}

.secDetail ul.alpha li { list-style: lower-alpha;}
.secDetail ul > li { list-style: disc;}
.secDetail ol > li { list-style: decimal;}

.secDetail ul.noIndent {
	padding: 0;
}

.secDetail ul.noIndent li {
	margin: 0 0 10px 20px;
}

.secDetail table {
	width: 640px;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}

#oneCol .secDetail table {
	width: 920px;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	background: #FBFBFA;
}

.secDetail table caption {
	margin: 0 0 15px 0;
	color: #492d65;
	text-align: left;
	word-break: break-all;
}

.secDetail table thead th {
	padding: 10px 15px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: #000;
	border: 1px #777 solid;
	box-sizing: border-box;
}

.secDetail table tbody th,
.secDetail table tbody td {
	padding: 8px 15px;
	word-wrap: break-word;
	box-sizing: border-box;
}

.secDetail table tbody th {
	font-weight: bold;
	background: #f1f1f1;
	border: 1px solid #777;
}

.secDetail table tbody td {
	border: 1px solid #777;
	background: #fff;
}

.secDetail table th.xSmall,
.secDetail table td.xSmall,
.secDetail table th.xsmall,
.secDetail table td.xsmall {
	padding: 10px;
	font-size: 75%;
}

.secDetail table th.xxSmall,
.secDetail table td.xxSmall,
.secDetail table th.xxsmall,
.secDetail table td.xxsmall {
	padding: 5px;
	font-size: 65%;
}

.secDetail table tfoot tr td {
	padding: 15px 5px;
	border: 0;
	font-size: 0.9em;
	text-align: right;
	word-break: break-all;
}

.secDetail table p,
.secDetail table ul,
.secDetail table ol {
	margin: 0;
	padding: 0;
}

.secDetail .emphasis {
	font-weight: bold;
}

.secDetail .attention {
	color: #dc0000;
	font-size: 0.9em;
}

.secDetail .important {
	color: #dc0000;
}

.secDetail .font-small {
	font-size: 85%;
}

.secDetail .small {
	color: #909090;
	font-size: 0.9em;
}

.secDetail .point {
	margin: 0 0 20px 0;
	padding: 10px;
	color: #a07ec2;
	font-size: 0.9em;
	background: #fbfbfa;
}

.secDetail .sideMrgn {
}

.secDetail a {
	color: #007aec;
	word-break: break-all;
}

.secDetail .imgBox {
	overflow: hidden;
}

.secDetail .imgBox p {
	margin: 0 0 30px 0;
}

.secDetail img {
	max-width: 100%;
	height: auto;
}


@media only screen and (min-width: 768px) {
	body:not(.setTb) .secDetail a:hover img {
		opacity: 0.8;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	body:not(.setTb) .secDetail .newsList a:hover img {
		opacity: 1;
	}
}


.imgFLL {
	margin: 0 40px 40px 0;
	float: left;
	display: block;
}

.imgFLR {
	margin: 0 0 40px 40px;
	float: right;
	display: block;
}

.imgC {
	margin: 0 auto 40px;
	display: block;
}

span.setFigureLeft,
span.setFigureRight {
	display: table;
}

span.setFigureLeft {float: left; margin: 0 40px 40px 0;}
span.setFigureRight {float: right; margin: 0 0 40px 40px;}

span.setFigureLeft img,
span.setFigureRight img {
	vertical-align: bottom;
}

span.setFigureLeft .setFigcaption,
span.setFigureRight .setFigcaption {
	padding: 10px 10px 8px;
	display: block;
	line-height: 120%;
	text-align: center;
	font-size: 80%;
	background: #efeef4;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

a.iconPdf {
	padding: 0 0 0 50px;
	background: url(/img/icon_pdf.png) no-repeat 0 center;
}

a.iconWord {
	padding: 0 0 0 50px;
	background: url(/img/icon_word.png) no-repeat 0 center;
}

a.iconExcel {
	padding: 0 0 0 50px;
	background: url(/img/icon_excel.png) no-repeat 0 center;
}

a.icon-blankL {
	padding: 0 0 0 50px;
	background: url(/img/icon_blank.png) no-repeat 0 center;
}

.secDetail .imgBox.faculty .imgC {
	margin: 0 auto 20px;
}

/*CARENDAR*/
.calendarTable {
	text-align: center;
}

.calendarTable table {
	margin: 0 auto 40px;
	font-size: 80%;
	overflow: hidden;
}

#oneCol .calendarTable table  {
	width: 70%;
}

.calendarTable table thead th {
	font-size: 120%;
}

.calendarTable table tbody th {
	width:14%;
	padding: 5px;
	color: #6a6a6a;
	background: #ebebeb;
}

.calendarTable table tbody td {
	padding: 0;
	vertical-align: top;
	background: #f7f5f2;
}

.calendarTable table tbody td div {
	padding: 1.5em 1em 1em;
	position: relative;
}

.calendarTable table tbody td span.day {
	position: absolute;
	top: 3px;
	left: 3px;
	color: #9f9f9f;
}

.calendarTable table tbody th.sunD {background: #ffbfbf;}
.calendarTable table tbody th.satD {background: #bfebf6;}

.calendarTable table tbody td.sunD,
.calendarTable table tbody td.sund {background: #fadfdf;}
.calendarTable table tbody td.satD {background: #dff5fa;}

.calendarTable table tbody th.sunD,
.calendarTable table tbody td.sunD span,
.calendarTable table tbody td.sund span {
	color: #d72828;
}

.calendarTable table tbody th.satD,
.calendarTable table tbody td.satD span {
	color: #007f9f;
}

/*ASIDE*/
.secDetail aside {
	margin: 0 0 30px 0;
	padding: 30px 30px 10px 50px;
	position: relative;
	color: #909090;
	font-size: 0.9em;
	background: #fbfbfa;
	border-top: 15px #ffffff solid;
}

.secDetail aside:before {
	content: "";
	width: 25px;
	height: 50px;
	display: block;
	background: url(/img/ico-aside.png) top left no-repeat;
	position: absolute;
	top: -15px;
	left: 20px;
}

.secDetail aside p {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

/*.secDetail .relative*/
.secDetail .relative {
	margin: 0 0 20px;
	padding: 0;
	background: #FFF;
	box-shadow: none;
	border-radius: 0px;
}

.secDetail .relative li {
	width: 305px;
	margin: 0 30px 20px 0;
	float: left;
	list-style: none;
}

.secDetail .relative li.odd {
	width: 305px;
	margin: 0 0 20px 0;
}

.secDetail .relative li p {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.secDetail p {
		margin: 0 0 30px;
	}
	.secDetail h1 {
		padding: 0 3% 25px 5%;
	}
	.secDetail h2 {
		margin: 0 0 20px;
		padding: 13px 3%;
	}
	.secDetail h3,

	.secDetail h4,
	.secDetail h5,
	.secDetail h6 {
		margin: 0 0 20px;
	}
	.secDetail ul,
	.secDetail ol {
		margin: 0 0 20px;
		padding: 0 0 0 1em;
	}
	.secDetail table,
	#oneCol .secDetail table {
		width: 100%;
		margin: 0px 0 20px;
	}
	.secDetail table tbody th,
	.secDetail table tbody td {
		margin: -1px 0 0 0;
		padding: 10px;
		display: block;
	}
	.secDetail table.noScroll tbody th,
	.secDetail table.noScroll tbody td {
		width: 100%!important;
	}
	.secDetail .tblResp th {
		width: 100% !important;
		padding: 15px 3%;
		box-sizing: border-box;
	}
	.secDetail .tblScroll {
		margin: 0 0 20px;
		overflow-x: auto;
	}
	.secDetail .tblScroll table {
		width: 640px;
		margin: 0;
	}
	#oneCol .secDetail .tblScroll table {
		width: 920px;
		margin: 0;
	}
	.secDetail .tblScroll tbody th,
	.secDetail .tblScroll tbody td {
		border: 1px solid #ebebeb;
		display: table-cell;
	}
	.secDetail .tblScroll::-webkit-scrollbar {
		height: 5px;
	}
	.secDetail .tblScroll::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
	.secDetail .tblScroll::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}
	.secDetail .point {
		margin: 0px 3% 20px;
		padding: 10px 3%;
	}
	.secDetail .sideMrgn {
		margin: 0;
	}
	.secDetail .imgBox {
		margin: 0;
	}
	.secDetail .imgBox img {
		margin: 0 auto 20px;
		max-width: 100%;
		height: auto;
	}
	.imgFLL,
	.imgFLR,
	.imgC {
		float: none;
		display: block;
	}
	span.setFigureLeft,
	span.setFigureRight {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px auto;
		float: none;
		display: block;
		text-align: center;
	}
	span.setFigureLeft img,
	span.setFigureRight img {
		width: auto;
	}
	span.setFigureLeft .setFigcaption,
	span.setFigureRight .setFigcaption {
		padding: 10px 0 0 0;
		display: block;
		line-height: 120%;
		text-align: center;
		font-size: 80%;
		color: #492D65;
		font-weight: bold;
		background: transparent;
	}
	/*.secDetail .relative*/
	.secDetail .relative {
		margin: 0 0 20px;
	}
	.secDetail .relative li {
		width: 100%;
		margin: 0;
		float: none;
	}
	.secDetail .relative li.odd {
		width: 100%;
		margin: 0;
	}

	.secDetail .relative li a {
		padding: 10px 0;
	}
}

/* ------------------------------------
	archive
------------------------------------ */
.detailWrap {
	padding: 30px 0 0;
}

.secDetail .archiveLow,
.secDetail .archiveRel {
	padding: 0;
	overflow: hidden;
}

.secDetail .archiveRel {
	margin: 0 0 20px;
}

.secDetail .archiveLow > li{
	margin: 0 0 20px 0;
	list-style: none;
}

.secDetail .archiveRel li {
	width: 310px;
	margin: 0 20px 20px 0;
	float: left;
	list-style: none;
}

.secDetail .archiveRel li.even {
	margin: 0 0 20px 0;
}

.archiveLow > li p {
	margin: 15px 0 20px 20px;
}

.archiveRel > li p {
	margin: 15px 0 0 0;
	font-size: 0.9em;
}

.archiveLow > li > a,
.archiveRel > li a {
	padding: 10px 10px 10px 2.5em;
	text-indent: -1.5em;
	display: block;
	color: #492e65;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background: #fbfbfa;
	-webkit-box-shadow: 0 0 1px 1px #FFF inset;
	-moz-box-shadow: 0 0 1px 1px #FFF inset;
	box-shadow: 0 0 1px 1px #FFF inset;
}

.archiveLow > li > a:before,
.archiveRel > li a:before {
	margin: 0 7px 0 0;
	font-weight: normal;
	font-family: 'koma';
	content: "\e609";
}

body:not(.setTb) .archiveLow > li > a:hover,
body:not(.setTb) .archiveRel > li a:hover {
	background: #f0eef3;
}

.archiveLow > li > ul {
	margin: 15px 0 20px 20px;
	padding: 0;
	overflow: hidden;
}

.archiveLow > li > ul li {
	width: 43%;
	padding: 0 0 0 3%;
	margin: 0 4% 10px 0;
	float: left;
	list-style: none;
	position: relative;
}

.archiveLow > li > ul li a {
	margin: 0 25px 0 0;
}

.archiveLow > li > ul li:before {
	color: #007AEC;
	font-family: 'koma';
	content: "\e608";
	position: absolute;
	left: 0;
}

#oneCol .secDetail.archiveRel {
	padding: 0;
}

#oneCol .archiveRel {
	margin: 0 0 30px 0;
}

#oneCol .archiveRel li {
	width: 300px;
	margin: 0 10px 10px 0;
}

#oneCol .archiveRel > li a {
	margin: 0;
}

#oneCol .archiveRel li.third {
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 768px) {
	.secDetail .archiveLow,
	.secDetail .archiveRel {
		margin: 0 0 15px;
	}
	.secDetail .archiveLow > li,
	.secDetail .archiveRel li {
		width: 100%;
		margin: 0 0 15px 0;
		float: none;
	}
	.secDetail .archiveRel li.even {
	  margin: 0 0 15px 0;
	}
	body:not(.setTb) .archiveLow > li > a:hover,
	body:not(.setTb) .archiveRel > li a:hover {
		background: #fbfbfa;
	}
	.archiveLow > li p {
		margin: 10px 0 20px 1em;
	}
	.archiveRel > li p {
		margin: 10px 0 0;
	}
	.archiveLow > li > ul {
		margin: 10px 0 15px 1em;
	}
	.archiveLow > li > ul li {
		width: auto;
		padding: 0 0 0 15px;
		margin: 0 0 10px 0;
	}
	#oneCol .archiveRel {
		margin: 0 0 30px;

	}
	#oneCol .archiveRel li {
		width: 100%;
		margin: 0 0 10px 0;
	}
}

/* ------------------------------------
	template
------------------------------------ */
.secDetail .anchorList {
	margin: 0 0 40px;
	padding: 0 0 30px 0;
	overflow: hidden;
	background: transparent url(/img/border02.png) repeat-x scroll left bottom;
}

.secDetail .anchorList > li{
	margin: 0 10px 10px 0;
	list-style: none;
	display: inline-block;
}

.secDetail .anchorList li a {
	padding: 5px 10px 5px 2.5em;
	text-indent: -1.5em;
	text-decoration: none;
	display: block;
	overflow: hidden;
	color: #492e65;
	font-size: 0.9em;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background: #f4f4fc;
	-webkit-box-shadow: 0 0 1px 1px #FFF inset;
	-moz-box-shadow: 0 0 1px 1px #FFF inset;
	box-shadow: 0 0 1px 1px #FFF inset;
}

.secDetail .anchorList li a:before {
	margin: 0 7px 0 0;
	font-weight: normal;
	vertical-align: middle;
	font-family: 'koma';
	content: "\e600";
}

body:not(.setTb) .secDetail .anchorList li a:hover {
	background: #f0eef3;
}

#oneCol .secDetail .anchorList > li {
	width: 23%;
	margin: 0px 1% 10px 0px;
}

@media only screen and (max-width: 768px) {
	#oneCol .secDetail .anchorList > li {
		width: auto;
		margin: 0px 10px 10px 0px;
	}
}

.qaArea {
	margin: 3 00px;
}

.qaArea dl {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: url(/img/border02.png) repeat-x left bottom;
}

.qaArea dl dt {
	padding: 20px 0 20px 60px;
	color: #794aa8;
	font-size: 1.3em;
	font-weight: bold;
	background: url(/img/icon_q.png) no-repeat left top;
}

.qaArea dl dd {
	padding: 20px 0 0 60px;
	background: url(/img/icon_a.png) no-repeat left top;
}

.caution01 {
	margin: 0 0 40px;
	padding: 40px 20px;
	color: #404040;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background: #f2f2f2;
}

.caution02 {
	margin: 0 0 40px;
	padding: 40px 20px;
	color: #dc0000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background: #fbeaea;
}

.caution02 p {
	color: #dc0000;
}

.caution01 a,
.caution02 a,
.caution01 a strong,
.caution02 a strong {
	font-weight: bold;
}

.caution01 p,
.caution02 p {
	margin: 0;
}

.btnCenter {
	margin: 30px 0;
	padding: 0;
	text-align: center;
}

a.btn {
	padding: 5px 30px;
	color: #FFF;
	font-size: 0.9em;
	text-decoration: none;
	text-align: left;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
	border: none;
	border: 2px solid #492e65;
	border-radius: 3px;
	background: #492e65;
}

a.btn:before {
	color: #FFF;
	vertical-align: middle;
	font-family: 'koma';
	content: "\e608";
}

.btnCenter a.btn {
	margin: 5px;
}

a.icon-arrow,
a.icon-mail,
a.icon-blank,
.tel {
	padding: 0 0 0 1.5em;
	text-indent: -1.5em;
	color: #007aec;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	vertical-align: middle;
}

.tel,
.tel a {
	color: #794aa8;
	overflow: initial;
}

a.icon-arrow:before {
	margin: 0 0 0 0;
	color: #007aec;
	vertical-align: middle;
	font-family: 'koma';
	content: "\e608";
}

a.icon-mail:before {
	margin: 0 7px 0 0;
	color: #007aec;
	vertical-align: middle;
	font-family: 'koma';
	content: "\e604";
}

a.icon-blank:before {
	margin: 0 7px 0 0;
	color: #007aec;
	vertical-align: middle;
	font-family: 'koma';
	content: "\e602";
}

.tel:before {
	margin: 0 7px 0 0;
	color: #794aa8;
	vertical-align: middle;
	font-family: 'koma';
	content: "\e607";
}

@media only screen and (min-width: 768px) {
	body:not(.setTb) a.icon-arrow:hover,
	body:not(.setTb) a.icon-mail:hover,
	body:not(.setTb) a.icon-blank:hover {
		opacity: 0.8;
	}
}

/*file link*/
.file-pdf {
	margin: 0 10px 20px 0;
	padding: 13px 10px 13px 50px;
	display: inline-block;
	line-height: 120%;
	text-decoration: none!important;
	overflow: hidden;
	vertical-align: bottom;
	background: #ffffff url(/img/icon_pdf.png) no-repeat 10px center;
	border: 1px #e8e8e8 solid;
	box-shadow: 0 0 5px #e8e8e8;
	border-radius: 5px;
}

.file-excel {
	margin: 0 10px 20px 0;
	padding: 13px 10px 13px 50px;
	display: inline-block;
	line-height: 120%;
	text-decoration: none!important;
	overflow: hidden;
	vertical-align: bottom;
	background: #ffffff url(/img/icon_excel.png) no-repeat 10px center;
	border: 1px #e8e8e8 solid;
	box-shadow: 0 0 5px #e8e8e8;
	border-radius: 5px;
}

.file-word {
	margin: 0 10px 20px 0;
	padding: 13px 10px 13px 50px;
	display: inline-block;
	line-height: 120%;
	text-decoration: none!important;
	overflow: hidden;
	vertical-align: bottom;
	background: #ffffff url(/img/icon_word.png) no-repeat 10px center;
	border: 1px #e8e8e8 solid;
	box-shadow: 0 0 5px #e8e8e8;
	border-radius: 5px;
}

.file-other {
	margin: 0 10px 20px 0;
	padding: 13px 10px 13px 50px;
	display: inline-block;
	line-height: 120%;
	text-decoration: none!important;
	overflow: hidden;
	vertical-align: bottom;
	background: #ffffff url(/img/icon_blank.png) no-repeat 10px center;
	border: 1px #e8e8e8 solid;
	box-shadow: 0 0 5px #e8e8e8;
	border-radius: 5px;
}

@media only screen and (min-width: 768px) {
	body:not(.setTb) .file-pdf:hover,
	body:not(.setTb) .file-excel:hover,
	body:not(.setTb) .file-word:hover,
	body:not(.setTb) .file-other:hover {
		opacity: 0.8;
	}
}

table .file-pdf,
table .file-excel,
table .file-word,
table .file-other {
	margin: 0;
}

a.btn-download {
	margin: 0 10px 20px 0;
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
	line-height: 120%;
	border-style: solid;
	border-width: 2px;
	border-color: #007aec;
	border-radius: 5px;
	background-color: #f1f6fb;
	background-image: -moz-linear-gradient( 90deg, rgb(233,242,249) 0%, rgb(249,251,253) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(233,242,249) 0%, rgb(249,251,253) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(233,242,249) 0%, rgb(249,251,253) 100%);
}

a.btn-download:before {
	margin: 0 7px 0 0;
	color: #ff8100;
	vertical-align: middle;
	font-family: 'koma';
	content: "\e603";
}

body:not(.setTb) a.btn-download:hover {
  background-image: -moz-linear-gradient( 90deg, rgb(249,251,253) 0%, rgb(233,242,249) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(249,251,253) 0%, rgb(233,242,249) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(249,251,253) 0%, rgb(233,242,249) 100%);
}

.figArea {
	text-align: center;
	display: block;
}

.figArea figure {
	margin: 0 20px 40px;
	text-align: center;
	width: auto;
	display: inline-block;
}

.figArea figure img {
	max-width: 600px;
	height: auto;
	vertical-align: bottom;
}

.figArea.clm2 figure {
	max-width: 270px;
}

.figArea.clm3 figure {
	max-width: 165px;
}

.figArea.clm2 figure img,
.figArea.clm3 figure img {
	max-width: 100%;
}

/*oneCol*/
#oneCol .figArea figure img {
	max-width: 880px;
	height: auto;
}

#oneCol .figArea.clm2 figure {
	max-width: 415px;
}

#oneCol .figArea.clm3 figure {
	max-width: 260px;
}

#oneCol .figArea.clm2 figure img,
#oneCol .figArea.clm3 figure img {
	max-width: 100%;
}

.figArea figcaption {
	padding: 10px 0 0 0;
	display: block;
	line-height: 120%;
	text-align: center;
	font-size: 85%;
	color: #492D65;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.secDetail .anchorList {
		margin: 0 0 20px;
		padding: 0 0 20px;
	}
	body:not(.setTb) .secDetail .anchorList li a:hover {
		background: #f4f4fc;
	}
	.qaArea {
		margin: 0;
	}
	.caution01,
	.caution02 {
		margin: 0 0 40px;
	}
	#main .secDetail .btnCenter {
		margin: 30px 0;
	}
	.figArea {
		width: 100%;
		margin: 0;
		text-align: center;
		display: block;
	}
	.figArea figure {
		width: auto;
		max-width: 100%;
		margin: 0 auto 40px;
		text-align: center;
		display: block;
		float: none;
	}
	.figArea figure img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.figArea.clm2 figure,
	.figArea.clm3 figure,
	#oneCol .figArea figure img,
	#oneCol .figArea.clm2 figure,
	#oneCol .figArea.clm3 figure {
		max-width: 100%;
	}
	.figArea figcaption {
		padding: 10px 0 0 0;
		display: block;
		line-height: 120%;
		text-align: center;
		font-size: 80%;
		background: transparent;
	}
}

/* ------------------------------------
	teacherList
------------------------------------ */
.teacherInfo {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	list-style: none;
	background: url(/img/border02.png) repeat-x left bottom;
}

.teacherInfo div.pData {
	display: table;
	vertical-align: middle;
}

.teacherInfo div.pData div {
	display: table-cell;
	vertical-align: middle;
}

.teacherInfo div.pData div img {
	margin: 0 20px 0 0;
}

.teacherInfo div.pData p {
	width: 360px;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}

.teacherInfo div.pData p .teacherName {
	font-size: 1.3em;
	font-weight: bold;
}

.teacherInfo div.pData nav {
	width: 170px;
	margin: 0;
	padding: 0;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

.teacherInfo div.pData nav a {
	margin: 0 0 10px 0;
}

.teacherInfo p.message {
	margin: 0 30px 0 0;
	padding: 10px 0 0 0;
	font-size: 0.9em;
	color: #909090;
}

@media only screen and (max-width: 768px) {
	.teacherInfo {
		margin: 0px 3% 30px;
		display: block;
	}
	.teacherInfo div.pData {
		width: 100%;
	}
	.teacherInfo div.pData p {
		width: 65%;
		display: block;
		float: left;
	}
	.teacherInfo div.pData div {
		width: 30%;
		margin: 0 5% 0 0;
		display: block;
		float: left;
	}
	.teacherInfo div.pData div img {
		width: 100%;
		margin: 0;
	}
	.teacherInfo div.pData nav {
		width: 100%;
		padding: 10px 0 0 0;
		text-align: center;
		display: block;
		clear: both;
	}
	.teacherInfo div.pData nav a {
		margin: 5px;
		display: inline-block;
	}
	.teacherInfo p.message {
		margin: 0 0 0 0;
	}
}

/* ------------------------------------
	historyList
------------------------------------ */
.secDetail .historyIcon {
	margin: 0 0 10px;
	padding: 0;
	text-align: right;
}
.secDetail .historyIcon li {
	margin: 0 0 0 30px;
	padding: 0 0 0 35px;
	display: inline-block;
	font-weight: bold;
	position: relative;
}
.historyIcon .iconKmzw:before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	background: #492e65;
	border: 2px solid #FFF;
	border-radius: 50%;
	z-index: 1;
}
.historyIcon .iconKmzw:after {
	content: "\e901";
	font-family: "hojin";
	font-size: 0.714em;
	font-weight: normal;
	color: #FFF;
	position: absolute;
	top: 4px;
	left: 8px;
	z-index: 1;
}
.historyIcon .iconGnrl:before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	background: #cdc08d;
	border: 2px solid #FFF;
	border-radius: 50%;
	z-index: 1;
}
.historyList {
	margin: 0 0 60px;
	padding: 40px 0;
	position: relative;
	overflow: hidden;
	background: url(/hojin/history/files/history-bg.png) repeat-y center top;
}
.historyList:before,
.historyList:after {
	content: "";
	width: 100%;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	z-index: 1;
}
.historyList:before {
	top: 0;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.historyList:after {
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.historyList dl {
	position: relative;
	font-weight: bold;
}
.historyList dl:before {
	content: "";
	width: 2px;
	height: 400px;
	background: #cdc08d;
	position: absolute;
	top: -50px;
	left: 130px;
	z-index: 0;
}
.historyList dt {
	width: 100px;
	padding: 0 0 20px;
	float: left;
	text-align: right;
}
.historyList dt span {
	display: block;
	font-size: 0.857em;
	font-weight: bold;
}
.historyList dd {
	width: 540px;
	padding: 0 45px 20px 60px;
	float: right;
	position: relative;
}
.historyList .kmzw dt {
	color: #000;
}
.historyList .kmzw dd {
	color: #492e65;
}
.historyList .kmzw dd:before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 18px;
	background: #492e65;
	border: 2px solid #FFF;
	border-radius: 50%;
	z-index: 1;
}
.historyList .kmzw dd:after {
	content: "\e901";
	font-family: "hojin";
	font-size: 0.714em;
	font-weight: normal;
	color: #FFF;
	position: absolute;
	top: 4px;
	left: 26px;
	z-index: 1;
}
.historyList .gnrl dt {
	color: #777;
}
.historyList .gnrl dd {
	padding: 0 45px 20px 180px;
	color: #777;
}
.historyList .gnrl dd:before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 18px;
	background: #cdc08d;
	border: 2px solid #FFF;
	border-radius: 50%;
	z-index: 1;
}
.historyList .gnrl dd:after {
	content: "";
	width: 120px;
	height: 1px;
	position: absolute;
	top: 12px;
	left: 45px;
	border-top: 1px dotted #777;
	z-index: 1;
}
.historyList dd p {
	margin: 0 0 10px;
}
.historyList dd img {
	margin: 10px 0;
}

@media only screen and (max-width: 768px) {
	.secDetail .historyIcon li {
		margin: 0 0 0 20px;
	}
	.historyList {
		padding: 40px 3%;
		font-size: 12px;
	}
	.historyList dl:before {
		left: 75px;
	}
	.historyList dt {
		width: 55px;
	}
	.historyList dd {
		width: auto;
		padding: 0px 10px 20px 100px;
		float: none;
	}
	.historyList .kmzw dd:before {
		left: 63px;
	}
	.historyList .kmzw dd:after {
		left: 71px;
	}
	.historyList .gnrl dd {
		padding: 0px 10px 20px 140px;
	}
	.historyList .gnrl dd:before {
		left: 63px;
	}
	.historyList .gnrl dd:after {
		width: 40px;
		left: 89px;
	}
}

/* ------------------------------------
	MT
------------------------------------ */
#setEntryBase .mt-enclosure-image > img {
	margin: 0px 20px 30px 30px;
}

#setEntryBase .mt-enclosure-image .mt-image-right {
	margin: 0 30px 20px 20px !important;
}

#setEntryBase .mt-enclosure-image .mt-image-left {
	margin: 0 20px 20px 30px !important;
}

#setEntryBase .mt-enclosure-image .mt-image-center {
	margin: 0 auto 20px  !important;
}

#setEntryBase .mt-enclosure-image > img,
#setEntryBase .mt-enclosure-image .mt-image-right,
#setEntryBase .mt-enclosure-image .mt-image-left,
#setEntryBase .mt-enclosure-image .mt-image-center {
	max-width: 640px;
	height: auto;
}

#setEntryBase .figArea figure .mt-enclosure-image img {
	max-width: 600px;
	height: auto;
	margin: 0;
	vertical-align: bottom;
}

#setEntryBase .figArea.clm2 .mt-enclosure-image figure {
	max-width: 270px;
}

#setEntryBase .figArea.clm3 .mt-enclosure-image figure {
	max-width: 165px;
}

#setEntryBase .figArea.clm2 figure .mt-enclosure-image img,
#setEntryBase .figArea.clm3 figure .mt-enclosure-image img {
	max-width: 100%;
}

#oneCol  #setEntryBase .thumbBox {
	margin: 0 30px 0 40px;
}

#oneCol  #setEntryBase .imgFLR {
	max-width: 920px;
	max-height: 700px;
}

@media only screen and (max-width: 768px) {
	#setEntryBase img {
		max-width: 100%;
		height: auto;
	}
	#setEntryBase .mt-image-right,
	#setEntryBase .mt-image-left {
		max-width: 50%;
		height: auto;
	}
	#setEntryBase .mt-enclosure-image > img {
		max-width: 50%;
		height: auto;
		margin: 0 20px 20px 3% !important;
	}
	#setEntryBase .mt-enclosure-image .mt-image-right {
		max-width: 50%;
		height: auto;
		margin: 0 3% 20px 20px !important;
	}
	#setEntryBase .mt-enclosure-image .mt-image-left {
		max-width: 50%;
		height: auto;
		margin: 0 20px 20px 3% !important;
	}
	#setEntryBase .mt-enclosure-image .mt-image-center {
		max-width: 100%;
		height: auto;
		margin: 0 0 20px !important;
	}
	#setEntryBase .figArea figure .mt-enclosure-image img {
		max-width: 100%;
		height: auto;
		margin: 0 !important;
	}
	#oneCol  #setEntryBase .thumbBox {
		margin: 0;
	}
	#oneCol  #setEntryBase .imgFLR {
		max-width: 100%;
		margin: 0 auto 20px;
	}
}

/* ------------------------------------
	hover opacity
------------------------------------ */
@media only screen and (min-width: 768px) {
	body:not(.setTb) .archivelist a:hover {
		opacity: 0.8;
	}
}

/* =====================================
	ClearFixElements
===================================== */
.clearfix:before,
.secDetail h1:before,
.figArea:before,
.historyList dl:before,
.clearfix:after,
.secDetail h1:after,
.figArea:after,
.historyList dl:after {
	content: " ";
	display: table;
}
.clearfix:after,
.secDetail h1:after,
.figArea:after,
.historyList dl:after {
	clear: both;
}
.clearfix,
.secDetail h1,
.figArea,
.historyList dl {
	*zoom: 1;
}
