@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. タグ固有
　02. 大枠
　03. モジュール

******************************************************************************* */
/* ==

　01. タグ固有

=============================================================================== */
html {
	overflow: auto;
}
body {
	background: none;
	color: #fff;
}
.detail_ie6 {
	background: #333;
	color: #fff;
}
.themeB {
	background: #fff;
	color: #666;
}
/* ==

　02. 大枠

=============================================================================== */
#popupContainer {
	padding: 0 0 40px;
}
#popupContainer02 {
	width: 400px;
	margin: 0 auto;
	padding: 20px;
}
/* ==

　03. モジュール

=============================================================================== */
/* リード
------------------------------------------------------------------------------- */
.popupHead01 {
	line-height: 1.6;
	margin: 0 0 10px;
	font-size: 184%;
	font-weight: bold;
}
.popupHead02 {
	line-height: 1.6;
	margin: 5px 0 ;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ccc;
	font-size: 117%;
	font-weight: bold;
}
.popupHead03 {
	line-height: 1.6;
	margin: 5px 0 ;
	font-size: 117%;
	font-weight: bold;
}
/* リード
------------------------------------------------------------------------------- */
p.popupLead,
.popupLead p {
	margin: 0 0 25px;
	font-size: 134%;
}
.popupLead .fsS {
	font-size: 117%;
}
p.popupTxt,
.popupTxt p {
	margin: 0 0 25px;
	font-size: 134%;	
}
.popupTxt .fsS {
	font-size: 117%;
}
/* 画像配置
------------------------------------------------------------------------------- */
.popupImage {
	line-height: 1.43;
	margin: 0 0 25px;
	font-size: 117%;
}
.popupImage_img {
	display: block;
}
.popupImage_txt {
	display: block;
	margin: 15px 0 0;
}
/* カラム
------------------------------------------------------------------------------- */
.popupCol01 {
	margin: 0;
	padding: 0 0 25px;
}
.popupCol01_col1 {
	float: left;
	width: 315px;
}
.popupCol01_col2 {
	float: right;
	width: 322px;
}
.popupCol01:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .popupCol01 { zoom: 1; } /* ie7 */
* html .popupCol01 { zoom: 1; } /* ie6 */
.popupCol02 {
	margin: 0 0 25px;
}
.popupCol02_colN {
	float: right;
}
.popupCol02-reverse .popupCol02_colN {
	float: left;
}
.popupCol02_colW {
	overflow: hidden;
}
.popupCol02:after { content: ''; display: block; clear: both; height: 0; }
*:first-child+html .popupCol02 { zoom: 1; } /* ie7 */
* html .popupCol02 { zoom: 1; } /* ie6 */
/* 枠
------------------------------------------------------------------------------- */
.popupFrame01 {
	display: inline;
	border: 1px solid #ccc;
}
/* ボタン
------------------------------------------------------------------------------- */
.popupBtn01 {
	margin: 25px 0 0;
	text-align: center;
}
.popupBtn01 a {
	display: block;
	max-width: 268px;
	margin: 0 auto;
	border: 1px solid #959595;
}
/* キャッチ
------------------------------------------------------------------------------- */
.popupClr01 {
	color: #bf7991;
}
.popupClr02 {
	color: #72998c;
}
.popupClr03 {
	color: #cc6c97;
}
.popupClr04 {
	color: #d8852a;
}
.popupClr05 {
	color: #7e78b7;
}