@CHARSET "UTF-8";

* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

*, *::before, *::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #ffffff;
	height: 100%;
	margin: 0 auto;
	max-width: 1920px;
	padding: 0;
	text-align: left;
}

header {
	margin-top: 15px;
	text-align: center;
	width: 100%;
}

#hdrDispTitle {
	margin: 15px auto 0px;
	text-align: left;
}

footer {
	background: #d3d3d3;
	border: 1px solid #333333;
	clear : both;
	color: #333333;
	margin-top: 15px;
	padding: 5px 5px;
	text-align: center;
	width: 100%;
}

img {
	max-width : 100%;
	height : auto;
}

iframe {
	width : 100%;
}

h1 {
	background-image: url(/img/comm/h1_bg.png);
	background-repeat: no-repeat;
	color: #000080;
	font-size: 20px;
	padding: 3px 0 3px 15px;
}

h2 {
	background-image:url(/img/comm/h2_bg.png);
	background-repeat: no-repeat;
	color:#000080;
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	min-height: 45px;
	padding:6px 0px 0px 3px;
}

h3 {
	background-image:url(/img/comm/h2_bg.png);
	background-repeat: no-repeat;
	color:#000080;
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	min-height: 45px;
	padding:10px 0px 0px 0px;
	text-align: center;
}

p {
	margin-bottom: 10px;
}

input {
    border-width: 1px;
    padding: 1px 2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}

.txaContentOfInquiry {
	height: 180px;
	width: 100%;
	resize: vertical;
}

.fontBold {
	font-weight: bold;
}

.fontNormal {
	font-weight: normal;
}

.hCenter {
	text-align: center;
}

.hLeft {
	text-align: left;
}

.hRight {
	text-align: right;
}

.trOdd {
	background-color: #FFFFFF;
}

.trEven {
	background-color: #E6ECFF;
}

.trCanceled {
	background-color: #C0C0C0;
}

.divHeaderBox {
	background: #3333cc;
	border: 1px solid #000080;
	color: #FFE9FF;
	font-size: 14px;
	font-weight: bold;
	padding: 3pt;
	text-align: left;
	width: 100%;
}

.divMargin5 {
	height: 5px;
}

.divMargin15 {
	height: 15px;
}

.divMargin30 {
	height: 30px;
}

.divHide {
  display:none;
}

.divDisp {
  display:block;
}

.tblBase {
	text-align: left;
	width: 100%;
}

.tblHeader {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

.tblData {
	width: 100%;
}

.tdButton {
	text-align: center;
	width: 100%;
}

.tblLink {
	text-align: right;
}

.tblBorderNone {
	border:none;
	border-collapse:collapse;
}

.tdBorderNone {
	border:none;
	padding:0;
}

.tblAnnualFee {
	border: none;
	border-collapse:collapse;
	width: 100%;
}

.tdAnnualFee {
	padding: 5px 0px;
}

.btnBase {
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	width: 70%;
}

.btnBase:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}

.btnBase:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.aBase:link {
	color: #000080;
	text-decoration: underline;
}

.aBase:visited {
	color: #000080;
	text-decoration: underline;
}

.aBase:hover {
	color: #000080;
	text-decoration: none;
}

.aBase:active {
	color: #000080;
	text-decoration: none;
}

.txtInput {
	width: 100%;
}

.txtDate {
	width: 96px;
}

.bgcTxtNormal {
	background: #FFFFCC;
}

.bgcTxtDisabled {
	background: #FFFFFF;
}

.bgcTxtError {
	background: #FF99CC !important;
}

.bgcChkNormal {
	background: #FFFFCC;
	border:1px solid #FFD700;
}

.bgcChkError {
	background: #FF99CC;
	border:1px solid #C71585;
}

.selFontLead {
	text-shadow: 1px 1px 1px silver;
	font-weight: bold;
}

.selFontText {

}

.imgTxtMiddle {
	vertical-align: middle;
}

.infoMsg {
	color: #0b1b60;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.infoErr {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.errMsg {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.infoNotice {
	color: #0b1b60;
	font-weight: bold;
}

.errNotice {
	color: #FF0000;
	font-weight: bold;
}

.cautionNotice {
	color: #F6951E;
	font-weight: bold;
}

.navMainMenu {
	background:#666666;
	display: block;
	height: 30px;
	margin-top: 15px;
	max-width: 1920px;
	width:100%;
	z-index: 50;
}

.ulMainMenu{
	overflow:hidden;
	list-style:none;
}
.liMainMenu{
	box-sizing: border-box;
	border-right:1px solid #333333;
	float:left;
	text-align: center;
}
.liMenu8Items {
	width:12.5%;
}
.liMenu7Items {
	width:14.28%;
}
.liMenu6Items {
	width:16.66%;
}
.liMenu5Items {
	width:20%;
}
.liMenu4Items {
	width:25%;
}
.liMenu3Items {
	width:33.33%;
}
.liMenu2Items {
	width:50%;
}
.liMenu1Item {
	width:100%;
}
.liMainMenu:last-child {
	border-right:none;
}
.liMainMenu:first-child {
	border-left:none;
}
.aMainMenu {
	color:#ffffff;
	display:block;
	font-weight: bold;
	height: 30px;
	text-decoration:none;
	padding:6px 5px;
}

.aMainMenu7 {
	color:#CC99FF;
	display:block;
	font-weight: bold;
	height: 30px;
	text-decoration:none;
	padding:6px 5px;
}

.aMainMenu8 {
	color:#ff0000;
	display:block;
	font-weight: bold;
	height: 30px;
	text-decoration:none;
	padding:6px 5px;
}

.aMainMenu:hover {
	background:#555555;
	color:#333333;
}

.fixed {
	position: fixed;
}

.fntColerRed {
	color:#ff0000 !important;
}

.fntColerBlack {
	color:#000000;
}

.tdValignTop {
	vertical-align: top;
}

.tdValignMiddle {
	vertical-align: middle;
}

.tdValignBottom {
	vertical-align: bottom;
}

.fontSizeLbl {
	font-size: 12px;
}

.fontSizeLink {
	font-size: 14px;
}

.widthInput2 {
	width: 24px;
}

.widthInput4 {
	width: 48px;
}

.widthInput5 {
	width: 59px;
}

.widthInput7 {
	width: 81px;
}
.widthInput8 {
	width: 89px;
}

.widthInput9 {
	width: 98px;
}

.widthInput10 {
	width: 107px;
}

.widthInput11 {
	width: 116px;
}

.widthInputW2 {
	width: 34px;
}

.widthInputW3 {
	width: 45px;
}

.widthInputW4 {
	width: 56px;
}

.widthInputW5 {
	width: 67px;
}

.widthInputW6 {
	width: 78px;
}

.widthInputW7 {
	width: 91px;
}

.widthInputW8 {
	width: 104px;
}

.widthInputW9 {
	width: 117px;
}

.widthInputW10 {
	width: 130px;
}

.widthInputW11 {
	width: 143px;
}

.widthLabelW8 {
	width: 112px;
}

.widthLabelW9 {
	width: 124px;
}

.widthLabelW10 {
	width: 136px;
}


.tdWordBreak {
	word-break: break-all;
}

.divFloatLeft {
	float: left;
	position: relative;
}

.divFloatClear {
	clear :both;
}

.btnW5 {
	width : 100px;
}

.btnW7 {
	width : 140px;
}

.tblFooter {
	border: none;
	color: #333333;
	width: 100%;
}

.tdFooter {
	border:none;
	color: #333333;
	font-size: 12px;
	white-space: normal;
}

.aOrdinances {
	color: #333333;
	font-size: 12px;
}

.rdoSelAnnualFee {
	background-color: #FFFF99;
	font-weight: bold;
}

.spnStrong {
	font-weight: bold;
	font-size: 14px;
}

.trHide {
	visibility: collapse;
}

@media screen and (max-width: 640px) {

	header {
		margin: 15px auto 0px;
		width: 95%;
	}

	footer {
		margin: 15px auto 0px;
		width: 95%;
	}

	img {
		float : none;
	}

	p {
		width : 100%;
	}

	.divHeaderBox {
		width: 100%;
	}

	.btnW5, .btnW7{
		width: 60%;
	}
}
