@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 #mikata {
	width:700px;
	border:solid 1px black;
	padding:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin:0px auto 30px;
}

#monthly #profile_title{
	width:178px;
	height:200px;
	float:left;
}

#monthly #mikata_midashi{
	background: #58585A;
	padding: 3px;
	border-radius: 8px;
	color: #fff;
	font-size: 85%;
	text-align:center;
	font-weight: bold;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing:0.2em;
	margin-left:10px;
}

#monthly #mikata_rightside {
	width:460px;
	position:relative;
}

#monthly #mikata_rank {
	width:440px;
	height:30px;
	background:linear-gradient(to right, #FFDE05, #FFEFBD);
	font-weight:bold;
	font-size:18px;
	color:#DB4E04;
	padding:3px 10px;
	margin-bottom:10px;
}

#monthly #mikata_rank p{
	float:right;
	text-align:right;
	text-indent:0;
	font-size:14px;
	color:#000;
	margin-top:3px;
}

#monthly #mikata_photo {
	float:left;
	clear:both;
}

#monthly #mikata_photo img {
	width:150px;
	height:200px;
}

#monthly #mikata_data {
	width:150px;
	position:absolute;
	top:195px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	text-shadow:-1px 1px 1px #000,
	1px -1px 1px #000,
	-1px -1px 1px #000,
	1px 0px 1px #000,
	0px 1px 1px #000,
	-1px 0px 1px #000,
	1px 1px 1px #000,
	0px -1px 1px #000;
}

#monthly #mikata_rankname_box{
	width:290px;
	float:right;
}

#monthly #mikata_number {
	float:left;
	text-align:left;
	font-size:120%;
	font-weight:bold;
	letter-spacing:1px;
	color:#000;
}

#monthly #mikata_name {
	clear:both;
	text-align:left;
	font-size:36px;
	font-weight:bold;
	letter-spacing: 3px;
	font-family:"ＭＳ ゴシック", monospace;
	line-height:1.2em;
	width:100%;
	color:#11357F;
}

#monthly #mikata_frame {
	display: inline-block;
	position: relative;
}

#monthly #mikata_seiseki p{
	text-indent:0;
	margin:10px 0 5px 0;
	text-indent:-3em;
	padding-left:3em;
}

#monthly #mikata_seiseki span#zen {
	padding:0 4px;
	border:solid 1px black;
	margin-right:3px;
	color:#fff;
	background:#A065AA;
}

#monthly #mikata_seiseki span#touchi {
	padding:0 4px;
	border:solid 1px black;
	margin-right:3px;
	color:#fff;
	background:#495DAA;
}

/*プロフィール*/
#monthly .profile_box {
	width:440px;
	position:relative;
}

#monthly .rank {
	background:linear-gradient(to right, #FFDE05, #FFEFBD);
	font-weight:bold;
	font-size:18px;
	color:#DB4E04;
	padding:3px 10px;
	margin-bottom:10px;
}

#monthly .rank p{
	float:right;
	text-align:right;
	text-indent:0;
	font-size:14px;
	margin-top:3px;
	color:#000;
}

#monthly .photo {
	float:left;
}

#monthly .photo img {
	display:block;
	width:150px;
	height:200px;
}

#monthly .data{
	width:150px;
	position:absolute;
	top:220px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-shadow:-1px 1px 1px #000,
	1px -1px 1px #000,
	-1px -1px 1px #000,
	1px 0px 1px #000,
	0px 1px 1px #000,
	-1px 0px 1px #000,
	1px 1px 1px #000,
	0px -1px 1px #000;
}

#monthly .rightside {
	width:290px;
	float:right;
}

#monthly .name_box{
	width:220px;
	float:left;
	margin:0 0 15px 35px;
}

#monthly .name_box .number{
	float:left;
	margin-top:10px;
	padding-left:3px;
	text-align:left;
	font-size:120%;
	font-weight:bold;
	letter-spacing:1px;
	color:#000;
}

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

#monthly .name_box .name {
	clear:both;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	letter-spacing: 3px;
	font-family:"ＭＳ ゴシック", monospace;
	line-height:1.2em;
	width:100%;
}

#monthly .name_box .name a {
	color:#11357F;
}

#monthly .rightside table{
	width:230px;
	border:solid 1px black;
	background:#fff;
	table-layout: fixed;
	margin:0 0 10px 30px;
}

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

#monthly .rightside table th.zen {
	color:#fff;
	background:#A065AA;
	border-left:solid 1px black;
}

#monthly .rightside table th.touchi{
	color:#fff;
	background:#495DAA;
	border-left:solid 1px black;
}

#monthly .rightside .text {
	text-align:left;
	clear:both;
	font-size:16px;
	margin-left:15px;
}

#monthly hr{
	width:900px;
	border-top: 1px solid #000;
	margin:25px 0;
}