@charset "Shift_JIS";

/* footcare */


.footcare {
	background:url(../img/footcare_sidenav_bg.gif) repeat-y left bottom;
	margin-bottom: -4em !important;
	}

* html .footcare {
	margin-bottom: -5em;
	}

ul.point {
	margin-bottom: 1em;
	}

ul.point li {
	margin-left: 1em;
	text-indent:  -1em;
	}

ul.point li dt,
ul.point li dd {
	text-indent: 0;
	margin-left: 0;
	}

ol.step {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.5em;
	}

/* ++++++++++ lists ++++++++++ */

#list  {
	float: right;
	width: 600px;
	background-color: #fff;
	}

#list .inner {
	padding: 30px;
	}
	
#list .category_title {
	margin-bottom: 20px;
	}

#list .item {
	clear: both;
	padding: 10px 0;
	margin: 0 30px;
	}

#list hr {
	clear: both;
	margin: 1em 20px;
	height: 1px;
	border-top: 1px solid #e6e6e6;
	}

#list .item .thumb {
	float: left;
	text-align: center;
	width: 50px;
	}

#list .item dl {
	float: right;
	width: 430px;
	}

#list .item dl dt {
	font-weight: bold;
	}

/* ++++++++++ detail ++++++++++ */

#detail {
	float: right;
	width: 600px;
	background-color: #fff;
	}

#detail .inner {
	padding: 30px 25px;
	}

#detail .photo {
	width: 165px;
	text-align: center;
	float: left;
	}

#detail .information {
	width: 360px;
	float: right;
	padding-left: 20px;
	border-left: 1px solid #CCC;
	
	}

#detail .information h2 {
	font-weight: bold;
	color: #6394e1;
	line-height: 1.4;
	margin-bottom: 20px;
	}

#detail .information h5 {
	font-size: 93%;
	font-weight: bold;
	}

#detail .information h2 .small {
	font-size: 65%;
	}

#detail .information dl {
	margin-bottom: 1em;
	}

#detail .information dl dt {
	font-weight: bold;
	font-size: 93%;
	}
	
#detail .information dl dd {
	font-size: 93%;
	margin-bottom: 0.5em;
	}
	
#detail .information li {
	font-size: 93%;
	}
	
#detail .information .feature {
	float: left;
	width: 210px;
	
	}
	
#detail .information .example {
	text-align: right;
	width: 140px;
	float: right;
	}

#detail .information .price {
	text-align: right;
	font-weight: bold;
	margin-bottom: 1em;
	}

#detail .information .howto {
	clear: both;
	}

#detail .information .howto p {
	margin: 0;
	margin-bottom: 1em;
	font-size: 93%;
	}

.white {
	color: #FFF;
	}

.gray1 	{ color: #383838;	}

.red 	{ color: #C00;		}

.red2 	{ color: #B44B58;	}

.red3	{ color: #F9183B;	}

.red4	{ color: #E44C03;	}

.red5	{ color: #DF0024	 }

.pink 	{ color: #C20C47;	}

.green 	{ color: #4D9106;	}

.green2 { color: #004439;	}

.green3 { color: #008F8C;	}

.green4 { color: #027F70;	}

.brawn 	{ color: #5F3100;	}

.brawn2	{ color: #A57D38;	}

.brawn3	{ color: #D37549	}

.purple { color: #791774;	}
	
.blue 	{ color: #004A80;	}

.orange1 { color: #E76A5C; }


/*clearfix*/
.inner:after,
.item:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.inner,
.item,
.clearfix {
  min-height: 1px;
}

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