/*===============================================
画面の横幅が700pxまで（スマホ用）
===============================================*/
@media screen and (min-width:750px){
/*-------▼navi-------*/

  #menu {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }
/*-------▼navi-------*/  
	
.item_l_t tr {
	width: 50%;
	margin: 5px;
}

.item_r_t tr {
	width:50%;
	margin: 5px;
}
.item_l {
	float: left;
	width: 50%;
	font-size: 90%;
}

.item_r {
	float: right;
	width: 50%;
	font-size: 90%;
}

.f_menu_l {
	float: left;
	width: 33.3%;
	font-size: 90%;
}

.f_menu_r {
	float: right;
	width: 33.3%;
	font-size: 90%;
}

img {
	width:auto;
}
	
  
}

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


#sub-con {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 5px;
}


#side-navi {
	display: none;
}

.main_l {
	float: none;
	width: 100%;
}

.main_r {
	float: none;
	width: 100%;
	text-align:center
}

footer .foot_l {
	float: none;
	width: 100%;
}
footer .foot_r {
	float: none;
	width: 100%;
}

.f_menu_l {
	float: none;
	width: 100%;
	font-size: 90%;
}

.f_menu_r {
	float: none;
	width: 100%;
	font-size: 90%;
}

footer .foot_l li a {
	padding: 10px;
	display: block;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
footer .foot_l li ul li a {
	padding: 10px 20px;
	display: block;
	font-size: 80%;
	font-weight: normal;
}


.item_l_t table {
	width:100%;
}

.item_l_t th {
	width:50%;
}
.item_l_t td {
	width:50%;
}

.item_r_t table {
	width: 100%;
}

.item_r_t th {
	width:50%;
}

.item_r_t td {
	width:50%;
}

.item_l {
	float: none;
	width: 100%;
	font-size: 90%;
}

.item_r {
	float: none;
	width: 100%;
	font-size: 90%;
}

input[type="text"],
textarea {
    width: 100%;
}

}


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

img { 
    max-width: 100%; 
    height:auto;
}

}