@charset "utf-8";


@media screen and (min-width: 640px) and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

hr {border:0; height:1px; background-color:#ccc;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
a:hover img {
	opacity: 0.7;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 70);
		filter: alpha(opacity = 70);
	transition: all 0.3s;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
em{font-weight: bold;}

body{
font: 14px/1.6 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
-webkit-text-size-adjust: none;
//background:#fcfcfc;
background:linear-gradient(#e6e6e6, #fff) repeat scroll 0% 0% transparent;
//background: url(images/bg012_09.gif) repeat #fcfcfc;
}


/* リンク設定
------------------------------------------------------------*/
a{
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#39F;
}

a:hover, a:active{
outline: none;
color:#6f6f6f;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="email"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:20px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:100%;
}

#header{
	background-color: #fff;
	overflow:hidden;
}

#content{
	margin: 22px 20px 30px;
}

#sidebar{
width:234px;
margin:0 auto;
padding:0 0 50px;
}

#footer{
	clear:both;
	background-color: #0D2A66;
}


/* ヘッダー
*****************************************************/

/* トップバー
----------------------------------*/
#header #topbar {
	background:#114D85;
	color: #fff;
	margin: 0;
	padding: 2px 5px;
}


/* サイト説明文
----------------------------------*/
#header #topbar p#description {
	padding: 5px;
	font-size: 9px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header #site_logo{
clear:both;
float:left;
padding:10px 5px 5px;
color: #515151;
font-size:160%;
font-weight:bold;
}


/* コンタクト
----------------------------------*/
.contact{
float:right;
padding:5px 5px 5px;
text-align:right;
color:#000;
font-size:90%;
}

.contact .tel{
margin-bottom:-3px;
font-size:180%;
font-family:Arial, Helvetica, sans-serif;
}

/* 他国語カタログリンク
----------------------------------*/
.header_catalog {
	margin: 0 0 5px;
}

.header_catalog img {
	vertical-align: middle;
	margin-right: 5px;
}

.header_catalog a {
	padding: 0 3px;
}

.header_catalog a img {

}


/* メインメニュー
------------------------------------------------------------*/
nav#mainNav{display:none;}

nav#mainNavResponsive{}
nav#mainNavResponsive ul li a span{padding:0 0 0 5px; font-size:70%; color:#e6e6e6; font-weight:normal;}
nav#mainNavResponsive ul li.current-menu-item a, nav#mainNavResponsive ul li a:hover, nav#mainNavResponsive ul li.current-menu-parent a{
	background:linear-gradient(#ccc, #000) repeat scroll 0% 0% transparent;
}
nav#mainNavResponsive ul li li, nav#mainNavResponsive ul li.current-menu-parent li a{
	background:#155FA4;
}
nav#mainNavResponsive ul li.current-menu-parent li a:hover{
	background:linear-gradient(#ccc, #000) repeat scroll 0% 0% transparent;
}


/* トップページ　メイン画像
----------------------------------*/
h1#mainImg{
margin-top:20px;
clear:both;
line-height:0;
text-align:center;
z-index:0;
}

.post{
margin:0;
padding:20px 10px 20px 10px;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

.toppage{padding:0;}

/* スライドショー */
.main_slider {
	margin-top: 20px;
}

/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h1.title{
clear:both;
margin:10px 0 10px 10px;
padding:7px 10px 7px 10px;
font-size:150%;
color:#000;
font-weight: bold;
border-left:5px solid #114D85;
border-bottom:0;
//background: url(images/h1_bg.gif) repeat-x;
}

#post_info {
	margin: 0 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

#post_info:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}

span.dateLabel{
float: left;
text-align:left;
font-weight:bold;
color:#858585;
}

span.topics, span.exhibit, span.commend, span.media, span.example, span.introduce-products, span.factory {
	float: left;
	font-size: 11px;
	text-align: center;
	word-break: break-all;
	word-wrap: break-word;
	margin-left: 10px;
}

span.topics a, span.exhibit a, span.commend a, span.media a, span.example a, span.introduce-products a, span.factory a {
	border-radius: 4px;
	margin: 1px 0px;
	color: #fff;
	width: 80px;
	display: block;
}


span.oriami {
	float: left;
	font-size: 11px;
	text-align: center;
	word-break: break-all;
	word-wrap: break-word;
	margin-left: 0;
}
span.oriami a {
	margin: 1px 0px;
	color: #66cc00;
	padding: 0 0 0 5px;
	display: inline-block;
}
span.oriami::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 10px;
	border: 4px solid transparent;
	border-right: 0 solid transparent;
	border-left: 6px solid #66cc00;
}

span.example-child {
	float: left;
	font-size: 11px;
	text-align: center;
	word-break: break-all;
	word-wrap: break-word;
	margin-left: 0;
}
span.example-child a {
	margin: 1px 0px;
	color: #66cc00;
	padding: 0 0 0 5px;
	display: inline-block;
}
span.example-child::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 10px;
	border: 4px solid transparent;
	border-right: 0 solid transparent;
	border-left: 6px solid #66cc00;
}


span.topics a {
	background-color: #AD3438;
	border: 1px solid #AD3438;
}

span.topics a:hover {
	background-color: #fff;
	color: #AD3438;
	border: 1px solid #AD3438;
}

span.commend a {
	background-color: #3B673C;
	border: 1px solid #3B673C;
}

span.commend a:hover {
	background-color: #fff;
	color: #3B673C;
	border: 1px solid #3B673C;
}

span.exhibit a {
	background-color: #3F589B;
	border: 1px solid #3F589B;
}

span.exhibit a:hover {
	background-color: #fff;
	color: #3F589B;
	border: 1px solid #3F589B;
}

span.media a {
	background-color: #CAC73A;
	border: 1px solid #CAC73A;
}

span.media a:hover {
	background-color: #fff;
	color: #CAC73A;
	border: 1px solid #CAC73A;
}

span.example a {
	background-color: #66cc00;
	border: 1px solid #66cc00;
}

span.example a:hover {
	background-color: #fff;
	color: #66cc00;
	border: 1px solid #66cc00;
}

span.introduce-products a {
	background-color: #660099;
	border: 1px solid #660099;
}

span.introduce-products a:hover {
	background-color: #fff;
	color: #660099;
	border: 1px solid #660099;
}

span.factory a {
	background-color: #F1A430;
	border: 1px solid #F1A430;
}

span.factory a:hover {
	background-color: #fff;
	color: #F1A430;
	border: 1px solid #F1A430;
}


.post p{padding-bottom:10px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-left: 5px;
padding-bottom:2px;
font-size:130%;
font-weight:bold;
border-bottom:2px solid #0d2a66;
}

.post h3{
	margin:10px 0 10px 5px;
	padding-left: 5px;
	font-size: 110%;
	font-weight: bold;
	border-left: 5px solid #114D85;
	//border-bottom:1px solid #515151;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}

.post blockquote p{padding:5px 0;}

.post table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
max-width:100%;
}

.post table th{
padding:10px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background:#efede7;
}

.post table td{
padding:10px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
vertical-align: middle;
}

.post dt{
	font-weight:bold;
	border-bottom: 1px dotted #333;
	padding: 5px 0 2px;
}

.post dd{
	padding-bottom:10px;
	margin-top: 5px;
}

.post img{max-width:99%;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}

ul.easy_tab  {
	margin-bottom: 20px;
	list-style: none outside none;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #CCC;
}


ul.easy_tab li {
	font-size: 110%;
	float: left;
	margin: 0px 0px 0px 1px;
	background: none;
	padding-left: 0;
	font-weight: bold;
}

ul.easy_tab li a {
	display: block;
	padding: 5px 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-radius: 4px 4px 0px 0px;
	color: #333;
}

ul.easy_tab li.selected {
	position: relative;
	z-index: 2;
	margin-top: 0px;
	color: #FFF;
	background-color: #114D85;
	display: block;
	padding: 5px 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-radius: 4px 4px 0px 0px;
	font-size: 110%;
}

ul.easy_tab:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}

ul.easy_tab_perfo {
	margin-bottom: 20px;
	list-style: none outside none;
}

ul.easy_tab_perfo li {
	font-size: 110%;
	float: left;
	margin: 0px 0px 0px 1px;
	background: none;
	padding-left: 0;
	font-weight: bold;
}

ul.easy_tab_perfo li a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #CCC;
	border-radius: 4px 4px 4px 4px;
	color: #333;
	background-color: #fff;
}

ul.easy_tab_perfo li.selected, ul.easy_tab_perfo li a:hover {
	position: relative;
	z-index: 2;
	margin-top: 0px;
	color: #FFF;
	background-color: #114D85;
	display: block;
	padding: 5px 10px;
	border: 1px solid #CCC;
	border-radius: 4px 4px 4px 4px;
}

ul.easy_tab_perfo:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}


.clear {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}


/* 開孔率自動計算
----------------------------------*/
div.auto-calc {
	margin: 10px 0px;
	padding: 10px;
	height: auto;
	border: 1px solid #CCC;
	border-radius: 4px;
}

div.auto-calc div.auto-calc-l {
	width: 300px;
	float: left;
}

div.auto-calc div.auto-calc-r {
	margin-left: 320px;
}

div.auto-calc div.auto-calc-r form.input {
    background: none repeat scroll 0% 0% #E6E6E6;
    padding: 10px;
}

div.auto-calc div.auto-calc-r em {
    font-size: 110%;
}

div.auto-calc div.auto-calc-r span.inputlabel {
    width: 20px;
    display: inline-block;
}

div.auto-calc div.auto-calc-r input[type="text"] {
    height: 20px;
    line-height: 20px;
    margin-left: 10px;
}

div.auto-calc div.auto-calc-r input[type="button"] {
    padding: 2px 6px;
    background: linear-gradient(to bottom, #878787 0%, #6F6F6F 100%) repeat scroll 0% 0% transparent;
    border: 0px none;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 100%;
    color: #FFF;
    margin: 10px 10px 5px;
}

div.auto-calc:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}

/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
border:1px solid #d5d5d5;
background: #fff;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

p.banner{
	margin: 10px 0 15px;
	text-align: center;
}

p.banner img{
max-width:234px;
height:auto;
}

section.widget h3{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

section.widget li a{
color: #0D2A66;
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow.gif) no-repeat 0 12px;
border-bottom:1px dashed #dcdcdc;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow.gif) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}



/* フッター
*****************************************************/
#footer ul{
	padding:10px 0 15px;
	text-align:right;
}

#footer li{
display:inline-block;
padding: 5px 16px;
font-size: 85%;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
	text-decoration: none;
	color: #fff;
}

#footer ul ul{display:none;}

#copyright{
clear:both;
margin: 0 auto;
padding:17px 0 30px;
text-align:center;
color:#fff;
font-size:10px;
border-top: 1px solid #d5d5d5;
width: 90%;
}


/* パンくずリスト
------------------------------------------------------------*/
#breadcrumb{
	color: #333;
	clear: both;
	margin: 10px 10px 0 10px;
	font-size: 12px;
}

#breadcrumb a{
	color: #39F;
	text-decoration: none;
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 20px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新情報
------------------------------------------------------------*/
#mews_area_top_title {
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	background:linear-gradient(#eeeeee, #fcfcfc) repeat scroll 0% 0% transparent;
	border-bottom: 2px solid #0d2a66;
	border-radius: 4px 4px 0 0;
}

#mews_area_top_title h2{
	font-weight: bold;
	font-size: 130%;
	border-left: 10px solid #114D85;
	margin: 5px 0 ;
	padding-left: 10px;
}

#news_area_top {
	height: 500px;
	overflow-y: scroll;
	margin-top: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#news_area_top:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}

#news_area_top .articles_top {
	margin: 0 5px;
	padding: 5px 0;
	height: 60px;
	border-bottom: 1px dashed #dcdcdc;
	overflow: hidden;
}

#news_area_top .articles_top a.articles_thumb_top img {
	border: 1px solid #ccc;
	padding: 2px;
	float: left;
	margin: 0 15px 5px 5px;
}

#news_area_top .articles_top span {
	float: left;
}

#news_area_top .articles_top a {
	font-size:90%;
}


#mews_area_top_title span#newslist, #mews_area_top_title span#newslist {
	float: right;
	margin: 2px 10px 0 0;
	font-size:120%;
	font-weight: bold;
}

#mews_area_top_title span#newslist a, #mews_area_top_title span#newslist a {
	border-radius: 4px;
	width: 150px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #0D2A66;
	border: 1px solid #0D2A66;
}


/* トップページ おりあみ誘導
------------------------------------------------------------*/
#top_oriami {
	margin: 10px 0 0 0;
	background-image:url("images/banners/bg_top_oriami_01.png");
	background-repeat:no-repeat;
	background-size: contain;
	min-width:100%;
	height:auto;
}
#top_oriami ul{padding:14% 3% 2% 3%;}
#top_oriami ul li.yahoo{margin:0 0 0 0; float:left; width:50%;}
#top_oriami ul li.yodobashi{margin:0 0 0 0; float: left; width:50%;}
#top_oriami ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}


/* トップページ Yahooストア
------------------------------------------------------------*/
#yahoo_store {
	margin: 10px 0 0;
	text-align:center;
}


/* トップページ ピックアップ
------------------------------------------------------------*/
#pickup {
	margin: 10px 0 0;
	text-align:center;
}

#pickup a {
	margin: 0 1px;
}
#pickup a img{
	width:49%;
}


/* トップページ バナー
------------------------------------------------------------*/
#product_banner {
	margin: 30px 0;
}


#product_banner a {
	margin: 0;
	padding: 0;
}

#product_banner a img {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 31%;
}

#outlink_banner {
	margin: 30px 0;
}

#outlink_banner a {
	margin: 0;
	padding: 0;
}

#outlink_banner a img {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 30%;
	border: 1px solid #ccc;
	vertical-align: middle;
}

/* トップページ 外部リンクバナータイトル
------------------------------------------------------------*/
#outlink_banner_top_title {
	font-weight: bold;
	font-size: 130%;
	border-left: 10px solid #114D85;
	margin: 5px 10px;
	padding-left: 10px;
}

/* トップページ 製品を探す
------------------------------------------------------------*/

#search_area_top_title {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	background:linear-gradient(#eeeeee, #fcfcfc) repeat scroll 0% 0% transparent;
	//border-bottom: 2px solid #0d2a66;
	border-radius: 4px 4px 0 0;
}

#search_area_top_title h2{
	font-weight: bold;
	font-size: 130%;
	border-left: 10px solid #114D85;
	border-bottom: none;
	margin: 5px 0 ;
	padding-left: 10px;
	padding-bottom: 0;
}

#search_area_top {
	border: 1px solid #ccc;
	background-color: #fff;
}

#search_area_top #field ul, #search_area_top #func ul {
	margin: 0;
	padding: 0;
}

#search_area_top #field ul:after, #search_area_top #func ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}

#search_area_top #field ul li, #search_area_top #func ul li {
	list-style-type: none;
	background: none;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	width: 48%;
}

#search_area_top #field ul li a, #search_area_top #func ul li a {
	height: 60px;
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	background: radial-gradient(#e2e2e2, #fff);
}

#search_area_top #field ul li a:hover, #search_area_top #func ul li a:hover {
	background: radial-gradient(#fff, #e2e2e2);
}

#search_area_top #field ul li a img, #search_area_top #func ul li a img {
	float: left;
	border: 1px solid #e6e6e6;
	margin: 2px;
	padding: 2px;
	margin-right: 10px
}

#search_area_top #field ul li a span.list_title, #search_area_top #func ul li a span.list_title {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	padding-right: 3px;
	line-height: 100%;
}

#search_area_top #field ul li a span.list_subtitle, #search_area_top #func ul li a span.list_subtitle {
	color: #0D2A66;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	padding-right: 3px;
	line-height: 100%;
}

#search_area_top #search_tab {
	margin-top: 10px;
}

#search_area_top #search_tab ul li a {
	display: block;
	padding: 5px 10px;
	//background:linear-gradient(#1767b2, #333) repeat scroll 0% 0% transparent;
	//border-top: 2px solid #0d2a66;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 4px 4px 0 0;
}


/* 製品を探す
------------------------------------------------------------*/

#search_area_title {
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	background:linear-gradient(#eeeeee, #fcfcfc) repeat scroll 0% 0% transparent;
	border-bottom: 2px solid #0d2a66;
	border-radius: 4px 4px 0 0;
}

#search_area_title h2{
	font-weight: bold;
	font-size: 130%;
	border-left: 10px solid #114D85;
	border-bottom: none;
	margin: 5px 0 ;
	padding-left: 10px;
	padding-bottom: 0;
}

#search_area_title span#catalog, #search_area_top_title span#catalog {
	float: right;
	margin: 2px 10px 0 0;
	font-size:120%;
	font-weight: bold;
}

#search_area_title span#catalog a, #search_area_top_title span#catalog a {
	border-radius: 4px;
	width: 150px;
	display: block;
	text-align: center;
	color: #fff;
	background-color: #0D2A66;
	border: 1px solid #0D2A66;
}

#search_area_title span#catalog a:hover, #search_area_top_title span#catalog a:hover {
	color:#0D2A66;
	background-color: #fff;
	border: 1px solid #0D2A66;
}

#search_area {
	border: 1px solid #ccc;
	padding: 5px 10px 0 10px;
	background-color: #fff;
}

#search_area #field ul, #search_area #func ul {
	margin: 0;
	padding: 0;
}

#search_area #field ul:after, #search_area #func ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}

#search_area #field ul li, #search_area #func ul li {
	list-style-type: none;
	background: none;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	width: 48%;
}

#search_area #field ul li a, #search_area #func ul li a {
	height: 60px;
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	background: radial-gradient(#e2e2e2, #fff);
}

#search_area #field ul li a:hover, #search_area #func ul li a:hover {
	background: radial-gradient(#fff, #e2e2e2);
}

#search_area #field ul li a img, #search_area #func ul li a img {
	float: left;
	border: 1px solid #e6e6e6;
	margin: 2px;
	padding: 2px;
	margin-right: 10px
}

#search_area #field ul li a span.list_title, #search_area #func ul li a span.list_title {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	padding-right: 3px;
	line-height: 100%;
}

#search_area #field ul li a span.list_subtitle, #search_area #func ul li a span.list_subtitle {
	color: #0D2A66;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-top: 10px;
	line-height: 100%;
}


/* トップページ フッター
------------------------------------------------------------*/
#footer_banner {
	clear: both;
	height: 100px;
	width: 695px;
	margin: 10px 0 20px 20px;
}

#footer_fb {
//	clear: both;
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
//	width: 690px;
//	height: 430px;
}


/* 最新情報
------------------------------------------------------------*/
#mews_area_title {
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	background:linear-gradient(#eeeeee, #fcfcfc) repeat scroll 0% 0% transparent;
	border-bottom: 2px solid #0d2a66;
	border-radius: 4px 4px 0 0;
}

#mews_area_title h2 {
	font-weight: bold;
	font-size: 130%;
	border-left: 10px solid #114D85;
	margin: 5px 0 ;
	padding-left: 10px;
}

#news_area {
	margin-top: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#news_area:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}

#news_area .articles {
	margin: 0 5px;
	padding: 5px 0;
	height: 90px;
	border-bottom: 1px dashed #dcdcdc;
	overflow: hidden;
}
#news_area .articles a {
	font-size:90%;
}
#news_area .articles p {
	font-size:90%;
}
#news_area .articles a.articles_thumb img {
	border: 1px solid #ccc;
	padding: 2px;
	float: left;
	margin: 0 15px 5px 5px;
}

#news_area .articles span {
	float: left;
}

#news_area .articles:last-child{ border:0; }

div.wp-pagenavi {
	margin-top: 10px;
}

div.wp-pagenavi a, .wp-pagenavi span {
	background-color: #fff;
}

/* 個別記事 最新情報
------------------------------------------------------------*/
#mews_area_related_title {
	margin: 10px 0 0 0;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	//background:linear-gradient(#eeeeee, #fcfcfc) repeat scroll 0% 0% transparent;
	border-bottom: 2px solid #0d2a66;
	//border-radius: 4px 4px 0 0;
}

#mews_area_related_title h2{
	font-weight: bold;
	font-size: 120%;
	border-left: 5px solid #114D85;
	margin: 5px 0 ;
	padding-left: 10px;
}

#news_area_related {
	margin-top: 5px;
	margin-left: 0;
	//border: 1px solid #ccc;
}

#news_area_related:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}

#news_area_related .articles_related {
	margin: 0 5px;
	padding: 5px 0;
	height: 60px;
	border-bottom: 1px dashed #dcdcdc;
	overflow: hidden;
}

#news_area_related .articles_related a {
	font-size:90%;
}

#news_area_related .articles_related a.articles_thumb_related img {
	border: 1px solid #ccc;
	padding: 2px;
	float: left;
	margin: 0 15px 5px 5px;
}

#news_area_related .articles_related span {
	float: left;
}


/* 製品ページ 一覧
------------------------------------------------------------*/
.child_page_block {
	float: left;
	clear: both;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 0px #FFF inset;
}

.child_page_block a img {
	float: left;
	display: block;
	border: 1px solid #CCC;
	margin: 5px 13px 10px 10px;
}

.child_page_block h2.products_title {
	border: none;
	font-size: 120%;
	padding: 0px 0px 2px;
	margin: 10px 10px 5px;
}

.child_page_block h2.products_title a, .child_page_block h2.products_title a:hover {
	color: #114D85;
}

.child_page_block .childText {
	display: block;
	overflow: hidden;
	padding:0 10px 0 0;
}

.child_page_block .childText p {
	margin-top: 8px;
	padding: 0;
}

.child_page_block .childText p.products_summary {
	font-size: 90%;
	line-height: 140%
}

.child_page_block .childText .moreLink {
	margin-bottom: 0px;
	height: auto;
	display: block;
}

.child_page_block .childText .moreLink a {
	text-align: center;
	margin-top: 5px;
	display: inline-block;
	overflow: hidden;
	font-size: 10px;
	line-height: 105%;
	text-decoration: none;
	background-color: #3F589B;
	color: #FFF;
	padding: 5px 15px 5px 20px;
	border-radius: 5px;
	border: 1px solid #3F589B;
}

.child_page_block .childText .moreLink a:hover {
	color: #3F589B;
	background-color: #fff;
	border: 1px solid #3F589B;
}

ul.products_search_field, ul.products_search_func {
	margin: 0;
	padding: 0 0 3px 0;
}

ul.products_search_field li, ul.products_search_func li {
	float: left;
	font-size: 11px;
	text-align: center;
	word-break: break-all;
	word-wrap: break-word;
	margin-left: 5px;
	margin-bottom: 0;
	background: none;
	padding: 0;
}

ul.products_search_field li a {
	background-color: #AD3438;
	border-radius: 4px;
	color: #FFF;
	width: 80px;
	display: block;
	border: 1px solid #AD3438;
}

ul.products_search_field li a:hover {
	border: 1px solid #AD3438;
	color: #AD3438;
	background-color: #FFF;
}

ul.products_search_func li a {
	background-color: #CAC73A;
	border-radius: 4px;
	margin: 2px 0px;
	color: #FFF;
	width: 80px;
	display: block;
	border: 1px solid #CAC73A;
}

ul.products_search_func li a:hover {
	border: 1px solid #CAC73A;
	color: #CAC73A;
	background-color: #FFF;
}

ul.products_search_field:after, ul.products_search_func:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}


/* カタログ一覧
------------------------------------------------------------*/
#post-1879 img{
	width:50px;
	height:71px;
}


/* お問合せ
------------------------------------------------------------*/
#post-188 table{}
#post-188 table td:nth-of-type(1){width:30%;}
#post-188 table td:nth-of-type(2){width:70%;}

#post-188 input[type="text"], input[type="email"],  input[type="tel"], textarea{width:80%;}

#post-188 p a img{width:45%;}



/* 会社案内 よくある質問
------------------------------------------------------------*/
dt.question {
	padding: 5px 0 2px 45px;
	background:url(images/ico_question.png) no-repeat 0 1px;
	font-size: 110%;
	display: block;
	//border-bottom: 1px dotted #333;
}

dd.anser {
	padding: 5px 0 2px 45px;
	background:url(images/ico_anser.png) no-repeat 0 1px;
	display: block;
	margin-bottom: 15px;
}



/* 製品を探す　キーワードから探す
------------------------------------------------------------*/
#search_area #search{
  padding: 0;
  margin: 0 5px 20px 10px;
  font-size:0;
}

#search_area #search input[type="text"]{
  vertical-align:middle;
  width:calc(100% - 83px);
  line-height:30px;
  height:32px;
  padding:1px 5px;
  border:1px solid #DFE2E4;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  font-size:14px;
  color:#555;
  background:#fcfcfc;
}

#search_area #search input[type="submit"]{
  vertical-align:middle;
  padding:3px 8px 3px 24px;
  margin:0 0 0 10px;
  background:#114D85;
  border:0;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  line-height:30px;
  font-size:14px;
  color:#fff;
  text-shadow:1px 1px 1px #0C375F;
  background-image:url(images/icon_search_01.png);
  background-repeat:no-repeat;
  background-position:7px 12px;
}

#search_area #search input[type="submit"]:hover{
  background:#155FA4;
  background-image:url(images/icon_search_01.png);
  background-repeat:no-repeat;
  background-position:7px 12px;
}



/* キーワードから探す（サイドバー）
------------------------------------------------------------*/
#sidebar_products h3.sidebar_search_title{
  background-image:none;
}

#sidebar_search{
  padding:0;
  margin:10px 0 10px 0;
  font-size:0;
}

#sidebar_search input[type="text"]{
  vertical-align:middle;
  width:calc(100% - 55px);
  line-height:30px;
  height:32px;
  padding:1px 5px;
  border:1px solid #DFE2E4;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  font-size:14px;
  color:#555;
  background:#fcfcfc;
}

#sidebar_search input[type="submit"]{
  vertical-align:middle;
  padding:2px 9px 2px 24px;
  margin:0 0 0 10px;
  background:#114D85;
  border:0;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  line-height:30px;
  font-size:14px;
  color:#fff;
  text-shadow:1px 1px 1px #0C375F;
  background-image:url(images/icon_search_01.png);
  background-repeat:no-repeat;
  background-position:9px 9px;
  text-indent:-9999px;
}

#sidebar_search input[type="submit"]:hover{
  background:#155FA4;
  background-image:url(images/icon_search_01.png);
  background-repeat:no-repeat;
  background-position:9px 9px;
}



/* 製品カテゴリから探す
------------------------------------------------------------*/
#search_area #category ul{
	padding: 0;
	margin: 0 0 20px 10px;
}

#search_area #category ul:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}

#search_area #category li {
	list-style-type: none;
	background: none;
	float: left;
	padding: 0;
	margin: 0;
	width:49.5%;
}

#search_area #category li a {
	width:calc(100% - 32px);
	height: 20px;
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	color:#333333;
	font-size: 15px;
	font-weight:bold;
	position: relative;
	display: inline-block;
	border: 1px solid #DFE2E4;
}
#search_area #category li a::before,
#search_area #category li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#search_area #category li a::after{
	left:auto;
	right: 10px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #DFE2E4;
	border-right: 2px solid #DFE2E4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#search_area #category li:nth-of-type(1n) {margin:-1px 0 0 0;}
#search_area #category li:nth-of-type(2n) {margin:-1px 0 0 -1px;}

#search_area #category li a:hover {
	color:#FFFFFF;
	font-size: 15px;
	font-weight:bold;
	background-color:#114D85;
	border: 1px solid #114D85;
}

#search_area #category li:nth-child(1) a {border-radius: 5px 0 0 0;}
#search_area #category li:nth-child(2) a {border-radius: 0 5px 0 0;}
#search_area #category li:last-child a {border-radius: 0 0 5px 0;}
#search_area #category li:nth-last-child(2) a {border-radius: 0 0 0 5px;}



/* 製品カテゴリから探す　バナー
------------------------------------------------------------*/
#search_area #category_bnr ul{
	padding: 0;
	max-width: 640px;
	margin: 0 auto 15px auto;
}

#search_area #category_bnr ul:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}

#search_area #category_bnr li{
	list-style-type: none;
	background: none;
	float:left;
	padding: 0;
	margin: 0 0 0 10px;
	max-width: 322px;
	width:calc(50% - 10px);
}



/* 製品情報　会社案内・製品カタログのダウンロード
------------------------------------------------------------*/
#products_catalog{margin:20px 0 20px 0;}
#products_catalog p{margin:0 auto;}



/* 製品情報　お問い合わせ（クローシング）
------------------------------------------------------------*/
#products_closing{
	background-image:url(images/bg_products_closing_01.png);
	background-position:left top;
	padding:5px;
	margin:0 0 50px 0;
}
#products_closing_inner{
	background:#FFFFFF;
	background-image:url(images/bg_products_closing_02.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#products_closing_inner p.closing_title{
	text-align:center;
	color:#1A508C;
	font-size: 20px;
	font-weight:bold;
	line-height:1.2;
	padding:25px 20px 20px 20px;
}
#products_closing_inner p.closing_txt{
	width:80%;
	margin:0 auto 20px auto;
	background:#1B508C;
	color:#FFFFFF;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	border-radius:20px;
}
#products_closing_box{
	padding:0 0 20px 0;
}
#products_closing_box:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}
#products_closing_box p.closing_tel{
	padding:0 20px 10px 20px;
	text-align:center;
}
#products_closing_box p.closing_contact{
	padding:0 20px 0 20px;
	text-align:center;
}



/* 製品情報用　サイドバー
------------------------------------------------------------*/
#sidebar_products{
	margin:0 0 20px 0;
	padding:0 14px 14px 14px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}
#sidebar_products h3{
	color:#114D85;
	font-size:16px;
	font-weight:bold;
	padding:14px 0 12px 0;
	border-bottom:2px solid #114D85;
	cursor:pointer;
	background-image:url(images/sidebar/prt_sidebar_01.png);
	background-repeat:no-repeat;
	background-position:right 24px;
}

#sidebar_products ul{margin:0;}

#sidebar_products li a{
	display:block;
	padding:10px 0 8px 15px;
	border-bottom:1px dashed #DEDEDE;
	color:#0D2A66;
	font-size:15px;
	background-image:url(images/sidebar/prt_sidebar_02.png);
	background-repeat:no-repeat;
	background-position:left 17px;
}
#sidebar_products li a:hover,
#sidebar_products li a:active{
	color:#6f6f6f;
}

#sidebar_products li.oriami a{
	display:block;
	padding:10px 0 8px 30px;
	border-bottom:1px dashed #DEDEDE;
	color:#3E1A40;
	font-size:15px;
	background-image:url(images/sidebar/prt_sidebar_03.png);
	background-repeat:no-repeat;
	background-position:left 15px;
}
#sidebar_products li.oriami a:hover,
#sidebar_products li.oriami a:active{
	color:#6f6f6f;
}

#sidebar_products li.kanaori a{
	display:block;
	padding:10px 0 8px 30px;
	border-bottom:1px dashed #DEDEDE;
	color:#C6927D;
	font-size:15px;
	background-image:url(images/sidebar/prt_sidebar_04.png);
	background-repeat:no-repeat;
	background-position:left 15px;
}
#sidebar_products li.kanaori a:hover,
#sidebar_products li.kanaori a:active{
	color:#6f6f6f;
}

#sidebar_products li.safetystainless a{
	display:block;
	padding:10px 0 8px 30px;
	border-bottom:1px dashed #DEDEDE;
	color:#1B508C;
	font-size:15px;
	background-image:url(images/sidebar/prt_sidebar_safetymesh.png);
	background-repeat:no-repeat;
	background-position:5px 14px;
}
#sidebar_products li.safetystainless a:hover,
#sidebar_products li.safetystainless a:active{
	color:#6f6f6f;
}


#sidebar_catalog{margin:0 0 20px 0;}
#sidebar_catalog p{margin:0;}



/* 画像回り込み無し設定
------------------------------------------------------------*/
.imagebox{}
.imagebox .image{float:left; width:41%;}
.imagebox .image img.alignright, img.alignleft{margin:3.6% 3.6% 5.4% 5.4%;}
.imagebox .txt{float:left; width:59%;}

.imagebox_mini{}
.imagebox_mini .image{float:right; width:28%;}
.imagebox_mini .image img.alignright, img.alignleft{margin:3.6% 3.6% 5.4% 5.4%;}
.imagebox_mini .txt{float:left; width:72%;}


.image_contents01{margin: 0 0 25px 0;}
.image_contents01_image{text-align: center;}
.image_contents01_image img{border-bottom: none; padding: 0;}
.image_contents01_txt{}

.image_contents02{margin: 0 0 25px 0;}
.image_contents02_image{text-align: center;}
.image_contents02_image img{border-bottom: none; padding: 0;}
.image_contents02_txt{}



/* 合成繊維網（メッシュクロス）
------------------------------------------------------------*/
.mesh_cross_weave{width: 100%;}
.mesh_cross_list{width: 49%; float: left; margin: 0 2% 2% 0;}
.mesh_cross_list:nth-of-type(2n){margin: 0;}
.mesh_cross_box{width: 100%;}
.mesh_cross_image{width: 35%; float: left; margin: 0 5% 0 0;}
.mesh_cross_image img{width: 100%; height: auto;}
.mesh_cross_txt{width: 60%; float: right;}

.mesh_cross_weave:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}
.mesh_cross_box:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: auto;
}



/* 記事内　関連製品告知（手動追加）
------------------------------------------------------------*/
.relation_box{
	border: 2px solid #114D85;
	background: #FFF;
	padding: 20px;
	margin: 20px 0 0 0;
}
.relation_ttl{
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 15px;
	background: #114D85;
	margin: 0 0 20px 0;
}
.relation_link{
	padding: 0 0 10px 0;
}
.relation_link a{
	font-size: 16px;
	font-weight: 700;
  display:block;
	padding: 0 0 8px 15px;
	border-bottom: 1px dashed #DEDEDE;
	background-image: url(images/sidebar/prt_sidebar_02.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}
.relation_txt{
	color: #333;
	font-size: 14px;
	padding: 0 0 15px 0;
}
.relation_txt:last-child{
	padding: 0;
}



/* サイドバー 最新情報 検索機能追加
------------------------------------------------------------*/
section#search-2{
  padding:10px 10px 10px 10px !important;
}
#search-2 input[type="text"]{
  vertical-align:middle;
  width:calc(100% - 60px);
  line-height:30px;
  height:32px;
  border:1px solid #DFE2E4;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  font-size:14px;
  color:#555;
  background:#fcfcfc;
}
#search-2 input[type="submit"]{
  vertical-align:middle;
  padding:2px 9px 2px 24px;
  margin:0 0 0 10px;
  background:#114D85;
  border:0;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  line-height:30px;
  font-size:14px;
  color:#fff;
  text-shadow:1px 1px 1px #0C375F;
  background-image:url(images/icon_search_01.png);
  background-repeat:no-repeat;
  background-position:9px 9px;
  text-indent:-9999px;
}
#search-2 input[type="submit"]:hover{
  background:#155FA4;
  background-image:url(images/icon_search_01.png);
  background-repeat:no-repeat;
  background-position:9px 9px;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
