@charset "utf-8";
/* plere/index.html用CSSインポートファイル */

/* 基本 */
@import '../../../common/reset.css';
@import '../../../common/text.css';

/* レイアウト */
@import '../../../common/grid.css';
@import '../../../layout/frameLayout.css';
@import '../../../layout/headerImpl.css';

/* サイト内共通コンポーネント */
@import '../../../component/specialLinkList.css';
@import '../../../component/productLinkList.css';
@import '../../../component/linkMarks.css';
@import '../../../component/topicPath.css';
@import '../../../component/cartPanel.css';
@import '../../../component/directPutPanel.css';
@import '../../../component/productDataTable.css';

/* ページ内使用コンポーネント */
@import '../commonPrele.css';

#catchCopy {
	font-size: 140%;
	margin-bottom: 1em;
}

/*  ページ固有 */

/* 商品リスト */
.handlingArticle {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 0.1em solid #999999;
	margin-bottom: 1em;
}

/* 商品リスト行 */
.handlingArticle li {
	margin-bottom: 1.0em;
	border-bottom: 0.1em solid #66CCFF;
	padding-bottom: 1.0em;
}

/* 商品名 */
.handlingArticle h3 {
	color: #333333;
	border-bottom: 0.1em solid #3366FF;
	margin-bottom: 0.5em;
}

/* プレールストレッサー療法 */
#preleStHeader {
	font-size: 200%;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	border-left: 0.3em solid #990000;
	border-bottom: 0.1em solid #990000;
}

#preleStContens {
	font-size: 140%;
	margin-bottom: 1.0em;
}

#purchase {
	font-size: 100%;
	margin-bottom: 2.0em;
}

/* HowToプレール */
#howtoHeader {
	border-left: 0.3em solid #990000;
	border-bottom: 0.1em solid #990000;
	text-indent: 0.5em;
	margin-top: 2.0em;
	margin-bottom: 0.5em;
}

#howtoContens {
	text-indent: 1em;
	font-size: 140%;
	margin-bottom: 1em;
}

/* ページテーマ（タイトル） */
#pageThema {
	text-align: center;
	font-size: 200%;
	border-top: 0.1em solid #990000;
	border-bottom: 0.1em solid #990000;
	margin-bottom: 1.0em;
}

#UsageList {
	margin-bottom: 2.0em;
}

#UsageList ol {
	font-size: 140%;
	margin-bottom: 1.0em;
}

#UsageList span {
	font-size: 140%;
	font-weight: bold;
	color:#006699;
}

#pointHeader {
	text-align: center;
	font-size: 180%;
	border-top: 0.1em solid #990000;
	border-bottom: 0.1em solid #990000;
	margin-bottom: 1.0em;
}

#pointList h4 {
	font-size: 160%;
	border-bottom: 0.1em solid #0066CC; 
	margin-bottom: 1.0em;
	color: #CC0000;
}

#pointList p {
	font-size: 140%;
	margin-bottom: 1.0em;
}

.linkMark01 {
	margin-bottom: 1.0em;
}

