@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style {
    border-color: #cccccc;
}

.hpb-parts-hl-style {
    padding-left: 0.2em !important;
    border-color: #cccccc;
}

.hpb-parts-cbox-style {
    border-color: #cccccc;
}

.hpb-parts-hr-style {
    border-color: #cccccc;
}

.hpb-parts-pbox-style {
    border-color: #cccccc;
}
.hpb-parts-pbox-style h4 {
    padding: 0px !important;
}

.hpb-parts-blist-style {
    background-color: #f7f3e9;
    border-color: #cdb574;
}
a.hpb-parts-blist-style:link {
    color: #000000;
}
a.hpb-parts-blist-style:visited {
    color: #000000;
}
a.hpb-parts-blist-style:hover {
    color: #fd6512;
}
a.hpb-parts-blist-style:active {
    color: #fd6512;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/

.user-style h3#products {
	height: 1.5em;
	line-height: normal;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 5px;
    background-color: #CDB574;
    font-size: 1em;
}

.user-style td {
	border-style: none;
	padding-top:	15px;
	padding-bottom:	15px;
	border-bottom-style : solid;
/*	border-bottom-color : green;*/
}

.user-style table {
	border-style: none;
}

/*--------------------------------------------------------
  オンラインデモフォーム
--------------------------------------------------------*/
#online-demo {
	width: 400px;
}
#online-demo textarea {
	height: 50px;
	
}
#online-demo input {
	width:100px;
	height:25px;
}
/*--------------------------------------------------------
  動画
--------------------------------------------------------*/
iframe {
	width:	560px;
	height: 315px;
}
/*--------------------------------------------------------
  表
--------------------------------------------------------*/
table.tbl-product {
	border: solid 1px #cccccc;
	box-sizing: border-box;
	width: 100%;
}
