@charset "UTF-8";

#pagetitle {
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}
#pagetitle div.cabinet {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#pagetitle div.cabinet h1 {
	font-size: 220%;
	line-height: 120%;
	color: #999;
	margin-bottom: 5%;
}
#pagetitle div.cabinet h2 {
//	margin-top: 5%;
	margin-bottom: 1%;
	font-size: 90%;
	line-height: 120%;
	color: #005BC8;
}
#pagetitle div.cabinet h2 a {
	color: #005BC8;
}

#breadcrumb {
	width: auto;
	margin-bottom: 50px;
}
#breadcrumb div.bccabinet {
	width: 90%;
	margin: 0 auto;
	font-size: 60%;
	font-weight: bold;
	color: #005BC8;
}
#breadcrumb div.bccabinet span.arrow {
	margin-left: 10px;
	margin-right: 10px;
	color: #999;
}
#breadcrumb div.bccabinet a {
	font-weight: normal;
	color: #999;
}
@media (max-width: 880px) {
	#breadcrumb div.bccabinet {
		width: 90%;
		margin: 0 auto;
		font-weight: bold;
		color: #005BC8;
	}
	#breadcrumb div.bccabinet span.arrow {
		margin-left: 10px;
		margin-right: 10px;
		color: #999;
	}
	#breadcrumb div.bccabinet a {
		font-weight: normal;
		color: #999;
	}
}




div.cabinet div.topcaption {
	width: 100%;
	margin-bottom: 5%;
}
div.cabinet div.topcaption h2 {
	font-size: 180%;
	line-height: 140%;
}
div.cabinet div.topcaption p {
	font-size: 120%;
	line-height: 160%;
}



div.cabinet div.inner div.btn {
	margin-top: 30px;
	width: 720px;
	text-align: right;
}
div.cabinet div.inner div.btn img {
	width: 200px;
	height: auto;
}



div.cabinet div.servicelist {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
div.cabinet div.servicelist .item {
	width: 30%;
	padding: 1.5em;
	border: 1px solid #DDD;
	margin-left: 3%;
	margin-bottom: 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

div.cabinet div.servicelist .item h2 {
	font-size: 180%;
	font-weight: bold;
	color: #666;
	line-height: 140%;
	margin-bottom: 1em;
}
div.cabinet div.servicelist .item h2 span.flag {
	margin: 0;
	padding: 0;
	margin-right: 1em;
}
div.cabinet div.servicelist .item h2 span.flag img {
	width: 4em;
}
div.cabinet div.servicelist .item p {
	font-size: 100%;
	color: #666;
	line-height: 160%;
	margin-bottom: 40px;
}
div.cabinet div.servicelist ul.innerlist {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
div.cabinet div.servicelist ul.innerlist li {
	width: 100%;
	font-size: 100%;
	margin-bottom: 1.5em;
	padding-left: 0.5em;
	border-left: 3px solid #005BC8;
}
div.cabinet div.servicelist ul.innerlist span.readmore {
	display: block;
	margin: 0;
}
div.cabinet div.servicelist ul.innerlist span.readmore a {
	color: #005BC8;
}
@media (max-width: 880px) {
	div.cabinet div.servicelist {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	div.cabinet div.servicelist .item {
		width: 100%;
		padding: 1.5em;
		border: 1px solid #DDD;
		margin: 0;
		margin-bottom: 3%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	div.cabinet div.servicelist .item h2 {
		font-size: 180%;
		font-weight: bold;
		color: #666;
		line-height: 140%;
		margin-bottom: 1em;
	}
	div.cabinet div.servicelist .item h2 span.flag {
		margin: 0;
		padding: 0;
		margin-right: 1em;
	}
	div.cabinet div.servicelist .item h2 span.flag img {
		width: 4em;
	}
	div.cabinet div.servicelist .item p {
		font-size: 100%;
		color: #666;
		line-height: 160%;
		margin-bottom: 40px;
	}
	div.cabinet div.servicelist ul.innerlist {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	div.cabinet div.servicelist ul.innerlist li {
		width: 100%;
		font-size: 100%;
		margin-bottom: 1.5em;
		padding-left: 0.5em;
		border-left: 3px solid #005BC8;
	}
	div.cabinet div.servicelist ul.innerlist span.readmore {
		display: block;
		margin: 0;
	}
	div.cabinet div.servicelist ul.innerlist span.readmore a {
		color: #005BC8;
	}
}


div.cabinet div.inner ul.categorylist {
	width: 100%;
	padding-top: 30px;
	border-top: 1px solid #CCC;
	overflow: hidden;
}
div.cabinet div.inner ul.categorylist li {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;	
	overflow: hidden;
}
div.cabinet div.inner ul.categorylist li div.photo {
	float: left;
	width: 180px;
	height: 180px;
	margin-right: 40px;
}
div.cabinet div.inner ul.categorylist li div.text {
	float: left;
	width: 800px;
}
div.cabinet div.inner ul.categorylist li div.text h2 {
	font-size: 35px;
	line-height: 120%;
	margin-bottom: 15px;
}
div.cabinet div.inner ul.categorylist li div.text h2 a {
	color: #005BC8;
}
div.cabinet div.inner ul.categorylist li div.text h3 {
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 15px;
}
div.cabinet div.inner ul.categorylist li div.text h3 a {
	color: #005BC8;
}
div.cabinet div.inner ul.categorylist li div.text span.tag {
	font-size: 12px;
	margin-right: 10px;
	color: #666;	
}
div.cabinet div.inner ul.categorylist li div.text span.tag a {
	color: #BBB;
}
div.cabinet div.inner ul.categorylist li div.text p {
	font-size: 14px;
	line-height: 140%;
	margin-top: 20px;
	margin-bottom: 0px;
}
div.cabinet div.inner ul.categorylist li div.text p span.readmore {
	margin-left: 20px;
}
div.cabinet div.inner ul.categorylist li div.text p span.readmore a {
	color: #005BC8;
}



/*
div.cabinet div.inner ul.storylist {
	width: 100%;
	padding-top: 30px;
	border-top: 1px solid #CCC;
	overflow: hidden;
}
div.cabinet div.inner ul.storylist li {
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;	
	overflow: hidden;
}
div.cabinet div.inner ul.storylist li div.photo {
	float: left;
	width: 180px;
	height: 180px;
	margin-right: 40px;
}
div.cabinet div.inner ul.storylist li div.text {
	float: left;
	width: 800px;
}
div.cabinet div.inner ul.storylist li div.text h3 {
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 15px;
}
div.cabinet div.inner ul.storylist li div.text h3 a {
	color: #005BC8;
}
div.cabinet div.inner ul.storylist li div.text span.tag {
	font-size: 12px;
	margin-right: 10px;
	color: #666;	
}
div.cabinet div.inner ul.storylist li div.text span.tag a {
	color: #BBB;
}
div.cabinet div.inner ul.storylist li div.text p {
	font-size: 14px;
	line-height: 140%;
	margin-top: 20px;
	margin-bottom: 0px;
}
div.cabinet div.inner ul.storylist li div.text p span.readmore {
	margin-left: 20px;
}
div.cabinet div.inner ul.storylist li div.text p span.readmore a {
	color: #005BC8;
}
*/

div.cabinet div.news {
	width: 100%;
}
div.cabinet div.news h3 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 140%;
	font-weight: bold;
	line-height: 120%;
}
div.cabinet div.news ul.headline {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
div.cabinet div.news ul.headline li {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 1em;
}
div.cabinet div.news ul.headline li span.date {
	width: 8%;
	margin-right: 2%;
	font-weight: 300;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 100%;
	color: #999;
}
div.cabinet div.news ul.headline li span.title {
	width: 90%;
	font-size: 120%;
	line-height: 140%;
}
@media (max-width: 880px) {
	div.cabinet div.news {
	}
	div.cabinet div.news h3 {
	}
	div.cabinet div.news ul.headline {
	}
	div.cabinet div.news ul.headline li {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 1em;
	}
	div.cabinet div.news ul.headline li span.date {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.5em;
		font-weight: 300;
		font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		line-height: 100%;
		color: #999;
	}
	div.cabinet div.news ul.headline li span.title {
		display: block;
		width: 100%;
		font-size: 120%;
		line-height: 140%;
	}
}


div.cabinet div.newslist {
	width: 100%;
	margin-bottom: 10%;
}
div.cabinet div.newslist h2 {
	font-size: 180%;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 5%;
}
div.cabinet div.newslist h2 span {
	font-size: 70%;
	font-weight: normal;
//	font-weight: bold;
	line-height: 120%;
	color: #999;
	margin: 0;
	margin-left: 1em;
	padding: 0;
}
div.cabinet div.newslist ul.headline {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
div.cabinet div.newslist ul.headline li {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 5%;
}
div.cabinet div.newslist ul.headline li div.date {
	width: 8%;
	margin-right: 2%;
	font-weight: 300;
	font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 140%;
	color: #999;
}
div.cabinet div.newslist ul.headline li div.content {
	width: 90%;
}
div.cabinet div.newslist ul.headline li div.content p.title {
	font-size: 120%;
	line-height: 140%;
	margin-bottom: 1em;
}
div.cabinet div.newslist ul.headline li div.content p.bodytext {
	font-size: 90%;
	line-height: 160%;
}
@media (max-width: 880px) {
	div.cabinet div.newslist {
		width: 100%;
		margin-bottom: 10%;
	}
	div.cabinet div.newslist h2 {
		font-size: 180%;
		font-weight: bold;
		line-height: 140%;
		margin-bottom: 10%;
	}
	div.cabinet div.newslist h2 span {
		font-size: 70%;
		font-weight: normal;
	//	font-weight: bold;
		line-height: 120%;
		color: #999;
		margin: 0;
		margin-left: 1em;
		padding: 0;
	}
	div.cabinet div.newslist ul.headline {
	}
	div.cabinet div.newslist ul.headline li {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10%;
	}
	div.cabinet div.newslist ul.headline li div.date {
		width: 100%!important;
		margin-right: 0;
		margin-bottom: 1%;
		font-weight: 300;
		font: 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		line-height: 140%;
		color: #999;
	}
	div.cabinet div.newslist ul.headline li div.content {
		width: 100%;
	}
	div.cabinet div.newslist ul.headline li div.content p.title {
		font-size: 120%;
		line-height: 140%;
		margin-bottom: 1em;
	}
	div.cabinet div.newslist ul.headline li div.content p.bodytext {
		font-size: 90%;
		line-height: 160%;
	}
}



div.cabinet div.joinus {
	width: 90%;
	margin: 0 auto;
	padding: 1%;
	background-color: #EDEDED;
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
div.cabinet div.joinus h2 {
	display: block;
	width: 15%;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 250%;
	font-weight: 300;
	line-height: 120%;
	color: #999;
	padding: 0;
	margin: 0;
}
div.cabinet div.joinus .contents {
	width: 85%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 2%;
	padding-right: 2%;
}
div.cabinet div.joinus .contents span.caption {
	display: block;
	width: 70%;
	font-size: 80%;
	line-height: 140%;
}
div.cabinet div.joinus .contents div.btn {
	width: 25%;
	margin-right: 1%;
	background-color: #333;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.cabinet div.joinus .contents div.btn a {
	display: block;
	width: 100%;
	padding: 0.5em;
	background-color: #333;
	color: #FFF;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.cabinet div.joinus .contents div.btn a:hover {
	background-color: #4cd4f3;
	color: #FFF;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

@media (max-width: 880px) {
	div.cabinet div.joinus {
		width: 90%;
		margin: 0 auto;
		padding: 2%;
		background-color: #EDEDED;
		border: 1px solid #CCC;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
	}
	div.cabinet div.joinus h2 {
		display: block;
		width: 100%;
		text-align: center;
		font-family: 'Lato', sans-serif;
		font-size: 250%;
		font-weight: 300;
		line-height: 120%;
		color: #999;
		padding: 0;
		margin: 0;
		margin-bottom: 3%;
	}
	div.cabinet div.joinus .contents {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		padding-left: 2%;
		padding-right: 2%;
	}
	div.cabinet div.joinus .contents span.caption {
		display: block;
		width: 100%;
		font-size: 80%;
		line-height: 140%;
		margin-bottom: 3%;
	}
	div.cabinet div.joinus .contents div.btn {
		width: 50%;
		margin-right: 1%;
		background-color: #333;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	div.cabinet div.joinus .contents div.btn a {
		display: block;
		width: 100%;
		padding: 0.5em;
		background-color: #333;
		color: #FFF;
		text-align: center;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
	div.cabinet div.joinus .contents div.btn a:hover {
		background-color: #4cd4f3;
		color: #FFF;
		text-align: center;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	}
}

div.cabinet .leftcolumn {
//	float: left;
//	width: 750px;
	width: 73%;
}
@media (max-width: 880px) {
	div.cabinet .leftcolumn {
		width: 100%;
		margin: 0 auto;
	}
}
div.cabinet .leftcolumn div.stdpages {
	width: 100%;
}
div.cabinet .leftcolumn div.stdpages div.innersection {
	margin-bottom: 10%;
	width: 100%;
}

div.cabinet .leftcolumn div.stdpages div.innersection div.thxcabinet {
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}



div.cabinet .leftcolumn div.stdpages div.innersection h2 {
	font-size: 180%;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 20px;
}
div.cabinet .leftcolumn div.stdpages div.innersection h2 span.lead {
	font-size: 70%;
	font-weight: normal;
//	font-weight: bold;
	line-height: 120%;
	color: #999;
	margin: 0;
	margin-left: 1em;
	padding: 0;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet {
	margin-bottom: 10zz%;
}
div.cabinet .leftcolumn div.stdpages div.innersection h3 {
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
	line-height: 140%;
	margin-bottom: 1em;
}

div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet p {
	font-size: 100%;
	line-height: 160%;
	margin-bottom: 20px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet p.super {
	font-size: 120%;
	line-height: 160%;
	margin-bottom: 20px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet p.special {
	font-size: 220%;
	font-weight: bold;
	line-height: 160%;
//	margin-top: 3em;
	margin-bottom: 5%;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet img {
	width: 100%;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet p.strong {
	font-size: 95%;
	font-weight: bold;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet ul.std {
	margin-left: 2em;
	list-style: disc;
	margin-top: 10px;
	margin-bottom: 40px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet ul.std li {
	font-weight: bold;
	list-style: disc;
	line-height: 140%;
	margin-bottom: 15px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet ul.std2 {
	margin-left: 2em;
	list-style: disc;
	margin-top: 10px;
	margin-bottom: 40px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet ul.std2 li {
	font-weight: bold;
	list-style: disc;
	line-height: 140%;
	margin-bottom: 15px;
	color: #0096D9;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet ul.std2 li a {
	color: #0096D9;
	text-decoration: underline;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.innerblock {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.innerblock h4 {
	font-size: 90%;
	font-weight: bold;
//	text-decoration: underline;
	line-height: 140%;
	margin-bottom: 10px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.innerblock p {
	font-size: 90%;
	line-height: 160%;
	margin-bottom: 1em;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.innerblock p.small {
	font-size: 80%;
	line-height: 140%;
	margin-bottom: 0px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.innerblock p.link {
	font-size: 90%;
	line-height: 160%;
	margin-top: 1em;
	margin-bottom: 0px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.innerblock p.link a {
	color: #005BC8;
	font-weight: bold;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.innerblock p.link a:hover {
	color: #005BC8;
	font-weight: bold;
	text-decoration: underline;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.innerblock ul.std {
	margin-left: 2em;
	margin-top: 10px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.innerblock ul.std li {
	list-style: disc;
	line-height: 140%;
	margin-bottom: 15px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.innerblock ul.num {
	margin-left: 2em;
	list-style: decimal;
	margin-top: 10px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.innerblock ul.num li {
	list-style: decimal;
	line-height: 140%;
	margin-bottom: 15px;
}

.mapcabinet {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	height: 0;
	overflow: hidden;
}
.mapcabinet iframe,
.mapcabinet object,
.mapcabinet embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 880px) {
	.mapcabinet {
		position: relative;
		padding-bottom: 60%;
		height: 0;
		height: 0;
		overflow: hidden;
	}
	.mapcabinet iframe,
	.mapcabinet object,
	.mapcabinet embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-bottom: 40px;
	width: 100%;
}
@media screen and (max-width: 880px) {
	div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 40px;
		width: 100%;
	}
}

div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.photo {
	width: 25%;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.photo img {
	width: 100%;
}
@media screen and (max-width: 880px) {
	div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.photo {
		width: 50%;
		margin: 0 auto;
		margin-bottom: 10%;
	}
	div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.photo img {
		width: 100%;
	}
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption {
	width: 70%;
	padding-left: 5%;
}
@media screen and (max-width: 880px) {
	div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption {
		width: 100%;
		padding: 0;
	}
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption p.name {
	display: block;
	font-size: 160%;
	line-height: 120%;
	margin-bottom: 10px!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: baseline;
	align-items: baseline;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption p.name span.kanji {
	flex-grow: 1;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption p.name span.sub {
	flex-grow: 39;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: baseline;
	align-items: baseline;
}
/*
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption p.name span.sub span.en {
	font-family: 'Lato' !important;
	font-style: normal;
	font-weight: 200;
	font-size: 60%;
	color: #9A9A9A;
	line-height: 120%;
	margin-right:1em;
	margin-bottom: 0px!important;
}
*/
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption p.name span.sub span.jp {
	font-style: bold;
	font-size: 60%;
	color: #999;
	line-height: 120%;
	margin-left: 1em;
	margin-bottom: 0px!important;
	flex-grow: 2;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption p.name span.sub span.title {
	font-style: normal;
	font-size: 60%;
	line-height: 120%;
	margin-bottom: 0px!important;
	flex-grow: 8;
	text-align: right;
}
@media screen and (max-width: 880px) {
	div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption p.name {
		line-height: 100%;
		display: block;
		padding-bottom: 0.5em;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
	}
	div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption p.name span.kanji {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 0.5em;
	}
	div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption p.name span.sub {
		display: block;
		padding: 0;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption p.name span.sub span.jp {
		display: block;
		width: 100%;
		text-align: center;
		flex-grow: 1;
		margin: 0;
		margin-bottom: 1em!important;
	}
	div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption p.name span.sub span.title {
		display: block;
		width: 100%;
		text-align: center;
		flex-grow: 1;
		margin: 0;
	}
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption p.comment {
	display: block;
	font-size: 12px;
	line-height: 160%;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption div.biography ul {
	margin-left: 0em;
	margin-top: 10px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.caption div.biography ul li {
	font-weight: normal;
	list-style: none;
	line-height: 120%;
	margin-bottom: 10px;
	font-size: 12px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.biography {
	padding-top: 5%;
	padding-bottom: 5%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.innercabinet div.profile div.biography .datablock {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
/*
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
*/
}
.datablock h3 {
	font-size: 120%;
	font-weight: bold;
	color: #666;
	line-height: 140%;
	margin-bottom: 20px;
	text-decoration: none!important;
}
.datablock .inner {
	margin-left: 2%;
	margin-bottom: 8%;
}
.datablock .inner2 {
	margin-left: 2%;
	margin-bottom: 0;
}

div.cabinet .leftcolumn div.stdpages div.innersection div.listcabinet {
	margin-bottom: 30px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.listcabinet ul.list {
//	width: 750px;
	overflow: hidden;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.listcabinet ul.list li.item {
//	width: 750px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
	margin-bottom: 40px;
	overflow: hidden;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.listcabinet ul.list li.item h2 {
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 15px;
}
div.cabinet .leftcolumn div.stdpages div.innersection div.listcabinet ul.list li.item p {
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 10px;
}


div.cabinet .rightcolumn {
	width: 23%;
}
@media (max-width: 880px) {
	div.cabinet .rightcolumn {
		width: 90%;
		margin: 0 auto;
	}
}

div.cabinet .rightcolumn div.subnavi {
	width: 100%;
	overflow: hidden;
}
div.cabinet .rightcolumn div.subnavi div.inner {
	width: 100%;
	border-top: 1px solid #999;
	margin-bottom: 20px;
	padding-top: 10px;
	overflow: hidden;
}

div.cabinet .rightcolumn div.subnavi h2 {
	display: block;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
div.cabinet .rightcolumn div.subnavi ul {
	width: 100%;
	padding-top: 10px;
	list-style: none;
	overflow: hidden;
}
div.cabinet .rightcolumn div.subnavi ul li {
	width: 100%;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}
div.cabinet .rightcolumn div.subnavi ul li ul.inner {
	width: 90%;
	padding-top: 10px;
	padding-bottom: -10px;
	padding-left: 10px;
}
div.cabinet .rightcolumn div.subnavi ul li ul.inner li {
//	font-size: 14px!important;
//	font-weight: normal!important;
	color: #666!important;
	list-style: disc!important;
	background: none!important;
	padding: 0px!important;
	border: none!important;
	margin-left: 15px!important;
	margin-bottom: 10px!important;
}


.tablecabinet {
	width: auto;
	margin-bottom: 3em;
}
.tablecabinet table {
}
.tablecabinet table tr.title {
	border-bottom: 1px solid #CCC;	
}
.tablecabinet table th {
	font-size: 100%;
	font-weight: bold;
	padding: 1em;
	padding-right: 2em;
}

.tablecabinet table th.horizontal {
	font-size: 100%;
	font-weight: bold;
	padding: 1em;
	text-align: center;
}
.tablecabinet table td {
	font-size: 100%;
	padding: 1em;
}

.tablecabinet2 {
	width: auto;
	margin-bottom: 3em;
}
.tablecabinet2 h4 {
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 10px;
	color: #777;
}
.tablecabinet2 table {
	border-top: 1px solid #CCC;
	margin-bottom: 30px;
}
.tablecabinet2 table tr {
	border-bottom: 1px dotted #CCC;	
}
.tablecabinet2 table tr.multi {
	border: none;
}
.tablecabinet2 table tr.subline {
	padding-top: 0.5em;
}
.tablecabinet2 table tr.end {
	border-bottom: 1px solid #CCC;	
}
.tablecabinet2 table th {
	font-size: 100%;
	padding: 0.2em;
	padding-right: 1em;
	text-align: left;
}
.tablecabinet2 table td {
	font-size: 120%;
	padding: 0.2em;
}
.tablecabinet2 table td.name {
	font-weight: bold;
	padding-right: 3em;
}
.tablecabinet2 table td.caption {
	font-size: 100%;
	padding: 0.2em;
	padding-bottom: 1em;
	line-height: 120%;
}


.tablecabinet3 {
	width: auto;
	margin-top: 3em;
	margin-bottom: 3em;
}
.tablecabinet3 h4 {
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 10px;
	color: #777;
}
.tablecabinet3 table {
	width: 100%;
	border-top: 1px solid #CCC;
	margin-bottom: 30px;
}
.tablecabinet3 table tr {
	border-bottom: 1px dotted #CCC;	
}
.tablecabinet3 table tr.multi {
	border: none;
}
.tablecabinet3 table tr.subline {
	padding-top: 1em;
}
.tablecabinet3 table tr.end {
	border-bottom: 1px solid #CCC;	
}
.tablecabinet3 table th {
	font-size: 100%;
	padding: 1em;
	padding-right: 1em;
	text-align: left;
}
.tablecabinet3 table td {
	font-size: 120%;
	padding: 1em;
}
.tablecabinet3 table td ul.list {
	margin-left: 0em;
}
.tablecabinet3 table td ul.list li {
	font-weight: normal;
	list-style: none;
	line-height: 120%;
	margin-bottom: 10px;
	font-size: 14px;
}
.tablecabinet3 table td.name {
	font-weight: bold;
	padding-right: 3em;
}
.tablecabinet3 table td.caption {
	font-size: 100%;
	padding: 1em;
	padding-bottom: 1em;
	line-height: 120%;
}
@media (max-width: 880px) {
	.tablecabinet3 {
		width: 100%;
	}
	.tablecabinet3 table th {
		display: block;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.tablecabinet3 table td {
		display: block;
	}
}


.tablecabinet4 {
	width: auto;
	margin-top: 3em;
	margin-bottom: 3em;
}
.tablecabinet4 h4 {
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 10px;
	color: #777;
}
.tablecabinet4 table {
	width: 100%;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
}
.tablecabinet4 table tr {
//	border-bottom: 1px dotted #CCC;	
}
.tablecabinet4 table tr.multi {
	border: none;
}
.tablecabinet4 table tr.subline {
	padding-top: 1em;
}
.tablecabinet4 table tr.end {
	border-bottom: 1px solid #CCC;	
}
.tablecabinet4 table th {
	font-size: 100%;
	padding: 0.5em;
	padding-right: 1em;
	text-align: left;
}
.tablecabinet4 table td {
	font-size: 120%;
	padding: 0.5em;
}
.tablecabinet4 table td ul.list {
	margin-left: 0em;
}
.tablecabinet4 table td ul.list li {
	font-weight: normal;
	list-style: none;
	line-height: 120%;
	margin-bottom: 10px;
	font-size: 120%;
}
.tablecabinet4 table td.name {
	font-weight: bold;
	padding-right: 3em;
}
.tablecabinet4 table td.caption {
	font-size: 100%;
	padding: 1em;
	padding-bottom: 1em;
	line-height: 120%;
}
@media (max-width: 880px) {
	.tablecabinet4 {
		width: 100%;
	}
	.tablecabinet4 table th {
		display: block;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.tablecabinet4 table td {
		display: block;
	}
}

.tablecabinet_staff {
	width: auto;
	margin-bottom: 3em;
}
.tablecabinet_staff h4 {
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 10px;
	color: #777;
}
.tablecabinet_staff table {
	width: 100%;
	border-top: 1px solid #CCC;
	margin-bottom: 30px;
}
.tablecabinet_staff table tr {
	border-bottom: 1px dotted #CCC;	
}
.tablecabinet_staff table tr.multi {
	border: none;
}
.tablecabinet_staff table tr.subline {
	padding-top: 1em;
}
.tablecabinet_staff table tr.end {
	border-bottom: 1px solid #CCC;	
}
.tablecabinet_staff table th {
	display: block;
	font-size: 100%;
	font-weight: bold;
	color: #999;
	padding: 0em;
	padding-right: 1em;
	text-align: left;
}
.tablecabinet_staff table td {
	display: block;
	font-size: 100%;
	padding: 1em;
}
.tablecabinet_staff table td.name {
	font-weight: bold;
	padding-right: 3em;
}
.tablecabinet_staff table td.caption {
	font-size: 80%;
	padding: 1em;
	padding-bottom: 1em;
	line-height: 120%;
}


table.incell1 {
	width: 100%;
	border: none;
}
table.incell1 tr {
	border: none;
}
table.incell1 th {
	text-align: left;
	font-size: 80%;
	font-weight: normal;
	padding: 0;
	padding-right: 0.5em;
}
table.incell1 td {
	text-align: left;
	padding: 0;
	font-size: 90%;
}



.tablecabinet_mailform {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 2%;
}
/*
.tablecabinet_mailform table {
	width: 100%;
	border-top: 1px solid #CCC;
}
.tablecabinet_mailform table tr {
}
.tablecabinet_mailform table tr th {
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	color: #999;
	padding: 1em;
	width: 15%;
}
.tablecabinet_mailform table tr td {
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	line-height: 160%;
	padding: 1em;
}
*/
@media (max-width: 880px) {
	.tablecabinet_mailform {
		width: 100%;
	}
	.tablecabinet_mailform table.mailform {
		width: 100%;
	}
	.tablecabinet_mailform table.mailform tr th {
		display: block;
		width: 100%;
	}
	.tablecabinet_mailform table.mailform tr td {
		display: block;
		width: 100%;
	}

/*
	.tablecabinet_mailform table {
		width: 100%;
	}
	.tablecabinet_mailform table tr th {
		display: block;
		text-align: left;
		vertical-align: top;
		font-size: 90%;
		color: #999;
		font-weight: bold;
		padding: 0;
		padding-top: 2em;
		margin-bottom: 1em;
		width: 100%;
	}
	.tablecabinet_mailform table tr td {
		display: block;
		text-align: left;
		vertical-align: top;
		font-size: 14px;
		line-height: 160%;
		padding: 0;
	}
	.tablecabinet_mailform table tr td .send {
		display: block;
		width: 15%;
		font-size: 110%;
		color: #FFF;
		background-color: #666;
		border: none;
		cursor: hand;
	}
	.tablecabinet_mailform table tr td .send:hover {
		background-color: #2fb3cd;
	}
*/
}


/*
.formcabinet {
	width: auto;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.formcabinet #btn_submit {
	width: 140px;
	height: 30px;
	background-image: url(../images/sendbtn_off.jpg);
	border: none;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.formcabinet #btn_submit:hover {
	background-image: url(../images/sendbtn_on.jpg);
}
*/
.customSelect {
    background: #2ecc71;
    border: 5px solid #239954;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}



dl.float {
	margin-top: 10px;
	overflow: hidden;
}
dl.float dt {
	float: left;
	width: 14%;
	margin-bottom: 5px;
}
dl.float dd {
	float: left;
	width: 86%;
	margin-bottom: 5px;
}

dl.float2 {
	margin-top: 10px;
	overflow: hidden;
}
dl.float2 dt {
	float: left;
	width: 20%;
	margin-bottom: 5px;
}
dl.float2 dd {
	float: left;
	width: 80%;
	margin-bottom: 5px;
}



