@charset "utf-8";
html {
	overflow-x: hidden;
} 
body {
	font-family: Arial, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	padding-top: 25px;
	background-color: #252525;
	/*background-image: url(/market/yosoku/img/yosoku_ipad.gif);*/
	background-repeat: no-repeat;
	background-position: 99% 5px;
	-webkit-background-size:124px 14px;
}
#cal_tbl {
	border-collapse: collapse;
	border-top:#000;
	width:100%;
}

#cal_tbl th a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#cal_tbl th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#cal_tbl th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#cal_tbl th {
	padding: 5px;
	border-top: 1px solid #000000;
	font-weight: bold;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #787a7c), color-stop(0.05, #000407), color-stop(1, #595959));
	text-align: center;
	border-bottom: 5px solid #252525;
}

#cal_tbl td {
	padding: 5px 5px 8px 20px;
	position: relative;
	z-index: 10;
	/*border-bottom: 1px solid #000;
	margin-bottom: 1px;*/
	background-image: url(/market/yosoku/img/yosoku_ipad_th.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#cal_tbl td.txt_check1 {
	background-image: url(/market/yosoku/img/yosoku_ipad_th.gif), url(/market/yosoku/img/icon_sihyo_bk.gif);
	-webkit-background-size: auto,15px 13px;
	background-repeat: repeat-x, no-repeat;
	background-position: bottom, 4px 6px;
	margin-left:  3px;
	vertical-align: top;
}

/*#cal_tbl td:before,
#cal_tbl tbody th:before {
    content: "";
    display: block;
    position: absolute;
	bottom:-2px;
	margin-left:-20px;
    border-bottom: 1px solid #676767;
    width: 100%;
    min-height: 100%;
    z-index: 100;
}*/
#cal_tbl .th {
	background:#323232 url(/market/yosoku/img/yosoku_ipad_th.gif);
	text-align:left;
	z-index: 1;
	background-repeat: repeat-x;
	background-position: bottom;
}

#cal_tbl td.txt_center/*,
#cal_tbl tbody th.txt_center:before*/ {
	border-right: 2px solid #252525 !important;
	border-bottom: 4px solid #252525 !important;
	text-align:center;
	background-image:none;
	padding:5px 15px;
}
#cal_tbl td:first-child {
	border-top:none;
}




.txt_right {
   text-align:right
}
.strong {
	font-weight: bold;
}
.txt_center {
    text-align:center;
}
