/* ------------------------------------------------------------------------------------------------------------------------------------ common */

/* ------------------------------------------------------------------------------------------------------------------------------------ div.detail */

div.contentsTitles div.title h1 {
    font-size: 3.6rem;
}

@media only screen and (max-width: 640px) {	
	div.contentsTitles div.title h1 {
    	font-size: 2.4rem;
	}
}

/*
div.detail div.header {
	padding: 1rem;
}


div.detail div.header div.title {	
	margin-bottom: 1em;
}

div.detail div.header div.title h1 {
	font-size: 3rem;
	-moz-animation: show 10s both;
	-webkit-animation: show 10s both;
	-o-animation: show 10s both;
	-ms-animation: show 10s both;
	animation: show 10s both;
	
	line-height: 1.1;
}
*/

@keyframes show {
	0% {
		transform:translate(0,0.5em);
		opacity:0;
	}
	50% {
	}
	100% {
		transform:translate(0,0);
		opacity:1;
	}
}

/*
div.detail div.header h2 {	
	color: #888;
	font-weight: normal;
	margin-bottom: 1em;
}

div.detail div.header div.update {	
	color: #ccc;
	margin-bottom: 1em;
	font-size: 1.4rem;
}
*/

/* ------------------------------------------------------------------------------------------------------------------------------------ .mceContentBody */

.mceContentBody {
	padding: 0 1em;
	box-sizing: border-box;
	
	max-height: 100%; /* chrome font-size */
}

@media only screen and (max-width: 640px) {	
	.mceContentBody {
		padding: 0 0;
	}
}
.mceContentBody a {
	/* color: #343434; */
	color: #023156;
	text-decoration: underline;
	position: relative;
}

.mceContentBody a:hover {
	text-decoration: none;
}

.mceContentBody a.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 1em;
	color: #023156;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: underline;
}

.mceContentBody a.arrow::before {
	width: 4px;
	height: 4px;
	margin: auto;
	position: absolute;
	top: -3px;
	left: 3px;
	bottom: 0;
	content: "";	
	border-top: 2px solid #023156;
	border-right: 2px solid #023156;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);	
    transition: all .2s ease-in;
}

.mceContentBody a.arrow:hover {
	text-decoration: none;
}

.mceContentBody a.arrow:hover::before {	
	border-top: 2px solid #023156;
	border-right: 2px solid #023156;
	left: 5px;
}

.mceContentBody a.icon-link {
	text-decoration: none;
	color: #ccc;
}

.mceContentBody a.icon-link:hover {
	color: #ffb600;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ setting */

.mceContentBody img {
	/* display: block; */
	max-width: 100%;
	height: auto;
}

.mceContentBody .fs1 { font-size: 0.8rem !important; }
.mceContentBody .fs2 { font-size: 1.0rem !important; }
.mceContentBody .fs3 { font-size: 1.2rem !important; }
.mceContentBody .fs4 { font-size: 1.3rem !important; }
.mceContentBody .fs5 { font-size: 1.4rem !important; }
.mceContentBody .fs6 { font-size: 1.8rem !important; }
.mceContentBody .fs7 { font-size: 2.4rem !important; }
.mceContentBody .fs8 { font-size: 3.6rem !important; }
.mceContentBody .fs9 { font-size: 4.8rem !important; }


.mceContentBody .imgL {
	display: block;
	float: left;
	margin: 0 1% 0 0;
}

.mceContentBody .imgR {
	display: block;
	float: right;
	margin: 0 0 0 1%;
}

.mceContentBody .imgC {
	display: block;
	margin: 0 auto;
}

.mceContentBody .center {
	margin: 0 auto;
}


/* 中央揃え */

.mceContentBody .outBox {
	position: relative;
}

.mceContentBody .outBox .inbox {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* @end */

.mceContentBody .imgL .caption,
.mceContentBody .imgR .caption {
	color: #939393;
	font-size: 1.2rem;
}

.mceContentBody .caption {
	color: #939393;
	font-size: 1.2rem;
}

.mceContentBody img.default {
	max-width: 100%;
	height: auto;
	zoom: 1;
}

.mceContentBody .w5 { width: 5%; }
.mceContentBody .w10 { width: 10%; }
.mceContentBody .w15 { width: 15%; }
.mceContentBody .w20 { width: 20%; }
.mceContentBody .w22 { width: 22%; }
.mceContentBody .w24 { width: 24%; }
.mceContentBody .w25 { width: 25%; }
.mceContentBody .w30 { width: 30%; }
.mceContentBody .w32 { width: 32%; }
.mceContentBody .w40 { width: 40%; }
.mceContentBody .w45 { width: 45%; }
.mceContentBody .w49 { width: 49%; }
.mceContentBody .w50 { width: 50%; }
.mceContentBody .w60 { width: 60%; }
.mceContentBody .w70 { width: 70%; }
.mceContentBody .w80 { width: 80%; }
.mceContentBody .w90 { width: 90%; }
.mceContentBody .w100 { width: 100%; }

@media only screen and (max-width: 640px) {	

	.mceContentBody .resp_fl { float: left; } 
	.mceContentBody .resp_fr { float: right; } 
	
	.mceContentBody .imgL,
	.mceContentBody .imgR {
		/* width: 100% !important; */
		max-width: 100%;
		float: none;
		margin: 0 auto 10px;
	}
	
	.mceContentBody .resp_w5 { width: 5%; }
	.mceContentBody .resp_w10 { width: 10%; }
	.mceContentBody .resp_w15 { width: 15%; }
	.mceContentBody .resp_w20 { width: 20%; }
	.mceContentBody .resp_w22 { width: 22%; }
	.mceContentBody .resp_w24 { width: 24%; }
	.mceContentBody .resp_w25 { width: 25%; }
	.mceContentBody .resp_w30 { width: 30%; }
	.mceContentBody .resp_w32 { width: 32%; }
	.mceContentBody .resp_w40 { width: 40%; }
	.mceContentBody .resp_w45 { width: 45%; }
	.mceContentBody .resp_w49 { width: 49%; }
	.mceContentBody .resp_w50 { width: 50%; }
	.mceContentBody .resp_w60 { width: 60%; }
	.mceContentBody .resp_w70 { width: 70%; }
	.mceContentBody .resp_w80 { width: 80%; }
	.mceContentBody .resp_w90 { width: 90%; }
	.mceContentBody .resp_w100 { width: 100%; }		
	
}

.mceContentBody .tc {
	text-align: center;
}

.mceContentBody .tl {
	text-align: left;
}

.mceContentBody .tr {
	text-align: right;
}

.mceContentBody .fit {
	width: 100%;
}

.mceContentBody .m_o0 { margin-top: 0; }

.mceContentBody .m_l0 { margin-left: 0; }
.mceContentBody .m_l1 { margin-left: 1%; }
.mceContentBody .m_l2 { margin-left: 2%; }
.mceContentBody .m_l4 { margin-left: 4%; }

.mceContentBody .m_r0 { margin-right: 0; }
.mceContentBody .m_r1 { margin-right: 1%; }
.mceContentBody .m_r2 { margin-right: 2%; }
.mceContentBody .m_r4 { margin-right: 4%; }

.mceContentBody .m_u10 { margin-bottom: 10px; }
.mceContentBody .m_u20 { margin-bottom: 20px; }
.mceContentBody .m_u30 { margin-bottom: 30px; }
.mceContentBody .m_u40 { margin-bottom: 40px; }
.mceContentBody .m_u50 { margin-bottom: 50px; }
.mceContentBody .m_u60 { margin-bottom: 60px; }
.mceContentBody .m_u80 { margin-bottom: 80px; }
.mceContentBody .nomgn { margin: 0; }

.mceContentBody p {
	margin: 1em 0;
}

.mceContentBody .wrap {
	overflow: hidden;
}

.mceContentBody h3 {
	/* background: #f6f6f6; */
	font-size: 3.0rem; /* 30px */
	line-height: 1.5;
    font-weight: bold;
	padding: 0;
    margin: 2em 0 0.5em;
	/* display: inline-block; */
	display: block;	
	/* border-bottom: 3px solid #fe5700; */	
	/* border: 3px solid #fe5700 */
	/* border-bottom: 3px solid #fe5700; */
	padding: 0;
	/* display: inline-block; */
	border-bottom: 2px solid #00a18b;
}

@media only screen and (max-width: 640px) {	
	.mceContentBody h3 {
		font-size: 2.4rem;
	}
}

.mceContentBody h3.first {
    margin: 0 0 0.5em;
}

.mceContentBody h3.special {
	background: #f2f4f6;
	padding: 0.5em 0;
	text-align: center;
	font-size: 4.8rem;
	color: #00a18b;
	position: relative;
	margin: 1em 0 1em;
	border-bottom: none !important;
}

.mceContentBody h3.special::after {
    border-color: #f2f4f6 transparent transparent;
    border-style: solid;
    border-width: 20px 20px 0;
    bottom: -20px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 0;
    z-index: 0;
	visibility: visible;
}


div.wrapper.medicine div.detail .mceContentBody h3 { border-bottom: 2px solid #00a28c; }
div.wrapper.lifeSciences div.detail .mceContentBody h3 { border-bottom: 2px solid #ff6363; }
div.wrapper.healthSciencesNurse div.detail .mceContentBody h3 { border-bottom: 2px solid #ffbe0a; }
div.wrapper.healthSciencesInspection div.detail .mceContentBody h3 { border-bottom: 2px solid #b962cc; }

div.wrapper div.detail .mceContentBody h3.medicine { border-bottom: 2px solid #00a28c; }
div.wrapper div.detail .mceContentBody h3.lifeSciences { border-bottom: 2px solid #ff6363; }
div.wrapper div.detail .mceContentBody h3.healthSciencesNurse { border-bottom: 2px solid #ffbe0a; }
div.wrapper div.detail .mceContentBody h3.healthSciencesInspection { border-bottom: 2px solid #b962cc; }
div.wrapper div.detail .mceContentBody h3.graduate { border-bottom: 2px solid #4e9dff; }


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

.mceContentBody h3:before {
	/* 
	content: "■";
	padding-right: 0.1em;
	color: #fe5700;
	font-size: 116%;
	*/
}

.mceContentBody > h3:first-child {
    margin: 1em 0 0.5em;
}

.mceContentBody h4 {
	font-size: 2.5rem; /* 18px */
	font-weight: bold;
	margin: 2em 0 0.5em;
	/* border-bottom: 1px dotted #dddddd; */
	border-bottom: 2px solid #ccc;
}

.mceContentBody h3 + h4 {
    margin: 1em 0 0.5em;
}

.mceContentBody h5 {
	font-size: 1.6rem; /* 16px */
	margin: 1em 0 0;
	/* display: inline-block; */
	/* border-bottom: 3px solid #fe5700; */
}

.mceContentBody h4 + h5 {
	margin: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ ul */

.mceContentBody ul {
	margin: 10px 0 20px;
	padding: 0;
}

.mceContentBody ul li {
	margin: 0;
	padding: 0 0 0 10px;
	position: relative;
}

.mceContentBody ul li::before {
    background: #ccc none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    margin-right: 0.5em;
    position: absolute;
    top: 8px;
    transition: all 0.3s ease-out 0s;
    width: 8px;
}

.mceContentBody ul li.list-unstyled {
	list-style: none;
	background: none;
	padding: 0;
}

.mceContentBody ul li ul li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}

.mceContentBody ul li ul li:before {
	content:"・";
}

.mceContentBody ul.inline {
	margin: 0;
}

.mceContentBody ul.inline li {
	display: block;
	white-space: nowrap;
	float: left;
	padding-right: 0.5em;
}

/* カリキュラム */

.mceContentBody ul.inline.curriculum {

}

.mceContentBody ul.inline.curriculum li.required::before {
    background: #00a18b none repeat scroll 0 0;
}

/* */

.mceContentBody ol {
	margin: 10px 0 20px 20px;
	padding: 0;
}

.mceContentBody ol li {
	margin: 0;
	padding: 0 0 10px;
}

.mceContentBody ul li strong,
.mceContentBody ol li strong {
}

/*  ------------------------------------------------------------------------------------------------------------------------------------ qa */

.mceContentBody ul.qa {
	/* background: #f6f6f6; */
	margin: 10px 0 20px;
	padding: 1em;
}

.mceContentBody ul.qa li {
	list-style: none;
	background: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	position: relative;
	background: none;
	font-weight: bold;
}

.mceContentBody ul.qa li:before {
	content: "";
	background: none;
}

.mceContentBody ul.qa li.question {
	background: #fff;
	border: 3px solid #b3d1ff;
	color: #013891;
	padding: 0.5em;
	margin-bottom: 10px;
}

.mceContentBody ul.qa li.question:before {
	background: none;
	content: "";
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 0;
	height: 0;
	border: none;
	z-index: 0;
}

.mceContentBody ul.qa li.question:after {
	content: "";
	position: absolute;
	bottom: -9px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #b3d1ff transparent transparent transparent;
	z-index: 0;
}

.mceContentBody ul.qa li.answer {
	background: #fff;
	border: 3px solid #ffc2c2;
	color: #fe5700;
	padding: 0.5em;
	margin-bottom: 2em
}

.mceContentBody ul.qa li.answer:before {
	background: none;
	content: "";
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 0;
	height: 0;
	border: none;
	z-index: 0;
}

.mceContentBody ul.qa li ul li {
	color: #333;
	font-weight: normal;
	text-align: left;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ table */

.mceContentBody table.deco-tb {
    margin: 0 0 20px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	table-layout: auto;
}

.mceContentBody table.deco-tb th.t_top {
    border-top: 3px solid #ccc;
	/* border-bottom: 3px double #E3E3E3; */
    vertical-align: middle;
}

.mceContentBody table.deco-tb th {
    border: 1px solid #ccc;
    padding: 4px 5px;
    text-align: left;
    vertical-align: middle;
	background: #eee;
	/* color: #ffffff; */
}


.mceContentBody table.deco-tb.medicine th {	background: #00a28c; color: #fff;}
.mceContentBody table.deco-tb.lifeSciences th {	background: #ff6363; color: #fff;}
.mceContentBody table.deco-tb.healthSciencesNurse th {	background: #ffbe0a; color: #fff;}
.mceContentBody table.deco-tb.healthSciencesInspection th {	background: #4e9dff; color: #fff;}


.mceContentBody table.deco-tb td.t_top {
    border-top: 3px solid #ccc;
	/* border-bottom: 3px double #E3E3E3; */
	vertical-align: middle;
}

.mceContentBody table.deco-tb td {
    border: 1px solid #ccc;
    padding: 4px 5px;
    vertical-align: top;
}

/* 講座用 */

.mceContentBody table {
	width: 100%;
	box-sizing: border-box;
	height: auto;
}

.mceContentBody table td,
.mceContentBody table th {
	box-sizing: border-box;
	word-wrap: break-all;
}

@media only screen and (max-width: 640px) {	
	.mceContentBody table {
		table-layout: fixed;
	}
	
	.mceContentBody table table{
		table-layout: fixed;
	}
	
	.mceContentBody table td {
		box-sizing: border-box;
		word-wrap: break-all;
	}
}

.mceContentBody table .fs2 {
	font-size: 1.6rem !important;
}

.mceContentBody table td {
	padding: 0.5em;
}

/* */


/* ------------------------------------------------------------------------------------------------------------------------------------ div display="table" */

.mceContentBody div.table {
    margin: 0 0 20px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
	border-collapse: collapse;
	/* border: 1px solid #ddd; */
	display: table;
}

.mceContentBody div.table div.row {
	border-bottom: 1px solid #eee;
	padding: 0.5em 0;

}

.mceContentBody div.table div.th {
    /* border: 1px solid #ddd; */
    padding: 4px 5px;
    text-align: left;
    vertical-align: middle;
	/* background: #eee; */
	/* color: #ffffff; */
	display: table-cell;
}

.mceContentBody div.table div.th:after {
	content: ":";
	vertical-align: middle;
}

.mceContentBody div.table div.td {
    /* border: 1px solid #ddd; */
    padding: 4px 5px;
    vertical-align: middle;
	display: table-cell;
	font-weight: normal;
}

@media only screen and (max-width: 640px) {	
	.mceContentBody div.table div.th,
	.mceContentBody div.table div.td {
		display: block;
	}
}

@media only screen and (max-width: 640px) {	
	
	/* ------------------------------------------------------------------------------------------------------------------------------------ responsive-type-transform */
	
	.mceContentBody table.deco-tb.responsive-type-transform {
		border: none;
		max-width: 100%;
		box-sizing: border-box;
	}
		
	.mceContentBody table.deco-tb.responsive-type-transform thead {
		display: none;		
	}
	
	.mceContentBody table.deco-tb.responsive-type-transform th {
		display: block;	
		border: none;
	}
	
	.mceContentBody table.deco-tb.responsive-type-transform td {
		display: list-item;
		list-style: none;
		border: none;
		border-left: 5px solid #f0f0f0;
		padding: 0 0 0 0.5em;
		margin: 0.5em 0 1em;
	}
	/* add content */
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(1):before { content: "見出しX1"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(2):before { content: "見出しX2"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(3):before { content: "見出しX3"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(4):before { content: "見出しX4"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(5):before { content: "見出しX5"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(6):before { content: "見出しX6"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(7):before { content: "見出しX7"; display: block; font-weight: bold; }
	.mceContentBody table.deco-tb.responsive-type-transform td:nth-of-type(8):before { content: "見出しX8"; display: block; font-weight: bold; }
	
	/* ------------------------------------------------------------------------------------------------------------------------------------ responsive-type-outer */
	
	.mceContentBody div.responsive-type-outer {
		overflow-x: scroll;
    	-webkit-overflow-scrolling: touch;	
	}
	
	.mceContentBody div.responsive-type-outer table.deco-tb {
		table-layout: auto;
		white-space: nowrap;
	}
			
	/* ------------------------------------------------------------------------------------------------------------------------------------ responsive-type-outer-tbody  */
/* tbody scroll */	
	.mceContentBody div.responsive-type-outer-tbody {
	}
	
	.mceContentBody div.responsive-type-outer-tbody table.deco-tb {
		width: 100%;
		display: block;
		position: relative;
	}
	
	.mceContentBody div.responsive-type-outer-tbody table.deco-tb tr {
		display: inline-block;
	}
	
	.mceContentBody div.responsive-type-outer-tbody table.deco-tb thead {
	}
		
	.mceContentBody div.responsive-type-outer-tbody table.deco-tb thead th,
	.mceContentBody div.responsive-type-outer-tbody table.deco-tb thead td {
		border-top: 1px solid #ddd;
	}
	
	.mceContentBody div.responsive-type-outer-tbody table.deco-tb th,
	.mceContentBody div.responsive-type-outer-tbody table.deco-tb td {
		display: block;
		white-space: nowrap;
	}
	
	.mceContentBody div.responsive-type-outer-tbody table.deco-tb thead {
		display: block;
		float: left;
	}
	
	.mceContentBody div.responsive-type-outer-tbody table.deco-tb tbody {
		display: block;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	
	.mceContentBody div.responsive-type-outer-tbody table.deco-tb tbody tr {
		margin-left: -5px;		
	}
		
	.mceContentBody div.responsive-type-outer-tbody table.deco-tb br {
		display: none;
	}
	
}

/* ------------------------------------------------------------------------------------------------------------------------------------ table.row hover */

.mceContentBody table.deco-tb.row tr {
	background: #fff;
    transition: all .1s ease-out 0s;
}

.mceContentBody table.deco-tb.row tr:hover {
	background: #f9f0d3;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ deco-box */

.mceContentBody .deco-box {
	padding: 1.5em;
	background: #f6f6f6;
	margin-bottom: 1.5em;
	position: relative;
	box-sizing: border-box;
}

.mceContentBody .deco-box.black {
	background: #333;
	color: #fff;
}

.mceContentBody .deco-box-line{
	padding: 1.5em;
	background: #fff;
	border: 5px solid #f6f6f6;
	margin-bottom: 1.5em;
	position: relative;
}

@media only screen and (max-width: 640px) {	
	
}

/* ------------------------------------------------------------------------------------------------------------------------------------ flowArrow */	

.mceContentBody .deco-box.flowArrow {
	padding: 1em;
	background: #fff;
	border: 10px solid #f6f6f6;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

.mceContentBody .deco-box.flowArrow.none {
	
}

.mceContentBody .flowArrow::before {
    border-color: #f6f6f6 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 0;
    bottom: -12px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 0;
    z-index: 0;
}

.mceContentBody .flowArrow::after {
    border-color: #f6f6f6 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 0;
    bottom: -20px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 0;
    z-index: 0;
}

.mceContentBody .flowArrow.none::before,
.mceContentBody .flowArrow.none::after {
	border: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ dl */

.mceContentBody dl {
	width: 100%;
}

.mceContentBody dl dt {
	float: left;
	width: 20%;
	padding: 0.5em;
	box-sizing: border-box;
	font-weight: bold;
	color: #ff8158;
	position: relative;
}

.mceContentBody dl dd {
	float: left;
	width: 80%;
	padding: 0.5em;
	box-sizing: border-box;
}

@media only screen and (max-width: 640px) {	

	.mceContentBody dl dt {
		float: none;
		width: 100%;
	}
	
	.mceContentBody dl dd {
		float: none;
		width: 100%;
	}

}

/* ------------------------------------------------------------------------------------------------------------------------------------ google map */

@media only screen and (max-width: 640px) {		
	
	.mceContentBody .google-maps {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	
	.mceContentBody .google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------------------ form */	

.mceContentBody .form {
}

.mceContentBody .form p.line {
	display: inline;
	margin: 0;
}

.mceContentBody .form th {
	/* min-width: 200px; */
}

.mceContentBody .form td.sub {
	background: #eee;
	width: 110px;
	vertical-align: middle;
}

.mceContentBody .alert {
	color: #ff100a;
}

.mceContentBody label,
.postalcode {
	white-space: nowrap;
}

.mceContentBody .form input,
.mceContentBody .form textarea {
	border-radius: 5px;
	border: none;
	border: 1px solid #ccc;
	background: #f9f9f9;
	transition: all 0.2s ease-in-out;
	padding: 0.5em;
	box-sizing: border-box;
}

.mceContentBody input:focus,
.mceContentBody textarea:focus {
	background: #ffffff;
	outline: none;
	border: none;
	border: 1px solid #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.mceContentBody .form input.err,
.mceContentBody .form textarea.err
{
    border: 1px solid #a94442;
    background: #ffeeef;
}

.mceContentBody input:focus,
.mceContentBody textarea:focus
{
    border: none;
    border: 1px solid #eee;
    outline: none;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
}

.mceContentBody input.err:focus,
.mceContentBody textarea.err:focus
{
    border: none;
    border: 1px solid #eee;
    outline: none;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(169, 68, 66, .075);
}

.mceContentBody input:active,
.mceContentBody textarea:active {
	background: #ffffff;		
	outline: none;
	border: none;
	border: 1px solid #ccc;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.mceContentBody  input::-moz-focus-inner,
.mceContentBody  textarea::-moz-focus-inner
{
    padding: 0;
    border: 0;
}

/* セレクトボックス */

.mceContentBody .form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 100%;
	height: 38px;
	border-radius: 5px;
	border: 1px solid #ccc;
	min-width: 80px;
	padding: 0 0.5em;
	cursor: pointer;
	width: 100%;
	background: #fff;
}

.mceContentBody .form select.err
{
    border: 1px solid #a94442;
    background: #ffeeef;
}


.mceContentBody .form select::-ms-expand {
	display: none;
}


.mceContentBody .form select:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.mceContentBody .form select.err:focus
{
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(169, 68, 66, .2);

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.mceContentBody .form div.selectWrap {
	position: relative;
	/* width: 50%; */
	height: 38px;
	display: inline-block;
}

.mceContentBody .form div.selectWrap::after {
	position: absolute;
	top: 55%;
	right: 10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	margin-top: -4px;
	border: 4px solid transparent;
	border-top: 4px solid #888;
}

.mceContentBody .form label:hover {
	color: #2b91fc;
}

@media only screen and (max-width: 640px) {
	.mceContentBody table.deco-tb.form {
		/* font-size: 86%; */
		width: 100%;
		border: none;
	}
	
	.mceContentBody table.deco-tb.form td.sub {
		background: #ffffff;
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 0;
	}
	
	.mceContentBody .form div.selectWrap {
		margin-bottom: 1em;
		width: 100%;
	}
	
	.mceContentBody table.deco-tb.form input,
	.mceContentBody table.deco-tb.form textarea {
		width: 100%;
		box-sizing: border-box;
	}
	
	.mceContentBody table.deco-tb.form label {
		display: block;
	}
	
	.mceContentBody table.deco-tb.form label input {
		width: auto;
	}	
	
	.mceContentBody table.deco-tb.form th {
		/* min-width: 40px; */
		display: block;
		width: 100%;
		box-sizing: border-box;
		border: none;
		margin: 0 0 1em;
	}	
	
	.mceContentBody table.deco-tb.form td {
		display: block;
		border: none;
		padding: 0 0 1em;
	}
	
	/* 生年月日 */
	
	td.birth {
		
	}
		
	.mceContentBody .form td.birth div.selectWrap {
		margin-bottom: 0;
	}
	
	.mceContentBody .form td.birth label {
		margin-bottom: 0.5em;
		width: 90%;
	}
	
}

/* ------------------------------------------------------------------------------------------------------------------------------------ .btn */	
/* .btn .default */

.mceContentBody .btns .btn {
	display: inline-block;
}

.mceContentBody .btn {
	background: #eee;
	/* margin: 0 auto 1em; */
	display: block;
	padding: 0.5em 1em;
	/* border: 1px solid #ccc; */
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	line-height: 1.5;
	transition: all 0.1s ease-in-out;
	
	cursor: pointer;
	
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
}


/* btn color */
.mceContentBody .btn.default {
	
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    color: #111;
}
.mceContentBody .btn.red {
		
	background: -moz-linear-gradient(top,#ff5a5f 0%,#ff5a5f);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5a5f), to(#ff5a5f));
	background: #ff5a5f;
    color: #fff;
}
.mceContentBody .btn.purple {
	
	background: -moz-linear-gradient(top,#6f5499 0%,#6f5499);
    background: -webkit-gradient(linear, left top, left bottom, from(#6f5499), to(#6f5499));
	background: #6f5499;
    color: #fff;
}
.mceContentBody .btn.blue {
	
	background: -moz-linear-gradient(top,#337ab7 0%,#337ab7);
    background: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#337ab7));
	background: #337ab7;
    color: #fff;
}
.mceContentBody .btn.green {
	
	background: -moz-linear-gradient(top,#30a6b1 0%,#30a6b1);
    background: -webkit-gradient(linear, left top, left bottom, from(#30a6b1), to(#30a6b1));
	background: #30a6b1;
    color: #fff;
}
.mceContentBody .btn.yellow {
	
	background: -moz-linear-gradient(top,#faee2b 0%,#faee2b);
    background: -webkit-gradient(linear, left top, left bottom, from(#faee2b), to(#faee2b));
	background: #faee2b;
    color: #666;
}
.mceContentBody .btn.orange {
	
	background: -moz-linear-gradient(top,#f89406 0%,#f89406);
    background: -webkit-gradient(linear, left top, left bottom, from(#f89406), to(#f89406));
	background: #f89406;
    color: #fff;
}

.mceContentBody .btn:hover {
	 filter: brightness(85%);
 	 -moz-filter: brightness(85%);
	 -webkit-filter: brightness(85%);
}

.mceContentBody .btn {
}

/* ------------------------------------------------------------------------------------------------------------------------------------ tab */	

.mceContentBody #tab01:target ~ div.tabContents div.content:nth-child(1),
.mceContentBody #tab02:target ~ div.tabContents div.content:nth-child(2),
.mceContentBody #tab03:target ~ div.tabContents div.content:nth-child(3),
.mceContentBody #tab04:target ~ div.tabContents div.content:nth-child(4),
.mceContentBody #tab05:target ~ div.tabContents div.content:nth-child(5) {
	display: block;
}

.mceContentBody #tab02:target ~ div.tabContents div.content:first-child,
.mceContentBody #tab03:target ~ div.tabContents div.content:first-child,
.mceContentBody #tab04:target ~ div.tabContents div.content:first-child,
.mceContentBody #tab05:target ~ div.tabContents div.content:first-child {
	display: none;
}

.mceContentBody #tab01:target ~ ul.tabBtn li:nth-child(1) a,
.mceContentBody #tab02:target ~ ul.tabBtn li:nth-child(2) a,
.mceContentBody #tab03:target ~ ul.tabBtn li:nth-child(3) a,
.mceContentBody #tab04:target ~ ul.tabBtn li:nth-child(4) a,
.mceContentBody #tab05:target ~ ul.tabBtn li:nth-child(5) a {
	background: #ffb600;
	color: #333;
}

.mceContentBody #tab01:target ~ ul.tabBtn li:not(:nth-child(1)) a,
.mceContentBody #tab02:target ~ ul.tabBtn li:not(:nth-child(2)) a,
.mceContentBody #tab03:target ~ ul.tabBtn li:not(:nth-child(3)) a,
.mceContentBody #tab04:target ~ ul.tabBtn li:not(:nth-child(4)) a,
.mceContentBody #tab05:target ~ ul.tabBtn li:not(:nth-child(5)) a {
	background: #ccc;
	color: #333;
}

.mceContentBody div.trigger { display: none; }

.mceContentBody ul.tabBtn {
	margin: 0;
	padding: 0;
}

.mceContentBody ul.tabBtn li {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline;
}

.mceContentBody ul.tabBtn li::before {
	background: none;
	content: "";
	height: auto;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	transition: none;
	width: auto;
}
		
.mceContentBody ul.tabBtn li a {
	display: inline-block;
	padding: 0.5em 1em;
	background: #ccc;
	border-radius: 5px 5px 0 0;
	text-decoration: none;
}

.mceContentBody #tab01 ~ ul.tabBtn li:nth-child(1) a,
.mceContentBody ul.tabBtn li a:hover {
	background: #ffb600;
	color: #333;
}

.mceContentBody div.tabContents {
	width: 100%;
	position: relative;
}

.mceContentBody div.tabContents div.content {
	position: relative;
	display: none;
	top: 0;
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 0px 5px 5px 5px;
	animation: fadeIn 0.2s;
}

.mceContentBody div.tabContents div.content:first-child {
	display: block;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ accordion */

.mceContentBody div.accordion {
	position: relative;
}

.mceContentBody div.accordion + div.wrap div.accordionContents {
	margin-top: -100%;
	transition: .5s;	
}

.mceContentBody div.accordion.active + div.wrap div.accordionContents {
	margin-top: 0;
}

.mceContentBody div.accordion::after {
	position: absolute;
	top: 50%;
	right: 15px;
	left: inherit;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -5px;

	content: '';
	transition: all .2s ease-in-out;
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		 -o-transform: rotate(135deg);
			transform: rotate(135deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	background: none;
}

.mceContentBody div.accordion.active::after {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
}

/* ------------------------------------------------------------------------------------------------------------------------------------ tranceform */

.mceContentBody div.tranceform {
	position: relative;
}

.mceContentBody div.tranceform + div.wrap {
	position: relative;
}


.mceContentBody div.tranceform + div.wrap div.tranceformContents {
	width: 100%;
	height: 0;
	background: #f0f0f0;
	transition: .5s;
	position: relative;	
	padding: 0 1em;
	box-sizing: border-box;
}

.mceContentBody div.tranceform.active + div.wrap div.tranceformContents {
	width: 100%;
	height: 200px;
	left: 0;
	padding: 1em;
}

.mceContentBody div.tranceform::after {
	position: absolute;
	top: 50%;
	right: 3em;
	left: inherit;
	display: block;
	width: 5px;
	height: 5px;
	margin-top: -0.8em;

	content: 'open';
}

.mceContentBody div.tranceform.active::after {
	content: 'close';
}

	
/* ------------------------------------------------------------------------------------------------------------------------------------ slide */

.mceContentBody div.outer {
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: relative;
}

.mceContentBody div.outer div.floor {
	width: 100px;
	height: 100px;
	/* transform: translateY(-100px);
	-webkit-transform: translateY(-100px); */
	opacity: 0.1;
	transition: all .1s ease-in-out;	
	position: relative;
}
/*
.mceContentBody div.outer:hover div.floor {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
*/
.mceContentBody div.outer div.floor.step01 { background: #f0f0f0; }
.mceContentBody div.outer div.floor.step02 { background: #CCC; }
.mceContentBody div.outer div.floor.step03 { background: #999; }
.mceContentBody div.outer div.floor.step04 { background: #666; }
.mceContentBody div.outer div.floor.step05 { background: #333; }
.mceContentBody div.outer div.floor.step06 { background: #000; }     
 
div.step01:hover ~ div.outer div.floor { transform: translateY(0); -webkit-transform: translateY(0); opacity: 1; }
div.step02:hover ~ div.outer div.floor { transform: translateY(-100px); -webkit-transform: translateY(-100px); opacity: 1; }
div.step03:hover ~ div.outer div.floor { transform: translateY(-200px); -webkit-transform: translateY(-200px); opacity: 1; }
div.step04:hover ~ div.outer div.floor { transform: translateY(-300px); -webkit-transform: translateY(-300px); opacity: 1; }
div.step05:hover ~ div.outer div.floor { transform: translateY(-400px); -webkit-transform: translateY(-400px); opacity: 1; }
div.step06:hover ~ div.outer div.floor { transform: translateY(-500px); -webkit-transform: translateY(-500px); opacity: 1; }

div.step01:hover,
div.step02:hover,
div.step03:hover,
div.step04:hover,
div.step05:hover,
div.step06:hover {
	color: #ccc;
	cursor: pointer;
}

/* action */

div.outer div.floor.active.count01 { transform: translateY(0); -webkit-transform: translateY(0); opacity: 1; }
div.outer div.floor.active.count02 { transform: translateY(-100px); -webkit-transform: translateY(-100px); opacity: 1; }
div.outer div.floor.active.count03 { transform: translateY(-200px); -webkit-transform: translateY(-200px); opacity: 1; }
div.outer div.floor.active.count04 { transform: translateY(-300px); -webkit-transform: translateY(-300px); opacity: 1; }
div.outer div.floor.active.count05 { transform: translateY(-400px); -webkit-transform: translateY(-400px); opacity: 1; }
div.outer div.floor.active.count06 { transform: translateY(-500px); -webkit-transform: translateY(-500px); opacity: 1; }


/* pagination */

.mceContentBody ul.pagination {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
	padding: 1em 0;	
	margin-bottom: 1em;
}

.mceContentBody ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
}

.mceContentBody ul.pagination li::before {
	background: none;
	content: "";
	height: auto;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
	transition: none;
	width: auto;
}

.mceContentBody ul.pagination li a {
	display: inline-block;
	padding: 0.3em 0.7em;
	margin: 0 0.1em;
	border: 1px solid #f0f0f0;
	border-radius: 100px;
	background: #f0f0f0;
	font-weight: bold;
	text-decoration: none;
}

.mceContentBody ul.pagination li a:hover,
.mceContentBody ul.pagination li.active a {
	background: #30a6b1;
	color: #fff;
}

/* quiz */
/*
.mceContentBody div.image {
	width: 320px;
	height: 240px;
	margin: 0 auto;
	background: #f0f0f0;
}

.mceContentBody div.check {

}
*/

/* ------------------------------------------------------------------------------------------------------------------------------------ .hoverCaption */

.mceContentBody .hoverCaption {
	position: relative;
	overflow: hidden;
}	
.mceContentBody .hoverCaption .figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}	
.mceContentBody .hoverCaption .figcaption a {
	display: block;
	width: 100%;
	height: 100%;
}	
.mceContentBody .hoverCaption .figcaption span {
	position: absolute;
	left: -100%;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
}	
.mceContentBody .hoverCaption .figcaption:hover {
	opacity: 1;
}	
.mceContentBody .hoverCaption .figcaption:hover span {
	left: 0;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;		
}

/* ------------------------------------------------------------------------------------------------------------------------------------ :checked Tab */

form.checkedSelect input {
	display: none;
}

form.checkedSelect ul.checkedNav {
	list-style: none;
}

form.checkedSelect ul.checkedNav li label {
	cursor: pointer;
}

form.checkedSelect ul.checkedNav li:hover label {
	color: #30a6b1;
}

form.checkedSelect input#checked01:checked ~ ul.checkedNav li:nth-child(1),
form.checkedSelect input#checked02:checked ~ ul.checkedNav li:nth-child(2),
form.checkedSelect input#checked03:checked ~ ul.checkedNav li:nth-child(3) { color: #30a6b1; }

form.checkedSelect input#checked01:checked ~ div.checkedContents>div:nth-child(1),
form.checkedSelect input#checked02:checked ~ div.checkedContents>div:nth-child(2),
form.checkedSelect input#checked03:checked ~ div.checkedContents>div:nth-child(3) { /* max-height: 10000px; */	display: block; animation: fade 0.5s linear 0s;}

form.checkedSelect div.checkedContents>div {
	/* max-height: 0;
	overflow: hidden; */
	display: none;
}

@keyframes fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------------------ scale */ 
/*
.scale {
	
}

.scale {
    -moz-transition: -moz-transform 0.1s linear;
    -webkit-transition: -webkit-transform 0.1s linear;
    -o-transition: -o-transform 0.1s linear;
    -ms-transition: -ms-transform 0.1s linear;
    transition: transform 0.1s linear;

}
.scale:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
} */

/* ------------------------------------------------------------------------------------------------------------------------------------ キャンパスマップ */ 

div.modalWrapper {
	box-sizing: border-box;
	overflow: hidden;
}

/* body {
	min-width: 1200px;
}
 */
/*
@media only screen and (max-width: 640px)
{
	body { min-width: 100%;}
}
*/
div.map {
	position: relative;
	width: 880px;
	margin: 0 auto;
	height: 700px;
}

/* div.map img {
	position: absolute;
	width: 100%;
	height: 100%;
} */

div.map div.point {
	position: absolute;
	width: 30px;
	height: 45px;
	transition: all .2s ease-in-out;
}

div.map div.point.pink { background: url(http://www.med.tottori-u.ac.jp/files/27946.png) no-repeat; background-size: 30px 45px;	}
div.map div.point.blue { background: url(http://www.med.tottori-u.ac.jp/files/27948.png) no-repeat; background-size: 30px 45px;	}
div.map div.point.green { background: url(http://www.med.tottori-u.ac.jp/files/27947.png) no-repeat; background-size: 30px 45px;	}		

div.map div.point::before {
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	margin-top: 0.2em;
	padding-top: 0;
}

div.map div.point.point01::before {	content: "1"; }
div.map div.point.point02::before {	content: "2"; }
div.map div.point.point03::before {	content: "3"; }
div.map div.point.point04::before {	content: "4"; }
div.map div.point.point05::before {	content: "5"; }	
div.map div.point.point06::before {	content: "6"; }
div.map div.point.point07::before {	content: "7"; }
div.map div.point.point08::before {	content: "8"; }
div.map div.point.point09::before {	content: "9"; }
div.map div.point.point10::before {	content: "10"; }	
div.map div.point.point11::before {	content: "11"; }
div.map div.point.point12::before {	content: "12"; }
div.map div.point.point13::before {	content: "13"; }
div.map div.point.point14::before {	content: "14"; }
div.map div.point.point15::before {	content: "15"; }	

div.map div.point:hover {
	position: absolute;
	width: 35px;
	height: 52px;
	margin: -7px 0 0 -3px;
}

div.map div.point:hover.pink { background: url(http://www.med.tottori-u.ac.jp/files/27946.png) no-repeat; background-size: 35px 52px;	}
div.map div.point:hover.blue { background: url(http://www.med.tottori-u.ac.jp/files/27948.png) no-repeat; background-size: 35px 52px;	}
div.map div.point:hover.green { background: url(http://www.med.tottori-u.ac.jp/files/27947.png) no-repeat; background-size: 35px 52px;	}		

div.map div.point a {
	display: block;
	width: 30px;
	height: 45px;
	position: absolute;
	top: 0;
}

div.map div.point.point01 {	top: 315px;	left: 355px; }
div.map div.point.point02 {	top: 390px;	left: 390px; }
div.map div.point.point03 {	top: 400px;	left: 360px; }
div.map div.point.point04 {	top: 380px;	left: 420px; }
div.map div.point.point05 {	top: 450px;	left: 440px; }
div.map div.point.point06 {	top: 445px;	left: 490px; }
div.map div.point.point07 {	top: 495px;	left: 425px; }
div.map div.point.point08 {	top: 500px;	left: 390px; }
div.map div.point.point09 {	top: 320px;	left: 615px; }
div.map div.point.point10 {	top: 300px;	left: 740px; }
div.map div.point.point11 {	top: 180px;	left: 680px; }
div.map div.point.point12 {	top: 210px;	left: 740px; }
div.map div.point.point13 {	top: 160px;	left: 760px; }
div.map div.point.point14 {	top: -15px;	left: 785px; }
div.map div.point.point15 {	top: 270px;	left: 530px; }

.mceContentBody div.pointBox {
	background: #f0f0f0;
	border-radius: 5px;
	overflow: hidden;
}

.mceContentBody div.pointBox a {
	text-decoration: none;
}

.mceContentBody div.pointBox div.point {
	width: 30px;
	height: 45px;
	margin: 0 auto;
}

.mceContentBody div.pointBox div.point.pink { background: url(http://www.med.tottori-u.ac.jp/files/27946.png) no-repeat; background-size: 30px 45px;	}
.mceContentBody div.pointBox div.point.blue { background: url(http://www.med.tottori-u.ac.jp/files/27948.png) no-repeat; background-size: 30px 45px;	}
.mceContentBody div.pointBox div.point.green { background: url(http://www.med.tottori-u.ac.jp/files/27947.png) no-repeat; background-size: 30px 45px;	}	

.mceContentBody div.pointBox div.point::before {
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	padding-top: 0.2em;
}

.mceContentBody div.pointBox div.point.point01::before {	content: "1"; }
.mceContentBody div.pointBox div.point.point02::before {	content: "2"; }
.mceContentBody div.pointBox div.point.point03::before {	content: "3"; }
.mceContentBody div.pointBox div.point.point04::before {	content: "4"; }
.mceContentBody div.pointBox div.point.point05::before {	content: "5"; }	
.mceContentBody div.pointBox div.point.point06::before {	content: "6"; }
.mceContentBody div.pointBox div.point.point07::before {	content: "7"; }
.mceContentBody div.pointBox div.point.point08::before {	content: "8"; }
.mceContentBody div.pointBox div.point.point09::before {	content: "9"; }
.mceContentBody div.pointBox div.point.point10::before {	content: "10"; }	
.mceContentBody div.pointBox div.point.point11::before {	content: "11"; }
.mceContentBody div.pointBox div.point.point12::before {	content: "12"; }
.mceContentBody div.pointBox div.point.point13::before {	content: "13"; }
.mceContentBody div.pointBox div.point.point14::before {	content: "14"; }
.mceContentBody div.pointBox div.point.point15::before {	content: "15"; }	

/* ------------------------------------------------------------------------------------------------------------------------------------ サークル活動 */ 

/* ------------------------------------------------------------------------------------------------------------------------------------ table */

.mceContentBody table.circle {
    margin: 0 0 20px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-top: 3px solid #ccc;
}

.mceContentBody table.circle th {
    border: 1px solid #ccc;
    padding: 4px 5px;
    text-align: left;
    vertical-align: middle;
	background: #eee;
	/* color: #ffffff; */
	width: 20%;
}

.mceContentBody table.circle td {
    border: 1px solid #ccc;
    padding: 4px 5px;
    vertical-align: top;
}

body.modal .mceContentBody h1 {
    border-bottom: 2px solid #00a18b;
    display: block;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 2em 0 0.5em;
    padding: 0;
	text-align: center;
}

body.modal div.contentsTitles {
    margin-bottom: 0;
}

body.modal div.contentsTitles div.title {
    border-bottom: none;
    font-size: 3rem;
    margin-bottom: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ .researchList */

div.researchList {
	
}

.mceContentBody h3 span.en {
	font-size: 1.4rem;
	color: #ccc;
}

div.researchList h4 span.en {
	font-size: 1.4rem;
	color: #ccc;
	white-space: nowrap;
}

@media only screen and (max-width: 640px) {
	.mceContentBody h3 span.en,
	div.researchList h4 span.en {
		display: block;
	}	
}

div.researchList h4 {
	margin-top: 1em;
	font-size: 1.8rem;
	color: #6b6b6b;
}

div.researchList div.tile {
}

div.researchList div.tile>div.fl {
	padding: 5px 0 10px;
	margin-bottom: 10px;
	/* border-bottom: 2px solid #f0f0f0; */
}

div.researchList div.tile>div.fl.no {
	background: none !important;
}

@media only screen and (max-width: 640px) {	
	div.researchList div.tile>div.fl.no {
		display: none;
	}
}

div.researchList.medicine div.tile>div.fl {	background: #d9f1ee; color: #333; border-radius: 5px;}
div.researchList.lifeSciences div.tile>div.fl {	background: #ffe6e6; color: #333; border-radius: 5px;}
div.researchList.healthSciencesNurse div.tile>div.fl {	background: #fff8e5; color: #333; border-radius: 5px;}
div.researchList.healthSciencesInspection div.tile>div.fl {	background: #fbe6ff; color: #333; border-radius: 5px;}
div.researchList.graduate div.tile>div.fl {	background: #e5f1ff; color: #333; border-radius: 5px;}
div.researchList div.tile>div.fl { background: #cccccc; color: #333; border-radius: 5px;}

div.researchList div.article {
}

div.researchList div.article a.link {
	padding: 0.1em 1em 0.1em 1.5em;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	transition: all 0.1s ease-in-out;
	
	color: #fff;
	display: block;
	
	position: relative;
	
	font-weight: bold;
}

div.researchList div.article a.link span.en {
	font-size: 1.2rem;
	display: block;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}


div.researchList.medicine div.article a.link {	background: #d9f1ee; color: #333;}
div.researchList.lifeSciences div.article a.link {	background: #ffe6e6; color: #333;}
div.researchList.healthSciencesNurse div.article a.link {	background: #fff8e5; color: #333;}
div.researchList.healthSciencesInspection div.article a.link {	background: #fbe6ff; color: #333;}
div.researchList.graduate div.article a.link {	background: #e5f1ff; color: #333;}
div.researchList div.article a.link {	background: #cccccc; color: #333;}
 
div.researchList.medicine div.article a.link span.en { color: #00a28c;}
div.researchList.lifeSciences div.article a.link span.en { color: #ff6363;}
div.researchList.healthSciencesNurse div.article a.link span.en { color: #ffbe0a;}
div.researchList.healthSciencesInspection div.article a.link span.en { color: #b962cc;}
div.researchList.graduate div.article a.link span.en { color: #4e9dff;}
div.researchList div.article a.link a.link span.en { color: #ccc;}

div.researchList div.article a.link:hover {
	opacity: 0.9;

}

div.researchList div.article a.link:after {
	position: absolute;
	top: 0.8em;
	left: 0.5em;

	display: block;

	width: 5px;
	height: 5px;
	margin-top: -3px;

	content: '';
	transition: all .2s ease-in-out;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);

	border-top: 2px solid #333;
	border-right: 2px solid #333;
	background: none;
}

div.researchList.medicine div.article a.link:after { border-top: 2px solid #00a28c;	border-right: 2px solid #00a28c;}
div.researchList.lifeSciences div.article a.link:after { border-top: 2px solid #ff6363;	border-right: 2px solid #ff6363;}
div.researchList.healthSciencesNurse div.article a.link:after { border-top: 2px solid #ffbe0a;	border-right: 2px solid #ffbe0a;}
div.researchList.healthSciencesInspection div.article a.link:after { border-top: 2px solid #b962cc;	border-right: 2px solid #b962cc;}
div.researchList.graduate div.article a.link:after { border-top: 2px solid #4e9dff;	border-right: 2px solid #4e9dff;}
div.researchList div.article a.link:after { border-top: 2px solid #ccc;	border-right: 2px solid #ccc;}

div.researchList div.article div.copy {
	font-size: 1.4rem;
	color: #666;
	position: relative;
	padding: 0 1.5em;
}


/* .mceContentBody h3 div.links */

.mceContentBody h3 span.links,
.mceContentBody h4 span.links {
	padding:0;
}

.mceContentBody h3 span.links a,
.mceContentBody h4 span.links a {	
	vertical-align: middle;
	font-size: 1.3rem;
}

.mceContentBody h3 span.links div,
.mceContentBody h4 span.links div {
	display: inline;
}

.mceContentBody h3 span.links a img,
.mceContentBody h4 span.links a img {	
	width: 20px;
	height: 20px;
	display: inline;
	vertical-align: middle;
	padding: 0 0.2em 0 0.5em;
}

.mceContentBody h3 div.links a img:hover,
.mceContentBody h4 div.links a img:hover {
	opacity: 0.5;
}

/* */

div.researchList div.article div.links {
	padding: 0 1em;
	box-sizing: border-box;
	text-align: left;
}

@media only screen and (max-width: 640px) {
	div.researchList div.article div.links {
		padding: 0 1em;
		box-sizing: border-box;
		text-align: left;
	}
}

div.researchList div.article div.links a {	
	vertical-align: middle;
	font-size: 1.3rem;
	/* font-weight: bold; */
	/* color: #023156; */
}

div.researchList div.article div.links a:hover {	
	color: #fdb52b;
}

div.researchList div.article div.links div  {
	display: inline;
}

div.researchList div.article div.links a img {	
	width: 20px;
	height: 20px;
	display: inline;
	vertical-align: middle;
	padding: 0 0.2em 0 0.5em;
}

div.researchList div.article div.links a img:hover {
	opacity: 0.5;
}

/*
.mceContentBody table.deco-tb.researchList {
    margin: 0 0 20px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
	border-collapse: collapse;
	border: none;
}

.mceContentBody table.deco-tb.researchList th.t_top {
	border: none;
    vertical-align: middle;
}

.mceContentBody table.deco-tb.researchList th {
	border: none;
    padding: 4px 5px;
    text-align: left;
    vertical-align: middle;
	background: #eee;
	
}

.mceContentBody table.deco-tb.researchList.medicine th {	background: #00a28c; color: #fff;}
.mceContentBody table.deco-tb.researchList.lifeSciences th {	background: #ff6363; color: #fff;}
.mceContentBody table.deco-tb.researchList.healthSciencesNurse th {	background: #ffbe0a; color: #fff;}
.mceContentBody table.deco-tb.researchList.healthSciencesInspection th {	background: #4e9dff; color: #fff;}

.mceContentBody table.deco-tb.researchList td.t_top {
	border: none;
	vertical-align: middle;
}

.mceContentBody table.deco-tb.researchList td {
	border: none;
    padding: 8px 10px;
	vertical-align: middle;	
	position: relative;
	
	display: block;
}

.mceContentBody table.deco-tb.researchList tr td:first-child {
	font-size: 1.8rem;
	vertical-align: middle;
	position: relative;
	padding-left: 0.5em;
}

.mceContentBody table.deco-tb.researchList tr td a.link {
	padding: 0.1em 1em;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	transition: all 0.1s ease-in-out;
	
	color: #fff;
	display: block;
	
	position: relative;
}

.mceContentBody table.deco-tb.researchList tr td a.link span.en {
	font-size: 1.2rem;
	display: block;
}

.mceContentBody table.deco-tb.researchList.medicine tr td a.link {	background: #00a28c;}
.mceContentBody table.deco-tb.researchList.lifeSciences tr td a.link {	background: #ff6363;}
.mceContentBody table.deco-tb.researchList.healthSciencesNurse tr td a.link {	background: #ffbe0a;}
.mceContentBody table.deco-tb.researchList tr td a.link {	background: #cccccc;}


.mceContentBody table.deco-tb.researchList tr td a.link:hover {
	opacity: 0.9;

}

.mceContentBody table.deco-tb.researchList tr td a.link:after {
	position: absolute;
	top: 50%;
	right: 0.5em;

	display: block;

	width: 5px;
	height: 5px;
	margin-top: -3px;

	content: '';
	transition: all .2s ease-in-out;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);

	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	background: none;
}

.mceContentBody table.deco-tb.researchList tr td:first-child:before {
	position: absolute;
	top: 50%;
	left: 0;

	display: block;

	width: 5px;
	height: 5px;
	margin-top: -3px;

	content: '';
	transition: all .2s ease-in-out;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);

	border-top: 2px solid #333;
	border-right: 2px solid #333;
	background: none;
}

.mceContentBody table.deco-tb.researchList tr td:nth-child(2) {
	font-size: 1.4rem;
	color: #666;
	position: relative;
}

.mceContentBody table.deco-tb.researchList tr td:nth-child(2):after {
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	content: "";
	display: block;
	background: #ccc;
	
	margin-top: -10px;
}

.mceContentBody table.deco-tb.researchList a img {
	width: 30px;
	height: 30px;
	display: inline;
	vertical-align: middle;	
}

.mceContentBody table.deco-tb.researchList a img:hover {
	opacity: 0.5;
}

.mceContentBody table.deco-tb.researchList a {
}

.mceContentBody div.researchListNote {
	padding-bottom: 0;
}

.mceContentBody div.researchListNote img {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	padding-bottom: 0.1em;
}

@media only screen and (max-width: 640px) {
	.mceContentBody table.deco-tb.researchList a:hover span {
		display: none;
	}
}
*/

/* ------------------------------------------------------------------------------------------------------------------------------------ 学生の一日 */

.mceContentBody div.name span.initial {
    color: #f3ab4e;
    font-size: 139%;
    font-weight: bold;
}

.mceContentBody div.name span.belong {
    color: #343434;
    font-size: 100%;
    font-weight: normal;
}

.mceContentBody div.stage {
    margin-bottom: 40px;
}

.mceContentBody hr.line {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-image: none;
    border-style: none none dotted;
    border-width: medium medium 1px;
    margin: 2em 0;
}

.mceContentBody div.comment {
    border: 1px solid #cccccc;
    overflow: hidden;
}

.mceContentBody div.comment div.time {
    border-bottom: 1px dotted #f3ab4e;
    line-height: 1.5;
    padding: 0.5em;
}

.mceContentBody div.comment div.time span {
    color: #f3ab4e;
    font-size: 1.6rem;
    font-weight: bold;
}

.mceContentBody div.comment p {
	padding: 0 0.5em;
}

.mceContentBody table.deco-tb.timeTable {
    font-size: 1.3rem;
}

.mceContentBody table.deco-tb.timeTable th {
    text-align: center;
}

.mceContentBody table.deco-tb.timeTable td {
    width: 18%;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ 年間スケジュール */

.mceContentBody table.deco-tb.schedule {
    background: #fdfcf0 none repeat scroll 0 0;
    font-size: 1.4rem;
	border: 0;
}

.mceContentBody table.deco-tb.schedule th {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #343434;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}

.mceContentBody table.deco-tb.schedule th span {
    color: #343434;
    display: block;
    font-size: small;
}

.mceContentBody table.deco-tb.schedule td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    vertical-align: top;
    width: 40%;
}

.mceContentBody table.deco-tb.schedule td div.picture img {
    display: block;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ この人に注目! */

.mceContentBody div.profile {
    overflow: hidden;
}

.mceContentBody div.profile div.name {
   /*  border-bottom: 1px dotted #343434; */
    margin-bottom: 2em;
    padding-bottom: 1em;
}

.mceContentBody div.profile h3 {
    border: medium none;
    margin-bottom: 0.5em;
}

.mceContentBody div.profile span.caption {
    display: block;
    line-height: 1.3;
}

.mceContentBody table.deco-tb.measurement {
    margin-bottom: 40px;
}

.mceContentBody table.deco-tb.measurement td {
    text-align: center;
}

.mceContentBody table.deco-tb.measurement img {
    display: block;
    margin: 0 auto;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ 書籍紹介 */

.mceContentBody div.books {
	
}

.mceContentBody div.books div.clearfix {
	margin-bottom: 40px;
}

.mceContentBody div.books div.deco-box h4 {
	margin-top: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ 米子市まち情報 */

.mceContentBody span.txtBg {
	background: #ccc;
	padding: 0.2em 0.3em;
	border-radius: 100px;
	color: #fff;
}

.mceContentBody span.txtBg.red { background: #dc5356; }
.mceContentBody span.txtBg.blue { background: #184d6e; }
.mceContentBody span.txtBg.orange { background: #9d7fbc; }
.mceContentBody span.txtBg.yellow { background: #eec352; }

.mceContentBody .movieWrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.mceContentBody .movieWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}