@charset "utf-8";


/* ___________________________________________________________________________
 * スマホ版 ブランドサイト共通 CSS（768pxブレイクポイント）
 *
 * 2015.01.05	k.fukazawa	新規作成
 *
 *____________________________________________________________________________*/


/* ヘッダー __________________________________________________________________*/
#header .right_menu li.to_form {
	display:none;
}
/*____________________________________________________________________________*/


/* 新製品エリア ______________________________________________________________*/
#new_product_area li {
	width:100%;
	float:none;
}
/*____________________________________________________________________________*/


/* NEWS、Media _______________________________________________________________*/
.info_area dt {
	float:none;
	width:100%;
	box-sizing:border-box;
	font-weight:bold;
}

.info_area dd {
	float:none;
	width:100%;
	margin-bottom:10px;
	box-sizing:border-box;
}
/* ___________________________________________________________________________*/

/* 製品一覧ページ ____________________________________________________________*/
/* 製品一覧 */
.product_list li {
	width:100%;
	float:left;
}

/* ___________________________________________________________________________*/

/* TOPカテゴリエリア  */
#category_area .category li {
    width: 100%;
margin-bottom: 0.5rem;
}

/* イベントページ */
#event .flex-list li {
	flex-basis:100%;
}
