<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* =========================================================
* ==========================================================
*
*		Set Style
*
* ==========================================================
* ======================================================= */

/* ---------------------------------------------------------
*	All
* ------------------------------------------------------- */
/* font */
body{
	font-size:1.6rem;
	-webkit-text-size-adjust: 100%;
	line-height:1.25;
	font-family: 'Noto Sans JP', sans-serif; font-weight: 500;
}

/* 高さ100%のレイアウト */
html,body{height:100%;}
div#body{height:100%;min-height:100%;}
body &gt; #body{height:auto !important;}/* IE6 */


/* 色の設定 */
div#body{background-color:#fff;}


/* その他の色


*/


/* ---------------------------------------------------------
*	Common Item
* ------------------------------------------------------- */
.center{text-align:center;}

#bngfooter div div#BNGCF{z-index:1;}



/* ---------------------------------------------------------
*	navigation
* ------------------------------------------------------- */
/* sp以外 */
/* @media screen and (min-device-width: 768px){ */
@media screen and (min-width: 737px){
div.nav ul li{
	display:inline-block;
	/* For IE 6/7 */
    *display: inline;
    *zoom: 1;/*haslayout を true にする */
}

/* パンくず */
div.breadcrumbs{}
div.breadcrumbs a{text-decoration: none;}

/* グローバル　ナビゲーション */

/* サブナビ */
}/* min-device-width: 768px */


/* ==================================================================================================================
* ===================================================================================================================
*
*		All Device
*
* ===================================================================================================================
* ================================================================================================================ */


/* ==================================================================================================================
* ===================================================================================================================
*
*		PC
*
* ===================================================================================================================
* ================================================================================================================ */
@media screen and (min-width: 737px) {

/* ---------------------------------------------------------------------------------------------------------------------
*
*	Common
*
* ------------------------------------------------------------------------------------------------------------------- */
	.txt-right { text-align: right;}
	.txt-left { text-align: left;}
	.sponly { display: none !important;}

/* ---------------------------------------------------------
*	header
* ------------------------------------------------------- */
	

/* ---------------------------------------------------------
*	footer
* ------------------------------------------------------- */
	



/* ---------------------------------------------------------------------------------------------------------------------
*
*	Category
*
* ------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------
*	index
* ------------------------------------------------------- */

} /* min-width: 737px */

/* ==================================================================================================================
* ===================================================================================================================
*
*		SmartPhone/Tablet
*
* ===================================================================================================================
* ================================================================================================================ */
/* ipad portrait + landscape */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* smart phone */
@media screen and (max-width: 736px){
/* ---------------------------------------------------------------------------------------------------------------------
*
*	Common
*
* ------------------------------------------------------------------------------------------------------------------- */
	.pconly { display: none !important;}

/* ---------------------------------------------------------
*	header
* ------------------------------------------------------- */


/* ---------------------------------------------------------
*	footer
* ------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------------------------
*
*	Category
*
* ------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------
*	index
* ------------------------------------------------------- */

}/* max-width: 736px */

</pre></body></html>