@charset "utf-8";

/*---------------------------------------------------------------------------------------------
  詳細ページ — PC (#dtlBox)
---------------------------------------------------------------------------------------------*/
#dtlBox {
	width: auto;
	overflow: hidden;
	*zoom: 1;
}
#dtlBox .dtlCtsTitBox {
	margin: 0 0 20px;
	border-bottom: 1px solid #CCCCCC;
}
#dtlBox .dtlCtsTitBox h2 {
	padding: 7px;
	font-size: 131%;
	font-weight: bold;
}

/* 画像・コメント */
#dtlBox .contentPh {
	margin: 0 0 10px;
	text-align: center;
}
#dtlBox p.txt-1 {
	font-size: 93%;
	margin: 0 0 15px;
}
#dtlBox #ctsNaviBox {
	margin: 0 0 20px;
}
#dtlBox #ctsNaviBox ol {
	list-style-position: inside;
	margin: 0 0 0 25px;
}
#dtlBox #ctsNaviBox ol li {
	list-style: decimal;
	margin: 0 0 3px;
	font-size: 108%;
}
#dtlBox #ctsNaviBox ol li a {
	color: #0059B2;
}
#dtlBox .commentBox {
	line-height: 1.8;
	margin: 0 0 20px;
	font-size: 115%;
}
#dtlBox .commentBox a.downloadlink {
	display: block;
	width: 200px;
	height: 70px;
	margin: 20px;
	margin-left: 0;
	background: url(../images/common/btnDl.png) no-repeat;
	text-indent: -9999px;
}

/* カスタムフィールド */
#dtlBox .customCtsBox {
	overflow: hidden;
	*zoom: 1;
}
#dtlBox .customCtsBox .customTit {
	margin: 0 0 15px;
	border-bottom: 1px solid #CCCCCC;
}
#dtlBox .customCtsBox .customTit h2 {
	padding: 10px 0;
	font-size: 140%;
	font-weight: bold;
}
#dtlBox .customCtsBox .customPh {
	width: 728px;
	margin: 0 auto 20px;
}
#dtlBox .customCtsBox p.customTxt {
	line-height: 1.8;
	margin: 0 0 20px;
	font-size: 115%;
}

/* キーワード */
#dtlBox .keywordBox {
	margin: 0 0 10px;
	border-bottom: 1px solid #CCCCCC;
}
#dtlBox .keywordBox ul {
	overflow: hidden;
	margin: 0 0 10px;
	*zoom: 1;
}
#dtlBox .keywordBox ul li a {
	position: relative;
	display: block;
	*display: inline;
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px 8px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	font-size: 108%;
	font-weight: normal;
	text-decoration: none;
	behavior: url(/pie/PIE.htc);
}
#dtlBox .keywordBox ul li a:hover {
	background: #F3F3F3;
	border-radius: 5px;
	text-decoration: none;
	behavior: url(/pie/PIE.htc);
}

/*---------------------------------------------------------------------------------------------
  詳細ページ — SP (#spDtlBox)
---------------------------------------------------------------------------------------------*/
#spDtlBox {
	margin: 0 auto;
}

/* 画像・コメント */
#spDtlBox .contentPh {
	margin: 0 auto 10px;
	text-align: center;
}
#spDtlBox p.txt-1 {
	font-size: 12px;
	margin: 0 0 15px 10px;
}
#spDtlBox #ctsNaviBox {
	margin: 0 0 20px;
}
#spDtlBox #ctsNaviBox ol {
	list-style-position: inside;
	margin: 0 0 0 25px;
}
#spDtlBox #ctsNaviBox ol li {
	list-style: decimal;
	margin: 0 0 3px;
	font-size: 108%;
}
#spDtlBox #ctsNaviBox ol li a {
	color: #0059B2;
}
#spDtlBox .commentBox {
	line-height: 1.8;
	width: 95%;
	margin: 0 auto 20px;
	font-size: 15px;
}

/* カスタムフィールド */
#spDtlBox .customCtsBox {
	overflow: hidden;
	width: 98%;
	margin: 0 auto;
}
#spDtlBox .customCtsBox .customPh {
	width: 304px;
	margin: 0 auto 20px;
}
#spDtlBox .customCtsBox .customPh img {
	padding: 1px;
	border: 1px solid #DDDDDD;
}
#spDtlBox .customCtsBox .customTit {
	margin: 0 0 10px;
	border-bottom: 1px solid #CCCCCC;
}
#spDtlBox .customCtsBox .customTit h2 {
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
}
#spDtlBox .customCtsBox p.customTxt {
	line-height: 1.8;
	width: 95%;
	margin: 0 auto 40px;
	font-size: 15px;
}

/* キーワード */
#spDtlBox .keywordBox {
	width: 95%;
	margin: 0 auto 20px;
}
#spDtlBox .keywordBox ul {
	overflow: hidden;
	margin: 0 0 10px;
}
#spDtlBox .keywordBox ul li a {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px 8px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	font-size: 108%;
	font-weight: normal;
	text-decoration: none;
}

/*---------------------------------------------------------------------------------------------
  動画埋め込み — PC・SP 共通
---------------------------------------------------------------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 0 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
