@charset "shift_jis";

/*

information{
	FILE NAME : ../css/header.css;
	OUTLINE : BORRAGINOL.COM｜カテゴリー別　cm コンテンツ専用css;
	SITE NAME : BORRAGINOL.COM｜Copyright (c) AMATO PHARMACEUTICAL PRODUCTS,LTD.;
	URL : http://www.borraginol.com/cm;
	COPYRIGHT : Copyright (c) AMATO PHARMACEUTICAL PRODUCTS,LTD. All right reserved.;
}

 */



/********************** CM 基本 CSS **********************/

/*角R グレー1px枠 750px margin*/

.cm_kador01 {
	width: 750px;
	margin-bottom: 30px;
	background-image: url(../../cm/img/kadomaru_01_center.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.cm_kador01_top {
	width: 750px;
	height:8px;
	margin: 0px;
	background-image: url(../../cm/img/kadomaru_01_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	
}

.cm_kador01_bottom {
	width: 750px;
	height:8px;
	margin: 0px;
	background-image: url(../../cm/img/kadomaru_01_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
}

.cm_kador01_title {
	width: 480px;
	font-size:12px;
	float: left;
	padding-top: 5px;
	padding-left: 15px;
}

.cm_kador01_title p {
	margin-top: 3px;
	font-size:12px;
	line-height:18px;
}

.cm_kador01_btn {
	float: right;
	padding-top: 7px;
	margin-right: 15px;
}

/********************** 日常のケア**********************/
.mT10{
margin-top:10px;
}
.care_tit_box{
margin-top:10px;
width:580px;
float:left;
}
.care_tit_txt{
margin-bottom:30px;}
.care_pict00{
width:170px;
float:right;}

/*ポイント画像*/
.point_box01{
width:375px;
float:left;
	background-image: url(../../products/img/ep_border_01.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-bottom:10px;
}
.point_box02{
width:374px;
float:right;
}
.point_box03{
width:375px;
float:left;
	background-image: url(../../products/img/ep_border_01.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:10px;
}
.point_txt01{
margin-top:10px;
margin-right:10px;
}
.point_txt02{
margin-top:10px;
margin-left:10px;

}

.care_box{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



/* clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}