@import url("/service/common/css/service.css");
/**
 * =========================================
 * toto Class lib
 * =========================================
 */


/*
======= list =======
*/

/*
======= table =======
*/

/*---- box ----*/

/* box_totoBig */
.box_totoBig {
	padding-bottom: 20px;
	text-align: center;
}
.box_totoBig h2,
.box_totoBig p,
.box_totoBig ul,
.box_totoBig li {
	margin: 0;
	padding: 0;
}
.box_totoBig h2 img,
.box_totoBig p img,
.box_totoBig ul img,
.box_totoBig li img {
	vertical-align: bottom;
}
/*----*/
.box_totoBig h2 {
	margin-bottom: 10px;
}
.box_totoBig p.mag_bt05 {
	margin-bottom: 5px;
}
.box_totoBig p.mag_bt10 {
	margin-bottom: 10px;
}
.box_totoBig p.mag_bt15 {
	margin-bottom: 15px;
}
.box_totoBig p.mag_bt30 {
	margin-bottom: 30px;
}
.box_totoBig p.pad_bt20 {
	padding-bottom: 20px;
}
.box_totoBig p.txt01 {
	width: 545px;
	margin: 0 auto 30px;
	text-align: left;
}
/*----*/
.navi_totoBig {
	position: relative;
  overflow: hidden;
	margin-bottom: 20px;
}
.navi_totoBig ul {
  position: relative;
  left: 50%;
  float: left;
}
.navi_totoBig ul li {
  position: relative;
  left: -50%;
	float: left;
	width: auto;
	padding: 0 20px;
	list-style: none;
	line-height: 1.2;
	border-right: 1px solid #6f7b8d;
}
.navi_totoBig ul li.li_ri {
	border: none;
}
.navi_totoBig ul li span {
	font-weight: bold;
}

/*
======= other =======
*/
.vli_m {
	vertical-align: middle;
}