@charset "shift-jis";
/*=========================================================

	Site Name   SONY ic-recorder
	File Name   /update/css/common.css

	Create Date 2014/04/07
==========================================================*/

/*=========================================================
  01 > added modules for update1
  201 > mediaQuery > max-width:640px > added modules for update1
==========================================================*/


/*----------------------------------------------------------
	01 > added modules for update1
-----------------------------------------------------------*/
#dlBtn13 {margin:20px 0 10px; padding:0; overflow:hidden;}
#dlBtn13 li {list-style-type:none; float:left; padding:0 5px;}
#dlBtn13 li.rgt {float:right;}
#tabNavi {
	clear:both;
	margin: 25px 0 35px;
	padding-left: 30px;
	background: url(/ic-recorder/update/images/update_bg.gif) no-repeat left bottom;
}
#tabNavi span {display:none;}
#tabNavi li {
	display: inline;
	padding-right: 18px;
}
#tabNavi img {
	vertical-align: bottom;
}

.mod-newsTable h3 {font-weight:normal; font-size: 13px; margin-bottom:20px;}
.mod-newsTable .block { padding-bottom:20px;}
.mod-newsTable .block span.red{ color:#DD0000;}
.mod-newsTable .block del { color:#DD0000;}
.mod-newsTable .block del span { color:#000000;}
.mod-newsTable .block span.strike { color:#DD0000; text-decoration:line-through;}
.mod-newsTable .block a.underLine { text-decoration:underline !important;}
.mod-newsTable .block table { border-bottom:1px solid #9B9B9B; margin-bottom:45px;}
.mod-newsTable .block table td { background:#fff; border-width:1px 1px 0 0px; border-color: #9B9B9B; border-style:solid}
.mod-newsTable .block table td.gr { background:#F3F3F3;}
.mod-newsTable .block table th { background:#F3F3F3; border-width:1px 1px 0 1px; border-color: #9B9B9B; border-style:solid}
.mod-newsTable .block table th,.mod-newsTable .block table td { padding:5px !important }
.mod-newsTable .block table td p { padding-left:1em; text-indent:-0.5em;}

.toTop {
    background: url("/share4/images/mod-link/ico_01.png") no-repeat scroll 0 0.35em;
    display: inline-block;
    padding-left: 10px;
}



/*----------------------------------------------------------
	201 > mediaQuery > max-width:640px > added modules for update1
-----------------------------------------------------------*/
@media (max-width:640px){
	#tabNavi {padding-left:10px !important;}
	#tabNavi span {display:inline;}
	#tabNavi img {display:none;}
	
	.mod-newsTable .block table th,.mod-newsTable .block table td { width:98% !important }
	.mod-newsTable .block table th,.mod-newsTable .block table td { border:none;}
	
	#dlBtn13 li img {height:20px; width:auto;}
	#dlBtn13 li {list-style-type:none; float:left; padding:0 1px;}
	
}