<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =======================================

	ContentsElements

======================================= */
/* ------------------------------------
	breadcrumbs
------------------------------------ */
#breadcrumbs {
	padding: 16px 100px;
	font-size: 0.86em;
	line-height: 1.5;
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,.1);
}

#breadcrumbs a {
	text-decoration: none;
}

@media screen and (max-width: 980px){
	#breadcrumbs {
		padding: 16px 3%;
	}
}

@media screen and (max-width: 720px){
	#breadcrumbs {
		display: none;
	}
}

/* ------------------------------------
	common
------------------------------------ */
/*
.allTpc section h2,
.topics section h2,
.gallery section h2,
h2.detailTtl
*/
.allTpc section #titleArea,
.topics section #titleArea,
.gallery section #titleArea,
#titleArea {
	padding: 40px 0 20px;
	text-align: center;
}

#titleArea h2 {
	font-size: 40px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-family: 'Concert One', sans-serif;
}

#titleArea p {
	width: 640px;
	padding: 40px 0 0;
	margin: 0 auto;
	position: relative;
	color: #8A8A8A;
}

#titleArea p:before {
	content: "";
	width: 30px;
	height: 1px;
	display: block;
	background: #000;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	position: absolute;
	left: 50%;
	top:20px;
}

.topics section h2.mgn {
	margin: 0 0 40px;
}

.allTpc section &gt; h2 span,
.topics section h2 span,
.gallery section h2 span,
#titleArea h2 span,
h2.detailTtl span {
	display: block;
	margin: 12px 0 0 0;
	font-size: 12px;
}

.topics ul li a {
	text-decoration: none;
}

@media screen and (max-width: 980px){
/*
	.allTpc section h2,
	.topics section h2,
	.gallery section h2,
	h2.detailTtl {
*/
	.allTpc section #titleArea,
	.topics section #titleArea,
	.gallery section #titleArea,
	#titleArea {
		background-attachment: scroll;
	}
}

@media screen and (max-width: 720px){
	.allTpc section #titleArea,
	.topics section #titleArea,
	.gallery section #titleArea,
	#titleArea {
		padding: 40px 0 0;
	}
	#titleArea h2 {
		font-size: 35px;
		letter-spacing: 0.04em;
	}
	#titleArea p {
		width: auto;
		padding: 40px 6% 0;
	}
}

/* ------------------------------------
	all
------------------------------------ */
.allTpc {
	position: relative;
}

.allTpc ul {
	width: 1160px;
	margin: 0 auto;
	padding: 40px 0 50px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.allTpc li {
	width: 22%;
	margin: 0 4% 40px 0;
	position: relative;
}

.allTpc li:nth-of-type(4n) {
	margin-right: 0;
}

.allTpc li a {
	display: block;
	text-decoration: none;
}

.allTpc li figure {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
}

.allTpc li img {
	width: 100%;
	height: auto;
	position: relative;
}

.allTpc li article {
	position: relative;
}

.allTpc li article .ttlWrap {
	width: 100%;
	height: auto;
	padding: 20px 0 0;
	position: relative;
}

.allTpc li article .ttl span.date {
	padding: 0 0 0 20px;
	display: inline-block;
	position: relative;
	line-height: 1.5;
	color: #8A8A8A;
	font-family: 'Concert One', sans-serif;
	position: absolute;
	top: 20px;
	right: 0;
}

.allTpc li article .ttl span.date:before {
	content: "";
	width: 10px;
	height: 1px;
	border-top: 1px solid rgba(0,0,0,.2);
	position: absolute;
	top: 10px;
	left: 0;
}

.allTpc li article .ttl span.tag {
	margin: 0 0 10px;
	color: #492D65;
	font-weight: bold;
}

.allTpc li article .ttl h3 {
	margin: 10px 0;
	font-size: 1em;
	line-height: 1.5;
	color: #000;
}

.allTpc li article .ttl p {
	display: none;
}

@media only screen and (max-width: 1160px) {
	.allTpc ul {
		width: 94%;
	}
}

@media screen and (max-width: 980px){
	.allTpc ul {
		width: 96%;
		margin: 0 auto;
	}
	.allTpc li,
	.allTpc li:nth-of-type(4n) {
		width: 30%;
		margin: 0 5% 30px 0;
		position: relative;
		background: #FFF;
		font-size: 0.875em;
	}
	.allTpc li:nth-of-type(3n) {
		margin-right: 0;
	}
	.allTpc li article .ttlWrap {
		width: 100%;
		height: auto;
		padding: 10px 0 0;
		position: relative;
	}
}

@media screen and (max-width: 720px){
	.allTpc ul li,
	.allTpc li:nth-of-type(3n),
	.allTpc li:nth-of-type(4n) {
		width: 45%;
		margin: 0 2% 20px;
		position: relative;
		background: #FFF;
		font-size: 0.875em;
	}
	.allTpc li:nth-of-type(2n) {
		margin-right: 0;
	}
	.allTpc li article .ttl span.date {
		display: block;
		margin: 0;
		text-align: right;
		top: 2.5em;
	}
	.allTpc li article .ttl span.tag {
		display: block;
		padding: 0 0 1em;
	}
	.allTpc ul li h3 {
		margin: 0;
	}
	.allTpc ul li p {
		display: none;
	}
}

/* ------------------------------------
	topics
------------------------------------ */
.sort {
	margin: 0 0 40px;
	text-align: right;
	display: none;
}

.topics {
	position: relative;
}

.topics ul.topicWrap {
	width: 1160px;
	margin: 0 auto;
	padding: 40px 0 50px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.topics ul li {
	display: block;
	width: 30%;
	margin: 0 5% 50px 0;
	position: relative;
}

.topics li:nth-of-type(3n) {
	margin-right: 0;
}

.topics ul li a {
	display: block;
	text-decoration: none;
}

.topics ul li div {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.topics ul li figure {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
}

.topics ul li figure img {
	width: 100%;
	height: auto;
	position: relative;
}

.topics ul li .bdWrap {
	width: 100%;
	height: auto;
	padding: 20px 0 0;
	position: relative;
}

.topics ul li .category {
	display: block;
}

.topics ul li .category span {
	margin: 0 0 10px;
	color: #492D65;
	font-weight: bold;
}

.topics ul li .date {
	padding: 0 0 0 20px;
	display: inline-block;
	position: relative;
	line-height: 1.5;
	color: #8A8A8A;
	font-family: 'Concert One', sans-serif;
	position: absolute;
	top: 20px;
	right: 0;
}

.topics ul li .date:before {
	content: "";
	width: 10px;
	height: 1px;
	border-top: 1px solid rgba(0,0,0,.2);
	position: absolute;
	top: 10px;
	left: 0;
}

.topics ul li h3 {
	margin: 10px 0;
	font-size: 1.25em;
	line-height: 1.5;
	color: #000;
}

.topics ul li p {
	padding: 0 0 2em;
	color: #8A8A8A;
	font-size: 0.85em;
	letter-spacing: 0.02em;
}

@media only screen and (max-width: 1160px) {
	.topics ul.topicWrap {
		width: 94%;
	}
}

@media screen and (max-width: 980px){
	.topics ul.topicWrap {
		width: 96%;
		margin: 0 auto;
	}
	.topics ul.topicWrap li {
		width: 45%;
		margin: 0 2% 30px;
		position: relative;
		background: #FFF;
		font-size: 0.875em;
	}
	.topics ul li div {
		width: 100%;
		height: auto;
	}
	.topics ul li figure {
		width: 100%;
	}
	.topics ul li figure img {
		width: 100%;
		height: auto;
		position: static;
	}
	.topics ul li .category span {
		display: block;
	}
	.topics ul li h3 {
		padding: 0;
		font-size: 1em;
	}
	.topics ul li p {
		padding: 0 2em;
	}
}

@media screen and (max-width: 720px){
	.sort {
		text-align: center;
	}
	.topics ul li .bdWrap {
		padding: 10px 0 0;
	}
	.topics ul li .category span {
		padding: 0 0 1em;
		display: block;
	}
	.topics ul li .date {
		display: block;
		top: 2.5em;
	}
	.topics ul li h3 {
		margin: 0;
	}
	.topics ul li p {
		display: none;
	}
}

/* ------------------------------------
	gallery
------------------------------------ */
.gallery ul.galleryWrap {
	width: 1160px;
	margin: 0 auto;
	padding: 40px 0 50px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.gallery li {
	width: 30%;
	margin: 0 5% 50px 0;
	position: relative;
}

.gallery li:nth-of-type(3n) {
	margin-right: 0;
}

.gallery li a {
	display: block;
	text-decoration: none;
}

.gallery ul li div {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.gallery ul li figure {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 20px;
}

.gallery ul li figure img {
	width: 100%;
	height: auto;
}

.gallery ul li .bdWrap {
	width: 100%;
	height: auto;
	padding: 20px 0 0;
	position: relative;
}

.gallery ul li .category {
	font-weight: bold;
}

.gallery ul li .date {
	padding: 0 0 0 20px;
	display: block;
	position: relative;
	line-height: 1.5;
	color: #8A8A8A;
	font-family: 'Concert One', sans-serif;
	position: absolute;
	top: 20px;
	right: 0;
}

.gallery ul li .date:before {
	content: "";
	width: 10px;
	height: 1px;
	border-top: 1px solid rgba(0,0,0,.2);
	position: absolute;
	top: 10px;
	left: 0;
}

.gallery ul li h3 {
	margin: 10px 0;
	font-size: 1.143em;
	line-height: 1.5;
	color: #000;
}

.gallery ul li .more {
	display: none;
}

@media only screen and (max-width: 1160px) {
	.gallery ul.galleryWrap {
		width: 94%;
	}
}

@media screen and (max-width: 980px){
	.gallery ul.galleryWrap {
		width: 90%;
		margin: 0 auto;
	}
	.gallery ul.galleryWrap li,
	.gallery ul.galleryWrap li:nth-of-type(3n) {
		width: 48%;
		margin: 0 4% 4% 0;
		position: relative;
		font-size: 0.875em;
	}
	.gallery ul.galleryWrap li:nth-of-type(2n) {
		margin-right: 0;
	}
	.gallery ul li div {
		width: 100%;
		height: auto;
	}
	.gallery ul li figure {
		width: 100%;
		height: auto;
	}
	.gallery ul li figure img {
		width: 100%;
		height: auto;
	}
	.gallery ul li h3 {
		font-size: 1em;
	}
}
@media screen and (max-width: 720px){
	.gallery ul li .bdWrap {
		padding: 10px 0 0;
	}
	.gallery ul li .category {
		padding: 0 0 1em;
		display: block;
	}
	.gallery ul li .date {
		display: block;
		top: 2.5em;
	}
}

/* ------------------------------------
	pagination
------------------------------------ */
.pagiNation {
	width: 100%;
	padding: 40px 0;
	min-height: 1em;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,.1);
}

.pagiNation ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
}

.pagiNation ul li {
	margin: 0 3px;
	display: inline-block;
}

.pagiNation ul li a {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: relative;
	display: table-cell;
	overflow: hidden;
	color: rgba(0,0,0,.5);
	vertical-align: middle;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	border: 1px solid rgba(0,0,0,.1);
	font-family: 'Concert One', sans-serif;
}

.pagiNation ul li a:before {
	display:block;
	content:"";
	width:44px;
	height:44px;
	border:22px double rgba(0,0,0,0);
	border-radius:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left:50%;
	z-index:-1;
}

.pagiNation ul li.pnFirst,
.pagiNation ul li.pnPrev {
	margin: 0 20px 0 0;
}

.pagiNation ul li.pnNext,
.pagiNation ul li.pnLast {
	margin: 0 0 0 20px;
}

.pagiNation ul li.pnFirst a,
.pagiNation ul li.pnPrev a,
.pagiNation ul li.pnNext a,
.pagiNation ul li.pnLast a {
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
}

.pagiNation ul li.pnFirst a:before,
.pagiNation ul li.pnPrev a:before,
.pagiNation ul li.pnNext a:before,
.pagiNation ul li.pnLast a:before {
	display: none;
}

.pagiNation ul li a:link,
.pagiNation ul li a:visited,
.pagiNation ul li a:active,
.pagiNation ul li a:hover {
	text-decoration:none;
}

.pagiNation ul li.pnAcv a {
	color: #FFF;
	cursor: default;
	background: #000;
}

@media only screen and (min-width: 720px) {
	body:not(.setTb) .pagiNation ul li a:hover {
		color: #000;
		border: 1px solid rgba(0,0,0,1);
	}
	body:not(.setTb) .pagiNation ul li a:hover:before {
		width:0;
		height:0;
		border:0 double rgba(0,0,0,1);
		transition: all 0.3s ease-out;
	}
	body:not(.setTb) .pagiNation ul li.pnAcv a:hover {
		color: #FFF;
		background: #000;
	}
	body:not(.setTb) .pagiNation ul li.pnFirst a:hover,
	body:not(.setTb) .pagiNation ul li.pnPrev a:hover,
	body:not(.setTb) .pagiNation ul li.pnNext a:hover,
	body:not(.setTb) .pagiNation ul li.pnLast a:hover {
		padding: 0;
		color: #000;
		background: none;
		border: none;
		border-radius: 0;
	}
}

@media only screen and (max-width: 720px) {
	.pagiNation{
		width: 94%;
		margin: 0;
		padding: 30px 3%;
	}
	.pagiNation ul {
		width: 90%;
		padding: 0 0 3em;
		position: relative;
	}
	.pagiNation ul li {
		margin: 0 1px;
		display: inline-block;
	}
	.pagiNation ul li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.pagiNation ul li.pnFirst {
		margin: 0 5px 0 0;
		font-size: 0.875em;
		position: absolute;
		top: 0;
		left: 0;
	}
	.pagiNation ul li.pnLast {
		margin: 0 0 0 5px;
		font-size: 0.875em;
		position: absolute;
		top: 0;
		right: 0;
	}
	.pagiNation ul li.pnPrev,
	.pagiNation ul li.pnNext {
		width: 48%;
		margin: 0;
		position: absolute;
		bottom: 0;
	}
	.pagiNation ul li.pnPrev {
		left: 0;
	}
	.pagiNation ul li.pnNext {
		right: 0;
	}
	.pagiNation ul li.pnPrev a,
	.pagiNation ul li.pnNext a {
		width: 100%;
		display: block;
		padding: 0.3em 0 0;
		border: 1px solid rgba(0, 0, 0, .1);
	}
}

/* ------------------------------------
	sortArea
------------------------------------ */
#sortArea {
	padding: 40px 0;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

#sortArea h2 {
	margin: 0 0 30px;
	font-size: 1.29em;
	line-height: 1;
	letter-spacing: 2px;
}

#sortArea ul {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#sortArea ul li {
	width: 18%;
	margin: 0 1% 10px;
	display: block;
}

#sortArea ul li a {
	width: 100%;
	padding: 9px 0;
	display: block;
	overflow: hidden;
	font-size: 0.86em;
	line-height: 1;
	color: rgba(0, 0, 0, .5);
	border: 1px solid rgba(0, 0, 0, .1);
	text-decoration: none;
}
#sortArea ul li.active a {
	color: #fff;
	background: #000;
}

@media only screen and (max-width: 980px) {
	#sortArea {
		width: 96%;
		margin: 0 auto 50px;
	}
	#sortArea ul li {
		width: 48%;
	}
}

/* ------------------------------------
	detail
------------------------------------ */
#wrapper #titleArea {
	display: none;
}

#wrapInner {
	width: 1160px;
	margin: 0 auto 60px;
	padding: 40px 0 40px;
}

#mainCont {
	width: 67.3%;
	float: left;
}

#mainCont .secDetail {
	margin: 0 0 40px;
	background: #FFF;
}

#mainCont .secDetail .mainCatch {
	width: 100%;
	height: auto;
}

.secDetail .atclInfo {
	padding: 0 0 30px;
	color: #8A8A8A;
	font-family: 'Concert One',sans-serif;
}

.secDetail .atclInfo span {
	margin: 0 0 0 1em;
	color: #492D65;
	font-weight: bold;
}

#mainCont .secDetail h1 {
	margin: 0 0 50px;
	line-height: 1.4;
	font-size: 2em;
}

#mainCont .secDetail h2 {
	margin: 30px 0 10px;
	padding: 13px 20px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.375em;
	background: rgba(0,0,0,.1);
	border-top: 1px solid #f5f3f7;
	border-bottom: 1px solid #f5f3f7;
}

#mainCont .secDetail h3 {
	margin: 30px 0 20px;
	padding: 0 0 15px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.375em;
	position: relative;
	border-bottom: 5px solid #f5f3f7;
}

#mainCont .secDetail h3:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -4px;
	background: rgba(0,0,0,.1);
}

#mainCont .secDetail h4 {
	margin: 30px 0 20px 0;
	padding: 0 0 0 15px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.25em;
	position: relative;
}

#mainCont .secDetail h4:before {
	content: "";
	width: 8px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 5px;
	background: rgba(0,0,0,.1);
}

#mainCont .secDetail h4:after {
	content: "";
	width: 8px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 6px;
	background: #000;
}

#mainCont .secDetail h5,
#mainCont .secDetail h6 {
	margin: 30px 0 20px 0;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.15em;
}

#mainCont .secDetail h5 {
	font-size: 1.25em;
}

#mainCont .secDetail h6 {
	font-size: 1.125em;
}

.secDetail .profile {
	margin: 0 0 15px;
	/* display: inline-block; */
	text-align: center;
	overflow: hidden;
}

.secDetail .profile dl {
	color: #8A8A8A;
}

.secDetail .profile dl dt {
	margin: 15px 0 10px;
	font-weight: bold;
}

.secDetail .profile dl dd {
	font-size: 0.86em;
}

.secDetail .profile img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

#mainCont .secDetail p {
	margin: 0 0 30px;
	line-height: 2.2;
}

#oneCol #mainCont .secDetail p {
	margin: 0 45px 30px;
	line-height: 2.4;
}

.secDetail hr {
	height: 3px;
	margin: 50px 30px;
	border: 0;
	clear: both;
	background: url(/plus/files/hr.png) repeat-x left center;
}

.secDetail ul,
.secDetail ol {
	margin: 0 30px 30px;
	color: #787878;
}

.secDetail ul li {
	margin: 0 0 20px 20px;
	list-style: disc;
}

.secDetail ol li {
	margin: 0 0 20px 20px;
	list-style: decimal;
}

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

.secDetail .important {
	color: #dc0000;
}

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

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

@media only screen and (max-width: 1160px) {
	#wrapInner {
		width: 94%;
	}
}

@media only screen and (max-width: 980px) {
	#wrapInner {
		margin: 0 auto 60px;
	}
	#mainCont {
		width: 70%;
	}
	.secDetail .profile {
		display: block;
	}
	.secDetail .profile img {
		margin:  0 auto;
		float: none;
		display: block;
	}
	.secDetail .profile dl {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 720px) {
	#wrapInner {
		margin: 0 auto;
	}
	#mainCont {
		width: 100%;
	}
	.secDetail .atclInfo {
		padding: 0 3%;
	}
	#mainCont .secDetail h1 {
		margin: 0 3% 30px;
	}
	#mainCont .secDetail h2 {
		margin: 30px 3% 10px;
		padding: 13px 3%;
	}
	#mainCont .secDetail h3 {
		margin: 30px 3% 20px;
	}
	#mainCont .secDetail h4 {
		margin: 30px 3% 20px;
	}
	#mainCont .secDetail h5,
	#mainCont .secDetail h6 {
		margin: 30px 3% 20px;
	}
	.secDetail .profile {
		margin: 0 0 30px;
		padding: 20px 10%;
	}
	.secDetail .profile dl dd {
		font-size: 1em;
	}
	#mainCont .secDetail p,
	#oneCol #mainCont .secDetail p {
		margin: 0 3% 30px;
	}
	.secDetail hr {
		margin: 50px 3%;
	}
	.secDetail ul,
	.secDetail ol {
		margin: 0 3% 30px;
	}
	.secDetail ul li {
		margin: 0 0 20px 20px;
	}
	.secDetail ol li {
		margin: 0 0 20px 20px;
	}
}

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

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

.secDetail ul,
.secDetail ol {
	margin: 0 30px 40px;
}

.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 &gt; li { list-style: disc;}
.secDetail ol &gt; li { list-style: decimal;}

.secDetail ul.noIndent {
	padding: 0;
}

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

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

#oneCol .secDetail table {
	width: 970px;
	margin: 0 30px 40px 30px;
	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: #492d65;
	border: 1px #492d65 solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

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

.secDetail table tbody th {
	font-weight: bold;
	background: rgba(0,0,0,.1);
	border: 1px solid #b1b1b1;
}

.secDetail table tbody td {
	border: 1px solid #b1b1b1;
	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;
}

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

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

#mainCont .secDetail .important {
	color: #dc0000;
}

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

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

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

#mainCont .secDetail .sideMrgn {
	margin: 0 30px;
}

.secDetail a {
	color: #492d65;
	word-break: break-all;
}

.secDetail .imgBox {
	margin: 0 30px;
	overflow: hidden;
}

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

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

@media only screen and (min-width: 720px) {
	body:not(.setTb) .secDetail a:hover img {
		opacity: 0.6;
		filter: alpha(opacity=60);
		-webkit-filter: opacity(0.6);
		-moz-filter: opacity(0.6);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
}

.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;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
}

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

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

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

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

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

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

.calendarTable table,
#oneCol .calendarTable table  {
	width: 70%;
	margin: 0 auto 40px;
	font-size: 80%;
	overflow: hidden;
}

.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;
}

.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 30px 30px 30px;
	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(/plus/files/ico-aside.png) top left no-repeat;
	position: absolute;
	top: -15px;
	left: 20px;
}

#mainCont .secDetail aside p {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	line-height: 1.8;
}

/*.secDetail .relative*/
.secDetail .relative {
	margin: 0 30px 20px;
	padding: 0;
	background: #FFF;
	box-shadow: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-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: 980px) {
	.secDetail table {
		width: 90%;
		margin: 0px auto 20px;
	}
	#oneCol .secDetail table {
		width: 93%;
		margin: 0px auto 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 30px 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 #b1b1b1;
		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;
	}
	#mainCont .secDetail .point {
		margin: 0px 3% 20px;
		padding: 10px 3%;
	}
	.secDetail .sideMrgn {
		margin: 0 3%;
	}
	.secDetail .imgBox {
		margin: 0px 3%;
	}
	.secDetail .imgBox img {
		margin: 0 auto 20px;
		max-width: 100%;
		height: auto;
	}
}

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

	.secDetail h4,
	.secDetail h5,
	.secDetail h6 {
		margin: 0 3% 20px;
	}
	.secDetail hr {
		margin: 30px 3%;
	}
	.secDetail ul,
	.secDetail ol {
		margin: 0 3% 20px;
		padding: 0 0 0 1em;
	}
	#oneCol .secDetail table {
		width: 90%;
	}
	.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 aside {
		margin: 0 3% 30px;
		padding: 30px 30px 10px 50px;

	}
	/*.secDetail .relative*/
	.secDetail .relative {
		margin: 0 0 20px;
	}
	.secDetail .relative li {
		width: 94%;
		margin: 0 3%;
		float: none;
	}
	.secDetail .relative li.odd {
		width: 94%;
		margin: 0 3%;
	}

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

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

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

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

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

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

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

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

#mainCont .secDetail .archiveRel &gt; li p {
	margin: 15px 0 0 0;
	font-size: 0.9em;
}

.archiveLow &gt; li &gt; a,
.archiveRel &gt; li a {
	padding: 10px 10px 10px 2.5em;
	text-indent: -1.5em;
	display: block;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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 &gt; li &gt; a:before,
.archiveRel &gt; li a:before {
	margin: 0 7px 0 0;
	font-weight: normal;
	font-family: 'komazawa';
	content: "\e609";
}

body:not(.setTb) .archiveLow &gt; li &gt; a:hover,
body:not(.setTb) .archiveRel &gt; li a:hover {
	background: #e3f4fc;
}

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

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

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

.archiveLow &gt; li &gt; ul li:before {
	color: #492d65;
	font-family: 'komazawa';
	content: "\e90a";
	position: absolute;
	left: 0;
}

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

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

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

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

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

@media only screen and (max-width: 720px) {
	.secDetail .archiveLow,
	.secDetail .archiveRel {
		margin: 0 3% 15px;
	}
	.secDetail .archiveLow &gt; 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 &gt; li &gt; a:hover,
	body:not(.setTb) .archiveRel &gt; li a:hover {
		background: #fbfbfa;
	}
	.archiveLow &gt; li p {
		margin: 10px 0 20px 1em;
	}
	.archiveRel &gt; li p {
		margin: 10px 0 0;
	}
	.archiveLow &gt; li &gt; ul {
		margin: 10px 0 15px 1em;
	}
	.archiveLow &gt; li &gt; ul li {
		width: auto;
		padding: 0 0 0 15px;
		margin: 0 0 10px 0;
	}
	#oneCol .archiveRel {
		margin: 0 3% 30px 3%;

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

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

.secDetail .anchorList &gt; 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;
	font-size: 0.9em;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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: 'komazawa';
	content: "\e600";
}

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

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

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

.qaArea {
	margin: 30px;
}

.qaArea dl {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: url(/plus/files/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(/plus/files/icon_q.png) no-repeat left top;
}

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

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

.caution02 {
	margin: 0 30px 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;
	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 #492d65;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #492d65;
}

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

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

#mainCont .secDetail p .btn {
	font-size: 0.76em;
	line-height: 1.8;
}

body:not(.setTb) #main a.btnBasic:hover,
body:not(.setTb) a.btn:hover {
	color: #492e65;
	background: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	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;
}

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

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

a.icon-arrow:before {
	margin: 0 0 0 0;
	color: #492d65;
	vertical-align: middle;
	font-family: 'komazawa';
	content: "\e90a";
}

a.icon-mail:before {
	margin: 0 7px 0 0;
	color: #492d65;
	vertical-align: middle;
	font-family: 'komazawa';
	content: "\e916";
}

a.icon-blank:before {
	margin: 0 7px 0 0;
	color: #492d65;
	vertical-align: middle;
	font-family: 'komazawa';
	content: "\e937";
}

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

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

		filter: alpha(opacity=60);
		-webkit-filter: opacity(0.6);
		-moz-filter: opacity(0.6);
	}
}

/*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(../files/icon_pdf.png) no-repeat 10px center;
	border: 1px #e8e8e8 solid;
	box-shadow: 0 0 5px #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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(../files/icon_excel.png) no-repeat 10px center;
	border: 1px #e8e8e8 solid;
	box-shadow: 0 0 5px #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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(../files/icon_word.png) no-repeat 10px center;
	border: 1px #e8e8e8 solid;
	box-shadow: 0 0 5px #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-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(../files/icon_blank.png) no-repeat 10px center;
	border: 1px #e8e8e8 solid;
	box-shadow: 0 0 5px #e8e8e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media only screen and (min-width: 720px) {
	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.6;
		filter: alpha(opacity=60);
		-webkit-filter: opacity(0.6);
		-moz-filter: opacity(0.6);
	}
}

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: #492d65;
	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: 'komazawa';
	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 {
	margin: 0 30px;
	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: #8A8A8A;
	font-weight: bold;
}

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

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

@media only screen and (max-width: 720px) {
	.secDetail .anchorList {
		margin: 0 3% 20px;
		padding: 0 0 20px;
	}
	body:not(.setTb) .secDetail .anchorList li a:hover {
		background: #f4f4fc;
	}
	.qaArea {
		margin: 0 3%;
	}
	.caution01,
	.caution02 {
		margin: 0 3% 40px;
	}
	#main .secDetail .btnCenter {
		margin: 30px 3%;
	}
	.figArea {
		width: 94%;
		margin: 0 3%;
		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;
	}
	.praceArea {
		margin: 0 3% 30px;
	}
}

/* ------------------------------------
	teacherList
------------------------------------ */
.teacherInfo {
	margin: 0 30px 20px 30px;
	padding: 0 0 20px 0;
	list-style: none;
	background: url(/plus/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 {
	width: 90px;
	height: auto;
	margin: 0 20px 0 0;
}

#mainCont .secDetail .teacherInfo div.pData p {
	width: 360px;
	margin: 0;
	line-height: 1.8;
	display: table-cell;
	vertical-align: middle;
}

.teacherInfo div.pData p .teacherName {
	font-size: 1.1em;
	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: 980px) {
	.teacherInfo {
		margin: 0px 3% 30px;
		display: block;
	}
	.teacherInfo div.pData {
		width: 100%;
	}
	#mainCont .secDetail .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;
	}
}

/* ------------------------------------
	gallery
------------------------------------ */
.secDetail .thumbList {
	margin: 0 0 10px;
	overflow: hidden;
}

.secDetail .thumbList li {
	width: 31%;
	margin: 0 3.5% 30px 0;
	list-style: none;
	float: left;
}

.secDetail .thumbList li:nth-child(3n) {
	margin: 0 0 30px 0;
}

.secDetail .thumbList li div {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.secDetail .thumbList li figure {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
}

.secDetail .thumbList li figure img {
	width: 100%;
	height: auto;
	position: relative;
}

.secDetail .thumbList li .btnDetail {
	width: 100%;
	height: auto;
	margin: 10px 0 0;
	overflow: hidden;
	text-align: center;
}

.secDetail .thumbList li .btnDetail a {
	padding: 9px 0;
	color: rgba(0,0,0,.5);
	text-decoration: none;
	display: block;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 2em;
	transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 720px) {
	body:not(.setTb) .secDetail .thumbList li .btnDetail a:hover {
		color: #000;
		border-color: #000;
	}
}

@media only screen and (max-width: 980px) {
	.secDetail .thumbList {
		margin: 0 3%;
		padding: 0;
	}
	.secDetail .thumbList li div,
	.secDetail .thumbList li figure {
		height: auto;
	}
	.secDetail .thumbList li figure img {
		width: 100%;
		height: auto;
		position: static;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0);
	}
}

@media only screen and (min-width: 720px) {
	body:not(.setTb) .secDetail .thumbList li a:hover img {
		opacity: 0.9;
		filter: alpha(opacity=90);
		-webkit-filter: opacity(0.9);
		-moz-filter: opacity(0.9);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}

/* ------------------------------------
	detail share
------------------------------------ */
.share {
	margin: 0 0 20px;
	text-align: center;
}

.share h3 {
	margin: 0 0 25px;
	text-align: center;
	font-weight: bold;
	font-size: 1.15em;
}

.share ul li {
	margin: 0 8px 20px;
	display: inline-block;
}

.share ul li a {
	width: 280px;
	padding: 20px 0;
	display: block;
	overflow: hidden;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	color: #FFF;
	border-radius: 6px;
}

.share ul li.sFb a {
	background: #3b5998;
	box-shadow: 0 5px 0 #132e67;
}

.share ul li.sFb a:before {
	margin: 0 20px 0 0;
	color: #FFF;
	font-family: 'komazawa';
	content: "\e922";
}

.share ul li.sTw a {
	background: #55acee;
	box-shadow: 0 5px 0 #2b84c7;
}

.share ul li.sTw a:before {
	margin: 0 20px 0 0;
	color: #FFF;
	font-family: 'komazawa';
	content: "\e924";
}

.share ul li a:hover {
	box-shadow: none;
	transform: translate3d(0, 5px, 0);
}

@media only screen and (max-width: 720px) {
	.share ul li {
		margin: 0 0 20px;
	}
}

/* ------------------------------------
	detail relation
------------------------------------ */
.relation {
	padding: 30px 0;
	position: relative;
}

.relation &gt; div {
	padding: 0 0 20px;
}

.relation h3 {
	padding: 0 0 10px;
	font-size: 1.15em;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.relation h3 span {
	font-size: 0.88em;
	color: #8A8A8A;
}

.relation article {
	width: 48%;
	margin: 0 4% 0 0;
	float: left;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.relation article a {
	padding: 15px 0;
	display: block;
	overflow: hidden;
	color: #000;
	text-decoration: none;
}

.relation article:nth-child(even) {
	margin: 0;
}

.relation article img {
	width: 80px;
	height: 80px;
	margin: 0 15px 0 0;
	border-radius: 20px;
	float: left;
	box-sizing: border-box;
}

.relation article span {
	margin: 5px 0 0;
	display: block;
	font-size: 0.86em;
	color: #8A8A8A;
}

.relation article h4 {
	line-height: 1.3;
}

@media only screen and (max-width: 980px) {
	.relation article {
		width: 48%;
		margin: 0 4% 0 0;
	}
}

@media only screen and (max-width: 720px) {
	.relation {
		margin: 0 0 60px;
		padding: 15px 3%;
	}
	.relation article {
		width: 100%;
		margin: 0;
		float: none;
	}
}

/* ------------------------------------
	archiveLine
------------------------------------ */
.archiveLine {
	padding: 40px 3%;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.archiveLine a {
	padding: 0 0 0 20px;
	display: inline-block;
	overflow: hidden;
	color: #492e65;
	font-weight: bold;
	font-size: 1.29em;
	text-decoration: none;
	position: relative;
}

.archiveLine a:before {
	font-family: 'komazawa';
	content: "\e90a";
	font-size: 1em;
	position: absolute;
	left: 0;
	top: 0;
}

/* ------------------------------------
	detail sub
------------------------------------ */
#sub {
	width: 28.3%;
	float: right;
	border-left: 1px solid rgba(0,0,0,.1);
}

#sub section {
	margin: 0 0 10px;
	background: #FFF;
}

.latest {
	padding: 0 0 30px 15%;
	position: relative;
}

.latest h2,
.category h2,
.tagList h2,
.bnr h2 {
	padding: 0 0 20px;
	font-size: 30px;
	text-align: center;
	line-height: 1.3;
	font-family: 'Concert One', sans-serif;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#sub h2 span {
	display: block;
	margin: 12px 0 0 0;
	font-size: 12px;
}

.latest article {
	width: 100%;
	margin: 0 30px 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.latest article:last-child {
	border-bottom: none;
}

.latest article a {
	padding: 15px 0;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.latest article:nth-child(even) {
	margin: 0;
}

.latest article img {
	width: 80px;
	height: 80px;
	margin: 0 15px 0 0;
	float: left;
	border-radius: 20px;
	box-sizing: border-box;
}

.latest article span {
	margin: 5px 0 0;
	display: block;
	font-size: 0.86em;
	font-family: 'Concert One',sans-serif;
	color: #8A8A8A;
}

.latest article h4 {
	padding: 0 0 0 95px;
	line-height: 1.3;
	font-size: 0.9em;
	color: #000;
}

#sub .category {
	padding: 0 0 30px 15%;
	position: relative;
}

.category dl {
	margin: 20px 0 0;
}

.category dl:last-child {
	margin: 20px 0;
}

.category dl dt {
	font-weight: bold;
}

.category dl dd {
	padding: 0 0 0 15px;
}

.category dl dd li {
	margin: 0 0 5px;
	color: #492e65;
}

#sub .tagList {
	margin: -40px 0 0;
}

.tagList ul {
	margin: 20px 0 0;
	text-align: center;
}

.tagList ul li {
	display: inline-block;
}

#sub section.bnr {
	padding: 0 0 30px 15%;
	margin: 0;
}

.bnr ul li {
	margin: 0 0 10px;
	padding: 15px 0 0;
}

.bnr ul li a {
	display: block;
}

.bnr ul li img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 980px) {
	#sub {
		width: 27%;
	}
	.latest article h4 {
		padding: 0;
	}
}

@media only screen and (max-width: 720px) {
	#sub {
		width: 100%;
		border-left: none;
	}
	#sub section {
		padding: 20px 3%;
	}
	#sub .category,
	#sub section.bnr {
		padding: 0 3%;
	}
	.latest article h4 {
		padding: 0 0 0 95px;
	}
}

/* ------------------------------------
	detail One Column
------------------------------------ */
#oneCol #mainCont {
	width: 1160px;
	float: none;
}

#oneCol #mainCont .galleryDetail {
	margin: 0;
}

#oneCol .galleryDetail .atclInfo {
	padding: 0 0 20px;
}

#oneCol .galleryDetail .atclTag {
	margin: 0 0 0 30px;
	display: inline-block;
}

#oneCol #mainCont .galleryDetail h1 {
	margin: 0 0 50px;
}

#oneCol .galleryDetail .thumbList {
	margin: 0;
	overflow: hidden;
}

#oneCol .galleryDetail .thumbList li {
	width: 22%;
	margin: 0 4% 40px 0;
	list-style: none;
	float: left;
}

#oneCol .galleryDetail .thumbList li:nth-child(4n) {
	margin: 0 0 40px 0;
}

#oneCol .galleryDetail .thumbList li div {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#oneCol .galleryDetail .thumbList li figure {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 5px;
}

#oneCol .galleryDetail .thumbList li figure img {
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
}

#oneCol .galleryDetail .thumbList li .btnDetail {
	width: 100%;
	height: auto;
	margin: 10px 0 0;
	overflow: hidden;
	text-align: center;
}

#oneCol .galleryDetail .thumbList li .btnDetail a {
	padding: 9px 0;
	color: rgba(0,0,0,.5);
	text-decoration: none;
	display: block;
	border: 1px solid rgba(0,0,0,.1);
	transition: all 0.3s ease-in-out;
	border-radius: 2em;
}

@media only screen and (min-width: 720px) {
	body:not(.setTb)#oneCol .galleryDetail .thumbList li .btnDetail a:hover {
		color: #000;
		border-color: #000;
	}
}

#oneCol .relation {
	padding: 20px 0;
}

#oneCol .relation article {
	width: 31%;
	margin: 0 3.5% 0 0;
}

#oneCol .relation article:nth-child(3n) {
	margin: 0;
}

@media only screen and (max-width: 980px) {
	#oneCol #mainCont {
		width: 100%;
		float: none;
	}
	#oneCol .galleryDetail .atclInfo {
		padding: 30px;
	}
	#oneCol #mainCont .galleryDetail h1 {
		margin: 0 30px 20px;
	}
	#oneCol .galleryDetail .thumbList {
		margin: 0 30px 0;
	}
	#oneCol .galleryDetail .thumbList li,
	#oneCol .galleryDetail .thumbList li:nth-child(4n) {
		width: 32%;
		margin: 0 2% 20px 0;
	}
	#oneCol .galleryDetail .thumbList li:nth-child(3n) {
		margin: 0 0 20px 0;
	}
	#oneCol .galleryDetail .thumbList li div {
		width: 100%;
		height: auto;
	}
	#oneCol .relation {
		padding: 20px 30px;
	}
	#oneCol .relation article,
	#oneCol .relation article:nth-child(3n) {
		width: 48%;
		margin: 0 4% 0 0;
	}
	#oneCol .relation article:nth-child(2n) {
		width: 48%;
		margin: 0;
	}
}

@media only screen and (max-width: 720px) {
	#oneCol .galleryDetail .atclInfo {
		padding: 0 3%;
	}
	#oneCol #mainCont .galleryDetail h1 {
		margin: 0 3% 30px;
	}
	#oneCol .galleryDetail .thumbList {
		margin: 0 3% 0;
	}
	#oneCol .galleryDetail .thumbList li,
	#oneCol .galleryDetail .thumbList li:nth-child(3n),
	#oneCol .galleryDetail .thumbList li:nth-child(4n) {
		width: 48%;
		margin: 0 2% 20px 0;
	}
	#oneCol .galleryDetail .thumbList li:nth-child(2n) {
		margin: 0 0 20px 0;
	}
	#oneCol .relation {
		padding: 20px 3%;
	}
	#oneCol .relation article,
	#oneCol .relation article:nth-child(3n),
	#oneCol .relation article:nth-child(2n) {
		width: 100%;
		margin: 0;
	}
}

/* ------------------------------------
	Page 404
------------------------------------ */
#pageCont {
	width: 1160px;
	margin: 0 auto;
	padding: 40px 0 60px;
}

#pageCont h2 {
	margin: 0 0 20px;
	line-height: 1.3;
	font-size: 2em;
	font-family: 'Concert One','Noto Sans JP', '銉掋儵銈儙瑙掋偞 ProN W3', 'Hiragino Kaku Gothic ProN', YuGothic, '娓搞偞銈枫儍銈�',sans-serif;
}

#pageCont p {
	margin: 0 0 20px;
	color: #787878;
	font-size: 1.15em;
	line-height: 1.8;
}

#pageCont .searchBox h3 {
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.2;
}

#pageCont .searchBox p {
	margin: 0 0 10px;
	font-size: 1em;
}

#pageCont fieldset {
	position: relative;
	margin: 0 47px 0 0;
	padding: 0;
	display: inline-block;
	border: none;
}

#pageCont input {
	box-sizing: border-box;
	display: block;
	font-size: 16px;
}

#pageCont input[type="text"] {
	width: 520px;
	height: 51px;
	padding: 17px;
	border: 1px solid #000;
}

#pageCont button[type="submit"] {
	width: 60px;
	height: 51px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	cursor: pointer;
}

@media only screen and (max-width: 1160px) {
	#pageCont {
		width: 94%;
		margin: 0 auto;
		padding: 40px 0 60px;
	}
}

@media only screen and (max-width: 720px) {
	#pageCont .searchBox {
		padding: 30px 0%;
	}
	#pageCont input[type="text"] {
		width: 80%;
	}
	#pageCont fieldset {
		display: block;
	}
	#pageCont input[type="text"] {
		width: 100%;
	}
}

/* add style */
#pageCont.notFound {
	text-align: center;
}
#pageCont.notFound h2 {
	font-size: 40px;
}
#pageCont.notFound .searchBox {
	width: 500px;
	margin: 50px auto;
}
#pageCont.notFound h3 {
	margin: 0 0 10px;
}

@media only screen and (max-width: 720px) {
	#pageCont.notFound h2 {
		font-size: 35px;
	}
	#pageCont.notFound .searchBox {
		margin: 50px auto 0;
		width: 90%;
	}
}

/* ------------------------------------
	Page search result
------------------------------------ */
.resultWrap {
	padding: 30px 0;
	background: #FFF;
}
.gsc-result .gs-title {
	height: auto !important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding: 0 !important;
}

/* pagination
----------------- */
.gsc-results .gsc-cursor-box {
    margin: 10px 10px 0 !important;
	text-align: center;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	width: 20px;
	display: inline-block !important;
	margin: 0 3px 10px;
	color: rgba(0,0,0,.5) !important;
	padding: 5px !important;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 50% !important;
	transition: all  0.3s ease !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	text-decoration: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:not(.gsc-cursor-current-page):hover {
	opacity: 0.6;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #FFF !important;
	cursor: default !important;
	border: 1px solid rgba(0,0,0,1) !important;
	background: #000 !important;
}

@media only screen and (max-width: 720px) {
	.resultWrap {
		padding: 5% !important;
	}
	.gsc-control-cse {
		margin: 0 0 10px !important;
	}
	#oneCol table {
		width: 100%;
	}
}

/*.searchRslt strong {
	color: #000;
	font-weight: bold;
}

.searchRslt .rslt {
	color: #492e65;
	font-size: 1.3em;
	font-weight: bold;
}

.searchRslt .rsltList li {
	margin: 0 0 4px;
	position: relative;
}

.searchRslt .rsltList li:after {
	margin: -9px 0;
	font-family: plus;
	content: "\e900";
	color: #492e65;
	position: absolute;
	right: 20px;
	top: 50%;
}

.searchRslt .rsltList li a {
	padding: 30px 100px 30px 30px;
	display: block;
	text-decoration: none;
	background: #FFF;
}

.searchRslt .rsltList li a:hover h3 {
	text-decoration: none;
}

.searchRslt .rsltList li h3 {
	margin: 0 0 10px;
	color: #492e65;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: underline;
}

#pageCont.searchRslt .rsltList li p {
	margin: 0;
	line-height: 1.5;
	font-size: 1em;
}

.searchRslt .noResult {
	padding: 80px 0;
}

@media only screen and (max-width: 980px) {
	.searchRslt .rsltList li a {
		padding: 20px 10% 20px 5%;
	}
}

@media only screen and (max-width: 980px) {
	.searchRslt .rsltList li a {
		padding: 20px 12% 20px 5%;
	}
	.searchRslt .noResult {
		padding: 40px 0;
	}
}*/

/* ------------------------------------
	MT
------------------------------------ */
#setEntryBase .mt-enclosure-image &gt; 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 &gt; 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: 720px) {
	#setEntryBase img {
		max-width: 100%;
		height: auto;
	}
	#setEntryBase .mt-image-right,
	#setEntryBase .mt-image-left {
		max-width: 50%;
		height: auto;
	}
	#setEntryBase .mt-enclosure-image &gt; 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: 94%;
		height: auto;
		margin: 0 3% 20px !important;
	}
	#setEntryBase .figArea figure .mt-enclosure-image img {
		max-width: 100%;
		height: auto;
		margin: 0 !important;
	}
	#oneCol  #setEntryBase .thumbBox {
		margin: 0 3%;
	}
	#oneCol  #setEntryBase .imgFLR {
		max-width: 100%;
		margin: 0 auto 20px;
	}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
@media only screen and (min-width: 768px) {
	.gallery li a,
	.topics ul li a {
		transition: all 0.3s ease;
	}

	body:not(.setTb) .gallery li a:hover,
	body:not(.setTb) .topics ul li a:hover {
		opacity: 0.7;
	}
}

/* =====================================
	ClearFixElements
===================================== */
.clearfix:before,
#wrapInner:before,
.clearfix:after,
#wrapInner:after {
	content: " ";
	display: table;
}
.clearfix:after,
#wrapInner:after {
	clear: both;
}
.clearfix,
#wrapInner {
	*zoom: 1;
}</pre></body></html>