@charset "UTF-8";

TD{ vertical-align: top; font-size: 12px; }

/*テーブル*/
table.shop_listtborder{
	width: 620px;
	background-color:#CED3D6;
	border: 1px solid #434379;
}


/*テーブル*/
table.shop_tborder{
	width: 600px;
	background-color:#CED3D6;
	border: 1px solid #434379;
}


/*リスト一覧各行*/
td.shop_list_line{
	padding:3px;
	font-size:12px;
	background :#FBFBFE;
	color:#333333;
}


/*各テーブルタイトル*/
td.shop_thead_title{
	padding:3px;
	background:#525288;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}


/*詳細ページコメント*/
td.shop_show_com{
	padding:5px 7px;
	font-size:12px;
	background :#FFFFFF;
	color:#333333;
	line-height:15px;
}


/*赤いチェックマーク*/
.shop_check{
	font-size:12px;
	color:#FF6666;
	font-weight:bold;
}


/*項目タイトル*/
.shop_bold {
	font-size:14px;
	color:#434379;
	font-weight:bold;
}



.shop_bold_title {
	padding-top : 6px;
	font-size:18px;
	color:#444488;
	font-weight:bold;

	letter-spacing : 3px;

}



/*項目タイトル*/
.shopfont {
	font-size:16px;

}

