@charset "utf-8";
/*－－－－－－－－－－共通－－－－－－－－－－*/
@import "http://fonts.googleapis.com/earlyaccess/notosansjp.css";
* {
	margin: 0px;
	padding: 0;
    }
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1em;
	line-height: 1.7;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow-x: hidden;
    }
#share{
    font-size: 10px;
}
.kami {
  position: absolute;
  top: -50px;
  width: 17px;
  height: 15px;
  opacity: 0.7;
  -webkit-animation: fall 3s linear 0s 1 normal backwards;
  -moz-animation: fall 3s linear 0s 1 normal backwards;
  -ms-animation: fall 3s linear 0s 1 normal backwards;
  -o-animation: fall 3s linear 0s 1 normal backwards;
  animation: fall 3s linear 0s 1 normal backwards;
}
/* Animations */
/*************************************************/
@-webkit-keyframes fall {
  from {
    -webkit-transform: translateX(0) translateY(0) skew(30deg);
  }
  12.5% {
    -webkit-transform: translateX(-25px) translateY(75px) skew(0deg);
  }
  37.5% {
    -webkit-transform: translateX(25px) translateY(225px) skew(-30deg);
  }
  50% {
    -webkit-transform: translateX(0) translateY(300px) skew(30deg);
  }
  62.5% {
    -webkit-transform: translateX(-25px) translateY(375px) skew(0deg);
  }
  87.5% {
    -webkit-transform: translateX(25px) translateY(525px) skew(-30deg);
  }
  to {
    -webkit-transform: translateX(0) translateY(600px) skew(30deg);
  }
}
@keyframes fall {
  from {
    transform: translateX(0) translateY(0) skew(30deg);
  }
  12.5% {
    transform: translateX(-25px) translateY(75px) skew(0deg);
  }
  37.5% {
    transform: translateX(25px) translateY(225px) skew(-30deg);
  }
  50% {
    transform: translateX(0) translateY(300px) skew(30deg);
  }
  62.5% {
    transform: translateX(-25px) translateY(375px) skew(0deg);
  }
  87.5% {
    transform: translateX(25px) translateY(525px) skew(-30deg);
  }
  to {
    transform: translateX(0) translateY(600px) skew(30deg);
  }
}

h1 {

    }
h2 {


    }
h3 {
    }
h4 {
    }
h5 {

    }
h6 {
    }
p,li,dt,dl {
	line-height:1.6;
    }
li {
        list-style-type:none;
    }
img {
        border:0;
    }
.clear {
        clear:both;
    }
.right {
	float: right;
    }

.left {
	float: left;
    }
.center {
	text-align: center;
    }
.pointOrange{
	color: #FFF;
	background-color: #F60;
	padding: 3px;
	margin-top: 5px;
	display: inline-block;
	}
.topSpace20 {
	margin-top: 20px;
    }
.topSpace50 {
	margin-top: 50px;
    }
.leftSpace {
	margin-left: 20px;
    }
.leftSpace100 {
	margin-left: 100px;
    }
.leftSpace50 {
	margin-left: 50px;
    }
.leftSpace30 {
	margin-left: 30px;
    }
.topBottomSpace {
	margin: 5px 0px 25px;
    }
.size30 {
	font-size: 30px;
	font-weight: lighter;
    }
.gray {
	color: #666;
    }
.orange {
	color: #F60;
	font-weight: bold;
    }
.attention {
	color: #F60;
    }
.attention2 {
	color: #FF6600;
	font-weight: bold;
	font-size: 11px;
    }
#socialbuttons div {
	float: left;
	margin-left: 3px;
	font-size: 11px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#socialbuttons  {
	z-index: 10;
	clear: both;
	display: inline-block;
	margin: 7px 0px 0px;
	padding: 0px;
	height: 20px;
}
.newBoxSize {
	color: #555555;
	text-decoration: none;
	font-weight: lighter;
	margin: 0px 0px 0px;
	line-height: 130%;
	font-size: 12px;
	visibility: hidden;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}
.animationTime{
  /* 4秒待ってからアニメーションする */
 -moz-box-animation-duration: 7s;

  -webkit-animation-duration: 7s;
  animation-delay:7s;
  /* 5回繰り返す */
  -webkit-animation-iteration-count: 15;
   -moz-box-animation-iteration-count: 15;
  animation-iteration-count: 15;
}
.cover{
	z-index:2;
}
/* pc */
@media screen and (min-width: 721px) {
/*ここにpc用スタイルを記述*/

.head {

    }
.fesBox1 {
	background-image: url('../../img/festival/kan_fes2017/bg.png');
	overflow: hidden;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: contain;
    }
.fesBox2 {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('../../img/festival/kan_fes2017/bg2.png');
	background-attachment: fixed;
    }





h1 {
	overflow: hidden;
	font-size: 17px;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 5px;
	padding-left: 8px;
	font-weight: lighter;
	background-color: #033;
	padding-bottom: 5px;
}

.lp h2 {
	text-align: left;
	clear: both;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 33px;
	color: #333;
	font-weight: 300;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	margin-left: 40px;
	margin-top: 16px;
}
	h2.all1 {
	margin-left: auto;
	margin-top: 16px;
	width: 500px;
	margin-right: auto;
}
		h2.one {
	text-align: left;
	clear: both;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 40px;
	color: #EF9809;
	font-weight: 300;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	margin-left: 40px;
	margin-top: 16px;
}
	h2.two {
	text-align: left;
	clear: both;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 53px;
	color: #999;
	font-weight: 300;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
	margin-left: 40px;
	margin-top: 16px;
}
.lp{
	max-width: 964px;
	width: 90%;
	overflow: hidden;
	margin: 25px auto;
}
.lpHead {
	width: 320px;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	}
.lpSns {
	overflow: hidden;
	}
.lpLogo {
	margin: 16px auto 16px;
	overflow: hidden;
	width: 45%;	 /* z-index: 5; */
	clear: both;
	}
.lpMain {
	max-width: 964px;
	width: 90%;
	overflow: hidden;
	margin: 25px auto;
}
 .detailBox {
	width: 80%;
	max-width: 900px;
	overflow: hidden;
	margin-top: 21px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #777;
    }
 .detailBox h2 {
	margin-left: 0px;
	padding-left: 0px;
	font-size: 40px;
	color: #18A6EB;
	font-weight: 300;
    }
	 .detailBox p {
	line-height: 220%;
    }

.concept {
	max-width: 964px;
	width: 90%;
	overflow: hidden;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
	.concept h3 {
	font-size: 22px;
	font-weight: lighter;
	color: #0C3;
}
		.concept p {
	font-size: 16px;
	font-weight: lighter;
	color: #777;

}

img.fesSp { display: none; }  /* spを非表示 */


/*－メインページ－*/

.wrapper{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin-bottom: 32px;
}
 .award1 {
	width: 870px;
	position: relative;
	padding: 0px;
	margin: 21px auto 24px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border: 15px solid #FFD600;
	background-color: #FFFFFF;
    }
	 .award2 {
	width: 670px;
	position: relative;
	padding: 0px;
	margin: 21px auto 24px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border: 15px solid #4AC319;
		 	background-color: #FFFFFF;

    }
	.award2 .itemD {
	overflow: hidden;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
    }
	.award1 .itemCap, .award2 .itemCap {

	display: block;
	color: #555;
	overflow: hidden;
	font-size: 25px;
	margin: 0px;
}
	.award1 h3 , .award2 h3{
	color: #232323;
	text-decoration: none;
	font-weight: lighter;
	margin: 8px 0px 8px;
	line-height: 130%;
	font-size: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-family: Arial, mairyo, "メイリオ", sans-serif;
	overflow: hidden;
}
.award1 p , .award2 p{
	color: #232323;
	text-decoration: none;
	font-weight: lighter;
	margin: 16px 0px 8px;
	line-height: 130%;
	font-size: 17px;

}
.itemSpImg{
	position: initial!important;
}
 .item {
	width: 250px;
	position: relative;
	background-color: #FFF;
	padding: 0px;
	margin-top: 21px;
	margin-right: 15px;
	margin-bottom: 24px;
	margin-left: 15px;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

	 .itemD {
	overflow: hidden;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
    }

	.itemCap {
	display: block;
	color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-family: Arial, mairyo, "メイリオ", sans-serif;
	font-size: 14px;
	margin: 0px;
}
.comment {
	overflow: hidden;
}
	.comment p {
	font-size: 15px;
	line-height: 190%;
}
	.comment img {
	float: left;
	width: 200px;
	border-radius: 50%;
	margin-right: 17px;
	margin-bottom: 0px;

}
.itemPay{
	color: #FFF;
	background-color: #E97710;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;

}
.itemFree{
	color: #FFF;
	background-color: #3EBB73;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.itemTime {
	padding: 2px 5px;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #3D3D3D;
	text-align: center;
	position: absolute;
	right: 0px;
	margin: 0px;
	top: 0px;
}
.rankAll {
	position: absolute;
	left: -42px;
	margin-left: 0px;
	top: -35px;
	width: 80px
}
.rank {
	position: absolute;
	left: -42px;
	margin: 0px;
	top: -35px;
	width:90px
}

.itemCap img{
	margin-left: 0px;

}
.item a{
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	height:100%;
	width: 100%;
}
.item a:hover{
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -0px rgba(0, 0, 0, 0.3), 0 0px 25px 0 rgba(0, 0, 0, 0.18);
	-moz-box-shadow:0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -0px rgba(0, 0, 0, 0.3), 0 0px 25px 0 rgba(0, 0, 0, 0.18);
	-webkit-box-shadow:0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -0px rgba(0, 0, 0, 0.3), 0 0px 25px 0 rgba(0, 0, 0, 0.18);

}
	.item h3{
	color: #232323;
	text-decoration: none;
	font-weight: lighter;
	margin: 8px 0px 8px;
	line-height: 130%;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-family: Arial, mairyo, "メイリオ", sans-serif;
	overflow: hidden;
	vertical-align:baseline;
}
	.item h3 span{
	width: 47px;
	height: 47px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #EC7C1A;/* 円の色 */
	background-position: 50%;
	display: inline-block;
	margin-right: 10px;
	padding: 14px 4px;;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;

}
	.item h4{
	color: #232323;
	text-decoration: none;
	font-weight: lighter;
	margin: 8px 0px 8px;
	line-height: 130%;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-family: Arial, mairyo, "メイリオ", sans-serif;
	overflow: hidden;
}
	.item p{
	color: #232323;
	text-decoration: none;
	font-weight: lighter;
	margin: 5px 0px 0px;
	line-height: 120%;
	font-size: 13px;
	text-align: justify;
}
.btnY a{
	background-color: #fae000;
	padding: 10px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #3b3b3b;
	text-decoration: none;
	width: 450px;
	font-size: 25px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.2em;
	}
	.btnY a:hover{
	background-color: #F3D607;
	padding: 10px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	color: #3b3b3b;
	text-decoration: none;
	width: 450px;
	font-size: 25px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.3), 0 1px 15px 0 rgba(0, 0, 0, 0.18);
}
.kan-fes-twitter{
	padding: 10px;

	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #3b3b3b;

	width: 450px;

	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.2em;
	}
.allList{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
	margin-bottom: 32px;
	margin-bottom: 50px;
}

/* main.php　劇団一覧*/
 .troupe {
	width: 210px;
	position: relative;
	background-color: #FFF;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }
		.troupe a{
display: block;
position: absolute;
top: 0;
left: 0;
height:100%;
width: 100%;

}
		.troupe a:hover{
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -0px rgba(0, 0, 0, 0.3), 0 0px 25px 0 rgba(0, 0, 0, 0.18);

}

	 .troupeD {
	overflow: hidden;
	padding: 8px;
	font-size: 13px;
	margin-bottom: 8px;
    }
	 .troupeImg {
	overflow: hidden;
	width: 100%;

    }



.appBn img{
	width: 141px;
	padding: 0px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.btnY_d a{
	background-color: #fae000;
	padding: 10px;
	margin-top: 16px;
	color: #3b3b3b;
	text-decoration: none;
	width: 250px;
	font-size: 21px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.2em;
	margin-left: auto;
	margin-right: auto;
	}
	.btnY_d a:hover{
	background-color: #F3D607;
	padding: 10px;
	margin-top: 16px;
	margin-left: auto;
	color: #3b3b3b;
	text-decoration: none;
	width: 250px;
	font-size: 21px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.3), 0 1px 15px 0 rgba(0, 0, 0, 0.18);
}

.btnG a{
	background-color: #eee;
	padding: 10px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #3b3b3b;
	text-decoration: none;
	width: 450px;
	font-size: 25px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.2em;
	}
	.btnG a:hover{
	background-color: #ddd;
	padding: 10px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	color: #3b3b3b;
	text-decoration: none;
	width: 450px;
	font-size: 25px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.3), 0 1px 15px 0 rgba(0, 0, 0, 0.18);
}

.copyright {
	background-color: #0099FF;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 5px 0px 5px 0;
	text-align: right;
	width: 100%;
}

.accordion {
	min-width: 300px;
	padding: 10px;
	width: 85%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
.accordionPoint {
	min-width: 300px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.accordion .ac-content {
	margin: 0 10px;
}
.accordion input {
	display: none;
}
.accordion label {
	display: block;
	cursor: pointer;
	padding: 10px;
		margin-bottom: 2px;

	font-size: 26px;
	color: #003;
	background-color: #F6F6F6;
}
.accordionPoint label {
	display: block;
	cursor: pointer;
	margin-bottom: 2px;
	font-size: 17px;
	color: #FFF;
	background-color: #0099CC;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.accordion label:hover {
	background-color: #eee;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);

}
.accordionPoint label:hover {
	background-color: #0080AA;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;

	padding: 0 10px;
}
.accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}


}
/* pc */







/* smartPhone */
@media screen and (max-width: 	720px) {
/*ここにスマホ用スタイルを記述*/

body {


    }
.fesBox1 {
	background-image: url('../../img/festival/kan_fes2017/bg.png');
	overflow: hidden;
	z-index: 5;
	background-repeat: no-repeat;
	background-size: contain;
    }
.fesBox2 {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0px 44px;
	background-image: url('../../img/festival/kan_fes2017/bg2.png');
	background-attachment: fixed;
    }
.menu-principal{
	position: absolute;
	float: left;
	top: 40px;
	left: 0;
	width: 240px;
	background: rgba(255,255,255,.9)!important;
	transform: translateX(0%);
	transition: all .20s;
	box-shadow: 3px 5px 20px rgba(0,0,0,.5);
	overflow: hidden;
}

img.gatya_sp { display: none; }  /* spを非表示 */

p,li{
	font-size: 90%;
	}

h1 {
	overflow: hidden;
	font-size: 16px;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 0.7px;
	padding-left: 8px;
	font-weight: lighter;
	background-color: #033;
}

.lp h2 {
	text-align: left;
	clear: both;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 145%;
	color: #666;
	margin-top: 32px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: 300;
}
		h2.all1 {
	margin-left: auto;
	width: 90%;
	margin-right: auto;
	margin-bottom: 36px;
}

		h2.one {
	text-align: left;
	clear: both;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 25px;
	color: #F75913;
	font-weight: 300;
	padding-top: 8px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 16px;
				margin-bottom: 20px;
			display:inline-block;

	}
		h2.two {
	text-align: left;
	clear: both;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 33px;
	color: #999;
	font-weight: 300;
	padding-top: 24px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 16px;
	margin-bottom: 20px;
			display:inline-block;
}

.lpHead {
	width: 320px;
	overflow: visible;
	/* [disabled]margin-top: 7%; */
	margin-right: auto;
	margin-left: auto;
	}
.lpSns {
	margin-top: 5px;
	overflow: hidden;
	}

.lpLogo {
	margin: 24px auto 16px;
	overflow: hidden;
	width: 65%;	 /* z-index: 5; */

	}
.concept {
	width: 90%;
	overflow: hidden;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
	.concept h3 {
	font-size: 17px;
	font-weight: lighter;
	color: #0C3;
}
		.concept p {
	font-size: 12px;
	font-weight: lighter;
	color: #777;

}
 .award1 {
	width: 92%;
	position: relative;
	padding: 0px;
	margin: 21px auto 24px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border: 6px solid #FFD600;
	 	background-color: #FFFFFF;

    }
	 .award2 {
	width: 92%;
	position: relative;
	padding: 0px;
	margin: 21px auto 24px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border: 6px solid #4AC319;
		 	background-color: #FFFFFF;

    }
	.award2 .itemD {
	overflow: hidden;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
    }
	.award1 .itemCap, .award2 .itemCap {
	display: block;
	color: #555;
	overflow: hidden;
	font-size: 18px;
	margin: 0px;
}
	.award1 h3 , .award2 h3{
	color: #232323;
	text-decoration: none;
	font-weight: lighter;
	margin: 8px 0px 8px;
	line-height: 130%;
	font-size: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-family: Arial, mairyo, "メイリオ", sans-serif;
	overflow: hidden;
}
		.award1 p , .award2 p{
	color: #232323;
	text-decoration: none;
	margin: 12px 0px 4px;
	line-height: 130%;
	font-size: 15px;

}
 .award1 .itemD {
	overflow: hidden;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    }
	.itemSpImg {
	overflow: hidden;
	width: 100%;
	height: auto;
    }
.wrapperSp{
	display: -webkit-flex; /* Safari */
display: flex;
   -webkit-flex-wrap: wrap; /* Safari */
flex-wrap: nowrap;
-webkit-justify-content: center; /* Safari */
justify-content: center;
}
	.comment {
	overflow: hidden;
		width: 100%;

}
		.comment p {
	font-size: 12px;
	line-height: 150%;
}
	.comment img {

	border-radius: 50%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
/* SPの暫定ランキング */
 .item {
	width: 98%;

	position: relative;
	background-color: #FFF;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
    }


	 .itemSpD {

	width: 90%;
	margin-left: auto;
	margin-right: auto;
    }

	 .itemSp img {
	overflow: hidden;
	width: 35%;
	float: left;
	margin-bottom: 4px;
	margin-right: 11px;
    }

	.itemCapSp {
	display: block;
	color: #555;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-family: Arial, mairyo, "メイリオ", sans-serif;
	font-size: 14px;
	margin: 10px 0px 0px ;
}
.itemPaySp{
	color: #FFF;
	background-color: #E97710;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 12px;

}
.itemFreeSp{
	color: #FFF;
	background-color: #3EBB73;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
			font-size: 12px;

}
.itemTimeSp {
	padding: 0px 2px;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #3D3D3D;
	text-align: center;
	position: absolute;
	right: 0px;
	margin: 0px;
	top: 0px;
}
.rankAll {
	position: absolute;
	left: 43%;
	margin-left: 0px;
	top: -40px;
	width:60px
}

.item a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}
.item a:hover{
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -0px rgba(0, 0, 0, 0.3), 0 0px 25px 0 rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -0px rgba(0, 0, 0, 0.3), 0 0px 25px 0 rgba(0, 0, 0, 0.18);
	-webkit-box-shadow:0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -0px rgba(0, 0, 0, 0.3), 0 0px 25px 0 rgba(0, 0, 0, 0.18);

}
.itemDSp{
	margin-left: 60px;
}
.rank {
	position: absolute;
	left: -3px;
	margin: 0px;
	top: -15px;
	width:30px
}

.itemSp h3{
	color: #232323;
	text-decoration: none;
	font-weight: lighter;
	margin: 0px 0px 0px;
	line-height: 130%;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-family: Arial, mairyo, "メイリオ", sans-serif;
	overflow: hidden;
}
.itemSp h3 span{
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #EC7C1A;/* 円の色 */
	display: inline-block;
	padding: 9px 1px 0px;
	margin-right: 19px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;

}
	.itemSp h4{
	color: #232323;
	text-decoration: none;
	font-weight: lighter;
	margin: 8px 0px 16px;
	line-height: 130%;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-family: Arial, mairyo, "メイリオ", sans-serif;
	overflow: hidden;

}
	.itemSp p{
	color: #232323;
	text-decoration: none;
	font-weight: lighter;
	margin: 5px 0px 0px;
	line-height: 120%;
	font-size: 12px;
	text-align: justify;

}

.btnY a{
	background-color: #fae000;
	padding: 10px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	color: #3b3b3b;
	text-decoration: none;
	width: 90%;
	font-size: 18px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.2em;
	}
	.btnY a:hover{
	background-color: #F3D607;
	padding: 10px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	color: #3b3b3b;
	text-decoration: none;
	width: 90%;
	font-size: 18px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.3), 0 1px 15px 0 rgba(0, 0, 0, 0.18);
}
.kan-fes-twitter{
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #3b3b3b;

	width: 90%;

	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.2em;
	}

.allList{
	margin-bottom: 32px;
	margin-bottom: 50px;
}

/* main.php　劇団一覧*/
 .troupe {
	width: 90%;
	position: relative;
	background-color: #FFF;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	margin: 16px;
	clear: both;
	overflow: hidden;
	display: -webkit-flex; /* Safari */
display: flex;
    align-items: center;    /* 4 */

    }
		.troupe a{
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	height:100%;
	width: 100%;

}
		.troupe a:hover{
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -0px rgba(0, 0, 0, 0.3), 0 0px 25px 0 rgba(0, 0, 0, 0.18);

}

	 .troupeD {
	overflow: hidden;
	font-size: 13px;
	margin-right: 8px;
	width: 50%;

    }
	 .troupeImg {
	overflow: hidden;
	width: 40%;
	margin-right: 16px;


    }

 .detailBox {
	width: 90%;
	overflow: hidden;
	margin-top: 21px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	color: #777;
    }
	 .detailBox h2 {
	font-size: 19px;
	color: #0996E5;
    }

 .detail{

	overflow: hidden;
	position: relative;
	background-color: #FFF;
	padding: 0px;
	margin-top: 21px;
	margin-right: 4px;
	margin-bottom: 24px;
	margin-left: 4px;
	border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }
	 .detailD {
	overflow: hidden;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
    }

		.detailCap{

	display: block;

	color: #555;
	overflow: hidden;
	font-size: 17px;
	margin: 0px;
}
.detailPay{
	color: #FFF;
	background-color: #E97710;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
		font-size: 12px;

}
.detailFree{
	color: #FFF;
	background-color: #3EBB73;
		padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
		font-size: 12px;

}
.detailTime {
	padding: 2px 5px;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #3D3D3D;
	text-align: center;
	position: absolute;
	right: 0px;
	margin: 0px;
	top: 0px;


}

	.detail h3{
	color: #232323;
	text-decoration: none;
	font-weight: lighter;
	margin: 0px 0px 8px;
	line-height: 130%;
	font-size: 15px;

	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-family: Arial, mairyo, "メイリオ", sans-serif;
	overflow: hidden;
}
	.detail h4{
	color: #232323;
	text-decoration: none;
	font-weight: lighter;
	margin: 8px 0px 8px;
	line-height: 130%;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-family: Arial, mairyo, "メイリオ", sans-serif;
	overflow: hidden;

}
	.detail p{
	color: #232323;
	text-decoration: none;
	font-weight: lighter;
	margin: 5px 0px 0px;
	line-height: 120%;
	font-size: 14px;
	text-align: justify;

}
.appBn img{
	width: 130px;
	padding: 0px;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.balloon{
	margin-right: auto;
	margin-left: auto;
	width: 270px;
	margin-top: 0px;
	}

.btnY_d a{
	background-color: #fae000;
	padding: 10px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	color: #3b3b3b;
	text-decoration: none;
	width: 90%;
	font-size: 18px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.2em;
	}
	.btnY_d a:hover{
	background-color: #F3D607;
	padding: 10px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	color: #3b3b3b;
	text-decoration: none;
	width: 90%;
	font-size: 18px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.3), 0 1px 15px 0 rgba(0, 0, 0, 0.18);
}
span.true{
	background-color: #39F;
	text-align: center;
	padding: 8px;
	display: block;
	color: #FFF;
	margin-bottom: 16px;
	}
span.false{
	background-color: #F60;
	text-align: center;
	padding: 8px;
	display: none;
	color: #FFF;
		margin-bottom: 16px;

	}

		.submit{
	width: 61%;
	background-color: #fae000;
	border-style: none;
	font-size: 15px;
	color: #777;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	margin-bottom: 8px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.reset {
	width: 34%;
	padding: 15px 0px;
	background-color: #777;
	border-style: none;
	font-size: 11px;
	color: #FFF;
	margin-right: 8px;

}
	.submit:hover {
padding: 15px 0px;
	background-color: #F3D607;
	border-style: none;
	font-size: 15px;
	color: #777;
		border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.reset:hover {
	padding: 15px 0px;
	background-color: #555;
	border-style: none;
	font-size: 11px;
	color: #FFF;
	margin-right: 8px;

}

input, button, textarea {
	/* [disabled]-webkit-appearance: none; */
	/* [disabled]-moz-appearance: none; */
	/* [disabled]appearance: none; */
}
input[type="text"] {
	width: 90%;
	padding: 10px 5%;
	background-color: #F3F3F3;
	border-style: none;
}
input[type="text"]:focus {
	background-color: #FFAB00;
	border-style: none;
	outline: 0;
}
input[type="date"] {
	width: 90%;
	padding: 10px 5%;
	background-color: #F3F3F3;
	border-style: none;
}
input[type="date"]:focus {
	background-color: #FFAB00;
	border-style: none;
	outline: 0;
}

input[type="submit"]{
	width: 61%;
	background-color: #fae000;
	border-style: none;
	font-size: 15px;
	color: #777;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	margin-bottom: 8px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
input[type="reset"] {
	width: 34%;
	padding: 15px 0px;
	background-color: #777;
	border-style: none;
	font-size: 11px;
	color: #FFF;
	margin-right: 8px;
}

input[type="submit"]:hover {
	padding: 15px 0px;
	background-color: #F3D607;
	border-style: none;
	font-size: 15px;
	color: #777;
		border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
input[type="reset"]:hover {
	padding: 15px 0px;
	background-color: #555;
	border-style: none;
	font-size: 11px;
	color: #FFF;
	margin-right: 8px;
}
.radios {
    display:inline-block;
    margin:0;
    padding:0;
    clear:both;
}
.radios li {
    display:inline-block;
    position:relative;
    float:left;
    list-style:none;
    border:solid 1px #ddd;
    border-right:none;
    overflow:hidden;
}
.radios li:first-child {
    border-radius:5px 0 0 5px;
}
.radios li:last-child {
    border-right:solid 1px #ddd;
    border-radius:0 5px 5px 0;
}
.radios label {
    display:block;
    min-width:3em;
    text-align:center;
    background:#eee;
    background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
    background:-moz-linear-gradient(top, #fff, #eee);
    border:solid 1px rgba(255,255,255,0.2);
    padding:7px;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
.radios li:first-child label {
    border-radius:3px 0 0 3px;
}
.radios li:last-child label {
    border-radius:0 3px 3px 0;
}
.radios input[type=radio] {
    position:absolute;
    opacity:0;
    width:100%;
    height:100%;
    margin:0;
    cursor:pointer;
}
.radios input[type=radio]:checked {
    cursor:auto;
}
.radios input[type=radio]:checked + label {
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,0.2);
    border:solid 1px rgba(0,0,0,0.1);
    background:#666;
    background:-webkit-gradient(linear, left top, left bottom, from(#313131),to(#626262));
    background:-moz-linear-gradient(top, #333, #666);
}
.contactForm{
	margin-left: auto;
	width: 90%;
	margin-right: auto;
	overflow: hidden;
	}
.btnG a{
	background-color: #eee;
	padding: 10px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #3b3b3b;
	text-decoration: none;
	width: 80%;
	font-size: 18px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.2em;
	}
	.btnG a:hover{
	background-color: #ddd;
	padding: 10px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	color: #3b3b3b;
	text-decoration: none;
	width: 80%;
	font-size: 18px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.3), 0 1px 15px 0 rgba(0, 0, 0, 0.18);
}
.copyright {
	background-color: #09C;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 5px 0px 5px 0;
	text-align: right;
	width: 100%;
}

.accordion {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
.accordionPoint {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.accordion .ac-content {
}
.accordion input {
	display: none;
}
.accordion label {
	display: block;
	cursor: pointer;
	margin-bottom: 2px;
	font-size: 19px;
	color: #003;
	background-color: #F6F6F6;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
}
.accordionPoint label {
	display: block;
	cursor: pointer;
	margin-bottom: 2px;
	font-size: 14px;
	color: #FFF;
	background-color: #0099CC;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.accordion label:hover {
	background: #ccc;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.3), 0 1px 15px 0 rgba(0, 0, 0, 0.18);

}
.accordionPoint label:hover {
	background-color: #0080AA;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;

}
.accordion input:checked + .ac-cont {
	height: auto;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	border-radius: 4px;
	background-color: #DBE6F2;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 16px;
	padding-left: 42px;
	font-size:21px;
	color: #09C;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);

}
.radio:hover, .checkbox:hover {
	background-color: #EFF3F8;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #006699;
}
.radio:after, .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

}
/* smartPhone */
