/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	/*font-family: 'Lato', Calibri, Arial, sans-serif;*/
	/*font-family: 'Play', "Noto Sans Japanese", sans-serif;*/
	font-family: "Noto Sans Japanese", sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
}

.js body {
	overflow: hidden;
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
}

.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 240px;
}

.no-js .container {
	padding-left: 240px;
}

.menu-panel {
	background:#333;/* #f1103a;*/
	
	width: 240px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.js .menu-panel {
	position: absolute;
	left: -240px;
}

.menu-panel h3 {
	font-size: 1.8em;
	padding: 20px;
	font-weight: 300;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
} 

.menu-toc {
	list-style: none;
}

.menu-toc li a {
	display: block;
	color: #333;
	font-size: 1.1em;
	line-height: 2.95em;
	padding: 0 20px;
	cursor: pointer;
	background: #d4d4d4;
	border-bottom: 1px solid #989898;
}
@media screen and (max-width: 359px){
.menu-toc li a {
	line-height: 2.6em;
}
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: #9AACCB;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
} 

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

.bb-custom-wrapper nav {
	top: 7px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
	background: #333;
	border-radius: 50%;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
	/*background: #c0c0c0;*/
}

.bb-custom-wrapper nav span:last-child {
	left: 40px;
}

.menu-button {
	z-index: 1000;
	left: 20px;
	top: 7px;
	text-indent: -9000px;
}

.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	bottom: 15px;
	overflow: scroll;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	padding: 10px 5% 30px 5%;
}

.js .content:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.content h2 {
	font-weight: 300;
	font-size: 2em;
	padding: 10px 0;
	color: #fff;
	margin: 0 1% 30px;
	text-align: left;
	box-shadow: 0 10px 0 rgba(0,0,0,0.1);
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
    text-align: center;	
}

.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content p {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 300;
	padding: 5px 3%;
	text-align: justify;
    margin-bottom: 25px;
    color:#fff !important;
}

@media screen and (min-width: 641px){
.content p {
	text-align:center;
}

}

@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
}


h3 {
    padding: 15px 5%;
    text-align: center;
    font-size: 1.3em;
    color:#fff !important;
}

ol {
    padding: 0 0 0 9%;
    max-width: 640px;
    margin: 0 auto;
}

ol li {
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    padding: 5px 0;
    text-align: justify;
    color:#fff !important;
}


.js .content{
color: #fff;
}

.content h2 span{
    line-height: 1em;
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin:10px auto 20px;
    }
    
    
/*•\Ž†*/
#way1_cnt,
#item1_cnt{
	background-color: #006DAE !important;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #4472c4), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #4472c4),color-stop(.75, #4472c4), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px !important;
}
#way1_cnt h2{
    font-size: 15vw;
    font-weight:100;
    box-shadow: none;
    margin: 30px 1%;
}
#way1_cnt p{
	text-align: center;
    font-size: 7vw;
    font-weight:200;
}
#way1_cnt small {
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    display: block;
    margin-top: 65px;
}


#way2_cnt h2,
#way3_cnt h2,
#way4_cnt h2,
#way5_cnt h2,
#way5_2_cnt h2 {
    
    margin: 0 1% 25px;    
	font-size:2em;
}
#way2_cnt h2 strong,
#way3_cnt h2 strong,
#way4_cnt h2 strong,
#way5_cnt h2 strong,
#way5_2_cnt h2 strong
{
    font-weight:700;
    font-size: 125%;
}
#way2_cnt h2 span,
#way4_cnt h2 span
{
	font-size: 17px;
    margin: 18px auto;
}
#way3_cnt h2,
#way4_cnt h2,
#way5_cnt h2,
#way5_2_cnt h2{
    padding-bottom:30px;
}
#way2_cnt,
#item2_cnt{
	background-color: #e57b32 !important;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ED7D31), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ED7D31),color-stop(.75, #ED7D31), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px !important;
}
#way2_cnt p{
	text-align: center;
    margin-bottom: 20px;
    line-height:1.5em;
}
p.f_mid{
	font-size:18px;
}
p.f_small{
    font-size: 15px;
}

#way3_cnt,
#item3_cnt{
	background-color: #8bc74b !important;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #92D050), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #92D050),color-stop(.75, #92D050), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px !important;
}
#way3_cnt p {
    text-align: center;
    line-height: 2.2em;
    margin: 40px auto;
}

#way4_cnt,
#item4_cnt{
	background-color: #15ace4 !important;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #00B0F0), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #00B0F0),color-stop(.75, #00B0F0), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px !important;
}
#way4_cnt h2 {
    margin: 0 1% 45px;    
}
#way4_cnt p{
    text-align: center;
    line-height: 2.2em;
    margin: 0 auto 40px ;
}


#way5_cnt,
#item5_cnt{
	background-color: #d14a4a !important;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ca3c3c ), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ca3c3c ),color-stop(.75, #ca3c3c ), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px !important;
}
#way5_cnt h2 {
    margin: 0 1% 45px;    
}
#way5_cnt p,
#way5_2_cnt p{
    text-align: center;
    line-height: 2.2em;
   margin: 0 auto 40px ;
}

#way5_cnt h3,
#way5_2_cnt h3{
	font-size:18px;
}
#way5_2_cnt,
#item6_cnt{
    background-color: #d3b350 !important;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #caae58), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #caae58),color-stop(.75, #caae58), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px !important;
}



/*ŽÐ‰Ì*/
#song1{background-color: #444 !important;transition: all 0.5s;}
#song1_cnt .scroller{padding:10px 10px 30px 10px;}
#song1_cnt {
	    background-color: #444 !important;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #3f3f3f), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #3f3f3f),color-stop(.75, #3f3f3f), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px !important;}
#song1_cnt.content h2 {
    padding-bottom: 25px;
    font-size: 1.2em;
    margin-bottom: 35px;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}
#song1_cnt.content h2 span {
    margin: 8px auto 10px;
}
#song1_cnt.content h2 strong{
	font-size: 1.8em;
}
#song1_cnt.content p {
    margin-bottom: 14px;
}
#bb-song-play{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 7px;
    right: 8px;
    background: #333;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    speak: none;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 359px){
#song1_cnt.content h2 {
    font-size: 1.1em;
}
#song1_cnt.content h2 strong{
	font-size: 1.8em;
}
#song1_cnt.content h2 span {
    font-size: 14px;
}
#song1_cnt.content p {
    margin-bottom: 5px;
    font-size:13.5px;
    padding: 5px 1%;
}

}

