﻿@charset "utf-8";
/* CSS Document */

#right_box .unit {
    text-align: right;
    margin-bottom: 0.8em;
	font-size:1.4rem;
}
#right_box .caption{
	margin-top:1.5em;
}
#right_box .caption li{
	font-size:1.4rem;
	padding-left:1em;
	text-indent:-1em;
}

/*表*/
#right_box table.number.rating th {
    text-align: center;
  line-height:1.5;
}
#right_box table.number.rating td {
    text-align: center;
    padding: 0.5em 0.5em;
				background-color: #fff;
  line-height:1.5;
}

#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 table.number td:first-child {
	width:50%;
}

}



