@charset "utf-8";
/*=================================
	glossary.css
	- unique
	@media only screen and (max-width: 640px)
	- clearfix
================================ */

/* glossaryTooltip01
-------------------------------- */
.glossaryTooltip01 {
	position: relative;
}
.glossaryTooltip01 .glossaryTooltipBalloon01 {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	padding: 0 0 10px 0;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.glossaryTooltip01 .glossaryTooltipBalloon01 > .inner {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	background-color: #eeeeee;
	box-shadow: 2px 2px 6px 3px rgb(210, 210, 210);
}
.glossaryTooltip01 .glossaryTooltipBalloon01 > .inner:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: solid transparent;
	border-color: transparent;
	border-width: 10px;
	border-top-color: #eeeeee;
	border-top-width: 10px;
}
.glossaryTooltip01 .glossaryTooltipBalloon01 > .inner > *:first-child {
	margin-top: 0;
}
.glossaryTooltip01 .glossaryTooltipBalloon01 > .inner > dl > dt {
	font-weight: bold;
	text-indent: 0 !important;
	font-size:14px;
	font-size: 1.4rem;
}
.glossaryTooltip01 .glossaryTooltipBalloon01 > .inner > dl > dd {
	overflow: hidden;
	position: relative;
	height: 4.8em;
	padding: 0 1em 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: 0 !important;
}
.glossaryTooltip01 .glossaryTooltipBalloon01 > .inner > dl > dd:before {
	content: "…";
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
}
.glossaryTooltip01 .glossaryTooltipBalloon01 > .inner > dl > dd:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
}
.glossaryTooltip01 .glossaryTooltipBalloon01 > .inner > dl > dd > p {
	margin-top: 0;
}
.glossaryTooltip01 .glossaryTooltipBalloon01 > .close {
	display: none;
}

/* glossaryContentColumn
-------------------------------- */
#glossaryContentColumn {
	overflow: hidden;
}
#glossaryContentColumn #glossaryAside01,
#glossaryContentColumn #glossarMain01 {
	float: left;
}
#glossaryContentColumn #glossaryAside01,
#glossaryContentColumn #glossaryAside02 { /*161110修正*/
	width: 170px;
}
#glossaryContentColumn #glossaryAside01 {
	margin: 0 30px 0 0;
}
#glossaryContentColumn #glossarMain01 {
	width: 624px;
}
#glossaryContentColumn #glossaryAside02 {
	float: right;
}
#glossaryContentColumn > * > *:first-child {
	margin-top: 0;
}

/* override */
#glossaryContentColumn section {
	padding-left: 0;
	padding-right: 0;
}

/* glossaryHdg01 */
.glossaryHdg01 {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
}

/* glossaryHdg02 */
.glossaryHdg02 {
	position: relative;
	margin: 55px 0 0 0;
	padding: 0 0 10px 0;
	color: #001166;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	border-bottom: 1px solid #cccccc;
}
.glossaryHdg02:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 50%;
	height: 1px;
	background-color: #777777;
}

/* glossaryNav01 */
.glossaryNav01 {
	margin: 20px 0 0 0;
}
.glossaryNav01 ul > li {
	margin: 1px 0 0 0;
}
.glossaryNav01 ul > li:first-child {
	margin-top: 0;
}
.glossaryNav01 ul > li > a {
	display: block;
	padding: 10px 30px;
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	border-color: #f5f5f5;
	color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	text-decoration: none;
}
/*.glossaryNav01 ul > li > a:hover,*/
.glossaryNav01 ul > li.on > a {
	background-color: #ffffff;
	border-color: #e50212;
	color: #e50212;
}

/* glossaryNav02 */
.glossaryNav02 {
	margin: 20px 0 0 0;
}
.glossaryNav02 > ul > li {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	background-image: url(/glossary/img/glossary_ic01.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}
.glossaryNav02 > ul > li:first-child {
	margin-top: 0;
}

/* glossaryNav03 */
.glossaryNav03 {
	padding: 5px 0 15px;
	background-image: url(/glossary/img/glossary_ex01.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.glossaryNav03 .ancType {
	margin-top: -18px;
}
.glossaryNav03 .ancType > li {
	line-height: 1.2;
}

/* glossaryContent01 */
.glossaryContent01 {
	margin: 35px 0 0 0;
}
.glossaryContent01 > *:first-child,
.glossaryContent01 > section:first-child > *:first-child {
	margin-top: 0;
}
.glossaryContent01 ul.iconLink01 {
	margin-top: 10px;
	letter-spacing: -0.4em;
}
.glossaryContent01 ul.iconLink01 > li {
	float: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.glossaryContent01 .figureColumn01 .figure img {
	max-width: 500px;
}

@media only screen and (max-width: 1024px) {
	/* 161110追加
	-------------------------------- */
	#glossaryContentColumn #glossaryAside01,
	#glossaryContentColumn #glossaryAside02 {
		width: 16%;
	}
	
	#glossaryContentColumn #glossarMain01 {
		width: 60%;
	}
}

@media only screen and (max-width: 640px) {

/* glossaryTooltip01
-------------------------------- */
.glossaryTooltip01 .glossaryTooltipBalloon01 {
	width: 200px;
	margin-left: -100px;
}
.glossaryTooltip01 .glossaryTooltipBalloon01 .close {
	position: absolute;
	top: -40px;
	right: 0;
	display: block;
}
.glossaryTooltip01 .glossaryTooltipBalloon01 .close > .btn {
	display: block;
	padding: 5px 10px;
	background-color: #eeeeee;
	font-size: 1.2rem;
	line-height: 1;
}
.glossaryTooltip01 .glossaryTooltipBalloon01 > .inner > dl > dd {
	height: 4.5em;
}

.glossaryTooltip01 .glossaryTooltipBalloon01.left {
	left: 0;
	margin-left: 0;
}
.glossaryTooltip01 .glossaryTooltipBalloon01.left > .inner:before {
	left: 10px;
	margin-left: 0;
}
.glossaryTooltip01 .glossaryTooltipBalloon01.right {
	left: auto;
	right: 0;
	margin-left: 0;
}
.glossaryTooltip01 .glossaryTooltipBalloon01.right > .inner:before {
	left: auto;
	right: 10px;
	margin-left: 0;
}

/* glossaryContentColumn
-------------------------------- */
#glossaryContentColumn {
	margin-top: 30px;
	padding: 0 15px;
}
#glossaryContentColumn > * {
	float: none !important;
	width: auto !important;
	margin: 30px 0 0 0 !important;
}
#glossaryContentColumn > *:first-child {
	margin-top: 0 !important;
}

/* glossaryHdg01 */
.glossaryHdg01 {
	padding-top: 0;
	font-size: 1.4rem;
}

/* glossaryHdg02 */
.glossaryHdg02 {
	margin-top: 20px;
	padding-bottom: 5px;
	font-size: 1.6rem;
}

/* glossaryNav01 */
.glossaryNav01 {
	margin-top: 15px;
}
.glossaryNav01:after {
	content: "※メニューは左右に動かせます。";
	margin: 10px 0 0 0;
	font-size: 1.1rem;
	line-height: 1;
}
.glossaryNav01 .inner01 {
	position: relative;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
/*.glossaryNav01 .inner01.overScroll:before {
	position: absolute;
	top: 50%;
	right: -10px;
	width: 0;
	height: 0;
	margin-top: -10px;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #e60012;
	-webkit-animation: arrow 0.5s linear 0s both;
	animation: arrow 0.5s linear 0s both;
	content: "";
}*/
.glossaryNav01 .inner01::-webkit-scrollbar {
	display: none;
}
.glossaryNav01 .inner01::-webkit-scrollbar:horizontal {
	display: none;
}
.glossaryNav01 .inner01-webkit-scrollbar-thumb {
	display: none;
}
.glossaryNav01 .inner01-webkit-scrollbar-thumb:horizontal {
	display: none;
}
.glossaryNav01 ul {
	display: table;
}
.glossaryNav01 ul > li {
	display: table-cell;
	margin-top: 0;
	padding: 0 0 0 2px;
	white-space: nowrap;
}
.glossaryNav01 ul > li:first-child {
	padding-left: 0;
}
.glossaryNav01 ul > li > a {
	padding: 5px 15px;
	font-size: 1.4rem;
}

/* glossaryNav02 */
.glossaryNav02 {
	margin-top: 15px;
	letter-spacing: -0.4em;
}
.glossaryNav02 > ul > li {
	display: inline-block;
	width: 47%;
	margin: 4% 4% 0 0;
	box-sizing: border-box;
	vertical-align: top;
	letter-spacing: normal;
}
.glossaryNav02 > ul > li:nth-child(-n+2) {
	margin-top: 0;
}
.glossaryNav02 > ul > li:nth-child(2n) {
	margin-right: 0;
}

/* glossaryNav03 */
.glossaryNav03 {
	padding: 0 0 14px;
}
.glossaryNav03 .ancType {
	margin-top: -13px;
}
.glossaryNav03 .ancType > li {
	line-height: 1.2;
}

/* glossaryContent01 */
.glossaryContent01 {
	margin-top: 20px;
}
.glossaryContent01 ul.iconLink01 {
	margin-top: 7px;
	letter-spacing: normal;
}
.glossaryContent01 ul.iconLink01 > li {
	display: block;
}
.glossaryContent01 .figureColumn01 .figure img {
	max-width: 100%;
}

}
