@charset "utf-8";

/* 単独ブログ用CSS */
/* このブログでしか使わないスタイル設定はこのCSSに設定する。 */

/* PRINTEC各ブログで共有するスタイル設定は
   ブログ「プリンテック」のデザインスタイルシートに設定。 */

/* --- 左メニューのブログ毎コンテンツ見出し --- */

body#subpage div#leftmenu h4#insidecontents{
background:url(/prinblogs_commonfiles/layout_files/contents_header/30.gif);
}



/* --- カテゴリアーカイブでのカテゴリー・エントリーリンク --- */

p.entrylink,
p.categorylink{	/* 回り込み解除の打ち消し */
clear:none !important;
}


/* --- 表全般 --- */

div#contentszone table tbody th{
background-color:#efefef;
}


/* --- 価格表 --- */

table.pricelist{
width:500px;clear:both;
}

col.totalprice{
background-color:#efefef;
font-weight:bold;
color:#d91e1e;
}


/* --- 仕様 --- */

dl.specifications{
margin-left:25px !important;
}

dl.specifications dt{
color:#363;
padding-left:15px;
background:url(images/spec_marker.gif) no-repeat 0px 2px transparent;
}

dl.specifications dd{
margin-bottom:15px;
}


dl.specifications ul{
margin-left:15px !important;
padding-left:0;
}

dl.specifications ul.colors li{

}


/* --- 「～の詳細を見る」リンク --- */

a.jumplink{
margin-right:2px;
padding:1px 17px 0 0;
background:url(images/go_link.gif) no-repeat 100% 50% transparent;
}


/* --- テキスト強調 --- */

span.setincluded{	/* セット */
font-weight:bold;
color:#c13e28;
}

span.dates{	/* 営業日 */
font-weight:bold;
color:#c13e28;
}

span.price{	/* 価格 */
font-weight:bold;
color:#c13e28;
}


/* --- のぼりデザイン作成例一覧 --- */

div.designviews{
margin:10px 10px 10px 30px;
}

div.designviews p{
width:100px;height:320px;
float:left;
margin:5px 20px 10px 0 !important;
border-right:solid 1px #cdcdcd;
border-bottom:solid 1px #ccc;
}


/* --- お問い合わせ&ご注文・お見積もり依頼 --- */

p.inquiryandorder{
text-align:right;clear:both;
}


/* --- 標準ポールカラー一覧 --- */

ul#stdpolecolors{
list-style-type:none;
}

ul#stdpolecolors li{
float:left;
width:140px;height:120px;
margin:5px 20px 10px 0 !important;
border-right:solid 1px #cdcdcd;
border-bottom:solid 1px #ccc;
text-align:center;
}


/* --- 配置画像EPS保存オプション説明 --- */

div.epsimgoption{
padding:10px;
margin:5px 0;
border:dashed 2px #ccc;
}


/* ---  --- */


