/* CSS Document */

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

body{font-size: 13px;}
body,header,footer{min-width: 400px;}





/*==================================================================

	main

==================================================================*/
main {
}
main #wrapper {
}

	

/*==================================================================

	タイトル

==================================================================*/
h3 , h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}

	
/*==================================================================

	table

==================================================================*/
	
/*------------------------------ XXXXXXXXXX ------------------------------*
.tb01 th{
	border-bottom: none !important;
}
.tb01 tr:last-of-type th {
	border-bottom: none !important;
}
.tb01 th , .tb01 td {
	display:block;
	width:100%;
	box-sizing:border-box;
	padding:10px 20px;
}
.tb01 td {
	padding:15px 20px 20px;
}


/*==================================================================

	text

==================================================================*/


	
/*==================================================================

	list

==================================================================*/

	

/*==================================================================

	btn

==================================================================*/
/*------------------------------ btn03 ------------------------------*
.btn03 a {
	margin:10px 0;
}



/*==================================================================

		$投稿一覧ページ(blog.php)

==================================================================*
.archive_post_content .date {
	position:relative;
}
.archive_post_content h3 {
   top: 15px;
   margin-left: 0;
   width: 100%;
	font-size:16px !important;
}	
	

	
/*==================================================================

		$投稿ページ(single.php)

==================================================================*
#post_thumbnail {
	float:none;
	max-width:300px;
	margin:0 auto 30px;
	background:#FFF;
}
#post_thumbnail img {
	max-height:300px;
	box-sizing:border-box;
}
	
/*------------------------------ページネーション------------------------------*
.single_nav {
    margin-top: 70px;
}
.single_nav a {
    margin: 0px 1px;
    padding: 10px;
    font-size: 13px;
}

	
	
/*==================================================================

		$お問い合わせページ　＊　Contact Form 7カスタマイズ

==================================================================*
.inquiry th{
	padding: 10px 20px;
	color: #7e5b43;
    background: #eee9e1;
	border: 1px solid #e6e6e6;
	font-weight:bold;
}
.inquiry td{
    padding: 15px 20px;
	background:#FFF;
	border: 1px solid #e6e6e6;
}
.inquiry td input{
	width:100%;
	padding:10px;
}
.inquiry td textarea{
	padding:10px;
}
table.inquiry {
	border-bottom:none;
}	
	
	
	
	
	
	
	
	
	
	
}
