﻿@charset "utf-8";
/* CSS Document */

#right_box h3 {
    display: inline-block;
    font-size: 1.8rem;
    border: solid 1px;
    padding: 0.2em 0.8em;
    margin-bottom: 1em;
}

#right_box .caption{
	font-size:1.4rem;
	margin-top:1rem;
  text-indent:-2.25em;
  padding-left:2.25em;
}

#right_box .unit {
    text-align: right;
    margin-bottom: 0.8em;
}

/*表*/
#right_box table.number.rating th {
    text-align: center;
}
#right_box table.number.rating td {
    text-align: center;
    padding: 0.5em 0.5em;
				background-color: #fff;
}

#right_box table.number.rating {
    margin:1rem auto;
}

#right_box table.number.rating td strong{
  display:inline-block;  
  margin-bottom:0;
}


#right_box .link {
margin:2rem 0;
}

#right_box .link a {
    position: relative;
text-decoration: underline;
}

#right_box .link a .icon_blank {
    width: 0.87em;
}

#right_box .link a:hover {
  text-decoration: none;
}



/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){

}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
#right_box .graph{
	width:100%;
}


}



