@charset "utf-8";
/* CSS Document */

/* list */

.listDisc {
	margin-bottom:17px;
	line-height:1.5;
	color:#000;
}

.listDisc li {
	margin:0 0 5px 17px;
	list-style:outside disc;
	line-height:1.5;
	
}

.listDecimal {
	margin-bottom:17px;
	line-height:1.5;
}

.listDecimal li {
	margin:0 0 0 25px;
	padding-bottom:5px;
	list-style:outside decimal;
}
.lastItem { margin-bottom:0; }

/* faq */
.listfaq{}
.listfaq dt{ 
    background:transparent url("img/icon_faq.gif") no-repeat scroll 0 0 ;
	padding:8px 0 8px 60px;
	color:#6BBB2F;
	font-size:1.2em;
	font-weight:bold;
}
.listfaq dd{
    background-color: #FFDCA8;
    border: 1px dotted #FFB951;
    margin: 15px 15px 35px 10px;
    padding: 13px 20px 15px;
}

/* company */

.company h2{ 
	color:#666;
	padding:10px 0 10px 10px;
	border-bottom:4px solid #FDF7E7;
	min-height:0;
	font-weight:bold;
	background:none;
}

/*.company h2.icon_company{ background:transparent url("img/icon_company.png") no-repeat scroll 5px 0 ; }
.company h2.icon_law{ background:transparent url("img/icon_law.png") no-repeat scroll 5px 0 ; }
.company h2.icon_privacy{ background:transparent url("img/icon_privacy.png") no-repeat scroll 5px 0 ; }
*/
dl.company {
    line-height: 150%;
    margin: 0 10px 10px;
    padding: 0 0 10px;
    text-align: left;
}
dl.company dt {
    background-color: #FDF7E7;
    border-left: 1px solid #82A287;
    border-right: 1px solid #82A287;
    border-top: 1px solid #82A287;
    color: #000000;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    padding: 5px 0 5px 5px;
}
dl.company dd {
    background-color: #FFFFFF;
    border: 1px solid #82A287;
    margin: 0 0 5px;
    padding: 2px 0 2px 5px;
} 

dl.listprivacy {}
dl.listprivacy dt{ 
	margin-bottom:10px;
	color:#6BBB2F;
	border-bottom:1px solid #6BBB2F;
	padding-bottom:7px;
	
}
dl.listprivacy dd{
	color:#000;
	font-size:0.8em;
	line-height:1.5;  
	padding:0 10px;
	margin-bottom:17px;
}

/* Item */
#tanpin p img{
	 	display:block;
  		margin:0 auto;
		clear:both;
		margin-bottom:20px;
 		border-radius: 20px;
		padding:0 10px 10px 10px;
		background-color:#6ABB2E;
 }
