body {
	text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	margin: 0!important;
}

INPUT	{ border:1 solid #000000; background-color: #f0f0f0; color: #000000; }
SELECT	{ border:1 solid #000000; background-color: #f0f0f0; color: #000000; }
TEXTAREA{ border:1 solid #000000; background-color: #f0f0f0; color: #000000; }
 
TD		{ font-size: 1em; color: black;}


#container{
	width : 100%;
	margin: 0 auto;
}

#top {
	margin-bottom: 10px;
	background-color: #3d3d3d;
	color: white;
	font-family: Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	height: 2em;
	line-height: 2em;
}

#contentsWrapper {
	clear: both;
	width: 100%;
}

#content {
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
}

#content .title {
	width: auto;
	height: 1.5em;
	background-color: #3d3d3d;
	font-size: 1.0em;
	font-weight: bold;
	color: white;
	padding-left: 10px;
}

#content .title A:link		{ text-decoration: none; color: white; }
#content .title A:visited	{ text-decoration: none; color: white; }
#content .title A:hover		{ text-decoration: none; color: white; }

#content .title .right {
	position: relative;
	float: right;
	margin-right: 10px;
	text-align: right;
	width: 50%;
	font-size: 0.875em;
}

.page_nav {
	height: 30px;
	background-color: #3d3d3d;
	font-size: 1.0em;
	color: white;
	margin-top: 10px;
	display: flex;
}

.page_nav A:link		{ text-decoration: none; color: white; }
.page_nav A:visited		{ text-decoration: none; color: white; }
.page_nav A:hover		{ text-decoration: none; color: white; }

.page_nav .left {
	line-height: 30px;
	float: left;
	padding-left: 10px;
	flex-basis: 140px;
}
.page_nav .center {
	line-height: 30px;
	float: left;
	text-align: center;
	flex: 1;
}
.page_nav .right {
	line-height: 30px;
	float: right;
	padding-right: 10px;
	text-align: right;
	flex-basis: 140px;
}

#bottom {
	clear: both;
	width: 100%;
	height: 42px;
	margin: 10 0 5px;
	text-align: center;
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}



table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}

table.type01 th {
	width: 150px;
	padding: 5 0 10 10px;
	vertical-align: top;
	font-weight: normal;
	font-size: 13px;
}
table.type01 td {
	padding: 5 0 10 10px;
	vertical-align: top;
}


.list_over	{ background-color:#F0F0F0; }
.list_out	{ background-color:#FFFFFF; }


.space20 {
	clear: both;
	height: 20px;
}

.article {
	margin-bottom: 30px;
}

.article img {
	max-width: 50%;
}

.article a {
	text-decoration: none;
}

.article_header {
	text-decoration: none;
	font-weight: 900;
	font-size: 1.2em;
}
.article_header a {
	color: #353535;
}

.article_subHeader {
	font-size: 0.8em;
	line-height: 1.7em;
	margin-top: 3px;
	margin-bottom: 10px;
}
.article_subHeader a {
	color: #696969;
}

.article_contents {
	font-size: 0.875em;
	font-weight: 400;
}
.article_contents a {
	color: #353535;
}

.article_comment {
	background-color: #EEE;
	margin-bottom: 10px;
}
.comment_title {
	font-size: 0.8em;
	margin-bottom: 3px;
}

.comment_comment {
	font-size: 0.875em;
}


.white A:link		{ text-decoration: none; color: white; }
.white A:visited	{ text-decoration: none; color: white; }
.white A:hover		{ text-decoration: none; color: white; }

.toggle-text {
	position: absolute;
	right: 0;
	height: 22px;
	width: 28px;
	margin-top: 8px;
	margin-right: 10px;
}
.toggle-text span {
	display: block;
	position: absolute;
	height: 2px;
	width: 25px;
	background: #ffffff;
	border-radius: 19px;
	opacity: 1;
	left: 0;
}

.toggle-text span:nth-child(2)  {
	top: 9px;
}
.toggle-text span:nth-child(3)  {
	top: 18px;
}

.close_menu {
	font-size: 12px;
	background: rgba(0,0,0,0.25);
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px;
	border-radius: 100px;
	line-height: 8px;
	margin: 6px;
	left: 191px;
	color: #fff;
}

.close_menu a {
	text-decoration: none;
	color: #fff;
}


/* slideout */
.slideout-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 256px;
	min-height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none;
}

.slideout-menu-left {
	left: 0;
}

.slideout-menu-right {
	right: 0;
}

.slideout-panel {
	position: relative;
	z-index: 1;
	will-change: transform;
	background-color: #FFF;
	min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}


#menu {
	background-color: #eeeeee;
	list-style: none;
}

#menu ul {
	list-style: none;
	padding: 10 0 0 0px;
	margin: 0px;
	line-height: 1.75em;
}
#menu ul li {
	padding-left: 20px;
	height: 1.75em;
	font-size: 1.0em;
}

#menu ul li a {
	text-decoration: none;
	color: #000;
}

#menu ul li#title{
	padding-left: 10px;
	background-color: #3d3d3d;
	height: 1.75em;
	color: white;
}


.bcard {
	margin-bottom: 2px;
}
.bcard img {
	max-width: 100%;
}
.bcard_desc {
	margin-top: 3px;
	margin-bottom: 15px;
}

.input_title {
	margin-top: 10px;
	margin-bottom: 2px;
}
.input_box {
	margin-top: 2px;
	margin-bottom: 2px;
}

/* old style */

.body_bg_tr{background-color: #e8e8e8;}
.body_text{font-size: 13px; color: black;}
.body_stext{font-size: 11px; color: black;}
.body_text_nounder{font-size: 13px; color: black; text-decoration: none;}
.body_stext_nounder{font-size: 11px; color: black; text-decoration: none;}
.subtitle_text{font-family: sans-serif; font-size: 13px; font-weight: bold; text-decoration: none; visited: #000000;}
