
/* CSS Document */

.hTxt .fontSmall{
	font-size:17px !important;
	padding: 5px 0 10px 10px !important;
	color: #000000 !important; 
	line-height: 1.2em;
	display: inline-block;
}

h3#rscTitle span {
	font-size:12px;
	font-weight:normal;
}


.rOutline ul {
	margin:12px 0;
}

.rOutline li span.caution {
	width:auto !important;
	white-space:normal !important;
	float:none !important;
	text-align:left !important;
	text-indent:-1em;
	padding-left:1em;
	margin:4px 0 0;
	font-size:12px;
	color:#666;
}

.rOutline table {
	width:100%;
	font-size:12px !important;
	margin-bottom: 5px;
}


.rOutline  li span {
	float:left;
	display:block;
	margin:0;
	padding:0;
	line-height:110%;
	text-align:right;
	width:120px !important;
	white-space:nowrap;
	letter-spacing:3px;
	
}

#infographicBox {
	width:500px;
	margin:40px auto 60px;
}
#infographicBox img {
	border:1px solid #CCC;
	margin:12px 0 0;
}


.profileBox {
	margin:0 20px;
	width:787px;
	overflow:hidden;
}

#kichijoji dl {
	float:left;
	width:490px;
}

#ikebukuro dl {
	float:right;
	width:520px;
}

.profileBox dt {
	font-weight:bold;
}

.profileBox dd {
	margin:0 0 20px 12px;
}

#kichijoji img {
	display:block;
	float:right;
	margin:20px 0 0;
}

#ikebukuro img {
	display:block;
	float:left;
	margin:20px 0 0 60px;
}




.halfBox {
	width:820px;
}

.halfLeft {
	width:410px;
	float:left;
}

.halfRight {
	width:410px;
	float:right;
}

#graph04 {
	padding-left:44px;
}

#graph05 {
	padding-left:84px;
}

#cautionTxt {
	font-size:12px;
	padding-left:1em !important;
	text-indent:-1em !important;
	line-height:130%;
	background:#FFF;
	white-space:nowrap;
}

#cautionTxt a span#url {
	letter-spacing:0;
	font-size:10px;
}

.freeA {
	text-indent:-1.3em;
	padding-left:3em;
	padding:0px 20px;
	margin:12px 0 30px 40px;
	font-size:12px;
	line-height:150%;
}
.larger{
	font-size: 140%;
}
.right{
	text-align: right !important;
	}
.info_text{
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	text-align: right;
	font-size: 80%;
}
@media only screen and (max-width: 480px) {
.info_text{
	width: 100%;
	text-align: left;
	font-size: 80%;
}
}
section table   { 
	width: 80%;
	margin-right: 10%;
	margin-left: 10%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
.t_graph th, .t_graph td  { width: 20%; text-align: left; }
@media only screen and (max-width: 480px) {
	section table   { 
	width: 100%;}
    .t_graph { margin: 0 -10px; }
    .t_graph tr {
        display:block;
        margin-bottom: 10px;
    }
    .t_graph th {
        display:block;
        width: 100%;
    }
    .t_graph td {
        display: list-item;
        width: 90%;
        margin-left: 10%;
        border:none;
    }
}