@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%;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: #663333 1px solid;
	font-size: 11px;
	line-height: 1.5em;
}

main {
	margin: 10px;
}

figure {
	margin: 0;
}


/*****============================================================================
キャッチ
============================================================================*****/
h1 {
	text-align: center;
	margin: 0 auto;
}

.catch {
	width: 450px;
	margin: 0 auto;
	border: #663333 1px solid;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	padding: 3px;
	box-sizing: border-box;
	background: #F1F4E8;
}

.catch img {
	display: inline-block;
	width: 22px;
	height: 24px;
	margin: auto 0;
}

.catch .text {
	width: 420px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.01em;
}

a {
	text-decoration: none;
	color: #006600;
}

.catch .text a:hover {
	text-decoration: underline;
	color: #990000;
}

p.date {
	font-size: 11px;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 5px;
	font-weight: bold;
}


/*****============================================================================
table thead
============================================================================*****/
table th,
table td {
	border-right: #663333 1px solid;
}

table tr {
	border-bottom: 1px solid #663333;
}

table th {
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 3px;
	font-weight: bold;
	background: #F1F4E8;
}

table tbody th {
	border-right: #663333 1px solid;
}

table tbody td {
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 3px;
}

table tbody td.left {
	text-align: left;
}

h3 {
	margin-top: 40px;
	font-size: 16px;
	font-weight: bolder;
}

p span {
	margin-left: 1.5em;
	font-size: 11px;
	font-weight: bolder;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}

.info {
	display: inline-block;
	padding: 10px;
	border: 1px solid #000;
	font-size: 12px;
	background: #F1F4E8;
	right: 0;
}

.info dt {
	display: inline-block;
	vertical-align: top;
}

.info dd {
	display: inline-block;
}

.attention {
	width: 610px;
	color: red;
}

.attention ol {
	margin-left: 4em;
	position: relative;
}

.attention ol::before {
	content: '(注)';
	color: #000;
	display: inline;
	position: absolute;
	left: -4em;
}

/*****============================================================================
ふったー
============================================================================*****/

footer {
	width: auto;
	text-align: center;
	margin: 0 100px;
	padding: 20px 0;
	border-bottom: 1px solid #006600;
}

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

footer a.close:hover {
	color: #9C2617;
	text-decoration: underline;
}

/*****============================================================================
詳細ページ
============================================================================*****/
#profile {
	width: 640px;
	margin: 0;
	padding: 0;
}

#profile .imageArea {
	width: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	text-align: center;
}

#profile .imageArea2 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: center;
}

#profile .imageArea2 figure:not(:nth-child(3n)) {
	margin-right: 8px;
}

#profile .imageArea figure {
	margin-bottom: 10px;
}


#profile header {
	height: 88px;
}

#profile main {
	background: url(./image/back.gif) repeat-y;
	margin: 0;
	width: 640px;
	padding-bottom: 40px;
	padding-top: 20px;
}

#profile .title {
	background: url(./image/title_back00.gif) repeat-x;
	margin: 0 0 20px 25px;
	width: 600px;
	position: relative;
	height: 20px;
}


#profile .title h3 {
	display: inline-block;
	margin: 0;
	position: absolute;
	right: 0;
	background: url(./image/title_back00.gif);
}

#profile table.content {
	width: 600px;
	margin: 0;
	margin-left: 25px;
}

#profile table.content th {
	background: #EBEBEB;
	vertical-align: top;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}

#profile table.content td {
	text-align: left;
	width: 500px;
	padding: 5px;
	box-sizing: border-box;
}

#profile table.content td.name {
	font-size: 14px;
	color: #590000;
	font-weight: bolder;
}

#profile .flexBox {
	width: 480px;
	display: flex;
	justify-content: space-between;
	margin: 10px;
}

#profile .flexBox figure {
	margin: 0;
	text-align: center;
}


#profile .flexBox table.data,
#profile .flexBox table.data2 {
	text-align: left;
	margin: 0;
	font-size: 11px;
	margin-left: 10px;
	vertical-align: middle;
}

#profile .flexBox table.data th {
	width: 100px;
	background: #FFF;
	text-align: left;
	font-size: 11px;
	padding: 3px;
}

#profile .flexBox table.data2 th {
	width: 90px;
	background: #FFF;
	text-align: left;
	font-size: 11px;
	padding: 3px;
	vertical-align: middle;
}

#profile .flexBox table.data2 td {
	width: 320px;
	line-height: 1.3em;
	padding: 3px;
}

#profile .flexBox table.data td {
	width: 280px;
	line-height: 1.3em;
	padding: 3px;
}

#profile figure.images {
	text-align: center;
	margin-top: 30px;
}

#profile h4 {
	margin: 10px 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #A30000;
}

#profile table.content table.ninsho {
	width: 500px;
	margin: 0;
	box-sizing: border-box;
}


#profile table.content table.ninsho th {
	font-size: 11px;
	padding: 2px;
	text-align: center;
	background: #FFF;
	vertical-align: middle;
}


#profile table.content table.ninsho td,
#profile table.content table.ninsho2 td {
	color: red;
	text-align: center;
	font-size: 11px;
}

#profile table.content table.ninsho2 th {
	font-size: 10px;
	padding: 2px;
	text-align: center;
	background: #FFF;
	vertical-align: middle;
}

#profile a.back {
	display: block;
	margin: 20px auto;
	text-align: center;
}

#profile .bottom {
	display: block;
	width: 600px;
	height: 20px;
	margin-left: 25px;
	background: url(./image/title_back.gif) repeat-x;
}

#profile dl.menkyo,
#profile dl.hosyou {
	margin: 0;
}

#profile dl.menkyo dt::before,
#profile dl.hosyou dt::before {
	content: '●';
}

#profile dl.menkyo dd {
	margin: 0;
	margin-left: 1.5em;
}

#profile dl.hosyou dd {
	margin: 0;
	margin-left: 1em;
}

#profile h5.red {
	color: #A30000;
	font-weight: bolder;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#profile .imageArea3 {
	width: 480px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	text-align: center;
}

#profile .imageArea4 {
	width: 500px;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	text-align: center;
}

#profile .left.flex {
	display: flex;
	flex-wrap: wrap;
}

#profile .imageArea4 .left.flex {
	width: 320px;
}

#profile .imageArea4 .left.flex figure:nth-child(2n) {
	margin-left: 7px;
}

#profile .imageArea3 .left.flex figure:nth-child(2n) {
	margin-left: 20px;
}

#profile ul {
	margin: 0;
	padding: 0;
	margin-left: 1.5em;
}
