@charset "utf-8";

/*???ﾊ*/

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}
#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*マンスリーページ*/


/*タイトル*/

#monthly .titlephoto{
	margin-bottom:30px;
}



/*テキストグループ*/
#monthly #text .subtitle{
	font-size:23px;
	text-align:center;
	margin-bottom:10px;
	color:#008d7e;
	font-weight:bold;
}

#monthly #text .lasttext{
	margin-bottom:40px;
}

#monthly #text span{
	color:#469726;
	font-weight:bold;
}
/*グラフ*/
#monthly #graphgroup .graphtitle{
	text-align:center;
}
#monthly #graphgroup .graphtitle1{
	color:#000000;
	font-size:20px;
	background-color:#fedb3c;
	font-weight:bold;
	padding: 0 8px;
}
#monthly #graphgroup .graphtitle2{
	color:#00a897;
	font-size:20px;
	font-weight:bold;
	padding: 0 8px;
}

#monthly #graphgroup .photo{
	margin-bottom:30px;
	
}

/*テーブル*/
#monthly table th{
	background-color:#c8e6e0;
	text-align:center;
    padding: 3px;
}


#monthly table td {
    text-align:center;
    padding: 3px;
}
/*賞金テーブル*/
#monthly #moneytable{
	height:308px;
	margin-bottom:40px;
}
#monthly #moneytable caption{
	color:#00a897;
	font-size:20px;
	font-weight:bold;
	
}
#monthly #moneytable caption span{
	display:inline-block;
	margin-top:5px;
	color:#4c5159;
	font-size:16px;
	font-weight:normal;
	float:right;
}
#monthly #moneytable table{
	float:center;
}
#monthly #moneytable table th{
	padding-top:6px;
}


#monthly #moneytable table tr{
	border-bottom: dashed 1px #000000;
}

#monthly #moneytable table .tablemenu{
	border-bottom: solid 1px #000000;
}

#monthly #moneytable table .noborder{
	border-style:none;
}
#monthly #moneytable table td{
	text-align:right;
}
#monthly #moneytable .shubetsu {
    -moz- text-align-last: justify;
    text-align-last: justify;
    padding: 0 20px;
    box-sizing: content-box;
    text-align:center;
}


/*歴代優勝者テーブル*/

#monthly #winnerstable .winnerstabletitle{
	text-align:center;
	color:#00a897;
	font-size:20px;
	font-weight:bold;
}

#monthly #winnerstable .tableleft{
	float:left;
}

#monthly #winnerstable{
	margin-left:auto;
	margin-right:auto;
	width:620px;
}
#monthly #winnerstable table{
	float: left;
    margin-left:5px;
    margin-right:5px; 
	width:300px;
}

#monthly #winnerstable table .name{
	font-weight:bold;
	color:#00a897;
}

#monthly #winnerstable table tr{
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
}


#monthly #winnerstable .date{
	width:300px;
	height:97px;
	margin-top:-120px;
	margin-left:5px;
    margin-right:5px;
    padding-top:10px;
    padding-bottom:10px;
	border-radius:1em;
	float:right;
	
	
	background-image:linear-gradient(45deg, #e1be52, #fffcd1, #e1c226, #f0dd88)
}

#monthly #winnerstable .date .place{
	height:30px;
	color:#76171b;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
#monthly #winnerstable .date .place span{
	display: inline-block;
	font-weight:bold;
	background-color:#76171b;
	color:#ffffff;
	padding:0px 10px;
	height:25px;
}
#monthly #winnerstable .date .name{
	height:22px;
	width:60px;
	margin:5px 119px;
	background-color:#ffffff;
	color:#76171b;
	border:solid 1px #76171b;
	text-align:center;
}
#monthly #winnerstable .date .day{
	height:33px;
	color:#76171b;
	text-align:center;
}
#monthly #winnerstable .date .day span{
	font-weight:normal;
	font-size:22px;
}
#monthly #winnerstable .date .day .circle{
    display: inline-block;
	font-size:12px;
    border-radius: 50%;
    border:solid 1px #76171b;
    height:13px;
    width:15px;
    padding-bottom:2px;
}
