/*
#006633
*/


/******************************************************************/
/*SNSリンク*/
/******************************************************************/
.sns-link{

}

.sns-link ul{
	list-style:none;
	margin:0;
	padding:0;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sns-link ul li{
	margin:5px;
}

.sns-link ul li img{
	display:block;
}

/******************************************************************/
/*住所表示*/
/******************************************************************/

ul.info{
	margin:0;
	padding:0;
	list-style:none;
}

/******************************************************************/
/*サイドバー*/
/******************************************************************/

.widget ul{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}

.widget ul li{
	margin:0;
	padding:0;
	border-bottom:dotted 1px #666666;
}


.widget ul a{
	display:block;
	width:auto;
	height:100%;
	line-height:40px;
	padding-left:0.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget ul a:hover{
	text-decoration:none;
	background:#ffffee;
}

.widget ul a::before{
	content:"‣";
	margin-right:0.2em;
}

/***********************************************************************/
/*テキストリストニュース用*/
dl.list-index{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	line-height:1.6em;
	color:#999999;
}

dl.list-index dt{
	font-weight:600;
	font-size:0.9rem;
	padding:0px 0em 0px 0.5em;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	transition: all 5000ms 0s ease;
}

dl.list-index dt:before{
	content:"▶";
	font-size:0.5rem;
	margin-right:5px;
	vertical-align:top;
}

dl.list-index dt:hover:before{
	content:"▶";
	font-size:0.5rem;
	margin-right:2px;
	margin-left:3px;
	vertical-align:top;
}

dl.list-index dd{
	margin:0px 0px 5px 0px;
	padding:0px 1em 0.3em 1.5em;
	font-size:85%;
	line-height:1.2em;
	border-bottom:dotted 1px #666666;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

dl.list-index time{
	color:#006600;
}

/***********************************************************************/
/*画像テキストリストニュース用*/
dl.list-index-image{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0.3em 0px;
	line-height:1.6em;
	color:#999999;
	border-bottom:dotted 1px #666666;
}

dl.list-index-image:after{
	content:"";
	display: block;
	clear:both;
}

dl.list-index-image dt.image{
	width:100px;
	/*height:75px;*/
	margin:0px;
	padding:2px;
	overflow:hidden;
	float:left;
}

dl.list-index-image img{
	transition: all 1000ms 0s ease;
	width:100%;
	border:solid 1px #cccccc;
}

dl.list-index-image img:hover{
	opacity:0.8;
}

dl.list-index-image dt.title{
	margin:0px;
	padding:0px;
	margin-left:110px;
	font-weight:600;
	font-size:0.9rem;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	position:relative;
}

dl.list-index-image dt.title img{
	width:auto;
	height:auto;
	position:absolute;
	right:12px;
	top:4px;
	border:none;
}

dl.list-index-image dt.title:before{
	content:"▶";
	font-size:0.5rem;
	margin-right:5px;
	vertical-align:top;
}

dl.list-index-image dd{
	margin:0px;
	margin-left:110px;
	padding:0px 1em 0px 0px;
	font-size:85%;
	line-height:1.2em;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

dl.list-index-image time{
	color:#006600;
}

/******************************************************************/
/*検索フォーム*/

div.search{
	width:100%;
	height:48px;
	margin:0 0 10px 0;
	padding-left:12px;
	background-color:rgba(255,255,255,0.8);
	background-image:url(../img/search.svg);
	background-repeat:no-repeat;
	background-position:right;
	font-size:0;
	overflow:hidden;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-o-border-radius: 24px;
	-ms-border-radius: 24px;
	border-radius: 24px;
	border:solid 1px #ccc;
}
div.search input[type="text"]{
	display:inline-block;
	width : -webkit-calc(100% - 48px) ;
	width:calc(100% - 48px);
	height:48px;
	background-color: transparent;
	border:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline:none;

}

div.search input[type="submit"]{
	display:inline-block;
	width:48px;
	height:48px;
	background-color: transparent;
	border:none;
	text-indent:-200%;
	cursor:pointer;
}

/*
沿線都市----------------------------------------------------------------------
*/

section.city{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	}
	
section.city div{
	min-height:340px;
	}
	
section.city figure{
		flex:1;
	}

section.city dl img{
	display:block;
	margin:0;
}
	
section.machi{
		margin:0 0 20px 0;
		padding:0 0 10px 0;
		border-bottom:dashed 1px #ccc;	
	}


section.machi ul.ekisha{
	margin:0 0 10px 0;
	padding:0;
	width:100%;
	min-height:300px;
	background:url(../img/110218shima10.jpg) no-repeat top right;
	list-style:none;
	}
	
section.machi ul.hita{
	background:url(../img/110218shima10.jpg) no-repeat top right;
}

section.machi ul.kawara{
	background:url(../img/110218shima05.jpg) no-repeat top right;
}

section.machi ul.kawasaki{
	background:url(../img/110218shima07.jpg) no-repeat top right;
}


section.machi ul.kitakyushu{
	background:url(../img/110218shima04.jpg) no-repeat top right;
}

section.machi ul.soeda{
	background:url(../img/110218shima08.jpg) no-repeat top right;
}

section.machi ul.tagawa{
	background:url(../img/110218shima06.jpg) no-repeat top right;
}

section.machi ul.touhou{
	background:url(../img/110218shima09.jpg) no-repeat top right;
}


section.machi ul.ekisha li{
		width:50%;
		border:dotted #006633 1px;
		margin-bottom:0.25em;
		background:rgba(255,255,255,0.6);
	}
	
section.machi ul.ekisha a{
		display:block;
		width:100%;
		height:100%;
		padding-left:1em;
	}
	
	
section.machi h4{
		border:none;
		border-bottom:1px dotted #666;
		font-weight:500;
		background:none;
		padding-left:0;
	}
	
section.machi h4::before{
		content:"┃";
		margin-left:-0.25em;
		margin-right:-0.05em;
	}
	
section.machi h5{
		margin:15px 0px 15px 0px;
		font-weight:500;
	}
	
section.machi h5::before{
	content:"―";
	
	}
	
section.machi h5::after{
	content:"―";
	
	}



section.machi dl{
  background: #eee;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size:0.9em;
  margin:0 auto 10px auto;
  padding:0;
  width:100%;
}

section.machi dt{
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}

section.machi dd{
  padding: 10px 10px 0 10px;
  border-top: 1px solid #ccc;
}

section.machi dt{
  width: 30%;
  float: left;
}

section.machi dd{
  background: #fff;
  margin-left: 30%;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
}
section.machi dd:after {
  content:"";
  display: block;
  clear: both;
}
section.machi dl img{
	display:block;
}


section.machi div.figwrap{
	display:flex;
	flex-wrap:wrap;
	}
	
section.machi div.figwrap div{
	width:46%;
	margin:2%;
	}
	
section.machi div.figwrap p{
	margin:0;
	padding:0;
	font-size:0.8em;
	line-height:1.2em;
	}

section.machi figure{
	margin:0!important;
	text-align:left;
	}
	
section.machi figure img{
	margin:0!important;
	display:inline;
	}
	
section.machi figcaption{
	margin:0;
	padding:0;
	text-align:left;
	}
	

section.machi dl.osusume{
	background:none;
	border:none;
}


section.machi dl.osusume dt{
	background:none;
	border:none;
	position:relative;
}

section.machi dl.osusume dt::before{
	content:"●";
	margin-left:-0.5em;
}

section.machi dl.osusume dt::after{
	content:"…";
	position:absolute;
	top:0.6em;
	right:0;
	
}

section.machi dl.osusume dd{
	background:none;
	border:none;
}



/*
番号リスト----------------------------------------------------------------------
*/
ol{
	counter-reset:number;
	padding:0 0 0 3em;
	margin:0;
	list-style:none;
}

ol li{
	min-height:32px;
	margin-bottom:0.5em;
	vertical-align:middle;
}


ol li:before {
	counter-increment:number; 
	content: counter(number); 
	background:#006600;
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	width:1.6em;
	height:1.6em;
	color:#fff;
	
	overflow:hidden;
	margin-left:-2em;
	margin-right:0.5em;
	line-height:1.6em;
}


/*
車両----------------------------------------------------------------------
*/
.syaryou-image{
	
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	}
	
.syaryou-image figure{
	
	}
	
.syaryou-image figure img{
		width:100%;
	}

/*
歴史----------------------------------------------------------------------
*/

figure.rekishi{
	display:block;	
	padding:0.5em;
	width:300px;
	border:solid 1px #ccc;
	margin-bottom:1em;
	}
	
figure.rekishi img{
		display:block;
		width:100%;
	}
	
figure.rekishi figcaption{
	margin-top:0.25em;
	overflow:visible!important;
	background:#eee;
	display:block;
	width:100%;
	line-height:1.2em;
	white-space:normal;
	padding:0.25em;
	}

/*
コンテスト----------------------------------------------------------------------
*/

div.contest{
		margin:0 0 10px 0;
		padding:0 0 5px 0;
		border-bottom:dashed 1px #ccc;
	}
	
div.contest *{
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	-moz-text-justify: inter-ideograph;
	-webkit-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}

div.contest figure{
		margin:0 0 0 0;
		padding:0 0 0 0;
		display:flex;
	}


div.contest figure figcaption{
		margin:0 0 0 1em;
		padding:0 0 0 0;
		width:100%;
		text-align:left;
	}
	
	
div.contest figure dl{
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:100%;
	}
	
div.contest figure dl dt{
		margin:0 0 0 0;
		padding:0 0 0 0;
		font-weight:600;
		font-size:1.4em;
		border-bottom:solid 1px #006600;
	}

div.contest figure dl dd{
		margin:0 0 0 0;
		padding:0.25em 0 0.25em 0;
		border-bottom:dotted 1px #ccc;
		white-space: normal;
	}
	
div.contest figure dl dt+dd{
		font-size:1.2em;
		font-weight:600;
		font-family: 'Noto Serif', serif;
	}


div.contest figure img{
		display:block;
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:30vw;
		max-width:300px;
		height:auto;
	}

div.contest figure ul{
	list-style:none;
	margin:0;
	padding:0;
}
	
div.contest figure ul li{
		margin:0 0 0 0;
		padding:0.25em 0 0.25em 0;
		border-bottom:dotted 1px #ccc;
		white-space: normal;
	}
	

/*
沿線都市情報----------------------------------------------------------------------
*/

#EnsenToshi{
	background-image:url(../img/ensen-bg.svg);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:contain;
	
	}

ul#EnsenNavi{
		list-style:none;
		margin:0;
		padding:1em;
	
	}
	
ul#EnsenNavi li{
		width:40%;
		min-width:120px;
		margin:0 0 1em 0;
		padding:0 0 0 0.5em;
		border:solid 1px #ccc;
		background:#fff;
	}
	
ul#EnsenNavi li a{
	
		display:block;
		width:100%;
		height:100%;
		padding:0.5em 0.5em 0.5em 2.3em;
		color:#006633;
		font-weight:500;
	}
	

ul#EnsenNavi li#e01 a{
	background-image:url(../img/city-icon01.svg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:2em;
	}
	
ul#EnsenNavi li#e02 a{
	background-image:url(../img/city-icon02.svg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:2em;
	}
	
ul#EnsenNavi li#e03 a{
	background-image:url(../img/city-icon03.svg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:2em;
	}
	
ul#EnsenNavi li#e04 a{
	background-image:url(../img/city-icon04.svg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:2em;
	}
	
ul#EnsenNavi li#e05 a{
	background-image:url(../img/city-icon05.svg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:2em;
	}

ul#EnsenNavi li#e06 a{
	background-image:url(../img/city-icon06.svg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:2em;
	}
	
ul#EnsenNavi li#e07 a{
	background-image:url(../img/city-icon07.svg);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:2em;
	}

/*
ギャラリー----------------------------------------------------------------------
*/
	.gall{
		padding-bottom:20px;
			
		}

	.gall .item{
			width:100%;
			margin-bottom:10px;
		}


	.gall .item img{
		
			width:100%;
			height:auto;
		
		}


		
		.gall a{
			background:none!important;
			margin:0;
			padding:0;
			display:block;
			width:100%;
			height:100%;
			}

/*
ウォーキング----------------------------------------------------------------------
*/

.col3image{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom:1em;
}

.col3image figure{
	padding:0;
	width:200px;
}

.col3image figcaption{
	font-size:10px;
}

.col3image::after{
  content:"";
  display: block;
  width:200px;
}


	.workingmark{
		display:flex;
		flex-wrap: wrap;
	}

	.workingmark dl{
		display:flex;
		margin:0 8px 8px 0;
		padding:0;
		font-size:0.75em;
		width:145px;
		line-height:1.2em;
	}
	
	.workingmark dl dt{
		width:32px;
		height:32px;
		overflow:hidden;
		margin:0 2px 0 0;
		padding:0;
		background:#000;
	}
	
	.workingmark dl dt img{
		display:block;
	}
	
	.workingmark dl dd{
		margin:0;
		padding:0;
		width:111px;
	}

	ul.list_none{
	margin:0;
	padding:0;
	}
/*
リンク集----------------------------------------------------------------------
*/

.link-list{
	margin-bottom:32px;
	}

.link-list ul{
		margin-left:5px;
		padding-left:5px;
		list-style:none;
		font-size:0.9em;
		line-height:40px;
	}
	
.link-list ul li{
			margin-top:10px;
			padding-bottom:10px;
			min-height:40px;
			border-bottom:dotted 1px #888888;
	}


.link-list ul li a{
	display:block;
	padding-left:1.5em;
	background:url(../img/link-ext.svg) no-repeat left center;
	}
	
.link-list ul li a img{
	vertical-align:center;
	display:block;
	margin:0;
	}

	
/*
駅舎一覧----------------------------------------------------------------------
*/

ul.eki-list{
	margin:0 0 1em 0;
	padding:1em;
	list-style:none;
	display:flex;
	flex-wrap: wrap;
	line-height:2em;
	white-space:nowrap;
	text-align:center;
	justify-content: flex-start;
}


ul.eki-list li{
	border:solid 1px #ccc;
	margin-top:0;
	margin-right:0.5em;
	margin-left:0.5em;
	margin-bottom:0.5em;
	padding:0;
	height:2.4em;
	width:10em;
	}


ul.eki-list a{
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	padding:0 0.5em 0 0.5em;
}

/*マル得情報*/

.marutoku{
	border-top:solid 2px #ee0000;
	border-bottom:solid 2px #ee0000;
	background:#ffeeee;
	margin-bottom:2em;
	}
	

.marutoku p{
	font-size:1rem;
	font-weight:600;
	line-height:36px;
	height:40px;
	padding-left:1.7em;
	background-image:url(../img/list_style02.svg);
	background-repeat: no-repeat;
	background-color: #ffee99;
	background-size:1em;
	background-position:0.5em 0.7em;
	color:#ee0000;
	border-bottom:dashed 2px #fff;
	}


.marutoku ul{
		margin:0;
		padding:1em;
		list-style:none;
	}
	
.marutoku ul li{
		margin:0;
		padding:0;
	}
	

/*お問合せフォーム*/
/*フォーム部品*/

dd input[type="text"]{
		width:100%;
	}
	
dd textarea{
		width:100%;
	}
	
textarea:focus{
  border-color:orange;
}


.formbtn{
	max-width:90%;
	margin:0 auto 20px auto;
	padding:0 0.25em 0 0.25em;
	list-style:none;
	text-align:center;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.formbtn li{
	width:40vw;
}

.formbtn input[type="submit"]{
		font-size:1rem;
		font-weight:600;
		padding:0.5em 1em 0.5em 1em;
		text-align:center;
		color:#fff;
		background:#006633;
		border:none;
		cursor:pointer;
		width:95%;
	}
	
.formbtn input[type="submit"]:focus{
	background:#009966;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}
	
.formbtn input[type="reset"]{
		font-size:1rem;
		font-weight:600;
		padding:0.5em 1em 0.5em 1em;
		text-align:center;
		color:#fff;
		background:#dd0000;
		border:none;
		cursor:pointer;
		width:95%;
	}

.formbtn input[type="reset"]:focus{
	background:#ff0000;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}

input:focus{
  border-color:orange;
}

input[type="radio"]:focus{
	position:relative;
	top:1px;
	left:1px;
}


/*駅紹介のナビゲーション*/

ul.ekinavi{
		list-style:none;
		background:#ffffee;
		margin:0.5em 0em 0.5em 0em;
		padding:0.5em;
	}
	
ul.ekinavi li{
		margin:0;
		padding:0;
		border-bottom:dotted 1px #F90;
		height:40px;
		line-height:40px;
	}
	
ul.ekinavi li a{
		display:block;
		width:auto;
		height:100%;
		padding-left:1.2em;
		background:url(../img/list_style01.svg) no-repeat center left;
		background-size:1em;
	}
	
/*小さいナビゲーション*/
ul.mininavi{
	font-size:0;
	vertical-align:bottom;
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	}
	
ul.mininavi li{
		font-size:1rem;
		display:inline-block;
		margin:0;
		padding:0;
		text-align:center;
	}
	
ul.mininavi li::before{
		content:"｜";
		display:inline-block;
	}
	
ul.mininavi li:last-child::after{
		content:"｜";
		display:inline-block;
		margin:0;
		padding:0;
		text-align:center;
		
	}
	
	
ul.mininavi li a{
	display:inline-block;
	min-width:4em;
	height:100%;
	}

/*
PDFリンク----------------------------------------------------------------------
*/



p.pdf a{
	background-image:url(../img/file_pdf.svg);
	background-repeat: no-repeat;
	background-position:left top;
	background-size:1.4em;
	padding-left:1.8em
	}


/*
ページタイトル----------------------------------------------------------------------
*/

h2.pagetitle{
	color:#888888;
	line-height:1.2em;
	font-weight:400;
	padding-left:0.25rem;
	padding-right:0.25rem;
	padding-bottom:0.5em;
	margin-bottom:20px;
	position:relative;
	border-bottom:solid 3px #006600;
}



/*
ページ下部戻るリンク----------------------------------------------------------------------
*/

.BackNavi{
	height:40px;
	margin:0;
	padding:0 0.25em 0 0.25em;
	list-style:none;
	text-align:center;
	display: -webkit-flex;
	display:flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.BackNavi li{
	width:150px;
	height:40px;
}


/*
文章内リンク----------------------------------------------------------------------
*/


/*
ページスクロール----------------------------------------------------------------------
*/

#PAGETOP{
	margin:0px;
	padding:0px;
	line-height:40px;
	text-align:center;
	position:fixed;
	bottom:10px;
	right:10px;
	width:40px;
	height:40px;
	background:#009933;
	color:#ffffff;
}

#PAGETOP a{
	display:block;
	width:100%;
	height:100%;
	color:#ffffff;
	text-indent:-1000em;
	background:url(../img/page-up.svg) no-repeat center center;
	}


/*
新しいウィンドウ通知----------------------------------------------------------------------
*/

a[target="_blank"]{
	position:relative;
}



a[target="_blank"]:hover::before{
	content:"↑新しいウィンドウが開きます。";
	font-size:0.8em;
	position:absolute;
	bottom:-2em;
	left:0;
	z-index:1000;
	width:auto;
	min-width:15em;
	height:auto;
	padding:0.5em;
	line-height:1.2em;
	display:block;
	background:rgba(255,204,204,1);
	padding:0.5em;
	line-height:1.2em;
}


/*
テキストリスト表示----------------------------------------------------------------------
*/
.newslist{
	zoom:1;
}

.newslist::after{
	content:"";
	display:block;
	clear:both;
}

.newslist ul{
	list-style:none;
	margin:0;
	margin-bottom:1em;
	padding:0;
	line-height:2;
}

.newslist ul time{
	display:inline-block;
	margin-right:0.5em;
}

.newslist ul li{
	padding:0.2em 0.1em 0.2em 0.1em;
	border-bottom:dotted 1px #777;
	white-space:nowrap;
	overflow:hidden;
}

.newslist ul li::before{
	content:"・";
}

/*
FIGURE関連----------------------------------------------------------------------
*/
figure{
	text-align:center;
	
	}
	
figure figcaption{
	font-size:0.85em;
	text-align:center;
	}

/*
ASIDE----------------------------------------------------------------------
*/

aside{
	background:#fff;
	padding-bottom:20px;
}

/*
SECTION----------------------------------------------------------------------
*/

section{
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

/*
ARTICLE----------------------------------------------------------------------
*/
article{
	padding-top:1.5em;
	padding-bottom:1.5em;
	background:#fff;
}

/*
FOOTER----------------------------------------------------------------------
*/
footer{
	background:#006633;
}

footer::before{
	content:"";
	display:block;
	height:0px;
	border-top:solid 1px #006633;
	border-bottom:solid 5px #ffffff;
	margin-bottom:1em;
}

footer *{
	color:#fff;
}

/*
BODY----------------------------------------------------------------------
*/

body{
	
}

/*
TABLE----------------------------------------------------------------------
*/
/*TABLEのデフォルトスタイルを定義*/
table{
	line-height:2em;
	margin:0 0 20px 0;
	padding:0;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	vertical-align:top;
}

caption{
	margin:0;
	padding:0;
}

thead{
	margin:0;
	padding:0;
}

tbody{
	margin:0;
	padding:0;
}

tr{
	margin:0;
	padding:0;
}

th{
	margin:0px;
	padding:0px 8px 0px 8px;
	text-align:center;
}

td{
	margin:0;
	padding:0px 8px 0px 8px;
}

/************************************************************************/
/*汎用レスポンシブ*/
/*横幅が769px以上*/
/* PC */
@media screen and (min-width:769px){
	table.resp-a-01{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		vertical-align:top;
	}

	table.resp-a-01 caption{
		text-align:left;
		margin-top:0.5rem;
		margin-bottom:0.5rem;
		line-height:1em;
		font-size:1rem;
	}
	
	table.resp-a-01 thead{
		background:#EEE;
		border:solid 1px #cccccc;
	}

	table.resp-a-01 thead tr th{
		border:solid 1px #cccccc;
	}

	table.resp-a-01 tr{
		text-align:left;
		border:solid 1px #cccccc;
	}
	
	/*
	table.resp-a-01 tr:nth-child(even){
		background:#EEE;
	}
	*/
	table.resp-a-01 td{
		border:solid 1px #cccccc;
	}

}

/*横幅768px以下*/
/* Mobile */
@media screen and (max-width:768px){
	table.resp-a-01{
		font-size:0.8em;
	}
	
	table.resp-a-01 thead{
		white-space:nowrap;
		background:#EEE;
	}

	table.resp-a-01 thead tr th{
		border:solid 1px #cccccc;
	}
	
	table.resp-a-01 tbody td{
		border-right:solid 1px #cccccc;
	}

	table.resp-a-01 tbody tr{
		border:solid 1px #cccccc;
	}
	
	table.resp-a-01 tbody tr td ul{
	margin:0;
	padding:0;
	}
	
	table.resp-a-01 tbody tr td ul li{
	margin:0;
	padding:0;
    list-style:none;
	}

	table.resp-a-01 tbody tr td ul li::before{
	content:"\02022";
	}

}
