@charset "UTF-8";

/*
en_US
*/

/* quick apply */
@import "/css/eng/cj/cj_edit_ajax.css";
@import "/css/eng/cj/cj_list.css";
@import "/css/eng/cj/cj_layout.css";

/* =========================================================
header (reset settings from cj_list.css)
========================================================= */
#list {
	margin-bottom: 12px;
}
#list .header {
	border-bottom: none;
	padding: 0;
}
#list .header li.category {
	margin: 0 0 0 6px;
}
/* =========================================================
tab-navi
========================================================= */
#tab-navi {
	clear: both;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	margin: 15px 0 12px 0;
	width: 100%;
}
#tab-navi:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#tab-navi ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tab-navi li {
	float: left;
	background-color: #f7f6f5;
	border-top: 4px solid #666666;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #d4d4d4;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-right: -1px;
	white-space: nowrap;
	width: 175px;
	text-align: center;
}
#tab-navi li a {
	display: block;
	color: #333333;
	font-weight: bold;
	line-height: 100%;
	padding: 12px 20px 9px 20px;
	cursor: pointer;
}
#tab-navi li a:hover {
	color: #ffb400;
}
#tab-navi li span {
	font-weight: normal;
}
#tab-navi li.on {
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* =========================================================
headline
========================================================= */
#detail .headline {
	margin: 20px 0 30px;
}
#detail .headline .world-area {
	font-weight: bold;
	font-size: 14px;
	margin-top: -4px;
	margin-bottom: 4px;
}
#detail .headline .comname {
	clear: both;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#detail .headline h2 {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#detail .headline h2 a {
	color: #666;
	display: table-cell;
	vertical-align: middle;
}
#detail .headline h2 a:hover {
	color: #ff9933;
}
#detail .headline h2 img {
	vertical-align: middle;
	margin-right: 4px;
	margin-bottom: 4px;
}
#detail .headline .box {
	clear: both;
	background-color: #f7f6f5;
	border: 2px solid #e8ece9;
	font-size: 15px;
}
#detail .headline dl {
	text-align: left;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: calc(100% - 2px);
}
#detail .headline dt {
	display: table-cell;
	vertical-align: middle;
	line-height: 137%;
	padding: 15px 5px 15px 15px;
}
#detail .headline dt .title {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
}
#detail .headline dt .comname {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	font-size: 13px;
	color: #666;
}
#detail .headline dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 15px 15px 5px;
	white-space: nowrap;
	width: 1%;
}
#detail .headline dd ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#detail .headline dd li.entry a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #df0000;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 5px;
	padding: 12px 20px 10px;
	font-weight: bold;
}
#detail .headline dd li.entry a:hover {
	background-color: #ffcc00;
}
#detail .headline .filled {
	font-size: 14px;
	color: #ea553a;
	background-color: #ffeaea;
	text-align: center;
	line-height: 100%;
	margin: -10px 15px 15px;
	padding: 10px;
	font-weight: normal;
}
#detail .headline .other-cjs {
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: -5px 15px 15px;
	padding: 12px 12px 9px;
}
#detail .headline .other-cjs .title {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
#detail .headline .other-cjs .title div {
	display: table-cell;
	vertical-align: middle;
}
#detail .headline .other-cjs .title div:first-child {
	padding-right: 3px;
}
#detail .headline .other-cjs .title div:nth-child(2) {
	font-weight: bold;
}
#detail .headline .other-cjs .title div:nth-child(2) a {
	color: #333;
	margin-right: 2px;
}
#detail .headline .other-cjs .title div:nth-child(2) a:hover {
    color: #ff9933;
}
#detail .headline .other-cjs ul {
	padding: 0 0 0 2em;
	margin: 10px 0 0;
	font-size: 13px;
}
#detail .headline .other-cjs li {
	margin-bottom: 9px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #d6d6d6;
}
#detail .headline .webid {
	margin-top: 6px;
	display: inline-block;
}
#detail .headline .webid span {
	color: #999999;
	margin-right: 4px;
}
/* -----------------------------------------------
user panel tool
----------------------------------------------- */
#detail .panel {
	float: right;
	border-left: 2px solid #e6eae6;
	border-right: 2px solid #e6eae6;
	border-bottom: 2px solid #e6eae6;
	background-color: #f7f6f5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 8px 8px 8px 9px;
	margin: 0;
}
#detail .panel ul {
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}
#detail .panel li {
	display: table-cell;
	vertical-align: middle;
}
#detail .panel li span {
	display: none;
}
#detail .panel li a {
	display: block;
	height: 18px;
}
#detail .panel li.fan .off a {
	border-right: 2px solid #e6eae6;
	padding-right: 5px;
	margin-right: 5px;
	background: url(/img/eng/common/panel_fan.png) no-repeat 0 0;
	width: 44px;
}
#detail .panel li.fan .on a {
	border-right: 2px solid #e6eae6;
	padding-right: 5px;
	margin-right: 5px;
	background: url(/img/eng/common/panel_fan.png) no-repeat 0 -18px;
	width: 44px;
}
#detail .panel li.print a {
	border-right: 2px solid #e6eae6;
	padding-right: 5px;
	margin-right: 5px;
	background: url(/img/eng/common/panel_print.png) no-repeat 0 0;
	width: 100px;
}
#detail .panel li.print a:hover {
	background: url(/img/eng/common/panel_print.png) no-repeat 0 -18px;
}
#detail .panel li.bookmark .off a {
	background: url(/img/eng/common/panel_bookmark.png) no-repeat 0 0;
	width: 92px;
}
#detail .panel li.bookmark .on a {
	background: url(/img/eng/common/panel_bookmark.png) no-repeat 0 -18px;
	width: 92px;
}
/* =========================================================
detail
========================================================= */
#detail {
	clear: both;
	background-color: #ffffff;
	margin-bottom: 20px;
}
#detail #maindata {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	width: 100%;
}
#detail #maindata .left {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
#detail #maindata .right {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
	width: 270px;
}
/* =========================================================
message
========================================================= */
#detail #maindata .message {
	margin-bottom: 20px;
}
#detail #maindata .message div {
	background: url(/img/eng/cj/detail_title_message.png) no-repeat 0 0;
	padding: 0;
	margin-bottom: 6px;
	width: 180px;
	height: 30px;
}
#detail #maindata .message div span {
	display: none;
}
#detail #maindata .message p {
	line-height: 137%;
}
/* -----------------------------------------------
picture
----------------------------------------------- */
#detail .picbox {
	clear: both;
	position: relative;
	text-align: center;
	background-color: #fdfdfd;
	border: 2px solid #e6eae6;
}
#detail .picbox .exmedia-frame {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ffffff;
	cursor: pointer;
	width: 264px;
	height: 198px;
}
#detail .picbox .exmedia-frame:hover {
	border: 1px solid #ffcc00;
}
#detail .picbox img.medium {
	vertical-align: middle;
	max-width: 264px;
	max-height: 198px;
}
/* -----------------------------------------------
exmedia play button
----------------------------------------------- */
#detail .picbox .video-icon-medium .video-icon:hover {
	background: url(/img/common/common/button_play_medium_on.png) no-repeat 0 0;
}
/* -----------------------------------------------
no image
----------------------------------------------- */
#detail .picbox .noimg {
	display: block;
	border: 1px solid #ffffff;
	background: #fdfdfd url(/img/common/cj/noimg_detail.png) no-repeat 50% 50%;
	width: 264px;
	height: 198px;
}
#detail .picbox .noimg span {
	display: none;
}
/* -----------------------------------------------
enlarge
----------------------------------------------- */
#detail .picbox .expand span {
	display: none;
}
/* -----------------------------------------------
download link / file name
----------------------------------------------- */
#detail .picbox .thumbnail img {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	cursor: pointer;
}
#detail .picbox .thumbnail img:hover {
	border: 1px #ffd800 solid;
}
#detail .picbox .doc-thumb{
	background-color: #f7f7f7;
	padding: 4px 0 5px;
}
#detail .picbox .exmedia-download {
	text-align: center;
	cursor: pointer;
	width: 100%;
}
#detail .picbox .exmedia-download .download {
	margin-top: 4px;
}
#detail .picbox .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px;
	white-space: nowrap;
}
#detail .picbox .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
/* =========================================================
previous, next
========================================================= */
#detail .button {
	clear: both;
	text-align: right;
}
#detail .button ul {
	font-size: 0;
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#detail .button span {
	display: none;
}
#detail .button li {
	display: inline-block;
}
#detail .button li.prev {
	border-right: 1px solid #e6eae6;
	padding-right: 15px;
}
#detail .button li.prev a {
	display: block;
	background: url(/img/eng/common/detail_pagination.png) no-repeat 0 0;
	width: 105px;
	height: 22px;
}
#detail .button li.prev a:hover {
	background: url(/img/eng/common/detail_pagination.png) no-repeat 0 -22px;
}
#detail .button li.next {
	border-left: 1px solid #e6eae6;
	padding-left: 15px;
}
#detail .button li.next a {
	display: block;
	background: url(/img/eng/common/detail_pagination.png) no-repeat -105px 0;
	width: 69px;
	height: 22px;
}
#detail .button li.next a:hover {
	background: url(/img/eng/common/detail_pagination.png) no-repeat -105px -22px;
}
/* =========================================================
table
========================================================= */
#detail .info {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#detail .info tr {
	border-bottom: 1px solid #e6eae6;
}
#detail .info th {
	color: #504946;
	font-weight: normal;
	line-height: 137%;
	text-align: left;
	vertical-align: top;
	background-color: #fff8dc;
	border-right: 1px dotted #e6eae6;
	padding: 8px 10px;
	white-space: nowrap;
}
#detail .info td {
	line-height: 137%;
	vertical-align: top;
	padding: 8px 0 8px 10px;
	width: 100%;
}
#detail .info td dl {
	margin-top: 8px;
}
#detail .info td dt {
	color: #777;
	margin-bottom: 2px;
}
#detail .info td.option span {
	color: #cccccc;
	margin: 0 4px;
}
#detail .info td.area #map {
	padding: 0;
	margin: 8px 0 0 0;
	width: 100%;
	height: 200px;
}
#detail .info td.area .prt {
	text-align: right;
	padding: 0;
	margin: 0;
}
#detail .info td.area dl {
	margin-top: 0;
}
#detail .info td.comname a {
	color: #333333;
}
#detail .info td.comname a:hover {
	color: #ff9933;
}
#detail .info td.comname img {
	vertical-align: middle;
	margin-left: 8px;
	width: 20px;
	height: 20px;
}
#detail .info td.url,
#detail .info td li.url {
	word-break: break-all;
}
#detail .info td.contact .accept-msg,
#detail .info td.contact .accept-tel {
	margin-bottom: 15px;
}
#detail .info td.contact .accept-msg a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #5faea1;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 10px 20px 6px 20px;
	min-width: 60px
}
#detail .info td.contact .accept-msg a:hover {
	background-color: #ffcc00;
}
#detail .info td.contact .accept-msg span {
	display: none;
}
#detail .info td.contact .online-desc {/* reset online */
	margin: 0 0 20px 0;
}

#detail .info td.contact ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#detail .info td.contact li {
	margin: 2px 0;
}
#detail .info td.contact li span {
	color: #777;
	margin-right: 5px;
}
/* -----------------------------------------------
headline
----------------------------------------------- */
#detail .info td h3 span {
	display: none;
}
#detail .info td.requirement {
	padding: 0 0 8px 0;
}
#detail .info td.requirement h3 {
	background: url(/img/eng/cj/detail_title_requirement.png) no-repeat 0 0;
	height: 22px;
}
#detail .info td.title {
	padding: 16px 0 8px 0;
}
#detail .info td.title h3.coprofile {
	background: url(/img/eng/cj/detail_title_coprofile.png) no-repeat 0 0;
	height: 22px;
}
#detail .info td.title h3.screening {
	background: url(/img/eng/cj/detail_title_screening.png) no-repeat 0 0;
	height: 22px;
}
#detail .info td.title h3.others {
	background: url(/img/eng/cj/detail_title_other.png) no-repeat 0 0;
	height: 22px;
}
/* -----------------------------------------------
photos
----------------------------------------------- */
#detail .info .view {
	border-bottom: none;
}
#detail .info .view td {
	padding: 16px 0 0 0;
}
#detail .info .view h3 {
	background: url(/img/eng/common/detail_title_view.png) no-repeat 0 100%;
	height: 34px;
}
#detail .info .view h3 span {
	display: none;
}
#detail .info .view .photos {
	border: 1px solid #e8ece9;
	padding: 3px;
}
#detail .info .view .photos > .thumbnail {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
#detail .info .view .photos > .thumbnail img {
	vertical-align: middle;
	border: 1px solid #ffffff;
	padding: 1px;
	margin: 0;
}
#detail .info .view .photos > .thumbnail img:hover {
	border: 1px solid #ffcc00;
}
#detail .info .view .photos .thumbnail img.medium {
	max-width: 119px;
	max-height: 89px;
}
/* -----------------------------------------------
download link / file name
----------------------------------------------- */
#detail .info .view .photos .doc-thumb {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 1px solid #f7f7f7;
}
#detail .info .view .photos .doc-thumb:hover {
	border: 1px solid #ffcc00;
}
#detail .info .view .photos .doc-thumb img {
	vertical-align: middle;
	padding: 1px;
	margin: 0;
}
#detail .info .view .photos .thumbnail .exmedia-download {
	position: absolute;
	bottom: -1px;
	left: -1px;
	cursor: pointer;
}
#detail .info .view .photos .thumbnail .exmedia-download .label span {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	line-height: 100%;
	background-color: #aaaaaa;
	border: 1px solid #f7f7f7;
	border-radius: 0 2px 2px 0;
	padding: 4px;
}
#detail .info .view .photos .thumbnail:hover .exmedia-download .label span {
	background-color: #ffcc00;
	border: 1px solid #ffcc00;
}
/* =========================================================
tag
========================================================= */
#detail .tag {
	font-size: 0;
	margin: 20px 0 30px;
	width: 100%;
}
#detail .tag a {
	display: inline-block;
	color: #5faea1;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	border: 1px solid #b2d1da;
	border-radius: 2px;
	background-color: #f7fafa;
	padding: 3px 5px;
	margin: 0 4px 4px 0;
}
#detail .tag a:hover {
	color: #ff9933;
}
/* =========================================================
status window
========================================================= */
#detail .apply {
	clear: both;
	text-align: center;
	background-color: #f7f6f5;
	border: 2px solid #e8ece9;
	padding: 20px;
	margin: 20px 0;
}
#detail .apply:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#detail .apply .applied {
	text-align: left;
	background: url(/img/common/cj/bg_shadow.png) no-repeat 0 100%;
	padding-bottom: 3px;
	margin: 0 0 5px -25px;
}
#detail .apply .applied span {
	display: inline-block;
	color: #ffffff;
	background-color: #ed6d35;
	padding: 4px 20px 4px 10px;
}
#detail .apply dl {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}
#detail .apply dt {
	display: table-cell;
	vertical-align: middle;
	line-height: 137%;
	text-align: right;
	padding-right: 5px;
}
#detail .apply dt em {
	color: #666666;
	font-style: normal;
}
#detail .apply dt span {
	color: #ff9933;
	font-weight: bold;
}
#detail .apply dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	white-space: nowrap;
}
#detail .apply dd ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#detail .apply dd li.entry a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #5faea1;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 5px;
	padding: 10px 22px 6px 22px;
}
#detail .apply dd li.entry a:hover {
	background-color: #ffcc00;
}
#detail .apply dd li.quick div {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background: #666666 url(/img/common/cj/icon_quick.png) no-repeat 20px 50%;
	border-radius: 3px;
	cursor: pointer;
	padding: 11px 20px 7px 50px;
}
#detail .apply dd li.quick div:hover {
	background-color: #ffcc00;
}
/* -----------------------------------------------
hold
----------------------------------------------- */
#detail .hold {
	clear: both;
	text-align: center;
	background-color: #f7f6f5;
	border: 2px solid #e8ece9;
	padding: 20px;
	margin: 20px 0;
}
#detail .hold:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#detail .hold .applied {
	text-align: left;
	background: url(/img/common/cj/bg_shadow.png) no-repeat 0 100%;
	padding-bottom: 3px;
	margin: 0 0 5px -25px;
}
#detail .hold .applied span {
	display: inline-block;
	color: #ffffff;
	background-color: #ed6d35;
	padding: 4px 20px 4px 10px;
}
#detail .hold dl {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}
#detail .hold dt {
	display: table-cell;
	vertical-align: middle;
	color: #999999;
	line-height: 137%;
	text-align: right;
	padding-right: 5px;
	white-space: nowrap;
}
#detail .hold dt em {
	color: #666666;
	font-style: normal;
}
#detail .hold dt span {
	color: #ff9933;
	font-weight: bold;
}
#detail .hold dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
}
#detail .hold dd ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#detail .hold dd li.entry span {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #5faea1;
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 10px 22px 6px 22px;
}
#detail .hold dd li.quick span {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background: #666666 url(/img/common/cj/icon_quick.png) no-repeat 20px 50%;
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	border-radius: 3px;
	padding: 11px 20px 7px 50px;
}
/* -----------------------------------------------
filled
----------------------------------------------- */
#detail .filled {
	clear: both;
	font-size: 14px;
	color: #ea553a;
	background-color: #ffeaea;
	text-align: center;
	line-height: 100%;
	padding: 15px;
	margin: 20px 0;
}
/* =========================================================
analysis
========================================================= */
#detail .analysis {
	clear: both;
	text-align: right;
	margin: 45px 0 10px 0;
}
#detail .analysis ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#detail .analysis li {
	display: inline-block;
	color: #666c67;
	margin: 0 5px 4px 0;
}
#detail .analysis li span {
	color: #999999;
}
/* =========================================================
sns
========================================================= */
#detail .sns {
	clear: both;
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 20px 0 35px;
}
#detail .sns li {
	display: inline-block;
	vertical-align: top;
}
/* =========================================================
notice
========================================================= */
#detail .notice {
	clear: both;
	color: #444;
	border-top: 1px solid #e8ece9;
	padding-top: 20px;
	margin-bottom: 20px;
}
#detail .notice dt {
	font-weight: bold;
	margin-bottom: 8px;
}
#detail .notice dd {
	line-height: 137%;
}
/* =========================================================
footer
========================================================= */
#detail .footer {
	clear: both;
	padding: 0 0 50px 0;
}
#detail .footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#detail .footer .top {
	background: url(/img/common/common/detail_footer_bg.png) repeat-x 0 0;
	padding: 11px 0 5px 0;
	width: 100%;
}
#detail .footer .top dl {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#detail .footer .top dt {
	display: table-cell;
	vertical-align: middle;
	background: url(/img/common/cj/icon_service_small.png) no-repeat 0 50%;
	padding-right: 10px;
	width: 100%;
}
#detail .footer .top dt a {
	vertical-align: middle;
	margin-left: 25px;
}
#detail .footer .top dd {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}
#detail .footer .top dd ul {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	white-space: nowrap;
}
#detail .footer .top dd li {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
}
#detail .footer .top dd li a {
	display: block;
	color: #999999;
	text-align: center;
	line-height: 100%;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 3px;
	cursor: pointer;
	padding: 5px 10px 3px 10px;
	white-space: nowrap;
}
#detail .footer .top dd li a:hover {
	color: #fcc800;
	border: 2px solid #fcc800;
}
#detail .footer .bottom {
	clear: both;
	font-size: 12px;
	background: url(/img/common/common/detail_footer_bg.png) repeat-x 0 0;
	padding-top: 8px;
}
#detail .footer .bottom ul {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#detail .footer .bottom li {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
#detail .footer .bottom li.report a {
	display: inline-block;
	color: #999999;
	background: url(/img/common/common/icon_report_off.png) no-repeat 0 50%;
	padding: 6px 0 6px 15px;
}
#detail .footer .bottom li.report a:hover {
	color: #fcc800;
	background: url(/img/common/common/icon_report_on.png) no-repeat 0 50%;
}
#detail .footer .bottom li.return {
	text-align: right;
}
#detail .footer .bottom li.return a {
	display: inline-block;
	color: #666666;
	background: url(/img/common/common/arrow_gotop_off.png) no-repeat 0 50%;
	padding: 9px 0 9px 20px;
}
#detail .footer .bottom li.return a:hover {
	color: #fcc800;
	background: url(/img/common/common/arrow_gotop_on.png) no-repeat 0 50%;
}
/* =========================================================
exmedia play button
========================================================= */
/* medium */
.video-icon-medium .video-icon:hover {
	background: url(/img/common/common/button_play_medium_on.png) no-repeat 0 0;
}