Notice (8) : Undefined index: maker [APP/Controller/ColorsController.php , line 270 ]Code Context $this -> set ( 'word' , '' );
// 指定検索モード
$maker = $this -> params [ 'url' ][ 'maker' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '4169',
'Avg_row_length' => '171',
'Data_length' => '713068',
'Max_data_length' => '281474976710655',
'Index_length' => '44032',
'Data_free' => '0',
'Auto_increment' => '4170',
'Create_time' => '2016-08-25 12:19:40',
'Update_time' => '2016-08-25 12:19:41',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self' ColorsController::salc() - APP/Controller/ColorsController.php, line 270
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: product_name [APP/Controller/ColorsController.php , line 271 ]Code Context // 指定検索モード
$maker = $this -> params [ 'url' ][ 'maker' ];
$product_name = $this -> params [ 'url' ][ 'product_name' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '4169',
'Avg_row_length' => '171',
'Data_length' => '713068',
'Max_data_length' => '281474976710655',
'Index_length' => '44032',
'Data_free' => '0',
'Auto_increment' => '4170',
'Create_time' => '2016-08-25 12:19:40',
'Update_time' => '2016-08-25 12:19:41',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null ColorsController::salc() - APP/Controller/ColorsController.php, line 271
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: type [APP/Controller/ColorsController.php , line 272 ]Code Context $maker = $this -> params [ 'url' ][ 'maker' ];
$product_name = $this -> params [ 'url' ][ 'product_name' ];
$type = $this -> params [ 'url' ][ 'type' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '4169',
'Avg_row_length' => '171',
'Data_length' => '713068',
'Max_data_length' => '281474976710655',
'Index_length' => '44032',
'Data_free' => '0',
'Auto_increment' => '4170',
'Create_time' => '2016-08-25 12:19:40',
'Update_time' => '2016-08-25 12:19:41',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null ColorsController::salc() - APP/Controller/ColorsController.php, line 272
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: number [APP/Controller/ColorsController.php , line 273 ]Code Context $product_name = $this -> params [ 'url' ][ 'product_name' ];
$type = $this -> params [ 'url' ][ 'type' ];
$number = $this -> params [ 'url' ][ 'number' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '4169',
'Avg_row_length' => '171',
'Data_length' => '713068',
'Max_data_length' => '281474976710655',
'Index_length' => '44032',
'Data_free' => '0',
'Auto_increment' => '4170',
'Create_time' => '2016-08-25 12:19:40',
'Update_time' => '2016-08-25 12:19:41',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null
$type = null ColorsController::salc() - APP/Controller/ColorsController.php, line 273
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: color_name [APP/Controller/ColorsController.php , line 274 ]Code Context $type = $this -> params [ 'url' ][ 'type' ];
$number = $this -> params [ 'url' ][ 'number' ];
$color_name = $this -> params [ 'url' ][ 'color_name' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '4169',
'Avg_row_length' => '171',
'Data_length' => '713068',
'Max_data_length' => '281474976710655',
'Index_length' => '44032',
'Data_free' => '0',
'Auto_increment' => '4170',
'Create_time' => '2016-08-25 12:19:40',
'Update_time' => '2016-08-25 12:19:41',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null
$type = null
$number = null ColorsController::salc() - APP/Controller/ColorsController.php, line 274
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: eco_color [APP/Controller/ColorsController.php , line 275 ]Code Context $number = $this -> params [ 'url' ][ 'number' ];
$color_name = $this -> params [ 'url' ][ 'color_name' ];
$eco_color = $this -> params [ 'url' ][ 'eco_color' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '4169',
'Avg_row_length' => '171',
'Data_length' => '713068',
'Max_data_length' => '281474976710655',
'Index_length' => '44032',
'Data_free' => '0',
'Auto_increment' => '4170',
'Create_time' => '2016-08-25 12:19:40',
'Update_time' => '2016-08-25 12:19:41',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null
$type = null
$number = null
$color_name = null ColorsController::salc() - APP/Controller/ColorsController.php, line 275
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: sealing [APP/Controller/ColorsController.php , line 276 ]Code Context $color_name = $this -> params [ 'url' ][ 'color_name' ];
$eco_color = $this -> params [ 'url' ][ 'eco_color' ];
$sealing = $this -> params [ 'url' ][ 'sealing' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '4169',
'Avg_row_length' => '171',
'Data_length' => '713068',
'Max_data_length' => '281474976710655',
'Index_length' => '44032',
'Data_free' => '0',
'Auto_increment' => '4170',
'Create_time' => '2016-08-25 12:19:40',
'Update_time' => '2016-08-25 12:19:41',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null
$type = null
$number = null
$color_name = null
$eco_color = null ColorsController::salc() - APP/Controller/ColorsController.php, line 276
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: lm_num [APP/Controller/ColorsController.php , line 277 ]Code Context $eco_color = $this -> params [ 'url' ][ 'eco_color' ];
$sealing = $this -> params [ 'url' ][ 'sealing' ];
$lm_num = $this -> params [ 'url' ][ 'lm_num' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '4169',
'Avg_row_length' => '171',
'Data_length' => '713068',
'Max_data_length' => '281474976710655',
'Index_length' => '44032',
'Data_free' => '0',
'Auto_increment' => '4170',
'Create_time' => '2016-08-25 12:19:40',
'Update_time' => '2016-08-25 12:19:41',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null
$type = null
$number = null
$color_name = null
$eco_color = null
$sealing = null ColorsController::salc() - APP/Controller/ColorsController.php, line 277
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118 Notice (8) : Undefined index: remarks [APP/Controller/ColorsController.php , line 278 ]Code Context $sealing = $this -> params [ 'url' ][ 'sealing' ];
$lm_num = $this -> params [ 'url' ][ 'lm_num' ];
$remarks = $this -> params [ 'url' ][ 'remarks' ]; $color_alc_tableinfo = array(
(int) 0 => array(
'TABLES' => array(
'Name' => 'color_alcs',
'Engine' => 'MyISAM',
'Version' => '10',
'Row_format' => 'Dynamic',
'Rows' => '4169',
'Avg_row_length' => '171',
'Data_length' => '713068',
'Max_data_length' => '281474976710655',
'Index_length' => '44032',
'Data_free' => '0',
'Auto_increment' => '4170',
'Create_time' => '2016-08-25 12:19:40',
'Update_time' => '2016-08-25 12:19:41',
'Check_time' => null,
'Collation' => 'utf8_general_ci',
'Checksum' => null,
'Create_options' => '',
'Comment' => ''
)
)
)
$sql = ''
$makers = array(
'' => 'すべてのメーカー',
'ウベボード' => 'ウベボード',
'エーアンドエーマテリアル' => 'エーアンドエーマテリアル',
'ケイミュー' => 'ケイミュー',
'ニチハ' => 'ニチハ',
'ノダ' => 'ノダ',
'旭トステム外装' => '旭トステム外装',
'神島化学工業' => '神島化学工業',
'東レ建材' => '東レ建材',
'エヌビーエル' => 'エヌビーエル',
'日鉄鋼板' => '日鉄鋼板',
'大建工業' => '大建工業'
)
$mode = '_self'
$maker = null
$product_name = null
$type = null
$number = null
$color_name = null
$eco_color = null
$sealing = null
$lm_num = null ColorsController::salc() - APP/Controller/ColorsController.php, line 278
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 118
サイディングALC|シーリング材色検索|ペンギン会ウェブサイト PenguinClub
検索フォーム(フリーワード検索)
※カタカナは全角で、数字・アルファベットは半角で入力をお願いします。
検索フォーム(指定検索)
※カタカナは全角で、数字・アルファベットは半角で入力をお願いします。
メーカー
商品名
タイプ
品番
色名
純正シーリング材
目地色
LM番号
エコカート色
備考
ウベボード
UBボードライト
3'×10'板(合じゃくりなし)
F3×10AN12-00
シーラー塗装
-
ウベボード
UBボードライト
3'×10'板
F3×10T12-00
シーラー塗装
-
ウベボード
UBボードライト
ぬりかべ(たてばり)
NU3×10T12-75
セビリアンホワイト
B11-75
ウベボード
UBボードライト
ぬりかべ(たてばり)
NU3×10T12-74
セビリアンイエロー
B11-74
ウベボード
UBボードライト
ぬりかべ(たてばり)
NU3×10T12-73
セビリアンオーカー
B11-73
ウベボード
UBボードライト
ぬりかべ(たてばり)
NU3×10T12-72
セビリアンオレンジ
B11-72
LM-4148
KS-サンオレンジIM(近似色)
ウベボード
UBボードライト
ぬりかべ(たてばり)
NU3×10T12-71
セビリアンローズ
B11-71
ウベボード
UBボードライト
ぬりかべ(たてばり)
NU3×10T12-125
クールホワイト
確認中
ウベボード
UBボードライト
スタッコ調2本溝(たてばり)
F10T12-00
シーラー塗装
-
ウベボード
UBボードライト
スタッコ調2本溝(よこばり)
F10YS(Y)12-00
シーラー塗装
-
ウベボード
UBボードライト
フラット2本溝(よこばり)
F10YS12-00
シーラー塗装
-
ウベボード
UBボードライト
フラット溝なし(よこばり)
F10YNS(YN)12-00
シーラー塗装
-
ウベボード
UBボードライト
フラット溝なし(よこばり)
F10YNS12-A06
ペールグレーA
B11-06
LM-3111
クラウンアッシュ(近似色)
ウベボード
UBボードライト
フラット溝なし(よこばり)
F10YNS12-A01
ホワイトA
B11-01
LM-3004
ムーンベージュ(近似色)
ウベボード
UBボードライト
フラット溝なし(よこばり)
F10YNS12-89
ショコラブラウン
B11-89
LM-3655
KM-セレノイエロー(近似色)
ウベボード
UBボードライト
フラット溝なし(よこばり)
F10YNS12-93
ベージュビスク
B11-93
LM-3615
KM-ブランセライエロー(近似色)
ウベボード
UBボードライト
フラット溝なし(よこばり)
F10YNS12-88
ライトメイズ
B11-88
LM-3765
リールサンセット(近似色)
ウベボード
UBボードライト
フラット溝なし(よこばり)
F10YS12-A06
ペールグレーA
確認中
ウベボード
UBボードライト
フラット溝なし(よこばり)
F10YS12-118
チークブラウン
確認中
ウベボード
UBボードライト
フラット溝なし(よこばり)
F10YNS12-74
セビリアンイエロー
確認中
ウベボード
UBボードライト
フラット溝なし(よこばり)
F10YNS12-92
ミルキーピンク
確認中
ウベボード
UBボードライト
フラット溝なし(よこばり)
F10YNS12-118
チークブラウン
確認中
ウベボード
UBボードライト
フラット溝なし(よこばり)
F10YNS12-125
クールホワイト
確認中
ウベボード
UBボードライト
スタッコ調(たてばり)
S10T12-00
シーラー塗装
-
ウベボード
UBボードライト
スタッコ調(たてばり)
S10T12-02
ストロー
B11-02
LM-3130
A-アイボリーホワイト2(近似色)
ウベボード
UBボードライト
スタッコ調(たてばり)
S10T12-01
ホワイト
B11-01
ウベボード
UBボードライト
スタッコ調(たてばり)
S10T12-88
ライトメイズ
B11-88
LM-3765
リールサンセット(近似色)
ウベボード
UBボードライト
スタッコ調(たてばり)
S10T12-89
ショコラブラウン
B11-89
LM-3655
KM-セレノイエロー(近似色)
ウベボード
UBボードライト
スタッコ調2本溝(よこばり)
S10YS12-00
シーラー塗装
-
ウベボード
UBボードライト
スタッコ調2本溝(よこばり)
S10YS12-89
ショコラブラウン
B11-89
LM-3655
KM-セレノイエロー(近似色)
ウベボード
UBボードライト
スタッコ調2本溝(よこばり)
S10YS12-06
ペールグレー
B11-06
ウベボード
UBボードライト
スタッコ調2本溝(よこばり)
S10YS12-01
ホワイト
B11-01
ウベボード
UBボードライト
スタッコ調2本溝(よこばり)
S10YS12-93
ベージュビスク
B11-93
LM-3615
KM-ブランセライエロー(近似色)
ウベボード
UBボードライト
スタッコ調2本溝(よこばり)
S10YS12-92
ミルキーピンク
B11-92
ウベボード
UBボードライト
スタッコ調溝なし(よこばり)
S10YNS12-00
シーラー塗装
-
ウベボード
UBボードライト
スタッコ調溝なし(よこばり)
S10YNS12-06
ペールグレー
B11-06
ウベボード
UBボードライト
スタッコ調溝なし(よこばり)
S10YNS12-01
ホワイト
B11-01
ウベボード
UBボードライト
スタッコ調溝なし(よこばり)
S10YNS12-93
ベージュビスク
B11-93
LM-3615
KM-ブランセライエロー(近似色)
ウベボード
UBボードライト
スタッコ調溝なし(よこばり)
S10YNS12-88
ライトメイズ
B11-88
LM-3765
リールサンセット(近似色)
ウベボード
UBボードライト
スタッコ調溝なし(よこばり)
S10YNS12-90
セラドングリーン
B11-90
ウベボード
UBボードライト
小スタッコ調
SS10Y12-06
ペールグレー
B11-06
ウベボード
UBボードライト
小スタッコ調
SS10Y12-02
ストロー
B11-02
LM-3130
A-アイボリーホワイト2(近似色)
ウベボード
UBボードライト
小スタッコ調
SS10Y12-01
ホワイト
B11-01
ウベボード
UBボードライト
小スタッコ調
SS10Y12-88
ライトメイズ
B11-88
LM-3765
リールサンセット(近似色)
ウベボード
UBボードライト
小スタッコ調
SS10Y12-89
ショコラブラウン
B11-89
LM-3655
KM-セレノイエロー(近似色)
ウベボード
UBボードライト
小スタッコ調
SS10Y12-A06
ペールグレーA
確認中
ウベボード
UBボードライト
小スタッコ調
SS10Y12-A01
ホワイトA
確認中
ウベボード
UBボードライト
石紗(せきしゃ)
SE10Y12-02
ストロー
B11-02
LM-3130
A-アイボリーホワイト2(近似色)
ウベボード
UBボードライト
石紗(せきしゃ)
SE10Y12-92
ミルキーピンク
B11-92
ウベボード
UBボードライト
石紗(せきしゃ)
SE10Y12-88
ライトメイズ
B11-88
LM-3765
リールサンセット(近似色)
ウベボード
UBボードライト
石紗(せきしゃ)
SE10Y12-75
セビリアンホワイト
B11-75
ウベボード
UBボードライト
ナチュラルリブ
NR10Y12-A01
ホワイトA
B11-01
LM-3004
ムーンベージュ(近似色)
ウベボード
UBボードライト
ナチュラルリブ
NR10Y12-01
ホワイト
B11-01
ウベボード
UBボードライト
ナチュラルリブ
NR10Y12-91
チャコールグレー
B11-91
LM-4025
ベーシックブラック(近似色)
ウベボード
UBボードライト
ナチュラルリブ
NR10Y12-90
セラドングリーン
B11-90
ウベボード
UBボードライト
ナチュラルリブ
NR10Y12-89
ショコラブラウン
B11-89
LM-3655
KM-セレノイエロー(近似色)
ウベボード
UBボードライト
ナチュラルリブ
NR10Y12-88
ライトメイズ
B11-88
LM-3765
リールサンセット(近似色)
ウベボード
UBボードライト
ナチュラルリブ
NR10Y12-125
クールホワイト
B11-125
LM-3138
イースホワイト(近似色)
ウベボード
UBボードライト
ナチュラルリブ
NR10Y12-A122
ブラックA
B11-A122
LM-4024
KM-ストレートグレー(近似色)
ウベボード
UBボードライト
ナチュラルリブ
NR10Y12-72
セビリアンオレンジ
B11-72
LM-4148
KS-サンオレンジIM(近似色)
ウベボード
UBボードライト
ぬりかべSP
NU10Y12-75
セビリアンホワイト
B11-75
ウベボード
UBボードライト
ぬりかべSP
NU10Y12-93
ベージュビスク
B11-93
LM-3615
KM-ブランセライエロー(近似色)
ウベボード
UBボードライト
ぬりかべSP
NU10Y12-92
ミルキーピンク
B11-92
ウベボード
UBボードライト
ぬりかべSP
NU10Y12-88
ライトメイズ
B11-88
LM-3765
リールサンセット(近似色)
ウベボード
UBボードライト
ぬりかべSP
NU10Y12-125
クールホワイト
B11-125
LM-3138
イースホワイト(近似色)
ウベボード
UBボードライト
ぬりかべSP
NU10Y12-74
セビリアンイエロー
B11-74
ウベボード
UBボードライト
ぬりかべSP
NU10Y12-73
セビリアンオーカー
B11-73
ウベボード
UBボードライト
ぬりかべSP
NU10Y12-72
セビリアンオレンジ
B11-72
LM-4148
KS-サンオレンジIM(近似色)
ウベボード
UBボードライト
ぬりかべSP
NU10Y12-A06
ペールグレーA
B11-06
LM-3111
クラウンアッシュ(近似色)
ウベボード
UBボードライト
ネオモザイク
NM10Y12-91
チャコールグレー
B11-91
LM-4025
ベーシックブラック(近似色)
ウベボード
UBボードライト
ネオモザイク
NM10Y12-93
ベージュビスク
B11-93
LM-3615
KM-ブランセライエロー(近似色)
ウベボード
UBボードライト
ネオモザイク
NM10Y12-A06
ペールグレーA
B11-06
LM-3111
クラウンアッシュ(近似色)
ウベボード
UBボードライト
ネオモザイク
NM10Y12-A01
ホワイトA
B11-01
LM-3004
ムーンベージュ(近似色)
ウベボード
UBボードライト
タイル調
TY12-102
タイルレッド
B11-R
○
ウベボード
UBボードライト
タイル調
TY12-63
ハニーベージュ
B11-R
○
ウベボード
UBボードライト
タイル調
TY12-44
ポッシュベージュ
B11-R
○
ウベボード
UBボードライト
タイル調
TY12-124
マイルドホワイト
B11-P
凹/凸
LM-3617(凹):LM-3148(凸)
KM-シルバーグレー(凹部合せ)(近似色):マーキュリーグレーベージュ(凸部合せ)(近似色)
ウベボード
UBボードライト
レンガ調
RY12-106
サファリベージュ
B11-C
○
ウベボード
UBボードライト
レンガ調
RY12-105
アスターイエロー
B11-C
○
ウベボード
UBボードライト
レンガ調
RY12-104
ペールアプリコット
B11-C
○
ウベボード
UBボードライト
レンガ調
RY12-103
ブリックレッド
B11-C
○
ウベボード
UBボードライト
小割石
KW10Y12-101
アーモンドベージュ
B11-101
調査中
ウベボード
UBボードライト
小割石
KW10Y12-100
ムーンライトイエロー
B11-100
凹
ウベボード
UBボードライト
小割石
KW10Y12-99
オレンジジュレー
B11-99
調査中
ウベボード
UBボードライト
小割石
KW10Y12-97
プラティーン
B11-97
凹
ウベボード
UBボードライト
きざみ石
KM10Y12-49
ツートンソフトラベンダー
B11-49
凹
ウベボード
UBボードライト
きざみ石
KM10Y12-48
ツートンアッシュグレー
B11-48
凹
ウベボード
UBボードライト
きざみ石
KM10Y12-31
ツートンソフトグレージュ
B11-31
凹
ウベボード
UBボードライト
魁石(かいせき)
KA10Y12-97
プラティーン
B11-97
凹
ウベボード
UBボードライト
魁石(かいせき)
KA10Y12-96
ココアベージュ
B11-96
凹
ウベボード
UBボードライト
魁石(かいせき)
KA10Y12-95
ミルキーベージュ
B11-95
凹
ウベボード
UBボードライト
魁石(かいせき)
KA10Y12-94
ティーローズ
B11-94
凹
ウベボード
UBボードライト
くしびき
KB10Y12-117
オレンジベージュ
B11-117
ウベボード
UBボードライト
くしびき
KB10Y12-118
チークブラウン
B11-118
LM-4126
ハードチャコール(近似色)
ウベボード
UBボードライト
くしびき
KB10Y12-119
ライトライム
B11-119
ウベボード
UBボードライト
くしびき
KB10Y12-120
ハニーホワイト
B11-120
ウベボード
UBボードライト
くしびき
KB10Y12-125
クールホワイト
B11-125
LM-3138
イースホワイト(近似色)
ウベボード
UBボードライト
くしびき
KB10Y12-A122
ブラックA
B11-A122
LM-4024
KM-ストレートグレー(近似色)
ウベボード
UBボードライト
細目石
HM10Y12-A01
ホワイトA
B11-01
LM-3004
ムーンベージュ(近似色)
ウベボード
UBボードライト
細目石
HM10Y12-121
セビリアングレー
B11-121
LM-3879
サターンブラウン(近似色)
メーカーリンク 商品の詳細につきましては各社のホームページをご覧下さい。
オンライン出荷証明書発行
出荷証明書管理システム
WEB版・PDF版
ペンギンシール製品カタログ
新製品を中心に様々な利点を紹介
施工事例紹介