@charset "UTF-8";

.groupmap {
	position: relative;
}

.groupmap a {
	display: block;
	position: absolute;
	top: 78px;
	width: 150px;
	height: 150px;
	background: url(../images/blank.gif) no-repeat left top;
}

.groupmap a#map01 { left: 50px; }
.groupmap a#map02 { left: 265px; }
.groupmap a#map03 { left: 480px; }

.groupmap a#map01:hover { background-image: url(../images/group02.gif); }
.groupmap a#map02:hover { background-image: url(../images/group03.gif); }
.groupmap a#map03:hover { background-image: url(../images/group04.gif); }

#contents #popupinner {
	display: none;
}

#popupinner {
	padding: 20px;
}

#cboxContent .textbox {
	display: table;
}

#cboxContent .textbox > div {
	display: table-cell;
	vertical-align: top;
}

#cboxContent .textbox > div.text {
	width: 100%;
}

#cboxContent .textbox > div+div {
	padding-left: 15px;
}

#cboxContent .textbox > div.figure img {
	display: block;
	margin: auto;
}

#cboxContent .textbox > div.figure p {
	font-size: 90%;
}

#cboxContent .textbox > div.figure img+img {
	margin-top: 10px;
}

#cboxContent .textbox > div.figure img+p {
	margin-top: 5px;
}

#cboxContent .textbox > div.figure p+img {
	margin-top: 10px;
}

#cboxContent .textbox .title img {
	display: none;
}

#cboxContent .textbox .title {
	font-size: 110%;
	line-height: 1.5em;
	font-weight: bold;
}


div.icon {
	margin: 30px auto 0px;
}

div.icon ul {
	display: table;
	width: 100%;
}

div.icon ul li {
	display: table-cell;
	width: 116px;
	height: 39px;
	padding: 6px 9px 1px 45px;
	color: #333333;
	font-size: 85%;
	line-height: 120%;
	vertical-align: middle;
	background: none no-repeat 0px 7px;
}

div.icon ul li.icon_f { background-image: url(../../../images/icon_f_l.gif); background-size: 39px 39px; }
div.icon ul li.icon_p { background-image: url(../../../images/icon_p_l.gif); background-size: 39px 39px; }
div.icon ul li.icon_s { background-image: url(../../../images/icon_s_l.gif); background-size: 39px 39px; }
div.icon ul li.icon_o { background-image: url(../../../images/icon_o_l.gif); background-size: 39px 39px; }


td span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	text-indent: -10000px;
	vertical-align: top;
	background: none no-repeat left top;
	overflow: hidden;
}

td span.icon_f { background-image: url(../../../images/icon_f_l.gif); background-size: 16px 16px; }
td span.icon_p { background-image: url(../../../images/icon_p_l.gif); background-size: 16px 16px; }
td span.icon_s { background-image: url(../../../images/icon_s_l.gif); background-size: 16px 16px; }
td span.icon_o { background-image: url(../../../images/icon_o_l.gif); background-size: 16px 16px; }


.breakAll {
	word-break: break-all;
}

#contents .table td.groupCompanyName {
	background-color: #D8D6D6 !important;
}