﻿@charset "utf-8";

body {
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	margin: 0;
	padding: 0;
	color: #333333;
    font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

h1 {
	font-size: 25px;
	color: #000000;
	margin: 0px;
	padding: 20px 10px;
}

a.toTop{
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

a img {
	border:none;
}

a {
	color: #0044CC;
}

a:hover {
	text-decoration: none;
	color: #f35213;
}

a:hover {
position: relative;
top: 1px;
left: 1px;
text-decoration: none;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);}

.img-responsive { /*イメージを端末の大きさに合わせて表示させる*/
  display: block;
  max-width: 100%;
  height: auto;
}

/*
a??a??a?1

-------------------------------------------------------------------*/

#base {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}


/*

a??a??a?a??

-------------------------------------------------------------------*/
#header {
	display: block;
	max-width: 100%;
	height: auto;
	padding: 0;
	text-indent: -9999px;
	margin: 0;
	text-align: center;
	clear: both;
}


#base p{
	padding: 0;
	line-height: 1.5em;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 18px;
}

#base b {
	font-size: 18px;
	color: #333;
}

/*
a??a??a??a??a，?a?aa?3a?￣
-------------------------------------------------------------------*/

p.link {
	margin: 0;
}


p.link a{

    padding: 0 0 10px 0;
	font-size: 11px;
	color: #333333;
	text-align: center;

}


p.link a:hover {
	text-decoration: none;
}



/*
a??a??a??a??a??a?，
-------------------------------------------------------------------*/

#base h2 {
	font-size:16px;
	color: #FFF;
	display:block;
	width: 96%;
	min-height: 30px;
	margin-top: 10px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 2%;
	padding-bottom: 6px;
	padding-left: 2%;
	clear: both;
	background-color: #23a7a5;
	margin-right: auto;
}

#base b {
	font-size: 18px;
	color: #333;
}


strong {
	color: #f30;
	font-size: 18px;
}



/*---------- ランキング部分 ----------*/
.ranking {
	margin-bottom: 10px;
	width: 96%;
	border-top-color: #39b7b4;
	border-top-width: 5px;
	border-top-style: solid;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	vertical-align: middle;
	height: auto;
	overflow: hidden;
	padding: 0px;
}

.ranking img {
	float: left;
	margin-right: 5px;
	display: inline-block;
	padding: 0px;
}


h3 {
	font-size: 18px;
	float: left;
	min-width: 75%;
	max-width: 100%;
	margin-right: 5px;
	display: block;
	padding: 0px;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.ranking .more a,
.ranking .more a:hover{
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	background-color: #39b7b4;
	color: #FFF;
	padding: 3px;
	float: right;
	min-width: 30px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/*---------- ランキング本文部分 ----------*/
#base .rank_body {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
	clear: both;
	background-color: #f7fdff;
	padding-bottom: 15px;
	padding-top: 15px;
	border: 1px solid #c7e7f5;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	line-height: 130%;
}
#base .rank_body .point {
	float: left;
	border-radius: 20px;        /* CSS3草案 */
	-webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 20px;   /* Firefox用 */
	background-color: #F66;
	padding: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	display: block;
	height: auto;
	width: auto;
	margin-left: 15px;
}

#base.rank_body ul{
	l ist-style-type: square;
	float: left;
	width: 96%;
	padding: 0px;
	margin: 0px;
}
#base .rank_body ul li{
	padding: 0px;
	float: left;
	margin-bottom: 5px;
	list-style-type: square;
	width: 96%;
	margin-left: 0px;
}


#base .btn{
	text-align: center;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 5px;
	display: block;
	background-image: url(../index_files/btn_bg.jpg);
	background-repeat: repeat-x;
	width: 90%;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	height: 44px;
	border: 3px solid #FCAEB1;
	background-position: left -3px;
}


#base .btn .shosai {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 34px;
	padding-top: 10px;
	width: 60%;
	padding-right: 30px;
	background-image: url(../index_files/arrow.png);
	background-repeat: no-repeat;
	background-position: right 5px;
}


#base .btn .shosai a, 
#base .btn .shosai a:hover{
	font-size: 16px;
	text-shadow: 1px 1px 0px #333;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}




/*---------- 各ランキングの下の表 ----------*/

table.table01 {
	width: 96%;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border: 2px solid #39b7b4;
	margin-bottom: 10px;
}

table.table01 td {
	border: solid 2px #39b7b4;
	padding: 4px;
	font-size: 12px;
}

table.table01 th {
	font-size: 12px;
	background: #39b7b4;
	white-space: nowrap;
	color: #FFFFFF;
	font-weight: bold;
}
table.table01 td.line {
	font-size: 12px;
	background: #39b7b4;
	white-space: nowrap;
	color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #FFF;
}

th.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
	
/*  フッター
-------------------------------------------------------------------*/
address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	display: block;
	font-size: 10px;
	background-color: #23a7a5;
	line-height: 150%;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

p .hidari {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.te{
	background:url(icon_hand.png) no-repeat left center;
	padding-left:30px;
}
.shosai {
  padding-right: 0px !important;
}
.point_content{
	border-bottom:1px dotted #ccc;
}




/* btnAnime01 */
 
.btnAnime01 {
    -webkit-animation-name:btnAnime02;
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease;
    
    -moz-animation-name:btnAnime02;
    -moz-animation-duration:1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:ease;
}
@-webkit-keyframes btnAnime02 {
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -8px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes btnAnime02 {
    0% {-moz-transform:translate(0, 0);}
    50% {-moz-transform:translate(0, -8px);}
    100% {-moz-transform:translate(0, 0);}
}






@media screen and (min-width: 769px) {
#base {
max-width: 600px;
margin: auto;

}
}

#container {
  max-width: 960px;
  margin: 0 auto;
}
#main {
  width: 100%;
}


body{
background-image: url(https://www.rank-navi119-2.com/hoiku3/sp/index_files/1-2.gif);
}


