@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}


body {
	padding: 0px;
	margin: auto;
	text-align: center;
}

p, pre, h1, h2, h3, h4, h5{
	text-align: left;
	padding: 3px;
}

h1, h2, h3, h4, h5{
	padding-top: 10px;
}

p, pre{
	padding-left: 20px;
}

form{
/*	display: inline-block;*/
}

textarea{
	width: 300px;
	height: 100px;
}

.layout-outer{
	min-width: 320px;
	padding: 0px;
	margin: auto;
	text-align: center;
}
.layout-outer>.t{
	width: 100%;
}

.clear{
	clear: both;
}

.t {
	display: table;
	table-layout: fixed;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #f00;
	border-collapse:collapse;
	border-spacing: 0px;
	margin: auto;

}

.r {
	display:table-row;
	border: 0px solid #0f0;
}

.d {
	display: table-cell;
	border: 0px solid #00f;
	margin: 0px auto;
	padding: 0px;
	word-break: normal;
	text-align: center;
	vertical-align: top;
}

.h {
	display: table-cell;
	background-color: #D9D9D9;
	margin: 0px auto;
	padding: 3px;
	word-break: normal;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;

}



.show-table .t{
	margin-top: 10px;
	margin-bottom: 10px;
}

.show-table .h{
	font-weight: normal;
	border: 1px solid #666;
}

.show-table .d{
	text-align: left;
	padding: 1px 3px;
	border: 1px solid #666;
}

.error_message{
	font-size: 120%;
	color: #f00;
	padding: 20px 10px;
}

.error_message_detail pre{
	font-size: 80%;
	padding: 5px;
	color: #666;
}


.menu-active a{
	color: #fff;
}

.menu-deactive a{
	color: #fff;
	text-decoration: underline;
}

.menu-separator{
	width: 5px;
	min-width: 5px;
	max-width: 5px;
	padding: 0px;
	background-color: initial;
}

.menu-space a{
	background-color: #f00;
	color: #fff;
	padding: 5px 20px;
}


.menu-t{
	border-collapse: collapse;
	border-spacing: 0px;
	table-layout: fixed;
	width: 100%;
}


.menu-d{
	padding: 10px 0px;
	vertical-align: middle;
	position: relative;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 10px 10px 0px 0px;
}

.menu-d:hover{
	background-color: #ececec;
	color: #333;
}

.menu-depth-1 .menu-d{
	background-color: #0db5ff;
	color: #fff;
}

.menu-depth-2{
	background-color: #B7B7B7;
	padding-top: 5px;
}

.menu-t-depth-2{
	border-collapse: collapse;
	width: auto;
}

.menu-t-depth-2 .menu-d{
	padding: 5px 20px;
	color: #fff;
}

.menu-depth-3{
	background-color: #D9D9D9;
	padding-top: 5px;
}

.menu-t-depth-3{
	border-collapse: collapse;
	width: auto;
}

.menu-t-depth-3 .menu-d{
	padding: 5px 20px;
	color: #fff;
}



.menu-active{
	font-weight: normal;
	text-decoration: none;
	background-color: #3c3c3c;
}

.menu-depth-1 .menu-active{
	background-color: #3c3c3c;
}

.menu-active:hover{
	background-color: #ececec;
}













.pankuzu{
	text-align: left;
	padding: 2px 3px;
	margin: auto;
}

.pankuzu-el{

}

.pankuzu-el a{

}

.pankuzu-delimiter{

}

.pankuzu-current{
	text-decoration: none;
}

.paging-t{
	width: auto;
	display: inline-table;
}

.paging-d{
	padding: 5px 7px;
	font-size: 120%;
}

.paging-apostrophe{
	padding: 5px 3px;
}

.paging-d a{
	display: inline-block;
}

.paging-current{
	font-weight: bold;
}


@media screen and (max-width: 320px) {

	.page-no-len-3, .page-no-len-4, .page-no-len-5, .page-no-len-6, .page-no-len-7, .page-no-len-8, .page-no-len-9{
		transform: scale(0.9, 1.0);
		-webkit-transform: scale(0.9, 1.0);
		-moz-transform: scale(0.9, 1.0);
		letter-spacing: -2px;
		padding: 5px 5px;
	}
}



/***** dev ********/

.site_title{
	text-align: left;
}
.site_title a{
	font-size: 200%;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.linkbox{
	cursor: pointer;
}

.linkbox:hover{
	background-color: #ececec !important;
	color: #666 !important;
}

.linkbox:hover a{

}

.main-block{
	text-align: center;
	margin: auto;
}

.te-all *{
	font-size: 11px;
}

.te-all a{
	white-space: nowrap;
	line-height: 1.6;
}

.te-all{
/*	border: 1px solid #000;*/
	display: inline-block;
	padding: 5px;

}

.te-title{
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}

.te-submit-button{
	display: inline-block;
	padding: 2px 5px;
	border: 0px solid #fff;
	line-height: 1.6;
/*	width: 150px;
	padding: 9px;*/
/*	line-height: 2.0;*/
	border-radius: 3px;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	cursor: default;
}

.te-paging{
	text-align: left;
}

.te-error-win-outer{
	text-align: left;
	margin: 10px auto;
}

.te-error-win{
	text-align: left;
	display: block;
	border: 1px solid #fbb;
	background-color: #fee;
	color: #f00;
	padding: 10px;
	font-size: 12px;
	margin: auto;
	min-width: 300px;
	font-weight: bold;
}

.te-query-win-outer{
	text-align: left;
	margin: 10px auto;
	font-size: 12px;
}

.te-query-win{
	text-align: left;
	display: inline-block;
	border: 1px solid #bbb;
	background-color: #eee;
	color: #666;
	padding: 10px;
	margin: auto;
}

.te-query-ctrl{
	padding: 5px 10px 5px;
}

.te-menu-grp-outer{
	text-align: left;
	padding: 5px;
}

.te-menu-grp{
	display: block;
	vertical-align: middle;
}

.te-menu-grp-inner{
	display: inline-block;
	vertical-align: middle;
}

.te-menu-grp .where{
	display: inline-block;
	vertical-align: middle;
}

.te-menu-grp .order{
	display: inline-block;
	vertical-align: middle;
}

.te-table-outer{
	width: 100%;
	text-align: left;
}

.te-table-outer .t{
	margin: initial;
}

.te-table{
	width: 100px;
	max-width: 100%;
	table-layout: auto;

}

.te-filter{
	background-color: #efefff;
}

.te-filter .d{
	padding: 3px;
	text-align: left;
}

.te-filter .d input[type=text]{
	width: 100%;
	min-width: 72px;
	box-sizing: border-box;
	display: block;
}

.te-table .te-filter .d .te-filter-input{
	border: 3px solid #0db5ff;
}

.order_idx{
	padding: 0px 5px;
	line-height: 4ex;
	border-radius: 2ex;
	display: none;
	color: #fff;
	background-color: #0db5ff;
}


.te-table .h{
	font-size: 13px;
	word-break: normal;
	border: 1px solid #bbb;
	color: #fff;
	background-color: #333;
	font-weight: normal;
}

.te-table .d{
/*	font-size: 13px;*/
	border: 1px solid #bbb;
	padding: 1px 3px;
	word-break: normal;
/*	max-width: 480px;*/
/*	overflow: auto;*/
	text-align: left;
	line-height: 1.2;
}

.te-table .d textarea
, .te-table .d input[type=text]
, .te-table .d select
{
	border: 1px solid #cecece;
/*	background-color: #fff;*/
	margin: 1px auto;
}

.te-table .d input[type=reset]{
	border: 0px solid #cecece;
	background-color: transparent;
	text-decoration: underline;
	padding: 1px;
	margin: 1px;

}

.te-table .te-table-row:hover{
	background-color: #eee;
}

.te-table .te-table-row-new{
	background-color: #ff0;
}



.te-table .edited-row{
	background-color: #D9EAD3 !important;
}

.te-table .edited-col{
	border: 3px solid #6AA84F;
}



.te-table .error-row{
	background-color: #fcc !important;
}

.te-table .error-col{
	background-color: #fcc;
}

.te-table .d textarea{
	padding: 2px 3px;

}

.te-table .te-option{
	vertical-align: middle;
	text-align: center;
	padding: 3px;
}


.te-table-cell-h-alias{
	opacity: 0.5;
}

.te-table-cell-d-alias{
	opacity: 0.5;
}

.te-all input[type=button]{
	padding: 0px 5px;
}

.te-all input[type=checkbox]{
	width: 3ex;
	height: 3ex;
}

.toggle_te_col-closed{
	margin: 5px auto 5px;
	text-align: left;
	border: 1px solid #bbb;
	padding: 5px;
}

.toggle_te_col-closed a{
	display: inline-box;
	padding: 5px;
}




#lb-modal{
	display: none;
}

.lb-modal-inner{
	margin: 10px auto 10px auto;
	text-align: center;
	width: 100%;
	position: relative;

}

.lb-modal-inner{
	position: fixed;
	top: 15%;
	left: auto;
	border: 0px solid #000;
	margin: auto;
	z-index: 10000;
}

.lb-modal-contents{
	position: relative;
	text-align: center;
	background-color: #fff;
	max-width: 480px;
	margin: auto;
	padding: 10px 0px;
	border-radius: 3px;
}

.lb-modal-contents{
	z-index: 10000;
}


.lb-modal-contents-close{
	display: inline-block;
/*						font-weight: bold;*/
/*	font-size: 14px;*/
	text-align: center;
	padding: 5px 10px;
	margin: 5px auto 5px;
	color: #666;
	line-height: 1.0;
/*						background-color: #eee;*/
	border: 1px solid #bbb;
	border-radius: 3px;
	cursor: pointer;

}
.lb-modal-contents-close b{
/*	font-size: 30px;*/
}

.lb-modal-contents-body{
	margin: auto;
	padding: 10px 0px;
}
.lb-modal-contents-body{
	min-width: 300px;
/*	min-height: 200px;*/
}


.lb-modal-bg{
	display: none;
}

.lb-modal-bg{
	z-index: 9999;
	position: fixed;
	top: 0;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	display: block;
}

.image-preview-outer{
	padding: 0px 0px;
	position: relative;
	display: inline-block;
/*	min-width: 320px;*/
	max-width: 100%;
	box-sizing: border-box;
}

.image-preview-outer img{
	border: 1px solid #999;
}

.image-preview-outer .image-preview-close{
	position: absolute;
	display: block;
	right: 5px;
	bottom: 5px;
/*	background-color: #ececec;*/
	background-color: #999;
	border: 1px solid #fff;
	color: #fff;
	height: 20px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
	cursor: pointer;

}

