@charset "utf-8";

/* ヘッダー */
#header h1 {
	height: 60px;
	max-height: 60px;
} 
#header h1 .h1-left div {
	display: table-cell;
	vertical-align: top;
	padding: 0px 20px 0px 3px;
	max-height: 60px;
}
#header h1 .h1-left img {
	max-height: 60px;
	min-width: 120px;
}
#header h1 .h1-center {
	height: 60px;
	max-height: 60px;
	width: 100%;
}
#header h1 .h1-center img {
	max-height: 60px;
	min-width: 60px;
}

/* パンくずリスト */
#breadcrumb #showTagList {
	white-space: normal;
}

/* topタイトル非表示 */
#index.pattern-a #main .headLine{
	display: none;
}

/* タイプ説明リンク */
#index .cl_section #description p.textBox{
	padding: 0 10px;
}
/* タイプ説明画面*/
table.typeTbl{
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding: 20px;
}
.typeTbl tr {
    margin: 5px 0;
} 
.typeTbl th,
.typeTbl td {
    vertical-align: top;
    text-align: left;
    border-bottom: solid 5px white;
}
.typeTbl th {
    font-weight: bold;
    white-space: nowrap;
}
.typeTbl .separate {
    font-weight: bold;
    text-align: center;
    width: 1em;
}

/* 検索画面 */
.search .bcollSpr td {
	width: 100%;
}
.search .bcollSpr th {
	min-width: 150px;
}

/* 2023/3/20 フッター 問い合わせ画像 追加 */
#footer section.contact-left p.contact {
	text-align: left;
	color: #333;
	vertical-align: bottom;
	padding: 25px 10px 10px 0;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
	display: block !important;
}
	#footer section.contact-left p{ display: block !important; padding:5px !important; box-sizing: border-box;}
	#footer .contact small{ word-break: break-all !important; white-space: normal !important; word-wrap: break-word; padding: 3px 10px 10px 10px ; display: block;}
	#footer section.contact-left p.logo{ text-align: left;}

