@charset "UTF-8";

/*
ja_JP
*/

/* =========================================================
world area
========================================================= */
.world-area {
	font-weight: bold;
	margin-bottom: 8px;
}
/* =========================================================
common
========================================================= */
#tg-layout {
	clear: both;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 10px 6px -6px #cccccc;
	-moz-box-shadow: 0 10px 6px -6px #cccccc;
	box-shadow: 0 10px 6px -6px #cccccc;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f7f7f7),color-stop(0.02, #ffffff));
	background-image: -o-linear-gradient(bottom, #f7f7f7 0%, #ffffff 2%);
	background-image: -moz-linear-gradient(bottom, #f7f7f7 0%, #ffffff 2%);
	background-image: -webkit-linear-gradient(bottom, #f7f7f7 0%, #ffffff 2%);
	background-image: -ms-linear-gradient(bottom, #f7f7f7 0%, #ffffff 2%);
	background-image: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 2%);
	padding: 20px;
}
#tg-layout:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#tg-layout a {
	color: #3366ff;
}
#tg-layout a:hover {
	color: #668cff;
}
/* =========================================================
notice of translation
========================================================= */
.att-translate {
	margin-bottom: 10px;
}
/* =========================================================
header
========================================================= */
#tg-layout .tg-header .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	width: 100%;
}
#tg-layout .tg-header .box .left {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-right: 10px;
	width: 50%;
}
#tg-layout .tg-header .box .right {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
	width: 50%;
}
/* -----------------------------------------------
logo
----------------------------------------------- */
#tg-layout .tg-header .logo {
	display: inline-block;
	margin-bottom: 10px;
}
#tg-layout .tg-header .logo img{
	vertical-align: middle;
	margin: 0 auto;
	max-width: 280px;
	max-height: 210px;
}
#tg-layout .tg-header .logo .expand {
	display: none;
}
/* -----------------------------------------------
open
----------------------------------------------- */
#tg-layout .tg-header .open {
	text-align: center;
	line-height: 100%;
	margin-bottom: 10px;
	white-space: nowrap;
}
#tg-layout .tg-header .open span:first-of-type {
	display: inline-block;
	color: #ffffff;
	background-color: #ed6d35;
	padding: 6px 10px 4px 10px;
}
#tg-layout .tg-header .open span:last-of-type {
	display: inline-block;
	background-color: #dedede;
	padding: 6px 10px 4px 10px;
}
/* -----------------------------------------------
hours
----------------------------------------------- */
#tg-layout .tg-header .hours {
	clear: both;
	text-align: center;
	font-size: 13px;
	line-height: 1.3;
}
/* -----------------------------------------------
info
----------------------------------------------- */
#tg-layout .tg-header .info {
	clear: both;
	padding: 5px 0 0 0;
}
#tg-layout .tg-header .info h2 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
#tg-layout .tg-header .info ul {
	list-style-type: none;
	border-top: 1px dotted #e6eae6;
	padding: 0;
	margin: 0 0 20px 0;
}
#tg-layout .tg-header .info li {
	border-bottom: 1px dotted #e6eae6;
	padding: 5px 0;
	font-size: 12px;
}
#tg-layout .tg-header .info li a {
	color: #333333;
}
#tg-layout .tg-header .info li a:hover {
	color: #668cff;
}
#tg-layout .tg-header .info li.tel {
	font-weight: bold;
}
#tg-layout .tg-header .info li.url a {
	display: inline-block;
	color: #333333;
	background: url(/img/common/common/icon_url.png) no-repeat 100% 2px;
	padding-right: 15px;
	word-break: break-all;
}
#tg-layout .tg-header .info li.url a:hover {
	background: url(/img/common/common/icon_url_off.png) no-repeat 100% 2px;
	color: #668cff;
}
#tg-layout .tg-header .info p {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
/* -----------------------------------------------
btn-contact
----------------------------------------------- */
#tg-layout .tg-header .info .btn-contact {
	text-align: center;
}
#tg-layout .tg-header .info .reserve {
	display: inline-block;
	padding-bottom: 10px;
}
#tg-layout .tg-header .info .reserve a {
	display: inline-block;
	background: url(/img/jpn/common/detail_button_reserve.png) no-repeat 0 0;
	margin: 0 auto;
	width: 101px;
	height: 35px;
}
#tg-layout .tg-header .info .reserve a:hover {
	background: url(/img/jpn/common/detail_button_reserve.png) no-repeat 0 -35px;
}
#tg-layout .tg-header .info .reserve span {
	display: none;
}
#tg-layout .tg-header .info .inquiry {
	display: inline-block;
	padding-bottom: 10px;
}
#tg-layout .tg-header .info .inquiry a {
	display: inline-block;
	background: url(/img/jpn/common/detail_button_inquiry.png) no-repeat 0 0;
	margin: 0 auto;
	width: 136px;
	height: 35px;
}
#tg-layout .tg-header .info .inquiry a:hover {
	background: url(/img/jpn/common/detail_button_inquiry.png) no-repeat 0 -35px;
}
#tg-layout .tg-header .info .inquiry span {
	display: none;
}
/* -----------------------------------------------
online reset
----------------------------------------------- */
#tg-layout .tg-header .online-desc {
	font-size: 12px;
	margin: -10px 0 20px 0;
	word-break: break-all;
}
/* =========================================================
panel
========================================================= */
#tg-layout .panel {
	float: right;
	border-left: 2px solid #e6eae6;
	border-right: 2px solid #e6eae6;
	border-bottom: 2px solid #e6eae6;
	background-color: #f7f6f5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 8px;
	margin: -20px 0 14px 0;
}
#tg-layout .panel ul {
	list-style-type: none;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}
#tg-layout .panel li {
	display: table-cell;
	vertical-align: middle;
}
#tg-layout .panel li span {
	display: none;
}
#tg-layout .panel li a {
	display: block;
	margin: 0;
	height: 18px;
}
#tg-layout .panel li.print a {
	border-right: 2px solid #e6eae6;
	padding-right: 5px;
	margin-right: 5px;
	background: url(/img/jpn/common/panel_print.png) no-repeat 0 0;
	width: 84px;
}
#tg-layout .panel .panel li.print a:hover {
	background: url(/img/jpn/common/panel_print.png) no-repeat 0 -18px;
}
#tg-layout .panel li.fan .off a {
	border-right: 2px solid #e6eae6;
	padding-right: 5px;
	margin-right: 5px;
	background: url(/img/jpn/common/panel_fan.png) no-repeat 0 0;
	width: 52px;
}
#tg-layout .panel li.fan .on a {
	border-right: 2px solid #e6eae6;
	padding-right: 5px;
	margin-right: 5px;
	background: url(/img/jpn/common/panel_fan.png) no-repeat 0 -18px;
	width: 52px;
}
#tg-layout .panel li.bookmark .off a {
	background: url(/img/jpn/common/panel_bookmark.png) no-repeat 0 0;
	width: 89px;
}
#tg-layout .panel li.bookmark .on a {
	background: url(/img/jpn/common/panel_bookmark.png) no-repeat 0 -18px;
	width: 89px;
}
/* =========================================================
sns
========================================================= */
#tg-layout .sns {
	clear: both;
	float: right;
	list-style-type: none;
	padding: 0;
	/* margin: 0 7px 0 0; */
}
#tg-layout .sns li {
	display: inline-block;
	vertical-align: top;
}
/* =========================================================
menu
========================================================= */
#tg-layout .menu {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	-webkit-box-shadow: 0 4px 4px -4px #cccccc;
	-moz-box-shadow: 0 4px 4px -4px #cccccc;
	box-shadow: 0 4px 4px -4px #cccccc;
	padding: 5px 0;
	margin-bottom: 30px;
}
#tg-layout .menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tg-layout .menu ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#tg-layout .menu li {
	display: inline-block;
	font-weight: bold;
	margin: 3px;
}
#tg-layout .menu a {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	line-height: 100%;
	background-color: #e8e8e8;
	padding: 10px;
}
#tg-layout .menu .reservation a,
#tg-layout .menu .review a,
#tg-layout .menu .gallery a {
	background-color: #ffe2c0;
}
#tg-layout .menu li.on a {
	background-color: #fff;
	border-radius: 3px;
}
#tg-layout .menu a:hover {
	background-color: #fff;
}
#tg-layout .menu li .new {
	background-image: url(/img/common/common/icon_new.gif);
	background-repeat: no-repeat;
	background-size: 22px 9px;
	background-position: 90% 52%;
	padding-right: 31px;
}
/* =========================================================
menu (renew 2020-07-17)
========================================================= */
#tg-layout .menu li.on a {
	background-color: #FFE02A;
	border-radius: 0;
}
#tg-layout .menu a:hover {
	background-color: #FFE02A;
}
#tg-layout .menu li.on span {
	border-bottom: 2px solid;
}
/* =========================================================
no reservation system
========================================================= */
#tg-layout .no-reservation {
	text-align: center;
	border: 2px solid #e6eae6;
	background-color: #f7f6f5;
	padding: 50px 20px;
	font-size: 14px;
	border-radius: 2px;
	margin-bottom: 30px;
}
/* =========================================================
review
========================================================= */
#tg-layout .review-private {
	text-align: center;
	border: 2px solid #e6eae6;
	background-color: #f7f6f5;
	padding: 50px 20px;
	border-radius: 2px;
	margin-bottom: 30px;
}
#tg-layout .no-review {
	text-align: center;
	border: 1px solid #e6eae6;
	background-color: #fff;
	padding: 50px 20px;
	border-radius: 2px;
	color: #999;
	margin-top: 20px;
}
/* =========================================================
inquiry
========================================================= */
#tg-layout #a_inquiry::before { 
	display: block;
	content: " ";
	margin-top: -100px;
	height: 80px;
	visibility: hidden;
	pointer-events: none;
}
/* =========================================================
QR
========================================================= */
#tg-layout .access {
	clear: both;
	text-align: left;
	border-top: 1px solid #e6eae6;
	padding-top: 5px;
	margin-top: 15px;
}
#tg-layout .access .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}
#tg-layout .access .caption {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
}
#tg-layout .access .caption h3 {
	margin-bottom: 6px;
}
#tg-layout .access .caption p {
	color: #666666;
}
#tg-layout .access .qr {
	display: table-cell;
	vertical-align: middle;
	padding: 7px 7px 7px 0;
	max-width: 120px;
}
#tg-layout .access .qr img {
	width: 100%;
	height: auto;
}
/* =========================================================
footer
========================================================= */
#tg-layout .footer {
	clear: both;
	border-top: 1px solid #e6eae6;
	padding-top: 10px;
}
#tg-layout .footer .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#tg-layout .footer p {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	text-align: left;
	padding-right: 20px;
	width: 100%;
}
#tg-layout .footer div {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
}
#tg-layout .footer div span {
	display: none;
}
#tg-layout .footer div a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-image: url(/img/common/common/icon_mod_wht.png);
	background-size: auto 18px;
	background-color: #999;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#tg-layout .footer div a:hover {
	background-color: #ffcc00;
}
/* =========================================================
template
========================================================= */
/* -----------------------------------------------
template 01
----------------------------------------------- */
.template-01 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-01 .section {
	margin-bottom: 15px;
}
.template-01 .section:last-child {
	margin-bottom: 45px;
}
.template-01 .section .wrap {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.template-01 .section .image-box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	min-width: 300px;
}
.template-01 .section .image-box>.thumbnail,
.template-01 .section .image-box .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-01 .section .image-box .thumbnail img.medium,
.template-01 .section .image-box .thumbnail img.large {
	vertical-align: middle;
	width: 90%;
}
.template-01 .section .image-box .doc-thumb .thumbnail {
	position: relative;
	width: 91%;
	margin: 0 auto;
}
.template-01 .section .image-box .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-01 .section .image-box .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
	width: 100%;
}
.template-01 .section .image-box .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-01 .section .image-box .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-01 .section .image-box .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-01 .section .image-box .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-01 .section .image-box .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-01 .section .article-box {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
}
/* -----------------------------------------------
template 02
----------------------------------------------- */
.template-02 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-02 .section {
	margin-bottom: 45px;
}
.template-02 .section .image {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}
.template-02 .section .image>.thumbnail,
.template-02 .section .image .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-02 .section .image .thumbnail img.medium,
.template-02 .section .image .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-02 .section .image .doc-thumb .thumbnail {
	position: relative;
}
.template-02 .section .image .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-02 .section .image .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-02 .section .image .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-02 .section .image .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-02 .section .image .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-02 .section .image .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-02 .section .image .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-02 .section .article {
	text-align: left;
	margin: 5px;
}
.template-02 .section .article img {
	width: 100%;
}
/* -----------------------------------------------
template 03
----------------------------------------------- */
.template-03 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-03 .section {
	margin-bottom: 45px;
}
.template-03 .section .article {
	text-align: left;
	margin: 0 5px 15px 5px;
}
.template-03 .section .image {
	text-align: center;
	vertical-align: middle;
}
.template-03 .section .image>.thumbnail,
.template-03 .section .image .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-03 .section .image .thumbnail img.medium,
.template-03 .section .image .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-03 .section .image .doc-thumb .thumbnail {
	position: relative;
}
.template-03 .section .image .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-03 .section .image .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-03 .section .image .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-03 .section .image .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-03 .section .image .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-03 .section .image .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-03 .section .image .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
/* -----------------------------------------------
template 04
----------------------------------------------- */
.template-04 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-04 .section {
	margin-bottom: 15px;
}
.template-04 .section:last-child {
	margin-bottom: 45px;
}
.template-04 .section .wrap {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.template-04 .section .image-box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	min-width: 300px;
}
.template-04 .section .image-box>.thumbnail,
.template-04 .section .image-box .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-04 .section .image-box .thumbnail img.medium,
.template-04 .section .image-box .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-04 .section .image-box .doc-thumb .thumbnail {
	position: relative;
}
.template-04 .section .image-box .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-04 .section .image-box .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-04 .section .image-box .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-04 .section .image-box .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-04 .section .image-box .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-04 .section .image-box .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-04 .section .image-box .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-04 .section .article {
	text-align: left;
	margin: 5px;
}

/* -----------------------------------------------
template 05
----------------------------------------------- */
.template-05 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-05 .section {
	margin-bottom: 15px;
}
.template-05 .section:last-child {
	margin-bottom: 45px;
}
.template-05 .section .wrap {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.template-05 .section .image-box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	min-width: 300px;
}
.template-05 .section .image-box>.thumbnail,
.template-05 .section .image-box .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-05 .section .image-box .thumbnail img.medium,
.template-05 .section .image-box .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-05 .section .image-box .doc-thumb .thumbnail {
	position: relative;
}
.template-05 .section .image-box .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-05 .section .image-box .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-05 .section .image-box .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-05 .section .image-box .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-05 .section .image-box .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-05 .section .image-box .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-05 .section .image-box .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-05 .section .article {
	text-align: left;
	margin: 5px;
}
/* -----------------------------------------------
template 06
----------------------------------------------- */
.template-06 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-06 .section {
	margin-bottom: 15px;
}
.template-06 .section:last-child {
	margin-bottom: 45px;
}
.template-06 .section .wrap {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.template-06 .section .image-box>.thumbnail,
.template-06 .section .image-box .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-06 .section .image-box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	min-width: 300px;
}
.template-06 .section .image-box .thumbnail img.medium,
.template-06 .section .image-box .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-06 .section .image-box .doc-thumb .thumbnail {
	position: relative;
}
.template-06 .section .image-box .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-06 .section .image-box .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-06 .section .image-box .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-06 .section .image-box .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-06 .section .image-box .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-06 .section .image-box .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-06 .section .image-box .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-06 .section .article {
	text-align: left;
	margin: 5px;
}
.template-06 .section .image {
	text-align: center;
}
.template-06 .section .image .thumbnail img.medium,
.template-06 .section .image .thumbnail img.large {
	vertical-align: middle;
	max-width: 400px;
	max-height: 400px;
}
.template-06 .section .image>.thumbnail,
.template-06 .section .image .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-06 .section .image .doc-thumb .thumbnail {
	position: relative;
}
.template-06 .section .image .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-06 .section .image .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-06 .section .image .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-06 .section .image .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-06 .section .image .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-06 .section .image .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-06 .section .image .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
/* -----------------------------------------------
template 07
----------------------------------------------- */
.template-07 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-07 .section {
	border-bottom: 1px solid #eee;
}
.template-07 .section:last-child {
	border-bottom: none;
	margin-bottom: 50px;
}
.template-07 .section .wrap {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.template-07 .section .image-box {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	border-left: 1px solid #eee;
	padding: 5px;
}
.template-07 .section .image-box:first-child {
	border-left: none;
}
.template-07 .section .image-box>.thumbnail,
.template-07 .section .image-box .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-07 .section .image-box .thumbnail img.medium,
.template-07 .section .image-box .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-07 .section .image-box .doc-thumb .thumbnail {
	position: relative;
}
.template-07 .section .image-box .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-07 .section .image-box .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-07 .section .image-box .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-07 .section .image-box .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-07 .section .image-box .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-07 .section .image-box .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-07 .section .image-box .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-07 .section .caption-box {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #eee;
	padding: 10px;
}
.template-07 .section .caption-box:first-child {
	border-left: none;
}
.template-07 .section .article {
	text-align: left;
	margin: 20px 10px 0 10px;
}
/* -----------------------------------------------
template 08
----------------------------------------------- */
.template-08 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-08 .section {
	border-bottom: 1px solid #eee;
}
.template-08 .section:last-child {
	border-bottom: none;
	margin-bottom: 50px;
}
.template-08 .section .wrap {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.template-08 .section .image-box {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	border-left: 1px solid #eee;
	padding: 5px;
}
.template-08 .section .image-box:first-child {
	border-left: none;
}
.template-08 .section .image-box>.thumbnail,
.template-08 .section .image-box .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-08 .section .image-box .thumbnail img.medium,
.template-08 .section .image-box .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-08 .section .image-box .doc-thumb .thumbnail {
	position: relative;
}
.template-08 .section .image-box .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-08 .section .image-box .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-08 .section .image-box .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-08 .section .image-box .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-08 .section .image-box .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-08 .section .image-box .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-08 .section .image-box .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-08 .section .caption-box {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #eee;
	padding: 10px;
}
.template-08 .section .caption-box:first-child {
	border-left: none;
}
.template-08 .section .article {
	text-align: left;
	margin: 20px 10px 0 10px;
}
/* -----------------------------------------------
template 09
----------------------------------------------- */
.template-09 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-09 .section {
	border-bottom: 1px solid #eee;
}
.template-09 .section:last-child {
	border-bottom: none;
	margin-bottom: 50px;
}
.template-09 .section .wrap {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.template-09 .section .image-box {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	border-left: 1px solid #eee;
	padding: 5px;
}
.template-09 .section .image-box:first-child {
	border-left: none;
}
.template-09 .section .image-box>.thumbnail,
.template-09 .section .image-box .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-09 .section .image-box .thumbnail img.medium,
.template-09 .section .image-box .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-09 .section .image-box .doc-thumb .thumbnail {
	position: relative;
}
.template-09 .section .image-box .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-09 .section .image-box .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-09 .section .image-box .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-09 .section .image-box .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-09 .section .image-box .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-09 .section .image-box .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-09 .section .image-box .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-09 .section .caption-box {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #eee;
	padding: 10px;
}
.template-09 .section .caption-box:first-child {
	border-left: none;
}
.template-09 .section .article {
	text-align: left;
	margin: 20px 10px 0 10px;
}
/* -----------------------------------------------
template 10
----------------------------------------------- */
.template-10 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-10 .section {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.template-10 .section:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 50px;
}
.template-10 .section .wrap {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.template-10 .section .image-box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	min-width: 240px;
}
.template-10 .section .image-box .thumbnail {
	display: inline-block;
	margin: 5px 0;
}
.template-10 .section .image-box .thumbnail img.medium,
.template-10 .section .image-box .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-10 .section .image-box .doc-thumb .thumbnail {
	width: 100%;
	position: relative;
}
.template-10 .section .image-box .doc-thumb .thumbnail a {
	display: block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 32px;
}
.template-10 .section .image-box  .doc-thumb .thumbnail img.medium {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-10 .section .image-box .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-10 .section .image-box .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
}
.template-10 .section .image-box .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 4px 7px;
	white-space: nowrap;
	font-size: 13px;
}
.template-10 .section .image-box .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-10 .section .image-box .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-10 .section .article-box {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	width: 100%;
}
.template-10 .section .article {
	text-align: left;
}

/* -----------------------------------------------
template 11
----------------------------------------------- */
.template-11 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-11 .section {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.template-11 .section:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 50px;
}
.template-11 .section .wrap {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.template-11 .section .image-box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	min-width: 240px;
}
.template-11 .section .image-box .thumbnail {
	display: inline-block;
	margin: 5px 0;
}
.template-11 .section .image-box .thumbnail img.medium,
.template-11 .section .image-box .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-11 .section .image-box .doc-thumb .thumbnail {
	width: 100%;
	position: relative;
}
.template-11 .section .image-box .doc-thumb .thumbnail a {
	display: block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 32px;
}
.template-11 .section .image-box  .doc-thumb .thumbnail img.medium {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-11 .section .image-box .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-11 .section .image-box .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
}
.template-11 .section .image-box .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 4px 7px;
	white-space: nowrap;
	font-size: 13px;
}
.template-11 .section .image-box .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-11 .section .image-box .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-11 .section .article-box {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	width: 100%;
}
.template-11 .section .article {
	text-align: left;
}

/* -----------------------------------------------
template 12
----------------------------------------------- */
.template-12 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-12 .section {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.template-12 .section:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 50px;
}
.template-12 .section .wrap {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.template-12 .section .image-box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	min-width: 240px;
}
.template-12 .section .image-box .thumbnail {
	display: inline-block;
	margin: 5px 0;
}
.template-12 .section .image-box .thumbnail img.medium,
.template-12 .section .image-box .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-12 .section .image-box .doc-thumb .thumbnail {
	width: 100%;
	position: relative;
}
.template-12 .section .image-box .doc-thumb .thumbnail a {
	display: block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 32px;
}
.template-12 .section .image-box  .doc-thumb .thumbnail img.medium {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-12 .section .image-box .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-12 .section .image-box .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
}
.template-12 .section .image-box .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 4px 7px;
	white-space: nowrap;
	font-size: 13px;
}
.template-12 .section .image-box .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-12 .section .image-box .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-12 .section .article-box {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	width: 100%;
}
.template-12 .section .article {
	text-align: left;
}

/*20180926 Kinugawa 
Template 13,14,15を追加
START*/
/* -----------------------------------------------
template 13
----------------------------------------------- */
.template-13 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-13 .section {
	margin-bottom: 45px;
}
.template-13 .bottom {
	margin-top:15px;
}
.template-13 .section .image {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}
.template-13 .section .image .thumbnail,
.template-13 .section .image .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-13 .section .image .thumbnail img.medium,
.template-13 .section .image .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-13 .section .image .doc-thumb .thumbnail {
	position: relative;
}
.template-13 .section .image .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-13 .section .image .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-13 .section .image .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-13 .section .image .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-13 .section .image .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-13 .section .image .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-13 .section .image .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-13 .section .article {
	text-align: left;
	margin: 5px;
}
.template-13 .section .article img {
	width: 100%;
}

/* -----------------------------------------------
template 14
----------------------------------------------- */
.template-14 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-14 .section {
	margin-bottom: 45px;
}
.template-14 .bottom {
	margin-top:15px;
}
.template-14 .section .image {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}
.template-14 .section .image>.thumbnail,
.template-14 .section .image .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-14 .section .image .thumbnail img.medium,
.template-14 .section .image .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-14 .section .image .doc-thumb .thumbnail {
	position: relative;
}
.template-14 .section .image .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-14 .section .image .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-14 .section .image .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-14 .section .image .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-14 .section .image .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-14 .section .image .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-14 .section .image .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-14 .section .article {
	text-align: left;
	margin: 5px;
}
.template-14 .section .article img {
	width: 100%;
}

/* -----------------------------------------------
template 15
----------------------------------------------- */
.template-15 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-15 .section {
	margin-bottom: 45px;
}
.template-15 .bottom {
	margin-top:15px;
}
.template-15 .section .image {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 15px;
}
.template-15 .section .image>.thumbnail,
.template-15 .section .image .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-15 .section .image .thumbnail img.medium,
.template-15 .section .image .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-15 .section .image .doc-thumb .thumbnail {
	position: relative;
}
.template-15 .section .image .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-15 .section .image .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-15 .section .image .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-15 .section .image .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-15 .section .image .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-15 .section .image .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-15 .section .image .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-15 .section .article {
	text-align: left;
	margin: 5px;
}
.template-15 .section .article img {
	width: 100%;
}

/* -----------------------------------------------
template 16
----------------------------------------------- */
.template-16 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-16 .section {
	border-bottom: 1px solid #eee;
}
.template-16 .section:last-child {
	border-bottom: none;
	margin-bottom: 50px;
}
.template-16 .section .wrap {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.template-16 .section .image-box {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	border-left: 1px solid #eee;
	padding: 5px;
}
.template-16 .section .image-box:first-child {
	border-left: none;
}
.template-16 .section .image-box>.thumbnail,
.template-16 .section .image-box .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-16 .section .image-box .thumbnail img.medium,
.template-16 .section .image-box .thumbnail img.large {
	vertical-align: middle;
	width: 100%;
}
.template-16 .section .image-box .doc-thumb .thumbnail {
	position: relative;
}
.template-16 .section .image-box .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-16 .section .image-box .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-16 .section .image-box .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-16 .section .image-box .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-16 .section .image-box .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-16 .section .image-box .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-16 .section .image-box .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-16 .section .caption-box {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #eee;
	padding: 10px;
}
.template-16 .section .caption-box:first-child {
	border-left: none;
}
.template-16 .section .article {
	text-align: left;
	margin: 20px 10px 0 10px;
}

/* -----------------------------------------------
template 17
----------------------------------------------- */
.template-17 {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
}
.template-17 .section {
	margin-bottom: 45px;
}
.template-17 .bottom {
	margin-top:17px;
}
.template-17 .section .image {
	text-align: center;
	vertical-align: middle;
	margin-bottom: 17px;
}
.template-17 .section .image>.thumbnail,
.template-17 .section .image .doc-thumb {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
}
.template-17 .section .image .thumbnail img.x_large {
	vertical-align: middle;
	width: 100%;
}
.template-17 .section .image .doc-thumb .thumbnail {
	position: relative;
}
.template-17 .section .image .doc-thumb .thumbnail a {
	display: inline-block;
	background-color: #f6f6f6;
	text-align: center;
	padding: 7px 7px 40px;
}
.template-17 .section .image .doc-thumb .thumbnail a img {
	border: 1px solid #ffffff;
	box-sizing: border-box;
}
.template-17 .section .image .doc-thumb .thumbnail a img:hover {
	border: 1px #ffd800 solid;
}
.template-17 .section .image .doc-thumb .exmedia-download {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
}
.template-17 .section .image .doc-thumb .exmedia-download .download a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	line-height: 100%;
	background-color: #999999;
	border-radius: 3px;
	padding: 5px 7px;
	white-space: nowrap;
}
.template-17 .section .image .doc-thumb .exmedia-download .download a:hover {
	background-color: #ffcc00;
}
.template-17 .section .image .doc-thumb .exmedia-download .download a span {
	color: #fff;
}
.template-17 .section .article {
	text-align: left;
	margin: 5px;
}
.template-17 .section .article img {
	width: 100%;
}


/* =========================================================
form
========================================================= */

#tg-layout .confirm-att {
	color: #ff3366;
	line-height: 146%;
}

/* -----------------------------------------------
template 01
----------------------------------------------- */

#tg-layout .form-01 {
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 25px 20px 20px 20px;
	margin: 20px 0;
}
#tg-layout .form-01 .form-header {
	margin-bottom: 20px;
}
#tg-layout .form-01 .form-header h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
}
#tg-layout .form-01 .form-header .comment {
	display: block;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 10px;
	margin-top: 10px;
}
#tg-layout .form-01 .body {
	background-color: #ffffff;
	border-radius: 3px;
	padding: 10px;
}
#tg-layout .form-01 .body .notice {
	color: #ea5549;
	line-height: 126%;
	margin-bottom: 10px;
}
#tg-layout .form-01 .body table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e6eae6;
	margin-bottom: 20px;
	width: 100%;
}
#tg-layout .form-01 .body tr {
	border-bottom: 1px solid #e6eae6;
}
#tg-layout .form-01 .body th {
	font-weight: normal;
	text-align: left;
	line-height: 137%;
	vertical-align: middle;
	background-color: #f7f6f5;
	border-left: 1px solid #e6eae6;
	padding: 10px;
	min-width: 120px;
}
#tg-layout .form-01 .body td:first-of-type {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background-color: #f7f6f5;
	padding: 10px 10px 10px 0;
}
#tg-layout .form-01 .body td:first-of-type span {
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	background-color: #ff9900;
	border-radius: 3px;
	padding: 2px;
	white-space: nowrap;
}
#tg-layout .form-01 .body td:last-of-type {
	line-height: 137%;
	vertical-align: middle;
	border-left: 1px #e6eae6 dotted;
	border-right: 1px #e6eae6 solid;
	padding: 10px;
	width: 100%;
}

/* -----------------------------------------------
input, textarea
----------------------------------------------- */

#tg-layout .form-01 td input[type="text"] {
	width: 100%;
}
#tg-layout .form-01 td textarea {
	width: 100%;
	height: 8em; 
}
/* -----------------------------------------------
dummy
----------------------------------------------- */
#tg-layout .form-01 td .dummy-textarea {
	overflow: auto;
	border: 1px solid #cccccc;
	border-radius: 2px;
	padding: 4px;
	width: 100%;
	height: 240px;
}
#tg-layout .form-01 td .dummy-input {
	border: 1px solid #cccccc;
	border-radius: 2px;
	padding: 4px;
	width: 100%;
	height: 1em;
}
/* -----------------------------------------------
agreement
----------------------------------------------- */

#tg-layout .form-01 .agreement {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
}
#tg-layout .form-01 .agreement .read {
	margin-bottom: 5px;
}
#tg-layout .form-01 .agreement .eu {
	text-align: left;
	line-height: 1.4;
	margin-bottom: 5px;
}
#tg-layout .form-01 .agreement input {
	margin-right: 5px;
}
/* -----------------------------------------------
notice send
----------------------------------------------- */
#tg-layout .form-01 .notice-send {
	text-align: center;
	line-height: 1.4;
	margin: 20px 0;
}
/* -----------------------------------------------
final
----------------------------------------------- */

#tg-layout .form-01 .final {
	border: 1px solid #e6eae6;
	background-color: #ffffff;
	padding: 25px 20px;
	margin: 8px 0 15px 0;
}
#tg-layout .form-01 .final dt {
	color: #ea5549;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#tg-layout .form-01 .final dd p {
	line-height: 146%;
	margin-bottom: 20px;
}
#tg-layout .form-01 .final dd .button {
	text-align: center;
}

/* -----------------------------------------------
button
----------------------------------------------- */

#tg-layout .form-01 .button {
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}
#tg-layout .form-01 .button input[type="submit"],
#tg-layout .form-01 .button input[type="button"] {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #656565;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	min-width: 100px
}
#tg-layout .form-01 .button input[type="submit"]:hover,
#tg-layout .form-01 .button input[type="button"]:hover {
	background-color: #878787;
}

#tg-layout .form-01 .button a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #656565;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 14px 20px 10px 20px;
	margin-right: 5px;
	min-width: 60px;
}
#tg-layout .form-01 .button a:hover {
	background-color: #878787;
}

/* ===============================================
sample notice / bizarea
=============================================== */

#tg-layout .sample-notice {
	color: #ea5549;
	font-weight: bold;
	text-align: center;
	border: 2px solid #ea5549;
	background-color: #fdf1f0;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
}

/* =========================================================
rss
========================================================= */
#tg-layout .rss-01 {
	clear: both;
	line-height: 1.3;
}
#tg-layout .rss-01 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#tg-layout .rss-01 li {
	border-bottom: 1px dotted #ddd;
}
#tg-layout .rss-01 li dl {
	margin: 20px 0;
}
#tg-layout .rss-01 li dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#tg-layout .rss-01 li dt {
	font-size: 16px;
	margin-bottom: 15px;
}
#tg-layout .rss-01 li dd {
	font-size: 14px;
}
#tg-layout .rss-01 .new {
	margin-left: 10px;
}
#tg-layout .rss-01 li dd img {
	vertical-align: middle;
}

/* =========================================================
gallery
========================================================= */
#tg-layout .gallery {
	margin: 30px 0 50px;
}
#tg-layout .gallery .box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding: 0;
	list-style: none;
}
#tg-layout .gallery .box .thumbnail {
	display: block;
	position: relative;
}
#tg-layout .gallery .box .thumbnail::after {
	content: "";
	display: block;
	padding-top: 100%;
}
#tg-layout .gallery .box .thumbnail img {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	font-family: "object-fit: cover; object-position: 50% 50%;";
	position: absolute;
	top: 0;
	left: 0;
}
#tg-layout .enlarge .box .caption {
	margin-top: 15px;
	color: #fff;
	font-size: 12px;
	opacity: 0.8;
}
#tg-layout .gallery .box .thumbnail .video-icon-large {
	position: unset;
}
/* -----------------------------------------------
no-gallery
----------------------------------------------- */
#tg-layout .gallery .no-gallery p {
	line-height: 126%;
}
#tg-layout .gallery .no-gallery-content {
	text-align: center;
	border: 1px solid #e6eae6;
	background-color: #fff;
	padding: 50px 20px;
	border-radius: 2px;
}
#tg-layout .gallery .no-gallery-content p {
	color: #999;
}
#tg-layout .gallery .no-gallery-footer {
	text-align: center;
	margin-top: 50px;
}
#tg-layout .gallery .no-gallery-footer .button {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
#tg-layout .gallery .no-gallery-footer .button > div {
	margin: 0 10px;
}
#tg-layout .gallery .no-gallery-footer .button a {
	position: relative;
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #90ac1a;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 12px 22px 8px 22px;
}
#tg-layout .gallery .no-gallery-footer .button a span {
	position: absolute;
	top: -12px;
	left: -13px;
	background-color: #ffcc00;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	padding: 4px 6px 3px;
	border-radius: 6px;
	text-shadow: none;
}
#tg-layout .gallery .no-gallery-footer .button a:hover {
	background-color: #ffcc00;
}
#tg-layout .gallery .no-gallery-footer .button a:hover span {
	color: #fff;
}

/* =========================================================
map
========================================================= */

#tg-layout .map {
	clear: both;
	font-size: 14px;
}

#tg-layout .map .send {
	margin-bottom: 20px;
}
#tg-layout .map .send .box {
	background-color: #f7f6f5;
	border-radius: 3px;
	padding: 20px;
}
#tg-layout .map .send h3 {
	border-left: 4px solid #656565;
	padding: 2px 2px 2px 5px;
	margin-bottom: 8px;
}
#tg-layout .map .send table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 8px 8px 8px;
	width: 100%;
}
#tg-layout .map .send th {
	font-weight: normal;
	padding: 8px 8px 8px 0;
	white-space: nowrap;
}
#tg-layout .map .send td {
	width: 100%;
}
#tg-layout .map .send td input[type="text"] {
	width: 240px;
}

#tg-layout .map .route {
	margin: 20px 0 10px 0;
}
#tg-layout .map .route .box {
	background-color: #f7f6f5;
	border-radius: 3px;
	padding: 20px;
}
#tg-layout .map .route h3 {
	border-left: 4px solid #656565;
	padding: 2px 2px 2px 5px;
	margin-bottom: 8px;
}
#tg-layout .map .route .desc {
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 8px;
	margin-bottom: 8px;
}
#tg-layout .map .route table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 8px;
	width: 100%;
}
#tg-layout .map .route th {
	font-weight: normal;
	padding: 8px 8px 8px 0;
	white-space: nowrap;
}
#tg-layout .map .route td {
	width: 100%;
}
#tg-layout .map .route td input[type="text"] {
	width: 100%;
}

#tg-layout .map .button {
	text-align: center;
}
#tg-layout .map .button input[type="button"] {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #656565;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 11px 20px 8px 20px;
	min-width: 100px
}
#tg-layout .map .button input[type="button"]:hover {
	background-color: #878787;
}

/* reset root */
#tg-layout .map #adp-placemark {
	width: 100%;
}
#tg-layout .map .adp-placemark {
	border: none;
	background-color: transparent;
	width: 100%;
}
#tg-layout .map .direction {
	line-height: 126%;
}
#tg-layout .map .adp-directions {
	width: 100%;
}
#tg-layout .map .adp-directions td:nth-of-type(2) {
	white-space: nowrap;
}
#tg-layout .map .adp-directions td:nth-of-type(3) {
	width: 100%;
}
#tg-layout .map .adp-directions td:last-of-type {
	white-space: nowrap;
}
#tg-layout .map .adp-legal {
	text-align: right;
}

/* -----------------------------------------------
map size
----------------------------------------------- */

#tg-layout .map #map {
	clear: both;
	position: relative;
	border: 1px #f3f3f3 solid;
	margin-bottom: 25px;
	width: 100%;
	height: 800px;
}

/* =========================================================
cf
========================================================= */

#cf {
	list-style-type: none;
	padding: 0;
	margin: 0 0 50px 0;
}
#cf ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#cf li.rim {
	clear: both;
	border: 2px solid #e8ece9;
	margin-bottom: 8px;
}
#cf li.rim:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#cf li.rim .wrap {
	padding: 10px;
}

/* -----------------------------------------------
header
----------------------------------------------- */

#cf .header {
	background-color: #f7f6f5;
	padding: 6px 8px;
	border-bottom: 1px dotted #e8ece9;
}
#cf .header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#cf .header li.cat {
	float: left;
}
#cf .header li.cat span {
	display: block;
	color: #ffffff;
	background-color: #90ac1a;
	padding: 5px 12px 2px 12px;
	margin-left: -10px;
	width: 280px;
}
#cf .header li.date {
	float: right;
	color: #666666;
	margin-top: 3px;
}
#cf .header li.date .new {
	float: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 50%;
	padding-left: 25px;
}

/* -----------------------------------------------
info
----------------------------------------------- */

#cf .info {
	clear: both;
	text-align: left;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 8px;
	width: 100%;
}
#cf .info .left {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
#cf .info .left h3 {
	clear: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 126%;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 8px;
}
#cf .info .left h3 a {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-height: 1.2em;
}
#cf .info .left .thumb {
	float: left;
	display: table;
	border: 1px solid #e4e4e4;
	margin-right: 8px;
	width: 105px;
	height: 79px;
}
#cf .info .left .thumb .box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#cf .info .left .thumb .box img.medium {
	vertical-align: middle;
	border: 1px solid #ffffff;
	max-width: 103px;
	max-height: 77px;
}
#cf .info .left .thumb .box.medium:hover {
	border: 1px solid #ffcc00;
}
#cf .info .left p {
	color: #6c6c6c;
	line-height: 126%;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 6.2em;
}

/* -----------------------------------------------
coupon
----------------------------------------------- */
#cf .info .right {
	display: table-cell;
	vertical-align: top;
}
#cf .info .right .coupon {
	margin-left: 8px;
	width: 200px;
}
#cf .info .right .wrap {
	background: url(/img/common/cf/coupon_pattern.gif) repeat 0 0;
	padding: 4px;
}
#cf .info .right .container {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	background-color: #ffffff;
	padding: 6px;
}
#cf .info .right .type {
	text-align: center;
	font-size: 12px;
	line-height: 126%;
	color: #ffffff;
	background-color: #ffd261;
	padding: 2px 5px 1px;
	margin-bottom: 5px;
}
#cf .info .right p {
	font-size: 13px;
	font-weight: bold;
	line-height: 126%;
	color: #665a1a;
}

/* -----------------------------------------------
bottom
----------------------------------------------- */

#cf .bottom {
	clear: both;
	text-align:left;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#cf .bottom .left {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
#cf .bottom .left li.name {
	margin-bottom: 2px;
}
#cf .bottom .left li.name a {
	color: #333333;
	display: table-cell;
	vertical-align: middle;
}
#cf .bottom .left li.name img {
	vertical-align: middle;
	margin-right: 4px;
}
#cf .bottom .left li.addr a {
	color: #333333;
}
#cf .bottom .left li.tel {
	background: url(/img/common/tg/icon_tel.gif) no-repeat 0 2px;
	padding-left: 23px;
}
#cf .bottom .right {
	display: table-cell;
	vertical-align: top;
}
#cf .bottom .right div {
	text-align: center;
	width: 202px;
}
#cf .bottom .right div a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #90ac1a;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 10px 22px 6px 22px;
}
#cf .bottom .right div a:hover {
	background-color: #ffcc00;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#cf .tag {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
}
#cf .tag .tag-box {
	font-size: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}
#cf .tag a {
	display: inline-block;
	color: #90ac1a;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	border: 1px solid #d0d6b5;
	border-radius: 2px;
	background-color: #fafaf7;
	padding: 3px 5px;
	margin: 0 4px 0 0;
}
#cf .tag a:hover {
	color: #ff9933;
}

/* =========================================================
cj
========================================================= */

#cj {
	list-style-type: none;
	padding: 0;
	margin: 0 0 50px 0;
}
#cj ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#cj li.rim {
	clear: both;
	border: 2px #e8ece9 solid;
	margin-bottom: 8px;
}

/* -----------------------------------------------
header
----------------------------------------------- */

#cj .header {
	background-color: #f7f6f5;
	padding: 6px 8px;
	border-bottom: 1px #e8ece9 dotted;
}
#cj .header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#cj .header li {
	float: left;
}#cj .header li.status span {
	display: none;
}
#cj .header li.category {
	color: #6c3524;
	margin: 4px 0 0 6px;
}
#cj .header li.date {
	float: right;
	color: #666666;
	margin: 4px 0 0 0;
}
#cj .header li.date .new {
	float: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 26px;
}

/* -----------------------------------------------
2 column
----------------------------------------------- */
#cj .info {
	clear: both;
	text-align:left;
	margin: 0 auto 12px auto;
	width: 100%;
}
#cj .info:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#cj .info .left {
	float: left;
	position: relative;
	margin-right: -242px;
	width: 100%;
	z-index: 1;
}
#cj .info .left .box {
	margin: 10px 242px 10px 10px;
}
#cj .info .right {
	float: right;
	position: relative;
	text-align: center;
	margin: 10px;
	width: 222px;
	z-index: 2;
}

/* -----------------------------------------------
left
----------------------------------------------- */

#cj .info .left .comname {
	clear: left;
	display: table;
	border-top: 1px #cccccc dotted;
	border-bottom: 1px #cccccc dotted;
	margin: 0 0 10px 0;
	width: 100%;
}
#cj .info .left h3 {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0;
	width: 100%;
}
#cj .info .left h3 a {
	color: #333333;
	display: table-cell;
	vertical-align: middle;
}
#cj .info .left h3 img {
	vertical-align: middle;
	margin-right: 4px;
}
#cj .info .left p {
	color: #666600;
	line-height: 126%;
	margin-bottom: 10px;
	max-height: 3.5em;
	overflow: hidden;
}
#cj .info .left table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px #efefef dotted;
	margin-bottom: 8px;
	width: 100%;
}
#cj .info .left table tr {
	border-bottom: 1px #efefef dotted;
}
#cj .info .left table th {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color: #fff8dc;
	padding: 4px 8px;
	white-space: nowrap;
}
#cj .info .left table td {
	color: #666c67;
	font-size: 12px;
	padding: 4px 8px;
	width: 100%;
}
#cj .info .left table td a {
	color: #666c67;
}
#cj .info .left table td span {
	color: #cccccc;
	margin: 0 4px;
}
#cj .info .left table td .note {
	margin-top: 3px;
}

/* -----------------------------------------------
right
----------------------------------------------- */

#cj .info .right .thumb {
	position: relative;
	text-align: center;
	border: 1px solid #cccccc;
	width: 218px;
}
#cj .info .right .thumb .box {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 218px;
	height: 164px;
}
#cj .info .right .thumb img.medium {
	vertical-align: middle;
	border: 1px solid #ffffff;
	max-width: 216px;
	max-height: 162px;
}
#cj .info .right .thumb img.medium:hover {
	border: 1px solid #ffcc00;
}
#cj .info .right .noimg {
	position: relative;
	background: url(/img/common/cj/noimg_list.png) no-repeat 50% 50%;
}
#cj .info .right .noimg a {
	display: block;
	border: 1px solid #ffffff;
	width: 216px;
	height: 162px;
}
#cj .info .right .noimg a:hover {
	border: 1px solid #ffcc00;
}
#cj .info .right .noimg span {
	display: none;
}
#cj .info .right .detail {
	text-align: center;
	margin-top: 6px;
}
#cj .info .right .detail a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #5faea1;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 10px 22px 6px 22px;
}
#cj .info .right .detail a:hover {
	background-color: #ffcc00;
}

/* -----------------------------------------------
notice
----------------------------------------------- */

#cj .info .left .applied {
	background: url(/img/common/cj/bg_shadow.png) no-repeat 0 100%;
	padding-bottom: 3px;
	margin: 0 0 5px -15px;
}
#cj .info .left .applied span {
	display: inline-block;
	color: #ffffff;
	background-color: #ed6d35;
	padding: 4px 20px 2px 10px;
}
#cj .info .right .end {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	position: absolute;
	top: 43%;
	left: 1px;
	font-size: 11px;
	text-align: center;
	background-color: #ffffff;
	opacity: 0.8;
	padding: 4px 8px;
	margin: 0 auto;
	width: 200px;
}

/* -----------------------------------------------
status icon
----------------------------------------------- */

#cj .fulltime {
	display: block;
	background: url(/img/jpn/cj/status_fulltime.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#cj .contract {
	display: block;
	background: url(/img/jpn/cj/status_contract.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#cj .temporary {
	display: block;
	background: url(/img/jpn/cj/status_temporary.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#cj .freelance {
	display: block;
	background: url(/img/jpn/cj/status_freelance.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#cj .part {
	display: block;
	background: url(/img/jpn/cj/status_part.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#cj .parttime {
	display: block;
	background: url(/img/jpn/cj/status_parttime.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#cj .shortparttime {
	display: block;
	background: url(/img/jpn/cj/status_shortparttime.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#cj .intern {
	display: block;
	background: url(/img/jpn/cj/status_intern.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#cj .outwork {
	display: block;
	background: url(/img/jpn/cj/status_outwork.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}
#cj .other {
	display: block;
	background: url(/img/jpn/cj/status_other.png) no-repeat 0 0;
	width: 90px;
	height: 20px;
}

/* =========================================================
bsc
========================================================= */

#bsc {
	clear: both;
	margin-bottom: 50px;
}
#bsc .frame {
	clear: both;
	border: 2px solid #e8ece9;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#bsc .frame:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}

/* -----------------------------------------------
header
----------------------------------------------- */

#bsc .frame .header {
	background-color: #f7f6f5;
	border-bottom: 1px dotted #e8ece9;
	padding: 8px 0 4px 8px;
}
#bsc .frame .header .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;/* reset */
	width: 100%;
}
#bsc .frame .header .box div {
	display: table-cell;
	vertical-align: middle;
	padding: 4px 8px;
}
#bsc .frame .header .box div:first-child {
	color: #ffffff;
	border-right: 1px solid #f7f6f5;
	min-width: 143px;
	white-space: nowrap;
}
#bsc .frame .header .box div:nth-child(2) {
	color: #ffffff;
	min-width: 143px;
	white-space: nowrap;
}
#bsc .frame .header .box div:nth-child(2) {
	background-color: #533c32;
}
#bsc .frame .header .box div:last-child {
	color: #666666;
	text-align: right;
	width: 100%;
}
#bsc .frame .header .box div:last-child .new {
	text-align: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 26px;
}

/* -----------------------------------------------
category color
----------------------------------------------- */

#bsc .frame .header .sell {
	background-color: #ef857d;
}
#bsc .frame .header .buy {
	background-color: #68a9cf;
}
#bsc .frame .header .rent {
	background-color: #a688bd;
}
#bsc .frame .header .borrow {
	background-color: #67b5b7;
}
#bsc .frame .header .lease {
	background-color: #eab651;
}

/* -----------------------------------------------
body
----------------------------------------------- */

#bsc .frame .body {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#bsc .frame .body .left {
	display: table-cell;
	vertical-align: top;
	padding: 8px 0 0 8px;
}
#bsc .frame .body .right {
	display: table-cell;
	vertical-align: top;
	padding: 0 8px 0 10px;
	width: 100%;
}

/* -----------------------------------------------
picture
----------------------------------------------- */

#bsc .frame .body .left .thumb {
	position: relative;
	min-width: 160px;
}
#bsc .frame .body .left .thumb a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e4e4e4;
	width: 158px;
	height: 119px;
}
#bsc .frame .body .left .thumb a:hover {
	border: 1px solid #ffcc00;
}
#bsc .frame .body .left .thumb img.medium {
	vertical-align: middle;
	border: 1px solid #ffffff;
	max-width: 156px;
	max-height: 117px;
}
#bsc .frame .body .left .noimg {
	text-align: center;
	vertical-align: middle;
}
#bsc .frame .body .left .noimg span {
	display: none;
}
#bsc .frame .body .left .noimg a {
	display: block;
	background: url(/img/common/bsc/noimg_list.png) no-repeat 50% 50%;
	border: 1px solid #ffffff;
	width: 158px;
	height: 119px;
}
#bsc .frame .body .left .noimg a:hover {
	border: 1px solid #ffcc00;
}

/* -----------------------------------------------
sold out
----------------------------------------------- */

#bsc .frame .body .left .sold {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
}
#bsc .frame .body .left .sold span {
	display: none;
}
#bsc .frame .body .left .sold div {
	background: url(/img/jpn/common/sold_icon_small.png) no-repeat 0 0;
	opacity: 0.8;
	width: 60px;
	height: 60px;
	z-index: 2;
}

/* -----------------------------------------------
summary
----------------------------------------------- */

#bsc .frame .body .summary {
	display: table;
	list-style-type: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0 0 8px 0;
	width: 100%;
}
#bsc .frame .body .summary li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #e8ece9;
	padding: 8px 8px 0 8px;
}
#bsc .frame .body .summary li:first-child {
	text-align: left;
	border-left: none;
	padding: 8px 8px 0 0;
	width: 100%;
}
#bsc .frame .body .summary li:first-child dt {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: 5px;
	height: 1em;
	width: auto;
}
#bsc .frame .body .summary li:first-child .price {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: 6px;
	height: 1em;
	width: auto;
}
#bsc .frame .body .summary li:first-child .price span {
	font-size: 14px;
	font-weight: bold;
}
#bsc .frame .body .summary li:first-child .area a {
	color: #333333;
}
#bsc .frame .body .summary li:first-child .area a:hover {
	color: #9cbb1c;
}
#bsc .frame .body .summary li:first-child .area a span {
	font-weight: bold;
}
#bsc .frame .body .summary li:nth-child(n+2) {
	white-space: nowrap;
}
#bsc .frame .body .summary li:nth-child(n+2) span {
	display: block;
	color: #999999;
	font-size: 10px;
	margin-bottom: 2px;
}
#bsc .frame .body .summary li:last-child {
	vertical-align: middle;
	padding: 0 0 0 8px;
}
#bsc .frame .body .summary li:last-child a {
	display: block;
	color: #ffffff;
	border-radius: 2px;
	padding: 5px 10px;
}
#bsc .frame .body .summary li:last-child a:hover {
	background-color: #ffcc00;
}
#bsc .premier .body .summary li:last-child a {
	background-color: #533c32;
}
#bsc .free .body .summary li:last-child a {
	background-color: #ba8b40;
}

/* -----------------------------------------------
option
----------------------------------------------- */

#bsc .frame .body .option {
	color: #777777;
	font-size: 12px;
	line-height: 126%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-height: 2.5em;
	width: auto;
}

/* -----------------------------------------------
contact
----------------------------------------------- */

#bsc .frame .body .contact {
	border-top: 1px solid #efe8de;
	border-bottom: 1px solid #efe8de;
	background-color: #faf8f5;
	padding: 5px;
	margin-top: 5px;
}
#bsc .frame .body .contact .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#bsc .frame .body .contact .info {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#bsc .frame .body .contact .name {
	font-weight: bold;
	margin-bottom: 2px;
}
#bsc .frame .body .contact .name a {
	color: #333333;
}
#bsc .frame .body .contact .name img {
	vertical-align: middle;
	margin-right: 2px;
}
#bsc .frame .body .contact ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#bsc .frame .body .contact li {
	display: inline-block;
	float: left;
	line-height: 126%;
	margin-right: 8px;
}
#bsc .frame .body .contact li:last-child {
	margin-right: 0;
}
#bsc .frame .body .contact li span {
	color: #777;
	font-weight: normal;
	margin-right: 4px;
}
#bsc .frame .body .contact li.tel div {
	font-weight: bold;
	line-height: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-width: 14em;
	height: 1em;
}
#bsc .frame .body .contact .logo {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
}
#bsc .frame .body .contact .logo img {
	max-width: 47px;
	max-height: 35px;
}

/* -----------------------------------------------
bottom
----------------------------------------------- */
#bsc .frame .bottom {
	color: #aa8000;
	text-align: left;
	line-height: 126%;
	margin: 8px 8px 0 8px;
}
#bsc .frame .bottom p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-height: 2.5em;
	width: auto;
}

/* =========================================================
rp
========================================================= */

#rp {
	clear: both;
	margin-bottom: 50px;
}
#rp .frame {
	clear: both;
	border: 2px solid #e8ece9;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#rp .frame:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}

/* -----------------------------------------------
header
----------------------------------------------- */

#rp .frame .header {
	background-color: #f7f6f5;
	border-bottom: 1px dotted #e8ece9;
	padding: 8px 0 4px 8px;
}
#rp .frame .header .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#rp .frame .header .box div {
	display: table-cell;
	vertical-align: middle;
	padding: 4px 8px;
}
#rp .frame .header .box div:first-child {
	color: #ffffff;
	border-right: 1px solid #f7f6f5;
	min-width: 143px;
	white-space: nowrap;
}
#rp .frame .header .box div:nth-child(2) {
	color: #ffffff;
	min-width: 143px;
	white-space: nowrap;
}
#rp .premier .header .box div:nth-child(2) {
	background-color: #006363;
}
#rp .frame .header .box div:last-child {
	color: #666666;
	text-align: right;
	width: 100%;
}
#rp .frame .header .box div:last-child .new {
	text-align: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 26px;
}

/* -----------------------------------------------
category color
----------------------------------------------- */

#rp .frame .header .sell {
	background-color: #ef857d;
}
#rp .frame .header .buy {
	background-color: #68a9cf;
}
#rp .frame .header .lease {
	background-color: #a688bd;
}
#rp .frame .header .rent {
	background-color: #67b5b7;
}

/* -----------------------------------------------
body
----------------------------------------------- */

#rp .frame .body {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#rp .frame .body .left {
	display: table-cell;
	vertical-align: top;
	padding: 8px 0 0 8px;
}
#rp .frame .body .right {
	display: table-cell;
	vertical-align: top;
	padding: 0 8px 0 10px;
	width: 100%;
}

/* -----------------------------------------------
picture
----------------------------------------------- */

#rp .frame .body .left .thumb {
	position: relative;
	min-width: 160px;
}
#rp .frame .body .left .thumb a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e4e4e4;
	width: 158px;
	height: 119px;
}
#rp .frame .body .left .thumb a:hover {
	border: 1px solid #ffcc00;
}
#rp .frame .body .left .thumb img.medium {
	vertical-align: middle;
	border: 1px solid #ffffff;
	max-width: 156px;
	max-height: 117px;
}
#rp .frame .body .left .noimg {
	text-align: center;
	vertical-align: middle;
}
#rp .frame .body .left .noimg span {
	display: none;
}
#rp .frame .body .left .noimg a {
	display: block;
	background: url(/img/common/rp/noimg_list.png) no-repeat 50% 50%;
	border: 1px solid #ffffff;
	width: 158px;
	height: 119px;
}
#rp .frame .body .left .noimg a:hover {
	border: 1px solid #ffcc00;
}

/* -----------------------------------------------
sold out
----------------------------------------------- */
#rp .frame .body .left .sold {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
}
#rp .frame .body .left .sold span {
	display: none;
}
#rp .frame .body .left .sold div {
	background: url(/img/jpn/common/sold_icon_small.png) no-repeat 0 0;
	opacity: 0.8;
	width: 60px;
	height: 60px;
	z-index: 2;
}

/* -----------------------------------------------
summary
----------------------------------------------- */

#rp .frame .body .summary {
	display: table;
	list-style-type: none;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0 0 8px 0;
	width: 100%;
}
#rp .frame .body .summary li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #e8ece9;
	padding: 8px 8px 0 8px;
}
#rp .frame .body .summary li:first-child {
	text-align: left;
	border-left: none;
	padding: 8px 8px 0 0;
	width: 100%;
}
#rp .frame .body .summary li:first-child dt {
	margin-bottom: 5px;
}
#rp .frame .body .summary li:first-child dt a {
	color: #333333;
}
#rp .frame .body .summary li:first-child dt a:hover {
	color: #ff9933;
}
#rp .frame .body .summary li:first-child dt a span {
	font-size: 14px;
	font-weight: bold;
}
#rp .frame .body .summary li:first-child dd {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom: 6px;
	height: 1em;
	width: auto;
}
#rp .frame .body .summary li:first-child dd span {
	font-size: 14px;
	font-weight: bold;
}
#rp .frame .body .summary li:nth-child(n+2) {
	white-space: nowrap;
}
#rp .frame .body .summary li:nth-child(n+2) span {
	display: block;
	color: #999999;
	font-size: 10px;
	margin-bottom: 2px;
}
#rp .frame .body .summary li:last-child {
	vertical-align: middle;
	padding: 0 0 0 8px;
}
#rp .frame .body .summary li:last-child a {
	display: block;
	color: #ffffff;
	border-radius: 2px;
	padding: 5px 10px;
}
#rp .frame .body .summary li:last-child a:hover {
	background-color: #ffcc00;
}
#rp .frame .body .summary li:last-child a {
	background-color: #006363;
}

/* -----------------------------------------------
option
----------------------------------------------- */

#rp .frame .body .option {
	color: #777777;
	font-size: 12px;
	line-height: 126%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-height: 2.5em;
	width: auto;
}

/* -----------------------------------------------
contact
----------------------------------------------- */

#rp .frame .body .contact {
	border-top: 1px solid #f0f6da;
	border-bottom: 1px solid #f0f6da;
	background-color: #faf8f5;
	padding: 5px;
	margin-top: 10px;
}
#rp .frame .body .contact .box {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#rp .frame .body .contact .info {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#rp .frame .body .contact .name {
	font-weight: bold;
	margin-bottom: 2px;
}
#rp .frame .body .contact .name a {
	color: #333333;
}
#rp .frame .body .contact .name img {
	vertical-align: middle;
	margin-right: 2px;
}
#rp .frame .body .contact ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#rp .frame .body .contact li {
	display: inline-block;
	float: left;
	line-height: 126%;
	margin-right: 8px;
}
#rp .frame .body .contact li:last-child {
	margin-right: 0;
}
#rp .frame .body .contact li span {
	color: #777;
	font-weight: normal;
	margin-right: 4px;
}
#rp .frame .body .contact li.tel div {
	font-weight: bold;
	line-height: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-width: 14em;
	height: 1em;
}
#rp .frame .body .contact .logo {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
}
#rp .frame .body .contact .logo img {
	max-width: 47px;
	max-height: 35px;
}

/* -----------------------------------------------
bottom
----------------------------------------------- */

#rp .frame .bottom {
	color: #aa8000;
	text-align: left;
	line-height: 126%;
	margin: 8px 8px 0 8px;
}
#rp .frame .bottom p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	max-height: 2.5em;
	width: auto;
}

/* =========================================================
lifeline
========================================================= */

#lifeline {
	clear: both;
	margin-bottom: 50px;
	list-style-type: none;
}
#lifeline li.box {
	clear: both;
	border: 2px solid #e8ece9;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
#lifeline li.box:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
/* -----------------------------------------------
header
----------------------------------------------- */
#lifeline li.box .header {
	background-color: #f7f6f5;
	border-bottom: 1px dotted #dcdcdc;
	padding: 8px 10px;
}
#lifeline li.box .header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#lifeline li.box .header .cat {
	float: left;
	margin-top: 2px;
}
#lifeline li.box .header .cat span {
	display: inline-block;
	color: #007f61;
	font-weight: bold;
	padding: 0 2px;
	min-width: 120px;
}
#lifeline li.box .header .date {
	float: right;
	color: #666666;
	margin-top: 2px;
}
#lifeline li.box .header .date .new {
	float: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 50%;
	padding-left: 25px;
}
/* -----------------------------------------------
body
----------------------------------------------- */
#lifeline li.box .body {
	clear: both;
	padding: 10px 10px 3px 10px;
}
#lifeline li.box .body .thumb {
	float: right;
	margin: 0 0 10px 10px;
}
#lifeline li.box .body .thumb img.medium {
	border: 1px solid #e7e7e7;
	padding: 1px;
	max-width: 120px;
	max-height: 90px;
}
#lifeline li.box .body .thumb img.medium:hover {
	border: 1px solid #ffcc00;
}
#lifeline li.box .body .world-area {
	display: inline-block;
	color: #333;
	font-weight: bold;
	margin: 0 0 3px 0;
}
#lifeline li.box .body h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 116%;
	margin: 0 0 10px 0;
}
#lifeline li.box .body p {
	line-height: 137%;
	margin-bottom: 8px;
}
#lifeline li.box .body .contact {
	clear: both;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#lifeline li.box .body .contact ul {
	list-style-type: none;
	color: #666666;
	line-height: 126%;
	display: table-cell;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	width: 100%;
}
#lifeline li.box .body .contact ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#lifeline li.box .body .contact li {
	display: inline-block;
	margin: 0 8px 0 0;
}
#lifeline li.box .body .contact li span {
	color: #999999;
	margin-right: 3px;
}
#lifeline li.box .body .contact li.name a {
	color: #3366ff;
	font-weight: bold;
}
#lifeline li.box .body .contact li.name a:hover {
	color: #668cff;
}
#lifeline li.box .body .contact li.name a img {
	margin-right: 4px;
	vertical-align: bottom;
}
#lifeline li.box .body .contact li.area a {
	color: #666;
}
#lifeline li.box .body .contact li.area a:hover {
	color: #ff9933
};
#lifeline li.box .body .contact .detail {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
#lifeline li.box .body .contact .detail a {
	display: inline-block;
	color: #ffffff;
	background-color: #007f61;
	border-radius: 2px;
	padding: 4px 8px;
	white-space: nowrap;
}
#lifeline li.box .body .contact .detail a:hover {
	background-color: #ffcc00;
}
/* =========================================================
picture number / cj, rp
========================================================= */

.pic-num {
	list-style-type: none;
	padding: 0;
	margin: -4px 0 0 0;
}
.pic-num:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.pic-num li {
	float: left;
	display: block;
	background-image: url(/img/common/common/pic_num.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 0 2px 1px 0;
	width: 14px;
	height: 17px;
}
.pic-num li span {
	display: none;
}
.pic-num li:last-child {
	margin: 0 0 1px 0;
}
.pic-num li.num-0 {
	background-position: -14px 0;
}
.pic-num li.num-0:hover,
.pic-num li.num-0-on {
	background-position: -14px -17px;
}
.pic-num li.num-1 {
	background-position: -28px 0;
}
.pic-num li.num-1:hover,
.pic-num li.num-1-on {
	background-position: -28px -17px;
}
.pic-num li.num-2 {
	background-position: -42px 0;
}
.pic-num li.num-2:hover,
.pic-num li.num-2-on {
	background-position: -42px -17px;
}
.pic-num li.num-3 {
	background-position: -56px 0;
}
.pic-num li.num-3:hover,
.pic-num li.num-3-on {
	background-position: -56px -17px;
}
.pic-num li.num-4 {
	background-position: -70px 0;
}
.pic-num li.num-4:hover,
.pic-num li.num-4-on {
	background-position: -70px -17px;
}
.pic-num li.num-5 {
	background-position: -84px 0;
}
.pic-num li.num-5:hover,
.pic-num li.num-5-on {
	background-position: -84px -17px;
}
.pic-num li.num-6 {
	background-position: -98px 0;
}
.pic-num li.num-6:hover,
.pic-num li.num-6-on {
	background-position: -98px -17px;
}
.pic-num li.num-7 {
	background-position: -112px 0;
}
.pic-num li.num-7:hover,
.pic-num li.num-7-on {
	background-position: -112px -17px;
}
.pic-num li.num-8 {
	background-position: -126px 0;
}
.pic-num li.num-8:hover,
.pic-num li.num-8-on {
	background-position: -126px -17px;
}
.pic-num li.num-9 {
	background-position: -140px 0;
}
.pic-num li.num-9:hover,
.pic-num li.num-9-on {
	background-position: -140px -17px;
}
.pic-num li.num-10 {
	background-position: -154px 0;
}
.pic-num li.num-10:hover,
.pic-num li.num-10-on {
	background-position: -154px -17px;
}
.pic-num li.num-11 {
	background-position: -168px 0;
}
.pic-num li.num-11:hover,
.pic-num li.num-11-on {
	background-position: -168px -17px;
}
/* =========================================================
cart - Large
========================================================= */
#tg-layout .desc-basket {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	text-align: right;
	padding: 10px 0;
	margin: 0;
}
#tg-layout .desc-basket a {
	display: inline-block;
	color: #fff;
	background-color: #666;
	border-bottom: 1px solid #909090;
	border-radius: 3px;
	padding: 8px 20px 5px 20px;
}
#tg-layout .desc-basket a:hover {
	background-color: #ffcc00;
	border-bottom: 1px solid #e6b800;
}
#tg-layout .desc-basket .price {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	border-right: 1px dashed #fff;
	padding: 0 15px 0 0;
}
#tg-layout .desc-basket .addto {
	display: inline-block;
	color: #fff;
	padding: 0 0 0 15px;
}
#tg-layout .desc-basket .addto img {
	vertical-align: middle;
	margin: 0 5px 3px 0;
	width: 20px;
}
/* =========================================================
reset tags
========================================================= */
#tg-layout table {
	width: 0;
}
