@import url("jquery.bxslider.min.css");
html {
overflow: auto;
background: #fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fiel dset, legend, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img {
border: 0;
}
img {
vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
fontstyle: normal;
font-weight: normal;
}
ol, ul {
list-style: none;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
q:before, q:after {
content: '';
}
abbr, acronym {
border: 0;
font-variant: normal;
}
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}
input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
*font-size:100%;
}
legend {
color : #000;
}
#yui3-css-stamp.cssreset {
display: none;
}
/* ########################################

	基本設定 

 ########################################## */

body {
overflow: hidden;
color: #000;
font-family: " メイリオ", Meiryo, Osaka, " ヒラギノ角ゴ ProW3", "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MSPGothic", sans-serif;
font-size: 1rem;
line-height: 1.8;
}
a {
color: #000;
text-decoration: none;
outline: none;
}
a:hover {
color: #070051;
text-decoration: none;
}
a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}
#wrapper img {
max-width: 100%;
height: auto;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
section {
margin-bottom: 60px;
}
/* -------------------------------------------
	CLEAR-FIX
---------------------------------------------- */
* html .clearfix {
zoom: 1;
}
*+html .clearfix {
zoom: 1;
}
.clearfix:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
/* -------------------------------------------
	Utility
---------------------------------------------- */

/* Margin
-------------*/
#wrapper .m0 {
margin: 0
}
#wrapper .m5 {
margin: 5px;
}
#wrapper .m10 {
margin: 10px
}
#wrapper .m15 {
margin: 15px;
}
#wrapper .m20 {
margin: 20px;
}
#wrapper .mt5 {
margin-top: 5px;
}
#wrapper .mt10 {
margin-top: 10px;
}
#wrapper .mt15 {
margin-top: 15px;
}
#wrapper .mt20 {
margin-top: 20px;
}
#wrapper .mt30 {
margin-top: 30px;
}
#wrapper .mt50 {
margin-top: 50px;
}
#wrapper .mt100 {
margin-top: 100px;
}
#wrapper .ml5 {
margin-left: 5px;
}
#wrapper .ml8 {
margin-left: 8px;
}
#wrapper .ml10 {
margin-left: 10px;
}
#wrapper .ml15 {
margin-left: 15px;
}
#wrapper .ml20 {
margin-left: 20px;
}
#wrapper .ml30 {
margin-left: 30px;
}
#wrapper .ml40 {
margin-left: 40px;
}
#wrapper .ml50 {
margin-left: 50px;
}
#wrapper .mr5 {
margin-right: 5px;
}
#wrapper .mr10 {
margin-right: 10px;
}
#wrapper .mr15 {
margin-right: 15px;
}
#wrapper .mr20 {
margin-right: 20px;
}
#wrapper .mb5 {
margin-bottom: 5px;
}
#wrapper .mb10 {
margin-bottom: 10px;
}
#wrapper .mb15 {
margin-bottom: 15px;
}
#wrapper .mb20 {
margin-bottom: 20px;
}
#wrapper .mb30 {
margin-bottom: 30px;
}
#wrapper .mb50 {
margin-bottom: 50px;
}
#wrapper .mb100 {
margin-bottom: 100px;
}
/* padding 
---------------------*/
#wrapper .p5 {
padding: 5px;
}
#wrapper .p10 {
padding: 10px;
}
#wrapper .pt10 {
padding-top: 10px;
}
#wrapper .pt20 {
padding-top: 20px;
}
#wrapper .pb20 {
padding-bottom: 20px;
}
/* Float
---------------------*/
.fl {
float: left
}
.fr {
float: right;
}
.fLeft {
float: left;
}
.fRight {
float: right;
position: relative;
}
.cl {
clear: both;
}
/* cursor
-------------------*/
.cp {
cursor: pointer;
}
.fcr {
color: #fff;
}
.attention {
color: #f00;
font-weight: bold;
}
/* align
------------------- */
.tac {
text-align: center
}
.tal {
text-align: left
}
.tar {
text-align: right
}
.alignleft {
display: block;
float: left;
margin-right: 15px;
margin-bottom: 1em;
}
.aligncenter {
display: block;
margin: 0 auto;
}
.alignright {
display: block;
float: right;
margin-left: 15px;
margin-bottom: 1em;
}
/* table
------------------- */
table {
width: 100%;
margin-top: 12px;
border: 1px solid #ccc;
border-collapse: collapse;
border-spacing: 0;
line-height: 1.5;
}
th {
width: 20%;
padding: 10px;
border: 1px solid #ccc;
background: #55aeff;
color: #fff;
font-weight: bold;
text-align: left;
vertical-align: middle;
white-space: nowrap;
}
td {
width: 80%;
padding: 10px;
border: 1px solid #ccc;
vertical-align: middle;
}
/* 共通部分
------------------- */

/*-------------
container
-------------*/
#container {
width: 1000px;
margin: 15px auto 20px;
background: #fff;
border: 5px solid #fff;
left: -5px;
}
.home-container, .page #container {
margin-top: 0!important;
}
/*-------------
toBnr
-------------*/
.topBnr {
margin-bottom: 16px;
margin-top: -8px;
}
.topBnr a img:hover {
opacity: 0.8;
}
/*-------------
contents
-------------*/
#contents {
float: left;
width: 670px;
margin-bottom: 15px;
line-height: 1.5;
}
#contents-single {
margin-bottom: 15px;
line-height: 1.5;
}
#contents a {
color: #429ad2;
text-decoration: underline;
}
.box {
margin-bottom: 15px;
padding: 12px 13px;
background: #fff;
}
.box:after {
display: block;
clear: both;
height: 0;
content: "";
}
.section-header {
position: relative;
}
.section-header h2 {
width: 100%;
padding-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
background: url(/wordpress/wp-content/themes/company-site/images/puroducts_h2_img001.png) 0 0 no-repeat;
font-size: 1.5em;
font-weight: 600;
}
.section-header p {
 text-align: right;
font-size: 14px;
}
.section-header .cat {
width: 100%;
 display: block;
 margin-left: auto;
 text-align: right;
}
.section-header p a {
padding-left: 15px;
background: url(/wordpress/wp-content/themes/company-site/images/icon_arr_black.gif) no-repeat left center;
font-size: 90%;
}
.search_prodact li a {
float: left;
margin: 2px 2px
}
.search_prodact li a:hover {
opacity: 0.7;
background-color: blue;
}
#search_purpose h2 {
background: url(/wordpress/wp-content/themes/company-site/images/h2img001.jpg) 0 0 no-repeat;
padding-bottom: 95px;
}
#topics_update h2 {
background: url(/wordpress/wp-content/themes/company-site/images/h2img002.jpg) 0 0 no-repeat;
padding-bottom: 95px;
}
.imgArea {
width: 200px;
float: left;
margin: 10px 10px;
clear: left;
}
.textArea {
width: 500px;
float: left;
margin: 10px 100px 0;
font-size: 16px;
}
.textArea h3 {
font-size: 20px;
}
/*pick-up*/
.pick-up {
float: left;
width: 302px;
}
.pick-up:first-child {
margin-right: 10px;
}
.pick-up h2 {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #c5c5c5;
}
.pick-up h2.pick-info {
background: url(/wordpress/wp-content/themes/company-site/images/icon_info.gif) no-repeat right 8px;
}
.pick-up h2.pick-seminar {
background: url(/wordpress/wp-content/themes/company-site/images/icon_semi.gif) no-repeat right 8px;
}
.pick-up h2 img {
float: none !important;
}
.pick-up img {
float: left;
margin-right: 15px;
}
.pick-up .pick-inner {
padding-left: 125px;
}
.pick-up .pick-inner span {
display: block;
padding-bottom: 5px;
color: #999;
text-align: right;
}
#header-gra {
clear: both;
margin: 1px 0;
background: #ffffff;
}
#header-gra .imageArea img {
display: block;
margin: 0 auto;
}
footer {
border-top: 9px solid #060051;
}
footer .sitemap li {
font-size: 0.9rem;
}
#main h2.index_ttl {
text-align: center;
margin-bottom: 30px;
}
#main h3 {
margin-bottom: 30px;
}
#main h3.h3_ttl {
background-color: #f1f1f1;
padding: 10px;
}
#main h4 {
margin-bottom: 20px;
}
#main h4.h4_ttl {
color: #060051;
font-size: 1.2rem;
font-weight: bold;
border-bottom: 1px dotted #060051;
padding-bottom: 5px;
}
#copyright {
text-align: center;
font-size: 0.9rem;
padding: 10px 0;
}
#breadcrumb {
border-top: 1px solid #e2e2e2;
padding: 10px 0;
font-size: 0.8rem;
}
#breadcrumb ul {}
#breadcrumb ul li {display: inline-block;}
#breadcrumb ul li:after {content: "»";margin: 0 10px;}
#breadcrumb ul li:last-child:after {content: "";margin: 0;}
#breadcrumb ul li:last-child {
font-weight: bold; 
}
/*add 2015.9.30*/
.productimg {
float: left;
}
.text_develop {
width: 360px;
float: left;
}
.text_develop p {
font-size: 14px;
}
.text_develop ul {
margin: 20px;
font-weight: bold;
}
.text_develop ul li {
margin: 10px 0;
}
/*add 2015.06.26*/
.pdf_center h2 {
font-size: 16px !important;
border-bottom: #022A4E 1px dotted;
}
.pdf_center h3 {
font-size: 14px !important;
margin: 20px;
border-top: none;
}
.pdf_center a {
font-size: 13px;
}
.pdf_box_left {
float: left;
margin: 10px 5px;
width: 193px;
border: #c6c6c6 1px solid;
}
.pdf_box_center {
float: left;
margin: 10px 5px;
width: 193px;
border: #c6c6c6 1px solid;
}
.pdf_box_right {
float: left;
margin: 10px 5px;
width: 193px;
border: #c6c6c6 1px solid;
}
.pdf_center {
clear: both;
margin : 30px 0;
}
.pdf_box_left a, .pdf_box_center a, .pdf_box_right a {
margin-left: 20px;
}
.pdf_box_left p, .pdf_box_center p, .pdf_box_right p {
margin-bottom: 20px;
}
.home-container .section-header h2 {
padding-top: 5px;
font-size: 90%;
}
.home-container .textArea span {
font-size: 12px;
}
.home-container .textArea .term-link a, .archive-content .item-lists .term-link a {
text-decoration: none;
font-size: 12px;
padding: 1px 4px;
background: #FFA000;
border-radius: 4px;
color: #ffffff;
}
.home-container .textArea .term-link a:hover, .archive-content .item-lists .term-link a:hover {
background: #FFCA28;
}
.use {
padding-bottom: 30px;
border-bottom: 2px #9AADBE dotted;
}
.use .productArea h4 {
margin-top: 10px;
text-align: center;
}
.use .productArea {
width: 33%;
height: 250px;
float: left;
margin: 4px;
padding: 10px 5px 20px;
border: 1px solid #d6d6d6;
overflow: hidden;
}
.use .productArea .productimg {
width: 100%;
padding: 20px 0;
}
/*products*/
#products ul.item-lists {
margin-left: -24px;
padding-top: 10px;
}
#products ul.item-lists li {
position: relative;
float: left;
width: 110px;
margin-left: 50px;
}
#products ul.item-lists li span.type {
position: absolute;
top: 0;
right: 0;
}
#products ul.item-lists li h3 {
padding-top: 5px;
padding-bottom: 3px;
line-height: 1.2;
}
#products ul.item-lists li p {
padding-bottom: 8px;
}
/*original-products*/
#original-products {
margin-bottom: 15px;
}
#original-products .items-img {
float: left;
margin-top: 10px;
margin-right: 20px;
border: 10px solid #e8edf0;
}
#original-products .items-detail h3 {
padding-top: 15px;
padding-bottom: 10px;
}
#original-products .items-detail p {
margin-bottom: 1em;
}
.box-inner {
margin: 20px 20px 10px;
}
.box-inner h3 {
margin-bottom: 10px;
padding-left: 30px;
padding-bottom: 10px;
border-bottom: 1px dotted #ccc;
background: url(/wordpress/wp-content/themes/company-site/images/icon_h3.gif) no-repeat left 2px;
font-size: 1.3em;
}
.box-inner h3 .ttl-info {
display: block;
padding-right: 55px;
background: url(/wordpress/wp-content/themes/company-site/images/icon_info.gif) no-repeat right bottom;
}
.box-inner h3 .ttl-seminar {
display: block;
padding-right: 55px;
background: url(/wordpress/wp-content/themes/company-site/images/icon_semi.gif) no-repeat right bottom;
}
.box-inner .data {
color: #999;
text-align: right;
}
.box-inner p {
padding-bottom: 1em;
}
.box-inner ul {
clear: both;
padding-top: 10px;
padding-bottom: 5px;
}
.box-inner ul li {
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px dashed #ccc;
}
/*-------------
add 2015.6.22
-------------*/
#products .productArea {
width: 32%;
margin: 4px;
padding: 10px 5px 20px;
float: left;
overflow: hidden;
}
#products .productArea .productimg {
width: 100%;
padding: 15px 0;
border: 1px solid #d6d6d6;
}
#products .productArea .productimg img, .use .productArea .productimg img {
width: 90%;
	height: 120px;
	display: block;
	margin: 0 auto;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
.use .productArea .productimg img {
	height: 150px!important;
}
#products .productArea h3 {
	min-height: 50px;
margin-top: 10px;
clear: both;
overflow: hidden;
text-align: center;
}
#products .post-categories {
clear: both;
margin-left: 0;
text-align: right;
}
#products .post-categories li {
width: 100%;
margin-left: 0;
margin-bottom: 5px;
padding-bottom: 5px;
border-bottom: 1px dashed #d1d1d1;
}
#products .post-categories li a {
padding-left: 15px;
padding-right: 5px;
background: url(/wordpress/wp-content/themes/company-site/images/icon_arr_black.gif) no-repeat left center;
}
/*products-single*/
.product-left {
float: left;
width: 280px;
margin-top: 15px;
}
.product-right {
float: right;
width: 350px;
margin-top: 15px;
margin-bottom: 10px;
padding-bottom: 15px;
}
.product-right .product-title {
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #999;
}
.product-right .product-title h3 {
padding-left: 30px;
background: url(/wordpress/wp-content/themes/company-site/images/icon_h3.gif) no-repeat left 2px;
font-size: 1.1em;
}
.product-right .product-title p {
margin-top: 5px;
font-size: 1.2em;
font-weight: bold;
}
.product-right h4 {
margin-top: 25px;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px dashed #999;
}
.product-right p {
margin-bottom: 1em;
}
.product-left p {
margin-top: 15px;
}
/*add 20150610*/
.product {
padding: 12px 13px;
font-size: 0.9rem;
}
.product-center {
width: 644px;
margin: 30px 0;
margin-bottom: 10px;
padding-bottom: 15px;
 clear: both;
}
ul.cbtn {margin: auto; text-align: center;}
ul.cbtn li {width: 300px;display: inline-block!important;}
/*20150626*/
ul.cbtn li .download_btn img {
 width: 100%;
}
ul.cbtn li .inquiry_btn img {
 width: 100%;
}
/************/
.product-center .product-title {
margin-bottom: 15px;
padding-bottom: 10px;
}
.product-title h3 {
padding-left: 30px;
background: url(/wordpress/wp-content/themes/company-site/images/icon_h3.gif) 0px 5px no-repeat;
font-size: 1.5em;
margin-top: 15px;
}
.product h2 {
margin-top: 0px;
font-size: 1.3em;
}
.product h3 {
margin-top: 20px;
padding-top: 15px;
font-size: 1.3em;
border-top: 1px solid #98ABBC;
}
.product .product-title p {
margin-top: 5px;
font-weight: bold;
}
.product-center h4 {
margin-top: 25px;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px dashed #98ABBC;
}
.product-center p {
margin-bottom: 1em;
}
/*-------------
sidebar
-------------*/
#sidebar {
float: right;
width: 275px;
margin-bottom: 15px;
}
#sidebar #bnr li {
margin-bottom: 5px;
}
#sidebar .side-nav {
margin-bottom: 10px;
border: 1px solid #b1b1b1;
background-color: #fff;
font-size: 1em;
}
#sidebar .side-nav ul {
padding: 5px 10px 10px;
}
#sidebar .side-nav ul li {
padding: 4px 0 4px 18px;
border-bottom: 1px dotted #ccc;
background: url(/wordpress/wp-content/themes/company-site/images/icon_circle_blue.gif) no-repeat left center;
}
#sidebar .free-space h2, #sidebar .side-nav h2 {
padding: 3px 0 6px 80px;
background: url(/wordpress/wp-content/themes/company-site/images/sideber_bg01.png) no-repeat 0 0;
color: #fff;
font-size: 1.2em;
}
#sidebar .free-space {
padding-top: 0px;
margin-right: 15px;
border: 1px solid #b1b1b1;
background-color: #fff;
}
#sidebar .free-space ul {
margin: 5px;
padding: 5px;
}
#sidebar .free-space ul li {
padding: 5px 0;
border-bottom: #cccccc 1px dotted;
}
#sidebar .free-space .textwidget {
padding: 10px;
}
/*topics*/
#topics ul {
margin-top: 5px;
margin-left: -20px;
}
#topics ul li {
float: left;
width: 280px;
margin-left: 40px;
margin-top: 15px;
height: 340px;
overflow: hidden;
}
#topics ul li .term-link {
margin-top: -7px;
padding-bottom: 5px;
border-bottom: 1px dotted #ccc;
color: #999;
font-size: 0.9em;
text-align: right;
}
#topics ul li img {
margin-bottom: 3px;
}
#topics ul li span {
color: #999;
}
#topics ul li h3 {
margin-bottom: 5px;
}
#topics ul li img {
margin-bottom: 3px;
}
#topics .topics-left {
float: left;
width: 120px;
margin-top: 20px;
margin-left: 30px;
color: #999;
}
#topics .topics-right {
float: right;
width: 460px;
margin: 20px 30px 20px 0;
}
#topics .topics-right h3 {
margin-bottom: 15px;
padding-left: 30px;
padding-bottom: 10px;
border-bottom: 1px dotted #ccc;
background: url(/wordpress/wp-content/themes/company-site/images/icon_h3.gif) no-repeat left 2px;
font-size: 1.3em;
}
#topics .topics-right img {
padding: 10px 0 20px;
}
#topics .topics-right p {
margin-bottom: 1em;
}
#topics .topics-right .term-link {
margin-top: 20px;
padding-bottom: 10px;
border-bottom: 1px dotted #ccc;
color: #999;
font-size: 0.9em;
text-align: right;
}
/*サイトマップ*/
.sitemap-inner {
padding: 20px 30px;
}
.sitemap-inner h3 {
padding-left: 30px;
padding-bottom: 10px;
border-bottom: 1px dotted #ccc;
background: url(/wordpress/wp-content/themes/company-site/images/icon_h3.gif) no-repeat left 2px;
font-size: 1.3em;
}
.sitemap-inner .menu {
padding: 10px 20px 0;
line-height: 1.8;
}
.sitemap-inner .menu li {
margin-top: 15px;
padding-left: 20px;
background: url(/wordpress/wp-content/themes/company-site/images/icon_arr_black.gif) no-repeat left 8px;
font-size: 1.2em;
}
.sitemap-inner .sub-menu {
padding-left: 15px;
}
.sitemap-inner .sub-menu li {
margin-top: 8px;
padding-left: 12px;
background: url(/wordpress/wp-content/themes/company-site/images/icon_arr_black2.gif) no-repeat left 5px;
font-size: 0.9em;
}
/**********************/
/*PagiNavi*/
.wp-pagenavi {
padding-top: 10px;
padding-bottom: 25px;
}
.wp-pagenavi a, .pages, .current {
margin-right: 4px;
padding: 3px 6px;
border: 1px solid #ccc;
background: #fff;
font-weight: bold;
text-decoration: none;
text-align: center;
}
.wp-pagenavi a:hover, .current {
color: #fff;
background: #3793ce;
}
/*map*/
#map {
margin-top: 20px !important;
border: 1px solid #999;
}
/*--------------------------------------------------------------------　contactform7*/
#contact_tbl {
width: 100%;
margin-top: 12px;
border: 1px solid #ccc;
border-collapse: collapse;
border-spacing: 0;
line-height: 1.5;
font-size: 15px;
}
#contact_tbl th {
width: 280px;
padding: 10px;
border: 1px solid #ccc;
background: #55aeff;
color: #fff;
text-align: left;
vertical-align: middle;
white-space: nowrap;
font-weight: normal;
}
#contact_tbl th span {
font-size: 13px;
}
#contact_tbl th .req {
color: #ff0000;
margin-left: 0.5em;
}
#contact_tbl td {
padding: 10px;
border: 1px solid #ccc;
vertical-align: middle;
}
#contact_tbl td input[type="checkbox"] {
width: 20px;
height: 20px;
position: relative;
top: 5px;
}
#contact_tbl td input[type="text"] {
height: 24px;
}
.back input[type="submit"] {
background: #242424;
}
input[type="submit"] {
background: #FB8C00;
color: #ffffff;
font-weight: bold;
padding: 20px 50px;
text-align: center;
margin: 10px auto;
display: block;
transition: 0.5s;
border: none;
cursor: pointer;
}
.btnArea {
display: block;
width: 900px;
margin: 0 auto;
}
.wpcf7-form input, .wpcf7-form textarea {
font-size: 1em;
}
.wpcf7-form .wpcf7-submit {
width: 150px;
}
/*--------------------------------------------------------------------　mw wp form*/
.mw_wp_form_preview #contact_tbl th {
border: 1px solid #ccc;
background: #9AADBE;
color: #000000;
}
.mw_wp_form_preview #contact_tbl th span {
display: none;
}
.mw_wp_form_preview .btnArea .back {
width: 50%;
float: left;
}
.mw_wp_form_preview .btnArea .send {
width: 50%;
float: right;
}
/*-------------------------------------------------------------------- 以下現テーマでは未使用？*/

/*search*/
.search-form {
padding-top: 15px;
}
.search-form input {
vertical-align: middle;
position: absolute;
right: 0px;
}
search-form #s {
width: 150px;
height: 18px;
line-height: 18px;
padding: 2px;
background: #f6f6f6;
border: 1px solid #c7c7c7;
font-size: 1.1em;
margin-left: 200px;
}
.search-results .box h3 {
margin: 20px;
padding: 5px;
background: #39F;
color: #fff;
font-weight: bold;
}
.search-results .box ul {
margin: 0 30px 20px;
}
.search-results .box ul li {
margin-top: 8px;
padding-left: 12px;
background: url(images/icon_arr_black2.gif) no-repeat left center;
}
.search-results .box ul li span {
padding-left: 10px;
color: #999;
font-size: 0.8em;
}
.search-no-results .box h3 {
margin: 100px 30px 20px;
padding-bottom: 10px;
border-bottom: 1px solid #CCC;
font-size: 2.0em;
text-align: center;
}
.search-no-results .box h3 span {
color: #ff2160;
}
.search-no-results .box p {
margin: 0 30px;
}
.search-no-results .box form {
margin: 0 30px 100px;
}
/*add 2015.06.29*/
#trust-form #message-container-input {
text-indent: -250px;
}
#trust-form th {
background: #B3E5FC;
border: 1px solid #d6d6d6;
color: #242424;
}
#trust-form td {
border: 1px solid #d6d6d6!important;
}
/*gallery*/
#news .gallery {
padding: 0 7px;
margin-left: -20px;
}
#news dl.gallery-item {
float: left;
width: 284px;
margin-top: 10px;
margin-left: 20px;
padding: 0;
}
#news dt.gallery-icon {
float: none;
width: 284px;
}
#news dt.gallery-icon a img {
border: 2px solid #eee;
}
#news dt.gallery-icon a:hover img {
border: 2px solid #3ba8ff;
}
#news dd.gallery-caption {
float: none;
width: 284px;
padding: 6px 0 3px;
border-bottom: 1px dotted #999;
text-align: left;
}
/*news*/
#news {
clear: both;
}
#news dl {
padding: 0 15px;
}
#news dt {
float: left;
clear: both;
width: 95px;
padding-top: 5px;
}
#news dd {
float: left;
width: 440px;
padding-top: 5px;
padding-left: 75px;
}
#news dd.info {
background: url(/wordpress/wp-content/themes/company-site/images/icon_info.gif) no-repeat 0 8px;
}
#news dd.seminar {
background: url(/wordpress/wp-content/themes/company-site/images/icon_semi.gif) no-repeat 0 8px;
}
#news dd a.photo {
padding-right: 28px;
background: url(/wordpress/wp-content/themes/company-site/images/icon_camera.gif) no-repeat right center;
}

.product-title small {
font-size: 12px!important;
}