@charset "utf-8";
/* =======================================

TOP専用CSS

Since:
mod:

========================================== */

/* ------------------------------
top専用
------------------------------ */

/*スライドエリア*/

.slider_area{
	  background: url(../images/top/bg_center.gif) center bottom no-repeat;
	
	  border-bottom: 3px solid #555;
	margin-bottom:10px;
	  -webkit-box-shadow: 0 3px 2px #DCDCDC;
  -moz-box-shadow: 0 3px 2px #DCDCDC;
  box-shadow: 0 3px 3px #DCDCDC;
}



/*メインエリア*/
.tbl_top_main{
	margin-right:10px;
}

table.batch_cm .deteail{
	border:1px solid #ccc;
	
}


.tbl_new td{
	
	border-bottom:#ccc dotted 2px;
	
}

/*新着情報*/
.tbl_new{
	margin-bottom:20px;
}


/*
.cate_1{
	background-color:#FF8F4C;
	padding:3px 2px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:60px;
}
.cate_2{
	background-color:#5DCD47;
	padding:3px 2px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:60px;
}
.cate_3{
	background-color:#ccc;
	padding:3px 2px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:60px;
}
*/

p.cate_other{
	background-color:#ccc;
	padding:3px 2px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:60px;
	display: inline-block;
}

p.news{
	background-color:#FF8F4C;
	padding:3px 2px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:60px;
}
p.oshirase{
	background-color:#2595C7;
	padding:3px 2px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:60px;
}
p.other{
	background-color:#11A8CC;
	padding:3px 2px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:60px;
}
span.news_cate_new{
	color: #fff;
	padding:0px 2px;
	color:#FF3D40;
	text-align:center;
	width:60px;
	font-weight:bold;
}


/* ------------------------------
ピンバッチ
------------------------------ */

.pin_badge_text{
	font-size:15px;
	
}

.pin_badge_text .txtRed {
  color: #FF5151;
}

/* ------------------------------
サイドエリア
------------------------------ */

.right_column{
	font-size:11px;
	font-family: "メイリオ";
	line-height:140%;
}
.right_column p{
	line-height:140%;
}

.ttl_side_sub{
	font-weight:bold;
	font-size:14px;
	letter-spacing:0.50px;
	margin-bottom:4px;
}
.border_gray{
	border:1px solid #D0D0D0;
	padding:1px;
}

a.linkstyle_none,
a.linkstyle_none:link,
a.linkstyle_none:visited
 {
  color: #595959;
  text-decoration:none;
}

a.linkstyle_none:hover{
  color: #8E8E8E;
}


/* ------------------------------
その他
------------------------------ */

.box_bottom_icon{
	background-image:url(../images/common/box_bg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}