@charset "utf-8";

body {
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	min-width: 600px;
	background: #fcf9f3;
}
/*スクロールバー防止*/
html.toolbar {
	padding-top: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,html {
	margin: 0; /* 余白の削除 */
	padding: 0; /* 余白の削除 */
	width: 100%;
	height: 100%;
}

button {
	color: #fff;
	border-color: #B0B0B0;
	background: #989898;
	cursor: pointer;
}

.flr {
	float: right;
}

.fll {
	float: left;
}

.btm10 {
	margin-bottom: 10px;
}

.text-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

#db_header {
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 960px;
	height: 36px;
	background: #202020;
	z-index: 10000000;
}

.h_left {
	padding-left: 10px;
	float: left
}

.h_right {
	padding-right: 10px;
	float: right;
}

.h_right p a {
	color: #83b4a4;
	padding: 0 3px;
	text-decoration: underline;
}

.h_right p a:hover {
	color: #83b4a4;
}

.h_right p {
	font-size: 12px;
	line-height: 36px;
	color: #fff;
	float: left;
}

#db_header h1 {
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
}

#db_header .h_right .dropdown>p {
	font-size: 12px;
	line-height: 36px;
	color: #fff;
	float: left;
}

#db_header .pimg {
	padding-top: 8px;
	padding-left: 5px;
	display: block;
	float: left;
}

.header_under {
	width: 98%;
	background: #494949;
	color: #ccc;
	overflow: hidden;
	position: relative;
	padding: 5px 1%;
}

.header_under a,.header_under a:link,.header_under a:visited {
	color: #fff;
	text-decoration: underline;
}

.header_under .home:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #686868;
	border-width: 12px;
	margin-top: -12px;
}

#db_wraps {
	margin-top: 40px
}

#db_wrap {
	min-height: 100%;
	width: 100%;
	position: relative;
	background: #e4e4e4;
}

#adminmenuback {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 180px;
	height: 100%;
	background: #3e3e3e;
}

#db_menu {
	position: relative;
	float: left;
	width: 180px;
	background: #3d3d3d;
}

#db_menu .title1 {
	font-weight: bold;
	color: #eee;
	background: #202020;
	padding: 7px 10px;
}

.db-submenu li a {
	font-size: 13px;
	line-height: 1.2;
	margin: 0;
	padding: 10px 12px;
	display: block;
	color: #fff;
}

.db-submenu2 li {

}

.db-submenu2 li a {
	font-size: 13px;
	line-height: 1.2;
	margin: 0;
	padding: 12px 12px;
	display: block;
	color: #bcbcbc;
	border-bottom: 1px solid #575757;
}

#db_menu .db-submenu2 li a:hover {
	text-decoration: none;
	color: #fff;
	background: #83b4a4;
}

.db-submenu2 .on {
	font-size: 13px;
	line-height: 1.2;
	margin: 0;
	padding: 10px 14px;
	display: block;
	color: #fff;
	background: #83b4a4;
	border-bottom: 1px solid #83b4a4;
	position: relative;
}

.db-submenu2 .on:before {
	right: 0px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #e3e3e3;
	border-width: 8px;
	margin-top: -8px;
}

.db-submenu3 li {
	background: #686868;
}

.db-submenu3 li a {
	font-size: 13px;
	line-height: 1.5em;
	margin: 0;
	padding: 12px 12px;
	display: block;
	color: #fff !important;
	border-bottom: 1px solid #575757;
	text-decoration: none;
}

.db-submenu3 li a:visited {
	color: #fff;
}

#db_menu .db-submenu3 li a:hover {
	text-decoration: none;
	color: #fff;
	background: #83b4a4;
}

.db-submenu3 .on {
	font-size: 13px;
	line-height: 1.2;
	margin: 0;
	display: block;
	color: #fff;
	background: #83b4a4;
	position: relative;
}

.db-submenu3 .on:before {
	right: 0px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #e3e3e3;
	border-width: 8px;
	margin-top: -8px;
}

#db_content {
	height: 100%;
}

#db_content,#db_footer {
	margin-left: 200px;
}

#db_body {
	position: relative;
	padding-right: 20px;
}

#db_body-content {
	padding-top: 5px;
	padding-bottom: 40px;
	width: 100%;
	min-width: 750px;
	overflow: hidden;
}

#db_wrap .h2_title {
	position: relative;
}

#db_wrap .h2_title h2 {
	font-size: 18px;
	font-weight: 400;
	padding: 15px 15px 5px 0;
	line-height: 1;
	font-weight: bold;
	border-bottom: 4px solid #83b4a4;
	margin-bottom: 15px;
}

#db_wrap .h2_title .h2r_btn {
	position: absolute;
	right: 0;
	top: 6px;
	margin-left: 10px;
	color: #fff;
}

.h2r_btn {
	cursor: pointer;
	border-color: #B0B0B0;
	background: #989898;
	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
	display: inline-block;
	text-decoration: none !important;
	font-size: 12px;
	line-height: 26px;
	height: 26px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff !important;
}

.h2r_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70); /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* ie 8 */
	-moz-opacity: 0.7; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
}

#db_wrap .h3_title h3 {
	font-size: 16px;
	padding: 15px 10px 0px 0;
	line-height: 1;
	font-weight: bold;
	border-bottom: 2px solid #83b4a4;
	margin-bottom: 15px;
}

.db_block {
	background: #fff;
	border: #dddddd solid 1px;
	padding: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

#wpwrap {
	height: auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	-webkit-font-smoothing: subpixel-antialiased;
}

.textarea {
	padding: 5px;
	background: #fff;
	border: #dddddd solid 1px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.textarea textarea {
	width: 100%;
	height: 120px;
	border: none;
	outline: 0px none black;
	font-size: 16px;
	line-height: 1.7em;
	resize: vertical;
}

#dbcom-tip {
	position: relative;
	border-left-color: #2EA2CC;
	border-left: 4px solid #83b4a4;
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

#dbcom-tip p {
	font-size: 12px;
}

#as-chat-template-header {
	position: relative;
	padding: 10px;
	background-color: #cecece;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

#as-chat-template-header p {
	font-size: 12px;
}

button.dltbtn {
	color: #fff;
	background-color: #f00;
}

.button_file {
	display: block;
	cursor: pointer;
}

.exampleInputFile {
	background: #e4e4e4;
	font-size: 14px;
	font-weight: bold;
}

.upImg {
	margin: 10px 0;
}

.upImg .selectImg {
	font-size: 14px;
	padding: 10px 0px;
	display: block;
	font-weight: bold;
}

.upImg img {
	border: 8px solid;
	border-color: transparent;
	border-color: rgba(255, 255, 255, 0.8);
	width: 140px;
}

.upImg .imgName {
	font-size: 14px;
	padding: 5px 0;
}

.upImg .imgName span {
	padding-right: 5px;
}

.h2_under p {
	font-size: 14px;
}

.h2_under p.input_explanation {
	float: left;
}

div.company-form {
	margin-bottom: 10px;
}

div.scroll-table {
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
	overflow-x: scroll;
}

table.company {
	border-left: 0px !important;
	border-collapse: separate;
}

table.fixed {
	table-layout: fixed;
}

table.widefat {
	background: #fff;
}

table.widefat {
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.widefat td,.widefat th {
	overflow: hidden;
	color: #555;
	font-size: 14px;
}

.widefat td .icon_ev {
	font-size: 10px;
	color: #fff;
	width: 50px;
	text-align: center;
	display: inline-block;
	background: #fb6568;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 18px;
}

.widefat td .icon_cam {
	font-size: 10px;
	color: #fff;
	width: 70px;
	text-align: center;
	display: inline-block;
	background: #fb9565;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
	margin-left: 5px;
	line-height: 16px;
}

.widefat td p {
	display: block;
	float: left;
	vertical-align: bottom;
	height: 50px;
	padding-left: 10px;
}

.widefat .postImg {
	display: table-cell;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	line-height: 70px;
}

.widefat .postImg .postImgIn {
	display: table-cell;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	line-height: 70px;
}

.widefat .postImg .postImgIn img {
	max-width: 70px;
	max-height: 70px;
	_width: 70px;
}

.widefat * {
	word-wrap: break-word;
}

.widefat {
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.widefat thead th {
	border-bottom: 1px solid #e1e1e1;
	font-weight: bold;
}

.widefat thead th.border-left{
    border-left: 1px solid #ddd;
}

.widefat td,.widefat th {
	padding: 10px 10px;
	line-height: 20px;
}

.widefat .action a {
	padding: 0 10px 0px 0px;
	display: block;
	float: left;
	text-decoration: underline;
}

.widefat .action a:hover {
	color: #83b4a4;
}

.widefat .link a {
	padding: 0 3px 0px 0px;
	display: block;
	float: left;
	text-decoration: underline;
}

.widefat .link a:hover {
	color: #83b4a4;
}

.widefat tfoot th {
	border-top: 1px solid #e1e1e1;
	border-bottom: 0;
}

.widefat td.num{
	text-align: right;
}

.widefat td.border-left{
    border-left: 1px solid #ddd;
}

/*review*/
.widefat td.reply-empty {
    color: #f00;
	background: #fffabe;
	font-weight: bold;
}

.autowidth{
	width: auto;
}

.row-actions {
	color: #ddd;
	font-size: 13px;
	visibility: hidden;
	padding: 2px 0 0;
}

tr .locked-info {
	height: 0;
	opacity: 0;
	filter: alpha(opacity = 0); /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* ie 8 */
	-moz-opacity: 0; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
}

td.post-title strong {
	display: block;
	margin-bottom: .2em;
	font-size: 14px;
}

th.fixcell, td.fixcell {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
	border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
 
th.first, td.first {
    background: #FFFFFF;
}
 
td.second, tr.second {
	background: #DEEDE2;
}

tr.uneditable {
	background: #f0f0f0;
}
/*signup*/
.signup * {
	word-wrap: break-word;
}

.signup {
	border-spacing: 0;
	width: 100%;
	margin-bottom: 16px;
	margin-top: 10px;
}

.signup tr {
	margin-bottom: 20px;
}

.signup th {
	width: 200px;
	font-size: 14px;
	padding: 8px 0px;
	vertical-align: top;
	font-weight: bold;
}

.signup th span {
	padding-left: 5px;
	font-size: 12px;
	color: #FF0E0E;
}

.signup th span.ex {
	color: #FF0E0E;
}

.conform td {
	/*width: 160px;*/
	font-size: 14px;
	padding: 8px 10px;
}

.signup .space {
	height: 0px;
	padding: 8px;
	background: #e4e4e4;
	border-left: none;
}

.signup .txin input {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
	width: 98%;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.signup .txin a {
	text-decoration: underline;
}

.signup .txin a:hover {
	color: #83b4a4;
}

.signup .txin textarea {
	height: 150px;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
	width: 98%;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	resize-x: none;
}

.signup .txin2 span {
	font-size: 20px;
	font-weight: bold;
	padding: 0 5px;
}

.signup .txin2 input {
	color: #444;
	border: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
	width: 140px;
	font-weight: bold;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	margin-bottom: 5px;
}

.signup .txin3 input {
	padding: 0 5px;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	color: #444;
}

.signup .txin4 input {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
	width: 320px;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.signup .txyoutube input {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
	margin-right: 5px;
	width: 700px;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.signup .txin5 span {
	font-size: 20px;
	font-weight: bold;
	padding: 0 5px;
}

.txin5 .timeform {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
	width: 80px;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	text-align: center;
	font-weight: bold;
	color: #444;
}

.uploardimg {
	margin-top: 5px;
	padding: 5px;
	display: inline-block;
	border: #E2E2E2 1px solid;
}

.uploardimg img {
	width: 120px;
	border: 8px solid;
	border-color: transparent;
	border-color: rgba(105, 205, 105, 0.2);
	margin: 0 auto;
	display: block;
}

.signup .upin .fileUploder input {
	box-shadow: none;
}

.signup .upin input {
	border: #E2E2E2 1px solid;
	padding: 8px 5px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.signup .select input {
	vertical-align: middle;
	margin-right: 3px;
}

.signup .select label {
	cursor: pointer;
	text-decoration: underline;
	color: #215d8b;
}

.signup .select label:hover {
	color: #83b4a4;
}

.signup .select ul {
	display: table-cell;
	padding: 10px 0px 4px 0px;
}

.signup .select ul li {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	padding-bottom: 10px;
}

.signup .select ul li a {
	text-decoration: underline;
}

.signup .select ul li a:hover {
	color: #83b4a4;
}

ul.acceptanceType {
	display: table-cell;
	padding: 10px 0px 4px 0px;
}

ul.acceptanceType li {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	padding-bottom: 4px;
}

ul.acceptanceType input {
	vertical-align: middle;
	margin-right: 3px;
}

ul.acceptanceType label {
	cursor: pointer;
	text-decoration: underline;
	color: #215d8b;
}

ul.acceptanceType label:hover {
	color: #83b4a4;
}

.signup td {

}

.signup .txyoutube a {
	cursor: pointer;
	text-decoration: underline;
	color: #215d8b;
}

.signup .txyoutube a:hover {
	color: #83b4a4;
}

.signup .link a {
	text-decoration: underline;
}

.signup .link a:hover {
	color: #83b4a4;
}

.submit_signup {
	padding: 0px;
	margin-top: 10px;
	/*max-width: 760px;*/
}

.submit_signup .btnimp {
	width: 60%;
	float: right;
}

.submit_signup .btnDefault {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 18px;
	padding: 10px 0px;
	cursor: pointer;
}

.submit_signup .btnGreen {
	color: #ffffff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	border: none;
	background: #8dc7b4;
	background-image: -webkit-linear-gradient(top, #8dc7b4, #83b4a4);
	background-image: -moz-linear-gradient(top, #8dc7b4, #83b4a4);
	background-image: -ms-linear-gradient(top, #8dc7b4, #83b4a4);
	background-image: -o-linear-gradient(top, #8dc7b4, #83b4a4);
	background-image: linear-gradient(to bottom, #8dc7b4, #83b4a4);
}

.submit_signup .btnGreen:hover {
	box-shadow: inset 0 0px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
	color: #eeeeee;
	background: #A8CDC1;
}

.submit_signup .btnGray {
	color: #fff;
	border: #ccc solid 1px;
	background: #939393;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.submit_signup .btnGray:hover {
	box-shadow: inset 0 0px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
	color: #eeeeee;
	background: #B0B0B0;
}

.submit_signup .btnadd {
	margin-left: 200px;
	width: 58%;
}

.btn:visited {
	color: #444;
}

.btn {
	color: #444;
	background: #E7E7E7;;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn:hover {
	text-decoration: none;
	color: #888;
}

.btn.btn-default.btn-flat {
	border-bottom-color: #d9dadc;
}

.btn.btn-default:hover,.btn.btn-default:active,.btn.btn-default.hover {
	background-color: #f4f4f4 !important;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

/*カレンダー*/
.signup .clendaArea .calIn {
	position: relative;
}

.signup .clendaArea .calIn input {
	float: left;
	width: 140px;
}

.signup .clendaArea span {
	float: left;
	display: block;
	height: 29px;
	padding: 8px 4px 0px 6px;
}

.signup .clendaArea #caldiv1 {
	top: 35px;
	left: 0px;
}

.signup .clendaArea #caldiv2 {
	left: 200px;
	top: 35px;
}

/*テーブルサイズ*/
.t_user .col1 {
	width: 25%;
}

.t_user .col2 {
	width: 20%;
}

.t_user .col3 {
	width: 10%;
}

.t_user .col4 {
	width: 30%;
}

.t_user .col5 {
	width: 15%;
}

.t_chat_template .col1 {
	width: 20%;
}

.t_chat_template .col2 {
	width: 50%;
}

.t_chat_template .col3 {
	width: 10%;
}

.t_chat_template .col4 {
	width: 10%;
}

.t_chat_template .col5 {
	width: 10%;
}

.t_web .col12 {
	width: 27%;
}

.t_web .col1 {
	width: 7%;
}

.t_web .col2 {
	width: 20%;
}

.t_web .col3 {
	width: 20%;
}

.t_web .col4 {
	width: 13%;
}

.t_web .col5 {
	width: 20%;
}

.t_web .col6 {
	width: 20%;
}

.t_staff .col12 {
	width: 35%;
}

.t_staff .col1 {
	width: 10%;
}

.t_staff .col2 {
	width: 25%;
}

.t_staff .col3 {
	width: 20%;
}

.t_staff .col4 {
	width: 20%;
}

.t_staff .col5 {
	width: 25%;
}

.t_photo .col12 {
	width: 48%;
}

.t_photo .col1 {
	width: 10%;
}

.t_photo .col2 {
	width: 40%;
}

.t_photo .col3 {
	width: 15%;
}

.t_photo .col4 {
	width: 35%;
}

.t_event .col12 {
	width: 35%;
}

.t_event .col1 {
	width: 10%;
}

.t_event .col2 {
	width: 25%;
}

.t_event .col3 {
	width: 15%;
}

.t_event .col4 {
	width: 15%;
}

.t_event .col5 {
	width: 20%;
}

.t_event .col6 {
	width: 15%;
}

.t_review .col1 {
	width: 15%;
}

.t_review .col2 {
	width: 20%;
}

.t_review .col3 {
	width: 20%;
}

.t_review .col4 {
	width: 15%;
}

.t_review .col5 {
	width: 15%;
}

.t_review .col6 {
	width: 15%;
}

.t_reserve th {
	background-color: #eee;
}

.t_reserve td,.t_reserve th {
	border: solid 1px #CCC !important;
	border-collapse: collapse;
}

.t_reserve .col1 {
	width: 13%;
}

.t_reserve .col2 {
	width: 13%;
}

.t_reserve .col3 {
	width: 15%;
}

.t_reserve .col4 {
	width: 20%;
}

.t_reserve .col5 {
	width: 8%;
}

.t_reserve .col6 {
	width: 10%;
}

.t_reserve .col7 {
	width: 15%;
}

.t_reserve .col8 {
	width: 6%;
}

.t_model .col1 {
	width: 15%;
}

.t_model .col2 {
	width: 20%;
}

.t_model .col3 {
	width: 15%;
}

.t_model .col4 {
	width: 13%;
}

.t_model .col5 {
	width: 12%;
}

.t_model .col6 {
	width: 8%;
}

.t_model .col7 {
	width: 8%;
}

.t_model .col8 {
	width: 8%;
}

.t_model .col9 {
	width: 5%;
}

span.separator {
	margin: 0 2px;
}

.ac_pager_top {
	margin-bottom: 10px;
	padding: 0px;
	float: right;
	line-height: 26px;
}

.ac_pager_top a {
	text-decoration: underline !important;
}

.ac_pager_top a:hover {
	opacity: 0.7;
	/*↓IE6,7対策*/
	filter: alpha(opacity = 70);
	/*↓IE8対策*/
	-ms-filter: "alpha(opacity=70)";
}

/*ページャー*/
.ac_pager_top .prev {
	text-align: left;
	float: left;
	font-size: 14px;
	width: 70px;
}

.ac_pager_top .prev img,.ac_pager_top .next img {
	height: 14px;
	vertical-align: baseline;
	margin: 0 5px;
}

.ac_pager_top .next {
	text-align: right;
	float: right;
	font-size: 14px;
	width: 70px;
}

.ac_pager {
	margin-bottom: 10px;
	padding: 0px;
	line-height: 26px;
	display: block;
	width: 700px;
	margin: 0 auto;
}

.ac_pager a {
	text-decoration: underline !important;
}

.ac_pager a:hover {
	opacity: 0.7;
	/*↓IE6,7対策*/
	filter: alpha(opacity = 70);
	/*↓IE8対策*/
	-ms-filter: "alpha(opacity=70)";
}

.ac_pager .prev {
	text-align: left;
	float: left;
	font-size: 14px;
	width: 14%;
}

.ac_pager .mid {
	display: block;
	text-align: center;
	margin: 0 auto;
	float: left;
	width: 72%;
}

.ac_pager .next {
	text-align: right;
	float: right;
	font-size: 14px;
	width: 14%;
}

.ac_pager .sum {
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
}

.ac_pager b {
	font-weight: bold;
	color: #444;
	padding: 0 3px;
	font-size: 14px;
}

.mid .n {
	display: inline-block;
	width: 7%;
	text-decoration: none;
	font-size: 14px;
	padding: 0px 7px;
}

.ac_pager .prev img,.ac_pager .next img {
	height: 14px;
	vertical-align: baseline;
	margin: 0 5px;
}

.errorText {
	color: #EC2323;
}

/*20220310 店舗完成度をホバーさせる*/
.fukidashi{
	display: none;

	box-sizing: border-box;
	position:absolute;
	top:0;
	right:0;
	background-color:#fff4c0;
	padding:10px;
	overflow:visible;
	transform:translateX(100%);
}  
.fukidashi::before{
	content:"";
	position:absolute;
	width:0;
	height:0;
	margin:auto;
	border-style:solid;
	border-color:#fff4c0 transparent transparent transparent;
	border-width:20px 10px 0px 20px;
	top:10px;
	left:-20px;
	transform:rotate(-20deg);
}
.fukidashi td, .fukidashi th{
	padding:5px !important;
	font-size:13px;
}
.fukidashi th{
	font-weight: bold;
}

.fukidashi__tbl1{
}
.fukidashi__tbl1 th{
	width:100px;
}
.fukidashi__tbl1 tr td:nth-of-type(1){
	width:20px;
}
.fukidashi__tbl1 tr td:nth-of-type(2){
	width:70px;
}

  
.fukidashi__tbl2{
	width:100%;
}
.fukidashi__tbl2 tr td:nth-child(1){
	width:10px;
}
.fukidashi__tbl2 tr td:nth-child(2){
	width:100px;
}
.fukidashi__tbl2 tr td:nth-child(3){
	width:20px;
}
.fukidashi__tbl2 tr td:nth-child(4){
	width:70px;
}
.fukidashi__tbl2 tr td:nth-child(5){
	width:80px;
}
	
.fukidashi__tbl3{
	width:100%;
}
.fukidashi__tbl3 th{
	width:100px;
}
.fukidashi__tbl3 tr td:nth-of-type(1){
	width:20px;
}
.fukidashi__tbl3 tr td:nth-of-type(2){
	width:70px;
}
.fukidashi__tbl3 tr td:nth-of-type(3){
	width:80px;
}

.perfection{
	position:relative;
	overflow:visible !important;
}
  
.perfection:hover .fukidashi{
	display:block;
}

table.company > tbody > tr > td:nth-child(1){
	z-index:100;
}

.icon__inquiry{
	width:55px;
	vertical-align:middle;
}

.button__complete{
	background-color: #00cc35;
	border-color:#4bf678;
}

.button__cancel{
	background-color: #ff2323;
	border-color:#ff7d7d;
}

/*NCM-224 管理画面のお知らせ機能*/
.modal__window{/*モーダルウインドウのベース設定*/
	position:absolute;
	top:20%;
	left:50%;
	transform:translateX(-50%);
	z-index: 20;
	box-shadow:0 0 10px rgba(0, 0, 0, .5);
}
.modal__width--notice{/*事務局お知らせ用の幅*/
	width:900px;
}
.modal__ttl{/*モーダルのタイトルバー*/
	font-size:18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	height:50px;
	line-height: 50px;
	color:#fff;
	background-color: #405092;
}
.modal__ttl--store{/*店舗側画面のタイトルカラー*/
	background-color:#83b4a4;
}

.modal__contents{/*モーダルの中身*/
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	font-size:16px;
	background-color: #fff;
	line-height: 1.5em;
}
.content__bkcolor{
	background-color: #eaeaea;
}

.modal__notice--ttl{
	font-size:18px;
	font-weight: bold;
	padding:0;
	margin-bottom: 10px;
}

.modal__notice--date{
	font-size:12px;
	font-weight: bold;
	padding:0;
	margin-bottom: 20px;
}

.modal__notice--contents{
	background-color: #fff;
	margin:0;
	padding:20px;
	width:100%;
	height: 230px;
	box-sizing: border-box;
	margin-bottom: 30px;
	overflow-y:scroll;
}

/*モーダル背景*/
.bkblack{
	display:none;/*初期は非表示*/
	background-color:rgba(0, 0, 0, .5);
	width: 100vw;
	height: 100vh;
	z-index: 100;
	position: absolute;
}
.bk_notice_store{
	top:0;
	left:0;
}

.btn_close_store{
	width:250px;
	color:#000;
	height:45px;
	line-height: 45px;
	border:1px solid #000;
	cursor: pointer;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
}
.btn_close_store:hover{
	color:#fff;
	background-color:#000;
}

.link_infolist{
	display: block;
	height: 40px;
	line-height: 40px;
	width:300px;
	text-align: right;
	color:#215d8b;
	position: relative;
}
.link_infolist:hover{
	text-decoration: underline;
}
.link_infolist:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #215d8b;
	border-right: 0;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left:calc(50% - 105px);
}

.btn_flex{
	width:555px;
	display: flex;
	justify-content:space-between;
	margin-left: 305px;
}

/*店舗管理画面 お知らせ詳細画面*/
.notice_ttl{
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:20px;
}

.notice_ttl h3{
	font-size:23px;
	margin-bottom: 10px;
	font-weight: bold;

}

.readcondition{
	display:inline-block;
	width:50px;
	text-align: center;
	color:#fff;
	height: 20px;
	line-height: 20px;
}

.text-body{
	line-height: 1.5em;
	font-size:16px;
	box-sizing: border-box;
	background-color: #fff;
	width: 100%;
	margin-bottom: 40px;
	padding:20px;
}

.btn_back_store{
	width:320px;
	display: block;
	height:45px;
	line-height: 45px;
	color:#000;
	margin-left: auto;
	margin-right: auto;
}
.btn_back_store:visited{
	color:#000;
}
.btn_back_store:hover{
	text-decoration: none;
	color:#fff;
	background-color: #000;
}

/*店舗管理画面 お知らせ一覧画面*/
.noticelist_tbl{

}
.noticelist_tbl thead tr{
	background-color: #83b4a4;
}
.noticelist_tbl thead th{
	color:#fff;
	font-weight: bold;
	padding:10px 20px;
}
.noticelist_tbl th.col1{
	width:200px;
}
.noticelist_tbl th.col2{
	width:80px;
}
.noticeread{/*未読と既読*/
	box-sizing: border-box;
	width:50px;
	height:20px;
	line-height: 20px;
	text-align: center;
	color:#fff;
}
.noticelist_tbl td{
	padding:20px;
}
.noticelist_tbl tbody tr:nth-child(even){
	background-color: #ebf5f2;
}

/*資料ダウンロード一覧*/
.newmark{
	display:inline-block;
	background-color:#f00;
	color:#fff;
	font-size:12px;
	height:18px;
	line-height: 18px;
	width:45px;
	text-align: center;
	margin-right:10px;
}
.filelist_tbl thead tr{
	background-color: #83b4a4;
}
.filelist_tbl thead th{
	color:#fff;
	font-weight: bold;
	padding:10px 20px;
}
.filelist_tbl th.col1{
	width:200px;
}
.filelist_tbl td{
	padding:20px;
}
.filelist_tbl tbody tr:nth-child(even){
	background-color: #ebf5f2;
}

/*サイドメニューのNEWマーク*/
.newmark_menu{
	display:inline-block;
	background-color:#f00;
	color:#fff;
	font-size:12px;
	height:18px;
	line-height: 18px;
	width:60px;
	text-align: center;
}

.invalidhtml{
	margin-top:10px;
	color:#FF0E0E;
	font-weight: 400;
}


.contacttbl__body{
	padding-top: 5px;
	padding-bottom: 40px;
	width: 100%;
	min-width: 750px;
}

.contacttbl__thead th{
	position:sticky;
	top:36px;
	background-color: #fff;
}
.contacttbl__thead th::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left: 0;
	border-bottom:1px solid #e1e1e1;
}

.contacttbl__table{
	border-collapse: separate;
}

/*取扱車種ページ設定　ここから*/
.setting_btnbox{
	width:130px;
	display:flex;
	justify-content: flex-end;
	margin-left:auto;
	margin-right: 0;
	margin-top:10px;
}
.setting_btnbox button:last-child{
	margin-left:8px;
}

/*テーブルのヘッダを画面上部に固定*/
.shopmodel__thead th{
	position:sticky;
	top:36px;
	background-color: #fff;
}
.shopmodel__thead th::after{
	content:"";
	width: 100%;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
}
.shopmodel__table{
	border-collapse: separate;
}
/*取扱車種ページ設定　ここまで*/


/*スルガ外国人向けオートローン対応*/
.p-suruga-specialblock{
	width: 100%;
	margin-top: 30px;
}

/*法人TOPスルガ銀行PRエリア本体*/
.p-suruga-specialbox{
	box-sizing: border-box;
	width: 100%;
	padding: 24px;
	margin-top: 24px;
	background: #fff;
	display: flex;
}
.p-suruga-bannerbox{
	width: 400px;
	margin-right: 24px;
	
	img{
		width: 100%;
		height: auto;
	}

	.p-suruga-linkbtn{
		width: calc(100% - 2px);
		height: 37px;
		display: grid;
		place-items: center;
		font-weight: 700;
		font-size: 14px;
		position: relative;
		background: #f87b00;
		border:1px solid #f87b00;
		border-radius: 2px;
		color:#fff;
		text-decoration: none;
		margin-top: 24px;
		transition: all 0.3s ease;

		&:hover{
			background: #fff;
			color: #f87b00;

			&::before{
				border-right: 1px solid #f87b00;
				border-bottom: 1px solid #f87b00;
			}
		}
		&::before{
			content: "";
			width: 9px;
			height: 9px;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			position: absolute;
			top:50%;
			right: 20px;
			transform:translateY(-50%) rotate(-45deg);
		}
	}
}
.p-suruga-textbox{
	width: calc(100% - 400px - 24px);
	font-size: 14px;

	.p-suruga-textboxup{
		line-height: 1.5;

	}
	.p-suruga-textbox-h4{
		font-size:14px;
		font-weight: 700;	
	}
	.p-suruga-textboxdown{
		box-sizing: border-box;
		margin-top: 10px;
		line-height: 1;
		width: 100%;
		padding: 16px;
		border:1px solid #e4e4e4;
		border-radius: 5px;

		li{
			&:nth-child(2){
				margin-top: 8px;
			}
			&:nth-child(3){
				margin-top: 11px;
			}
		}

	}
	.p-suruga-textbox-text{
		margin: 0;
	}
}

.u-suruga-fontbold{
	font-weight: 700;
	color: #f87b00;
}
.u-suruga-fonttel{
	font-weight: 700;
	font-size: 18px;
}
.u-suruga-fontmail{
	font-weight: 700;
	font-size:18px;
	color:#215d8b;
	text-decoration: underline;

	&:hover{
		opacity: 0.6;
	}
}


.c-prmark{
	display: inline-block;
	background-color: #f87b00;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	padding:1px;
	height: 14px;
	width: 30px;
	text-align: center;
	border-radius: 2px;
	font-weight: 400;
}

.u-mr8{
	margin-right: 8px;
}

.u-va-texttop{
	vertical-align: text-top;
}

/*モーダル*/
.surugaModal {
	display:none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;/*position:stickyの上に被せるため*/


	/*モーダル本体*/
  .modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1020px;
    height: 80%;
    max-height: 720px;
    border-radius: 10px;
    border: none;
		padding: 60px;
		padding-top: 80px;
		background:#fff;
		position: absolute;
		box-sizing: border-box;
		position: relative;
  }

	.modal__close {
		position: absolute;
		top: 20px;
		right: 20px;
		padding: 0;
		width: 44px;
		border-radius: 50%;
		overflow: hidden;
		background: #fff;
		border:none;
		cursor: pointer;
		img{
			width: 100%;
			height: auto;
		}

		&:hover{
			opacity: 0.6;
		}
	}

	/*modalheaderとbodyを包括。スクロールバーの対応位置*/
	.modal-head-bodybox{
		width: 900px;
		height: 100%;
		padding-right: 35px;
		overflow-y: scroll;
		overflow-x: hidden;
    &::-webkit-scrollbar {
      width: 4px;
    }
    &::-webkit-scrollbar-track {
      background-color: #EEEEEE;
    }
    &::-webkit-scrollbar-thumb {
      background-color: #ccc;
    }
	}

	.modal-header {
		box-sizing: border-box;
		.modal-header-sub{
			width: 100%;
			text-align: center;
			font-weight: 700;
			margin: 0;
		}
		.modal-title {
      padding: 0;
      font-size: 24px;
      font-weight: 700;
			margin-top: 16px;
			text-align: center;
    }

  }
  .modal-body {
		box-sizing: border-box;
    margin: 0 auto;
    padding: 0px;
    width: 100%;

		
		.p-modal-image {/*トップイメージ*/
			width: 100%;
			height: 200px;
			margin-top: 32px;
			text-align: center;
		}
		.p-modal-explain{
			width: 100%;
			font-size: 16px;
			line-height: 1.5;
			margin-top: 32px;
		}

		.p-modal-pointbox {/*ローンのポイント３点*/
			margin-top: 40px;
			width: 100%;
			border-bottom: 1px solid #000;

			h3{
				font-size: 18px;
				font-weight: 700;
				display:block;
				width:100%;
				position: relative;

				&::after{
					content:"";
					display:block;
					width: calc(100% - 520px);
					height:1px;
					background: #000;
					position:absolute;
					top:50%;
					right: 0;
				}
			}
		}

		.p-modal-pointlist {
			padding: 16px 32px;
			display: flex;
			flex-wrap: wrap;
			align-items: center;

			dt{
				span{
					font-size:18px;
					font-weight: 700;
					display: grid;
					place-items: center;
					width: 24px;
					height: 24px;
					border-radius: 4px;
					border:1px solid #000;
				}
				height:34px;
				margin-right: 8px;
				line-height: 1.5;
				display: flex;
				align-items: center;
			}
			dd{
				font-size:18px;
				font-weight: 700;
				width:calc(100% - 34px);
				height: 34px;
				display: flex;
				
				span{
					padding-top:10px;
				}
				.u-suruga-notes{
					font-size:12px;
					padding-top:5px;
				}
			}
		}

		.p-modal-pointremark {
			font-size:12px;
			display: flex;
			align-items: flex-start;
			margin-top: 16px;
			flex-wrap: wrap;

			dt{
				margin-right: 12px;
				line-height: 1.5;
			}
			dd{
				line-height: 1.5;
				width:calc(100% - 32px);
			}
		}
		
		.p-modal-contactbox {
			margin-top: 40px;
			padding: 24px 32px;
			background: #f5f5f5;

			h4{
				font-size:18px;
				font-weight: 700;
			}
			p{
				margin-top: 16px;
			}
		}

		.p-modal-contactlist {
			background: #fff;
			width: 100%;
			padding:16px 32px;
			border-radius: 4px;
			box-sizing: border-box;
			margin-top: 16px;
			li{
				&:nth-child(2){
					margin-top: 8px;
				}
				&:nth-child(3){
					margin-top: 11px;
				}
			}

		}
		
		.p-modal-linkbox{
			text-align: center;
		
			.p-modal-linkbtn{
				width: 500px;
				height: 50px;
				margin: 64px auto 0;
				display: grid;
				place-items: center;
				font-size: 14px;
				border-radius: 2px;
				border:2px solid #e4e4e4;
				text-decoration: none;
				color:#000;
				position: relative;
				transition: all 0.3s ease;
				
				&:hover{
					background: #f5f5f5;
				}

				&::before{
					content:"";
					width: 8px;
					height: 8px;
					border-right: 1px solid #000;
					border-bottom: 1px solid #000;
					position: absolute;
					top:50%;
					right: 20px;
					transform:translateY(-50%) rotate(-45deg);
				}
			}
			p{
				width: 100%;
				font-size: 12px;
				text-align: center;
				margin: 16px 0 0 0;
			}
		}
  }
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgb(0 0 0 / 30%);
}



