@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
	height:100%;
	min-height: 100%;
}
html.wait, html.wait * { cursor: wait !important; }
body
{
	position: relative;
	z-index: 0;

	font-family: 'Arial', 'メイリオ', Meiryo, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'sans-serif';
	font-size: 13px;
	line-height: 1.5;
	color: #333333;
	word-break: normal;
	word-wrap: break-word;
	height: 100%;
	min-height: 100%;
	min-width: 1200px;

	background-color: #999999;
}
body > #wrapper{
	height: auto;
}


img
{
	margin: 0;
	vertical-align: bottom;
}
.imgbox img
{
	width: 100%;
	height: auto;
}


#wrapper
{
	position: relative;
	z-index: 0;
	width: 1200px;
	margin: 0px auto;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	overflow-x: hidden;

	background-color: rgba(240,240,240,0.9);
}
#head
{
	width: 100%;
	height: 52px;
	padding: 10px;
	background-image: url(../image/head.png);
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
}
#logo
{
	display: inline-block;
	position: relative;
	z-index: 30;
	float: left;
	height: 32px;
	margin: 5px 10px;
}
#logininfo
{
	display: inline-block;
	position: relative;
	z-index: 30;
	float: left;
	margin: 0px 5px 0px 5px;
	font-size: 13px;
	line-height: 16px;
	color: #0075c2;
}
#logininfo .loginnm
{
	font-weight: bold;
	margin: 0px 3px;
}

.headbtns
{
	display: inline-block;
	position: relative;
	z-index: 30;
	float: right;
	height: 22px;
	width: 345px;
	margin: 10px 25px 0px 0px;

}
.helpbtn
{
	display: inline-block;
	height: 14px;
	width: 92px;
	padding: 4px;
	margin: 0px 5px;
	text-align: center;
	border: 1px solid #666666;
	border-radius: 4px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.25);

	/*For Old WebKit*/
	background: -webkit-linear-gradient( left, #FFFFFF 0%, #dadada 100% );
	/*For Modern Browser*/
	background: linear-gradient( to right, #FFFFFF 0%, #dadada 100% );
}
.helpbtn a
{
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	color: #3467b1 !important;
	text-decoration: none;
}
.menubtn
{
	display: inline-block;
	height: 14px;
	width: 92px;
	padding: 4px;
	margin: 0px 5px;
	text-align: center;
	border: 1px solid #666666;
	border-radius: 4px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.25);

	/*For Old WebKit*/
	background: -webkit-linear-gradient( left, #FFFFFF 0%, #dadada 100% );
	/*For Modern Browser*/
	background: linear-gradient( to right, #FFFFFF 0%, #dadada 100% );
}
.menubtn a
{
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	color: #3467b1 !important;
	text-decoration: none;
}
.logoutbtn
{
	display: inline-block;
	height: 14px;
	width: 92px;
	padding: 4px;
	margin: 0px 5px;
	text-align: center;
	border: 1px solid #666666;
	border-radius: 4px;
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.25);

	/*For Old WebKit*/
	background: -webkit-linear-gradient( left, #666666 0%, #333333 100% );
	/*For Modern Browser*/
	background: linear-gradient( to right, #666666 0%, #333333 100% );
}
.logoutbtn a
{
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF !important;
	text-decoration: none;
}
.helpbtn:hover,
.menubtn:hover,
.logoutbtn:hover
{
	opacity: 0.75;
}

.clear
{
	width: 0px;
	height: 0px;
	overflow: hidden;
	clear: both;
}

.blklink
{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.spacer
{
	width: 100%;
	height: 20px;
}
.footer
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: auto;
	padding: 0px;
}
.copyright
{
	font-size: 12px;
	color: #808080;
	text-align: center;
	margin: 0px auto;
}

/* 2017/12/15 (輕部) mod start */
/*
td A:active 	{color : #FF0000; text-decoration : none; font-family: "Arial", "Helvetica", "sans-serif";}
td A:link 		{color : #000000; text-decoration : none; font-family: "Arial", "Helvetica", "sans-serif";}
td A:visited 	{color : #000000; text-decoration : none; font-family: "Arial", "Helvetica", "sans-serif";}
td A:hover		{color : #FF0000; text-decoration : underline; font-family: "Arial", "Helvetica", "sans-serif";}
*/
td:not(.pagelink) A:active 	{color : #FF0000; text-decoration : none; font-family: "Arial", "Helvetica", "sans-serif";}
td:not(.pagelink) A:link 		{color : #000000; text-decoration : none; font-family: "Arial", "Helvetica", "sans-serif";}
td:not(.pagelink) A:visited 	{color : #000000; text-decoration : none; font-family: "Arial", "Helvetica", "sans-serif";}
td:not(.pagelink) A:hover		{color : #FF0000; text-decoration : underline; background-color : #43f9ed; font-family: "Arial", "Helvetica", "sans-serif";}
/* 2017/12/15 (輕部) mod end */

.void-top {
  margin: 4px 0px 0px 0px;
}
.void-bottom {
  margin: 0px 0px 4px 0px;
}

.button-radio input[type="radio"] {
  display:none;
}

.button-radio label {
  display:inline-block;
  color:#000000;
  background-color:#f0f0f0;
  padding: 1px 8px;
  border: 1px solid #808080;
}

.button-radio input[type="radio"]:checked + label {
  background-color:#A6F4FF;
}