@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 .box {
  float:left;
  width:360px;
}

#monthly .box2 {
  float:left;
  width:530px;
  margin-left:10px;
}

#monthly .average {
  width: 150px;
  margin: 110px 30px 15px 40px;
  float:left;
  border: 1px solid #000;
  background:#e6d4e7;
}
#monthly .average td {
	text-align:center;
}
#monthly .box2 .photo_boat {
	display: block;
	margin: 20px 15px 15px 15px;
	border: 4px solid #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	transform:rotate(-5deg);
	float:left;
}
#monthly img.dream_mida {
	margin-bottom:10px;
}

/*1号艇*/
#monthly .box2 .fukidashi1 {
	position: relative;
	background: #F1F1F1;
	padding:10px;
	border-radius:20px;
}
.fukidashi1:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	overflow:hidden;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(222, 222, 222, 0);
	border-right-color: #F1F1F1;
	border-width: 30px;
	margin-top: -30px;
}
/*2号艇*/
#monthly .box2 .fukidashi2 {
	position: relative;
	background:#dcdddd;
	padding:10px;
	border-radius:20px;
}
.fukidashi2:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	overflow:hidden;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(222, 222, 222, 0);
	border-right-color: #dcdddd;
	border-width: 30px;
	margin-top: -30px;
}
/*3号艇*/
#monthly .box2 .fukidashi3 {
	position: relative;
	background:#fbdac8;
	padding:10px;
	border-radius:20px;
}
.fukidashi3:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	overflow:hidden;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(222, 222, 222, 0);
	border-right-color: #fbdac8;
	border-width: 30px;
	margin-top: -30px;
}
/*4号艇*/
#monthly .box2 .fukidashi4 {
	position: relative;
	background:#d3e1f3;
	padding:10px;
	border-radius:20px;
}
.fukidashi4:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	overflow:hidden;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(222, 222, 222, 0);
	border-right-color: #d3e1f3;
	border-width: 30px;
	margin-top: -30px;
}
/*5号艇*/
#monthly .box2 .fukidashi5 {
	position: relative;
	background:#fffcdb;
	padding:10px;
	border-radius:20px;
}
.fukidashi5:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	overflow:hidden;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(222, 222, 222, 0);
	border-right-color: #fffcdb;
	border-width: 30px;
	margin-top: -30px;
}
/*6号艇*/
#monthly .box2 .fukidashi6 {
	position: relative;
	background:#d5ead7;
	padding:10px;
	border-radius:20px;
}
.fukidashi6:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	overflow:hidden;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(222, 222, 222, 0);
	border-right-color: #d5ead7;
	border-width: 30px;
	margin-top: -30px;
}