*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}


.fit {
	object-fit: cover;
}



body {
	color: #555;
	font-size: 13px;
	font-family: Meiryo,Sans-Serif;
	background-color: #fff;
}

.mono,
.monospace {
	font-family: monospace !important;
}

.ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a {
	color: blue;
	color: #e60f24;
	text-decoration: none;
}
a:hover {
	text-decoration: underline !important;
}

img.thumb {
	border: 1px solid #ccc;
}
div.imgwrap {
	display: inline-block;
	background-color: #eee;
}
div.imgwrap img {
	display: block;
}

table.base {
	border-collapse: collapse;
}
table.base th,
table.base td {
	font-weight: 400;
	border: 1px solid #ccc;
	padding: 10px;
	
	padding: 0;

	vertical-align: top;
}

table.nb > tbody > tr > th,
table.nb > tbody > tr > td {
	padding-left: 0;
	padding-right: 0;
	border: 0 !important;
}

table.ruler {
	margin-bottom: 2em;
}
table.ruler td {
	font-size: 9px;
	padding: 0 3px 0 0;
	color: #333;
	text-align: right;
	border: 1px solid #eee !important;
	border-right: 1px solid #555 !important;
}
table.ruler td:nth-child(1) {
	border-left: 1px solid #ccc !important;
}

table.tpd5  th, table.tpd5  td { padding:  5px 0 !important; }
table.tpd10 th, table.tpd10 td { padding: 10px 0 !important; }
table.tpd15 th, table.tpd15 td { padding: 15px 0 !important; }
table.tpd20 th, table.tpd20 td { padding: 20px 0 !important; }
table.tpd25 th, table.tpd25 td { padding: 25px 0 !important; }
table.tpd30 th, table.tpd30 td { padding: 30px 0 !important; }

table.mdt {
	margin-bottom: 5px;
	width: 100%;
}
table.mdt td {
	color: #999;
	background: linear-gradient(#fff,#eee);
	font-size: 12px;
	padding: 3px 20px 0;
	border-bottom: 1px solid #ddd !important;
}
table.mdt td.on {
	color: #333;
	background: #fff;
	border: 1px solid #ddd !important;
	border-bottom: 0 !important;
}

.border,
table.border th,
table.border td {
	border: 1px solid red !important;
}



#flashMessage,
.flashMessage {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	border: 0px solid #ccc;
	border-radius: 2px;
	padding: 0 3px;
	/*
	padding: 11px 16px;
	background-color: #ffcfd7;
	margin-bottom: 20px;
	*/
}

div#container {
	overflow: visible;
	margin-bottom:100px;
}


div#header {
	position: fixed;
	top: 0;
	left: 0;
	font-size: 10px;
	width:100%;
	z-index:1001;
	color: #333;
	background-color: #222;
	border-bottom: 1px solid #000;
	padding: 8px 11px 8px 11px;
	letter-spacing: 1px;
}

/*
 ------------------------------------------------------------------------
 menu 
 ------------------------------------------------------------------------
 */
div#menu {
	overflow-y: scroll;
}

div#menu,
div#menu-login {
	z-index: 1000;
	position: fixed;
	top: 30px; 
	left: 0;

	width: 200px;
	height: 100%;

	color: #333;
	background-color: #fff;

	padding: 0px 7px 10px 8px;
	text-align: left;
	border-right: 1px solid #ddd;
	box-shadow: 1px 0 2px 1px rgba(0,0,0,0.05);
}

div#menu div#logo,
div#menu-login div#logo {
	margin: 0 0 0 8px;
}
div#menu div#logo img,
div#menu-login div#logo img {
	width: 145px;
}
div#menu a.btn {
	display: block;
	color: #333;
	text-align: left;
	text-decoration: none;
	margin: 0 0 0px 0;
	background-color: #fff;
	padding: 7px 0 7px 12px;
	width: 100%;
	cursor: pointer;
	border-radius: 2px;
}
div#menu a.btn:hover {
	text-decoration: none !important;
	background: #eee url("../img/arr0.png?v2") no-repeat;
	background-position: 195px  13px;
	background-size: 11px 11px;
}
div#menu a.on {
	color: #222;
	background: #ddd url("../img/arr0.png?v2") no-repeat;
	background-position: 195px  13px;
	background-size: 11px 11px;
}
div#menu a.on:hover  {
	background-color: #ddd;
}

div#menu-login {
	box-shadow: inherit;
	border-right: 0;

	position: relative;
	margin: auto;
}
div#menu-login div#logo img{
	margin: 50px 0 10px 5px;
}




/*
 ------------------------------------------------------------------------
 content
 ------------------------------------------------------------------------
 */

div#content {
	position: absolute;
	background-color: #fff;
	top: 30px;
	left: 0;
	/*
	min-width: 1000px;
	max-width: 1500px;
	*/
	/*
	*/
	width: 1500px;
	min-height: 1000px;

	padding: 30px 0 100px 220px;
	color: #111;
	line-height: 1.5em;
}


div#content h1 {
	color: #333;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	border-left: 7px solid #444;
	/*
	border-left: 7px solid #e70020;
	*/
	padding: 10px 15px;
	margin-bottom: 20px;
	border-radius: 0 5px 5px 0;
}
div#content h2,
div#content h3,
div#content h4,
div#content h5 {
	font-weight: 400;
	margin-bottom: 1em;
	padding: 0 0 0.5em 0;
}
div#content h2 { font-size: 15px; }
div#content h3 { font-size: 14px; }
div#content h4 { font-size: 13px; }
div#content h5 { font-size: 12px; }

div#content div.page-about {
	color: #555;
	padding-left: 1px;
	margin: -7px 0 1.25em 0;
}

div.setumei {
	border: 1px solid #bbb;
	padding: 18px 18px;
	color: #555;
	line-height: 1.5em;
	margin: 1px 4px 30px 0;
	box-shadow: 0px 1px 2px 0 #ddd;
}
div.setumei h2 {
	font-size: 14px !important;
	margin-bottom: 0.5em !important;
}

table.tab {
	border-collapse: collapse;
	margin: 0 5px 15px 0;
	width: 100%;
}
table.tab td {
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #aaa !important;
	/*
	background: linear-gradient(#fff 95%, #eee 5%);
	*/
	background: linear-gradient(#fff,#eee);
}
table.tab td.on,
table.tab td.off {
	width: 110px;
}
table.tab td.on {
	color: #333;
	background: #fff;
	border-top: 5px solid #ec000c !important; 
	border-bottom: 0 !important;
	border-right: 1px solid #aaa !important; 
	border-left : 1px solid #aaa !important; 
}
table.tab td.off {
}
table.tab td.on  a,
table.tab td.off a {
	display: block;
	text-decoration: none;
	padding: 10px 0 5px;
	/*
	background-color: yellow;
	*/
}
table.tab td.on a {
	color: #555;
}
table.tab td.off a {
	color: #777;
}
table.tab td.off:hover a {
	color: #444;
	text-decoration: underline;
}
table.tab2 td {
	background: linear-gradient(#fff,#eee);
	padding: 0 !important;
}
table.tab2 td.on {
	border-top: 1px solid #bbb !important;
}
table.tab2 td.off {
	background-color: #eee;
}
table.tab3 td.on  { width: 125px; }
table.tab3 td.off { width: 125px; }


/*
 ----------------------------------------------------------------
 ----------------------------------------------------------------
 */
pre.pre {
	color: #555;
	font-size: 13px;
	line-height: 1.2em;
	padding: 10px;
	background-color: #adffac;
	background-color: #eee;
	margin: 1.5em 0;
	overflow-x: hidden;
}


/*
.sep {
	height: 1px;
	border-bottom: 1px solid #ccc;
	margin: 2em 0;
}
*/





div.sep-menu {
	color: #999;
	font: 13px sans-serif;
	text-align: left;
	margin: 1em 0 0 0;
}
div.sep-menu div.background {
	position: relative;
	z-index: 1;
}
div.sep-menu div.background:before {
	border-top: 1px solid #ccc;
	content:"";
	margin: 0 auto;
	position: absolute;
	top: 50%; left: 0; right: 0; bottom: 0;
	width: 90%;
	z-index: -1;
}
div.sep-menu div.background span { 
	background: #fff; 
	padding: 0 15px 0 12px; 
}
a.menu-logout {
	/*
	width: 190px !important;
	background-color: #eee !important;
	margin: 20px 0 0 10px !important;
	*/
}


.ls {
	letter-spacing: 1px;
}


.icons8 {
	width: 18px;
	vertical-align: middle;
	margin: 0 8px 1px 0;
}
.icons8m {
	width: 18px;
	vertical-align: middle;
	margin: 0 0 1px 0;
}

div#sidebar {
	width: 200px !important;
	min-height: 1000px;
	background-color:#fff;
}

div#side-submit {
	padding-top: 20px;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
}

ul#page-sidebar {
	margin: 0 20px 10px 0;
	padding: 10px 15px;
	width: 200px;
	background-color:#fff;
	border:1px solid #bbb;
	box-shadow: 0 1px 1px 0px rgba(0,0,0,0.07);
}
ul#page-sidebar li {
	list-style-type: none;
}
ul#page-sidebar li a {
	display: block;
	color: #555;
	background-color: #fff;
	padding: 5px 7px 4px ;
	border-radius: 2px;
	margin-bottom: 0px;
	cursor: pointer;
}
ul#page-sidebar  li a.on {
	color: #333;
	background-color: #ddd;
}
ul#page-sidebar  li a:hover {
	color: #333;
	text-decoration: none !important;
	background-color: #eee;
}


/*
*/
div#tabs ul {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
div#tabs ul li {
	list-style-type: none;
	display: inline-block;
	/*min-width: 140px;*/
	margin: 0;
	text-align: center;
	border-radius: 2px 2px 0 0;
	border-bottom: 1px solid #aaa;
	margin-right: -4px;
}
div#tabs ul li.ui-tabs-active  {
	border: 1px solid #aaa;	
	border-top: 5px solid #555;
	border-bottom: 0;
	background-color: #fff;
}
div#tabs ul li a {
	padding: 8px 10px;
	outline: 0;
	display: inline-block;
	color: #999;
}
div#tabs ul li.ui-tabs-active a {
	color: #333;
}
div#tabs ul li a input.txt {
	color: #999;
	padding: 3px;
	width: 125px !important;
	border: 1px solid #eee;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
div#tabs ul li.ui-tabs-active a input.txt {
	color: #333;
}
div#tabs div.tab-panel {
	padding-top: 25px;
	border-top: 0;
}
div.cbbox {
	padding: 10px;
	background-color: #eee;
}




div.flashbtn {
	margin: -8px 0 14px 0;
	color: #999;
}


a#logout {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	background-color:#333;
	display:block;
	text-align:center;
	margin-top: 2px;
	padding: 10px;
}
a#logout:hover {
	background-color: #e2001d;
}

div.lang_sw {
	margin-left: 10px;
	display: inline-block;
}
div.lang_sw span a {
	color: #ccc !important;
}
div.lang_sw span.on a {
	color: red !important;
}


a.pager_btn {
	display: inline-block;
	padding: 6px 12px;
	color: #fff;
	background-color: red;
	border-radius: 3px;
	box-shadow: 1px 2px 0 0 rgba(0,0,0,0.1);
	margin-right: 5px;
}
a.pager_btn.off {
	background-color: #ccc;
}
a.pager_btn.off:hover {
	text-decoration: none !important;
}

a.album_tab {
	width: 130px;
	margin: 0;
	display: inline-block;
	padding: 10px 0 5px;
	border-bottom: 1px solid #555;
	color: #ccc;
	text-align: center;
}
a.album_tab.on {
	border: 1px solid #555;
	border-top: 5px solid #555;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	color: #333;
}
