/*-------------------------------
	トップページの割引詳細欄
---------------------------------*/

.service {
	text-align:left;
	list-style-position: outside;
	list-style:none;
	padding:25px 40px;
	border: thin dotted #333333;
	background-color:#FFFFCC;
}

hr {
   border-width: 1px 0px 0px 0px;
   border-style: dotted;
   border-color: #666666;
   height: 1px;
   margin-top: 10px;
   margin-bottom: 10px;
}

.text_line {
font-weight:bold;
color:#666666;
font-size: small;
border-bottom: double 3px #666666;
}