@charset "utf-8";


#quickMenu {
	position: fixed; 
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	margin-bottom: 25px;
}
#quickMenu .overflow {
	margin: 0 25px;
}
#quickMenu button {
	cursor: pointer;
	width: 65px;
	height: 45px;
	text-indent: -5000px;
}
#quickMenu button.back {
	float: left;
	background: url("../../images/icon_back.png") 0 0 no-repeat;
}
#quickMenu button.top {
	float: right;
	background: url("../../images/icon_top.png") 0 0 no-repeat;
}

/* top_TITLE */
.sTitle {
	font-family: "pmGov";
	border-bottom: 2px solid #4d4d4d;
	padding-bottom: 10px;
	font-size: 2em;
	margin-bottom: 35px;
	line-height: 1.5;
}
/* TITLE */
.title1st,
.title2nd {
	font-family: "pmGov";
	color: #444;
}
.title1st {
	font-size: 1.34em;
	background: url("../../images/title1.gif") 0 1px no-repeat;
	padding-left: 12px;
	margin-bottom: 20px;
}
.title2nd {
	font-size: 1.14em;
	background: url("../../images/title2.gif") left 4px no-repeat;
	padding-left: 10px;
	margin-bottom: 20px;
}
.title3rd {
	font-weight: bold;
	font-size: 1em;
	background: url("../../images/title3.gif") left 5px no-repeat;
	padding-left: 10px;
	margin: 0 0 0 10px;
}
ul.ul {
	margin-left: 10px;
}
ul.ul li {
	background: url("../../images/list01.gif") left 5px no-repeat;
	padding-left: 10px;
	margin-top: 7px;
}
ul.dash li {
	background: url("../../images/list02.gif") left 6px no-repeat;
	padding-left: 10px;
	margin-top: 7px;
}
ul.dash li ul li {
	background: url("../../images/list01.gif") left 5px no-repeat;
	padding-left: 10px;
}
.note {
	background: url("../../images/list_note.gif") left 2px no-repeat;
	padding-left: 15px;
}
.listCont {
	background-color: #f8f2f2;
	padding: 15px;
	margin-bottom: 30px;
}
.listCont dl {
	overflow: hidden;
	margin-bottom: 10px;
}
.listCont dl:last-child {
	margin-bottom: 0;
}
.listCont dl dt {
	background-color: #b42e5a;
	color: #FFF;
	padding: 3px 3px 1px 3px;
	margin: 0 10px 5px 0;
	display: inline-block;
}


/* BOTTON */
.btnList {
	margin: 20px 0;
	overflow: hidden;
}
span.button {
	display: inline-block;
	margin: 0 1px;
}
.btnList .alignL .button,
.floatL .button {
	margin: 0 2px 0 0;
}
.btnList .alignR .button,
.floatR .button {
	margin: 0 0 0 2px;
}
.button a,
.button input {
	display: inline-block;
	font-family: "pmGov";
	background-color: #930c38;
	border: 0;
	color: #FFF !important;
	font-weight: bold;
	padding: 7px 20px;
	vertical-align: middle;
	cursor: pointer;
}
.button input {
	padding: 8px 20px;
}
.button.small a,
.button.small input {
	padding: 5px 10px;
	font-weight: normal;
	font-size: 11px;
}
.button.small input {
	padding: 5px 10px 2px 10px;
}

.button.gray a,
.button.gray input {
	background-color: #acacac;
}
.button.grayB a,
.button.grayB input {
	background-color: #717171;
}

/*TABLE*/
.tbWrap {
	border-top: 2px solid #4a4f5a;
}
.tbWrap table {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
.tbWrap table th,
.tbWrap table td {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 5px;
}
.tbWrap table th:last-child,
.tbWrap table td:last-child {
	border-right: 0;
}
.tbWrap table th.bodL,
.tbWrap table td.bodL {
	border-left: 1px solid #e5e5e5;
}
.tbWrap table thead th {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #7f7f7f;
	background-color: #f2f2f2;
}


.tbWrap.scrollTb {
	overflow-x: scroll;
}
.tbWrap.scrollTb table {
	width: 1000px;
}

/************************************************************header*/
.intro_text {
	background: url("../../images/intro_bg_.jpg") right 0px no-repeat;
	/*background: url("../images/intro_bg_.jpg") right -10px no-repeat;*/
}
.intro_text .intro_title {
	margin-right: 200px;
	min-height: 240px;
}
.intro_text .intro_title p.title {
	font-family: "pmGov";
	font-size: 1.34em;
	line-height: 1.3;
}
.intro_text .intro_title p.title span {
	color: #b42e5a;
	margin-top: 20px;
	display: block;
}
.intro_text p {
	margin-bottom: 20px;
}
.intro_text p.color01 {
	color: #2555cf;
}
.intro_text p.alignR {
	font-family: "pmGov";
	font-size: 1.34em;
}
.intro_text p.alignR strong {
	font-size: 1.44em;
	margin-left: 10px;
}

table {
  width: 100%;
  table-layout: fixed;
}
table caption {
  display: none;
}
table th {
  text-align: center;
}
button {
	border: 0;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
}

.overflow {
  overflow: hidden !important;
}
.textHidden {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -5000px;
}
.show {
  display: block !important;
}
.floatL {
  float: left !important;
}
.floatR {
  float: right !important;
}
.alignC {
  text-align: center !important;
}
.alignL {
  text-align: left !important;
}
.alignR {
  text-align: right !important;
}
.w50per {
	width: 50%;
}
.w40per {
	width: 40%;
}

.marB0 {margin-bottom: 0px !important;}
.marB5 {margin-bottom: 5px !important;}
.marB10 {margin-bottom: 10px !important;}
.marB20 {margin-bottom: 20px !important;}
.marB30 {margin-bottom: 30px !important;}
.marB40 {margin-bottom: 40px !important;}
.marB50 {margin-bottom: 50px !important;}
.marT5 {margin-top: 5px !important;}
.marT10 {margin-top: 10px !important;}
.marT20 {margin-top: 20px !important;}
.marT30 {margin-top: 30px !important;}
.marT40 {margin-top: 40px !important;}
.marT50 {margin-top: 50px !important;}

.marL5 {margin-left: 5px !important;}
.marL10 {margin-left: 10px !important;}
.marL20 {margin-left: 20px !important;}

.padT10 {padding-top: 10px !important;}
.padT20 {padding-top: 20px !important;}

table colgroup col.auto {
	width: auto;
}
table colgroup col.w5per {
	width: 5%;
}
table colgroup col.w8per {
	width: 8%;
}
table colgroup col.w10per {
	width: 10%;
}
table colgroup col.w15per {
	width: 15%;
}
table colgroup col.w20per {
	width: 20%;
}
table colgroup col.w25per {
	width: 25%;
}
table colgroup col.w30per {
	width: 30%;
}
table colgroup col.w35per {
	width: 35%;
}
table colgroup col.w40per {
	width: 40%;
}
table colgroup col.w45per {
	width: 45%;
}
table colgroup col.w50per {
	width: 50%;
}
table colgroup col.w55per {
	width: 55%;
}
table colgroup col.w60per {
	width: 60%;
}
table colgroup col.w65per {
	width: 65%;
}
table colgroup col.w70per {
	width: 70%;
}
table colgroup col.w75per {
	width: 75%;
}
table colgroup col.w80per {
	width: 80%;
}
table colgroup col.w85per {
	width: 85%;
}
table colgroup col.w90per {
	width: 90%;
}
table colgroup col.w95per {
	width: 95%;
}
table colgroup col.w100per {
	width: 100%;
}
input.full,
select.full,
textarea.full{
	width: 100% !important;
}
input.w10per,
select.w10per,
textarea.w10per {
	width: 10% !important;
}
input.w15per,
select.w15per,
textarea.w15per {
	width: 15% !important;
}
input.w20per,
select.w20per,
textarea.w20per {
	width: 20% !important;
}
input.w30per,
select.w30per,
textarea.w30per {
	width: 30% !important;
}
input.w40per,
select.w40per,
textarea.w40per {
	width: 40% !important;
}
input.w50per,
select.w50per,
textarea.w50per {
	width: 50% !important;
}
input.w60per,
select.w60per,
textarea.w60per {
	width: 60% !important;
}
input.w70per,
select.w70per,
textarea.w70per {
	width: 70% !important;
}

#skip {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
#skip a {
  display: block;
  height: 1px;
  width: 1px;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  background: #0770bb;
  white-space: nowrap;
  text-align: center;
}
#skip a:focus,
#skip a:active {
  height: auto;
  width: auto;
  padding: 7px;
  margin-bottom: 10px;
}
