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

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

【コンテンツエリア内のスタイルシート記述の約束】
コンテンツエリアのＣＳＳセレクタは他のエリアと
重複を防ぐため、セレクタの先頭に必ず
「#cts_CR_企業番号_商品番号」
を指定してください。
例）
#cts_CR_99999999_1 p { width:100%;margin: 0 auto; }

テンプレートVer：20230116
===============================================*/

/*PC/SP共通の指定*/
#cts_CR_00036825_1{}

/*▼▼768px以上の表示　主にPC用▼▼*/
@media screen and (min-width: 768px){
	#cts_CR_00036825_1  {}

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

【コンテンツエリア内のスタイルシート記述の約束】
コンテンツエリアのＣＳＳセレクタは他のエリアと
重複を防ぐため、セレクタの先頭に必ず
「body div.contents div.main div.corp-freearea div#disco-editable 」
を指定してください。
例）
body div.contents div.main div.corp-freearea div#disco-editable p { width:100%;margin: 0 auto; }
body div.contents div.main div.corp-freearea div#disco-editable a.hogehoge { width:100px; }
body div.contents div.main div.corp-freearea div#disco-editable ul li { display:inline; }
body div.contents div.main div.corp-freearea div#disco-editable table th { text-align:left; }
テンプレートVer：20221014
===============================================*/


body div.contents div.main div.corp-freearea div#disco-editable #pageMain { 
	width:718px;
	height:700px;
	margin: 0 auto;
	position:relative;
}

body div.contents div.main div.corp-freearea div#disco-editable #pageMain h3{ 
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

body div.contents div.main div.corp-freearea div#disco-editable #pageMain h2{ 
	position:absolute;
	top:16px;
	left:16px;
	z-index:1;
}

body div.contents div.main div.corp-freearea div#disco-editable #pageMain ul{ 
	position:absolute;
	top:500px;
	left:15px;
	z-index:1;
}

body div.contents div.main div.corp-freearea div#disco-editable #pageMain ul li{ 
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	background:#ffffff;
}

body div.contents div.main div.corp-freearea div#disco-editable #pageMain #siteBtn{ 
	position:absolute;
	top:640px;
	left:230px;
	z-index:1;
	width:336px;
	height:94px;
	background:#ffffff;
}

}

/*▼▼767px以下の表示　SP用 ▼▼*/
@media screen and (max-width:767px){
	#cts_CR_00036825_1 {}

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

【コンテンツエリア内のスタイルシート記述の約束】
コンテンツエリアのＣＳＳセレクタは他のエリアと
重複を防ぐため、セレクタの先頭に必ず
「body div.contents div.main div.corp-freearea div#disco-editable 」
を指定してください。
例）
body div.contents div.main div.corp-freearea div#disco-editable p { width:100%;margin: 0 auto; }
body div.contents div.main div.corp-freearea div#disco-editable a.hogehoge { width:100px; }
body div.contents div.main div.corp-freearea div#disco-editable ul li { display:inline; }
body div.contents div.main div.corp-freearea div#disco-editable table th { text-align:left; }
テンプレートVer：20221014
===============================================*/


body div.contents div.main div.corp-freearea div#disco-editable #pageMain { 
	width:100%;
	height:500px;
	margin: 0 -11px;
	position:relative;
}

body div.contents div.main div.corp-freearea div#disco-editable #pageMain h3{ 
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

body div.contents div.main div.corp-freearea div#disco-editable #pageMain h2{ 
	width:20%;
	position:absolute;
	top:16px;
	left:16px;
	z-index:1;
}

body div.contents div.main div.corp-freearea div#disco-editable #pageMain ul{ 
	position:absolute;
	margin-top: -15%;
	top:350px;
	left:15px;
	z-index:1;
	width: 22rem;
}

body div.contents div.main div.corp-freearea div#disco-editable #pageMain ul li{ 
	float:left;
	margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    background: #ffffff;
    width: 10rem;
    margin-left: -0.4rem;
}

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