

/* right area ==================================== */
TABLE.train {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 540px;
  /*IE用*/_width:520px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
  color:#666666;
}
TABLE.train TD {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F9F9F9;
  white-space: nowrap;
  padding: 4px 6px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align:center;
}
.dress_charge_box{
 padding:5px 2px;
 background-color:#ffff99;
}

/* ----  rss  ---- */
.rss{
	/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background-color:#feeef5;
	padding:5px 2px 1em;
	
	margin:2em 2px 1em;
}

.rss_ul{
	list-style:none;
	background-color:#fff;
	padding:5px;
}

.rss_date{
	margin-top:5px;
	padding-top:5px;
	/* border-top:1px #d6d7d9 solid; */
}
.rss_title{
	border-top:1px #d6d7d9 solid;
	marginleft:1em;
}

/* tab charge(index.html)=========================================== */

/* 上下タブ範囲 */
.tab_charge_list {
	margin:0 auto 20px;
	clear:both;
}

.tab_charge_list ul {
	margin-bottom: 30px ;
	height:32px;
	clear:both;
}

/* clearfix --------------------*/
.tab_charge_list ul:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.tab_charge_list ul { display: inline-block; }
/* Mac版IEを?E?\*/
.tab_charge_list ul { display: block; }
/* */
/* -------------------- clearfix */

/* 上部タブタイトルリスト */
ul#tab_charge_list1 {
	background:url(../img/index/tab_line.gif) repeat-x 0 100%;
}

/* 下部タブタイトルリスト */
ul#tab_charge_list2 {
	background:url(../img/index/tab_line.gif) repeat-x 0 0;
}

.tab_charge_list ul li {
	margin:0 10px 0 0;
	width:153px;
	height:32px;
	line-height:32px;
	text-align:center;
	display:inline;
	float:left;
	color:#164ACC;
	font-weight:bold;
}

/* 自分のページに対するリンク<A>タグは無効になる */
/* 上部タブタイトルリスト */
ul#tab_charge_list1 li {
	background:url(../img/index/tab_charge_tab.gif) no-repeat 0 0;
}

/* 下部タブタイトルリスト */
ul#tab_charge_list2 li {
	background:url(../img/index/tab_charge_tab.gif) no-repeat 100% 0;
}

/* <A>タグ有効時のbox */
.tab_charge_list ul li a {
	width:153px;
	height:32px;
	display:block;
	color:#AA7F55;
}

/* <A>タグ有効時の背景 */
ul#tab_charge_list1 li a {
	background:url(../img/index/tab_charge_tab.gif) no-repeat 0 -32px;
}
ul#tab_charge_list2 li a {
	background:url(../img/index/tab_charge_tab.gif) no-repeat 100% -32px;
}

/* <A>タグ有効時の背景hover */
.tab_charge_list ul li a:hover {
	text-decoration:none;
}

ul#tab_charge_list1 li a:hover {
	background:url(../img/index/tab_charge_tab.gif) no-repeat 0 -64px;
}
ul#tab_charge_list2 li a:hover {
	background:url(../img/index/tab_charge_tab.gif) no-repeat 100% -64px;
}

/* 料金表テーブル */
.tab_charge_list table {
	margin-bottom:30px;
	width:100%;
	clear:both;
}

.tab_charge_list table th {
	text-align:left;
	padding:5px 1em;
	border-bottom:1px solid #eeeeee;
}

.tab_charge_list table td {
	padding:5px 1em;
	border-bottom:1px solid #eeeeee;
}

.bg_blue{
	background-color:#e9f5ff;
}

.bg_blue:hover {
	background-color:#ffeedd;
}

.bg_gray{
	background-color:#f2f2f2;
}

.bg_gray:hover {
	background-color:#ffeedd;
}

.bg_white:hover {
	background-color:#ffeedd;
}

/* index catch --------------- */
.catch{
	overflow:hidden;
	margin-bottom:10px;
	
	list-style:none;
}

.catch h3{
	line-height:40px;
	background-image:url(../img/index/catch_title_bg.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	font-size:1.2em;
}




.catch img{
	float:right;
}

.catch p{
	margin-left:10px;
	margin-bottom:10px;
}


/* about dress cleaning --------------- */
.about_dress h3{
	border-bottom:2px #ffcc00 solid;
	margin-bottom:5px;
	padding:2px;
	font-weight:bold;
}

.about_dress h3 span{
	color:#ffcc00;
	margin-right:10px;
}


/* left area ============================== */
.left_social{
	margin-top:10px;
	list-style:none;
	text-align:center;
}

.left_social li{
	margin-bottom:10px;
}

/* 化繊 シルク title */
.k{
	background-color: #C9F2F2;
	border: 1px #d6d7d9 solid;
	text-align:center;	
}

.s{
	background-color: #FCF490;
	border: 1px #d6d7d9 solid;
	text-align:center;
}