@charset "utf-8";

/*共通*/

.button--arrowRight {
  box-sizing: border-box;
}

#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 h3{
	margin-bottom: 10px;
}

#monthly #racer1 {background: url("img/dream_1.jpg") no-repeat;}
#monthly #racer2 {background: url("img/dream_2.jpg") no-repeat;}
#monthly #racer3 {background: url("img/dream_3.jpg") no-repeat;}
#monthly #racer4 {background: url("img/dream_4.jpg") no-repeat;}
#monthly #racer5 {background: url("img/dream_5.jpg") no-repeat;}
#monthly #racer6 {background: url("img/dream_6.jpg") no-repeat;}
#monthly .dreambox{
	width: 850px;
	height: 550px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
}

#monthly .dreambox .dream_deta{
	width: 720px;
}

/*奇数艇*/
#monthly .odd_box{
	margin-left: 50px;	
}

#monthly .dreambox .racer_left{
	position:absolute;
	left: -50px;
	bottom: 0px;
}

#monthly .odd_area{
	position:absolute;
	right: 10px;
	bottom: 10px;
}

/*偶数艇*/
#monthly .even_box{
	margin-right: 50px;	
}

#monthly .dreambox .racer_right{
	position:absolute;
	right: -50px;
	bottom: 0px;
}

#monthly .even_area{
	position:absolute;
	left: 10px;
	bottom: 10px;
}

/*成績*/
#monthly .seiseki{
	width: 210px;
	float:right;
	clear:both;
}

#monthly .seiseki table{
	background: #FFFFFF;
}

#monthly .seiseki table th,
#monthly .seiseki table td{
	padding:4px;
	vertical-align: middle;
	border:solid 1px black;
	font-size:14px;
}

/*勝率*/
#monthly .seiseki table.syoritsu{
	width: 100%;
	margin-top: 5px;
}

#monthly .seiseki table.syoritsu th.zen{
	background: #ebb1cf;
}

#monthly .seiseki table.syoritsu th.touchi{
	background: #a59ecc;
}

#monthly .seiseki table.syoritsu th,
#monthly .seiseki table.syoritsu td{
	text-align: center;
}

/*イン1着*/
#monthly .seiseki table.incourse{
	margin-top: 5px;
}

#monthly .seiseki table.incourse th{
	color: #fff;
	text-align: center;
	background: #484b9d;
}

#monthly .seiseki table.incourse td.chaku{
	text-align: center;
	background: #c1bbdd;
}

#monthly .seiseki img.photo_left{
	float:left;
	margin:0px 3px 3px 0px;
}

/*コメント*/
#monthly .comment{
	width: 500px;
}

#monthly .name{
	margin-bottom: 5px;
}

#monthly .text_box{
	margin-top: 5px;
}

#monthly .text_box p{
	color: #000;
	margin-bottom:0px;
}

#monthly #text_1{
	text-shadow:1px 1px 0 #fff, -1px -1px 0 #fff,
		1px 1px 0 #fff, 1px -1px 0 #fff,
		0px 1px 0 #fff,  0 -1px 0 #fff,
		-1px 0 0 #fff, 1px 0 0 #fff;
}

#monthly #text_3{
	text-shadow:1px 1px 0 #fad0ba, -1px -1px 0 #fad0ba,
		1px 1px 0 #fad0ba, 1px -1px 0 #fad0ba,
		0px 1px 0 #fad0ba,  0 -1px 0 #fad0ba,
		-1px 0 0 #fad0ba, 1px 0 0 #fad0ba;
}

#monthly #text_5{
	text-shadow:1px 1px 0 #fffcd1, -1px -1px 0 #fffcd1,
		1px 1px 0 #fffcd1, 1px -1px 0 #fffcd1,
		0px 1px 0 #fffcd1,  0 -1px 0 #fffcd1,
		-1px 0 0 #fffcd1, 1px 0 0 #fffcd1;
}