@charset "UTF-8";

/* subNavPP */
ul.subNavPP{
	padding: 4px 0;
	border: 1px solid #ddd;
	*overflow: hidden;
	_overflow: visible;
	line-height: 1.33;
	margin-bottom: 30px;
}
.subNavPP ul {
	float: left;
	width: auto;
	margin-bottom: 0;
}
.subNavPP li {
	list-style-type: none;
	display: block;
	float: left;
	width: 200px;
	margin: 3px 0 3px -1px;
	padding: 0 10px 0 20px;
	border-left: 1px solid #ddd;
	background: url(/okinawa_cellular/shared/image/bg_arrow_02.gif) 10px 5px no-repeat;
}
.subNavPP li.current,
.subNavPP li.current a {
	color: #333 !important;
	font-weight: bold;
}

/* table */
.section table th.w110 {
	width: 110px;
}
.section table.w350 {
	width: 350px!important;
}

.section table.registBox {
	border: none!important;
	width: 100%;
}

table.table td.number {
	padding-right: 3px;
	text-align: right;
}

table.table td.noLine {
	padding-left: 0;
	border-left: none;
}
