/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/*---font text---*/
.text_black {
	color: #1b1b1b;
}
.text_wt {
	color: #ffffff;
}
.text_whitesmoke {
	color: #f5f7f7;
}
.text_gray {
	color: #eeeeee;
}
.font_L {
	font-size: 130%;
}
.font_LL {
	font-size: 200%;
}
.font_M {
	font-size: 115%;
}
.font_s {
	font-size: 14px;
}
.text_center {
	text-align: center;
}
.cell_bk {
	background-color: #4f412c;
}
.cell_oudo {
	background-color: #917852;
	color: #ffffff;
}
.sentence {
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", sans-serif;
}
.text_indent {
	text-indent: 1em;
}
.margin_out {
	margin: 12px;
}

/*----table---*/
.col_2 {
	border-collapse: collapse;
	width: 100%;
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", sans-serif;
}
.col_2 th,
.col_2 td {
	border: 1px solid #c0c0c0; 
	padding-left: 2%;
	line-height: 1.5em;
}

.col_2 th {
	background: #f7f6f6;
	text-align: left;
	vertical-align: top;
	padding-left: 2%;
	line-height: 1.5em;
	color: #333333;
	font-weight: lighter;
}

@media only screen and (max-width: 600px) {
	.col_2 tr,
	.col_2 th,
	.col_2 td {
		display: block;
		width: auto;
	}
	
	.col_2 tr:first-child {
		border-top: 1px solid #333333;  
	}
	
	.col_2 th,
	.col_2 td {
		border-top: none;
	}
}

.bkimg_green {
	background-color: #5c9b32;
}

/*----table change--th---*/
.col_3 {
	border-collapse: collapse;
	width: 100%;

}

.col_3 th,
.col_3 td {
	border: 1px solid #c0c0c0; 
	padding-left: 3%;
	line-height: 1.8em;
}

.col_3 th {
	text-align: left;
	padding-left: 3%;
	line-height: 1.8em;
	width: 21%;
	font-weight: lighter;
	background-color: #f7f6f6;
	color: #000000;
}

@media only screen and (max-width: 600px) {
	.col_3 tr,
	.col_3 th,
	.col_3 td {
		display: block;
		width: auto;
	}
	
	.col_3 tr:first-child {
		border-top: 1px solid #c0c0c0;  
	}
	
	.col_3 th,
	.col_3 td {
		border-top: none;
	}
}

/*----table 4--*/
.col_4 {
	border-collapse: collapse;
	width: 100%;
	font-family: "Meiryo", "Hiragino Kaku Gothic Pro", sans-serif;
}

.col_4 th,
.col_4 td {
	border: 1px solid #c0c0c0; 
	padding-left: 3%;
	line-height: 1.8em;
}

.col_4 th {
	text-align: left;
	padding-left: 3%;
	line-height: 1.8em;
	width: 30%;
	font-weight: lighter;
	background-color: #f7f6f6;
	color: #000000;
}

@media only screen and (max-width: 600px) {
	.col_4 tr,
	.col_4 th,
	.col_4 td {
		display: block;
		width: auto;
	}
	
	.col_4 tr:first-child {
		border-top: 1px solid #c0c0c0;  
	}
	
	.col_4 th,
	.col_4 td {
		border-top: none;
	}
}

/*---- table -----*/
table.gyoumu th,
table.gyoumu td {
	border: 1px solid #917852;
	line-height: 1.5em;
}

table.gyoumu th {
	background: #917852;
	color: #ffffff;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #917852;
	font-weight: lighter;
}

table.gyoumu td {
	background-color: #ffffff;
	color: #000000;
	border-bottom: 1px solid #917852;
	border-right: 1px solid #917852;
}

/*---- table 2-----*/
.table-2 table th {
	padding: 10px;
	color: #fff;
}
.table-2 tr td {
	border: 1px solid #dcdcdc;
	padding: 10px 10px;
}

/*---- 教室日程-----*/
.fusion-content-widget-area .widget li {
	margin: 0;
	padding: 6px;
	display: block;
	line-height: 1.6em;
	border-bottom: dotted 1px #c0c0c0;
}

/*----投稿内のボタン-----*/
.info-btn {
	display: inline-block;
	padding: 0.5em 2em;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	background: #e6fbd8;
	color: #000000;
	border: solid 1px #5c9b32;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.info-btn a {
	color: inherit;
	text-decoration: none;
}
.info-btn a:hover {
	color: #5c9b32;
}

/*----table Ankeito Form responsive-(1)--*/
.form_a {
	border-collapse: collapse;
	width: 100%;
}

.form_a th,
.form_a td {
	border: 1px solid #c0c0c0; 
	padding-left: 10px;
	line-height: 2em;
}

.form_a th {
	background-color: #dbffdb;
	border: 1px solid #c0c0c0; 
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	line-height: 2em;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: normal;
}

@media only screen and (max-width: 600px) {
	.form_a tr,
	.form_a th,
	.form_a td {
		display: block;
		width: auto;
	}
	
	.form_a tr:first-child {
		border-top: 1px solid #c0c0c0;  
	}
	
	.form_a th,
	.form_a td {
		border-top: none;
	}
}

/*-----アンケート タイトル(1)---*/
.qnkeito {
	color: #2f4f4f;
	border-bottom: 2px solid #2f4f4f;
	text-align: center;
	font-size: 28px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/*----table Ankeito Form responsive-(2)--*/
.form2_a {
	border-collapse: collapse;
	width: 100%;
}

.form2_a th,
.form2_a td {
	border: 1px solid #c0c0c0; 
	padding-left: 10px;
	line-height: 2em;
}

.form2_a th {
	background-color: #dbffdb;
	border: 1px solid #c0c0c0; 
	text-align: left;
	vertical-align: top;
	padding: 5px 10px 5px 10px;
	line-height: 2em;
	color: #333333;
	letter-spacing: 0.1em;
	font-weight: normal;
}

@media only screen and (max-width: 600px) {
	.form2_a tr,
	.form2_a th,
	.form2_a td {
		display: block;
		width: auto;
	}
	
	.form2_a tr:first-child {
		border-top: 1px solid #c0c0c0;  
	}
	
	.form2_a th,
	.form2_a td {
		border-top: none;
	}
}