@charset "UTF-8";
/* CSS Document */
.img_setubi {
	width: 44%;
	float: left;
	margin: 2%;
	margin-bottom: 3%;
	text-align: center;
}
.img_setubi img {
	border-radius: 10px;
	margin-bottom:10px;
	text-align: center;
}


table.gaiyou_table{
	
	width:100%;
}
/*table.gaiyou_table */
table.gaiyou_table th{
	border:dotted #FF020E thin;
	background-color:#FFFFFF;
	width:25%;
    color: #A83524;
	text-align: left;
	border-right: #FFFFFF;
	border-left: #FFFFFF;
    
}
.gaiyou_table th.t-top {
border-top: #FFFFFF;;	
}
.gaiyou_table td.t-top {
border-top: #FFFFFF;;	
}
table.gaiyou_table td{
	/*border:solid #FF020E thin;*/
	 padding: 15px;
    line-height: 35px; 
	border:dotted  #FF020E thin;
	border-left: #FFFFFF;
	border-right: #FFFFFF;
}
@media screen and (max-width: 768px){
	
.kamoku_li ul li {
	width: 50%;
	float: left;
}	
	
	
	/*table.gaiyou_table */
table.gaiyou_table {
	width: 100% !important;
	margin: 0 auto !important;
    border-right: none;
	
}
table.gaiyou_table th {
    background-color: rgba(255,217,217,0.30);
    border-collapse: collapse;
    border-spacing: 0;
	border: none;
}
table.gaiyou_table th, table.gaiyou_table td {
	padding: 2%;
	box-sizing: border-box;
	width: 96%;
	display: block;
	/*border-bottom: solid #FF020E thin;*/
	border: none;
}
table.gaiyou_table tr:last-child td {
	border-bottom: none;
}
table.gaiyou_table input{
	width:100%;
	box-sizing:border-box;
}
table.gaiyou_table textarea {
	width: 100%;
}
}