@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 #dream {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#monthly .dreamracer {
  width: 430px;
  margin-bottom: 20px;
  background: linear-gradient(to bottom, #C7EBFC 60%, #fff 100%);
}
#monthly .dreamracer .racerdata{
	margin-top: 10px;
	text-align: center;
}
#monthly .dreamracer .dreamface {
	float: left;
	position: relative;
	
}

#monthly .dreamracer .dreamface span{
	position: absolute;
	top:5px;
	left: 5px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 23px;
	color: #fff;
	background: #18B78F;
	padding: 3px 10px;
	border-radius: 50px;
}

#monthly .dreamracer .dreamface span strong{font-size: 24px;}

#monthly .dreamracer .toban{
	font-size:19px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	margin-right: 0;
	padding: 0;
	color: #005496;
}

#monthly .dreamracer .kana{
	font-size: 12px;
	margin-left: -60px;
	line-height: 34px;
}

#monthly .dreamracer .data{
	background: #fff;
	padding: 0 5px;
	border: 1px solid #000;
	font-size: 12px;
	float: right;
	margin-bottom: 15px;
	margin-right: 12px
	}

#monthly .dreamracer .name{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: -10px 0;
	color: #fff;
/*
text-shadow: 3px 3px 0 #005496,
             -3px 3px 0 #005496,
             3px -3px 0 #005496,
             -3px -3px 0 #005496;

text-shadow: 3px 3px 1px #005496,
             -3px 3px 1px #005496,
             3px -3px 1px #005496,
             -3px -3px 1px #005496;
*/
text-shadow: 
    #005496 3px 0px,  #005496 -3px 0px,
    #005496 0px -3px, #005496 0px 3px,
    #005496 3px 3px , #005496 -3px 3px,
    #005496 3px -3px, #005496 -3px -3px,
    #005496 2px 3px,  #005496 -2px 3px,
    #005496 2px -3px, #005496 -2px -3px,
    #005496 3px 2px,  #005496 -3px 2px,
    #005496 3px -2px, #005496 -3px -2px;
}

#monthly .dreamracer h4 {
  margin: 10px 0;
  text-align: center;
	font-size: 21px;
}

#monthly .dreamracer p {
  margin: 0 0.5em;
}
#monthly .dreamracer .dreamboat {
  width: 195px;
  //height: 140px;
  margin: 10px auto;
  display: block;
  border: 3px solid #FFFFFF;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
}



