@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 #profile_container {
	width:900px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

/*見方*/
#monthly #profile_title{
	width:570px;
	padding:10px;
	background: #D3D3D4;
	clear:both;
}

#monthly #profile_title img.title_img{
	float: left;
}

#monthly #mikata {
	position: relative;
	float: right;
	width:350px;
	padding:5px;
	background-color:#fff;
	margin-top:20px;
}

#monthly #mikata_rank {
	position: absolute;
	top: -20px;
	font-weight:bold;
	font-size:120%;
	color:#000;
	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 #mikata_midashi{
	position: absolute;
	top: -30px;
	right: -10px;
	padding-top:10px;
	width:80px;
	height:70px;
	border-radius: 50%;
	text-align:center;
	font-weight: bold;
	line-height:1.3em;
	color:#fff;
	background-color:#000;
}

#monthly #mikata_chakuritsu{
	position: absolute;
	top:125px;
	left: 10px;
	width: 350px;
	height: 110px;
	background: url("img/profile_dangan.png") no-repeat;
}

#monthly #mikata_chakuritsu p{
	font-weight: bold;
	text-align: left;
	line-height:22px;
	text-indent:0;
	margin-top: 20px;
	color: #000;
	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 #mikata_chakuritsu p span{
	color: #fff;
	font-size: 22px;
	text-shadow:0px 2px 1px #000, -1px -1px 1px #000,
		-1px 1px 1px #000, 1px -1px 1px #000,
		1px 1px 1px #000;
}

#monthly #mikata_photo {
	margin-bottom: 5px;
}

#monthly #mikata_photo img {
	display:block;
	width:350px;
}

#monthly #mikata_number {
	float:left;
	text-align:left;
	font-size:120%;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	letter-spacing:1px;
	color:#000;
}

#monthly #mikata_name {
	clear:both;
	text-align:left;
	font-size:34px;
	font-weight:bold;
	letter-spacing: 3px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:1.2em;
	width:100%;
	color:#003876;
	margin-bottom: 5px;
}

#monthly #mikata_data {
	background:#C9C9CA;
	border-radius: 12px;
	text-align: center;
	font-size: 16px;
	width: 70%;
	margin: 0 auto;
}

#monthly #mikata_zentouchi{
	margin-top: 5px;
}

#monthly #mikata_zentouchi p{
	font-size:13px;
	text-indent:0;
	margin:0;
}

#monthly #mikata_zentouchi span {
	padding:0 4px;
	border:solid 1px black;
	margin-right:3px;
}

#monthly #mikata_zentouchi span.zen{
	background:#D7E7AF; 
}

#monthly #mikata_zentouchi span.touchi{
	background:#AED7F3;
}

/*プロフィール*/
#monthly .profile_box {
	width:280px;
	padding: 5px;
	margin-top:20px;
	position: relative;
}

#monthly .first_box{
	margin-top: 0;
}

#monthly .rank{
	font-weight: bold;
	color: #000;
}

#monthly .chakuritsu{
	position: absolute;
	z-index: 2;
	top:155px;
	left: -5px;
	width: 110px;
	height: 110px;
	background: url("img/profile_dangan.png") no-repeat;
}

#monthly .chakuritsu p{
	font-weight: bold;
	text-align: center;
	text-indent:0;
	line-height:22px;
	margin-top: 30px;
	color: #000;
	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 .chakuritsu p span{
	color: #fff;
	font-size: 22px;
	text-shadow:0px 2px 1px #000, -1px -1px 1px #000,
		-1px 1px 1px #000, 1px -1px 1px #000,
		1px 1px 1px #000;
}

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

#monthly .prlist_photo img {
	width:280px;
	height:200px;
}

#monthly .number {
	position: absolute;
	z-index: 3;
	text-align:left;
	font-size:130%;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	letter-spacing:1px;
	color:#000;
}

#monthly .kana {
	float: right;
	color:#000;
	margin-top:5px;
	font-size:90%;
	text-align: right;
	letter-spacing:1px;
}

#monthly .name,
#monthly .name_l{
	clear:both;
	text-align:center;
	font-size:38px;
	font-weight:bold;
	letter-spacing: 3px;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:1.2em;
	width:100%;
	margin: 5px 0;
}

#monthly .name a{
	color: #003876;
}

#monthly .name_l a {
	color:#780B7D;
}

#monthly .text {
	text-align:left;
	font-size:18px;
	margin:5px 0;
}

#monthly .data{
	background:#C9C9CA;
	border-radius: 12px;
	text-align: center;
	font-size: 16px;
	width: 70%;
	margin: 0 auto;
}

#monthly table{
	width:100%;
	border:solid 1px black;
	background:#fff;
}

#monthly table th,
#monthly table td {
	text-align:center;
	padding:2px;
	font-weight:normal;
}

#monthly th.zen{
	background:#D7E7AF;
	border-left:solid 1px black;
}

#monthly table th.touchi {
	background:#AED7F3;
	border-left:solid 1px black;
}
