* {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}

ul {
    margin-bottom: 0;
}

i, span.fa {
    font-family: FontAwesome !important;
}

html {
    height: 100%;
}

body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    color: #464C59;
    background: #FFF;
    position: relative;
    font-size: 1.4rem;
}

/*
header {
    width: 100%;
    position: fixed;
    border: solid 0px;
    z-index: 3;
    padding: 0px 0px 0px 0px;
    background-color: white;
    clear: both;
    overflow: hidden;
    border-bottom: 4px solid #28468c;
}
*/

/*ナビロジ　ヘッダ*/
header {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 3px solid #efefef;
}
.membership_bar {
    /*background-color: #28468c;*/
    background-color: #23a238;
}
.membership_bar .h_container {
    display: flex;
    justify-content: flex-end;
}
.h_container {
    margin: 0 auto;
    width: 1200px;
}
.membership_menu {
    align-items: center;
    color: #fff;
    display: flex;
    height: 40px;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.membership_menu li {
    line-height: 18px;
}
.membership_menu a {
    color: #fff;
    font-size: 13px;
}
.membership_menu li + li {
    border-left: #fff 1px solid;
    margin-left: 22px;
    padding-left: 22px;
}
.globalnavi .h_container {
    display: flex;
    justify-content: space-between;
}
.globalnavi .navigation {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: space-between;
    /*width: calc(100% - 140px);*/
}
.globalnavi .menu {
    align-items: center;
    display: flex;
    height: 100%;
    margin-left: 40px;
}
.globalnavi .menu > li {
    height: 100%;
    position: relative;
}
.globalnavi .menu > li:first-child > a {
    width: 200px;
}
.globalnavi .menu > li > a {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 16px;
    height: 100%;
    justify-content: center;
    width: 160px;
}
.globalnavi .menu > li > a:hover {
    background-color: #ffa000;
    color: #fff;
    text-decoration: none;
}
.globalnavi .menu > li > a > span {
    padding-right: 15px;
    position: relative;
}
.globalnavi .menu > li:first-child a > span::after {
    transform: translateY(-50%);
}
.globalnavi .menu > li > a > span::after {
    border-color: transparent transparent transparent #ffa200;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    width: 0;
}
.globalnavi .sub_menu {
    background-color: #fff;
    display: none;
    left: 0;
    position: absolute;
    top: 64px;
    width: 160px;
    z-index: 2;
}
.globalnavi .sub_menu a {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 8px 0 8px 12px;
    text-decoration: none;
    color: black;
}
.globalnavi .sub_menu a:hover {
    background-color: #ffeccc;
    color: inherit;
}
/*ナビロジ　ヘッダ end*/


h1#h1_title{
    /*
    border-left: 10px solid blue;
    padding-left: 10px;
    border-bottom: 1px solid blue;
    padding-bottom: 2px;
    font-size: 22pt;
    */
    margin-top: 7px;
}
h1#get_csv_h1{
    background-color: #009e9f;
}

#breadcrumb_trail{
    width:1200px;
    margin:0px auto;
}
#breadcrumb_trail a {
    text-decoration:underline;
}

/*
.headerNav div.logoArea{
    padding: 8px 0;
    color: #28468c;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
}
header .headerInner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
*/

.alignCenter{
    text-align: center;
	vertical-align: middle!important;
}

#main {
    /*padding: 60px 0px 0px 0px;*/
    box-sizing: border-box;
	/*max-width: 1200px;*/
    margin: 0 auto;
}


.lp_Title {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 120%;
}
#contents {
    margin: 0 auto;
    padding: 30px 0;
    font-size: 14px;
}

#loginArea .login_text{
    text-align: left;
    margin-left: 39px;
}

form[role=login] > div {
    text-align: center;
}

.login-input-box {
    width: 500px;
    border: 1px #dcdcdc solid;
    padding: 20px;
    margin: 0px auto;
}

.form-control{
    display: inline-block;
    width: 71%;
    vertical-align: bottom;
}


form input {
    height: auto;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

form[role=login] input, form[role=login] button {
    font-size: 18px;
    margin: 0px 12px 30px 0;
    border-radius: 6px!important;
    -webkit-border-radius: 6px!important;
    -moz-border-radius: 6px!important;
}

.form-control-login {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.infoArea{
	padding: 90px 0px;
	width: 80%;
	max-width: 1200px;
    margin: 0 auto;
}

.infoTable .propTitle{
	max-width: 60px;
}

.officeSeal{
	margin-right: 15px;
}

.borderLine{
	border-bottom: solid #008080;
}


.borderRed{
	border: solid #f30000;
	padding: 12px;
}

.required {
    padding: 0 4px;
    background: #d80000;
    color: #ffffff;
    font-size: 0.85em;
    float: right;
}

.inputArea,.userInfoArea,.btnArea {
	width: 90%;
    margin: 10px auto;
}

.btnArea input{
	width: 15%;
	margin-left: 15px;
}

input[type=radio],input[type=checkbox] {
	vertical-align: top;
}
.unsetVertical{
	vertical-align: unset!important;
}
@media all and (-ms-high-contrast: none){
	input[type=radio],input[type=checkbox]{
		vertical-align: sub;
	}
}

.redLetter{
	color:red;
}
.inlineLetter{
	display: inline;
	padding: 10px;
}

.notice{
	font-size: small;
    padding-top: 10px;
}

_::-webkit-full-page-media, _:future, :root .inlineLetter {
    padding: 5px;
}

.output{
	padding: 10px 0 10px 10px;
}

.form-control[readonly]{
    background-color: #fff;
}

.displayNone{
	display: none;
}

ul {
	list-style: none;
}

.borderNone{
	border:none!important;
}

.clearBoth{
	clear: both;
}

.inputTable{
	width: 55%;
}
.inputTable input{
	display: inline-block;
}
.inputTable .autoWid{
	width: auto;
}
.inputTable .wid120{
	width: 120px;
}

.alignCenter label {
	padding-left: 15px;
}

.deliveryInfo{
	width: 40%;

}

@-moz-document url-prefix() {
	.table-firefox {
		border-collapse: separate;
	}
}

.tableHidden{
	visibility: hidden;
	border-bottom: hidden!important;
	border-right: hidden!important;
}

.borderHidden{
	visibility: hidden;
	border-top: hidden!important;
	border-left: hidden!important;
}


.float-left{
	float: left;
}
.float-right{
	float: right;
}

.propTitle{
	vertical-align: middle!important;
    background-color: #f3f3f3;
}


.minwWid{
 	min-width: 161px;
}
.margin-top{
	margin-top: 16px;

}


.largeSize{
	font-size: large;
    margin: 100px 0;
}

footer {
    color: #fff;
    width: 100%;
     margin-top: auto;
    text-align: center;
    /*background-color: #28468c;*/
    background-color: #23a238;
    position: fixed;
    bottom: 0;
    z-index: 2;
}
footer p{
    margin: 10px;
}


.ui-dialog{
	background: #fff;
    line-height: 1.6em;
}

.text_align_center {
    text-align: center;
}

h1 {
    /*font-size: 30px;*/
    margin-bottom: 20px;
    background-color: #8cc3ff;
    color: #fff;
    font-size: 24px;
    padding: 20px 0;
    text-align: center;
}


/*.index_sned_mail{
    #sned_mail{
        display: block;
        text-align: right;
        margin-left: 243px!important;
        padding: 9px 36px;
        margin-bottom: 0px !important;
        width: 300px;
    }*/
#sned_mail {
    font-size: 18px;
    margin: 16px 0;
    border-radius: 6px!important;
    -webkit-border-radius: 6px!important;
    -moz-border-radius: 6px!important;
    width: 300px;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #fff;
    background-color: #ff8c00;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
#sned_mail:hover {
    color: #fff;
    background-color: #ffa500;
}

#content{
    max-width:1200px;
    margin: 0px auto;
}

#logout{
    cursor: pointer;
}