<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	text-align:center;
	background-color: #FFFFFFF;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

a   {
	color:#482817;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
img {border: none;}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	width:944px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}
em {
	font-size: 9px;
	visibility: hidden;
}
/*ヘッダー（ページタイトル、グローバルメニュー）*/
#header {
	width:944px;
	clear:left;
	background-color: #FFFFFF;
	padding-top: 70px;
	padding-right: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative

}

#container #header .logo {
	float: left;
	width: 200px;
	padding-left: 20px;
	position: absolute;
 	bottom: 0px;

}

#container #header .sub_menu {
	float: right;
	width: 944px;
	text-align: right;
	position: absolute;
 	bottom: 0px;
}

/*　画面右側メニューの幅　*/
#right {
	float: right;
	width:200px;
	margin-top: 50px;
	}

/*　画面左側の幅　*/
#main {
	float: left;
	width: 744px;
	margin-left: 0px;
	margin-top: 30px;
}


/*検索 */
#search .keyword{
	width:120px;
	background:#FFF;
	border:1px solid &lt;{$search_bgcolor}&gt;;
	line-height: 20px; /* 文字の高さ */
	margin: 0px; /* 余白を消す */
	background-color: #FFFFFF; /* 背景 */
	border: 1px solid #999999; /* 罫線 */
	/* width: 130px;  幅 */
	padding-top: 0px; /* 余白 */
	padding-right: 5px; /* 余白 */
	padding-bottom: 0px; /* 余白 */
	padding-left: 5px; /* 余白 */
	height: 20px; /* 高さ */
	vertical-align:middle;


}
#search .btn{
	vertical-align:middle;
}


/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター（コピーライト）　*/
.footer {
	width:944px;
	clear:both;
	font-size: 10px;
	text-align: left;
	margin-bottom: 50px;
}

#group-list {
	padding:0px;
	margin:0px;
}

#container #info {
	clear: both;
	width: 944px;
	padding-top: 5px;
/*	background-image: url(https://img14.shop-pro.jp/PA01081/078/etc/head_line.gif);*/
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
}
#container #other_menu {
	background-image: url(https://img14.shop-pro.jp/PA01081/078/etc/back.gif);
	height: 80px;
	width: 744px;
	text-align: center;
	background-repeat: repeat;
	padding-top: 8px;
}
#container #info h3#news {
	background-image: url(https://img14.shop-pro.jp/PA01081/078/etc/info.gif);
	height: 17px;
	width: 101px;
}
#rappi {
	margin-left: auto;
	width: 744px;
	margin-top: 6px;
	margin-right: auto;
}
#rappi #left {
	float: left;
	line-height: 1.3em;
	padding-top: 70px;
}
#rappi #right {
	float: right;
	margin-right: 10px;
}

#link_about {
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 1.3em;
}
#link_site {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#link_site2 {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 50px;
}



/*======================================================
     counter measure for bug
 =======================================================*/

 .clearfix:after {content: “.”; display: block; height: 0; clear: both; visibility: hidden;} 
 .clearfix {display: inline-block;} 

 /* Hides from IE-mac \*/ 
 * html .clearfix {height: 1%;} 
 .clearfix {display: block;} 
 /* End hide from IE-mac */





/*======================================================
     facebook
 =======================================================*/

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