@charset "utf-8";

/*------------------------------------------------------*/
/* reset
/*------------------------------------------------------*/
html {
	color: #000;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del,ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
table {
	font-size: 100%;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {
	*font-size: 100%;
}
/* reset End--------------------------------- */

/*------------------------------------------------------*/
/* structure
/*------------------------------------------------------*/
html {
	height:100%;
}
body {
	height: 100%;
	font-size: 13px;
	font-family: 'ＭＳ Ｐゴシック','MS Pゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height: 1.5;
	color: #555555;
}

/* ------------------------------------------------
/* common element
------------------------------------------------ */
a:link,
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #f78a0b;
	text-decoration: underline;
}
a:active {
	color: #555;
	text-decoration: underline;
}



/* ------------------------------------------------

margin

------------------------------------------------ */
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt91 { margin-top: 91px !important; }
.mt112 { margin-top: 112px !important; }

.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.mtm05 { margin-top: -5px !important; }
.mtm10 { margin-top: -10px !important; }
.mtm15 { margin-top: -15px !important; }
.mtm20 { margin-top: -20px !important; }
.mtm25 { margin-top: -25px !important; }
.mtm30 { margin-top: -30px !important; }
.mtm35 { margin-top: -35px !important; }
.mtm40 { margin-top: -40px !important; }

.mbm05 { margin-bottom: -5px !important; }
.mbm10 { margin-bottom: -10px !important; }
.mbm15 { margin-bottom: -15px !important; }
.mbm20 { margin-bottom: -20px !important; }
.mbm25 { margin-bottom: -25px !important; }
.mbm30 { margin-bottom: -30px !important; }
.mbm35 { margin-bottom: -35px !important; }
.mbm40 { margin-bottom: -40px !important; }

/* padding */
.pd0 {padding:0 !important;}
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt8 { padding-top: 8px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }

.pr0 { padding-right: 0px !important; }
.pr5 { padding-right: 5px !important; }
.pr8 { padding-right: 8px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb8 { padding-bottom: 8px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }

.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl8 { padding-left: 8px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.p00 { padding: 0 !important; }
.pb00 { padding-bottom: 0 !important; }



/*------------------------------------------------------*/
/* footer
/*------------------------------------------------------*/
div#footer {
	width: 100%;
	height: 89px;
	background: url(/webcontent/pc_webcontent/image/base/bg_footer.gif) left top repeat-x;
}

div#footer a:link,
div#footer a:visited {
	color: #555;
	text-decoration: none;
}
div#footer a:hover {
	color:#f78a0b;
	text-decoration: underline;
}
div#footer a:active {
	color:#555;
	text-decoration: underline;
}

/* 2019/01/24 */
/* フッターの右のロゴがカラム落ちするので幅を修正 */
div#footer div.inner {
	width: 1130px;
	height: 89px;
	margin: 0 auto;
	padding: 0 22px;
}
div#footer div.logo,
div#footer div.utility,
#logout_btn {
	float:left;
}
div#footer div.logo {
	float: left;
	margin: 25px 0 23px 0;
}

div#footer div.utility {
	float: left;
	margin: 40px 0 auto 35px;
}

div#footer div.utility ul.borderTop {
	padding: 8px 0 0 0;
	border-top: 1px solid #e0e0e0;
}

div#footer div.utility ul li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #e0e0e0;
	line-height: 1;
}

div#footer div.utility ul li.first {
	padding: 0 15px 0 3px;
	border: none;
}

#logout_btn {
	float: left;
	margin: 36px 0 auto 20px;
}

div#footer div.copyright {
	float: right;
	margin: 30px 0 auto 0;
	text-align: right;
}
div#footer div.copyright p.logo {
	margin-bottom: 12px;
}

/* switch_nav -- 1405 ------------------------------- */
#switch_nav {
	clear: both;
	width: 1024px;
	margin: 10px auto ;
	text-align: right;
}

@media print {
	#footerNavi,
	#footer .logo,
	#footer .utility,
	#pageTop {
		display: none;
	}

	#footer .copyright .logo {
		display: block;
	}

	#footer {
		background: none !important;
	}
}
/* footer End--------------------------------- */





/*------------------------------------------------------*/
/* header
/*------------------------------------------------------*/
div#header {
	min-width: 1024px;
	height: auto;
	margin-bottom: 20px;
	background: none;
	border-bottom: 1px solid #efefef;
}
div#header div.inner {
	width: 800px;
	margin: 0 auto;
	padding: 16px 0;
	text-align: right;
}
div#header div.inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

/* ロゴ画像 */
div#header div.logo {
	float: left;
	/*width: 168px;*/
	width: 236px;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1;
}
div#header div.logo a {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-decoration: none;
}
div#header div.logo a img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 1;
	vertical-align: bottom;
}


div#idnum_box {
	float: right;
	width: auto;
	margin: 0;
	/*padding: 20px 0 0 0;*/
	padding: 0px 0 0 0;
	background-color: transparent;
}
div#idnum_box .idnum {
	width: auto;
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0 0 0 28px;
	background-color: transparent;
	background: url(/webcontent/pc_webcontent/image/common/id_num.png) no-repeat left center;
}
div#idnum_box .idnum span {
	display: inline-block;
	max-width: 200px;
	margin: 0;
	padding: 0;
	background: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: bold;
}



/*全体のコンテナ*/
.main_container {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
