@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
	margin : 0;
	padding: 0;
	height:auto;
	color:#444;
	background:#e3e3e3;
	font-size:20px;
	/* font-family:'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif; */
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-print-color-adjust: exact;
}
a {
	color:#B40404;
	font-style:normal;
	text-decoration:none;
}
a:link {
	color:#B40404;
	font-style:normal;
	text-decoration:none;
}
a:visited {
	color:#B40404;
	text-decoration:none;
}
a:hover {
	color:#FE642E;
	font-style:normal;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

img {
	border-style:none;
}

.left { text-align:left!important; }
.right { text-align:right!important; }
.center { text-align:center; }

/*----------------------------------------------------
	#canvas
----------------------------------------------------*/
#canvas {
	margin: 0 auto;
	background:#e3e3e3;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 1200px;
	text-align:left;
}

/*----------------------------------------------------
	#page-left
----------------------------------------------------*/
#page-left {
	margin: 0 auto;
	text-align: center;
	width: 1200px;
	text-align:left;
	background-color: #ffffff;
}

/*----------------------------------------------------
	#page-right
----------------------------------------------------*/
#page-right {
	position:absolute;
	/* top: 142px; */
	top: 68px;
	left:1200px;
}

#panel-zoom {
	padding:2px;
	margin: 0 auto;
	width: 40px;
	height: 280px;
	text-align: center;
	border-top-right-radius: 8px;    /* 右上 */
	border-bottom-right-radius: 8px; /* 右下 */
	text-align:center;
	background-color: #80aabe;
	box-shadow: 0px 0px 1px 0px #000000;
}

.panel-zoom-title {
	width:30px;
	margin-bottom: 6px;
}

.panel-zoom-button {
	width:28px;
	height:28px;
	margin-bottom:10px;
}


/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header-top {
	margin: 0 auto;
	width: 100%;
	height:68px;
	color: #FFFFFF;
	text-transform: none;
	text-align: center;
	font-size: 16px;
	background-color:#fff;
}

#header {
	margin: 0 auto;
	width: 100%;
	height:68px;
	color: #FFFFFF;
	text-transform: none;
	text-align: center;
	font-size: 16px;
	background-color:#fff;
}

#header-title {
	position:relative;
	margin: 0 auto;
	width: 1200px;
	top:14px;
	left:4px;
	height:38px;
	vertical-align: middle;
	background-image: url("/assets/img/logo.png");
	background-repeat: no-repeat;
	text-align: right;
}

#header-title img {
	position:relative;
	top: -10px;
	width: 360px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	text-align: left;
	background-color: #ededed;
	overflow: hidden !important;
	overflow: visible; 
}

.content-logo {
	width:100%;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#btn_closeup {
	width:100%;
	text-align: center;
	font-size: 14px;
	background-color: #efefef;
	color:#333;
}

figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
figure img {
	width:360px;
	height:120px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
figure:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

#btn_closeup ul {
	text-align: center;
}
#btn_closeup li {
	display: inline-block;
	margin:0 3px;
}

/*----------------------------------------------------
	#top-slider
----------------------------------------------------*/
#top-slider {
	position:relative;
	width: 100%;
	min-width: 1200px;
	height: 360px;
	z-index: 10;
}

.sp-slide {
	opacity: 0.3;
}
.sp-slide.sp-selected {
	opacity: 1;
}

/*----------------------------------------------------
	lease
----------------------------------------------------*/
#lease-logo {
	position:relative;
	width: 100%;
	height: 460px;
	text-align: center;
	background-color: #ffef00;
	z-index: 10;
	box-shadow: 0 10px 5px -3px rgba(0,0,0,0.4) inset;
}

.lease-general-list {
	max-width: 100%;
	text-align: center;
}

.lease-general-list li {
	display: inline-block;
	width: 310px;
	padding: 10px;
	margin-bottom: 8px;
	vertical-align: top;
	background-color: #ededed;
}
.lease-general-list li:nth-child(3n+1) {
	clear: left;
}
.lease-general-list li:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.lease-general-list-thumbnail {
	position:relative;
	width: 310px;
	height: 217px;
	overflow: hidden;
}

.lease-general-list-image {
	width: 100%;
	min-height: 217px;
	margin-bottom: 10px;
}

.lease-general-list dl {
	margin: 0;
	min-height: 40px;
	text-align: right;
}
.lease-general-list dd {
	margin: 0;
	margin-top: 6px;
	font-size: 14px;
}
.lease-general-list dt {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.lease-general-list .txt {
	text-align: left;
	color:#444;
}

/*----------------------------------------------------
	maintenance
----------------------------------------------------*/

.caption_maintenance_1 {
	display:block; 
	padding:10px 8px;
	background-color: #cc0000;
	color:#fff;
	font-size: 20px;
	margin-bottom: 10px;
}

.caption_maintenance_topic_1 {
	display:block; 
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #dc143c;
}

/*----------------------------------------------------
	newpower
----------------------------------------------------*/

.caption_newpower_1 {
	display:block; 
	padding:10px 8px;
	background-color: #000;
	color:#fff;
	font-size: 20px;
	margin-bottom: 10px;
}

.caption_newpower_topic_1 {
	display:block; 
    width: 280px;
    border-radius: 30px;
	margin: 10px;
	padding: 6px 10px 4px 20px;
	font-weight: bold;
	background-color: #fcbf00;
	font-size: 18px;
	color: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

/*----------------------------------------------------
	.top-general-list
----------------------------------------------------*/
.top-general-list-upper {
	max-width: 100%;
	text-align: center;
}

.top-general-list-upper li {
	display: inline-block;
	width: 425px;
	padding: 10px;
	vertical-align: top;
	background-color: #ededed;
}
.top-general-list-upper li:nth-child(2n+1) {
	clear: left;
}
.top-general-list-upper li:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.top-general-list-upper-thumbnail {
	position:relative;
	width: 425px;
	height: 320px;
	overflow: hidden;
}

.top-general-list-upper-image {
	width: 100%;
	min-height: 320px;
	margin-bottom: 10px;
}

.top-general-list-upper dl {
	margin: 0;
	min-height: 60px;
	text-align: right;
}
.top-general-list-upper dd {
	margin: 0;
	margin-top: 6px;
	font-size: 14px;
}
.top-general-list-upper dt {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.top-general-list-upper .txt {
	text-align: left;
	color:#444;
}

.top-general-list {
	max-width: 100%;
	text-align: center;
}

.top-general-list li {
	display: inline-block;
	width: 200px;
	padding: 10px;
	vertical-align: top;
	background-color: #ededed;
}
.top-general-list li:nth-child(4n+1) {
	clear: left;
}
.top-general-list li:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.top-general-list-thumbnail {
	position:relative;
	width: 200px;
	height: 150px;
	overflow: hidden;
}

.top-general-list-image {
	width: 100%;
	min-height: 150px;
	margin-bottom: 10px;
}

.top-general-list dl {
	margin-bottom: 0;
	min-height: 80px;
	text-align: right;
}
.top-general-list dd {
	margin: 0;
	margin-top: 6px;
	font-size: 12px;
}
.top-general-list dt {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.top-general-list .txt {
	text-align: left;
	color:#444;
}


/*----------------------------------------------------
	#main-content
----------------------------------------------------*/
#main-content {
	position:relative;
	background-color: #fff;
	float: left;
	width: 900px;
	min-height:600px;
	overflow: hidden;
	padding:10px 10px;
}

#main-content-wide {
	position:relative;
	background-color: #fff;
	float: left;
	width: 1180px;
	min-height:600px;
	overflow: hidden;
	padding:10px 10px;
}

.link_right {
	text-align: right;
	font-size:18px;
}

.new_icon_product {
	position:absolute;
	top: 4px;
	left: 4px;
	width: 28px!important;
	height: 11px!important;
}

.new_icon_movie {
	position:absolute;
	top: 4px;
	left: 4px;
	width: 40px!important;
	height: 16px!important;
}

.new_icon_left {
	margin-left: 6px;
	width: 32px!important;
	height: 11px!important;
}

.movie_play_icon {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 120px!important;
	height: 120px!important;
}

.movie_list_play_icon {
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 60px!important;
	height: 60px!important;
}

.button {
	display: inline-block;
	margin-right: 12px;
	padding: 10px 10px;
	min-width: 180px;
	background-color: #FE9A2E;
	text-align: center;
	font-size:16px;
	color:#fff!important;
	border-radius: 8px;
	cursor: pointer;
}
.button:hover {
	color:#fff;
	background-color:#FAAC58;
}
.button.disabled {
	font-size:16px;
	color:#fff;
	background:#d1d1d1;
}
.button:hover.disabled {
	background:#d1d1d1;
}
.button-left {
	float:left;
	margin-right:20px;
}
.button-center {
	text-align:center;
}

input.button {
	padding: 10px 10px;
	min-width: 200px;
	background-color: #FE9A2E;
	text-align: center;
	font-size:16px;
	color:#fff!important;
	border-radius: 8px;
	text-align: center!important;
	cursor: pointer;
	border: 0;
}
input.button:hover {
	color:#fff;
	background-color:#FAAC58;
}

input.button.disabled {
	font-size:16px;
	color:#fff;
	background:#d1d1d1;
}
input.button:hover.disabled {
	background:#d1d1d1;
}
input.button.right {
	float: right;
}
input.button.center {
	display: inline-block;
}

.button_movie_play {
	display: block;
	margin: 0 auto;
}

.caption {
	padding:10px 8px;
	background-color: #000;
	color:#fff;
	font-size: 18px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.sub_caption {
	background-color: #e1e1e1;
	border-left: 6px solid #ff0000;
	color: #333;
	padding: 10px;
	font-weight: bold;
}

.sub_caption_2 {
	padding-bottom: 8px;
	border-bottom: 1px solid #444;
	font-weight: bold;
}

.sub_caption_3 {
	background-color: #e1e1e1;
	color: #333;
	padding: 6px;
	font-weight: bold;
	font-size: 16px;
}

.caption_intro_1 {
	padding:10px 8px;
	background-color: #4682b4;
	color:#fff;
	font-size: 22px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.caption_intro_2 {
	padding:10px 8px;
	background-color: #2e8b57;
	color:#fff;
	font-size: 22px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.caption_factory_1 {
	padding:10px 8px;
	background-color: #2e8b57;
	color:#fff;
	font-size: 22px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.caption_topics_spirit {
	position:relative;
	padding-left:34px;
	font-size: 24px;
	line-height: 38px;
	color: #40608e;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.caption_topics_spirit:before {
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:19px; 
	width:18px; 
	display:block; 
	position:absolute; 
	top:9px; 
	left:5px; 
	background-color:#ffffe0;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity:1.0;
	z-index: 1;
}
.caption_topics_spirit:after {
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px; 
	height:22px; 
	width:23px; 
	display:block; 
	position:absolute; 
	top:7px; 
	left:2px; 
	background-color:#40608e;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}
.label_topics_spirit_1 {
	font-size: 18px;
	color: #87610f;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.label_topics_spirit_2 {
	font-size: 26px;
	color: #40608e;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.caption_topics_town_1 {
	display:block; 
	padding:10px 8px;
	background-color: #476a41;
	color:#fff;
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-bottom: 10px;
}
.caption_topics_town_2 {
	display:block; 
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #647249;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #647249;
}
.caption_topics_town_3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
}
.caption_topics_town_4 img {
	width:85%;
}

.body_product_pickup {
	padding:10px 8px;
	font-size: 16px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.label_topics_town_1 {
	font-size: 26px;
	color: #647249;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.box_topics_town_1 {
	padding:10px 8px;
	background-color: #fff;
	color:#333;
	font-size: 16px;
	margin-bottom: 10px;
}
.box_topics_town_1 th {
	font-size: 16px;
	padding : 4px 8px;
	font-weight: bold;
}
.box_topics_town_1 td {
	font-size: 16px;
	padding : 4px 8px;
}

.box_topics_town_2 {
	max-width: 100%;
	text-align: center;
}
.box_topics_town_2 li {
	display: inline-block;
	width: 420px;
	padding: 10px;
	vertical-align: top;
}
.box_topics_town_2 li:nth-child(2n+1) {
	clear: left;
}
.box_topics_town_2_image {
	position:relative;
	padding: 6px;
	width: 120px;
	float: left;
}
.box_topics_town_2 dl {
	padding: 6px;
	margin-left: 130px;
	text-align: left;
}
.box_topics_town_2 dt {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.box_topics_town_2 dd {
	margin: 0;
	margin-top: 6px;
	font-size: 14px;
}
.box_topics_town_2 dd .txt {
	margin-top: 4px;
	font-size: 12px;
}

.box_topics_town_3 {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	background-color: #E2DECA;
}

.box_topics_town_4 {
	max-width: 100%;
	text-align: center;
}
.box_topics_town_4 li {
	display: inline-block;
	width: 260px;
	padding: 6px;
	vertical-align: top;
	background-color: #fbf7e3;
	margin-bottom: 6px;
}
.box_topics_town_4 li:nth-child(3n+1) {
	clear: left;
}
.box_topics_town_4_thumbnail {
	position:relative;
	width: 260px;
	height: 260px;
	overflow: hidden;
}
.box_topics_town_4_image {
	width: 100%;
	min-height: 260px;
	margin-bottom: 10px;
}
.box_topics_town_4 dl {
	margin-bottom: 0;
	min-height: 36px;
	text-align: center;
	font-size: 16px;
}

.box_topics_town_5 {
	width: 90%;
	margin: 0 auto;
}

.box_factory_1 {
	max-width: 100%;
	text-align: center;
}
.box_factory_1 li {
	display: inline-block;
	width: 400px;
	padding: 6px;
	vertical-align: top;
	background-color: #fff;
	margin-bottom: 6px;
}
.box_factory_1 li:nth-child(2n+1) {
	clear: left;
}
.box_factory_1_thumbnail {
	position:relative;
	width: 400px;
	height: 274px;
	overflow: hidden;
}
.box_factory_1_image {
	width: 100%;
	min-height: 260px;
	margin-bottom: 10px;
}
.box_factory_1 dl {
	margin-bottom: 0;
	padding: 6px;
	min-height: 24px;
	background-color: #f5f5f5;
	font-size: 16px;
}
.box_factory_1 dl dt {
	text-align: left;
}

.hr_dot {
	margin: 30px auto;
	border-width: 0 0 8px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
 	width: 500px;
}

.hr_solid2 {
	margin: 10px auto;
	border-width: 2px;
	border-style: solid;
	border-color:#ccc;
 	width: 100%;
}

.border_area_gray {
	margin: 0 auto;
	width: 700px;
	padding:30px 20px;
	background-color: #eee;
	text-align: center;
	color:#343434;
	font-size: 18px;
	border-radius: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.border_area_title {
	margin 0 auto;
	width: 700px;
	font-weight: bold;
}

.pager {
	display: table;
	width: auto;
	height:30px;
	text-align: center;
	margin:20px 0;
}
.pager li {
	display:inline-block;
	height:30px;
	line-height:30px;
}
.pager_number {
	position:relative;
	display: block;
	margin: 0 4px;
	width: 30px;
	height: 30px;
	background: linear-gradient(to bottom, #fefefe, #cfcfcf);
	color:#292929;
	text-align:center;
	font-weight: bold;
	border-radius:8px;
	border: 1px solid #666;
	cursor: pointer;
}
.pager_number:hover {
	color:#db4046;
	background: linear-gradient(to bottom, #fefefe, #FE9A2E);
}
.pager_number.selected {
	color:#999;
	font-size: 16px;
}
.pager_total {
	margin-left:14px;
	text-align:right;
}
.pager_enable {
	position:relative;
	display: block;
	margin:0 4px;
	width: 30px;
	height: 30px;
	background-size: 100% auto;
	border: 1px solid #666;
	background: linear-gradient(to bottom, #fefefe, #cfcfcf);
	border-radius: 8px;
	font-size:14px;
	text-align: center;
	cursor: pointer;
}
.pager_enable:hover {
	color:#db4046;
	background: linear-gradient(to bottom, #fefefe, #FE9A2E);
}

.pager_disable {
	position:relative;
	display: block;
	margin:0 4px;
	width: 30px;
	height: 30px;
	background-size: 100% auto;
	border-radius: 6px;
	border: 1px solid #666;
	background: linear-gradient(to bottom, #afafaf, #8f8f8f);
	font-size:14px;
	text-align: center;
}
.pager_disable div {
	background-position-y:-30px;
}
.pager_nav {
	background-size:30px 60px;
	width:30px;
	height:30px;
}
.pager_nav_start {
	background: url(../img/pager_start.png) no-repeat 100% 0;
}
.pager_nav_next {
	background: url(../img/pager_next.png) no-repeat 100% 0;
}
.pager_nav_prev {
	background: url(../img/pager_prev.png) no-repeat 100% 0;
}
.pager_nav_end {
	background: url(../img/pager_end.png) no-repeat 100% 0;
}
.pager_enable:hover div {
	background-position-y:-30px;
}

.table-list {
	margin:0 auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
.table-list th,
.table-list td {
	border: 2px solid #a9a9a9;
	background-color:#dddddd;
	padding:10px 18px 10px 18px;
	text-align:left;
	font-weight:normal;
	word-break: break-all;
}
.table-list th { text-align:center; }
.table-list td { background:#FFF; }
.table-list th,
.table-list td {
	border: 2px solid #a9a9a9;
	background-color:#dddddd;
	padding:10px 18px 10px 18px;
	text-align:left;
	font-weight:normal;
	word-break: break-all;
}
.table-list th { text-align:center; }
.table-list td { background:#FFF; }
.icon_extension {
	max-width: 40px;
}

.company_name {
	font-size:20px;
	font-weight: bold;
}
.company_address {
	font-size:18px;
}
.company_description {
	font-size:14px;
}

input[type=radio],
input[type=checkbox] {
	transform: scale(1.5);
	margin-right: 4px;
	color: #ff0000;
}

.table-company-button {
	margin: 0 auto;
	width: 730px;
	text-align: left;
}

.table-company-button li {
	display: inline-block;
	vertical-align: top;
}
.table-company-button li:nth-child(2n+1) {
	clear: left;
}
.table-company-button img {
	position:relative;
	width: 360px;
	margin-bottom: 6px;
}
.table-company-button li:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


.table-company-list {
	border-collapse: collapse;
	border-spacing: 0px;
	width:840px;
}
.table-company-list { 
	margin:0 auto;
	table-layout: fixed;
}
.table-company-list th,
.table-company-list td {
	border: 6px solid #fff;
	/* background-color:#dddddd; */
	padding:10px 18px 10px 18px;
	text-align:left;
	font-weight:normal;
	word-break: break-all;
}
.table-company-list th,
.table-company-list td {
	font-size: 14px;
	/* background:#fff; */
}
.table-company-list-odd {
	background-color: #efefef;
}
.table-company-list-even {
	background-color: #fff;
}

.table-company-list a {
	color:#B40404;
	font-style:normal;
	text-decoration:underline;
}
.table-company-list a:link {
	color:#B40404;
	font-style:normal;
	text-decoration:underline;
}
.table-company-list a:visited {
	color:#B40404;
	text-decoration:underline;
}
.table-company-list a:hover {
	color:#FE642E;
	font-style:normal;
	text-decoration:underline;
}
.table-company-list a:active {
	text-decoration:underline;
}

.table-company-list-button {
	padding: 10px 6px;
	width: 60px;
	background-color: #FE9A2E;
	text-align: center;
	font-size:16px;
	color:#fff!important;
	border-radius: 6px;
	cursor: pointer;
}
.table-company-list-button.disabled {
	font-size:16px;
	color:#fff;
	background:#d1d1d1;
}

.table-contact {
	border-collapse: collapse;
	border-spacing: 0px;
	width:780px;
}
.table-contact { 
	margin:0 auto;
	table-layout: fixed;
}
.table-contact th,
.table-contact td {
	border: 2px solid #a9a9a9;
	background-color:#dddddd;
	padding:10px 18px 10px 18px;
	text-align:left;
	font-weight:normal;
	word-break: break-all;
}
.table-contact th { width:200px; }
.table-list th { text-align:center; }
.table-list td,
.table-contact td { background:#FFF; }
.table-contact a {
	font-size:14px;
	text-decoration: none;
	color:#3b5998;
}
.table-contact select {
	width: 250px;
}


input[type=text],
input[type=password],
textarea {
	border:1px solid #777;
	padding: 5px;
	color: #333;
	background: #fff;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	-webkit-border-radius: 5px;
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
	-moz-border-radius: 5px;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
		(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}

select {
	vertical-align:middle;
}
select::-ms-expand {
	display: none;
}
.pulldown {
	width: 60%;
}
.pulldown select {
	position: relative;
	width: 100%;
	padding: 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 8px;
	border: 1px solid #999;
	font-size: 16px;
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#ededed 100%);
	background: linear-gradient(to bottom, #fff 0%,#ededed 100%);
}
.pulldown label {
	position: relative;
}
.pulldown label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(/assets/img/pulldown.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}
.required {
	color:#ee0000;
}
.error { color:#F00; }
.message {
	color:#F00;
	text-align:center;
	font-weight:bolder;
	height:20px;
	line-height:20px;
	font-size:20px;
}

.message_picture_right {
	float: right;
	margin: 0 1px 20px 20px;
	height: 300px;
}

.message_picture_left {
	float: right;
	margin: 0 20px 20px 1px;
	height: 300px;
}

.unordered_list {
	margin-left:2.5em;
	list-style-type: disc;
}

.message_space {
	width: 850px;
	margin: 0 auto;
}

.message_image {
	display: inline-block;
	vertical-align:top;
	text-align:center;
	width: 200px;
}

.message_text {
	display: inline-block;
	width: 640px;
}

.message_name {
	text-align:right;
}

/*----------------------------------------------------
	pickup
----------------------------------------------------*/
#pickup_caption {
	margin-bottom: 20px;
	padding:10px 8px;
	background-color: #b22222;
	color:#fff;
	font-size: 24px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#pickup_1 {
}

#pickup_2 {
}
#pickup_2 img {
	float:right;
	margin-left:10px;
	max-width: 400px;
}

#pickup_3 {
}
#pickup_3_youtube_tag {
	float:right;
	margin-left:10px;
}

#pickup_4 {
}
#pickup_4 img {
	width:100%;
}

#pickup_5 {
	width: 100%;
}
#pickup_5_youtube_tag {
	width:800px;
	margin: 0 auto;
}

/*----------------------------------------------------
	info
----------------------------------------------------*/
.info_list {
	background-color: #fff;
}
.info_list dt {
	width: 110px;
	float: left;
	padding: 7px 0 6px 3px;
	line-height: 120%;
}
.info_list dd {
	margin: 0;
	padding: 7px 3px 6px 6.6em;
	border-bottom: 1px #c0c0c0 dotted;
	line-height: 120%;
	text-align: left;
}

.info_date {
	text-align:right;
	font-style: oblique;
	margin-right: 10px;
}

/*----------------------------------------------------
	product
----------------------------------------------------*/
table.search_area {
	color: #aaa;
	width: 900px;
}
table.search_area a {
	text-decoration:underline;
}

table.search_area tr:nth-child(even) {
	background: #f5f5f5;
}
table.search_area tr:nth-child(odd) {
	background-color: #fff;
}

table.search_area th a {
	font-style:normal;
	text-decoration:underline;
}
table.search_area th a:link {
	color:#333;
	font-style:normal;
	text-decoration:underline;
}
table.search_area th a:visited {
	color:#333;
	text-decoration:underline;
}
table.search_area th a:hover {
	color:#999;
	font-style:normal;
	text-decoration:underline;
}
table.search_area th a:active {
	text-decoration:underline;
}
table.search_area th {
	width: 120px;
	min-height: 100px;
	border-collapse: collapse;
	border:1px solid #666;
	margin: 6px 6px;
	text-align: center;
	font-weight: bold;
}
table.search_area th a {
	display:block;
	width:100%;
	height:100%;
}
table.search_area td {
	padding: 10px;
	border-collapse: collapse;
	border:1px solid #666;
}
table.search_area td .area_name {
	padding: 4px 10px;
	word-break: keep-all;
	display: block;
	float:left;
}

.search_genre {
}
.search_genre_image {
	position:relative;
	float: left;
	width: 220px;
	height: 200px;
	overflow: hidden;
}
.search_genre_image img {
	width: 100%;
	min-height: 200px;
}
.search_genre_caption {
	margin-left: 230px;
	width: 660px;
	border-bottom: 2px solid #000;
	color: #333;
	padding: 6px 4px;
	font-weight: bold;
}
.search_genre_contents {
	margin-left: 230px;
	width: 670px;
}
.search_genre_button {
	margin-left: 230px;
	width:670px;
	text-align: center;
}

.search_condition li {
	display: inline-block;
	margin: 2px 4px 2px 0px;
	padding: 2px 4px;
	font-size: 14px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.search_condition_region {
	background-color: #c3b9eb;
}
.search_condition_pref {
	background-color: #94dbb9;
}
.search_condition_city {
	background-color: #96d1d9;
}
.search_condition_category {
	background-color: #f3afc4;
}
.search_condition_genre {
	background-color: #f3e2a9;
}

.general-list {
	max-width: 100%;
	text-align: center;
	text-align:left
}

.general-list li {
	position:relative;
	display: inline-block;
	width: 200px;
	padding: 10px;
	vertical-align: top;
	background-color: #ededed;
	margin-bottom: 6px;
}
.general-list li:nth-child(4n+1) {
	clear: left;
}
.general-list li:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.general-list-thumbnail {
	width: 200px;
	height: 150px;
	overflow: hidden;
}

.general-list-image {
	width: 100%;
	min-height: 150px;
	margin-bottom: 10px;
}

.general-list dl {
	margin-bottom: 0;
	min-height: 80px;
	text-align: right;
}
.general-list dd {
	margin: 0;
	margin-top: 6px;
	font-size: 12px;
}
.general-list dt {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.general-list .txt {
	text-align: left;
	color:#444;
}
.general-list-startdate {
	position:absolute;
	top: 18px;
	left: 10px;
	width: 110px;
	height: 19px;
	z-index: 10;
	padding-left: 4px;
	vertical-align:middle;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background: rgba(252, 226, 145, 0.8);
}

.movie-list {
	max-width: 100%;
	text-align: center;
	text-align:center
}
.movie-list li {
	display: inline-block;
	width: 800px;
	padding: 10px;
	vertical-align: top;
	background-color: #ededed;
	margin-bottom: 6px;
}
.movie-list li:nth-child(1n+1) {
	clear: left;
}
.movie-list li:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.movie-list-thumbnail {
	position:relative;
	width: 800px;
	height: 460px;
	overflow: hidden;
}
.movie-list-image {
	width: 100%;
	min-height: 450px;
	margin-bottom: 10px;
}
.movie-list dl {
	margin-bottom: 0;
	min-height: 80px;
	text-align: right;
}
.movie-list dt {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
.movie-list dd {
	margin: 0;
	margin-top: 6px;
	font-size: 18px;
}
.movie-list .txt {
	text-align: left;
	color:#444;
}

#product_contents {
	width: 880px;
	margin: 0 auto;
	padding: 10px;
}

.boxer_content {
	width: 800px;
	height: 540px;
}

.general_detail {
	width: 100%;
	text-align: left;
	color: #292929;
	padding-bottom: 0%;
	background-color:  #fff;
	padding-top: 5%;
	margin-top: -3%;
	padding-bottom: 8%
}

.general_detail-rows {
	margin:1% 0 1% 6%;
}
.general_detail-rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.general_detail-left {
	background-color: #778899;
	width:23%;
	padding:1% 0;
	color: #fff;
	float: left;
}
.general_detail-left span {
	margin-left: 8%;
	position: relative;
}

.general_detail-right{
	background-color: #f5f5f5;
	width: 69%;
	padding: 1% 0;
	float: left
}
.general_detail-right span {
	margin-left: 3%;
	position: relative;
}

.general_loading {
	width:1000px;
	height: 500px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.interview hr {
	margin: 30px auto;
	border-width: 0 0 8px;
	border-style: solid;
	border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1"><circle fill="hsla(0, 0%, 65%, 1.0)" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
 	width: 500px;
}
.interview_rows {
	margin-bottom: 20px;
}
.interview_profile {
	position:relative;
	display: block;
	float: left;
	width: 220px;
	min-height: 200px;
	font-size: 14px;
}
.interview_profile_image {
	position:relative;
	width: 220px;
	height: 150px;
	overflow: hidden;
	margin-bottom: 6px;
}

.interview_profile img {
	width: 100%;
	min-height: 100px;
}
.interview_profile .organisation_name {
	font-size: 12px;
	font-weight: bold;
}
.interview_profile .interviewee {
	font-size: 14px;
}
.interview_contents {
	margin-left: 234px;
	width: 660px;
	text-align: left;
}


table.condition_area {
	color: #555;
	width: 900px;
}
table.condition_area a {
	text-decoration:underline;
}

table.condition_area tr:nth-child(even) {
	background: #f5f5f5;
}
table.condition_area tr:nth-child(odd) {
	background-color: #fff;
}
table.condition_area th {
	width: 140px;
	min-height: 100px;
	border-collapse: collapse;
	border:1px solid #666;
	margin: 6px 6px;
	text-align: center;
	font-weight: bold;
}
table.condition_area th a {
	display:block;
	width:100%;
	height:100%;
}
table.condition_area td {
	padding: 10px;
	border-collapse: collapse;
	border:1px solid #666;
}
table.condition_area td .area_name {
	padding: 4px 10px;
	word-break: keep-all;
	display: block;
	float:left;
}
.condition_area span:hover {
   background-color: #fffacd;
}
table.condition_area span:hover {
   background-color: #fffacd;
}

.condition_category {
	padding-bottom: 30px;
}
.condition_category .category_name {
	padding: 4px 10px;
	display: block;
	float:left;
}
.condition_category li:hover {
   background-color: #fffacd;
}

.condition_genre {
	padding-bottom: 30px;
}
.condition_genre .genre_name {
	padding: 4px 10px;
	display: block;
	float:left;
}
.condition_genre li:hover {
   background-color: #fffacd;
}

.box {
	margin: 10px auto;
	background: #fff;
	border:6px solid;
	width: 820px;
	min-height: 140px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
.box .title {
	font-size: 24px;
	padding: 4px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.box p {
	padding: 15px 20px;
	margin: 0;
} 

.box ul {
	margin-left: 40px;
	list-style-type: disc;
} 

.box li {
	padding: 15px 10px;
	margin: 0;
} 

.box_contact {
	margin: 0 auto;
	padding: 10px;
	width: 620px;
	text-align: center;
	border:4px solid #6693B2;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

/*----------------------------------------------------
	company
----------------------------------------------------*/

.list {
	margin: 0 auto;
	width: 920px;
	text-align: center;
}

.list li {
	display: inline-block;
	vertical-align: top;
	padding: 8px;
	margin:6px 0;
}

.list li:nth-child(odd) {
	background-color: #778899;
	width:200px;
	color: #fff;
	text-align: left;
}
.list li:nth-child(even) {
	position:relative;
	left: -6px;
	background-color: #f5f5f5;
	text-align: left;
	width:600px;
}

.list_dot {
	background-color: #fff;
}
.list_dot dt {
	width: 110px;
	padding: 7px 0 6px 3px;
	line-height: 120%;
	font-weight: bold;
	float: left;
}
.list_dot dd {
	margin: 0;
	padding: 7px 3px 6px 6.6em;
	border-bottom: 1px #c0c0c0 dotted;
	line-height: 120%;
	text-align: left;
}

/*----------------------------------------------------
	catalog
----------------------------------------------------*/

.catalog-list {
	max-width: 100%;
	text-align: center;
	text-align:left
}

.catalog-list li {
	display: inline-block;
	width: 200px;
	padding: 10px;
	vertical-align: top;
	background-color: #ededed;
	margin-bottom: 6px;
}
.catalog-list li:nth-child(4n+1) {
	clear: left;
}
.catalog-list li:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.catalog-list-image {
	width: 100%;
	height: 280px;
	margin-bottom: 10px;
	overflow: hidden;
}

.catalog-list dl {
	margin-bottom: 0;
	min-height: 80px;
	text-align: right;
}
.catalog-list dd {
	margin: 0;
	margin-top: 6px;
	font-size: 12px;
}
.catalog-list dt {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.catalog-list .txt {
	text-align: left;
	color:#444;
}

/*----------------------------------------------------
	パンくずリスト
----------------------------------------------------*/
#breadcrumbs {
	margin-bottom:10px;
	/* border-bottom: 1px dotted #bbb; */
	font-size: 12px;
	color:#aaa;
}

#breadcrumbs a {
	color:#666;
	font-style:normal;
	text-decoration:none;
}
#breadcrumbs a:link {
	color:#444;
	font-style:normal;
	text-decoration:none;
}
#breadcrumbs a:visited {
	color:#666;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#aaa;
	font-style:normal;
	text-decoration:underline;
}
#breadcrumbs a:active {
	text-decoration:none;
}


/*----------------------------------------------------
	#sub-content
----------------------------------------------------*/
#sub-content {
	float: right;
	width: 266px;
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important;
	padding: 1px 5px 5px 5px;
	background-color: #efefef;
}

.image_banner {
	width: 266px;
	box-shadow: 0px 0px 2px 0px #aaa;
}

/*----------------------------------------------------
	LOGIN
----------------------------------------------------*/
.login_message {
	height:20px;
	line-height:20px;
	text-align:center;
	color:#00000;
	font-size:20px;
}
.login {
	width:600px;
	height:220px;
	margin:0 auto;
	background:#EFEFEF;
	padding: 40px 0 0 20px;
	text-align: center;
	border-radius: 8px;
}
.login table {
	margin: 0 auto;
}
.login tr {
	height: 40px;
}
.login th {
	margin: 10px;
	width:120px; 
}
.login td {
	width:200px;
}
.login td input {
	width:220px;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
	margin: 0px;
	color: #FFFFFF;
	font-size: 16px;
	background-color:#777;
}

#footer a {
	color:#880088;
	font-style:normal;
	text-decoration:none;
}
#footer a:link {
	color:#ffffff;
	font-style:normal;
	text-decoration:none;
}
#footer a:visited {
	color:#dedede;
	text-decoration:none;
}
#footer a:hover {
	color:#ffffe0;
	font-style:normal;
	text-decoration:none;
}
#footer a:active {
	text-decoration:none;
}

#footer-index {
	margin: 0 auto;
	padding: 20px 30px;
	width: 1200px;
	height:250px;
}

#footer-index .left {
	float:left;
	padding: 0px 20px 0px 0px;
	width:400px;
	height:250px;
}

#footer-index .right {
	float:right;
	padding: 0px 10px 0px 30px;
	text-align:left!important;
	width:670px;
	height:250px;
	border-left: medium solid #ababab;
}

#copyright {
	/*
	background-image: url(/assets/img/footer.jpg);
	background-repeat: repeat-x;
	background-position: center;
	*/
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#333;
	color: #FFFFFF;
	text-transform: none;
	text-align: center;
	font-size: 14px;
}


/*----------------------------------------------------
 menu
----------------------------------------------------*/
#mddNav {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 72px;
	background-color: #fff;
}
#mddNav > ul {
	display: flex;
	margin: 0 auto;
	width: 1200px;
	height: 72px;
	text-align: center;
}
#mddNav > ul > li {
	width: 240px;
	height: 72px;
	box-sizing: border-box;
}
#mddNav > ul > li a {
	color: #666666;
}
#mddNav > ul > li:last-child {
	border-right: #aaa 1px solid;
}
#mddNav > ul > li > a {
	display: block;
	height: 70px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	border: #fff 1px solid;
	transition: all 0.2s linear;
}
#mddNav > ul > li:hover > a {
	background: #FFF;
}

#mddNav .mddWrap {
	position: absolute;
	top: 71px;
	left: 0;
	z-index: 100;
	overflow: hidden;
	display: none;
	width: 100%;
	height: 250px;
	text-align: center;
	background: #fff;
	background: linear-gradient(to bottom,	#fff 0%,#efefef 100%);
	border-bottom: #aaa 1px solid;
	box-shadow: 0 2px 2px #eee;
}
#mddNav .mddWrap .mddInner {
	margin: 0 auto;
	padding-top: 30px;
	width: 1000px;
	height: 200px;
	line-height: 1.5em;
	text-align: left;
}
#mddNav .mddWrap .mddInner > .dropContent {
	display: flex;
}
#mddNav .mddWrap .mddInner > .dropContent > div {
	margin-right: 20px;
	width: 250px;
	border-right: #aaa 1px solid;
}
#mddNav .mddWrap .mddInner > .dropContent > div:last-child {
	margin-right: 0;
	border-right: none;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li {
	line-height: 1.8em;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li i {
	margin-right: 0.5em;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:link {
	text-decoration: underline;
}
#mddNav .mddWrap .mddInner > .dropContent > div > ul > li a:hover {
	text-decoration: none;
}
#mddNav .mddWrap .mddInner p {
	margin-bottom: 20px;
	padding-left: 10px;
	line-height: 1.6em;
	border-left: #3571AA 5px solid;
}
#mddNav .mddWrap .mddInner p strong {
	font-size: 1.1em;
	display: block;
}
#mddNav .mddWrap .mddInner > div span {
	margin-bottom: 5px;
	font-weight: bold;
}

/*----------------------------------------------------
 clearfix
----------------------------------------------------*/
.clearfix {
	zoom:1;
	text-align: center;
}
.clearfix:after {
	content: ''; 
	display: block; 
	clear: both;
}

/*----------------------------------------------------
 Spacer
----------------------------------------------------*/
.space-10{ padding: 5px 0; }
.space-20{ padding:10px 0; }
.space-24{ padding:12px 0; }
.space-30{ padding:15px 0; }
.space-36{ padding:18px 0; }
.space-40{ padding:20px 0; }
.space-60{ padding:30px 0; }
.space-80{ padding:40px 0; }
.space-100{ padding:50px 0; }

