
.help {
	color: #777;
	line-height: 1.3em;
	margin: 8px 0 8px 0px;
	border-left: 5px solid #c00e20;
	border-left: 7px solid #ccc;
	padding: 3px 0 2px 12px;
}
.help ul li {
	list-style-type: none;
	line-height: 1.5em;
}


select {
	border: 1px solid #ccc;
	font-size: 13px;
	height: 2.3em;
	min-width: 75px;
	/*
	-webkit-appearance: button;
	appearance: button;
	width: 200px;
	*/
}

input[type='text'],
input[type='password'],
textarea {
	font-size: 13px;
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, Arial, sans-serif;
	line-height: 1.3em;
	background-color: #fffbe6;
	background-color: rgba(0,0,0,0.01);
	border: 1px solid #ccc;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	padding: 5px 5px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
input[type='text']:focus,
textarea:focus {
	border: 1px solid red !important;
	background-color: #fff;
}
:placeholder-shown { color: red; }

::-webkit-input-placeholder { color: #ddd; } /* Google Chrome, Safari, Opera 15+, Android, iOS */
:-moz-placeholder           { color: #ddd; opacity: 1; } /* Firefox 18- */
::-moz-placeholder          { color: #ddd; opacity: 1; } /* Firefox 19+ */
:-ms-input-placeholder      { color: #ddd; }             /* IE 10+ */

textarea {
	min-height: 3em !important;
}

.alttxt {
	color: #555;
	border: 1px solid #ddd;
	box-shadow: 0 0 0 0 !important;
	background: #f0ecdd !important;
	margin-top: -1px;
}
.alttxt.dark {
	color: #fff !important;
	background: #111 !important;
}

div.overlay {
	position: absolute;
	width: 1000px;
	top: 80px;
	color: #fff;
	text-shadow: 
		 2px 2px 0 #000,
		-2px  2px 0 #000,
		 2px -2px 0 #000,
		-2px -2px 0 #000;
}
div.overlay .layer1 {
	font-size: 20px;
}
div.overlay .layer2 {
	font-size: 18px;
	line-height: 32px;
	margin-top: 41px;
}




.button {
	min-width: 130px;
	margin: 0 0 1.5em 0;
	font-size:13px;
	font-family:arial, helvetica, sans-serif;
	padding: 5px 15px 5px;
	text-decoration:none; 
	display:inline-block;
	font-weight:400; 

	color: #fff;
	background: linear-gradient(#444,#222);
	border:0;
	height: 32px;
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
	border-radius: 2px;
}
.button:hover {
	background: linear-gradient(#555,#222);
}

.button2 {
	background: linear-gradient(#e5001d,#e2001d) !important;
}
.button2:hover {
	background: linear-gradient(#e92430,#e5001d) !important;
}



/*
.button {
color: rgba(255,255,255,1);
border:0px solid #8A66F4;
-webkit-box-shadow: #cccccc 1px 1px 2px;
   -moz-box-shadow: #cccccc 1px 1px 2px; 
        box-shadow: #cccccc 1px 1px 2px; 
-webkit-border-radius: 2px; 
   -moz-border-radius: 2px;
        border-radius: 2px;
font-size:13px;
font-family:arial, helvetica, sans-serif;
padding: 6px 6px;
text-decoration:none; 
display:inline-block;
font-weight:400; 
background-color: #F80202; background-image: -webkit-gradient(linear, left top, left bottom, from(#F80202), to(#AD3724));
background-image: -webkit-linear-gradient(top, #F80202, #AD3724);
background-image: -moz-linear-gradient(top, #F80202, #AD3724);
background-image: -ms-linear-gradient(top, #F80202, #AD3724);
background-image: -o-linear-gradient(top, #F80202, #AD3724);
background-image: linear-gradient(to bottom, #F80202, #AD3724);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F80202, endColorstr=#AD3724);
}

.button:hover{
color: #fff;
background-color: #FF0808; background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0808), to(#870404));
background-image: -webkit-linear-gradient(top, #FF0808, #870404);
background-image: -moz-linear-gradient(top, #FF0808, #870404);
background-image: -ms-linear-gradient(top, #FF0808, #870404);
background-image: -o-linear-gradient(top, #FF0808, #870404);
background-image: linear-gradient(to bottom, #FF0808, #870404);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF0808, endColorstr=#870404);
}
*/

div.waku {
	overflow: hidden !important;
}
div.waku img {
	/*
	border: 1px solid #ccc;
	*/
}
div.imgframe {
	border: 1px solid #ccc;
	margin-bottom: 4px;
}


pre.cake-error {
	font-family: monospace;
	margin: 0 0 5px 0;
	color: #555;
	background-color: #cfffcb;
	padding: 8px;
}
pre.cake-error a {
	color: #555;
}



div.error-message {
	color: red;
	font-weight: 700;
	margin: 5px 2px 1em;
}



div.sep {
	color: #666;
	font: 13px sans-serif;
	text-align: center;
	margin: 1em 0;
	width: 910px;
}
div.sep div.background {
	position: relative;
	z-index: 1;
}
div.sep div.background:before {
	border-top: 1px dashed #333;
	content:"";
	margin: 0 auto;
	position: absolute;
	top: 50%; left: 0; right: 0; bottom: 0;
	width: 100%;
	z-index: -1;
}
div.sep div.background span { 
	background: #fff; 
	padding: 0 15px 0 12px; 
}

table.excel th,
table.excel td {
	background-color: #fff;
	border: 1px solid #ccc !important;
	padding: 4px 4px 0px 4px;
	padding: 5px 5px 0px 5px;
}
table.excel td textarea {
	/*
	border: 0;
	background-color: #fff !important;
	width: 165px;
	*/
	margin-bottom: 0 !important;
	box-shadow: 0 0 0 0;
}
table.excel tr td:nth-child(1) textarea { width: 165px; }
table.excel tr td:nth-child(2) textarea { width: 165px; }

/*
table#TopData04 tr td textarea              { width: 300px; }
table#TopData03 tr td:nth-child(2) textarea { width: 600px; }

table#FacilityData02 tr td textarea           { width: 300px; }
table#FacilityData03 tr td textarea           { width: 220px; }
table#AboutData03 tr td:nth-child(2) textarea { width: 500px; }
*/

div#ctrl_area {
	border: 0px solid red;
}
div#form_area {
	/*
	float: left;
	margin-right: 30px;
	*/
}
div#navi_area {
	text-align: right;
	margin-top: 50px;
	border-top: 1px dashed #ccc;
}
div#navibar {
	display: inline-block;
	background-color: #eee;
	width: 200px !important;
	margin: 25px auto;
	text-align: center;
	padding: 30px 0 15px;
	border-radius: 2px;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.05);
}


h1.idx,
h2.idx,
h3.idx,
h4.idx {
	letter-spacing: 1px;
	font-size: 17px !important;
	border-left: 5px solid #222;
	padding: 10px 5px 10px 13px !important;
	margin: 0 0 1em 1px !important;
}
h3.idx {
	font-size: 14px !important;
	padding: 8px 5px 8px 13px !important;
	border-left: 5px solid #222;
	margin-left: 2px;
}
h4.idx {
	font-size: 13px !important;
	padding: 3px 5px 3px 13px !important;
	border-left: 5px solid #222;
	margin-left: 2px;
}

h1.idx span,
h2.idx span,
h3.idx span,
h4.idx span {
	color: red;
}



.lineup_panel {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.05);
}
.lineup_panel div.label {
	font-size: 12px;
	padding: 4px 7px 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	border-left: 5px solid #333;
	margin: 8px;
}

table.lineup-bbs {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.04);
}
table.lineup-bbs th,
table.lineup-bbs td {
	color: #555;
	padding: 10px;
}
table.lineup-bbs td a {
	text-decoration: none;
}
table.lineup-bbs th {
	text-align: left;
	color: #555;
	background-color: #eee;
}
table.lineup-bbs td.sep-year {
	padding: 5px 12px 4px;

	color: #333 !important;
	background-color: #ddd !important;
	/*
	color: #fff !important;
	background-color: #333 !important;
	border-left: 1px solid 333 !important;
	border-right: 1px solid 333 !important;
	*/
}
table.lineup-bbs tr:nth-child(even)
{
	/*background-color: #f4f4f4;*/
}
div.lineup-date-reserved {
	font-weight: 700;
	color: #fff;
	background-color: #e4000d;
	text-align: center;
	padding: 4px 3px 3px;
	border-radius: 2px;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
}
div.lineup-entry-title {
	font-size: 14px;
	border-left: 5px solid #333;
	padding: 5px 5px 5px 10px;
	margin: 2px 0 1.5em 0;
}


table.stockt {
	width: 100%;
	/*
	box-shadow:0 1px 0 0 rgba(0,0,0,0.1);
	*/
}
table.stockt td {
	border: 0;
	padding-left:0; 
}
table.stockt td.bar {
	color: #666;
	/*
	background: linear-gradient(#fefefe,#eee);
	*/
}
table.stockt td.canvs {
	padding: 1px;
	background-color:#fefefe;
	/*
	box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	*/
}
table.stockt td.canvs_open {
	/*
	padding: 20px 20px 0 20px;
	*/
	padding: 0 10px 5px 0;

	background-color: #fff;
}
table.stockt td.bar:hover {
	color: #333;
	background:#fff;
}

.stthm {
	position: relative;
	float: left;
	margin: 0 15px 15px 0;
	background-color: #fff;
	border: 1px solid #bbb;
}
.stthm div.gnm {
	/*
	*/
	position: absolute;
	top:0;
	left:0;
	
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	background-color: #000;
	border-right:  1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 0px 3px;
}
.stthm img.im {
	display: block;
	width: 120px;
	height: 80px;
	/*
	width: 130px;
	height: 97px;
	*/
	object-fit: cover;
}
/*
.stthm .img {
	width: 170px;
	height: 114px;
	background-size: contain;
	object-fit: cover;
}
.stthm .img img {
	width: 170px;
	height: 114px;
}
*/

span.btnlabel {
	text-align: center;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 0 4px;

	color: #fff;
	background-color: #111;
}


table.formobj_table {
	border-collapse: collapse;
	background-color: #fff;
	margin-bottom: 1em;

}
table.formobj_table th,
table.formobj_table td {
	border: 1px solid #ccc !important;
	padding: 0.5em;
	text-align: left;
}
table.formobj_table th {
	background-color: #eee !important;
}

table.mail_t {
	margin-bottom: 1em;
}
table.mail_t th,
table.mail_t td {
	padding: 8px 10px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
	/**/
}
table.mail_t th {
	padding: 10px;
	background-color: #eee;
}
table.mail_t.lst th,
table.mail_t.lst td {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
table.mail_t.lst tr:nth-child(even) {
	background-color: #f6f6fc;
}

table.meta_t th,
table.meta_t td {
	color: #777;
	font-size: 12px;
	text-align: left;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	padding: 5px;
	background-color: #eee;
}
table.meta_t th {
	background-color: #ddd;
}


a.btn {
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
	background-color: #ee5250;
	border-radius: 30px;	
}
a.btn2 {
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}
a.btn3 {
	background-color: #333 !important;
}

.smtbtn {
	font-size: 13px;
	color: #fff;
	background-color: #333;
	padding: 10px;

}

a.albtn {
	font-size: 12px;
	color: #888;
	background-color: #ccc;
	padding: 3px 6px;
	border-radius: 4px;
	margin-right: 5px;
}


.smtarea {
	border: 1px dashed #ddd;
	padding-right: 30px;
	margin-bottom: 30px;
	background-color: #efefef;
	text-align: right;
}

span.mrc-label {
	color:#111;
	background-color:#ccc;
	padding:8px;
	display:inline-block;
	margin-bottom:5px
}


div.tagarea {
	border: 1px solid #aaa;
	padding: 15px;
	background: #f9f5e6;
	font-size: 14px;
}
div.tagarea div.tagcat {
	padding: 10px;
	background: #dfdcce;
}
div.tagarea div.tags {
	padding: 10px;
}
div.tagarea div.tags div.t {
	min-width: 80px;
	display: inline-block;
	margin-bottom: 0.5em;
}
