@charset "utf-8";

/*****ページ本体領域*****/
/* ページ本体領域ラップ */

div.pagebody{
	margin:10px 0;
}

div.sys_tabbody	{
	padding: 10px 5px 1px;/* bottom 20→1px　20101121-YT; */
	/*background: #f0f0e8 url("../../images/ms/bg_tab3.png") repeat-y right; 20110422　K 先方要望*/
	background: #f0f0e8;
	line-height:normal;/*20110217 追加 K*/
}

/*******共通パーツ*******/
/* 各見出し */
.titleP1{
	margin:0 0 5px;
	padding:2px 0 2px 7px;
	border-width:0 0 1px 6px;
	border-style:solid;
	border-color:#666666;
	background-color: #ededdb;
	font-size: 120%;
	font-weight:700;
}

.titleP2{
	margin:0 0 5px;
	padding:2px 0 2px 7px;
	background-color: #CDCCBF;
	font-weight:700;
}

.sectiontitle{
	margin:6px 0 8px;
	padding:2px 0 2px 24px;
	background: #ededdb url(../../images/ms/bg_sectionMark.png) no-repeat left center;
	border-bottom: solid 1px #bdbdad;
	font-size: 120%;
	font-weight:700;
}

/* ナビゲーションボタン各種 */
.btn_back {
	display:block;
	height:20px;
	width:120px;
	margin:0;
	background:url("../../images/ms/btn_back.png") no-repeat scroll left center transparent;
	border:medium none;
	cursor:pointer;
	outline:medium none;
	text-decoration:none;
	text-indent:-9999px;
}

.btn_next {
	display:block;
	height:20px;
	width:120px;
	margin:0;
	background:url("../../images/ms/btn_next.png") no-repeat scroll left center transparent;
	border:medium none;
	cursor:pointer;
	outline:medium none;
	text-decoration:none;
	text-indent:-9999px;
}

.btn_close {
	display:block;
	height:20px;
	width:90px;
	margin:0;
	background:url("../../images/ms/btn_close.png") no-repeat scroll left center transparent;
	border:medium none;
	cursor:pointer;
	outline:medium none;
	text-decoration:none;
	text-indent:-9999px;
}


/* 価格スタイル */

span.xline	{ /* 価格打消し */
	color: #303030;	/* グレー */
	text-decoration: line-through;
}

/* 画像を枠で囲む場合 */

img.cmn_ImgOutline	{
	border: solid 1px #e0e0e0;
}

/* スタンプ系エラー表示（お知らせ風） */

div.sys_boxerror1	{
	margin: 8px 0 16px;
	padding: 0;
	border: dashed 1px #ff0000;
	background-color: #fff0f0;
}

div.sys_boxerror1 p.dsn_boxerrorHead	{
	float: left;
	padding: 4px 8px;
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
}

div.sys_boxerror1 p.dsn_boxerrorText	{
	float: left;
	padding: 4px 8px;
	color: #d00000;
}

/* 操作説明文１（上部） */
div.sys_instruction1	{
	height: 40px;
	padding-left: 45px;
	background: url(../../images/ms/icn_infCircle.png) no-repeat left;
}

/* 操作説明文２（ナビゲーション上部） */
div.sys_instruction2	{
	text-align: center;
}

/* 操作説明文３（ナビゲーション下部） */
div.sys_instruction3	{
}

/* 一般説明行 */
p.sys_instruction0	{
	margin-bottom: 6px;
/*	padding-left: 18px;
	background: url(../../images/ms/icn_inst.png) no-repeat left top; */ /* TN対応　20101103-TN */
	color: #0d1c5e;
	text-align: left;
}

.sys_error2	{ /* 共通 入力欄エラー */
	color: #ff4200;
	font-weight: bold;
}

/******************************/
/*--■--デザイン選択画面--■--*/
/******************************/

/* 両面切り替えタブ */
table.sys_tabWrap	{
	display:none;/*20110422　K追加　先方要望*/
	width: 950px;
	background-color: #ffffff;
	border-collapse: collapse;
}

/* タブ本体 */

.sys_tab	{	/* 表面用タブ */
	width: 315px;
	vertical-align: bottom;
}

.sys_tabInner	{
	display: block;
	width: 315px;
	padding-top: 14px;
	padding-bottom: 8px;
}

.sys_tab a	{
	cursor: pointer;
}

.sys_tab span.sys_tab_indextext	{	/* タブのキャプション（表・裏） */
	display: block;
	float: left;
	width: 65px;
	padding: 0 5px 0 10px;
	font-size: 18px;
	vertical-align: center;
}

.sys_tab span.sys_tab_image	{	/* タブの画像外枠 */
	display: block;
	float: left;
	width: 162px;
}

.sys_tab_blank	{	/* タブ右側の、［現在のデザインで次に進む］が置かれる領域 */
	width: 320px;
	vertical-align: bottom;
}

.btn_dsnDelete	{	/* 裏面を削除ボタン */
	display:block;
	height:18px;
	width:92px;
	margin-left: 8px;
	margin-bottom: 10px;
	background:url("../../images/ms/btn_deleteRside.png") no-repeat scroll left center transparent;
	border:medium none;
	cursor:pointer;
	outline:medium none;
	text-decoration:none;
	text-indent:-9999px;
}

.btn_continueNext {	/* ［現在のデザインで次に進む］ボタン */
	display:block;
	height:20px;
	width:180px;
	margin-left: 8px;
	margin-bottom: 10px;
	background:url("../../images/ms/btn_continue.png") no-repeat scroll left center transparent;
	border:medium none;
	cursor:pointer;
	outline:medium none;
	text-decoration:none;
	text-indent:-9999px;
}

.btn_continueNext_dim {	/* ［現在のデザインで次に進む］ボタンがDisable */
	display:block;
	height:20px;
	width:180px;
	margin-left: 8px;
	margin-bottom: 10px;
	background:url("../../images/ms/btn_continue_dim.png") no-repeat scroll left center transparent;
	text-indent:-9999px;
}


/* タブ根本 */

.sys_tab_bottom	{
	width: 315px;
	height: 6px;
	line-height: 6px;
}

.sys_tab_edge	{	/* タブのない部分 */
	width: 320px;
	height: 6px;
	background: #ffffff url("../../images/ms/bg_tab2_foot.png") no-repeat left bottom;
	line-height: 6px;
}

/* タブ表示制御 */

.sys_tab .sys_tabstat0	{	/* タブ本体　Enable */
	background: url("../../images/ms/bg_tab0.png");
}

.sys_tab .sys_tabstat1	{	/* タブ本体　Disable */
	background: url("../../images/ms/bg_tab1.png");
}

.sys_tab_bottom.sys_tabstat0	{	/* タブ根本　Enable */
	background: url("../../images/ms/bg_tab0_foot.png");
}

.sys_tab_bottom.sys_tabstat1	{	/* タブ根本　Disable */
	background:#F0F0E8 url(../../images/ms/bg_tab1_foot.png) no-repeat left top;
}

/* カテゴリー領域のラップ */
div.category_list	{
	margin-bottom: 20px;
}

/* カテゴリー選択ブロック外枠 */
div.design_genre {
	margin:0 0 15px;
}

/* サブカテゴリー選択ブロック外枠 */
div.subcategory {
	margin-bottom: 8px;
	padding-left: 40px;
	background: url(../../images/ms/bg_subcategory.png) no-repeat top left;
}


/* (1)通常のボタン */
div.design_genre div	{	/* ボタン外形185×30px */
	float:left;
	width:185px;
	height:27px;
	padding-top: 3px;
	background:url(../../images/ms/img_gbtn_0.png);
	text-align:center;
}

/* TN調整　20101103-TN
div.design_genre div a{
	color:#000000;
	text-decoration:none;
}

div.design_genre div a:hover{
	color:#3399FF;
}
*/

/* (2)デフォルトのカテゴリーのボタン（ハイライト表示） */
div.design_genre div.btn_current	{
	background:url(../../images/ms/img_gbtn_0_current.png);
	font-weight: bold;
}

div.design_genre div.btn_current a{
	color: #ffffff;
	text-decoration:none;
}

div.design_genre div.btn_current a:hover{
	color:#ffffd0;
}

/* (3)サブカテゴリー用ボタン */
/* 予備
div.design_genre.subcategory div
	float:left;
	width:145px;
	height:27px;
	padding-top: 3px;
	background:url(../../images/ms/img_gbtn_0.png);
	text-align:center;
}

/**********************/
/* 一覧ナビゲート領域 */
/**********************/

/* ページ切り替え */

div.sys_tableNav	{
	margin-bottom: 10px;
}

div.sys_tableNav .sys_pageLink	{
	padding: 3px 0 4px;
	text-align: left;
}

div.sys_tableNav a:link	{
	color: #0000d0;
}

div.sys_tableNav a:visited	{
	color: #0000d0;
}

div.sys_tableNav a:hover	{
	color: #0000d0;
}

div.sys_tableNav .sys_pageLinkList	{
	margin: 0 8px;
}

div.sys_tableNav .sys_pageLinkList	a	{
	padding: 0;
}

div.sys_tableNav .sys_pageLinkList	span	{
	padding: 0 2px;
	color: #a0a0a0;
}

div.sys_tableNav .sys_pageLinkList	span.dsn_currentPage	{
	padding: 0;
	color: #000000;
	font-weight: 600;
}

div.sys_tableNav .sys_pageLinkList	span.dsn_ellipsis	{
	padding: 0;
}

div.sys_tableNav a.dsn_backPage	{
	padding-left: 14px;
	background: url("../../images/oh/icn_lefttriangle.png") no-repeat left;
}

div.sys_tableNav a.dsn_nextPage	{
	padding-right: 14px;
	background: url("../../images/oh/icn_righttriangle.png") no-repeat right;
}

/* 件数表示 */

div.sys_tableOrder	{
	padding: 1px 4px 3px 4px;
	background-color: #d7e5f5;
}

div.sys_numRange	{
	float: left;
	width: 200px;
	margin-top: 5px;
	font-size: 10px;
}

div.sys_numRange span	{
	font-weight: 600;
}


/************/
/* 商品一覧 */
/************/
/* ブロック型…list-b.css */
/* ライン型…list-l.css */
/* ライン型組み合わせ…list-c.css */


/******************************/
/* ■デザイン選択画面 ST300■ */
/******************************/

/* １つのデザインセット */
div.itemsetWrap	{
	clear: both;
	margin-bottom: 0px;	/* アイテムブロックの高さに余裕があるため */
}

/* アイテム説明文 */
div.sys_instruction_item	{
	margin: 12px 0 8px 140px;
	color: #403d0f;
}

/* アイテム（部材）画像表示 */
div.dsn_itemImage	{
	float: left;
	width: 120px;
	padding: 0 8px;
}

/* デザイン選択一覧 */
table.dsn_designTable	{
	float: left;
	width: 804px;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.dsn_designTable td, .dsn_designTable th	{
	padding: 2px 2px;
	border: solid 1px #ffffff;
	text-align: center;
}

.dsn_designTable th	{
	background-color: #bab780;
}

.dsn_designTable th.dsn_dsTableHead	{
	background-color: #a19d5d;
}

.dsn_designTable td	{
	vertical-align: top;
}

/* １個分のデザイン */
div.sys_dsImgBox	{
	margin: 4px 0;
}

div.sys_dsImgBox input	{
	display: block;
	float: left;
	margin: 2px;
	padding: 0;
}

div.sys_dsImgBox label	{
	float: left;
	padding-left: 4px;
	text-align: center;
}

div.sys_dsImgBox img	{
	border: dotted 1px #c0c0c0;
}

div.sys_dsImgBox.dsBlank	{
	border: none;
}

/* レイアウト選択一覧 */

div.dsn_cat_LayWrap	{
	float: left;
	width: 804px;
}

/* カテゴリータイトル＋レイアウト一覧の１セット */

div.sys_cat_LaySet	{
	margin-top: 20px;
	margin-bottom: 0px;
}

div.sys_cat_LayoutList	{
	margin-top: 15px;
}

/* １個分のレイアウト */
div.sys_cat_LayBox	{
	float: left;
	margin: 0 0 15px 4px;
}

div.sys_cat_LayBox img	{
	border: dotted 1px #c0c0c0;
}


/****************************/
/* ■商品・部剤選択 MS150■ */
/****************************/


/* 部材選択 */

dl.sys_oneMatSet	{	/* １ツリー分の素材群 */
	clear: both;
}

dl.sys_oneMatSet dt	{
	margin-bottom: 10px;
}

dl.sys_oneMatSet dd	{	/* ひとつ分の素材 */
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/
	/*float: left;
	height:  auto; 20110209 K*/
	width: 150px;
	padding-bottom: 20px;
	text-align: center;
	vertical-align:top;
}

dl.sys_oneMatSet dd img	{
	margin-bottom: 8px;
}

/* 価格確認 */

div.sys_cnfFrPriceWrap	{
	width: 600px;
	margin: 15px auto;
	padding: 10px 20px;
	background-color: #f6f6f1;
	text-align: center;
}

div.dsn_cnfFrPriceBox	{
	margin-top: 10px;
}

div.sys_cnfFrPriceWrap p	{
	margin-bottom: 4px;
}

div.btn_cnfFrPrice input	{	/* 価格確認ボタン */
	display: block;
	width: 94px;
	height: 20px;
	border: none;
	margin: 12px auto 8px auto;
	background: url(../../images/ms/btn_cnfFrPrice.png) no-repeat center;
	text-indent: -9999px;
	cursor: pointer;
}

div.sys_dspFrPrice	{
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
	padding: 3px 8px 8px;
	border: solid 1px #c0c0c0;
	background-color: #ffffff;
	color: #ff3333;
	font-size: 24px;
	font-weight: bold;
}

div.sys_dspFrPrice div	{
	margin: 0;
	padding: 0;
	line-height: 1;
}

div.sys_dspFrPrice .sys_Price1 .dsn_caption	{
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	vertical-align: middle;
}

div.sys_dspFrPrice .sys_Price2 .dsn_caption	{
	color: #FF3333;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
}

div.sys_dspFrPrice .dsn_dprice	{
	vertical-align: middle;
}

div.sys_dspFrPrice .xline	{
	font-weight: normal;
}


