/* This css file is to over write bootstarp css
---------------------------------------------------------------------- */

/*---------------------------------------------------------------------- /
Table of Contents
------------------------------------------------------------------------ /

* 1 - Google Font
* 2 - General Styles
*   2.1 - Headings
*   2.2 - Carosuel
*   2.3 - Title Related
*   2.4 - Isotope Items Filter
* 3 - Typography Page Start
*   3.1 - Dropcap
*   3.2 - Blockquote
*   3.3 - List Styles
*   3.4 - Text Styles
* 4 - Short Code Page Start
*   4.1 - Accordion
*   4.2 - Tab

------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/

/* 1 - Google Font
------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800);

/* 1 - Google Font End
------------------------------------------------------------------------*/


/* 2 - General styles
---------------------------------------------------------------------- */
html,
body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	/*-0-font-smoothing: antialiased;*/
	line-height: 1.6;
}
a,a img {
	text-decoration: none;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a img {
	background-color:#FFFFFF;
	}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background-color:#FFFFFF;
}
a:focus {
	text-decoration: none;
	outline: none;
	outline-offset: 0;
}
a:hover {
	text-decoration: none;
}
p {
	color: #000000;
	line-height: 1.6;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	display: inline-block;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
iframe,
audio {
	width: 100%;
	border: none;
}
input,
textarea {
	width: 100%;
}
/* .form-control:focus,
input:focus,
textarea:focus,
button:focus {
	border: 1px solid #e9e9e9;
	box-shadow: none;
	outline: 0 !important;
}
*/
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: 0;
}

/* 2.1 - Headings
--------------------------------------------- */

h1 {
	font-size: 1.6em;
	line-height: 1.6;
}
h2 {
	font-size: 1.4em;
	line-height: 1.6;
}
h3 {
	font-size: 1.2em;
	line-height: 1.6;
}
h4 {
	font-size: 1.1em;
	line-height: 1.6;
}
h5 {
	font-size: 1.0em;
	line-height: 1.6;
}
h6 {
	font-size: 1.0em;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

h1.h1-page,h2.h1-page,h3.h1-page,
h1.h1-cut_stone,h1.h1-cut_machine,h1.h1-shave,h1.h1-polish,h1.h1-h_freq,h1.h1-grinder,h1.h1-accessory,
h2.h1-cut_stone,h2.h1-cut_machine,h2.h1-shave,h2.h1-polish,h2.h1-h_freq,h2.h1-grinder,h2.h1-accessory,
h1.h1-tip,h2.h1-tip{
	background-color:#00b63d;
	color:#FFFFFF;
	line-height: 1.6;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 10px;
}
h1.h1-cut_machine,h2.h1-cut_machine{
	background-color:#006b3a;
}
h1.h1-shave,h2.h1-shave{
	background-color:#ff9400;
}
h1.h1-polish,h2.h1-polish{
	background-color:#005393;
}
h1.h1-h_freq,h2.h1-h_freq{
	background-color:#996b1e;
}
h1.h1-grinder,h2.h1-grinder{
	background-color:#c6005f;
}
h1.h1-accessory,h2.h1-accessory{
	background-color:#7f447c;
}
h1.h1-tip,h2.h1-tip{
	background-color:#466381;
}
h1.h1-eishin,h2.h1-eishin {
    background-color: #F5A517;
}
img.eishin-image {width:300px;}
h2.h2-bg-green{
	color:#FFFFFF;
	background-color: #006837;
	text-align:center;
	font-size:1.2em;
	margin-bottom:5px;
	line-height: 2.0;
	padding-left:5px;
	padding-right:5px;
}
h2.bb-gray{
	font-size:1.4em;
}
h1 .small{
	vertical-align:middle;
}
.list-title{
	height: 68px;
    margin-top: 10px;
    overflow: hidden;
    text-align:center;
}
.list-title a:hover{
	text-decoration:underline;
}
.pages-block a.detail-btn,.pages-block a.lightgreen-btn,.pages-block a.green-btn {
    color: #ffffff;
    background-color: #66CC33;
    font-weight: normal;
    padding: 2px 5px;
    margin: 10px auto 0;
    text-align: center;
    display: block;
    width: 100%;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}
.pages-block a.green-btn {
	background-color: #006837;
}
.pages-block a.lightgreen-btn,.pages-block a.green-btn {
	padding: 12px 5px;
    margin: 20px auto 0;
    width: 310px;
    max-width:100%;
    font-size:1.1em;
}
.pages-block a.detail-btn:hover,.pages-block a.lightgreen-btn:hover,
.pages-block a.green-btn:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.pages-block a.detail-btn:after,.pages-block a.lightgreen-btn:after,
.pages-block a.green-btn:after{
	content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 7%;
    right: 10px;
    display: block;
    width: 10px;
    height: 28px;
}
.pages-block a.lightgreen-btn:after,.pages-block a.green-btn:after{
	top: 25%;
}

h2.item-name{
	font-weight:bold;
	font-size:1.4em;
	text-align: center;
}
h2.item-name span{
	background-color:#006837;
	padding:2px 10px;
	margin-right:10px;
	font-size:0.7em;
	color:#FFFFFF;
	font-weight:normal;
	vertical-align: middle;
}
.pages-block h3.item-desc{
	font-weight:bold;
	font-size:1.1em;
	border-bottom:1px solid #CCCCCC;
	margin-top:50px;
}
ul.item-desc-li li{
	display:block;
}
ul.item-desc-li li p{
	margin-bottom:3px;
}



.pages-block a{
	color:#000000;
}

/* Top Contact Section */
.top-contact {
	font-size: .875em;
	height: auto;
	line-height: 53px;
	color:#666666;
	margin:0 0 10px 0;
}
.contact-list li {
	margin-top: 15px;
}
.contact-list a {
	color: #ffffff;
}
.top-icon {
	border-radius: 50%;
	color: #4d4d4d;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
}
.top-social {
	text-align: right;
	margin: 5px auto 8px;
}
.top-social ul#menu-submenu li a,.top-social ul#menu-submenu-en li a,.top-social ul#menu-submenu-cn li a{
	font-size:0.7em;
	color:#000000;
	padding:0px 10px;
}
.top-social ul#menu-submenu li:first-child a,.top-social ul#menu-submenu-en li:first-child a,.top-social ul#menu-submenu-cn li:first-child a{
	border-right:1px solid #000000;
}
.top-social ul#menu-submenu li a:hover,.top-social ul#menu-submenu-en li a:hover,.top-social ul#menu-submenu-cn li a:hover{
	text-decoration:underline;
}

header img.logo{
	width:209px;
}
header .contact-btn {
    float: right;
    margin-top: 15px;
    margin-left: 20px;
    text-align: center;
}
header .contact-btn a{
	color:#FFFFFF;
	font-weight:bold;
	font-size: 0.9em;
	display:block;
	background-color: #66CC33;
    width: 140px;
    line-height: 50px;
}
header .contact-btn a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* Site Banner Section */

.site-banner {
	background-color: #ffffff;
	height: 120px;
}
.site-logo {
	padding-top: 35px;
}

/* Main Menu Section */

.main-menu {
	background-color: transparent;
	-moz-box-shadow: 0 0 7px #006837;
	-webkit-box-shadow: 0 0 7px #006837;
	-o-box-shadow: 0 0 7px #006837;
	-ms-box-shadow: 0 0 7px #006837;
	border: none;
	padding-bottom:10px;
}
.navbar-collapse {
	padding: 0px;
}
.menu-logo {
	display: none;
}
.navbar-toggle:focus {
	border: none;
	outline: 0;
}
.nav .menu-item-object-products.products-page{
	background-color:#e9f4ff;
}
.navbar-nav>li {
    width: auto;
}
.navbar-nav>li>a {
	border-right: 1px solid #000000;
	color: #000000;
	display: inline-block;
	padding: 3px 15px;
	text-transform: capitalize;
	width: 100%;
}
.navbar-nav>li:first-child>a{
	border-left: 1px solid #000000;
}
.nav>li>a span{
	border-bottom: 2px solid #fff;
	font-size: 0.9em;
}
.nav>li>a:hover span, .nav>li>a:focus span,.nav>li.current-page-ancestor a span,.nav>li.current-menu-item a span,
.nav .menu-item-object-cut_stone.cut_stone-page a span,.nav .menu-item-object-cut_machine.cut_machine-page a span,
.nav .menu-item-object-shave.shave-page a span,.nav .menu-item-object-polish.polish-page a span,.nav .menu-item-object-h_freq.h_freq-page a span,
.nav .menu-item-object-tip.tip-page a span{
	border-bottom: 2px solid #006837;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-search {
	border-right: 1px solid #e9e9e9;
	padding-right: 20px;
}
.search-form {
	font-size: .875em;
	position: relative;
	padding-top: 15px;
}
.search-field {
	border: 1px solid #e9e9e9;
	padding: 10px 15px;
	width: 300px;
}
.search-btn {
	background-color: transparent;
	color: #3498db;
	position: absolute;
	right: 2px;
	top: 19px;
}
.header-fixed-top header.sticky {
	background-color: #ffffff;
	box-shadow: 0 0 7px #006837;
	-moz-box-shadow: 0 0 7px #006837;
	-webkit-box-shadow: 0 0 7px #006837;
	-o-box-shadow: 0 0 7px #006837;
	-ms-box-shadow: 0 0 7px #006837;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation-duration: 0.45s;
	-moz-animation-duration: 0.45s;
	-ms-animation-duration: 0.45s;
	-o-animation-duration: 0.45s;
	animation-duration: 0.45s;
}



/* main Section */
.main-contents {
	padding-top: 10px;
}
span.arrow {
	float:right;
}
img.right {
	float:right;
}
ul.top-menu-list li{
	width:49.6%;
}
ul.top-menu-list li.accesory{
	width:100%;
}
ul.top-menu-list li.accesory a{
	width:100%;
	text-align:center;
	line-height: 3;
	display:block;
}
ul.top-menu-list li.accesory a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

ul.top-advan-list li{
	width: 32.8%;
    vertical-align: top;
}
ul.top-advan-list li h4{
	font-size:1.0em;
}

/* sidebar */
.side-banner {
	margin:0 auto 10px;
	display: block;
}
.side-banner:after{
content:"";
display:block;
clear:both;
height:0px;
}
img.banner {
	float:right;
	margin:0 0 10px 0;
}

aside.side_product{
	margin-left: auto;
	margin-right: auto;
    width: 239px;
    max-width: 100%;
}

/* new */
.new {
	margin:0 0 30px;
}
/* movie */
.movie {
	margin:0 0 30px;
}
.movie-title {
	background: url(../../images/background/bg_h02.png) no-repeat;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 500;
	padding: 0.5em 0.5em 0.5em 1.0em;
	margin:0 0 15px;
	width:100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
/* news */
.news {
	margin:0 0 30px;
}
.news-title {
	background: url(../../images/background/bg_h03.png) no-repeat;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 500;
	padding: 0.5em 0.5em 0.5em 1.0em;
	margin:0 0 15px;
	width:100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
ul.news_list {
	margin:0;
	padding:0 20px;
}
ul.news_list img{
	margin:0 10px;
}
ul.news_list li {
	margin:0 0 10px;
	padding:0 0 5px;
	width:100%;
	font-size:13px;
}
ul.news_list li a {
	color:#000000;
}
ul.news_list li a:hover {
	text-decoration:underline;
}
ul.news_list li span.day {
	color:#000000;
}
ul.news_list li span.icon {
	padding:0 0.5em;
}
ul.news_list li span.title {
	font-size:15px;
	line-height:1.5em;
}
ul.news_list li span.title a:hover,ul.nav .post-meta a:hover{
	text-decoration:underline;
}

table.news-table{
	width: 100%;
}
table.news-table td.rm{
	vertical-align:bottom;
	width:100px;
	text-align:right;
}

/* snap */
.snap {
	margin:0 0 30px;
}
.snap-title {
	background: url(../../images/background/bg_h01.png) no-repeat;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 500;
	padding: 0.5em 0.5em 0.5em 1.0em;
	margin:0 0 15px;
	width:100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.snap .snap-thumb{
    display: inline-block;
    margin:0 auto 10px;
    width:100%;
}
.snap .snap-thumb img{
    display: inline-block;
    margin:0 auto;
    width:100%;
}
.snap .snap-thumb span.thumb-title {
    display: inline-block;
    font-size: 0.875em;
    padding: 5px 0;
    font-weight:bold;
    text-align:center;
    width:100%;
}
.snap .snap-thumb span.thumb-title span {
	color:#37bb36;
}

/* recipe */
.recipe {
	margin:0 0 30px;
}
.recipe-title {
	background: url(../../images/background/bg_h02.png) no-repeat;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 500;
	padding: 0.5em 0.5em 0.5em 1.0em;
	margin:0 0 15px;
	width:100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
ul.recipe_list {
	margin:0;
	padding:0 20px;
}
ul.recipe_list li {
	margin:0 0 5px;
	padding:0 0 5px;
	width:100%;
	font-size:13px;
}
ul.recipe_list li span.day {
	color:#794a2e;
	font-size:15px;
}
ul.recipe_list li span.icon {
	padding:0 0.5em;
}
ul.recipe_list li span.title {
	font-weight:bold;
	font-size:15px;
}
/* access */
.access {
	margin:0 0 30px;
}
.access-title {
	background: url(../../images/background/bg_h03.png) no-repeat;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 500;
	padding: 0.5em 0.5em 0.5em 1.0em;
	margin:0 0 15px;
	width:100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#accessmap {
	margin-top:-100px;
	padding-top:100px;
}

/* pages */
.pages-block {
	margin: 0 0 30px;
	font-size: 14px;
	overflow: hidden;
}
.pages-block-kv {
	margin: 20px 0 0;
	font-size: 14px;
	overflow: hidden;
}
.line-block {
	margin: 30px 0 0;
	font-size: 14px;
	overflow: hidden;
	border-top: 1px dotted #666666;
	padding: 15px 0 0 0;
}
.line-block-w {
	margin: 0 0 30px;
	font-size: 15px;
	overflow: hidden;
	border-top: 1px dotted #666666;
	padding: 15px 0 0 0;
}
.line-block_u {
	margin: 0 0 30px;
	font-size: 15px;
	overflow: hidden;
	border-bottom: 1px dotted #666666;
	padding: 15px 0 0 0;
}
.pages-block h3 {
	margin: 0 0 20px;
}
.pages-block h3.recipi-title {
	margin: 0 0 20px;
	padding: 0 0 30px 0;
	text-align: center;
	background-image: url(../../images/title/h_title_36.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.pages-block h3.title-b {
	margin: 0 0 20px;
	font-size: 28px;
	color: #734325;
}
.pages-block img.kv {
	margin: 0 0 10px;
}
.pages-block img.btn {
	margin: 0 auto;
	display: block;
}
.pages-block .thumb-list{
    display: inline-block;
    margin: 0 auto 10px;
    width: 100%;
}
.pages-block .thumb-list img{
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.pages-block .thumb-list span.thumb-title {
	color: #37bb36;
    display: inline-block;
    font-size: 0.875em;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.pages-block table.basic-t {
    margin: 10px 0;
    width: 100%;
    border-top: 1px solid #bbbbbb;
}
.pages-block table.basic-t tr {
	border-bottom:1px solid #bbbbbb;
}
.pages-block table.basic-t th {
    text-align: left;
    vertical-align:middle;
    font-weight:normal;
}
.pages-block table.basic-t th.company-th {
	width: 18%;
}
.pages-block table.basic-t td {
	padding:3px 0;
}
.pages-block table.basic-t td .in-table{
	border-left:1px solid #bbbbbb;
	padding:5px 10px;
}
.pages-block table.basic-t td .in-table a{
	text-decoration:underline;
}

.pages-block table.faq-table-q {
	width:100%;
}
.pages-block table.faq-table-q tr{
	border-bottom:1px solid #CCCCCC;
}
.pages-block table.faq-table-q th{
	width:80px;
	color:#0171c3;
	font-size:2.0em;
	padding-bottom:5px;
}
.pages-block table.faq-table-q td{
	font-weight:bold;
	font-size:1.1em;
	padding-bottom:5px;
}
.pages-block table.faq-table-a {
	width:100%;
	margin:10px 0 40px;
	table-layout:fixed;
}
.pages-block table.faq-table-a th{
	width:50px;
	color:#999999;
	font-size:1.1em;
	padding-bottom:5px;
	vertical-align:top;
}
.pages-block table.faq-table-a td{
	padding-bottom:5px;
	vertical-align:top;
}

.pages-block table.tebiki {
	width:100%;
}
.pages-block table.tebiki th, .pages-block table.tebiki td{
	padding:5px;
	vertical-align:top;
}
.pages-block table.tebiki th{
	width:30px;
}

.pages-block table.howto {
	width:100%;
}
.pages-block table.howto tr{
	border-bottom:1px solid #CCCCCC;
}
.pages-block table.howto tr:first-child{
	border-bottom:0;
}
.pages-block table.howto th{
	padding:5px;
}
.pages-block table.howto th, .pages-block table.howto td{
	vertical-align:middle;
	text-align:center;
	border-left:1px solid #CCCCCC;
}
.pages-block table.howto th.howto-title, .pages-block table.howto td{
	padding:20px 5px;
	font-size:0.9em;
}
.pages-block table.howto th{
	background-color:#808080;
	color:#FFFFFF;
	border-left:1px solid #CCCCCC;
}
.pages-block table.howto th.howto-title{
	background-color:#F2F2F2;
	color:#000000;
	width:22%;
}
.pages-block table.howto th:first-child,.pages-block table.howto td:first-child{
	border-left:0;
}
.pages-block table.howto td{
	width:39%;
}

.pages-block table.com-prof {
	width:100%;
}
.pages-block table.com-prof tr{
	border-bottom:1px solid #CCCCCC;
}
.pages-block table.com-prof th, .pages-block table.com-prof td{
	padding:5px 10px;
	vertical-align:top;
}
.pages-block table.com-prof th{
	width:100px;
	background-color:#F2F2F2;
	border-right:1px solid #CCCCCC;
}
.pages-block table.en-catalog{
	width:100%;
	margin-bottom:20px;
}
.pages-block table.en-catalog td{
	padding:10px 0;
	font-size:1.2em;
	vertical-align:middle;
}
.pages-block table.en-catalog td span{
	vertical-align:middle;
}

.pages-block table.inst {
    margin: 10px 0;
    width: 100%;
}
.pages-block table.inst td{
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding:20px 5px;
	vertical-align:top;
	text-align:center;
	background-color:#F2F2F2;
	font-weight:bold;
	width:20%;
}
.pages-block table.inst td h6{
	width:100px;
	background-color:#808080;
	padding:2px 5px;
	color:#FFFFFF;
	text-align:center;
	margin:0 auto 10px;
	font-weight:bold;
}

.pages-block table.inst td p {
	margin-bottom: 0;
}

.pages-block .mt-dl{
	margin-top:70px;
	margin-bottom:20px;
	font-size:1.8em;
	font-weight:bold;
}
.pages-block .bg_w {
		background-color: #ffffff;
		width: 100%;
    margin: 0;
    padding: 20px 0 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}
.pages-block span.brown {
		color: #734325;
}

img.mgb10 {
		margin-bottom: 10px;
}
img.mgt10 {
		margin-top: 10px;
}

/* Absolute  */
.ab-area {
		position: relative;
		margin: 0;
}
.ab-img-p1-2 {
		position: absolute;
    top: 0px;
    left: 90px;
}
.ab-img-p2-2 {
		position: absolute;
    top: 260px;
    left: 480px;
}
img.ab{
    max-width: 100%;
}
/* span color */
.pink {
		color:#ed7faf;
}
.yellow {
		color:#ffdc35;
}
.blue {
		color:#08baef;
}
.green{
		color:#00a163;
}
.y-green {
		color:#a5cc3b;
}
.red {
		color:#e91c24;
}
.w-brown {
		color:#b27230;
}
.orange {
		color:#ff9a00;
}
.w-blue {
		color:#9bd5d4;
}

/* pankuzu */
.pankuzu {
		margin: 0 0 20px;
		padding: 0 0 5px 0;
		font-size: 12px;
		width: 100%;
		border-bottom: solid 1px #734325;
}
.pankuzu a {
	color: #000000;
}
.pankuzu span {
	color: #734325;
}
.pager {
		color: #000000;
		text-align: center;
		padding: 15px 0;
}
.pager a {
		color: #dd4c41;
}

/* fujikko */
.fujikko-guide {
    padding:10px 30px 30px;
}

/* 3 strong point advantage */
.grad-3p-1,.grad-3p-2,.grad-3p-3{
	padding-top:34px;
}
.grad-3p-1 img,.grad-3p-2 img,.grad-3p-3 img{
    -webkit-box-shadow: 0 17px 20px -14px #8d8c8c;
    -moz-box-shadow: 0 17px 20px -14px #8d8c8c;
    box-shadow: 0 17px 20px -14px #8d8c8c;
}

/* movie */
.movie-list iframe{
	height:200px;
}

/* interview */
.itv_area {
		background-color: #ffffff;
		width: 100%;
    margin: 0 0 30px;
    padding: 40px 0 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    overflow: hidden;
}
.itv_area p.qa-q {
		color: #c57230;
		margin: 0 0 1.0em 0;
		font-size: 1.1em;
}
.itv_area p.qa-a {
		color: #000000;
		margin: 0 0 2.0em 0;
}
.itv_area .col-sm-4 img {
		margin: 0 0 0 -15px!important;
}

/* About Section */
.side-menu {
    margin: 0 0 30px 0;
    overflow: hidden;
}
.side-menu .s-navi {
	margin-bottom:10px;
	border:1px solid #C69C6D;
	padding:5px 10px;
	color:#C69C6D;
}
.side-menu .s-navi a{
	color:#C69C6D;
}
.side-menu ul.s-navi li {
	width: 100%;
    margin: 0 0 10px 0;
    float: right;
    font-size: 12px;
    line-height: 1.0em;
    background-color: #fff;
    font-weight: bold;
}
.side-menu .s-navi.news{
	border:1px solid #0071BC;
	color:#0071BC;
}
.side-menu .s-navi.news a{
	color:#0071BC;
}
.side-menu ul.s-navi li a {
    font-weight: bold;
    display: block;
    padding: 15px 20px;
    border: solid 2px #bbbbbb;
    color:#bbbbbb;
    background:url(../../images/nav/arrow_off.png);
    background-repeat: no-repeat;
	background-position: 4% 50%;
	text-align:center;
	line-height: 1.6;
}
.side-menu ul.s-navi li a:hover,.side-menu ul.s-navi li.current_page_item a,h3.popular-faq-title {
	color: #60afff;
	border: solid 2px #60afff;
	background:url(../../images/nav/arrow_on.png);
    background-repeat: no-repeat;
	background-position: 4% 50%;
	text-align:center;
	line-height: 1.6;
}
h3.popular-faq-title{
	background:none;
	font-size: 0.9em;
	padding: 10px;
	font-weight: bold;
	max-width: 400px;
    margin: 0 auto;
}
.side-menu ul.s-navi li img {
		padding-right: 0.3em;
		padding-left: 0.0em;
}


.side-menu li.prodcat-title{
	margin: 5px 24px;
    display: list-item;
}
.side-menu li.prodcat-title a{
	font-size: 14px;
	color:#000000;
	line-height:1.6;
}
.side-menu li.prodcat-title a:hover{
	text-decoration:underline;
}

.side-movie {
    margin: 0;
    overflow: hidden;
    background:url(../../images/background/bg_side_movie.png);
    background-repeat: no-repeat;
    background-size:100% auto;
    padding:70px 25px 30px 25px;
}

/* About Section */
.about {
	padding-top: 90px;
}
.about-area {
	background: #f7f7f7;
	border-top: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	position: relative;
}
.title-area {
	top: -35px;
	width: 330px;
	left: 50%;
	margin-left: -175px;
	position: absolute;
}
.about-title {
	background: #f7f7f7;
	border-top: 2px solid #3498db;
	color: #6f7678;
	font-size: 2.125em;
	font-weight: 800;
	padding-top: 15px;
	text-transform: uppercase;
}
.about .title-description {
	padding-bottom: 15px;
	margin: 0px;
}
.about-items {
	background: #f7f7f7;
	display: inline-block;
	padding-top: 90px;
}
.about-items .item {
	padding-bottom: 60px;
}
.item-top {
	border-top: 1px solid #d7dee0;
	border-bottom: 1px solid #d7dee0;
	color: #3498db;
	padding: 15px 0px;
}
.about-items .item-title {
	font-size: 1.5em;
	font-weight: 800;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.about-items .sub-title {
	font-size: 1.25em;
	font-weight: 300;
}
.about-items .item-description {
	color: #869093;
	font-size: .875em;
	padding: 20px 0px 12px 0px;
}
.about-items .btn {
	background-color: #3498db;
	color: #ffffff;
	font-size: .875em;
	font-weight: 800;
	text-transform: uppercase;
}
.about-items .btn:hover {
	background-color: #ffffff;
	border-color: #3498db;
	color: #3498db;
}

/* Portfolio Section */
.portfolio-top {
	position: relative;
}
.portfolio-area {
	border-bottom: 1px solid #d7dee0;
	padding: 60px 0px;
}
.portfolio-title {
	color: #6f7678;
	font-size: 2.125em;
	font-weight: 800;
	position: relative;
	text-transform: uppercase;
}
.portfolio-title:before,
.portfolio-title:after {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: #d7dee0;
	width: 32%;
}
.portfolio-title:before {
	left: 0px;
}
.portfolio-title:after {
	right: 0px;
}
.portfolio-area .title-description {
	color: #3498db;
	font-size: .875em;
	padding-top: 5px;
}
.portfolio-slider {
	padding-top: 25px;
}
.portfolio-slider .item {
	border-bottom: 2px solid #3498db;
	display: inline-block;
}
.portfolio-slider .item-title {
	color: #869093;
	display: inline-block;
	font-size: .875em;
	padding: 5px 0px;
}
.slide-nav {
	background-color: #3498db;
	border: 1px solid transparent;
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	width: 25px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	top: 6px;
	position: absolute;
}
.slide-nav:hover {
	background-color: #ffffff;
	border-color: #3498db;
	color: #3498db;
}
.slide-left {
	left: 0px;
}
.slide-right {
	right: 0px;
}

/* Services Section */
.services {
	padding: 60px 0px 0px 0px;
}
.service-area {
	border-bottom: 2px solid #3498db;
	display: inline-block;
}
.service-items .item-title {
	color: #3498db;
	font-size: 1.5em;
	font-weight: 800;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.service-items .sub-title {
	color: #3498db;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 27px;
}
.service-items .item {
	padding-bottom: 60px;
}
.service-items .item-1 {
	border-bottom:  1px solid #d7dee0;
}
.service-items .item-2 {
	padding-top: 40px;
}
.service-items .btn {
	background-color: #3498db;
	color: #ffffff;
	font-weight: 800;
	margin-top: 15px;
	padding: 8px 15px;
	text-transform: uppercase;
}
.service-items .btn:hover {
	background-color: #ffffff;
	border-color: #3498db;
	color: #3498db;
}
.panel-default {
	border-color: #e9e9e9;
	margin-bottom: 10px !important;
}
.panel-default>.panel-heading {
	background-color: #ffffff;
	padding: 16px 65px;
	position: relative;
}
.panel-title {
	color: #6f7678;
	font-size: .875em;
	font-weight: 700;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border-color: #e9e9e9;
}
.panel-title a:before, .panel-title a.collapsed:before {
	font-family: FontAwesome;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #3498db;
	color: #ffffff;
	padding: 16px;
	border-radius: 2px;
}
.panel-title a.collapsed:before {
	content: "\f067";
}
.panel-title a:before {
	content: "\f068";
}
.panel-body {
	padding: 30px;
}
.service-image {
	float: left;
	padding-right: 30px;
}
.accordion-title {
	color: #3498db;
	font-size: .875em;
}

/* Latest post Section */
.post-area {
	padding-top: 60px;
	padding-bottom: 20px;
}
.latest-posts {
	padding-bottom: 35px;
	padding-top: 40px;
	display: inline-block;
}
.post-area-title {
	color: #6f7678;
	font-size: 2.125em;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
}
.post-area-title:before,
.post-area-title:after {
	content: '';
	background-color: #d7dee0;
	top: 50%;
	height: 1px;
	position: absolute;
	width: 32%;
}
.post-area-title:before {
	left: 0px;
}
.post-area-title:after {
	right: 0px;
}
.latest-post .title-description {
	color: #3498db;
}
.latest-post .item {
	padding-bottom: 25px;
}
.latest-post article {
	border-bottom: 2px solid #3498db;
	padding-bottom: 25px;
	vertical-align: text-top;
}
.post-meta {
	border-bottom:  1px solid #cccccc;
	color: #6f7678;
	font-size: 14px;
	padding: 5px 0px;
}
.entry-meta{
	margin-bottom:10px;
}
.entry-post h1{
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	padding-bottom:10px;
}

.entry-meta span {
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.entry-meta span:before {
	content: '/';
	position: absolute;
	top: 0px;
	right: 0px;
}
.entry-meta span:last-child:before {
	content: '';
}
.entry-meta a {
	color: #6f7678;
}
.entry-meta a:hover {
	color: #3498db;
}
.tag-list li {
	padding-right: 5px;
	position: relative;
}
.tag-list li:before {
	content: ',';
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.tag-list li:last-child:before {
	content: '';
}
.post-content {
	padding-top: 15px;
}
.entry-title {
	color: #6f7678;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
}
.entry-title a {
	color: #6f7678;
}
.entry-title a:hover {
	color: #3498db;
}
.entry-text {
	font-size: .875em;
	line-height: 23px;
	padding-top: 10px;
}
.post-content .btn {
	background-color: #3498db;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #ffffff;
	font-size: .75em;
	font-weight: 800;
	margin-top: 15px;
	padding: 10px 15px;
	text-transform: uppercase;
}
.post-content .btn:hover {
	background-color: #ffffff;
	border-color: #3498db;
	color: #3498db;
}


/* Subscribe Section */

.subscribe-section {
	background: #3498db;
	padding: 60px 0px;
}
.subscribe-section p {
	margin: 0px;
}
.subscribe-section input {
	max-width: 510px;
	display: inline-block;
}
.subscribe-section .form-control {
	margin: 0px !important;
}
.subscribe-section .btn {
  background: #ffffff !important;
  border-radius: 0px;
  color:  #3498db !important;
  padding: 11px 50px !important;
  max-width: 200px;
  font-weight: normal !important;
  margin-top: -1px;
  margin-left: 10px;
}
img.img-block{
	display:block;
	margin:0 auto;
}







/* faq */
.fa-plus-square:before,.fa-minus-square:before {
    content: "Q"!important;
}
.arconix-toggle-title i.fa {
    margin-right: 15px;
    color: #000!important;
}
h1.faq-title{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 35px;
}
.faq-area{
	margin-left:20px;
}
.pages-block h3.faq-question{
	margin: 20px 0 3px;
	font-size: 1.0em;
	font-weight: bold;
}

.faq-answer table{
	table-layout: fixed;
	width:100%;
}
.faq-answer table th{
	text-align: left;
	vertical-align: top;
	line-height: 25px;
	width: 25px;
	font-weight:normal;
}
.toggle_box{
    display:none;
    color:#fff;
    background-color:#f26c4f;
    padding:20px;
    margin-top:20px;
}
.arconix-toggle-wrap {
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 0px!important;
    background: none!important;
    color: #000!important;
    border:0!important;
    border-bottom: 1px solid #d0d0d0!important;
    margin: 0!important;
    padding: 5px 10px!important;
}
.arconix-toggle-content {
    margin-left: 10px;
    padding: 15px 0px!important;
}

ul.popular-faq{
	padding:5px;
}
ul.popular-faq li:nth-child(1),ul.popular-faq li:nth-child(2),ul.popular-faq li:nth-child(3){
	background-image: url(../../images/background/no1.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	width:100%;
	border-bottom:1px solid #bbbbbb;
}
ul.popular-faq li:nth-child(2){
	background-image: url(../../images/background/no2.png);
	background-repeat: no-repeat;
}
ul.popular-faq li:nth-child(3){
	background-image: url(../../images/background/no3.png);
	background-repeat: no-repeat;
}
ul.popular-faq li a{
	color:#000000;
	font-size:0.8em;
}
ul.popular-faq li a:hover{
	text-decoration:underline;
}

.btn{
    background-color:#bbbbbb;
    padding:10px;
}
.btn.active{
    background-color:#1b325f;
    padding:10px;
    color:#fff;
}
.btn:hover{
    cursor:pointer;
}
.box{
    background-color:#132343;
    width:100%;
    height:20px;
    margin-top:20px;
    margin-bottom:20px;
}


/* Contact Section */
.map-container img{
	max-width: inherit;
	height: inherit;
}
.google-map-container {
	width: 100%;
	height: 600px;
}

.message-details {
	padding: 60px 0px;
}
.message-details input,
.subscribe-section input {
	padding: 21px 20px !important;
}
.message-details .form-control,
.subscribe-section .form-control {
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	box-shadow: none;
	font-size: .875em;
	padding: 20px;
	margin-bottom: 15px;
}
.message-details .btn,
.subscribe-section .btn {
	background-color: #3498db;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #ffffff;
	font-size: .875em;
	font-weight: 800;
	width: 100%;
	padding: 12px 16px;
	text-transform: uppercase;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.message-details .btn:hover,
.subscribe-section .btn:hover {
	background-color: #ffffff;
	border-color: #3498db;
	color: #3498db;
}

/* Blog Post Single Page */

.main-content {
	padding-top: 40px;
}
.blog-post-singgle-page .post-meta {
	position: relative;
}
.blog-post-singgle-page .author-avatar {
	float: left;
	width: 60px;
	height: 60px;
}
.blog-post-singgle-page .entry-meta-content {
	display: inline-block;
	padding-left: 15px;
}
.blog-post-singgle-page .post-content {
	border-bottom: 2px solid #3498db;
	padding-bottom: 40px;
	padding-top: 50px;
}
.blog-post-singgle-page blockquote {
	border-left: 4px solid #3498db;
	font-size: .93em;
	font-style: italic;
	margin-left: 50px;
	color: #6f7678;
	background: #f7f7f7;
	padding: 15px 25px;
	line-height: 25px;
	position: relative;
	z-index: 1;
}
.blog-post-singgle-page blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	top: 10px;
	color: #C9CBCB;
	left: 15px;
	font-size: 2em;
	z-index: -1;
}
.comments {
	padding: 60px 0px;
}
.comment {
	color: #6f7678;
	padding: 20px 0px;
}
.comment-title {
	color: #6f7678;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.title-icon {
	padding-right: 10px;
}
.comments-details {
	border-bottom: 1px solid #d7dee0;
	padding-bottom: 40px;
}
.comment-author {
	float: left;
	width: 90px;
	height: 90px;
}
.comment-author img {
	max-width: 100%;
	max-height: 100%;
}
.comment-content {
	padding-left: 95px;
}
.comment .author-name {
	font-weight: 700;
	font-size: 1.25em;
	text-transform: uppercase;
}
.comment-date {
	font-size: .78em;
}
.comment-content p {
	font-size: .875em;
	line-height: 23px;
	padding-top: 10px;
}
.child {
	padding-left: 95px;
}
.comment-content .btn {
	background-color: #3498db;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #ffffff;
	font-size: .875em;
	font-weight: 700;
}
.comment-content .btn-icon {
	padding-right: 5px;
}
.comment-content .btn:hover {
	background-color: #ffffff;
	border-color: #3498db;
	color: #3498db;
}
.leave-comment {
	padding: 60px 0px 20px 0px;
}
.leave-comment .title {
	color: #6f7678;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.commentform input,
.commentform textarea {
	border: 1px solid #d7dee0;
	font-size: .875em;
	margin-bottom: 15px;
	padding: 10px 20px;
}
.submit-btn {
	background-color: #3498db;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #ffffff;
	font-size: .875em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.submit-btn:hover {
	background-color: #ffffff;
	border-color: #3498db;
	color: #3498db;
}

/* Blog Sidebar */
.blog-sidebar {
	padding-left: 30px;
}
.blog-sidebar .widget {
	padding-bottom: 40px;
}
.blog-sidebar .widget-title {
	color: #6f7678;
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.blog-sidebar a {
	color: #869093;
}
.blog-sidebar a:hover {
	color: #3498db;
}
.category-list li {
	display: block;
}
.category-list a {
	font-size: .875em;
	padding: 3px 0px;
	display: inline-block;
}

.recent-post li {
	display: block;
	font-size: .875em;
	padding-bottom: 10px;
}
.recent-post .post-title {
	font-size: 1.1em;
	text-transform: capitalize;
}
.recent-post .post-meta {
	border: none;
	padding: 0px 0px;
}

.tag-cloud-wrapper a {
	border: 1px solid #6f7678;
	display: inline-block;
	font-size: .8em;
	padding: 5px 10px;
	margin: 0px 2px 5px 0px;
}
.tag-cloud-wrapper a:hover {
	background-color: #3498db;
	border-color: #3498db;
	color: #ffffff;
}

.archive-list li {
	display: block;
	font-size: .87em;
	padding-bottom: 5px;
}
.archive-list .count {
	position: relative;
	padding: 0 5px;
	margin-left: 10px;
}
.archive-list .count:before {
	content: '(';
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.archive-list .count:after {
		content: ')';
position: absolute;
right: 0px;
top: 0px;
}
.archive-list li:hover {
	color: #3498db;
}

.widget_calendar td a,
.widget_calendar td a:after {
	-webkit-transition: all .20s ease;
	-moz-transition: all .20s ease;
	-ms-transition: all .20s ease;
	-o-transition: all .20s ease;
	transition: all .20s ease;
}
.widget_calendar table {
	width: 100%;
	text-align: center;
}
.widget_calendar caption {
	color: #6f7678;
	text-align: center;
	font-weight: bold;
	line-height: 23px;
	font-size: 1.15em;
	height: 40px;
	border: 1px solid #e6e6e6;
	border-bottom: none;
	border-bottom: none;
}
.widget_calendar tbody{
	border: 1px solid #e6e6e6;
	border-top: none;
}
.widget_calendar th {
	color: #ffffff;
	height: 40px;
	text-align: center;
	border: 1px solid #3498db;
	background-color: #3498db;
}
.widget_calendar td {
	height: 40px;
	text-align: center;
	border: 1px solid #e6e6e6;
	font-size: .875em;
}
.widget_calendar td a{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 38px;
	position: relative;
	z-index: 0;
	font-weight: 700;
	font-size: 1.15em;
}
.widget_calendar td a:after{
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	bottom: 8px;
	right: 8px;
	background-color: transparent;
	z-index: -1;
}
.widget_calendar td a:hover{
	color: #ffffff;
}
.widget_calendar td a:hover:after {
	top: 0px;
	left: 0px;
	bottom: 0px;
	right:0px;
	background-color: #3498db;
}
.rss-icon {
	color: #FF6600;
	padding-right: 10px;
}
.widget_rss li {
	display: block;
	font-size: .875em;
	padding-bottom: 5px;
}
/* Scroll To Top */

.scroll-to-top {
	position: fixed;
	right: 35px;
	bottom: 35px;
	font-size: 1.15em;
	height: 40px;
	width: 40px;
	background-color: #666;
	line-height: 38px;
	color: #ffffff;
	text-align: center;
	opacity: .3;
	cursor: pointer;
}
.scroll-to-top:hover {
	opacity: 0.5;
}
/* Footer Section */
footer {
	background-color: #333333;
	color: #000000;
	font-size: 0.8em;
	margin-top: 30px;
}
footer a img,footer a:hover img{
	background:transparent;
}
footer img.logo_f{
	width:293px;
}
.footer-bottom{
	background-color:#33CC33;
}
footer p,
footer a {
	color: #ffffff;
	line-height: 20px;
}
.footer-top {
	padding-top: 50px;
}
.footer-top span.address {
	line-height: 2.5em;
}
.mgb10 {
	margin-bottom: 10px;
}
.copyright {
	line-height: 1.6;
    text-align: center;
    margin: 8px auto;
    color:#FFFFFF;
}
.f-menu {
	font-size: 1.0em;
}
.f-menu ul{
	color: #fff;
}
.f-menu li {
    text-indent: -1em;
    margin-top: 5px;
    display: list-item;
    line-height: 1.4;
    text-align: left;
}
.f-menu li a {
    font-size: 1.0em;
    color: #ffffff;
    line-height: 1.2;
    margin-left: 1em;
}
footer ul li a{
	color:#ffffff;
}
footer ul li a:hover{
	color: #ffffff;
	text-decoration:underline;
}


/* product list,table */
ul.products{
	margin:10px 10px 10px 25px;
}
ul.products-cleanroom li{
	display: list-item;
	list-style: url(../../images/title/komidashi_01B.png);
	font-size: 0.9em;
	line-height: 2.0em;
}
ul.products-cleanroom li:nth-child(odd){
	list-style: url(../../images/title/komidashi_01A.png);
}
ul.products-airshower li{
	display: list-item;
	list-style: url(../../images/title/komidashi_02B.png);
	font-size: 0.9em;
	line-height: 2.0em;
}
ul.products-airshower li:nth-child(odd){
	list-style: url(../../images/title/komidashi_02A.png);
}
ul.products-cleanbooth li{
	display: list-item;
	list-style: url(../../images/title/komidashi_03B.png);
	font-size: 0.9em;
	line-height: 2.0em;
}
ul.products-cleanbooth li:nth-child(odd){
	list-style: url(../../images/title/komidashi_03A.png);
}
ul.products-cleanbench li{
	display: list-item;
	list-style: url(../../images/title/komidashi_04B.png);
	font-size: 0.9em;
	line-height: 2.0em;
}
ul.products-cleanbench li:nth-child(odd){
	list-style: url(../../images/title/komidashi_04A.png);
}
ul.products-kanseneq li{
	display: list-item;
	list-style: url(../../images/title/komidashi_05B.png);
	font-size: 0.9em;
	line-height: 2.0em;
}
ul.products-kanseneq li:nth-child(odd){
	list-style: url(../../images/title/komidashi_05A.png);
}
ul.products-aircurtain li{
	display: list-item;
	list-style: url(../../images/title/komidashi_06B.png);
	font-size: 0.9em;
	line-height: 2.0em;
}
ul.products-aircurtain li:nth-child(odd){
	list-style: url(../../images/title/komidashi_06A.png);
}
ul.products-cleaneq li{
	display: list-item;
	list-style: url(../../images/title/komidashi_07B.png);
	font-size: 0.9em;
	line-height: 2.0em;
}
ul.products-cleaneq li:nth-child(odd){
	list-style: url(../../images/title/komidashi_07A.png);
}
ul.products-cleansupply li{
	display: list-item;
	list-style: url(../../images/title/komidashi_08B.png);
	font-size: 0.9em;
	line-height: 2.0em;
}
ul.products-cleansupply li:nth-child(odd){
	list-style: url(../../images/title/komidashi_08A.png);
}
ul.products-deodoreq li{
	display: list-item;
	list-style: url(../../images/title/komidashi_09B.png);
	font-size: 0.9em;
	line-height: 2.0em;
}
ul.products-deodoreq li:nth-child(odd){
	list-style: url(../../images/title/komidashi_09A.png);
}
.pages-block table.products{
	font-size: 0.9em;
	margin:10px 0 30px 0;
}
table.products th{
	width:20%;
}
h5.products{
	text-decoration:underline;
	margin-top: 20px;
}


/* searchform */
.searchform input[type="text"],.searchform input[type="submit"]{
	display: inline-block;
	width:250px;
}
#secondary .searchform input[type="text"],#secondary .searchform input[type="submit"]{
	width:160px;
}
.searchform input[type="submit"]{
	width:60px;
	background-color:#60AFFF;
	color:#FFFFFF;
	border-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#secondary .searchform input[type="submit"]{
	width:56px;
}
.searchform input[type="text"]{
	border: 1px solid #bbbbbb;
}

/* contact */
table.contact-form tr{
	border-top:1px #bbbbbb;
}
table.contact-form th{
	font-weight:normal;
}

ol.priv li{
	display:list-item;
}


/* en cn */
.encn-w{
	width:75%;
}
