*
{
	list-style: none;
}


.clear
{
	clear:both;
}

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%;
    border: 1px solid #FF0000;
	border: none;
    margin: 0 auto;
	text-align: center;
}

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

.inner_box_left_mini
{
    width: 500px;
    border: 1px solid #FF0000;
	border: none;
    margin: 0 auto;
	text-align: left;
}

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

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: #00b76c;
	color: white;

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

}

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

a.button:hover {
    text-decoration: none;
    padding: 4px;
    border: gray 1px solid;
	background-color: #00e890;
	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: #00e890;
	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;
}
.box300
{
	width: 300px;
}

.box40p
{
	width: 40%;
}
.box70p
{
	width: 70%;
}
.box90p
{
	width: 90%;
}

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

.textSearch
{
    padding: 4px;
	width: 187px;
	height: 18px;
	margin-bottom: 10px;
}


h1
{
    font-size: 120%;
    line-height: 100%;
	border-bottom: 1px dotted #000001;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2,
h3
{
    font-size: 100%;
    line-height: 100%;
}

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

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

.search_box
{
	padding: 10px;
    margin: 0 auto 5px auto;
	width:290px;
	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;
}

.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: #00b76c;
	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: #00b76c;
	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: #00b76c;
	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;
}

.list-item {
  position: relative;
  padding-left: 10px;
}
.list-item:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #4fee16;
}

#file_01,#mask_file_01,#file_02,#mask_file_02{
	display:none;
}
.file_mask span{
	display:block;
	background-image:url(../image/paper2.png);
	background-position:left top;
	height:100px;
	width:100px;
	cursor:pointer;
}
.file_mask span:hover{
	background-position:left bottom;
}
}