@charset "UTF-8";
/* CSS Document */
/*全デバイス共通のCSS（スマホ向け）
------------------------------------------*/
/* 共通設定 */
html {font-size: 16px; line-height: 1.8;}
body {box-sizing: border-box;}
a {display: block;}
a:hover{opacity: 0.8;}
p {line-height: 1.9em;}
section{
	padding: 15% 0 0 0;
}
.wrapper {
  width: 100%;
  padding: 0 8%;
}
.wrap_inner {padding: 0 8%;}

.pc {display: none;}
.sp {display: block;}

.text_b{
	font-weight: bold;
}
/* section　背景（共通）
------------------------------------------*/
.head_box, #gaiyou, #cast, #form_in_area, .info{
	background: #d8eef9;
}
.program{
	background-image: url(../images/contents_bg.png);
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: center center;
}


/* section h2
------------------------------------------*/
section h2{
	width: 170px;
	margin: 0 auto 10% auto;
	font-size: 1.1em;
	font-weight: bold;
	color:#202a6a;
	text-align: center;
	border-bottom: 1px solid #202a6a;
}
section h2.txt_black{
	color:#202a6a;
	border-bottom: 1px solid #202a6a;
}

/* FV
------------------------------------------*/
.fv{
	position: relative;
	padding:0;
	/*margin-bottom: 20%;*/
	background: url("../images/pc_fv.jpg") no-repeat 50%;
	background-size: cover;
}
.fv .wrapper{
	padding: 0;
}
.fv p{
	width: 100%;
	padding: 0;
}

/* リード文
------------------------------------------*/
.head_box{
	padding: 10% 0;
}
.head_box p{
	font-size: 14px;
	text-align: justify;
}
.head_box .link_gakka{
	width: 80%;
	margin: 10% auto 0 auto;
}
.head_box .link_gakka a{
	box-shadow: 0px 10px 10px -6px rgba(119 124 179 / 30%);
}

.head_box .head_ap{
	font-size: .7em;
	line-height: 1.4;
	margin-top: 20px;
}

/* 日時・開場
------------------------------------------*/
section.held .day{
	width: 80%;
	margin: 0 auto 20% auto;
}

section.held .place{
	text-align: center;
}
section.held .place .place_name{
	font-size: 2em;
	line-height: 1.5;
	font-weight: bold;
}
section.held .place .place_name span{
	display: block;
	font-size: .7em;
}
section.held .place .place_address{
	font-size: .9em;
}
section.held .place .place_link{
	margin: 3% 0;
}
section.held .place .place_link a{
	width: 40%;
	margin: 0 auto;
}
section.held .place .map_img{
	width: 80%;
	margin: 5% auto;
}
section.held .place .map_info{
	font-size: .8em;
	line-height: 1.5;
	text-align: justify;
}


/* Program
------------------------------------------*/
section.program{}

section.program .pro_box{}

/*--公演の種類--*/
section.program h3{
	font-size: .9em;
	color: #ffffff;
	text-align: center;
}
section.program .stage01 h3{
	background-image: linear-gradient(90deg, #c7d8fb, #86a3cf);
}
section.program .stage02 h3{
	background-image: linear-gradient(90deg, #efc8fb, #be86cf);
}

/*--公演テーマ--*/
section.program h4{
	font-size: 1.3em;
	margin: 6% 0;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
}
section.program h4 .tab{
		display: none;
}
section.program h4.title02{
	text-align: left;
}

/*--出演者リスト--*/

/*共通*/
section.program .pro_box dl{
	width: 100%;
}
section.program .pro_box dl dt{
	font-size: .75em;
}
section.program .pro_box dl dd{
	font-size:1em;
}
section.program .pro_box p{
	text-align: center;
	font-weight: bold;
}

/*--基調講演のみ適用--*/
section.program .stage01{
	margin-bottom: 10%;
}
section.program .stage01 dl{
	text-align: center;
}


/*--パネルのみ適用--*/
section.program .stage02 span{
	font-size: .8em;
}
section.program .stage02 dl{
	display: table;
	margin-bottom: 3%;
}
section.program .stage02 dl:last-child{
	margin-bottom: 0;
}
section.program .stage02 dt{
	display: table-cell;
    vertical-align: middle;
	width: 60%;
	padding: 0 5% 0 0;
	line-height: 1.4;
}
section.program .stage02 dd{
	display: table-cell;
    vertical-align: middle;
	width: 25%;
}


/* 出演者プロフィール
------------------------------------------*/

/*共通*/
section.cast .cast_box{
	margin-bottom: 10%;
}
section#cast img{
	display: block;
	width: 60%;
	margin: 0 auto;
}

section#cast .cast_name{
	font-size: 1.2em;
	text-align: center;
	line-height: 1.6;
}

section#cast .cast_pro{
	font-size: .8em;
	text-align: center;
	line-height: 1.5;
}

section#cast .textBox{
	padding: 5% 0;
}


/*出演ラベル*/

section#cast .plan_box{
	display: flex;
	flex-wrap: wrap;
	width: 55%;
	margin: 0 auto;
}

section#cast .plan_box .plan_main{
	width: 46%;
}
section#cast .plan_box .plan_sub{
	width: 46%;
}

section#cast .plan_main{
	width: 25%;
	margin: 0 auto 1%;
	font-size: .7em;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	background-image: linear-gradient(90deg, #c7d8fb, #86a3cf);
}
section#cast .plan_sub{
	width: 25%;
	margin: 0 auto 1%;
	font-size: .7em;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	background-image: linear-gradient(90deg, #efc8fb, #be86cf);
}
section#cast .plan_cod{
	width: 30%;
	margin: 0 auto 1%;
	font-size: .7em;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
	background-image: linear-gradient(90deg, #fbc8ea, #f1ace4);
}


/*アコーディオン*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	/*font-weight: bold;*/
	line-height: 2.2em;
	position: relative;
	display: block;
	cursor: pointer;
	/*margin: 0 0 1px 0;*/
  width: 58%;
  padding: 0 0 0 1em;
  margin: 3% auto 0 auto;
  font-size: 0.9em;
  color: #8693e7;
  background: #ffffff;
  border: 1px solid #8693e7;
  border-radius: 20px;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #797979;
	/*background: #ffffff;*/
}
.cp_actab .cp_actab-content p {
    margin: 1em 0;
    font-size: 0.8em;
    text-align: justify;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: -7px;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}


/*応募フォーム
-------------------------------------------*/
#form_in_area{}
#form_in_area .wrapper{
	width: 90%;
	margin: 0 auto;
	height: auto;
	background: #ffffff;
	opacity: .8;
	border-radius: 10px;
}


/* info
------------------------------------------*/
section.info{
	padding-bottom: 15%;
}
section.info p{
	text-align: center;
}

/* footer
------------------------------------------*/
footer{
	padding: 10% 0;
	background: #4798d0;
	color: #ffffff;
}
footer ul{
	text-align: center;
	font-size: .8em;
	margin-bottom: 5%;
}
footer ul li{}
footer p{
	font-size: .8em;
	text-align: center;
}

/* ページトップ
------------------------------------------*/
.page-top {
  position: fixed;
  bottom: 15px;
  right: 10px;
  transition: 1s;
	z-index: 9999
}

.page-top_link {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* サンクスページ
------------------------------------------*/
#thanks .top_back{
	font-weight: bold;
	text-align: center;
}
#thanks .top_back a{
	width: 220px;
	padding: 5px;
	margin: 5% auto 0;
	color: #ffffff;
	background: #aaaaaa;
}



/*幅768px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:768px) {
	
	/* 共通設定 */
	.wrapper {padding: 0 10%;}
	section{padding: 10% 0 0 0;}

	/* section h2
	------------------------------------------*/
	section h2{margin: 0 auto 8% auto;}
	
	/* section h2
	------------------------------------------*/
	section h2{
		width: 220px;
		margin: 0 auto 5% auto;
		font-size: 1.4em;
		/*font-weight: bold;*/
		/*color:#202a6a;*?
		/*text-align: center;*/
		/*border-bottom: 1px solid #202a6a;*/
	}
	
	/* fv
	------------------------------------------*/
	.fv .sp{display: none;}
	.fv .pc{display: block;}
	
	.fv{
		/*padding:0;/*8% 0 6% 0*/
		/*margin-bottom: 10%;*/
	}
	.fv .wrapper{
		padding: 0;/*0 5%*/
	}

	/* リード文
	------------------------------------------*/
	.head_box{
		padding: 5% 0;
	}
	.head_box p{
		font-size: 14px;
		/*text-align: justify;*/
	}
	.head_box .link_gakka{
		width: 50%;
		margin: 5% auto 0 auto;
	}
	.head_box .link_gakka a{
		/*box-shadow: 0px 10px 10px -6px rgba(119 124 179 / 30%);*/
	}
	.head_box .head_ap{
		/*font-size: .7em;*/
		/*line-height: 1.4;*/
		/*margin-top: 20px;*/
		text-align: center;
	}
	
	/* 日時・開場
	------------------------------------------*/
	section.held .day{
		width: 60%;
		margin: 0 auto 10% auto;
	}

	section.held .place{
		/*text-align: center;*/
	}
	section.held .place .place_name{
		font-size: 3em;
		/*line-height: 1.5;*/
		/*font-weight: bold;*/
	}
	section.held .place .place_name span{
		/*display: block;*/
		/*font-size: .7em;*/
	}
	section.held .place .place_name .sp{
		display: none;
	}
	
	section.held .place .place_address{
		/*font-size: .9em;*/
	}
	section.held .place .place_link{
		margin: 2% 0;
	}
	section.held .place .place_link a{
		width: 30%;
		/*margin: 0 auto;*/
	}
	section.held .place .map_img{
		width: 60%;
		margin: 3% auto;
	}
	section.held .place .map_info{
		/*font-size: .8em;*/
		/*line-height: 1.5;*/
		text-align: center;
	}


	/* Program
	------------------------------------------*/
	section.program{}
	section.program .pro_box{}

	/*--公演の種類--*/
	section.program h3{
		width: 70%;
		margin: 0 auto;
		font-size: 1em;
		/*color: #ffffff;*/
		/*text-align: center;*/
	}
	section.program .stage01 h3{
		/*background-image: linear-gradient(90deg, #c7d8fb, #86a3cf);*/
	}
	section.program .stage02 h3{
		/*background-image: linear-gradient(90deg, #efc8fb, #be86cf);*/
	}

	/*--公演テーマ--*/
	section.program h4{
		font-size: 1.5em;
		margin: 3% 0;
		line-height: 1.4;
		/*text-align: center;*/
		/*font-weight: bold;*/
	}
	section.program h4 .tab{
		display: block;
	}
	section.program h4.title02{
		width: 70%;
		margin: 3% auto;
	}

	/*--出演者リスト--*/

	/*共通*/
	section.program .pro_box dl{
		width: 90%;
		margin: 0 auto;
	}
	section.program .pro_box dl dt{
		font-size: 1em;
	}
	section.program .pro_box dl dd{
		font-size:1.2em;
	}
	section.program .pro_box p{
		/*text-align: center;*/
		/*font-weight: bold;*/
	}
	section.program .pro_box dl dt .sp2{
		display: none;
	}

	/*--基調講演のみ適用--*/
	section.program .stage01{
		margin-bottom: 5%;
	}
	section.program .stage01 dl{
		text-align: center;
	}


	/*--パネルのみ適用--*/
	section.program .stage02 span{
		font-size: .9em;
	}
	section.program .stage02 dl{
		/*display: table;*/
		margin-bottom: 2%;
	}
	section.program .stage02 dl:last-child{
		margin-bottom: 0;
	}
	section.program .stage02 dt{
		/*display: table-cell;*/
		/*vertical-align: middle;*/
		/*width: 65%;*/
		line-height: 1.4;
	}
	section.program .stage02 dd{
		/*display: table-cell;*/
		/*vertical-align: middle;*/
		/*width: 33%;*/
	}

	/* 出演者プロフィール
	------------------------------------------*/

	/*共通*/
	section#cast .cast_box{
		margin-bottom: 5%;
		overflow: hidden;
	}
	section#cast .cast_box:last-child{
		margin-bottom: 0;
	}
	section#cast img{
		float: left;
		display: block;
		width: 35%;
		margin: 0;
	}

	section#cast .cast_pro{
		font-size: .8em;
		text-align: left;
		line-height: 1.5;
	}

	section#cast .textBox{
		padding: 0;
		float: right;
		width: 60%;
	}
	
	section#cast .cp_actab{
		display: none;
	}
	section#cast .history{
		display: block;
	}
	section#cast .history p{
		padding-top: 3%;
		font-size: .8em;
		line-height: 1.5;
	}


	/*出演ラベル*/
	
	section#cast .plan_box{
		/*display: flex;*/
		/*flex-wrap: wrap;*/
		width: 100%;
		margin: 0;
	}

	section#cast .plan_box .plan_main{
		width: 100px;
		margin-right: 10px;
	}
	section#cast .plan_box .plan_sub{
		width: 100px;
	}

	section#cast .cast_name{
		font-size: 1.2em;
		text-align: left;
		line-height: 1.6;
	}
	
	section#cast .plan_main{
		width: 100px;
		margin: 0 0 1%;
		font-size: .8em;
		/*text-align: center;*/
		/*color: #ffffff;*/
		/*border-radius: 5px;*/
		/*background-image: linear-gradient(90deg, #c7d8fb, #86a3cf);*/
	}
	section#cast .plan_sub{
		width: 100px;
		margin: 0 0 1%;
		font-size: .8em;
		/*text-align: center;*/
		/*color: #ffffff;*/
		/*border-radius: 5px;*/
		/*background-image: linear-gradient(90deg, #efc8fb, #be86cf);*/
	}
	section#cast .plan_cod{
		width: 130px;
		margin: 0 0 1%;
		font-size: .8em;
		/*text-align: center;*/
		/*color: #ffffff;*/
		/*border-radius: 5px;*/
		/*background-image: linear-gradient(90deg, #fbc8ea, #f1ace4);*/
	}

	/*応募フォーム
	-------------------------------------------*/
	#form_in_area{}
	#form_in_area .wrapper{
		width: 90%;
		margin: 0 auto;
		/*height: 80vh;*/
		/*background: #ffffff;*/
		/*opacity: .8;*/
		/*border-radius: 10px;*/
	}

	
	/* info
	------------------------------------------*/
	section.info{
		padding-bottom: 10%;
	}
	section.info p{
		/*text-align: center;*/
	}

	
	/* footer
	------------------------------------------*/
	footer{
		padding: 5% 0;
		/*background: #4798d0;*/
		/*color: #ffffff;*/
	}
	footer ul{
		/*text-align: center;*/
		font-size: .8em;
		margin-bottom: 3%;
	}
	footer ul li{}
	footer p{
		font-size: .8em;
		/*text-align: center;*/
	}

	/*--サンクスページ--*/
	#thanks .top_back{
		font-weight: bold;
		text-align: center;
	}
	#thanks .top_back a{
		width: 220px;
		padding: 5px;
		margin: 5% auto 0;
		color: #ffffff;
		background: #aaaaaa;
	}
	#thanks .text{
		text-align: center;
	}

} /* !min-width:768pxの閉じタグ */


/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	/* 共通設定 */
	.wrapper {
		width: 1000px;
		padding: 0 80px;
		margin: 0 auto;
	}
	
	section{padding: 5% 0 0 0;}
	
	/* section h2
	------------------------------------------*/
	section h2{margin: 0 auto 8% auto;}
	
	/* section h2
	------------------------------------------*/
	section h2{
		width: 220px;
		margin: 0 auto 5% auto;
		font-size: 1.4em;
		/*font-weight: bold;*/
		/*color:#202a6a;*?
		/*text-align: center;*/
		/*border-bottom: 1px solid #202a6a;*/
	}
	
	/* fv
	------------------------------------------*/
	.fv .sp{display: none;}
	.fv .pc{display: block;}
	
	.fv{
		/*padding:0;/*8% 0 6% 0*/
		/*margin-bottom: 10%;*/
	}
	.fv .wrapper{
		padding: 0;/*0 5%*/
	}
	
	/* リード文
	------------------------------------------*/
	.head_box{
		padding: 3% 0;
	}
	.head_box p{
		font-size: 16px;
		/*text-align: justify;*/
	}
	.head_box .link_gakka{
		/*width: 50%;*/
		/*margin: 5% auto 0 auto;*/
	}
	.head_box .link_gakka a{
		/*box-shadow: 0px 10px 10px -6px rgba(119 124 179 / 30%);*/
	}

	
	/* 日時・開場
	------------------------------------------*/
	section.held .day{
		/*width: 60%;*/
		margin: 0 auto 15% auto;
	}

	section.held .place{
		/*text-align: center;*/
	}
	section.held .place .place_name{
		font-size: 3.5em;
		/*line-height: 1.5;*/
		/*font-weight: bold;*/
	}
	section.held .place .place_name span{
		/*display: block;*/
		/*font-size: .7em;*/
	}
	section.held .place .place_name .sp{
		/*display: none;*/
	}
	
	section.held .place .place_address{
		font-size: 1em;
	}
	section.held .place .place_link{
		margin: 2% 0;
	}
	section.held .place .place_link a{
		width: 20%;
		/*margin: 0 auto;*/
	}
	section.held .place .map_img{
		width: 60%;
		/*margin: 3% auto;*/
	}
	section.held .place .map_info{
		font-size: .9em;
		/*line-height: 1.5;*/
		/*text-align: center;*/
	}
	
	/* Program
	------------------------------------------*/
	section.program{}
	section.program .pro_box{}

	/*--公演の種類--*/
	section.program h3{
		width: 70%;
		margin: 0 auto;
		font-size: 1em;
		/*color: #ffffff;*/
		/*text-align: center;*/
	}
	section.program .stage01 h3{
		/*background-image: linear-gradient(90deg, #c7d8fb, #86a3cf);*/
	}
	section.program .stage02 h3{
		/*background-image: linear-gradient(90deg, #efc8fb, #be86cf);*/
	}

	/*--公演テーマ--*/
	section.program h4{
		font-size: 2em;
		margin: 3% 0;
		line-height: 1.4;
		/*text-align: center;*/
		/*font-weight: bold;*/
	}
	section.program h4 .tab{
		/*display: block;*/
	}
	section.program h4.title02{
		width: 58%;
		/*margin: 3% auto;*/
	}

	/*--出演者リスト--*/

	/*共通*/
	section.program .pro_box dl{
		width: 80%;
		margin: 0 auto;
	}
	section.program .pro_box dl dt{
		font-size: 1em;
	}
	section.program .pro_box dl dd{
		font-size:1.2em;
	}
	section.program .pro_box p{
		/*text-align: center;*/
		/*font-weight: bold;*/
	}

	/*--基調講演のみ適用--*/
	section.program .stage01{
		margin-bottom: 5%;
	}
	section.program .stage01 dl{
		text-align: center;
	}


	/*--パネルのみ適用--*/
	section.program .stage02 span{
		font-size: .9em;
	}
	section.program .stage02 dl{
		/*display: table;*/
		margin-bottom: .5%;
		width: 65%;
		margin: 0 auto 2%;
	}
	section.program .stage02 dl:last-child{
		/*margin-bottom: 0;*/
	}
	section.program .stage02 dt{
		/*display: table-cell;*/
		/*vertical-align: middle;*/
		width: 80%;
		/*line-height: 1.4;*/
	}
	section.program .stage02 dt .sp{
		/*display: none;*/
	}
	section.program .stage02 dt .sp2{
		display: none;
	}
	section.program .stage02 dd{
		/*display: table-cell;*/
		/*vertical-align: middle;*/
		width: 20%;
	}

	
	/* 出演者プロフィール
	------------------------------------------*/

	/*共通*/
	section#cast .cast_box{
		/*margin-bottom: 5%;*/
		/*overflow: hidden;*/
	}
	section#cast .cast_box:last-child{
		/*margin-bottom: 0;*/
	}
	section#cast img{
		/*float: left;*/
		/*display: block;*/
		width: 27%;
		margin: 0;
	}

	section#cast .cast_name{
		font-size: 1.3em;
		/*text-align: left;*/
		line-height: 1.6;
	}

	section#cast .cast_pro{
		font-size: 1em;
		/*text-align: left;*/
		line-height: 1.5;
	}

	section#cast .textBox{
		padding: 0;
		/*float: right;*/
		width: 68%;
	}
	
	section#cast .cp_actab{
		/*display: none;*/
	}
	section#cast .history{
		/*display: block;*/
	}
	section#cast .history p{
		padding-top: 3%;
		font-size: .9em;
		line-height: 1.6;
	}


	/*出演ラベル*/
	
	section#cast .plan_box{
		/*display: flex;*/
		/*flex-wrap: wrap;*/
		width: 100%;
		margin: 0;
	}

	section#cast .plan_box .plan_main{
		width: 100px;
		margin-right: 10px;
	}
	section#cast .plan_box .plan_sub{
		width: 100px;
	}
	
	section#cast .plan_main{
		width: 100px;
		margin: 0 0 2%;
		/*font-size: .8em;*/
		/*text-align: center;*/
		/*color: #ffffff;*/
		/*border-radius: 5px;*/
		/*background-image: linear-gradient(90deg, #c7d8fb, #86a3cf);*/
	}
	section#cast .plan_sub{
		width: 100px;
		margin: 0 0 2%;
		/*font-size: .8em;*/
		/*text-align: center;*/
		/*color: #ffffff;*/
		/*border-radius: 5px;*/
		/*background-image: linear-gradient(90deg, #efc8fb, #be86cf);*/
	}
	section#cast .plan_cod{
		width:130px;
		margin: 0 0 2%;
		/*font-size: .8em;*/
		/*text-align: center;*/
		/*color: #ffffff;*/
		/*border-radius: 5px;*/
		/*background-image: linear-gradient(90deg, #fbc8ea, #f1ace4);*/
	}
	
	/*応募フォーム
	-------------------------------------------*/
	#form_in_area{}
	#form_in_area .wrapper{
		width: 980px;
		margin: 0 auto;
		/*height: 80vh;*/
		/*background: #ffffff;*/
		/*opacity: .8;*/
		/*border-radius: 10px;*/
	}
	

	/* info
	------------------------------------------*/
	section.info{
		padding-bottom: 5%;
	}
	section.info p{
		/*text-align: center;*/
	}
	
	/* footer
	------------------------------------------*/
	footer{
		padding: 5% 0;
		/*background: #4798d0;*/
		/*color: #ffffff;*/
	}
	footer ul{
		/*text-align: center;*/
		font-size: 1em;
		margin-bottom: 3%;
	}
	footer ul li{}
	footer p{
		font-size: .9em;
		/*text-align: center;*/
	}
	
	/* ページトップ
	------------------------------------------*/
	.page-top {
	  /*position: fixed;*/
	  /*bottom: 15px;*/
	  /*right: 10px;*/
	  /*transition: 1s;*/
		/*z-index: 9999*/
	}

	.page-top_link {
	  position: relative;
	  display: block;
	  width: 150px;
	  height: 150px;
	}

	/*フッターまでスクロールしたら消す*/
	.is-hidden {
	  /*visibility: hidden;*/
	  /*opacity: 0;*/
	}

	/*--サンクスページ--*/
	#thanks .top_back{
		font-weight: bold;
		text-align: center;
	}
	#thanks .top_back a{
		width: 220px;
		padding: 5px;
		margin: 5% auto 0;
		color: #ffffff;
		background: #aaaaaa;
	}

} /* !min-width:990pxの閉じタグ */