﻿header {
    position: fixed;
    top: 0;
    left:0;
	width: 100%;
	height: 35px;
	background-image:url(../img/t.jpg);
	background-repeat: repeat-x;
} 
header.font {
	font-size: 24px;
	color:#FFFFFF;
	padding: 20px 0 0 10px;
}
.top img {
	width: 100%;
}
.wrapper {
 margin: 10px 5px 0 5px;
 display: block;
 padding-bottom: 3rem;
}

.wrapper1 {
	padding: 10px 10px 50px 20px;
	display: block;
	font-size: 18px;
}

p {
	text-align: left;
	font-size: 14px;
	font-weight: 300;
}
.color {
	background-color: #EEE;
	padding: 10px 0;
}
.interview {
	margin: 10px 20px;
	font-size: 12px;
	text-align: left;
}

p.headertext {
	padding: 10px 0 10px 10px;
}

.btn {
	text-align: center;
	padding: 5px 0 15px 0;
	font-size: 21px;
	font-weight: 500;
}
.btn img {
	width: 300px;
}

h1 {
	padding-top: 15px;
	font-size: 21px;
	font-weight: 500;
    line-height: 130%;
	text-align: left;
	color: #FFF;
}
h2 {
	font-size: 21px;
	padding: 5px 0 2px 10px;
	font-weight:500;
}
h3 {
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
h4 {
	text-align: left;
	border-bottom: #999 solid 1px;
}

/* 見出し */
.title_text {
	margin: 10px 0 5px;
	border-bottom: #60DAEF 2px solid;
}

/*footer*/

.footer {
	text-align: center;
	margin-top: 20px;
	height: 30px
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #CCC;
}
.footer p {
	text-align: center;
}

.review {
	margin: 10px 20px;
}	

.select {
	margin: 0 20px;
	text-align: center;
}
.select img {
	width: 230px;
	text-align: center;
}

.left_menu {
	width: 50px;
	height: 50px;
	text-align: center;
}

.left_menu img {
	padding: 5px 0 0 5px;
}

rigt_top {
	width: auto;
	text-align: right;
}

rigt_top img {
	width: 100%;
}

/* 画像スクロール */
#main_slide {
	padding: 15px 0;
}

.scroll ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	padding-left:5px;
}
ul li {
	text-align: left;
	font-size: 16px;
}

/* menu */
/*nabi開閉部分*/
.nav-wrap{
	box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 100%;
}
.gnav {
  list-style-type: none;
  background: #eee;
  width: 100%;
  /*　z-indexは.wrapper部分でpositionを使用した場合は適切な数字（一番大きい値）に変更*/
  z-index: 99;
}

.gnav li {
  border-bottom: 1px solid #333;
}

.gnav li a {
  display: block;
  text-decoration: none;
  /* (44-16)/2=14px */
  padding: .875rem 1rem;
}
/*ハンバーガーボタン*/

.icon-animation {
  width: 44px;
  height: 44px;
  display: block;
  cursor: pointer;
  float: right;
  position: absolute;
  right: .5rem;
  text-align: center;
  top: .5rem;
}

.icon-animation span {
  width: 39px;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.icon-animation .top {
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  transform: translateY(-13px);
}

.icon-animation .bottom {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  transform: translateY(13px);
}

.is-open .middle {
  background: rgba(51, 51, 51, 0);
}

.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  -ms-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}

.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  -ms-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}
.bar {
	text-align: center;
	width: 80%;
}


/* RANK 部分 */

.layout1 {
	display:block;
	margin: 0 auto;
	position: relative;
	width: 98%;
	height: 170px;
}

.layout1 dt img {
	float: left;
	width: 100px;
	height: 100px;
	padding: 30px 8px 20px 5px;
}

.layout1 dd {
	padding-top: 5px;
}

.layout1 dd.text {
	color: #000;
	font-weight: bold;
}

.layout1 dd.rank {
	position: relative;
	top: 0;
	left: -75px;
	height: 10px;
}

.layout1 dd.rank img {
	height:20px;
}

.layout1 dd.review img {
	height: 20px;
}

.layout1 dd span {
	text-align: left;
	font-size: 14px;
	font-weight: 300;
}

/* 4位以降 */
.layout2 {
	display:block;
	margin: 0 auto;
	position: relative;
	width: 98%;
	padding-top: 10px;
	heigth:150px;
}
	
.layout2 dt img {
	float: left;
	width: 100px;
	height: 100px;
	padding: 20px 8px 20px 5px;
}

.layout2 dd {
	padding-top: 5px;
}

.layout2 dd.text {
	color: #000;
	font-weight: bold;
}

.layout2 dd.rank {
	position: relative;
	top: 0;
	left: -75px;
	height: 10px;
}

.layout2 dd.review img {
	height: 20px;
}

.layout2 dd p {
	text-align: left;
	font-size: 14px;
	font-weight: 300;
}

/* サムネ枠 */
.layout3 {
	display:block;
	margin: 0 auto;
	position: relative;
	width: 98%;
	border-bottom: #CCC 1px solid;
}
	
.layout3 dt img {
	float: left;
	width: 150px;
	padding: 5px 8px 5px 5px;
}

.layout3 dd {
	padding-top: 20px;
}

.layout3 dd p {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
}


.comment {
	padding: 5px;
}

a {
	border: 0;
	text-decoration: none;
}

.btn {
	margin: 0 auto;
	border-bottom: #999 solid 1px;
	font-size: 16px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
 
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.ftext {
	font-size: 14px;
	text-align: center;
}

/* MENU */
.menu li {
    max-height: 0;
    overflow-y: hidden;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    max-height: 40px;
    opacity: 1;
}

.menu {
    margin: 0 auto;
    padding: 0;
}

.menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}

label {
    display: block;
    margin: 0 0 2px 0;
    padding :5px;
    line-height: 1;
    color :#fff;
    background: url(../img/title.jpg) no-repeat top right;
    cursor :pointer;
}

label img {
	width: 40px;
}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    max-height: 50px;
    opacity: 1;
}

/* ranking */

.details {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
}
.details th{
	width:25%;
	padding:4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #E9E9E9;
	border-left: 3px double #999;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.details td{
	width:75%;
	padding:4px;
	background-color: #FFF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.details td img {
	height: 20px;
}
.details th.title {
	text-align: center;
	font-size: 16px;
	background-color: #FFF;
}
.details th.image {
	background-color: #FFF;
	text-align: center;
	border: none;
	width: 100%;
}
.details th.text {
	background-color: #FFF;
	border: none;
}
.select {
	margin: 0 20px;
	text-align: center;
}
.select img {
	width: 230px;
	text-align: center;
}

/*footer*/

#footerFloatingMenu {
	width: 100%;
    background-color: #C0E3FF;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
}
#footerFloatingMenu td {
	width: 25%;
}