/**/
@import url("reseter.css");

body {
    color: #333333;
    line-height: 1.9;
}
.site-base {
    width: 980px;
    margin: 0 auto;
    padding: 12px 0;    
}
.grand-header_site-title {
    background-image: url(../images/button_2.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 24px;
}
.grand-header_site-title .bold {
    font-weight: bold;
    color: #365491;
}

/* ページヘッダ */
.grand-header {
    border-bottom: 1px solid #365491;
}
.grand-header_site-title {
    font-size: 1.2rem;
}
.grand-header_english-button {
    text-align: right;
    font-weight: bold;
    margin: 0;
}
.grand-header_english-button a {
    color: #B22317;
}
.grand-header_english-button a:hover {
    color: #EA3423;
}
/* メイン部分 */
.mainbody {
    display: flex;
    padding: 12px 0;
}

/* 左カラム */
.sub-col {
    width: 340px;
}
.sub-col_id {
    display: block;
    margin: 0 30px 0 10px;    
}

/* 右カラム */
.main-col {
    width: 640px;
}

/* グローバルナビゲーション */
.global-nav {
    padding-top:20px;
}
.global-nav ul {
    font-weight: bold;
    font-size: 1.2rem;
}
.global-nav ul li {
    margin-left: 12px;
    background-image: url(../images/button_2.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;    
}
.global-nav ul a {
    text-decoration: none;
    color: #B22317;
}
.global-nav ul a:hover {
    color: #EA3423;
}
.global-nav ul a.current {
    color: #365491;
}


/* 見出し */
/* ページタイトル */
.main-col_content-title {
    font-weight: bold;
    font-size: 1.4rem;
    padding: 4px 0;
}
.main-col_title-level2 {
    font-weight: bold;
    font-size: 1.2rem;
}


/* 写真wrapper */
.imagesetter {
    padding: 0;
}


/* 表組み */
table {
    border: 1px solid #333;
    width: 100%;
    margin-bottom: 20px;
    
}
table th,
table td {    
    padding: 4px 8px;
    border: 1px solid #333;
}
table th {
    font-weight: bold;
    width: 30%;
}
.no-border,
.no-border th,
.no-border td {border-width:0;}

.no-border th {width:20%;}
.smallheader th {width: 4em;}
.smallheader td {line-height: 1.4;}

.sign {
    display: block;
    text-align: right;
    font-weight: bold;
    padding: 12px 0;
}
.sign_signature {
    line-height: 1.4;
    font-size: 1.08rem;
    font-weight: bold;
}

/* お問い合わせフォーム */
.formWrap {
	width:100%;
	margin:0 auto;
	line-height:120%;
	font-size:90%;
}
.formWrap_note {
    padding: 12px 0;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
    margin-bottom: 12px;
}
table.formTable td,table.formTable th{
    vertical-align: middle;
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width: 30%;
	font-weight: normal;
	text-align: left;
}

.formTable_txtarea {
    width: 95%;
    height: 100%;
    padding: 2px 4px;
    border: 1px solid #eee;
}
.formTable_ipt {
    width: 95%;
    padding: 2px 4px;
    border: 1px solid #eee;
}
.formTable_req {
    color: red;
    font-size: 88%;
    font-weight: bold;
}
.formTable_btn {
    background: #eee;
    border: 1px solid #ccc;
    padding: 8px;
    width: 6em;
    text-align: center;
    border-radius: 8px;
}
.formTable_btn:hover {
    opacity: 0.7;
}
/* ページフッタ */
.grand-footer {
    border-top: 1px solid #365491;
    padding: 12px; 0;    
}
.grand-footer_copyright {
    display: block;
    text-align: center;
    font-weight: bold;
}
