@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */


h3 {
	border-bottom: none!important;
	border-left: 5px solid #ff8c00!important;
}

h4 {
	border-bottom: 2px solid #ff8c00!important;
}


/* イベント関連はじまり */
ul.eo-events {
	padding: 10px 30px;
}
ul.eo-events li {
	margin: 10px 0;
	padding: 3px 0 8px;
}

td.eo-event-future a {
	color: #fe56aa!important;
	text-decoration: underline;
}
/* イベント関連おわり */


/* 目次関連はじまり */
.single-article .entry ul.toc_list li:before {
    content:none;
    width:0;
    height:0;
}

#toc_container ul {
 margin-left: 25px!important;
}
/* 目次関連おわり */


/* テーブル関連はじまり */
.ltbl {
 border: 1px solid #ccc;
 border-collapse: collapse;
 font-size: 15px;
 width: 100%;
 margin: 0 auto 15px;
}

.ltbl th {
 background-color: #eee;
 padding: 10px 8px 8px;
 border: 1px solid #ccc;
 font-size: 16px!important;
 width: 25%;
}

.ltbl td {
 background-color: #fff;
 padding: 12px 8px 8px;
 border: 1px solid #ccc;
 width: 75%;
}


.sname {
	width: 50%;
}

.smail {
	width: 100%;
}

#frm_name, #frm_kana, #frm_tel, #frm_day1, #frm_day2 {
 width: 50%;
 font-size: 16px;
}

#frm_mail {
 width: 100%;
 font-size: 16px;
}

#frm_comment, #frm_root {

 font-size: 16px;
}



.ltbl th label {
 background-color: #d81c16;
 margin-left: 8px;
 padding: 0 6px;
 color: #fff;
 font-size: 0.65em;
 vertical-align: middle;
}


div.form-btn {
 text-align: center;
 width: 300px;
 margin: 20px auto;
}

div.fbt {
 float: left;
 margin-right: 20px;
 padding: 0;
 list-style-type: none;
 background-image: none;
}

div.form-btn:after {
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
 clear: both;
}


div.fc-center h2 {
	color: #000;
	font-size: 20px;
	background-color: #fff!important;
}


@media only screen and (max-width: 769px) {



.ltbl {
 border: none;
 width: 100%;
}

.ltbl tr {
	border: none;
}

.ltbl th {
	background-color: #eee;
	padding: 3px 8px;
	border: 1px solid #ccc;
	font-size: 16px;
	display: block;
	width: 100%;
	font-weight: bold;
}

.ltbl td {
	background-color: #fff;
	padding: 3px 8px;
	font-size: 16px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border: none;
}





}




