@charset "UTF-8";

/* リセット */
h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,dl,li,dt,dd,form {
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
li,dt,dd {list-style: none;}
img {
	border: none;
	max-width:100%;
}

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	padding:0;
	margin:0;
	color:#fff;
	-webkit-text-size-adjust: 100%;
	background-color: #212121;
	line-height: 1.5;
	word-break: break-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

a:link,a:visited,a:active {
	color: #019fe8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* （調整系）
------------------------------------------ */
.tL {text-align: left;}
.tR {text-align: right;}
.tC {text-align: center;}
.fL {float: left;}
.fR {float: right;}
.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.fz12 {font-size: 12px !important;}
.fz14 {font-size: 14px !important;}
.fz16 {font-size: 16px !important;}
.fz18 {font-size: 18px !important;}




/* Clearfix */
.clearfix {
	zoom: 100%;
}

.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.caution {
	color:#f86767;
}
.wrap{
}
.gray{
	border-top:1px solid #e6e6e6;
	background:#f0efef;
}
span.marker{
	color:#f86767;
	font-weight:bold
}
.pcbr{
	display:none;
}

.section {
	width:900px;
	margin:0 auto 0px;
	padding-bottom:30px;
}
.section .block{
	padding-bottom:12px;
}
.section p{
	padding-bottom:8px;
}
.pc_none {
	display:none;
}
.sp_none {
	display:inline;
}

h1 {
	text-align:center;
	background:#FFF;
	color:#000;
	font-weight:bold;
	/*margin-bottom: 40px;*/
}
h1.mainimg {
	line-height:0;
	margin:0px;
}

h1 img{
	max-width: 900px;
	width: 100%;
	vertical-align: bottom;
}
h1 div{
	font-size:50px;
	font-weight:bold;
	color:#B7141A;
}

p.subtitle {
	text-align:center;
	color:#FFFFFF;
	border-top:1px solid #000;
	border-bottom:1px solid #e6e6e6;
	font-size:28px;
	padding:16px 0px 12px 0;
	margin-bottom: 40px;
	line-height:1.4em;

	background: #f25285;
	background: -moz-linear-gradient(top, #f25285, #d94a77);
	background: -webkit-linear-gradient(top, #f25285, #d94a77);
	background: -ms-linear-gradient(top, #f25285, #d94a77);
	background: linear-gradient(to bottom, #f25285, #d94a77);
	text-shadow:1px 2px 1px #a6385b;

}
p.subtitle.detail {
	text-align:center;
	color:#FFFFFF;
	border-top:1px solid #000;
	border-bottom:1px solid #e6e6e6;
	font-size:28px;
	padding:16px 0px 12px 0;
	margin-bottom: 40px;
	line-height:1.4em;

	background: #3aaa3c;
	background: -moz-linear-gradient(top, #3aaa3c, #349835);
	background: -webkit-linear-gradient(top, #3aaa3c, #349835);
	background: -ms-linear-gradient(top, #3aaa3c, #349835);
	background: linear-gradient(to bottom, #3aaa3c, #349835);
	text-shadow:1px 2px 1px #236624;

}


.lead_text {}
.lead_text .note {
	color: #f86767;
}




h2{
	color:#FFFFFF;
	text-align:center;
	line-height:120%;
	background: #37474f;
	background-image: -webkit-linear-gradient(top, #37474f, #141617);
	background-image: -moz-linear-gradient(top, #37474f, #141617);
	background-image: -ms-linear-gradient(top, #37474f, #141617);
	background-image: -o-linear-gradient(top, #37474f, #141617);
	background-image: linear-gradient(to bottom, #37474f, #141617);
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	font-size:34px;
	padding:30px 0px 26px 0;
}

h3 {
	text-align:center;
	font-size:24px;
	color: #212121;
	padding:10px 12px;
	margin-top:30px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

h4 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	text-shadow:1px 1px 1px #fff;
	border:1px solid #DDDDDD;
	border-left:8px solid #DDDDDD;
	padding:0.5em 12px 0.5em 12px;
	margin:0px 0px 12px 0px;
	font-size:20px;
	margin-top:30px;
	color: #212121;
}

p.title {
	font-size:30px;
	color:#31771c;
	text-align:center;
	padding:30px 0px 0px 0px;
}
p.price{
	font-size:20px;
}

	.section p.lead {
		text-align:left;
	}
.pagetop {
	background-color:#f1f1f1;
	border-top:6px solid #37474f;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:0px;
	padding-top:10px;
	text-align:right;
}
.pagetop a{
	background: #37474f;
	background-image: -webkit-linear-gradient(top, #37474f, #141617);
	background-image: -moz-linear-gradient(top, #37474f, #141617);
	background-image: -ms-linear-gradient(top, #37474f, #141617);
	background-image: -o-linear-gradient(top, #37474f, #141617);
	background-image: linear-gradient(to bottom, #37474f, #141617);
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	padding: 10px 25px 10px 25px;
	text-decoration: none;
	color:#FFFFFF;
}



/* Copyright */

.copyright {
	text-align:center;
	margin-bottom:0;
	padding:10px 0;
}

/* 先行 */

table.pre {
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	margin:10px 0px 12px;
	width: 100%;
}
table.pre th,
table.pre td{
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:8px 12px;
	text-align:center;
}
table.pre th{
	color:#FFFFFF;
	background:#eae1f5;
}
table.pre td.btn{
	width:300px;
}

/* ボタン */
.btn_list {
	text-align:center;
	width:600px;
	margin:0 auto;
	overflow:hidden;
}
.btn_list li {
	float:right;
}
.btn_list li p {
	padding-bottom:0;
}
.btn_list li:first-child {
	float:left;
	margin-right:1.0em;
}


/* 申込みボタン */
.pre_button01 a {
	width: 280px;
	background-color: #f25285;
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;

	box-shadow: 0 3px 0 rgba(191,65,105,1);
	margin: 0 auto 3px;
}

.pre_button01 a:hover {
	box-shadow: 0 1px 0 rgba(191,65,105,1);
	margin: 2px auto 1px;
}
.pre_button01 a.top {
	background-color: #3aaa3c;
	box-shadow: 0 3px 0 rgba(41,120,42,1);
}
.pre_button01 a.top:hover {
	box-shadow: 0 1px 0 rgba(41,120,42,1);
}
.pre_button01 > div {
	width: 280px;
	background-color: #BDBDBD;
	border-radius: 3px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 10px 0;

	box-shadow: 0 3px 0 #9E9E9E;
	margin: 0 auto 3px;
}


/* スケジュール（アコーディオン内） */
.schedule dl.accordion dt h4 {
	background:url("https://cdn.l-tike.com/sk_images/accrdion_dwn02.png") no-repeat right center;
	background-color:#FAFAFA;
	padding:0.5em 41px 0.5em 12px;
	color: #212121;
}
.schedule dl.accordion.active dt h4 {
	background:url("https://cdn.l-tike.com/sk_images/accrdion_up02.png") no-repeat right center;
	background-color:#FAFAFA;
	color: #212121;
}

div.schedule h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-left: solid 4px #FFF;
	padding-left: 10px;
}
/* table */
table.schedule {
	border-collapse: collapse;
	font-size:14px;
	color: #333;
	border: 1px solid #787878;
	margin:0px 0px 8px;	
}
	table.schedule th {
		color: #FFF;
		padding: 5px;
		font-weight:normal;
		background: rgba(255,255,255,0.26);
	}
	table.schedule th.title {
		text-align: center;
		background: transparent;
	}
	table.schedule thead th:nth-child(1) {
		width: 130px;
	}
	table.schedule thead th:nth-child(2) {
		width: 75px;
	}
	table.schedule thead th:nth-child(3) {
		width: 224px;
	}
	table.schedule thead th:nth-child(4) {
		width: 115px;
	}
	table.schedule thead th:nth-child(5) {
		width: 230px;
	}


	table.schedule td {
		color: #FFF;
		padding: 5px;
		text-align:center;
	}
	table.schedule th {
		color: #FFF;
		padding: 5px;
		font-weight:normal;
		background: rgba(255,255,255,0.26);
	}

	table.schedule th,
	table.schedule td {
		border-right: 1px solid #787878;
		border-bottom: 1px solid #787878;
		box-sizing: border-box;
	}

	table.schedule td .pre_button01 a {
		width:150px;
		font-size:12px;
	}

/* table */
table.schedule_normal {
	border-collapse: collapse;
	font-size:14px;
	color: #333;
	border: 1px solid #787878;
	margin:0px 0px 8px;	
}
	/* 水色セル */
	table.schedule_normal tr.blue th,
	table.schedule_normal tr.blue td {
		background-color:#ccffff;
	}
	/* 黄色セル */
	table.schedule_normal tr.yellow th,
	table.schedule_normal tr.yellow td {
		background-color:#ffff00;
	}
	
	table.schedule_normal th {
		color: #FFF;
		background-color: #000;
		padding: 3px;
		font-weight:normal;
	}
	table.schedule_normal th.title {
		background: #FFFFFF;
		color:#333333;
	}
	table.schedule_normal td {
		padding: 8px 14px;
		text-align:center;
	}

	table.schedule_normal th,
	table.schedule_normal td {
		border-right: 1px solid #787878;	
		border-bottom: 1px solid #787878;	
	}

	ul.note {
		font-size:12px;
	}
	ul.note li {
		padding-bottom:4px;
		line-height:1.5em;
	}

	ul.note02 {
		font-size:14px;
	}
	ul.note02 li {
		padding-bottom:4px;
		line-height:1.5em;
	}


.text_block {
	padding:30px 0 0;
}

.schedule_ttl {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	border-left: solid 4px #787878;
	padding: 3px 0 0 10px;
}

/* リセールシステム */
.resale_system {
	background-color: #fff352;
}
.resale_system .inner {
	padding: 20px 60px;
}
.resale_system .title {
	background-color: #d00f31;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #fff352;
	line-height: 100%;
	padding: 15px 0 10px 0;
}
.resale_system .lead {
	font-size: 22px;
	font-weight: bold;
	color: #212121;
}
.resale_system .note {
	padding: 0 0 8px 0;
	margin:0 0 16px 0;
	border-bottom: dotted 2px #000;
}
.resale_system .note li {
	font-size: 14px;
	font-weight: bold;
	color: #d00f31;
	padding-left: 1em;
	text-indent: -1em;
}
.resale_system .target {
	font-size: 16px;
	font-weight: bold;
	background-color: #FFF;
	padding: 15px 15px 5px 15px;
	border-radius: 8px;
	margin: 0 0 16px 0;
}
.resale_system .target dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.resale_system .target dl dt,
.resale_system .target dl dd {
	margin-bottom: 10px;
	font-weight: bold;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.resale_system .target dl dt {
	width: 15%;
	text-align: center;
	color:#FFF;
	border-radius: 4px;
	padding: 4px 1%;
	box-sizing:border-box;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.resale_system .target dl dd {
	color: #212121;
	width: 83%;
}
.resale_system .target dl dd p {
	padding-bottom:0;
}
.resale_system .target dl dd * {
	font-weight: inherit;
}
.resale_system .target dt.sale {
	background-color: #e4007f;
}
.resale_system .target dt.buy {
	background-color: #00a0e9;
}

.resale_system dl.case {
	border-bottom: dotted 2px #000;
	padding: 0 0 16px 0;;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.resale_system dl.case dt,
.resale_system dl.case dd {
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.resale_system dl.case dt {
	width: 24%;
	text-align: center;
	color:#FFF;
	border-radius: 4px;
	padding: 8px 1%;
	box-sizing: border-box;
	background-color: #d00f31;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.resale_system dl.case dd {
	color: #212121;
	width: 74%;
}

.section .contact {
	padding:15px 20px;
	background:#1A1A1A;
	border:1px solid #333333;
	margin:10px 0 0 0
}
.section .contact h4 {
	background: none;
	border: none;
	text-shadow: none;
	color: #FFF;
	font-size: 20px;
	font-weight:bold;
	padding: 0;
	margin: 0;
}



/* ★@media screen */
@media screen and (max-width: 900px){
.pc_none {
	display:inline;
}
.sp_none {
	display:none;
}

	h1 {
		text-align:center;
		color:#000;
		font-weight:bold;
	}
	h1 img{
		width:100%;
	}

	h1 div{
		font-size:38px;
		font-weight:normal;
	}
	p.subtitle,
	p.subtitle.detail {
		font-size:18px;
		padding:16px 12px 12px 12px;
		margin-bottom: 20px;
	}
	h2{font-size:20px;}
	h3{font-size:16px;}
	h4{font-size:14px;}
	p.title{font-size:18px;}
	.section {
		width:100%;
		padding-bottom:0;
	}
	.section .block{
		padding:0px 12px 12px;
	}
	.pagetop .section{
		padding-bottom: 30px;
	}

.text_block {
	padding:1.5em 0 0;
}


/* ボタン */
.btn_list {
	text-align:center;
	width:auto;
}
.btn_list li {
	margin-bottom:1.5em;
	float:none;
}
.btn_list li:first-child {
	float:none;
	margin-right:0;
}
	table.schedule td .pre_button01 a {
		margin-top:1.0em;
		width:auto;
		font-size:16px;
	}
.pre_button01 a {
	width: 90%;
}
.pre_button01 > div {
	width: 100%;
}

/* 申込みボタン */
.pre_button01 a:hover {
	box-shadow: 0 3px 0 rgba(191,65,105,1);
	margin: 0 auto 3px;
}
.pre_button01 a.top:hover {
	box-shadow: 0 3px 0 rgba(41,120,42,1);
	margin: 0 auto 3px;
}

	ul.btn {
		width:100%;
	}
	ul.btn li {
		width:90%;
		padding:0px 0px 8px;
		margin:0px auto;
	}
	ul.btn li.reserved ,
	ul.btn li.reserved02 ,
	ul.btn li.parentschild,
	ul.btn li.backtop {
		float:none;
	}

	table.schedule{
		display: block;
		border:none;
	}
		table.schedule thead{
			display: none;
		}
		table.schedule tbody{
			display: block;
		}
			table.schedule tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			table.schedule tbody th,
			table.schedule tbody td{
				display: list-item;
				list-style-type: none;
				border: none;
				text-align:left;
				padding-left:8px;
			}
			table.schedule tbody th{
				margin-bottom: 5px;
				color: #fff;
			}
			table.schedule th.title {
				background: rgba(255,255,255,0.26);
				color:#FFFFFF;
				text-align:left;
			}
			table.schedule tbody th{
				background: #EEEEEE;
			}
			table.schedule tbody td{
				padding:0px 0px 0px 8px;
			}

			table.schedule tbody td span.smttell{
				padding-left:8px;
			}

			table.schedule tbody td:nth-of-type(1):before { content: "[地区] ";}
			table.schedule tbody td:nth-of-type(2):before { content: "[会場] ";}
			table.schedule tbody td:nth-of-type(3):before { content: "[開場/開演] ";}
			table.schedule tbody td:nth-of-type(4):before { content: "[リセール受付期間] ";}
			table.schedule tbody td:nth-of-type(5):before { content: "[当落発表日時] ";}
			table.pre {
				max-width: 100%;
				border:none;
			}
			table.pre th,
			table.pre td{
				max-width: 100%;
				display: block;
				border:none;
				text-align:left;
				padding:4px 8px;
			}
			table.pre td{
				padding-bottom:4px;
			}
			table.pre td.btn{
				width:95%;
				padding-bottom:40px;
			}

			table.pre tr:first-child th   {}

		.smtbr{
			display:none;
		}
		.pcbr{
			display:inline;
		}

		.pagetop {
			text-align:center;
		}
		ul.btn li a span {
			font-size:24px;
		}
	.pagetop {
		padding-top:6px;
	}


	/* リセールシステム */
	.resale_system .inner {
		padding: 20px 20px;
	}

}

/* ★@media screen (max-width: 900px) ここまで */


/* ★@media screen */
@media screen and (max-width: 640px){

	/* リセールシステム */
	.resale_system .inner {
		padding: 10px 10px;
	}
	.resale_system .title {
		font-size: 24px;
		padding: 10px 0 5px 0;
	}
	.resale_system .lead {
		font-size: 16px;
	}
	.resale_system .note li {
		font-size: 12px;
	}
	.resale_system .note {
		padding: 0 0 2px 0;
		margin:0 0 10px 0;
		border-bottom: dotted 2px #000;
	}
	.resale_system .target {
		font-size: 14px;
		padding: 10px 10px 0 10px;
		margin: 0 0 10px 0;
	}
	.resale_system .target dl dt,
	.resale_system .target dl dd {
		width: 100%;
	}
	.resale_system .target dl dt {
		margin-bottom: 5px;
	}
	.resale_system .target dl dd {
		width: 100%;
	}
	.resale_system dl.case {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 0 10px 0;
	}
	.resale_system dl.case dt,
	.resale_system dl.case dd {
		width: 100%;
	}
	.resale_system dl.case dt {
		padding: 4px 0;
		margin: 0 0 5px 0;
	}

}
/* ★@media screen (max-width: 640px) ここまで */



#div627-e-jTruncate a{
}



	
/* -- アコーディオンメニュー ----- */
.section .schedule dt h4 {

}

dl.accordion {
	margin-top:28px;
}
dl.accordion dt {}

	/* 「詳細を見る」 */
	dl.accordion dt span.more {
		padding:4px; 
		margin:10px auto 0px; 
		width:200px; 
		display:block; 
		text-align:center; 
		background: rgb(255,255,255); 
		/* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); 
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); 
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); 
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); 
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); 
		/* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); 
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); 
		/* IE6-9 */
		border:1px solid #AAAAAA;
	}


	dl.accordion dt:after {
		display: block;
		position: absolute;
	}
	dl.accordion dd {
		display: none;
	}


dl.accordion.active dt {
}
/*dl.accordion.active dt:after {
	content: "－";
}*/
dl.accordion.active dd {
	display: block;
}
/* -- アコーディオンdd内1 ----- */
	

dl.accordion.active dt {
	background:#FF0000;
}





