@charset "utf-8";
/* Common */
a{
  text-decoration: none;
  color: #333333;
}
.in-blc {
	display: inline-block;
}
hr{
  border-bottom: 1px solid #e4e9ec;
  margin: 5% auto 0;
}
.center{
  text-align: center;
}
h3{
	display: block;
	text-align: center;
	font-size: 1.5rem;
	text-decoration: underline wavy #ff9800;
	line-height: 1.8;
    margin: 0% 0 8% 0;
	font-weight: bold;
}
h4 {
	font-size: 3.0rem;
    margin: 0 0 10%;
    font-family: 'Spartan', sans-serif;
}
h5 {
	font-size: 3.4rem;
    margin: 0 0 2%;
	color: #6C6C6C;
	letter-spacing: 0.1px;
}

.mb_0 {margin-bottom: 0px !important;}
.mb_10 {margin-bottom: 10px !important;}
.mb_20 {margin-bottom: 20px !important;}
.mb_30 {margin-bottom: 30px !important;}
.mb_40 {margin-bottom: 40px !important;}
.mb_60 {margin-bottom: 60px !important;}
#mainArea {
  margin: 0 auto;
  color: #333333;
  letter-spacing: 1px;
  margin-bottom: 60px;
  font-size: 1.2rem;	
  line-height: 2.4rem;
}
#ranking-area {
  width: 840px;
   margin: 0 auto;
}
#mainImg {
  margin: 0 auto;
  text-align: center;
}
.mainLead {
	font-size: 1.3rem;
    margin: 7% auto;
    text-align: center;
}
.item-area {
  width: 43.5%;
  display: inline-block;
  margin: 0 auto 10%;
  vertical-align: top;
}
.m-r {
  margin-right: 12%;
}
.item-area-img {
	width: 92%;
	margin: 0 auto 5%;
}
.v-m {
	vertical-align: middle !important;
}
.crdit {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
	font-size: 1.2rem;
}
.btn_ {
    width: 80px;
    text-align: left;
    line-height: 2.6;
    letter-spacing: 2px;
    margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
.btn_ a {
   border: 1px solid #070707;
    color: #070707;
    background-color: #fff;
    text-align: center;
    padding: 0px;
    font-size: 1.2rem;
    transition: all 0.3s ease 0s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    letter-spacing: 1px;
}
.btn_ a:hover {
    color: #fff !important;
    background-color: #070707;
    border: 1px solid #070707;
}

.button_all {
	font-size: 1.4rem;
    margin: 5% auto;
    width: 380px;
    height: 60px;
    line-height: 60px;
    border: solid 1px #000;
    background: #fff;
    text-align: center;
    transition: 1s;
}
  }
  .eff2 {
	text-decoration: none;
	  line-height: 60px;
	  color: #000 !important;
  }
  .button_all:hover{
	  background: #000;
	  border: solid 1px #000;
	  color: #000 !important; 
	  transition : .3s;
  }
  .eff2:hover {
	color: #fff !important; 
  }
