/*----------------table------------------*/#content .tableWrap table {    width: 600px;}#content .schedule.index.juniorTable {   /* border-left: 1px solid #d3d3cf;*/    border-top: 1px solid #d3d3d3;}#content .schedule th {    background: none repeat scroll 0 0 #fbd1df;    border-bottom: 2px solid #e696b0;    border-right: 1px solid #c8c8c8;    padding: 3px 0;    text-align: center;}#content .schedule.index th {    background: none repeat scroll 0 0 #e9e7cf;    border-bottom: 2px solid #d3d3d3;    border-right: 1px solid #d3d3d3;}#content .schedule.index.juniorTable th {    border-bottom: 1px solid #d3d3d3;}#content .schedule td {    border-bottom: 2px solid #e696b0;    border-right: 1px solid #c8c8c8;    vertical-align: middle;	text-align: center;}#content .schedule.index td {    border-bottom: 2px solid #d3d3d3;}#content .schedule.index.juniorTable td {    border-bottom: 1px solid #d3d3d3;    padding: 14px 5px;}#content .schedule th.last, #content .schedule td.last {	border-right: none;}.r_underline {    border-bottom: 1px solid #333333;    display: inline-block;    line-height: 140%;	color: #333333;}.r_underline:hover{	text-decoration: none;}@media screen and (max-width: 750px){	#content .tableWrap.scroll {		overflow: scroll;	}}/*----------------selectbox------------------*/.select-css{	float: left;    position: relative;	margin-right: 10px;}/*.select-css .arrow {    background: url("../img/duo-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);	display: block;    height: 16px;    position: absolute;    right: 7px;    top: 5px;    width: 7px;}*/.select-css select{	padding-right: 24px;}