/* -----------------------------------
 * Slidebars
 * Version 0..10
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */

html, body, #sb-site, .sb-site-container, .sb-slidebar {
	/* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	width: 100%;
	overflow-x: hidden; /* Stops horizontal scrolling. */
}

html {
	height: 100%; /* Site is as tall as device. */
}

body {
	min-height: 100%;
	height: auto;
	position: relative; /* Required for static Slidebars to function properly. */
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden; /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
}

/* ----------
 * 002 - Site
 */

#sb-site, .sb-site-container {
	/* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
	width: 100%;
	position: relative;
	z-index: 1; /* Site sits above Slidebars */
	background-color: #ffffff; /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* ---------------
 * 003 - Slidebars
 */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.sb-slidebar {
	height: 100%;
	overflow-y: auto; /* Enable vertical scrolling on Slidebars when needed. */
	position: fixed;
	top: 0;
	z-index: 0; /* Slidebars sit behind sb-site. */
	display: none; /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
	background-color: #222222; /* Default Slidebars background colour, overwrite this with your own css. */
	-webkit-transform: translate(0px); /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
	left: 0; /* Set Slidebar to the left. */
}

.sb-right {
	right: 0; /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
	position: absolute; /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
	display: block; /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
	z-index: 9999; /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
	-webkit-overflow-scrolling: touch; /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
	.sb-slidebar {
		width: 30%;
	}

	.sb-width-thin {
		width: 15%;
	}

	.sb-width-wide {
		width: 45%;
	}

        #customElement {
            width: 100%;
			/*--height: 825px;--*/
            background: rgba(0, 0, 0, 1);
            position: relative;
            top: 0;
            left: 0;
            z-index: 0;
            /*background: url("test2/examples/assets/ytplayer_img.jpg") no-repeat center center;
            background-size: cover;*/
        }
        /*--body.home #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2017/10/img_2017fotoconsuisen.jpg") no-repeat center bottom;
            background-size:cover;
		}--*/
        body.page-id-189 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_inogashiraren.jpg") no-repeat top center;
            background-size:auto;
		}
        body.page-id-187 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_tobiiriren.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-190 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_rizumuren.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-191 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_mitakaren2.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-192 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_hanamichiren-e1453827340385.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-193 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_shirubaren-e1453826952974.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-194 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_shiyakushoren-e1453826057897.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-195 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_yubinkyokuren-e1453826448213.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-196 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_muretakayamaren-e1453825570400.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-197 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_mutsumiren-e1453825553247.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-198 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_fudoren-e1453825585618.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-199 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_hisuiren.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-200 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_doshiren.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-201 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_hanaoyaren.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-202 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_mitakashokoren-e1453822794743.jpg") no-repeat top center;
            background-size: cover;
		}
        body.page-id-203 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_mitakaginzaren-e1453825599825.jpg") no-repeat top center;
            background-size: cover;
		}

        body.page-id-728 #customElement {
            background: url("http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2017/03/img_50th01.jpg") no-repeat center bottom;
            background-size: cover;
		}


		#customElement .bg{
			background: url(../img/raster.png) repeat left top;
			z-index: 3000;
            width: 100%;
			/*--height: 825px;--*/
		}

        #testText {
            position: absolute;
            font-size: 40px;
            text-align: center;
            line-height: 80px;
            color: #000;
            width: 100%;
            margin-top: 0;
            text-shadow: 10px 10px 20px rgba(248, 248, 248, 0.60);
        }

        button {
            font-size: 16px;
            display: inline-block;
            color: #fff;
            line-height: 30px;
            margin: 0;
            border: none;
            cursor: pointer;
   background-color: rgba( 0, 0, 0, 0.55 );
        }

        button i{
			margin: 0 5px 0 0;
		}

        button:focus {outline:none;}

.drawer-headerin{
	padding: 15px 15px 15px 60px;
}




.drawer-headerin .logo{
	float: left;
	width: 250px;
	height: 49px;
	background: url(../img/img_logo_top.png) no-repeat left top;
	text-indent: -999999px;
}

.drawer-headerin .logo a{
	display: block;
	width: 250px;
	height: 49px;
}

.scroll .drawer-headerin .logo{
	background: url(../img/img_logo_main.png) no-repeat left top;
}

body.lowerPage .drawer-headerin .logo{
	background: url(../img/img_logo_main.png) no-repeat left top;
}

ul.headertxt{
	float: right;
}

ul.headertxt li{
	width: 125px;
	float: left;
	color: #fff;
	text-align: center;
	background: url(../img/bg_tatedotted.png) repeat-y left top;
}

.scroll .drawer-headerin{
background-color: #fff;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}


body.lowerPage ul.headertxt li ,
body.lowerPage ul.headertxt li a ,
.scroll ul.headertxt li{
	background: url(../img/bg_tatedotted-b.png) repeat-y left top;
}


ul.headertxt li a,
body.lowerPage ul.headertxt li a {
	padding: 15px 0 0 0;
	display: block;
}


.scroll .drawer-headerin ul.headertxt li a ,
body.lowerPage ul.headertxt li a{
	color: #d80C18;
}

ul.headertxt li.hamburger button {
	margin: 0 0 0 35px;
	padding: 5px 0 0 0;
}
body.lowerPage ul.headertxt li.hamburger button,
.scroll .drawer-headerin ul.headertxt li.hamburger button {
	color: #d80C18;
}

.drawer-hamburger span.name{
    line-height: 100%;
    margin: 21px 0 0;
	display: block;
	font-weight: bold;
	font-size: 90%;
}

ul.headertxt li a{
	color: #fff;
	text-decoration: none;
	display: block;
}

ul.headertxt li i{
	font-size: 200%;
	background-image: none!important;
}

ul.headertxt li.news span,
ul.headertxt li.faq span,
ul.headertxt li.sitemap span,
ul.headertxt li.contact span,
ul.headertxt li.home span{
	margin: 10px 0 0 0;
	display: block;
	font-weight: bold;
	font-size: 90%;
}

ul.headertxt li.home span.pc_show{
	margin-top: 0;
}


#mainText{
	width: 955px;
	margin: 0 auto 6.7% auto;
	padding: 6% 0 0 0;
}

/*#mainText{
	width: 955px;
	margin: 0 auto 6.7% auto;
	padding: 60% 0 0 0;
}*/

#mainText p.pict{
	margin: 10px 0 0 0;
	text-align: right;
	color: #fff;
}

#mainText h1 img{
	width:100%;
}



body.parent-pageid-61 #mainText h1 img{
	width:auto;
}


body.lowerPage #subNavi{
	padding: 86px 0 0 0;
}




#bnrArea ul {
    width: 100%;
	background-color: #000;
}

#bnrArea ul li{
	float: left;
    width: 25%;
	text-align: center;
}



#bnrArea ul li a{
	display: block;
	padding: 20px 0;
	font-size: 115%;
	color: #fff;
	text-decoration: none;
    width: 100%;
	background-color: #000;
}





#bnrArea ul li a:hover{
	background-color: #d6381e;
}

#bnrArea ul li a .fa{
	margin: 0 5px 0 0;
}

#bnrArea ul li .img{
	width: 100%;
}

#subNavi{
	padding: 10px 0;
	background-color: #313131;
}


/*body.page-id-61 #subNavi,*/
body.parent-pageid-61 #subNavi{
	padding: 0;
}



#subNavi ul{
	width: 1100px;
	margin: 0 auto;
}

#subNavi ul li{
	width: 219.2px;
	float: left;
	margin: 1px 0 1px 1px;
	background-color: #fff;
	text-align: center;
}

#subNavi ul li.about{
	width: 218.2px;
	margin-left: 1px;
}

#subNavi ul li section{
	margin: 0 8px;
}

#subNavi ul li a{
	padding: 28px 0;
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #313131;

}


#subNavi ul li a:hover{
	opacity: 0.7;
}



#subNavi ul li figure{
	text-align: center;
	margin: 0 0 8px 0;
	z-index: 1px;
}


.page-id-728 .tokubetu{
	text-align: center;
	margin: 40px 0;
}







body.home #subNavi {
	padding: 0;
}

body.home #subNavi ul{
	width: 100%;
	margin: 0;
}

body.home #subNavi ul li{
	float: left;
	width: 20%;
	height: 350px;
	margin: 0;
	font-size: 115%;
	font-weight: bold;
}

body.home #subNavi ul li img{
	width: 100%;
}

body.home #subNavi ul li a{
	display: block;
	padding: 269px 0 0 0;
	color: #fff;
}

body.home #subNavi ul li a span{
	display: block;
	padding: 20px 0;
	color: #fff;
	background-color: rgba(214,56,30,0.9);
}


body.home #subNavi ul li.course a{
	background: url(../img/img_snavi01.png) no-repeat center center;
	background-size: cover;
}
body.home #subNavi ul li.schedule a{
	background: url(../img/img_snavi02.png) no-repeat center center;
	background-size: cover;
}
body.home #subNavi ul li.photo a{
	background: url(../img/img_snavi03.png) no-repeat top center;
	background-size: cover;
}
body.home #subNavi ul li.intro a{
	background: url(../img/img_snavi04.png) no-repeat center center;
	background-size: cover;
}
body.home #subNavi ul li.about a{
	background: url(../img/img_snavi05.png) no-repeat bottom center;
	background-size: cover;
}

body.home #subNavi ul li a:hover{
	background-color: #fff;
	color: #000;
}





#topna ul li section h2{
	margin: 0 0 5px 0;
	font-size: 120%;
	font-weight: normal;
	color: #ad0e15;
	z-index: 500px;
}

#subNavi ul li section p{
	line-height: 140%;
	font-size: 96%;
	color: #000;
}

#mainArea {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}


body.home #mainArea {
	width: 100%;
	margin: 0;
	padding: 40px 0 0 0;
}




/*-- rightArea ---*/

#mainArea #mainBnrArea{
	margin: 0 0 40px 0;
}

#mainArea #mainBnrArea li{
	width: 360px;
}
#mainArea #mainBnrArea li a{
	display: block;
}
#mainArea #mainBnrArea li img{
	width: 100%;
}



#mainArea #mainBnrArea li.result{
	float: left;
}
#mainArea #mainBnrArea li.faq{
	float: right;
}




#mainArea #mainContentArea h2{
	background-color:#313131;
	padding: 10px 10px 10px 20px;
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 120%;
	clear: both;
	line-height: 1.4;

}


#mainArea #mainContentArea #shinairen h2,
#mainArea  #activity_list h2{
	background-color:#d6381e;
	padding: 10px 10px 10px 20px;
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 120%;
	clear: both;
	line-height: 1.4;
}



#footer {
	margin: 100px 0 0 0;
}

#footer ul.footerBtn{
	width: 1000px;
	margin: 0 auto 15px auto;
	text-align: center;
}


#footer ul.footerBtn li{
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #4e0c36;
	font-size: 86%;
}

#footer ul.footerBtn li.no01{
	border: none;
}

#footer #info{
	padding: 15px 0;
	background-color: #d6381e;
}

#footer #info ul {
	width: 1100px;
	margin: 0 auto 10px auto;
		text-align: right;
}

#footer #info ul li{
	display: inline;
	font-weight: bold;
	padding: 0 0 0 5px;
	font-size: 86%;
}

#footer #info ul li a{
	color: #fff;
	text-decoration: none;
}

#footer #info ul li a:hover{
	text-decoration: underline;
}

#footermiddle {
	width: 1100px;
	margin: 0 auto 10px auto;
}

#footer #info dl{
	float: left;
	width: 30%;
}
#footer #info #footerbnr{
	float: right;
	width: 64.4%;
	margin-top: 84px;
}

#footer #info #footerbnr li{
	width: 136px;
	float: left;
}
#footer #info #footerbnr li a{
	display: block;
}

#footer #info #footerbnr li img{
	width: 100%;
	height: auto;
}


#footer #info dt{
	margin: 0 0 5px 0;
}
#footer #info dd{
	margin: 0 0 10px 0;
	color: #fff;
	font-weight:  bold;
	font-size: 86%;
	line-height: 1.4;
}

#footer #info dd a{
	color: #fff;
	text-decoration: none;
}
#footer #info dd a:hover{
	text-decoration: underline;
}

#footer #info p.copy{
	width: 1100px;
	margin: 0 auto;
	text-align:right;
	color: #fff;
	font-size: 90%;
}

@media screen and (max-width: 302px)  {
ul.headertxt {
	width: 45%;
}

ul.headertxt li {
    width: 44px !important;
}
#body .img{
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 320px)  {
ul.headertxt {
	width: 42%;

}
body.single-faq .faq-awaodori-faq-fest #answer span{
	float: left;
	width: 10%;
}
#body .img{
	width: 100%;
	height: auto;
}
}


@media screen and (max-width: 736px)  { /* Slidebar widths on extra small 641px screens. */

p#stop2020 {
margin: 0 0 20px 0;
}
	
.category-event #intro .images img{
		width: 100% !important;
}

.message ul {
      display: block;
}
.message ul li {
      width: 100%;
	margin-bottom: 20px;
}

.message ul li:first-child{
	margin-right: 0;
}
	
/*--50th*/
	
.page-id-728 .tokubetu img{
	width: 100%;
	height: auto;
}
	
#mainText {
height: auto !important;
background-image: none;
/*--background: url(http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_shirubaren-e1453826952974.jpg) no-repeat center center;
background-size: cover;
margin-bottom: 0 !important;--*/
}

.single-post .img img{
		width: 100%;
	height: 100%;
}
	
#CDT{
 font-size: 18px;
}
	
#CDT .day{
 font-size: 28px;
margin-left: 5px;
}
#CDT .hour,#CDT .min,#CDT .sec{
 font-size: 18px;
margin-left: 5px;
}

	
	.page-id-728 #newslist .box{
		float: none;		
		width: 100%;
	}
	
	
.home #mainText{
 padding: 30% 0 0 0;
}
	

.page-id-728 #mainText{
 padding: 8% 0;
}
body.home #customElement {
	background: url(http://awaodori.mitaka.ne.jp/awa/wp-content/themes/awaodori_vol2/common/img/img_sptop2018.jpg) no-repeat center top;
    background-size: 100%;
    background-position: 0 0;
}
.home .event p.anniversary,	
.page-id-728 .event p.anniversary {
	font-size: 27px;
	text-align: left;
}
	
.home .event,
.page-id-728 .event{
		margin: 0 10px;
}


.home .event h1,
.page-id-728 .event h1{
	line-height: 1;
	font-size: 30px;
	margin: 0 0 30px 0;
}

.home .event p.catch,
.page-id-728 .event p.catch{
	font-size: 20px;
	margin: 0 0 20px 0;
}

	
.home .event p.catch .img,
.page-id-728 .event .img{
	text-align: center;
	margin: 0 0 20px 0;
}

.home .event p.catch .time .sakura{
	display: block;	
}

/*---------------------------------------------------------------------*/
/*common-*/
/*---------------------------------------------------------------------*/

	.sp_show { display: block !important; }
	.sp_hide { display: none !important; }
	
	
/*---------------------------------------------------------------------*/
/*odorikata-*/
/*---------------------------------------------------------------------*/


.category-award #aword dt{
    width: 100%;
	float: none;
	border: none;
	padding: 0;
}

.category-award #aword dd{
    width: 100%;
	float: none;
	padding: 0 0 10px 0;
}


#odorikata .leftArea{
	float: none;
}

#odorikata .rightArea{
	float: none;
}



#odorikata ul li{
	width: 98%;
	padding: 2;
}

#odorikata ul li .img {
    width: 30%;
	float: left;
	display:block;
}
#odorikata ul li .txt {
    width: 65%;
	float: right;
}


.nextend-widget-bullet{
	display: none !important;
}

.sliderCenter{
	width: auto;
	margin: 0 auto 10px auto;
}

.imgright{
	margin: 0 0 15px 0;
}

.imgright .img{
	width: 100%;
	float: none;
}

.imgright .txt{
	width: 100%;
	float: none;
}


.drawer-headerin {
    padding: 5px 5px 5px 10px;
}

body.lowerPage .drawer-headerin .logo,
.scroll .drawer-headerin .logo,
.drawer-headerin .logo {
    height: 35px;
    width: 140px;
	background-size: 100%;
	margin: 14px 0 0 0;
}


.drawer-headerin .logo a {
    height: 30px;
    width: 170px;
}



ul.headertxt {
	width: 35%;
}

ul.headertxt li {
    width: 50%;
    font-size: 14px;
}



ul.headertxt li i {
    font-size: 36px;
}

ul.headertxt li.news span,
ul.headertxt li.faq span,
ul.headertxt li.sitemap span,
ul.headertxt li.contact span,
ul.headertxt li.home span {
    margin: 1px 0 0;
}

ul.headertxt li.contact,
ul.headertxt li.sitemap{
	display: none;
}

ul.headertxt li.hamburger button {
    margin: 0 0 0 13px;
}


.drawer-hamburger span.name {
    font-size: 72%;
    margin: 17px 0 0;
}


#mainArea {
    padding: 2%;
    width: 96%;
}

#mainArea #leftArea{
    float: none;
    width: 100% !important;
}

#mainArea #rightArea {
    float: none;
    width: 100% !important;
}
#youtubeArea{
	width: 100%;
	height: 100%;
}
	
	
.home #mainText h1 {
	font-size: 110%;

}
	
	
	
	

#mainText p.pict{
	padding: 0 0 10% 0;
	font-size: 66%;
}

#mainText {
height: auto !important;
background: url(http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_shirubaren-e1453826952974.jpg) no-repeat center center;
background-size: cover;
margin-bottom: 0 !important;
}

	
/*--50th*/
#mainText {
height: auto !important;
background-image: none;
/*--background: url(http://awaodori.mitaka.ne.jp/awa/wp-content/uploads/2016/01/img_i_shirubaren-e1453826952974.jpg) no-repeat center center;
background-size: cover;
margin-bottom: 0 !important;--*/
}

#mainText h1 img{
height: 100%;	
}



div.liststyle .img {
    width: 30%;
	padding: 0 20px 0px 0;
}
div.liststyle .img img{
    width: 100%;
}
div.liststyle .txt {
    float: none;
    width: 100%;
}

#mainArea #rightArea h3{
 font-size: 100%;
}


#footermiddle {
    margin: 0 auto 10px;
    width: 100%;
}

#footer #info dt img{
	width: 80%;
	height: auto;
}



#footerbner #sideBner li{
	float: left;
	width: 44.5%;
	padding: 0 2.5% 2.5% 2.5%;
}
#footerbner #sideBner li img{
	width: 100%;
	border: 1px solid #ccc;
}


#footer {
    margin: 30px 0 0 0;
}

#footer #info ul {
	display: none;/*--test--*/
}

#footer ul.footerBtn {
	display: none;
}

#footer #info dl {
    width: 100%;
	margin: 0 0 20px 0;
}

#footer #info dt {
	text-align: center;
}

#footer #info dd {
	text-align: center;
}

#footer #info p.copy {
	text-align: center;
    width: 100%;
	font-size: 80%;
}

#mainArea #rightArea #mainContentArea{
	clear: both;
}




body.lowerPage #mainArea #rightArea #mainContentArea{
	margin: 80px 0 0 0;
}
body.single #mainArea{
	padding: 80px 0 0 0;
}
#subNavi{
	margin:0 0 10px 0;
}
body.home #subNavi ul li a {
	background: none !important;
    color: #fff;
    display: block;
    padding: 0px;
	opacity: 1;
}

body.home #subNavi ul li {
    float: none;
    font-size: 90%;
    font-weight: bold;
    height: inherit;
    margin: 0;
    width: 100%;
	border-bottom: 1px solid #000;
}
body.home #subNavi ul li a span {
	padding: 15px 0;
}

#mainArea #rightArea #mainBnrArea li {
    float: none !important;
    width: 100% !important;
}

body.home #facebook{
	float: none;
	margin: 0 auto;
}


body.home #mainArea {
	padding: 0;	
}

#mainArea #rightArea #mainBnrArea li img{
    width: 100% !important;
}
#mainArea #rightArea #mainContentArea h2 {
	width: 94% !important;
	padding: 10px 3%;
}

#mainContentArea h1 {
    font-size: 120%;
	line-height: 1.4;
	padding: 10px;
}

#subNavi ul {
	display: none;
}

body.home #subNavi ul {
	display: block;
    width: 100%;
}

#subNavi ul li {
    background-color: #fff;
    float: none;
    margin: 0px 0 0px 0px;
	border-bottom: 1px solid #ccc;
    text-align: center;
    width: 100%;
}

#subNavi ul li a {
    padding: 20px 0;
}

#subNavi ul li.about {
    margin-left: 0;
    width: 100%;
}

body.lowerPage #subNavi {
    padding: 60px 0 0;
}


#key_wrap {
	display: none;
}

#breadcrumb{
	display: none;
}

#subMenu {
	display: none;
}


#mainArea #mainContentArea h2 {
    font-size: 96%;
}
body.single #mainArea {
    padding: 0;
}

#mainContentArea h1 {
    font-size: 110%;
    line-height: 1.4;
    padding: 10px;
}
.single #mainArea h1 {
    font-size: 110%;
    padding: 10px;
    margin: 0 0 20px;
	line-height: 1.4;
}
.post-38 #ustream #ust {
    margin: 0 auto 20px;
	width: 100%;
}

.pagecontents iframe {
	width: 100%!important;
	height: auto !important;
}
.single .entry-content .pict img,
.archive #mainContentArea .pict img{
	width: 100% !important;
	height: auto !important;
}



#category-progress-chart .txt {
    float: none;
    width: 100%;
}
#category-progress-chart .img {
    float: none;
    width: 100%;
}



#photosContest .box .img {
    float: none;
    width: 100%;
}

#photosContest .box .text {
    float: none;
    width: 100%;
}

#photosContest .box .img img {
    height: auto;
    width: 100%;
}

.box .text h3{
	padding: 5px 0;
	border-bottom: 1px solid #d6381e;
}
.box .text h3 span.award {
    font-size: 120%;
}

.box .text h3 span.title {
    font-size: 140%;
}

#photosContest #date img{
    width: 100%;
	height: auto;
}



.category-news #activity_list .box {
    float: none;
    width: 100%;
}
.category-news #activity_list .box a {
    padding: 5px 0;
}
.category-news #activity_list .box .img {
    width: 25%;
}


.category-news #activity_list .box .txt h3 {
    font-size: 110%;
	line-height: 1.4;
	margin: 0 0 5px 0;
}

.category-news #activity_list .box .img img {
    width: 100%;
}
.category-news #activity_list .box .txt {
    width: 71%;
}

.category-news #activity_list .box .txt p:nth-child(2){
	display: none;
}

.category-news #activity_list .box .txt p .category{
	display: block;
}


body.page-id-61 #shinairen ul li, 
body.parent-pageid-61 #shinairen ul li {
    height: 100%;
    width: 50%;
}

body.parent-pageid-61 #key_panel {
    width: 100%;

}

body.parent-pageid-61 #mainText {
    height: 200px;
    width: 100%;
}

body.parent-pageid-61 #mainText h1{
	display:none;
}



#mainArea #mainContentArea #shinairen h2,
#mainArea #activity_list h2 {
    margin: 0 0 10px 0;

}

body.page-id-61 #shinairen ul li .img,
body.parent-pageid-61 #shinairen ul li .img {
    height: 100%;
}


/*---------------------------------------------------------------------*/
/*top-*/
/*---------------------------------------------------------------------*/

	
ul.headertxt li a, body.lowerPage ul.headertxt li a {
    padding: 0;
}

#news .box {
    float: none;
    width: 100%;
}

#news .box .txt p {
    font-size: 70%;
}

body.home #mainArea .rightArea{
	float: none;
	width: 100%;
}
body.home #mainArea .leftArea{
	float: none;
	width: 100%;
}

body.home #mainArea .twitter, 
body.home #mainArea .facebook {
	margin: 0;
	margin-bottom: 15px;
	width: 100%;
	font: none;
}
	
	
body.home #mainArea .bnr {
	margin-bottom: 15px;
	width: 100%;
	font: none;
}

body.home #mainArea .bnr li{
    width: 100%;
	margin: 0 0 0px 0;
}

body.home #mainArea .bnr li img{
	width: 100%;
}

body.home #mainArea #new-arrival li{
	width: 100%;
}

body.home #mainArea #new-arrival li:nth-child(odd){
	float: none;
}

body.home #mainArea #new-arrival li:nth-child(even){
	float: none;
}

body.home #mainArea #new-arrival {
    float: none;
    margin: 0 2.5% 20px 2.5%;
    width: 95%;
}

body.home #mainArea #new-arrival h2 {
    font-size: 100%;
    padding: 10px;
}

body.home #mainArea #new-arrival .newtext {
    padding: 10px;
}

body.home #mainArea #new-arrival p {
    line-height: 1.7;
}

#mainArea p, #mainContentArea p {
    font-size: 86%;
}


body.home #mainArea #photocon {
    float: none;
    margin: 0 2.5% 2.5% 2.5%;
    width: 95%;
}


body.home #mainArea #photocon h2 {
    font-size: 100%;
    padding: 10px;
}

#shinairen ul li.box {
    height: 100%;
    padding: 40% 0 0;
    position: relative;
    width: 50%;
}

#shinairen ul li a h3 {
    font-size: 80%;
}


body.page-id-61 #shinairen ul li.box {
    width: 50%;
    padding: 42% 0 0;
}

.ex{
    width: 90%;
    margin: 0 auto;
}
   
   


#adbenner {
    float:none;
    width: 90%;
   margin: 0 auto;
}


#adbenner li{
    width: 100%;
    height: auto;
    margin: 0 5px 10px 5px;
    text-align: center;
}
#adbenner li:nth-child(even){
    float: none;
}

#adbenner li:nth-child(odd){
    float: none;
}
   
#adbenner li:nth-child(4) a,
#adbenner li:nth-child(5) a,
#adbenner li:nth-child(6) a{ 
    width: 100%;
    height: 60%;
    padding: 8% 0;
    font-size:180%;
}


#bnrArea ul li {
    float: none;
    text-align: center;
    width: 100%;
}

#bnrArea ul li span{
	display: block;
}
#bnrArea ul li a {
    font-size: 15px;
    padding: 20px 0;
}

#bnrArea ul li.boshu a{
	background-color: #000;
}

#bnrArea ul li.ustream a{
	background-color: #313131;
}


#bnrArea ul li.donationa{
	background-color: #313131;
}

#bnrArea ul li.posters a{
	background-color: #313131;
}

#bnrArea ul li.donation a:hover,
#bnrArea ul li.ustream a:hover,
#bnrArea ul li.posters a:hover{
    background-color: #d6381e;
}



#mainText {
    margin: 0 auto 10px auto;
    padding: 80px 0 0 0;
    width: 100%;
	height: 150px;
	text-align: center;
}

#mainText img{
    width: 90%;
	height: 90%;
}
.playbtn{
display: none;
}



#customElement {
    height: 100%;
}

#customElement .bg {
    background: rgba(0, 0, 0, 0) url("../img/raster.png") repeat scroll left top;
    height: 100%;
    width: 100%;
}



.allposts #activity_list .box a,
.category-news #activity_list .box a {
    margin: 0 0 10px;
    padding: 0px;
	text-decoration: none;
}
#activity_list .box {
    padding: 0px;
    width: 100%;
}


.allposts #activity_list .box .txt h3, .category-news #activity_list .box .txt h3 {
    font-size: 120%;
    font-weight: bold;

}

.allposts #activity_list .box .img,
.category-news #activity_list .box .img {
    float: none;
    width: 100%;
	margin: 0 0 5px 0;
}

.allposts #activity_list .box .img img,
.category-news #activity_list .box .img img{
    width: 100%;
}

.allposts #activity_list .box .txt,
.category-news #activity_list .box .txt {
    float: none;
    width: 100%;
}

.posters-cate .box:after,
#activity_list .box:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	


.posters-cate .box,
#activity_list .box{
	padding-bottom: 10px;
	margin-bottom: 10px;
}


.posters-cate .box .img,
#activity_list .box .img {
    width: 30%;
}

.posters-cate .box .txt, #activity_list .box .txt {
    width: 68%;
}


.posters-cate .box .txt h3, #activity_list .box .txt h3 {
    font-size: 100%;
}


.posters-cate .box:nth-child(2n), #activity_list .box:nth-child(2n) {
    border-left: none;
    float: none;
}

/*---------------------------------------------------------------------*/
/*about  -*/
/*---------------------------------------------------------------------*/
#mainContentArea .post-7 .entry-content #greeting h3 {
    font-size: 130%;
}
#mainContentArea .post-7 .entry-content #groupe .member .img,
#mainContentArea .post-7 .entry-content #prof .member .img {
    float: none;
    width: auto;
	text-align:center;
	line-height: 0;
}

#mainContentArea .post-7 .entry-content #groupe #utanohoshi .img {
    float: none;
    width: auto;
	text-align:center;
	line-height: 0;
}


#mainContentArea .post-7 .entry-content #groupe .member .txt-info,
#mainContentArea .post-7 .entry-content #prof .member .txt-info {
    float: none;
    width: 100%;
}
#mainContentArea .post-7 .entry-content #groupe .member h3 .name,
#mainContentArea .post-7 .entry-content #prof .member h3 .name {
    background-color: #ad0e15;
    color: #fff;
    display: block;
    float: none !important;
    font-size: 150%;
    padding: 10px 3%;
    width: 94% !important;
}




#mainContentArea .post-7 .entry-content #groupe .member h3 .en,
#mainContentArea .post-7 .entry-content #prof .member h3 .en {
    background-color: #f7f6f6;
    display: block;
    float: none;
    font-size: 90% !important;
    line-height: 1;
    padding: 10px 5%;
    width: 90% !important;
}


.greeting .body ul li {
    float: none;
    margin: 0;
    width: 100%;
}

/*---------------------------------------------------------------------*/
/*outline  -*/
/*---------------------------------------------------------------------*/

#mainContentArea #post-13 #outlineArea table th {
    width: 35%;
}
/*---------------------------------------------------------------------*/
/*accsess  -*/
/*---------------------------------------------------------------------*/

#map1 {
    height: 300px !important;
    width: 100% !important;
}


#mainContentArea ol li {
    font-size: 86%;

}


/*---------------------------------------------------------------------*/
/*category-stagesmovies  -*/
/*---------------------------------------------------------------------*/

.category-stagesmovies #resultVoice .detail,
.category-symphonicband #resultVoice .detail,
.category-workshop #resultVoice .detail {
    float: none;
    width: 100%;
}

.category-stagesmovies #resultVoice .img,
.category-symphonicband #resultVoice .img,
.category-workshop #resultVoice .img {
    float: none;
    height: auto;
    width: 100%;
	margin: 0 0 10px 0;
}


.category-stagesmovies #resultVoice .img img,
.category-symphonicband #resultVoice .img img,
.category-workshop #resultVoice .img img {
    height: auto;
    width: 100%;
}



.single_list_style li {
    float: left;
    margin: 0 5px 40px 5px;
    width: 125px;
}
.single_list_style li a {
    display: block;
    width: 125px;
}

.single_list_style li a img {
    height: auto;
    width: 125px;
}


.single_list_style li p {
    font-size: 12px;

}


.resultbtnArea ul {
	width: 100%;
    margin: 15px 0 0 0;
	padding: 0;
}

#mainContentArea .entry-content .discography_style li {
	width: 45%;
	margin: 0 2.5%;
}
#mainContentArea .entry-content .discography_style li a {
	width: 100%;
}
#mainContentArea .entry-content .discography_style li a img {
    height: 100%;
    width: 100%;
}
.activity .category_disp .img{
	width: 30%;
	padding: 0 10px 10px 0;
}
.activity .category_disp .img img{
	width: 100%;
	height: 100%;
}
.activity .category_disp .txt{
	float: none;
	width: auto;
}


#mainContentArea .resultbtnArea ul li {
	margin: 0 0 0 28%;
}


.category-stagesmovies h1, .category-symphonicband h1, .category-workshop h1 {
    font-size: 120%;
    padding: 10px;
}

.category-stagesmovies #movieinfo iframe, .category-symphonicband #movieinfo iframe, .category-workshop #movieinfo iframe {
    height: 250px !important;
}


.category--others h1, .category-artist h1, .category-ryuseigroupe h1, .category-discography h1 {
    font-size: 120%;
    padding: 10px;
}


.category--others .body .img, .category-artist .body .img, .category-ryuseigroupe .body .img, .category-discography .body .img {
    float: none;
    width: 100%;
	margin: 0 0 20px 0;
}


.category--others .body .img img, .category-artist .body .img img, .category-ryuseigroupe .body .img img, .category-discography .body .img img {
    height: auto;
    width: 100%;
}

.category--others .body .detail, .category-artist .body .detail, .category-ryuseigroupe .body .detail, .category-discography .body .detail {
    float: none;
    width: 100%;
}

#kouen img{
	width: 100%;
}

.single_list_style li {
	width: 45%;
	margin: 0 2.5%;
}

.single_list_style li a img {
    width: 100%;
}

#footercontact{
	margin: 0 0 20px 0;
	background-color:#ad0e15;
	padding: 20px;
}

#mainArea .body img{
	width: 100%;
	height: 100%;
}


#footercontact h2{
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 140%;
	text-align: center;
}
#footercontact dl dt{
	color: #fff;
	font-size: 120%;
	margin: 0 0 5px 0;
}
#footercontact dl {
	margin: 0 0 20px 0;
}

#footercontact dl dd{
	color: #fff;
	font-size: 100%;
	margin: 0 0 5px 0;
}

#footercontact dd a{
	color: #fff;
}

#footercontact p a{
	background-color:#fff;
	display: block;
	padding: 14px 10px 10px 10px;
	color: #ad0e15;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#footermenu {
	margin: 0 0 20px 0;
}
.category--others #footermenu h2, .category-artist #footermenu h2,
.category-ryuseigroupe #footermenu h2, .category-discography #footermenu h2 {
    border-bottom: none;
    margin: 0;
    padding: inherit;
	font-size: 100%;
}

#footermenu .category_parent li a,
#footermenu h2 a,
#footermenu #sidemenu .page_item a{
	display: block;
    padding: 20px 15px 15px 15px;
	border: 1px solid #fff;
	border-bottom: none;
    background-color: #ad0e15;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #f7f4f9;
    display: block;
    text-decoration: none;
	font-weight: bold;
}
#footermenu #sidemenu{
	border-bottom: 1px solid #ad0e15;

}


#footerbner #youtubeArea h2 {
	padding: 0;
	border: none;
}



.single-post .category-event .entry-content img,
.single-post .category-news .entry-content img{
	width: 80% !important;
	height: auto;
}


.single-post .category-event h2,
.single-post .category-news h2 {
    font-size: 120%;
}





body.single-posters .type-posters .pict,
body.post-type-archive-posters #mainContentArea .pict {
    float: none;
    width: 100%;
	margin: 0 0 10px 0;
}

body.single-faq .faq-awaodori-faq-fest #answer span{
	float: left;
	width: 5%;
}

#body .img{
	width: 100%;
	height: auto;
}
}



 /*

@media (max-width: 480px) {
	.sb-slidebar {
		width: 70%;
	}

	.sb-width-thin {
		width: 55%;
	}

	.sb-width-wide {
		width: 85%;
	}
}

@media (min-width: 481px) {
	.sb-slidebar {
		width: 55%;
	}

	.sb-width-thin {
		width: 40%;
	}

	.sb-width-wide {
		width: 70%;
	}
}

@media (min-width: 768px) {
	.sb-slidebar {
		width: 40%;
	}

	.sb-width-thin {
		width: 25%;
	}

	.sb-width-wide {
		width: 55%;
	}
}

@media (min-width: 992px) {
	.sb-slidebar {
		width: 30%;
	}

	.sb-width-thin {
		width: 15%;
	}

	.sb-width-wide {
		width: 45%;
	}
}

@media (min-width: 1200px) {
	.sb-slidebar {
		width: 20%;
	}

	.sb-width-thin {
		width: 5%;
	}

	.sb-width-wide {
		width: 35%;
	}
}
 Slidebar widths on medium screens. */
/* ---------------
 * 004 - Animation
 */

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition: -moz-transform 400ms ease;
	     -o-transition: -o-transform 400ms ease;
	        transition: transform 400ms ease;
	-webkit-transition-property: -webkit-transform, left, right; /* Add left/right for Android < 4.4. */
	-webkit-backface-visibility: hidden; /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */

.sb-hide {
	display: none; /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}
