<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**********************************/
/*   ページナビゲーションボタン   */
/**********************************/

/* 各ナビゲーションボタンに適用・後々廃止したい */
.page_navigation input , .std_page_navigation input {
	border:medium none;
	display:block;
	height:20px;
	margin:20px auto;
	max-height:20px;
	max-width:150px;
	padding-top:40px;
	width:150px;
}
.pagenav	{
	clear: both;
	margin: 30px 0 20px;
	padding:25px 0;
	border:2px solid #cccccc;
}

/* ２つボタンのとき */

ul.navbutton	{
	width: 280px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
ul.navbutton_short	{
	width: 230px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
ul#navbutton_short	{
	width: 90px;
}
ul.navbutton_long	{
	width: 310px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
ul.navbutton_n205	{
	width: 580px;
	margin: 0px auto;	/* ボタン４つ。*/
	padding: 0px;
}
.pagenav ul li	{
	display: block;
	float: left;
	margin: 0 4px;	/* ボタン同士の左右のみ空ける */
	padding: 0;
	line-height: 22px;
}
.pagenav ul li.n303_reverse_r	{
	display: block;
	float: left;
	margin: 0 4px;	/* ボタン同士の左右のみ空ける */
	padding: 0;
	line-height: 22px;
}
form.n303	{
	margin: 0;
}

/* １つボタンのとき（幅が狭い） */

ul.navbutton_single	{
	width: 130px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
p.navbutton_single	{
	text-align:center;
}
ul.navbutton_single90	{
	width: 90px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
ul.navbutton_single100	{
	width: 150px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
ul.navbutton_single200	{
	width: 200px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
.navbutton_single li	{
	float: left;
	margin: 0 4px;	/* ボタン同士の左右のみ空ける */
	padding: 0;
	text-indent: -9999px;	/* キャプション文字列を見えない場所に飛ばす（テキストリーダーでは読まれる） */
}

/* イメージによるナビゲーション（廃止可能性あり） */
/* イメージボタン ナビゲーション用（大）*/

.imgbutton_nav	{
	display: block;
	border: none;
	padding: 0;
}

/* イメージボタン デザイン選択用（小）*/

.imgbutton_design	{
	border: none;
	margin: 0 2px;
	padding: 0;
}


/**********************************************/
/*          各種ボタン表示                    */
/**********************************************/
/*トップに戻るボタン*/
.goto_portal_top	{
	display: block;
	width: 230px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background:transparent url(../images/common/btn_top.png) no-repeat scroll center;
	cursor:pointer;
}
div.center_big_single .goto_portal_top	{
	margin:0 auto;
}
/* サブミットボタンによるナビゲーション（採択可能性あり） */

input.btn_next	{
	display: block;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 20px;
	border: none;
	text-indent: -9999px;
	background: url(../images/jigmy/btn_next.gif) no-repeat left;
	cursor: pointer;
}	

input.btn_back	{
	display: block;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 20px;
	border: none;
	text-indent: -9999px; 
	background: url(../images/jigmy/btn_back.gif) no-repeat left;
	cursor: pointer;
}

input.btn_historyback	{
	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 20px;
	border: none;
	text-indent: -9999px; 
	background: url(../images/common/btn_goback.png) no-repeat left;
	cursor: pointer;
}

input.btn_set_layout	{
	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 20px;
	border: none;
	text-indent: -9999px;
	background: url(../images/jigmy/btn_set_layout.gif) no-repeat left;
	cursor: pointer;
}

input.btn_preview	{
	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 20px;
	border: none;
	text-indent: -9999px; 
	background: url(../images/jigmy/btn_preview.gif) no-repeat left;
	cursor: pointer;
}

input.btn_upload	{
	display: block;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 20px;
	border: none;
	text-indent: -9999px;
	background: url(../images/jigmy/btn_upload.gif) no-repeat left;
	cursor: pointer;
}

input.btn_cart	{
	display: block;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 20px;
	border: none;
	text-indent: -9999px;
	background: url(../images/jigmy/btn_cart.gif) no-repeat left;
	cursor: pointer;
}

/************************************************************************************************/
/* 上記のナビゲーション部の命令と分離するため以下の新規ナビゲーションボタンを囲うdivclassを追加 */
/************************************************************************************************/
/* ナビゲーション部全体を囲うdiv */
div.page_navigation2 {
	margin:20px 0;
	padding:25px 0px;
	border:2px solid #cccccc;
}

/* ナビゲーションボタンを囲うdiv */
/*ボタン一つの場合*/
div.navibtn1-wrap span input,div.navibtn1-wrap span a{
	display:block;
	margin:0 auto;
}

/* 閉じるボタン */
/* input/150px×20px */
span.close-btn1 .close {
	display:block;
	height:20px;
	width:150px;
	border:none;
	background:url(../images/common/btn_close_sf.png) no-repeat center center;
	text-indent:-9999px;
	cursor:pointer;
}
/* input/90px×20px */
span.close-btn2 .close {
	display:block;
	height:20px;
	width:90px;
	border:none;
	background:url(../images/common/btn_close_sf.png) no-repeat center center;
	text-indent:-9999px;
	cursor:pointer;
}

/* n303 */
input.btn_file	{
	cursor: pointer;
}

/****************/
/*n102　会社概要*/
/****************/
h1.company-info {
	margin:15px 0px;
	padding-left:15px;
	color:#333333;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C72349;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C72349;
}
table.information-table {
	width:794px;
	margin:0pt auto 20px;
	border-collapse:collapse;
	border-color:#C72349;
	border-style:solid;
	border-width:8px 1px 1px;
	font-size:12px;
}
.information-table th {
	width:150px;
	padding:5px 8px;
	background-color:#FBE3E3;
	border:1px solid #666666;
	color:#333333;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
}
.information-table td {
	border:1px solid #666666;
	line-height:1.5;
	padding:5px 12px;
}
/***************************/
/*n103 プライバシーポリシー*/
/***************************/
h1.privacy-policy {
	margin:15px 0px;
	padding-left:15px;
	color:#333333;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C72349;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C72349;
}
.contents_docbody{
	width:800px;
	margin:0 auto;
}
.privacy-policy h2 {
font-size:14px;
font-weight:bold;
line-height:2;
margin-top:1em;
}
div.privacy-policy {
	border-top:8px solid #C72349;
	font-size:12px;
	line-height:1.7;
	margin:0pt auto 20px;
	padding:20px;
	width:752px;
}
.privacy-policy p.signeture {
	margin-top:1em;
	text-align:right;
}
div.privacy-policy ul{
	margin:0px 0px 20px 24px;
}
div.privacy-policy li{
	list-style-type: disc;
}
div.privacy-policy ol{
	margin:0px 0px 20px 24px;
}
/*********************/
/*- n104 ご利用規約 -*/
/*********************/
h1.terms-of-use {
	margin:15px 0px;
	padding-left:15px;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C72349;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C72349;
}
div.article {
	border-top:8px solid #C72349;
	font-size:12px;
	line-height:1.7;
	margin:0pt auto 20px;
	padding:25px;
	width:742px;
}
.article h2 {
	color:#C72349;
	font-size:14px;
	font-weight:bold;
	line-height:1.6;
}
.article h3 {
	font-size:14px;
	font-weight:bold;
	margin:2em 0px 0px;
}
.article h4 {
font-size:12px;
font-weight:bold;
margin:0px;
}

.article ul {
margin-bottom:1em;
}
.article ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin-left:1.5em;
}

.article ul li ul li {
	padding-left:1em;
	text-indent: -1.5em;
	list-style-type:none;
}
/*******************************/
/*n105 特定商取引法に基づく表記*/
/*******************************/
h1.trade-terms{
	margin:15px 0px;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C72349;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C72349;
	padding-left: 15px;
}
/********************/
/*- お問い合わせ先 -*/
/********************/
h1.contact-info{
	margin:15px 0px;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C72349;
	padding-left: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C72349;
}
div.contact-info {
	border-color:#C72349;
	border-style:solid;
	border-width:8px 1px 1px;
	margin:0pt auto 20px;
	padding:16px;
	width:760px;
}
.contact-info h2 {
font-size:120%;
font-weight:bold;
}
.contact-info p {
line-height:1.6;
margin-top:12px;
}

/****************/
/*- ご注文方法 -*/
/****************/
h1.how-to-order{
	margin:15px 0px;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C72349;
	padding-left: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C72349;
}

div.how-to-order {
	border-top:8px solid #C72349;
	font-size:12px;
	line-height:1.7;
	padding:10px;
}
.how-to-order p.first_catch {
	font-weight:bold;
	margin:0 0px 20px 0;
}
.how-to-order p {
	margin:0 0 15px 0px;
}
.how-to-order h2 {
	color:#C72349;
	font-size:16px;
	font-weight:700;
	height:32px;
	line-height:32px;
}
.how-to-order h3 {
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:700;
	border-bottom:1px solid #333333;
	color:#333333;
}
img.how-to-order {
	margin:0 0 10px 0;
}
/*各説明用ページへのリンク*/
.linkEx{
	padding:10px 15px;
	border:1px solid #CCCCCC;
}
.linkEx p{
	margin:0 0 5px 0;
	border-bottom:1px dashed #cccccc;
}
.linkEx a{
	text-decoration:none;
}


/*-各ステップの説明用div-*/


/*説明画面ラップ*/
.how-to-order .detail{
	margin-bottom:20px;
	padding:10px 0 0 10px;
	border-top:2px solid #C72349;
}
.how-to-order .detail img{
	margin-bottom:10px;
}

/*説明画面イメージ*/
.how-to-order .detailImg{
	float:left;
	width:250px;
}

/*説明画面内容*/
.how-to-order .detaileContents{
	float:right;
	width:510px;
}
.how-to-order ul {
	margin-bottom:20px;
}
.how-to-order li {
	list-style-type:disc;
	margin-left:15px;
	margin-top:8px;
}
/*説明画面補足*/
.detail-ex{
	padding:5px 5px 10px;
	background-color:#E3F9F8;
	border: 1px solid #cccccc;
}


.attention{
	font-size: 10px;	
}
*html .attention{
	font-size:9px;	
}
/*- n108　発送方法 -*/
h1.delivery{
	margin:15px 0px;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C72349;
	padding-left: 15px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C72349;
}

div.delivery {
	border-top:8px solid #C72349;
	font-size:12px;
	line-height:1.7em;
	margin:0pt auto 20px;
	padding:20px;
	width:752px;
}
.delivery h2 {
	color:#C72349;
	font-size:14px;
	font-weight:bold;
}

.delivery ul {
	margin-bottom:8px;
	margin-left:0em;
}
.delivery ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:3em;
}
/**********/
/* 価格表 */
/**********/

h1.price-list {
	margin:15px 0px;
	padding-left:15px;
	border-bottom:1px solid #C72349;
	border-left:3px solid #C72349;
	font-size:18px;
}
.price-list h2 {
	width:776px;
	margin:16px auto 0pt;
	padding:2px 8px;
	background-color:#C72349;
	border-color:#C0C0C0 rgb(192, 192, 192) -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px medium;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.price_table_item h3 {
	width:700px;
	margin-bottom:4px;
	margin-top:24px;
	padding-top:6px;
	border-top:6px solid #4489AF;
	font-size:16px;
	font-weight:bold;
}
div.price-list {
	width:794px;
	margin:0pt auto 20px;
	padding:0pt;
	border-top:8px solid #C72349;
	font-size:12px;
	line-height:1.3;
}
.price-list div li {
	padding-left:1em;
	text-indent:-1em;
}
/*ページ内リンク*/
div.price-list p.category_link {
	margin:8px 0;
}
div.price-list div#category_link a {
	display:block;
	float:left;
	margin:0px 4px;
	padding:3px 10px;
	width:160px;
	background-color:#FBE3E3;
	border-color:#CCCCCC #666666 #666666 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	text-align:center;
}
div.price-list div#category_link a:link {
	color:#000000;
	text-decoration:none;
}
div.price-list div#category_link a:visited {
	color:#000000;
	text-decoration:none;
}
div.price-list div#category_link a:hover {
		background-color:#FFFFFF;
	color:#0000FF;
	text-decoration:none;
}

/*インフォメーション表示*/
div.discount{
	margin:25px 8px;
	padding:4px;
	background-color:#FFFFCC;
	border:1px solid #C72349;
}
div.discount p.caption {
	margin-top:0pt;
	color:#D24649;
	font-weight:bold;
	text-align:left;
}
div.discount ul li {
	margin-left:20px;
	padding:0pt;
	list-style-position:outside;
	list-style-type:disc;
	text-indent:0pt;
}
div.discount p {
	margin-left:3px;
}
div.discount p.discount_notes {
	margin-top:10px;
}

/*--価格表示--*/
.price_table_design_item {
	margin-top:20px;
	padding-top:16px;
	border-top:1px solid #C72349;
	line-height:18px;
}
.price_table_item p {
	margin-left:50px;
	margin-top:8px;
}
/*-価格表テーブル（デザイン系）-*/
.price_table_design_item table {
	width:600px;
	margin:20px auto 0pt;
	padding:0pt;
	border:1px solid #909090;
	border-collapse:collapse;
}
.price_table_design_item table td {
	padding:2px 1px;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}
.price_table_design_item table th {
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	font-weight:bold;
}
.price_table_design_item table tr.head1 {
	background-color:#909090;
	color:#FFFFFF;
	text-align:center;
}
.price_table_design_item table tr.head2 {
	background-color:#C72349;
	color:#FFFFFF;
	text-align:center;
}

.price_table_design_item table tr.head3 {
	background-color:#C72349;
	color:#FFFFFF;
	text-align:left;
}

.price_table_design_item table tr.odd {
	background-color:#FFFFFF;
	color:#000000;
	font-weight:normal;
	text-align:center;
}
.price_table_design_item table tr.even {
	background-color:#EDF3F4;
	color:#000000;
	font-weight:normal;
	text-align:center;
}
.price_table_design_item table tr.bottom {/*価格表下部の黄色の列*/
	background-color:#FFF799;
	color:#000000;
	font-weight:normal;
	text-align:center;
}
/*--価格表テーブル（オリジナル系）--*/
.price_table_item {
	margin-top:20px;
	padding-top:16px;
	border-top:1px solid #C72349;
	line-height:18px;
}
.price_table_item table {
	width:500px;
	margin:20px auto 0pt;
	padding:0pt;
	border:1px solid #909090;
	border-collapse:collapse;
	font-size:12px;
}
.price_table_item table th {
	border-right:1px solid #C0C0C0;
	font-weight:bold;
}
.price_table_item table td {
	border-right:1px solid #C0C0C0;
	padding:2px 1px;
}
.price_table_item table tr.head1 {
	background-color:#909090;
	color:#FFFFFF;
	text-align:center;
}
.price_table_item table tr.head2 {
	background-color:#C72349;
	color:#FFFFFF;
	text-align:center;
}
.price_table_item table tr.odd {
	background-color:#FFFFFF;
	color:#000000;
	font-weight:normal;
	text-align:center;
}
.price_table_item table tr.even {
	background-color:#EDF3F4;
	color:#000000;
	font-weight:normal;
	text-align:center;
}
.price_table_item table tr.bottom {
	background-color:#FFF799;
	color:#000000;
	font-weight:normal;
	text-align:center;
}

/*--色数表示--*/
td.colorNumber{
	background-color:#FFFFFF;
	background-color: #5B5FCC;
	color:#ffffff;
	font-weight: 700;
}
td.colorNumber div{
	padding:0 10px;
}
</pre></body></html>