@charset "UTF-8";
@media ( max-width: 640px ) {

/* =====================================
 *  共通パーツ
 * ===================================== */

body {
	/*min-width: 320px;*/
}



/*
 * HEADER
 *****************************************/

.site_header {}





/*
 * FOOTER
 *****************************************/

.site_footer {}





/*
 * CONTENTS
 *****************************************/

.w900 { width: 100%; }

/* テキスト関連 */
.base_txt {
	font-size: 13px;
}


/* 共通ページタイトルスタイル */
.ttl_page {
	font-size: 15px;
	margin-bottom: 20px;
}


/* その他パーツ */
.btn_site_top a {
	font-size: 13px;
}


.site_search_box .site_search_box__ttl {
	font-size: 15px;
	margin-bottom: 20px;
}

.site_search_box .site_search_box__ipt {
	width: 200px;
}










/* =====================================
 *  TOPページ
 * ===================================== */

.home {}





/* =====================================
 *  投稿ページ
 * ===================================== */

.page__single .post_area a { -ms-word-break: break-all; word-break: break-all; }

.page__single .post_area {}





/* =====================================
 *  下層ページ
 * ===================================== */

/*
 * ページ２
 **/

.page_02 {}



/*
 * 404
 **/










/* =====================================
 *  PC / SP 出し分け
 * ===================================== */

.pc_db,
.pc_ib,
.pc_in,
.pc_dt,
.pc_dtc { display: none; }

.sp_db { display: block; }
.sp_ib { display: inline-block; }
.sp_in { display: inline; }
.sp_dt { display: table; }
.sp_dtc { display: table-cell; }



} /* set media screen max640px */