@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	background-image: url(../images/bgc.png);
	background-repeat: repeat;
	}

img {
    image-rendering: -webkit-optimize-contrast;
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #FFF;
}
.text {
	clear: none;
	float: left;
	width: 860px;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.text p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 20px;
}


/*text  LINK*/

.text a {
	color: #C30; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.text a:visited {
	color: #C30;/*リンクの色*/
}

.text a:hover {
	color: #6C3; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

.summary {
	clear: none;
	float: left;
	width: 900px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	height: auto;
}
.summary dl {
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.summary dt {
	width: 180px;
	margin-right: 20px;
	height: auto;
	clear: none;
	float: left;
	font-size: 14px;
	margin-left: 20px;
}
.summary dd {
	width: 660px;
	height: auto;
	float: left;
	clear: none;
	font-size: 14px;
	line-height: 26px;
	margin-right: 20px;
}
.map {
	clear: none;
	float: left;
	height: 300px;
	width: 960px;
	background-color: #CCC;
}
#foot {
	font-size: 8px;
	color: #999;
	text-align: center;
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #add700;
	text-align: center;
	color: #FFF;
	font-size: 24px;

}
h2 {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

/*summary LINK*/

.summary a {
	color: #167F92; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.summary a:visited {
	color: #167F92;/*リンクの色*/
}

.summary a:hover {
	color: #C30; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/*font option*/
.t1 {
	color: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#footer {
	height: auto;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/sp_bg_g2.jpg);
	background-repeat: repeat;
	text-align: center;
	clear: none;
	float: left;
}

#footer p{
	font-size: 80%;
	color: #333;
	padding-left: 140px;
	text-align: left;
}

/*TABLE*/

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

table tr {
  background-color: #e6f2f5;
  padding: auto;
  border-bottom: 2px solid #fff;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
table th {
  font-size: 12px;
}
table thead tr{
  background-color: #167F92;
  color:#fff;
}
table tbody th {
    background: #78bbc7;
    color: #fff;
}
.txt{
   text-align: center;
   font-size: 12px;
}
.score{
  width: 210px;
  text-align: center;
  color: #c0c0c0;
  font-weight: bold;
  font-size: 12px;
}

.score-non{
  width: 210px;
  text-align: center;
  color: #c0c0c0;
  font-weight: bold;
  font-size: 12px;
}

.non{
	width: 155px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #167F92;
}

.match{
	width: 210px;
  	text-align: center;
	color: #c0c0c0;
	font-weight: bold;
	font-size: 12px;
}

  table {
    border: 0;
    width:900px
  }
  table th{
    background-color: #167F92;
    border-right: none;
  }
  table thead {
	
  }
  table tr {
    margin-bottom: 5px;
  }
  table td {
    border-bottom: 1px solid #bbb;
    font-size: .8em;
    text-align: right;
    padding: auto;
    border-right: none;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #fff;
}
.i-color {color: #167F92;}

.i-color_non {color: #c0c0c0;}