/**style**/

* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
	line-height: 1.7;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* remember to define focus styles! */
:focus {
  outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* tables still need 'cellspacing=0' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html{}
html,body {
  height:100%;
}
body {
	margin:0 auto;
	color: #333;
	margin: 0;
	font-size:14px;
	height: auto !important;
	background: url(../imgs/back.jpg) left top no-repeat;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	-webkit-background-attachment: fixed; 
	background-attachment: fixed;
}
a{
	color: #604C3F;
}
html,
button,
input,
select,
textarea {
	font-family: Arial, Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span{
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p{
	letter-spacing:0px;
	font-weight: normal;
}
h1{
	font-size:24px;
}
h2{
	font-size: 20px;
	font-weight: bold;
}
h3{
	font-size: 18px;
	font-weight: bold;
}
h4,
h5,
h6{
	font-size: 16px;
}
p, span{
	font-size: 16px;
}

ul, li{
	margin:0;
	padding:0;
	list-style:none;
	vertical-align: top;
}
table,
tr
th,
td{
	display: block;
}
table{
	margin: 30px 0;
}
th,
td{
	padding-bottom:15px;
	vertical-align: top;
	font-size: 16px;
}
th{
	padding:0;
	white-space:nowrap;
	font-weight: bold;
	text-align: left;
}
a{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a img{
	border-width: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
a img:hover{
	opacity:0.5;
}
img {
	vertical-align: bottom;
}

/*clear*/

.clear:after,
.borderWrap:after,
.lyrics ul:after {
	clear: both;
}

.clear:before,
.clear:after {
	content: "";
	display: table;
}
.left{
	float:left;
}
.right{
	float:right;
}
div.back {
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
}

.backtotop {
	position: fixed;
	bottom:30px;
	right:10px;
	z-index: 300;
}
.backtotop a {
	width: 50px;
	height: 50px;
	display: block;
	background:url(../imgs/back_to_top.png) left top no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	opacity: 0.3;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.backtotop a:hover{
	opacity: 1;
}

.mainWrap{
	width:100%;
	margin:0 auto;
	position: relative;
}

/* submenu*/

/*wrap*/
header,
.mainWrap > section,
footer{
	width:100%;
	margin:0 auto;
}
.block{
	max-width: 1000px;
	width:100%;
	margin: 0 auto;
	padding-bottom: 40px;
}
.about{
	background-color: #fff;
}
header,
footer,
.kentei{
	background-color: #8fc320;
}
section.top{
	padding-top:66px;
}

.address,
.copyright{
	text-align: center;
}
.copyright{
	padding:20px 0 0;
	color: #fff;
}
.footer .block{
	padding-bottom: 5px;
}


.indicator {
	color: #fff;
  position: fixed;
  right: 10px;
  top: 10px;
}

#page {
	position: relative;
}

/*header*/
header{
	padding: 10px 0 0;
}
.siteTit{
	color: #fff100;
	text-align: center;
	width: 100%;
	margin:0;
}
.siteTit img{
	max-width: 600px;
	width:80%;
}
header h2{
	padding:15px 0 15px;
}
h2 span{
	font-size: 32px;
}

.nav1.clear li,
.nav2.clear li{
	float: left;
	text-align: center;
	padding:0 10px 10px 0;
	width:16.66%;
}
.nav1.clear li:last-child,
.nav2.clear li:last-child{
	padding-right:0;
}
.nav1.clear li a{
	display: block;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding:10px 10px 2px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.nav1.clear li:last-child{
	padding-right:10px;
	margin-right: -10px;
}
.nav1.clear li a img{
	width:100%;
}

.nav1.clear li a span{
	margin-left:-55px;
	margin-right: -55px;
}
.nav2.clear li{
	width:25%;
}
.nav2.clear li div{
	border-radius: 10px;
	background-color: #fff;
	padding:20px 5px 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 4px 2px;
	box-shadow: rgba(0, 0, 0, 0.5) 3px 4px 2px;
}
.nav2 p{
	font-size: 14px;
}
.nav2 p a{
	font-size: 16px;
}
.wrap{
	border-radius: 10px;
	background-color: #fff;
	padding:20px 35px 40px 20px;
	margin-bottom: 60px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 4px 2px;
	box-shadow: rgba(0, 0, 0, 0.5) 3px 4px 2px;
}
figure{
	padding:0 30px;
}
figure img{
	width:100%;
}
.wrap figure{
	padding-left:0;
}
.hikaku .wrap figure{
	padding: 20px 40px 0 20px;
}
.kentei .wrap figure{
	padding: 20px 20px 0 0px;
}
.clear > li{
	float: left;
	width:61%;
}
.clear > li.figBox{
	width:39%;
}

h2{
	text-align: center;
	font-size: 32px;
	padding: 30px 0 20px;
}
.dantai h2,
.dantai h3{
	text-shadow:
		1px 4px 6px rgba(0,0,0,0.6),
		1px -4px 6px rgba(0,0,0,0.6),
		-1px -4px 6px rgba(0,0,0,0.6),
		-1px 4px 6px rgba(0,0,0,0.6);
	color: #fff;
}
.dantai h2{
	padding-bottom: 10px;
	margin-top:20px;
}
.dantai h3{
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}
.dantai h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.btnLink{
	position: relative;
	display: block;
	background-color: red;
	padding:5px 0;
	color:#fff;
	text-decoration: none;
	border-radius: 30px;
	margin: 10px 5px 0;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btnLink:hover{
	background-color: rgba(255, 0, 0, 0.53);
}
.btnLink:after{
	position: absolute;
	right:6px;
	top:3px;
	font-family: Genericons;
	content: '\f432';
	font-size: 18px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}


.hikaku h3,
.kentei h3{
	font-size: 30px;
	font-weight: normal;
	border-bottom:1px solid #ccc;
	margin-bottom: 15px;
	color:#000;
}
.hikaku h3 span{
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
	vertical-align: -8%;
	margin-right: 5px;
}
.ranking{
	border-bottom:1px solid #ccc;
	margin-bottom: 25px;
}
.ranking p{
	margin-bottom: 20px;
	font-size: 18px;
}
.ranking p a{
	font-size: 14px;
	padding-left: 5px;
	color:#0068b7;
	text-decoration: underline;
	display: inline-block;
}
.ranking p a:hover{
	text-decoration: none;
}
.ranking a img{
	width: 105px;
	vertical-align: -30%;
}
.rank{
	display: inline-block;
	width:60px;
	height:40px;
	vertical-align: -30%;
	background: url(../imgs/ranking_1.png) no-repeat left top / 100% auto;
	margin-right:10px;
}
.rank.r2{
	background-image: url(../imgs/ranking_2.png);
}
.rank.r3{
	background-image: url(../imgs/ranking_3.png);
}
.rank.r4{
	background-image: url(../imgs/ranking_4.png);
}
.kentei h3{
	padding-top: 15px;
}
.kentei h4{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
	color:#000;
}
.kentei h5{
	font-weight: bold;
}
.kentei p{
	margin-bottom: 24px;
}
.kentei ul{
	margin-bottom: 10px;
}
span.bold{
	font-weight: bold;
}
div.btn {
	text-align: center;
}
div.btn a{
	display: inline-block;
	background-color: red;
	border-radius: 20px;
	max-width: 400px;
	width:100%;
	margin: 10px auto 0;
	padding:15px 0;
	color:#fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
div.btn a:hover{
	background-color: rgba(255, 0, 0, 0.53);
}

.sample a{
	margin-right:15px;
	color:#0068b7;
	display: inline-block;
}



@media (max-width: 1240px) {
.albumList > li:last-child{
	width:auto;
}
}

@media (max-width: 1200px) {
}

@media (max-width: 1000px) {
.mainWrap{
	background-image: none;
	-webkit-background-size: auto;
	background-size: auto;
	-webkit-background-attachment: scroll; 
	background-attachment: scroll; 
}
body:before {
  background:url('../imgs/back.jpg') no-repeat center center;
  background-size: auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}
.nav1.clear li{
	padding: 10px;
	width:33.33%;
}
.nav1.clear li:last-child{
	margin-right:0;
}
.nav1.clear li a{
	padding: 20px 20px 0;
}
.dantai h4,
.dantai p{
	margin:0 -10px;
}
.dantai p a.btnLink{
	margin: 10px 15px 0;
}
.block{
	margin:0 1.5%;
	width: auto;
}
}

@media (max-width: 920px) {
.nav2.clear li{
	padding: 5px;
	width:50%;
}
.nav2.clear li:last-child{
	padding-right:5px;
}
.dantai h4{
	font-size: 18px;
}
}

@media (max-width: 840px) {
	.rank {
    display: inline-block;
    width: 50px;
    vertical-align: -50%;
    margin-right: 5px;
}
.ranking p{
	font-size: 16px;
}
.ranking p a{
	padding-left:5px;
}
}

@media (max-width: 780px) {
/*slidemenu*/
.slidemenu{
	width:80%;
}
.button{
    font-size: 10px;
    padding:10px;
}
.button:before {
    font-size: 38px;
    line-height: 24px;
}
/*slidemenu*/
}

@media (max-width: 643px) {

h2{
	font-size: 24px;
}
h2 span{
	font-size: 16px;
	display: inline-block;
}
.nav1.clear li,
.nav1.clear li:last-child{
	padding:2px;
}
.nav1.clear li a{
	font-size: 14px;
	padding:10px 10px 0;
}
.nav1.clear li a span{
	font-size: 14px;
}
.clear > li,
.clear > li.figBox {
    float: none;
    width: 100%;
}
.wrap{
	padding:20px;
}
figure{
	padding:30px;
	margin:0 auto;
}
.dantai h3{
	font-weight: normal;
}
.hikaku .wrap figure,
.kentei .wrap figure{
	width:60%;
	padding:20px 0
}
.kentei .wrap figure{
	width:80%;
}
.hikaku h3, .kentei h3{
	font-size: 24px;
}
.hikaku h3{
	text-align: center;
}
.hikaku h3 span{
	font-size: 28px;
	vertical-align: 0%;
}
div.btn a{
	padding:10px 0;
	margin-bottom: 20px;
	font-size: 18px;
}
}

@media (max-width: 620px) {

/*slidemenu*/
.slidemenu{
	width:280px;
}
.menu-button-right {
    right: 0px;
}
/*slidemenu*/
}

@media (max-width: 540px) {

.ranking p{
	text-align: center;
	margin: 0 auto 30px;
	font-weight: bold;
}
.ranking{
	padding-top: 15px;
}
.ranking p,
.ranking span,
.ranking a{
	display: block;
	line-height: 2;
}
.rank{
	margin:0 auto 5px;
	width:60px;
}
}

@media (max-width: 480px) {
.nav2.clear li,
.nav2.clear li:last-child{
	padding: 0 0 20px;
	width:100%;
}
/*slidemenu*/
.button{
	background-color:rgba(255,255,255,0.9);
    padding:10px 5px;
}
.button:before {
    font-size: 30px;
    line-height: 24px;
}
/*slidemenu*/
}


