<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
	list-style: none;
}

body
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family:'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',sans-serif;
}


.outer_box
{
    width: 100%;
    border: 1px solid #000000;
	border: none;
}

.inner_box_center
{
    width: 90%;
	max-width: 800px;
    border: 1px solid #FF0000;
	border: none;
    margin: 0 auto;
	text-align: center;
}

.inner_box_left
{
    width: 90%;
	max-width: 800px;
    border: 1px solid #FF0000;
	border: none;
    margin: 0 auto;
	text-align: left;
}
.inner_box_right
{
    width: 90%;
	max-width: 800px;
    border: 1px solid #FF0000;
	border: none;
    margin: 0 auto;
	text-align: right;
}

.kanri_message
{
	width: 500px;
	margin: 5px auto;
	padding: 20px 20px;
	font-size: 12px;
	background-color:#ccecf4;
	border:solid 2px #7fcfe2; 
	border-radius: 100px 25px 50px 50px / 50px 25px 50px 25px;
}
.kanri_message .date
{
	font-size:10px;
	color: blue;
}
.new_message
{
	width: 500px;
	margin: 5px auto;
	padding: 1px 20px;
	font-size: 12px;
	background-color:#f4f4cc;
	border:solid 2px #7fcfe2; 
	border-radius: 5px;
}

a.button {
	display: block;
	height: 20px;
	text-align:center;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}

a.button:link {
    text-decoration: none;
    padding: 4px;
    border: gray 1px solid;
	background-color: #006cb7;
	color: white;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0090e8', endColorstr = '#006cb7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0090e8', endColorstr = '#006cb7')";
	background-image: -moz-linear-gradient(top, #0090e8, #006cb7);
	background-image: -ms-linear-gradient(top, #0090e8, #006cb7);
	background-image: -o-linear-gradient(top, #0090e8, #006cb7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0090e8), to(#006cb7));
	background-image: -webkit-linear-gradient(top, #0090e8, #006cb7);
	background-image: linear-gradient(top, #0090e8, #006cb7);

}

a.button:visited {
    text-decoration: none;
    padding: 4px;
    border: gray 1px solid;
	background-color: #006cb7;
	color: white;
}

a.button:hover {
    text-decoration: none;
    padding: 4px;
    border: gray 1px solid;
	background-color: #0090e8;
	color: white;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00c0ff', endColorstr = '#0080d0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#00c0ff', endColorstr = '#0080d0')";
	background-image: -moz-linear-gradient(top, #00c0ff, #0080d0);
	background-image: -ms-linear-gradient(top, #00c0ff, #0080d0);
	background-image: -o-linear-gradient(top, #00c0ff, #0080d0);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#00c0ff), to(#0080d0));
	background-image: -webkit-linear-gradient(top, #00c0ff, #0080d0);
	background-image: linear-gradient(top, #00c0ff, #0080d0);

}


a.button:active {
    text-decoration: none;
    padding: 4px;
    border: black 2px solid;
	background-color: #0090e8;
	color: white;
}

a.button2 {
	display: block;
	height: 20px;
	text-align:center;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}

a.button2:link {
    text-decoration: none;
    padding: 4px;
    border: gray 1px solid;
	background-color: #f20dc4;
	color: white;
}

a.button2:visited {
    text-decoration: none;
    padding: 4px;
    border: gray 1px solid;
	background-color: #f20dc4;
	color: white;
}

a.button2:hover {
    text-decoration: none;
    padding: 4px;
    border: gray 1px solid;
	background-color: #f27fc4;
	color: white;
}


a.button2:active {
    text-decoration: none;
    padding: 4px;
    border: black 2px solid;
	background-color: #f27fc4;
	color: white;
}


.box80
{
	width: 80px;
}

.box120
{
	width: 120px;
}
.box180
{
	width: 180px;
}
.box40p
{
	width: 40%;
}
.box70p
{
	width: 70%;
}
.box90p
{
	width: 90%;
}

.text180
{
    padding: 4px;
	width: 180px;
	height: 20px;
	margin-bottom: 10px;
}

.textSearch
{
    padding: 4px;
	width: 152px;
	height: 20px;
	margin-bottom: 10px;
}


h1
{
    font-size: 120%;
    line-height: 100%;
}
h2,
h3
{
    font-size: 100%;
    line-height: 100%;
}

.search_head
{
	display: block;
	padding: 0 10px 0 10px;
    margin: 5px auto 0 auto;
	width:165px;
	height: 40px;
	font-weight:bold;
	color:white;
	background-color: #006cb7;
	border-style: solid solid none solid;
	border-color: gray black black gray;
	border-width: 1px 2px 2px 1px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0090e8', endColorstr = '#006cb7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#0090e8', endColorstr = '#006cb7')";
	background-image: -moz-linear-gradient(top, #0090e8, #006cb7);
	background-image: -ms-linear-gradient(top, #0090e8, #006cb7);
	background-image: -o-linear-gradient(top, #0090e8, #006cb7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#0090e8), to(#006cb7));
	background-image: -webkit-linear-gradient(top, #0090e8, #006cb7);
	background-image: linear-gradient(top, #0090e8, #006cb7);
}

.search_box
{
	padding: 10px;
    margin: 0 auto 5px auto;
	width:165px;
	background-color: #white;
	border-style: solid;
	border-color: gray black black gray;
	border-width: 1px 2px 2px 1px;
}

.info_box_dadius
{
	position: relative;
	vertical-align: middle;
	border-width: 2px;
	border-color: #f20dc4;
	border-style: solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* IE 6 */
* html div.info_box_dadius div {
    display: inline;
    zoom: 1;
}

/* IE 7 */
*:first-child+html div.info_box_dadius div {
    display: inline;
    zoom: 1;
}

/*\*//*/
* html div.info_box_dadius div {
    display: inline-block;
}
/**/


.table_result
{
	width: 100%;
	border: 1px #d3d3d3 solid;
	border-collapse: collapse;
	font-size:12px;
	margin: 0 auto;
}
.table_result tr
{
	height: 40px;
	padding: 0;
	border: 1px #d3d3d3 solid;
}
.table_result td
{
	padding-left: 6px;
	border: 1px #d3d3d3 solid;
	text-align:center;
}
.table_result th
{
	background-color: #006cb7;
	border: 1px #d3d3d3 solid;
	color: #ffffff;
	text-align: center;
}
.table_result .table_cell_light
{
	background-color: #ffffff;
}
.table_result .table_cell_dark
{
	background-color: #eeeeef;
}
.table_result .table_cell_target
{
	font-weight:bold;
	color:red;
	background-color: #ffeeee;
	border-width:2px;
	border-color:blue;
}

.tr_light
{
	text-align: center;
	background-color: #f0fff0;
}
.tr_dark
{
	text-align: center;
	background-color: #f0f0ff;
}

.current
{
	background-color: blue;
}

.error_message
{
	color:red;
	font-weight:bold;
}

.table_teaminfo
{
	width: 100%;
	border: 1px #d3d3d3 solid;
	border-collapse: collapse;
	font-size:12px;
	margin: 0 auto;
}
.table_teaminfo tr
{
	height: 40px;
	padding: 0;
	border: 1px #d3d3d3 solid;
}
.table_teaminfo th
{
	background-color: #006cb7;
	border: 1px #d3d3d3 solid;
	color: #ffffff;
	text-align: center;
}

.table_teaminfo td
{
	padding-left: 6px;
	border: 1px #d3d3d3 solid;
	text-align:center;
}

ul.pager {
      margin: 10px;
}
ul.pager li {
      float: left;
      margin-right: 5px;
      border: 1px #3366FF solid;
      font-weight: bold;
}
ul.pager li.prev,
ul.pager li.next {
      border: none;
}
ul.pager li a {
      position: relative;
      display: block;
      padding: 3px 8px;
      color: #3366FF;
}
ul.pager li a:link,
ul.pager li a:visited {
      text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
      background-color: #AADDFF;
      text-decoration: none;
}
ul.pager li em {
      display: block;
      padding: 3px 8px;
      background: #3366FF;
      color: #FFFFFF;
}
ul.pager li.disable {
      position: relative;
      display: block;
      padding: 3px 8px;
      color: white;
      background: gray;
}

#social {
    display: inline;
    list-style: none;
}
#social li {
    float: left;
    display: block;
    vertical-align: middle;
}
.hatena {
    padding-right: 10px;
}

iframe.twitter-share-button {
	width: 85px!important;
}

.table_regist
{
	width: 100%;
	border: 1px #d3d3d3 solid;
	border-collapse: collapse;
	font-size:12px;
	margin: 0 auto;
}
.table_regist tr
{
	height: 16px;
	padding: 0;
	border: 1px #d3d3d3 solid;
}
.table_regist td
{
	padding-left: 6px;
	border: 1px #d3d3d3 solid;
	text-align:center;
}
.table_regist th
{
	background-color: #006cb7;
	border: 1px #d3d3d3 solid;
	color: #ffffff;
	text-align: center;
}
.table_regist .table_cell_light
{
	background-color: #ffffff;
}
.table_regist .table_cell_dark
{
	background-color: #eeeeef;
}
.table_regist .table_cell_target
{
	font-weight:bold;
	color:red;
	background-color: #ffeeee;
	border-width:2px;
	border-color:blue;
}
</pre></body></html>