@charset "UTF-8";

body {
	color: #333;
	font-size: 13px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', "MS UI Gothic", Osaka, "MS PGothic", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	line-height: 150%;
	width: 100%;
}

.wrapper {
	width: 750px;
	margin: 0 auto;
}

.contentWrapper {
	width: 700px;
	margin: 0 auto;
}

.contentBox {
	width: 680px;
	margin: 0 auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	list-style: none;
}

figure {
	margin: 0;
	padding: 0;
}

p.left {
	text-align: left;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	flex-wrap: wrap;
}

/*****============================================================================
header
============================================================================*****/

header {
	width: 100%;
	height: 114px;
	background: url(./image/header_back_brown.jpg);
}

header .wrapper {
	position: relative;
	width: 750px;
}

header .headerBack {
	position: absolute;
	height: 114px;
	width: 750px;
	left: -35px;
	background: url(./image/header_back.jpg) no-repeat;
}

header .headerFlex {
	position: relative;
	z-index: 100;
	width: 750px;
	height: 114px;
	display: flex;
	justify-content: space-between;
	top: 0;
}

header .headerFlex h1 {
	margin-top: 30px;
}

header .headerFlex form .header-select,
header .headerFlex form .header-kensaku,
header .headerFlex form .header-bottun {
	margin-top: 30px;
	vertical-align: top;
	height: 28px;
	box-sizing: border-box;
}

header .headerFlex form .header-kensaku {
	width: 100px;
}

header .headerFlex a {
	margin-top: 20px;
}

header nav ul {
	margin: 0;
	padding: 0;
}

header nav ul li {
	width: 110px;
	height: 30px;
	position: absolute;
	bottom: 0;
	z-index: 200;
}

/*****============================================================================
TOPページ
============================================================================*****/

/***
パンくず
----------------------------------------------------------------------------------****/
ul.pan {
	margin: 20px 0;
	display: flex;
}

ul.pan li {
	margin-right: 10px;
}

ul.pan li a {
	color: #0058b0;
	text-decoration: none;
}

ul.pan li a:hover {
	text-decoration: underline;
}


h2.title {
	background: url(../image/bar_brown.jpg);
	width: 700px;
	height: 50px;
	color: #FFF;
	font-size: 20px;
	line-height: 50px;
	box-sizing: border-box;
	padding-left: 20px;
}

.text p {
	margin: 20px 0;
	padding: 0 15px;
}

.howto {
	width: 700px;
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}

.howto p {
	color: #666666;
	margin-top: 10px;
	font-size: 11px;
}

h2.title {
	background: url(./image/bar_orange.jpg);
	width: 700px;
	height: 50px;
	color: #FFF;
	font-size: 20px;
	line-height: 50px;
	box-sizing: border-box;
	padding-left: 20px;
}

/***
imageArea
----------------------------------------------------------------------------------****/

.imageArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.imageArea figure {
	width: 215px;
	height: 175px;
	background: url(./image/photoflame.jpg);
	background-size: contain;
	padding: 8px 0;
	padding-right: 6px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.imageArea figure a {
	display: block;
	width: 190px;
	height: 130px;
	margin: 0 auto;
}

.imageArea figure figcaption {
	color: red;
	font-size: 11px;
	font-weight: bolder;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
}


.imageArea figure a img {
	width: 190px;
	height: 130px;
	margin: 0;
}


/*****============================================================================
footer　フッター
============================================================================*****/
#footerNAVI {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	margin-bottom: 10px;
}

#footerNAVI li {
	width: 94px;
	text-align: center;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#footerNAVI a {
	color: #0058b0;
	text-decoration: none;
	font-size: 13px;
}

#footerNAVI a.Gotop {
	position: relative;
}

#footerNAVI a:hover {
	text-decoration: underline;
}

#footerNAVI a.Gotop::before {
	content: '';
	display: block;
	width: 15px;
	height: 12px;
	background: url(./image/paagetop.jpg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: -20px;
}


footer {
	width: 100%;
	height: 70px;
	background: url(./image/footer_brown.jpg);
}

footer .wrapper {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

footer .wrapper p {
	color: #FFF;
	margin-top: 5px;
	font-size: 10px;
}

/*****============================================================================
help このコーナーの上手な使い方
============================================================================*****/

#help {
	width: 520px;
	border: 1px solid #115D2D;
	margin: 0 auto;
	background: url(./image/back.gif);
	background-repeat: repeat-y;
	text-align: center;
}


#help .mainArea {
	width: 450px;
	padding: 5px;
	box-sizing: border-box;
	margin-left: 65px;
	text-align: left;
}

#help .mainArea h1 {
	width: 448px;
}

#help .mainArea p {
	margin: 10px 0;
	font-size: 12px;
	letter-spacing: 0.01em;
}

#help .mainArea .flexBox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#help .mainArea ul li {
	margin-bottom: 10px;
	text-indent: -1.5em;
	margin-left: 1.5em;
	font-size: 12px;
	letter-spacing: 0.01em;
}

#help .mainArea ul li::before {
	content: '■';
}

#help a {
	display: inline-block;
	margin: 10px 5px 20px;
	color: #0C3F1D;
	line-height: 16px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
}

#help a:hover {
	color: #9C2617;
	text-decoration: underline;
}

/***
詳細ページ #itempage
----------------------------------------------------------------------------------****/
#itempage figure.catch {
	width: 350px;
	margin-top: 20px;
}

#itempage figure.catch img {
	width: 350px;
}

#itempage h3 {
	border-left: 3px solid;
	margin: 20px 0;
	width: 700px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #cd8101;
	font-size: 16px;
	background-position: bottom;
	position: relative;
}

#itempage h3::after {
	content: '';
	background: url(./image/shadow_brown.jpg);
	width: 700px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 0;
	display: block;
}

#itempage p {
	margin: 20px 0;
	line-height: 1.8em;
}

#itempage .image {
	display: flex;
	flex-wrap: wrap;
}

#itempage .image figure {
	width: 320px;
	margin-bottom: 30px;
	margin-right: 20px;
	position: relative;
}

#itempage .image figure img {
	width: 180px;
}

#itempage .image figure figcaption {
	display: block;
	position: absolute;
	top: 0;
	right: -3px;
	width: 135px;
	border-bottom: 1px solid #999;
	padding-left: 5px;
	font-size: 12px;
}


#itempage h4 {
	margin: 20px 0;
	background: #f0eae7;
	font-size: bold;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
}

#itempage ul.action li {
	list-style: disc;
	margin-left: 1.5em;
}

#itempage ul.text {
	margin-left: 1em;
	margin-top: 0;
}

#itempage ul.text li {
	text-indent: -1em;
	margin-bottom: 5px;
}

#itempage ul.text li::before {
	content: '・';
}

#itempage dl.text {
	text-align: left;
}

#itempage dl.text dt {
	width: 10em;
	display: inline-block;
	vertical-align: top;
}

#itempage dl.text dd {
	width: 540px;
	display: inline-block;
	margin-bottom: 10px;
}

/***
詳細ページテーブル #itempage .tableArea
----------------------------------------------------------------------------------****/

#itempage .contentBox.flexBox {
	margin-top: 40px;
}

#itempage .flexBox .text {
	width: 400px;
}

#itempage .flexBox .text p {
	margin: 0;
	padding: 0;
}

#itempage .tableArea {
	width: 250px;
	margin-left: 30px;
}

#itempage .tableArea h5 {
	color: #cd8101;
	font-size: 12px;
}

#itempage .tableArea table {
	width: 250px;
	border: 1px solid #cd8101;
	font-size: 12px;
	text-align: left;
}

#itempage .tableArea table tr {
	width: 250px;
	border-bottom: 1px solid #cd8101;
}

#itempage .tableArea table th {
	height: 30px;
	background: #FAF2E5;
	width: 110px;
	padding: 0 10px;
	box-sizing: border-box;
	vertical-align: middle;
}

#itempage .tableArea table td {
	height: 30px;
	width: 140px;
	padding: 5px 10px;
	box-sizing: border-box;
	vertical-align: middle;
}

/***
詳細ページ会社案内テーブル #itempage table.company
----------------------------------------------------------------------------------****/

#itempage .contentBox.tableFlex {
	width: 600px;
	display: flex;
	justify-content: space-between;
}

#itempage table.company {
	width: 450px;
	border: #cd8101 solid 1px;
	text-align: left;
	margin: 0 auto;
	font-size: 12px;
}

#itempage .tableFlex table.company {
	margin: 0;
}

#itempage table.company th {
	width: 110px;
	border-bottom: #cd8101 solid 1px;
	background: #FAF2E5;
	padding: 0 10px;
	box-sizing: border-box;
	vertical-align: middle;
}

#itempage table.company td {
	border-bottom: #cd8101 solid 1px;
	padding: 10px;
	box-sizing: border-box;
}

#itempage table.company td a {
	color: #0058b0;
	text-decoration: none;
}

#itempage table.company td a:hover {
	text-decoration: underline;
}

figcaption {
	font-size: 11px;
}

.search-list {
	padding: 0 10px;
}

.search-list a {
	text-decoration: none;
	color: #0058b0;
}

.search-list a:hover {
	text-decoration: underline;
	color: #0058b0;
}

.search-list dt {
	margin-top: 20px;
}
