/* HTML5 ✰ Boilerplate


/* ===================================================
    Initializr styles
    http://verekia.com/initializr/responsive-template
    Author: Jonathan Verrecchia
   =================================================== */


html {
	font-size: 62.5%;
	background-color: #005BAC;
	background-image: url(../../img/common/universe/back.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100% auto;
} 
html,body {
	min-height: 100%;
}

body{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-size: 1.4rem; /* =14px */
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:focus, *:focus { outline:none; }

#jquery-cycle {
    width: 450px;
    height: 450px;
}
#jquery-cycle img {
    width: 450px;
    height: 450px;
}

.start {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
	background-color: #005BAC;
	background-image: url(../../img/common/universe/star_0.jpg);
	background-repeat: repeat;
}
.start p {
	position: absolute;
	left: 0;
	z-index: 9999;
	top: 100%;
}
.start p.go_1 {
transition: transform 2s;
}

.start p.go_2 {
	left: -20%;
	z-index: 9000;
}
.start p.go_2 img {
	width:230px;
	height:auto;
}
.kuma_star{
	position: absolute;
	right:-450px;
	top:0px;
	background-position: 0 0;
	z-index: -100;
	background-image: url(../../img/common/universe/kuma_star.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 450px;
} 
.maincloud{
	background-repeat: repeat-x;
	height: auto;
}


.skycloud1,.skycloud2{
	background-position: 0 0px;
	height: auto;
	min-height:100%;
	z-index: -100;
	width: 100%;
} 

.wrapper{
	width:1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 0px;
}

#header-container{
	color: #FFFFFF;
	font-size: 12px;
	font-size: 1.2rem; /* =12px */
	line-height: 1.2em;
	position: relative;
	text-align: center;
}
#top_logo{
    position: relative;
	height: 500px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#top_logo header h1{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	z-index: 200;
	width: 100%;
	margin-top: -30px;
	top: 200px;
	display: block;
}
#top_logo header .kumafuwa { 
-webkit-animation:kumafuwa 3s infinite linear alternate;
	animation:kumafuwa 3s infinite linear alternate;
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 199;
	height: 345px;
	width: 300px;
	background-image: url(../../img/common/universe/kumafuwa.png);
}  

@-webkit-keyframes kumafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-5deg);}
50% {-webkit-transform:translate(0, -5px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(5deg);} 
}

@keyframes kumafuwa {
0% {transform:translate(0, 0) rotate(-5deg);}
50% {transform:translate(0, -5px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(5deg);} 
}

#header-container nav{
	list-style-type: none;
	clear: none;
	margin: 0px;
	padding: 0px;
	top: 0px;
	height: 40px;
	z-index: 0;
}
ul#ul_menu{
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 10;
}
ul#ul_menu li{
	clear: right;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
ul#ul_menu li:last-child a{
	border-right-style: none;
}
ul#ul_menu li.now:before{
	content: "";
	width: 0px;
	height: 0px;
	border: 8px solid;
	border-color: transparent transparent #ffffff transparent;
	margin-left: -8px;
	position: absolute;
	left: 50%;
	bottom: 0px;
}

ul#ul_menu li a{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	display: block;
	color: #FFFFFF;
	width: 155px;
	height: 40px;
	line-height: 40px;
}



.main_img{
	height: 200px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#viewer {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}


article section{
	padding-top: 40px;
	padding-bottom: 20px;
	width: auto;
	margin: 0px;
}
@media only screen and (max-width: 768px) {
article section{
	padding-top: 10px;
	padding-bottom: 20px;
}
}
article section.anv{
	padding-right: 100px;
	padding-left: 100px;
	width: auto;
	line-height: 1.8em;

}
article section.top{
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 0px;
}

article section p{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#main-container{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: left;
	margin: 0px;
}
#main-container .col_3,
#footer-container .col_3{
	width: 100%;
}


#main-container .col_3 a.box,
#main-container .col_6 a.box,
#footer-container .col_3 a.box,
#footer-container .col_6 a.box{
	background-color: #EEEDEA;
	display: inline-block;
	*display: inline;
	zoom: 1;
	border: 1px solid #999999;
	width: 32%;
	margin-left: 0.5%;
	vertical-align: top;
	color: #000000;
	position: relative;
	line-height: 1.3em;
	margin-bottom: 15px;
}
#main-container .col_3 .box img,
#main-container a.col_3 .box .tex,
#footer-container .col_3 .box img,
#footer-container a.col_3 .box .tex{
	clear: right;
	float: left;
}
#main-container .col_3 .box img,
#footer-container .col_3 .box img{
	margin-right: 10px;
}

#main-container .col_3 a.box .tex h2,
#footer-container .col_3 a.box .tex h2{
	font-size: 120%;
	font-weight: bold;
	background-color: transparent;
	color: #000000;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#main-container .col_3 a.box .yaji,
#footer-container .col_3 a.box .yaji{
	height: 18px;
	width: 18px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;	
}
#main-container .col_3 a.box .yaji:before,
#footer-container .col_3 a.box .yaji:before{
	content:"";
	border-top: 20px solid transparent;
	border-right: 20px solid #0D1D31;
	border-bottom: 20px solid #0D1D31;
	border-left: 20px solid transparent;
	height: 0px;
	width: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -1;	
}
#main-container .col_3 a.box:hover .yaji:before,
#footer-container .col_3 a.box:hover .yaji:before{
	border-top: 20px solid transparent;
	border-right: 20px solid #670707;
	border-bottom: 20px solid #670707;
	border-left: 20px solid transparent;
}

#main-container .col_6 a.box,
#footer-container .col_6 a.box{
	width: 15.6%;
	text-align: center;
	padding-top: 5px;
}
#main-container .col_6 a.box .tex,
#footer-container .col_6 a.box .tex{
	padding: 5px;
	font-size: 90%;
	line-height: 1.3em;
	overflow: hidden;
	height: 7em;
}
#main-container .col_6 a.box .tex h2,
#footer-container .col_6 a.box .tex h2{
	font-size: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 3px;
}
#main-container .col_6 a.box .tex p,
#footer-container .col_6 a.box .tex p{
	text-align: left;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}


#main-container article.contents{
	width: 890px;
	clear: right;
	float: left;
	background-color: #EAD7AF;
	margin-top: 20px;
	
}
#main-container article.contents_top{
	background-color: #ffffff;
	width: 100%;
	clear: both;
	float: none;
}
article section,article header{
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}
@media only screen and (max-width: 768px) {
article section,article header{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
}


#main-container article.contents table{
	width: 90%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#main-container article.contents table td,
#main-container article.contents table th{
	line-height: 1.3em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
}
#main-container article.contents table th{
	background-color: #E7EDE2;
}

#main aside      { border-top:    20px solid #e44d26; }
#main-container aside{
	width: 210px;
	font-size: font-size: 12px;
	font-size: 1.2rem;
	margin-right: 10px;
	margin-left: -10px;
}
aside.left{
	clear: right;
	float: left;
	height: 100%;
}
aside.left nav{
	background-color: #494132;
    -moz-border-radius: 5px  5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior: url(/img/PIE.htc);
	height: 100%;
	padding: 10px;
}
aside.left nav ul{
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
	margin: 0px;
}
aside.left nav ul li{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	clear: both;
	float: none;
	width: 190px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
aside.left nav ul li a{
	display: block;
	height: 52px;
	width: 190px;
}
.leftnav_001 a{
	background-image: url(../../img/common/leftnav_001_off.jpg);
}
.leftnav_002 a{
	background-image: url(../../img/common/leftnav_002_off.jpg);
}
.leftnav_003 a{
	background-image: url(../../img/common/leftnav_003_off.jpg);
}
.leftnav_004 a{
	background-image: url(../../img/common/leftnav_004_off.jpg);
}
.leftnav_005 a{
	background-image: url(../../img/common/leftnav_005_off.jpg);
}
.leftnav_006 a{
	background-image: url(../../img/common/leftnav_006_off.jpg);
}
.leftnav_007 a{
	background-image: url(../../img/common/leftnav_007_off.jpg);
}

.leftnav_001 a:hover{
	background-image: url(../../img/common/leftnav_001_on.jpg);
}
.leftnav_002 a:hover{
	background-image: url(../../img/common/leftnav_002_on.jpg);
}
.leftnav_003 a:hover{
	background-image: url(../../img/common/leftnav_003_on.jpg);
}
.leftnav_004 a:hover{
	background-image: url(../../img/common/leftnav_004_on.jpg);
}
.leftnav_005 a:hover{
	background-image: url(../../img/common/leftnav_005_on.jpg);
}
.leftnav_006 a:hover{
	background-image: url(../../img/common/leftnav_006_on.jpg);
}
.leftnav_007 a:hover{
	background-image: url(../../img/common/leftnav_007_on.jpg);
}

aside.left ol.menu,aside.right ol.menu{
    -moz-border-radius: 5px  5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	behavior: url(/img/PIE.htc);
}
aside.left ol.menu{
	background-color: #27231B;
	}

aside.right ol.menu{
	background-color: #E7EBDC;
	border: 3px solid #CCCCCC;
	}

aside.left ol,aside.right ol{
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-type: none;
}
aside.left ol{
	color: #FFFFFF;
}
aside.right ol{
	color: #666666;
}
aside.left ol li,aside.right ol li{
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	background-color: none;
	line-height: 1.2em;
}
aside.left ol li{
	background-image: url(../../img/common/head_mark001.png);
}
aside.right ol li{
	background-image: url(../../img/common/head_mark002.png);
}
aside.left ol.menu h3,aside.right ol.menu h3{
	text-align: center;
	padding-bottom: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.2em;
	font-size: 150%;
	letter-spacing: 0.1em;
	font-weight: normal;
}
aside.left ol.menu h3{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
aside.right ol.menu img{
	margin-bottom: 10px;
}

aside.left ol li a,aside.right ol li a{
	text-decoration: none;
	display: block;
	background-color: none;
	text-align: left;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: none;
}
aside.left ol li a{
	color: #FFFFFF;
}
aside.right ol li a{
	color: #666666;
}
aside.left ol li a:hover,aside.right ol li a:hover{
	text-decoration: underline;
	background-color: none;
}
aside.left ol li a:hover{
	color: #FFCC00;
}
aside.right ol li a:hover{
	color: #336633;
}

aside.left address{
	color: #FFFFFF;
	padding: 10px;
	margin-top: 15px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
aside.left fieldset{
	border: 1px solid #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
aside.left fieldset legend{
	font-weight: bold;
	color: #FFFFFF;
}
aside.left fieldset a{
	color: #FFFFFF;
}

aside.right{
	clear: right;
	float: left;
}
aside.right .gallery{
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: none;
}
aside.right .gallery a{
	margin-top: 15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 120px;
	width: 200px;
	background-image: url(../../img/index/photo_btn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
aside.right .gallery a:hover{
	background-image: url(../../img/index/photo_btn_on.jpg);
}
aside.right .yosizo{
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: none;
	margin-top: 20px;
}
aside.right .yosizo a{
	margin-top: 15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 173px;
	width: 200px;
	background-image: url(../../img/index/yosizo_btn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
aside.right .yosizo a:hover{
	background-image: url(../../img/index/yosizo_btn_on.gif);
}


#footer-container {
	background-image: url(../../img/index/sky/silhouette.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 95px;
}
.footerbg {
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #0F573A;
}
#footer-container footer{
	color:white;
}

#footer-container footer .box{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 33%;
	vertical-align: top;
	line-height: 1.3em;
	text-align: left;
}
#footer-container footer .box ul{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-container footer .box ul li{
	background-image: url(../../img/yaji_02.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none;
	padding-left: 15px;
	margin-top: 3px;
}
#footer-container footer .box ul li a{
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
}
#footer-container footer .box ul li a:hover{
	color: #FFCC00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#footer-container footer .box ul li ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer-container footer .box ul li ul li{
	background-image: none;
	list-style-type: disc;
	padding-left: 0px;
}


#footer-container .copy_right{
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	letter-spacing: 0.3em;
	font-size: font-size: 11px;
	font-size: 1.1rem;
}
#humberger{display:none;}

.pc_none{display:none;}
.sp_none{display:block;}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */


@media only screen and (max-width: 768px) {
img{width:90%;}
.wrapper,#header-container h1,#header-container header address,#header-container,#main-container article.main,#main-container article.contents,#footer-container footer .box,#main-container article.contents_top,#main-container .anv {
	width:100%!important;
	position:static;
	margin: 0px;
	padding: 0px;
	float: none;
	height: auto;
	display: block;
	clear: both;
}

.col_3 a.box,
.col_6 a.box{
width:28%!important;}


ul#ul_menu{
	display:none;
}
#main-container article.contents{
	width:95%!important;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
#main-container .anv{
	width:90%!important;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}


#top_logo{
	height: 350px;
}

#top_logo header h1{
	margin-top: 0px;
}

#top_logo h1 img{
	width:80%;
	margin-bottom: 10px;
	max-width:400px;
}
#top_logo header .kumafuwa { 
	top:0px;
	margin-top: -50px;
	height: 253px;
	width: 200px;
}  

.sub_list,aside{display:none;}
nav ul#ul_menu li{
	width:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
nav ul#ul_menu li a,nav ul#ul_menu li a:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header-container nav{
	height: 100%;
}

#head_nav{display:none;}
#drawernav{
	position: fixed;
	top: 0;
	right: -105%;
	width: 95%!important;
	height: 100%;
	background: #0D1D31;
	color: #fff;
	z-index: 1;
	padding-top: 0px;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
 
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	overflow: auto;
	padding-left:5%!important;
}
		#humberger{
	background-color: #0D1D31;
	display:block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	width: 15%;
	max-width:40px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	color:#FFFFFF!important;
	font-size: 10px;
	text-align: center;
	line-height: 1.2em;
		}
		.icon-bar{
			height: 2px;
			background: #fff;
			display: block;
			margin-bottom: 6px;
			-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */

			-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			     -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			        transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
		}

		.icon-word{
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space: nowrap;
		}
			body.drawer-opened .fixed-content{
				left: -100%;
			}
			body.drawer-opened #drawernav{
				right: 0;
			z-index: 999;
			}
			body.drawer-opened #humberger .icon-bar{
				background: #fff;
			}
			body.drawer-opened #humberger :nth-child(1){
				transform:translate(0,8px) rotate(45deg);
				-webkit-transform:translate(0,8px) rotate(45deg);
			}
			body.drawer-opened #humberger :nth-child(2){
				transform:translate(-20px ,0);
				-webkit-transform:translate(-20px ,0);
				opacity:0;
			}
			body.drawer-opened #humberger :nth-child(3){
				transform:translate(0,-8px) rotate(-45deg);
				-webkit-transform:translate(0,-8px) rotate(-45deg);
			}
.pc_none{display:block;}
.sp_none{display:none;}
article section,article section p{
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
#main-container article.contents table{
width:100%;}
#main-container article.contents table td,#main-container article.contents table th{
display:block;}
ul li img{width:auto!important;}

.main_img{
	height: 100px;
}

#viewer {
    width: auto;
    height: 100px;
}


}

@media only screen and (max-width: 480px) {
}

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


.btn-wak {
	display: inline-block;
	text-align: left;
	background-color: #663300;
	font-size: 130%;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px dashed #FFF;
	box-shadow: 0px 0px 0px 5px #ccc;/* box-shadowで外枠を */
	line-height: 1em;
	margin-top: 1em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.btn-wak:hover {
  border-style: solid;
}
.btn-wak:visited,.btn-wak:active {
	color: #FFF;
}


blockquote.bus iframe{
	height: 550px;
	width: 700px;
}
@media only screen and (max-width: 768px) {
blockquote.bus iframe{
	width: 100%;
}

}