/*################################################################

商品一覧 設定

/*################################################################*/

/*-----------------------------------------------------------------
共通設定
-----------------------------------------------------------------*/
#wrapper{
    background:url(img/common/wrapper_bg.png) center 175px repeat-x;
}
.page-template-default,
.page-template-product-list-page-php,
.error404 {
    text-align: left;
    font-size: 100%;
    line-height: 1.3em;
    color:#3b3b3b;
}
h4{
    margin:20px 0;
}
.gototTopBtn{
    text-align:right;
    margin-bottom:20px;
}
.contentBox{
    line-height: 1.5em;
}

/*-----------------------------------------------------------------
商品一覧
-----------------------------------------------------------------*/
.product_content01{
    margin:20px 0 5px;
    height:225px;
}
.product_content01_copy{
    height:68px;
}
.product_content01 td{
    vertical-align:top;
    top:0;
}
.product_content01_txt{
    height:157px;
}

/*---各アイテム---*/
/*.product_list_area{
    height:1%;
    background:#f6f6f6;
    border:1px solid #d8d8d8;
    padding:10px;
    overflow:hidden;
}*/
.product_list_area_wrapperTop{
	width:778px;
	padding:9px 0 0;
	background:url(img/product/product_bg_top.png) center top no-repeat;
}
.product_list_area_wrapperBottom{
	width:778px;
	padding:0 0 15px;
	margin:0 0 10px;
	background:url(img/product/product_bg_bottom.png) center bottom no-repeat;
}
.product_list_area{
	width:764px;
	padding:9px 0 15px 14px;
	background:url(img/product/product_bg.png) center repeat-y;
    overflow:hidden;
}
.product_item_box01{
    width:226px;
    background:#fff;
    padding:8px;
    margin-bottom:12px;
    display:inline;
    float:left;
}
.product_item_box02{
    width:226px;
    background:#fff;
    padding:8px;
    margin-bottom:12px;
    display:inline;
    float:left;
    margin-left:12px;
}
.item_title{
    border-left:3px solid #008bcd;
    color:#008bcd;
    padding-left:8px;
    margin-bottom: 5px;
}
.product_item_detail{
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
}
.product_item_detail td{
    padding:5px 0 8px;
}
.item_photo{
    width:108px;
}
.gotolist_btn{
    text-align:right;
}
.pdf_dl{
    background:url(img/product/pdf_icon.jpg) no-repeat;
    padding-left:22px;
    line-height:180%;
    margin-top: 8px;
}

/*---カタログ請求---*/
.product_catalog{
    clear:both;
    width:731px;
    margin:30px auto 0;
}
.product_catalog_copy{
    width:571px;
    height:31px;
}
.product_catalog_txt{
    vertical-align:top;
}
.product_catalog_txt p{
    margin-top:10px;
}
.product_catalog_txt span{
    color: #008bcd;
}
.product_catalog_txt strong{
    font-size:140%;
    color: #008bcd;
}

/*---Get Adobe Reader---*/
.product_adobe{
    width:731px;
    margin:10px auto 0;
}
.product_adobe_txt{
    padding-left:10px;
}

/*---bcp危機管理の応援---*/
.bcp_content01{
    margin:20px 0 15px;
}
.bcp_content01 td{
    background:url(img/top/top_bcp_txt_bg.png) no-repeat #eeeded;
    width:722px;
    height:130px;
    padding:0 25px;
    vertical-align:top;
    line-height:1.7em;
}
.bcp_content_btn{
    padding-top:8px;
    text-align:right;
}