@charset "shift_jis";
/* CSS Document */


	h3{
    padding:5px 0 5px 10px;
    border:1px solid #ddd;
    background:#eee;
    cursor: pointer;
	}
	.ranking-section{
    padding:10px 0;
    font-size:13px;
    border:1px solid #ddd;
		}
		.ranking-section ol li{
			overflow:hidden;
			padding:10px;
		}
		.ranking-section ol li a {
			overflow: hidden;
			padding: 10px;
		}		
		.ranking-section ol li:nth-child(even){
			background:#EEEEEE;
			}
			.ranking-section .photo{
				width:30%;
				float:left;
				display:inline;
				}
				.ranking-section .photo img{
					width:85px;
				}
				.ranking-section img{
					width:auto;
				}
			.ranking-section .info{
				width:65%;
				float:right;
				display:inline;
			}
		
		