@charset "utf-8";
/* CSS Document */

.detail .company-information {
	border: 2px solid #dfe3e8;
	border-radius: 4px;
	padding: 14px 15px 9px;
	margin: 0 10px 20px;
}
.detail .company-information .box-title {
	overflow: hidden;
	display: table;
	margin-bottom: 16px;
}
.detail .company-information .box-title .icon_crown {
	float: left;
	margin-right: 8px;
}
.detail .company-information .box-title h2 {
	font-size: 16px;
	line-height: 1.3;
	display: table-cell;
	vertical-align: middle;
}
.detail .company-information .nologo {
	margin-bottom:0;
}
.detail .company-information .box-logo {
	text-align: center;
	margin-bottom: 6px;
}
.detail .company-information .box-logo img {
	height:100px;
}
.detail .company-information .box-summary {
	margin: 0;
}
.detail .company-information .box-link {
	margin-bottom: 0;
}
.detail .company-information .box-link li {
	margin: 5px 0;
	line-height: 23px;
	width: 266px;
	max-width: 100%;
}
.detail .company-information .box-link li a {
	padding: 11px 0;
	font-size: 18px;
}


.detail .outside-client .box-link {
	text-align: center;
	margin-bottom: 9px;
}
.detail .outside-client .box-link li {
	display: inline-block;
	margin: 6px 2px 0;
	text-align: center;
	width: 147px;
}
.detail .outside-client .box-link li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 4px 0;
}

/* .nosponsor */
.nosponsor .company-information {
	padding: 10px 12px 18px;
	margin-bottom: 10px;
}
.nosponsor .company-information .box-title {
	margin-bottom: 0;
}


.detail .company-score .box-title {
	background-color: #f0f0f0;
	overflow: hidden;
	position: relative;
	box-shadow: rgb(235, 235, 235) 0px 6px 12px -6px inset;
	-webkit-box-shadow: rgb(235, 235, 235) 0px 6px 12px -6px inset;
	-moz-box-shadow: rgb(235, 235, 235) 0px 6px 12px -6px inset;
	padding: 8px 10px;
	margin-bottom: 10px;
}
.detail .company-score .box-title .icon_crown {
	float: left;
}
.detail .company-score .box-title h3 {
	background: transparent;
	color: #333;
	font-size: 18px;
	padding: 8px 100px 5px 54px;
	margin-bottom: 0;
}
.detail .company-score .box-title .box-score {
	position: absolute;
	margin: 0;
	right: 10px;
	top: 10px;
	font-size: 16px;
}
.detail .company-score .box-title .box-score strong {
	color: #e66;
	font-weight: bold;
}
.detail .company-score .box-title .box-score span {
	font-size: 24px;
}




.detail .score-sheet {
	margin: 0 10px 12px;
}
.detail .score-sheet table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 6px;
}
.detail .score-sheet th {
	background-color: #dfe3e8;
	font-size: 10px;
	font-weight: bold;
	border-right: 1px solid #fff;
	padding: 4px 9px;
}
.detail .score-sheet th:last-child {
	border: 0;
}
.detail .score-sheet td {
	border-right: 1px solid #e1e5e9;
	border-bottom: 1px solid #e1e5e9;
	text-align: left;
	padding: 7px 9px;
}
.detail .score-sheet td:nth-child(2) {
	text-align: center;
}
.detail .score-sheet td:last-child {
	border-right: 0;
	text-align: right;
	font-size: 10px;
}
.detail .score-sheet tr:last-child td {
	border-bottom: 0;
}
.detail .score-sheet td:first-child span {
	color: #55a0c5;
	font-weight: bold;
	margin-right: 6px;
}
.detail .score-sheet td:last-child strong {
	color: #ee6666;
	font-weight: bold;
}
.detail .score-sheet td:last-child strong.nocolor {
	color: #666;
}
.detail .score-sheet td:last-child span {
	font-size: 12px;
}
.detail .score-sheet p.box-notes {
	margin: 0;
}
.detail .score-graph {
	margin: 0 5px;
	padding-bottom: 20px;
}
.detail .score-graph .graph-title {
	overflow: hidden;
	margin-bottom: 5px;
}
.detail .score-graph .graph-title p {
	font-size: 10px;
	font-weight: bold;
	color: #666; /* 55a0c5 */
	border: 1px solid #666; /* 55a0c5 */
	line-height: 13px;
	border-radius: 7px;
	text-align: center;
	/* float: left; */
	padding: 0 20px;
	margin: 7px 0 5px;
	display:inline-block;
}
.detail .score-graph .graph-title ul {
	/* float: right; */
	font-size: 9px;
}
.detail .score-graph .graph-title li {
	position: relative;
	padding-left: 10px;
}
.detail .score-graph .graph-title li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	background-color: #c6e2f0;
	width: 7px;
	height: 7px;
}
.detail .score-graph .graph-title li.active:before {
	background-color: #ee6666;
}

.graph_box{width:640px; position:relative; margin:0 auto 0; padding-bottom:32px;}
.graph_bg{width:570px; margin-left:50px;border-right: solid 2px #cfcfcf;}
.graph_bg div.top {height:5px;border-top: solid 2px #cfcfcf;}
.graph_bg div.foot{height:5px;border-bottom:solid 2px #cfcfcf;}
.graph_bg div.top {border-left:solid 2px #cfcfcf;}
.graph_bg div.foot{border-left:solid 2px #cfcfcf;}
.graph_ten{margin-left:50px;overflow:visible;position:relative;}
.graph_ten div{ text-align:center;overflow:visible; position:absolute; top:0px;}


.score-graph dl{width:640px; position:absolute; top:8px;left;0px;}
.score-graph dt{width:36px; height:50px;float:left; color:#55a0c5; text-align:right; line-height:50px;padding:0px 14px 0px 0px; }
.score-graph dd{width:570px;height:50px;float:left; position:relative;}
.score-graph dd p.bar_main{height:20px; position:absolute; top:11px;left:2px; background-color:#ee6666;margin:0;}
.score-graph dd p.bar_base{height:20px; position:absolute; top:20px;left:2px; background-color:#c6e2f0;margin:0;}

.detail .users-voice {
	margin: 0;
}
.detail .box-voice {
	padding-top: 10px;
	margin: 0 10px;
}
.detail .box-voice li {
	border: 1px solid #dfe3e8;
	border-radius: 2px;
	margin-bottom: 9px;
	position: relative;
}
.detail .box-voice li:before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 15%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 4px 0 7px;
	border-color: #fff transparent transparent transparent;
	transform: rotate(25deg);
	z-index: 100;
}
.detail .box-voice li:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 15%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 4px 0 8px;
	border-color: #dfe3e8 transparent transparent transparent;
	z-index: -1;
	transform: rotate(25deg);
}
.detail .box-voice .bxslider-list-wrapper {
	overflow: hidden;
	background-color: #fff;
	padding: 7px 9px;
}
.detail .box-voice .box-voice-img {
	float: left;
	text-align: center;
	margin-right: 12px;
}
.detail .box-voice .box-voice-img p {
	margin: 0;
	font-weight: bold;
	font-size: 10px;
	margin-top: 5px;
}
.detail .box-voice .box-voice-txt {
	margin: 0;
}
.detail .users-voice .comment-box.comment-p .comment-genre {
	background-color:#fbf6ef;
	padding:10px;
	border-radius:4px;
	margin:10px 10px 0;
	font-size:16px;
	color:#333;
}
.detail .users-voice .comment-box.comment-n .comment-genre {
	background-color:#eef5f7;
	padding:10px;
	border-radius:4px;
	margin:20px 10px 0;
	font-size:16px;
	color:#333;
}

.detail .premium_tabs .horizontal,
.detail .tabs .horizontal {
	overflow: hidden;
	border-bottom: 3px solid #55a0c5;
	padding: 0 10px;
}
.detail .premium_tabs .horizontal li,
.detail .tabs .horizontal li {
	float: left;
	border: 1px solid #e0e3e5;
	border-bottom: 0;
	border-radius: 2px;
	text-align: center;
	margin-right: 2%;
	width: 49%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #f2f2f3), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(top, #fff 0%, #f2f2f3 95%);
	background: -moz-linear-gradient(top, #fff 0%, #f2f2f3 95%);
	background: -o-linear-gradient(top, #fff 0%, #f2f2f3 95%);
	background: -ms-linear-gradient(top, #fff 0%, #f2f2f3 95%);
	background: linear-gradient(top, #fff 0%, #f2f2f3 95%);

}
.detail .premium_tabs .horizontal li:last-child,
.detail .tabs .horizontal li:last-child {
	margin: 0;
}
.detail .premium_tabs .horizontal li a,
.detail .tabs .horizontal li a {
	color: #9a9fa6;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 9px;
}
.detail .premium_tabs .horizontal li.active a,
.detail .tabs .horizontal li.active a {
	color: #fff;
	background-color: #55a0c5;
	border-radius: 2px 2px 0 0;
}
.detail .users-voice .btn-more {
	margin-bottom: 16px;
}
.detail .users-voice .btn-more a {
	height: auto;
}
.detail .company-cm {
	padding-bottom: 10px;
}
.detail .company-cm .movie {
	text-align: center;
	margin-bottom: 14px;
}
.detail .company-feature article {
	margin-bottom: 12px;
}
.detail .company-feature article p {
	font-size:14px;
}
.detail .company-feature h4 {
	border-left: 4px solid #55a0c5;
	margin: 0 10px;
	padding-left: 6px;
	line-height: 1.16;
	margin-bottom: 10px;
}
.detail .company-feature ul.art-list {
	margin: 0 10px 15px;
}
.detail .company-feature ul.art-list li {
	list-style: disc;
	list-style-position: inside;
}
.detail .company-feature .feature-title {
	color: #55a0c5;
	font-weight: bold;
	border: 2px solid #e3ecf0;
	border-radius: 2px;
	line-height: 1.16;
	padding: 3px 10px;
	margin-bottom: 6px;
	font-size: 14px;
}
.detail .company-feature h5.feature-title {color: #55a0c5; font-weight: bold; border: 2px solid #e3ecf0; border-radius: 2px; line-height: 1.4; padding: 3px 10px; margin:0 10px 6px; font-size: 14px;}
.detail .company-feature .feature-subtitle {border-bottom:2px solid #55a0c5; color:#55a0c5; margin: 0 10px 4px; font-size: 14px; line-height:1.16;}
.detail .company-feature .feature-accenttitle { margin:6px 10px 4px; font-size: 14px; line-height:1.16;}
.detail .feature-notes {
	margin: 36px 0 18px;
}
.detail .feature-notes p {
	font-size: 12px;
	margin: 8px;
}
.detail .feature-notes ol li {
	list-style: none;
	padding-left: 3em;
	text-indent: -2em;
}
.detail .company-feature .contact {
	background-color: #f5f5f5;
	margin: 0 10px 25px;
	padding: 10px 15px;
	border-radius: 2px;
}
.detail .company-feature .contact dt {
	font-weight: bold;
}
.detail .company-feature .contact dd {
	margin-bottom: 18px;
}
.detail .company-feature .contact dd:last-child {
	margin-bottom: 0;
}


/* ********************************************* */
/* ** 20150521追加 調査概要 ** */
/* ********************************************* */
.detail .old-research .arrow-link {
	overflow: hidden;
	margin-bottom: 10px;
}
.detail .old-research .arrow-link li {
	float: left;
	width: 33%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
.detail .old-research .appeal {
	border: 2px solid #64a7c8;
	margin: 0 10px 20px;
	padding: 8px 19px;
	border-radius: 5px;
	overflow: hidden;
}
.detail .old-research .appeal .img-research {
	float: right;
	margin-bottom: 2px;
	margin-left: 6px;
}
.detail .old-research .appeal .txt-research {
	margin: 12px 0 0;
	font-size: 12px;
	color: #64a7c8;
}
.detail .old-research .appeal .txt-research span {
	font-size: 21px;
}
.detail .old-research .appeal .arrow-link {
	margin: 12px 0 0;
}
.detail .old-research .appeal .arrow-link li {
	float: none;
	width: auto;
}


/* TOP INTERVIEW */
.top-interview .photo-r,
.top-interview .photo-l {display:block; text-align:center; margin:0 10px 1em;}
.top-interview .photo-r img,
.top-interview .photo-l img {width:100%; max-width:200px;}
.top-interview .question {display:block; color:#0c50a3; font-weight:bold; line-height:160%; padding-bottom:3px;}
.top-interview .answer {display:block; line-height:160%; padding-bottom:1em;}

/* detail-company-score */
.recommend-intention-box {}
.recommend-intention-box th:first-of-type {border-right:none;}
.recommend-intention-box th:last-of-type {width:16%;}
.recommend-intention-box td.score {text-align:right;}
.recommend-intention-box td:last-child strong {color:#ee6666; font-size:10px;}
.recommend-intention-box td:last-child span {font-size:12px;}
.recommend-intention-box .socre-sheet tbody td.text {padding:10px 9px;}
.recommend-intention-box .recommend-intention-title {font-weight:bold;}

.company-intention-box .detail_result2 {padding:0 0 30px;}
.company-intention-box .detail_result3 {padding:0 0 30px;}
.company-intention-box .detail_result2 table th {background-color:#deebf7;}
.company-intention-box .detail_result3 table th {background-color:#deebf7;}
.company-intention-box .detail_result2 table th:first-of-type {border-right:none;}
.company-intention-box .detail_result3 table th:first-of-type {border-right:none;}
.company-intention-box .detail_result2 table th:last-of-type {padding:5px 20px; text-align:right;}
.company-intention-box .detail_result3 table th:last-of-type {padding:5px 20px; text-align:right;}
.company-intention-box table .td1 {font-size:79%;}

/* ** company users voice ** */
.detail .users-voice .comment-box.comment-e .comment-genre {background-color: #e8f7ed; padding: 10px; border-radius: 4px; margin: 20px 10px 0; font-size: 16px; color: #333;}
.users-voice h5 { font-size: 14px; margin: 20px 10px 0; border-left: 6px solid #9ca4a7; padding-left: 5px;}