@charset "Shift-JIS";

/**********************************************************************
共通CSS
[ /css/common.css ]

Since         : 09.12.14
Last modified : 09.12.14
**********************************************************************/


/* 目次
-------------------------------------------------
 ■タグの初期化、共通設定
 ■共通クラス
 ■ボディ
 ■コンテナ
 ■ヘッダー
 ■コンテンツ
 ■サイドメニュー
 ■メイン
   ・ページタイトル
   ・パンくずリスト
   ・ページトップボタン
   ・コンテンツ下部お問い合わせエリア
 ■フッター
 ------------------------------------------------- */



/* タグの初期化、共通設定
------------------------------------------------- */
/*編集不要*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

* {
}

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	line-height: 1.4;
	background-color: #fff;
	color: #333333;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

p,
pre,
address,
cite {
	margin: 0;
	font-size: 93%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1 {
	font-size: 189%;
}

h2 {
	font-size: 159%;
}

h3 {
	font-size: 144%;
}

h4 {
	font-size: 122%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}


cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	
}

code {
	font-family: "Osaka−等幅", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: "Osaka−等幅", monospace;
	
}

a:link {
	text-decoration: underline;
	color: #0066cc;
}
a:visited {
	text-decoration: underline;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
	color: #002678;
}

ul,
ol,
dl {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

li {
	list-style: none outside;
}

li,
dt,
dd {
	margin: 0;
	font-size: 100%;
}

dt {
	margin: 0;
}

dd {
	margin: 0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd,
dd th,
dd td,
td p,
td li,
td dt,
td dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p ,
td p,
td li,
td dt,
td dd {
	margin: 0;
}

form {
	margin: 0;
	padding: 1px 0; 
}

form dl,
form p {
	margin: 0;
}

fieldset {
	padding: 0 20px;
	border: 1px solid #ddd;
}

legend {
	margin: 0;
	padding: 0 10px;
}

input,
textarea {
	font-size: 100%;
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
}

input:focus,
textarea:focus {
}

textarea {
}

table {
	margin: 0;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #ccc;
}

th,
td {
	line-height: 1.5;
	font-size: 93%;
}

th {
	padding: 0.6em 15px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

td {
	padding: 0.6em 15px;
	border: 1px solid #ccc;
	/*background-color: #fff;*/
}

td.ctr {
	text-align:center;
}

img {
	vertical-align: bottom;
}

a img {
	border: 0;
}

a:hover img {
	border: 0;
}

object,
embed {
	margin: 0;
}


/* 共通クラス
------------------------------------------------- */
.leftArea {
	float: left;
}
.rightArea {
	float: right;
}
.link {
	text-align: left;
}
.linkRight {
	text-align: right;
}
.clearer {
	clear: both;
}

.bold {
	font-weight: bold;
}
.red {
	color: #ff0000;
}

.blue {
	color:#06F;
}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* 画像用 */
.alignTop {
	vertical-align: top;
}
.alignBottom{
	vertical-align: bottom;
}
.alignMiddle{
	vertical-align: middle;
}


.btm1 {
	padding-bottom:1em;
}
.btm2 {
	padding-bottom:2em;
}

.mbtm1 {
	margin-bottom:1em;
}
.mbtm2 {
	margin-bottom:2em;
}

.linkbtn a {
	/*display:block;*/
	font-weight:bold;
	padding:10px 20px;
	background-color:#06f;
	text-align:center;
	color:#fff;
	text-decoration:none;
	border-radius: 5px; /* CSS3草案 */  
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; /* Firefox用 */
}
.linkbtn a:hover {
	background-color:#39F;
}


/* ボディ
------------------------------------------------- */
body {
	background: url("../img/common/bg.gif") repeat-x #cccccc;
	text-align: center;
}


/* コンテナ
------------------------------------------------- */
div#container {
	width: 930px;
	margin: 0 auto;
	background: url("../img/common/bg_container.gif") no-repeat #fff;
	text-align: left;
}



/* ヘッダー
------------------------------------------------- */
div#header {
	padding: 6px 14px 10px 15px;
	text-align: left;
}
div#header div#logo {
	padding: 0 0 0 15px;
	float: left;
}
div#header h1 {
	margin: 0px 5px 0px 15px;
	text-align: right;
	font-size: 8px;
	font-weight: normal;
}
div#header div.rightArea {
	width: 505px;
}
div#header p#headerInquiry {
	margin: 2px 5px 10px 0;
	text-align: right;
}
div#header p#headerInquiry img {
	vertical-align: middle;
}
div#header p#headerInquiry img.tel {
	margin-right: 10px;
}
div#header ul#headerSubnavi {
	margin-bottom: 7px;
	text-align: right;
}
div#header ul#headerSubnavi li {
	margin: 0 5px 0 15px;
	float: left;
	display: inline;
	font-size: 0;
}
/*修正サブナビ2015-02*/
div#header div#logo2 {
	padding: 11px 0 0 15px;/*元は6px 0 0 15px*/
	float: left;
}

div#header div.rightArea2 {
	width: 345px;
	height:75px;/*元は65px*/
	float:right;
}

div#header div#headerInquiry2 {
	margin: 3px 5px 0px 0;
	/*text-align: right;*/
	float:right;
}

div#header ul#headerSubnavi2 {
	margin-top:16px;
}
div#header ul#headerSubnavi2 li {
	margin: 0 0 0 10px;
	float: left;
	/*display:none;*/
	display: inline;言語メニューを使用する場合はこちら*/
	font-size: 0;
}
/*修正サブナビ終了*/

div#header div#headerNavi {
	width: 900px;
	height: 69px;
	background: url("../img/common/bg_header_navi.gif") no-repeat;
	clear: both;
}
div#header div#headerNavi ul {
	padding: 10px 0px 0 10px;
}
div#header div#headerNavi ul li {
	float: left;
}

/*spry用ナビ*/
div#header div#headerNaviSP {
	width: 900px;
	height: 69px;
	background: url("../img/common/bg_header_navi_base.gif") no-repeat;
	clear: both;
}
div#header div#headerNaviSP ul.base {
	
	padding: 10px 11px 15px 11px;
}


/*  検索窓の設定　開始  */
#seachbox {
	position:relative;
	top:8px;
}

#keyword  {
	position:absolute;
	left:20px;
	top:0px;
    width: 130px;
    height: 18px;
    border: 1px solid #999;
    padding: 3px 3px 0px 3px;
	background-color:#fff;
	color:#666;
}

#searchBtn {
	height: 23px;
	width:40px;
    border: 1px solid #999;
	background:#eee;
	position:absolute;
	left:150px;
	top:0px;
	cursor:pointer;
}
/*  検索窓の設定　終了  */

/*  検索窓の修正設定　開始  */
#seachbox2 {
	clear:both;
	display: block;
	position:relative;
	top:5px;
}

#keyword2 {
	position:absolute;
	left:80px;
	top:0px;
    width: 240px;
    height: 15px;
    border: 1px solid #ccc;
    padding: 0px;
	background-color:#ddeeff;
	font-size:10px;
	color:#666;
}

#searchBtn2 {
	height: 17px;
	width:17px;
    border: 1px none;
	background:url(../img/common/btn_serch_header_off.gif) no-repeat;
	position:absolute;
	left:322px;
	top:0px;
	cursor:pointer;
}
/*  検索窓の酒精設定　終了  */


/* コンテンツ
------------------------------------------------- */
div#contents {
	margin: 0 6px;
	padding: 0 14px;
}
#top div#main {
	background: url("../img/common/bg_contents.gif") repeat-y;
}


/* サイド
------------------------------------------------- */

div#sideMenu {
	width: 238px;
	padding: 10px 0 600px;
	border: 1px solid #ccc;
	float: left;
	background-color: #f5f5f5;
	text-align: left;
}
* html div#sideMenu {
	width: 240px;
}
div#sideMenu dl#sideSolution {
	width: 210px;
	margin: 0 14px;
}
div#sideMenu dl#sideSolution dd ul {
	margin: 15px 0 10px;
}
div#sideMenu dl#sideSolution dd ul li {
	margin-bottom: 1px;
	border: 1px solid #ccc;
	white-space: nowrap;
}
div#sideMenu dl#sideSolution dd ul li a {
	width: 208px;
	padding: 10px 0;
	background: url("../img/common/bg_sideNavi_off.gif") no-repeat;
	display: block;
	text-indent: 18px;
}
div#sideMenu dl#sideSolution dd ul li a:hover {
	background: url("../img/common/bg_sideNavi_on.gif") no-repeat;
}
div#sideMenu dl#sideSolution dd ul li span {
	width: 208px;
	padding: 10px 0;
	background: url("../img/common/bg_sideNavi_on.gif") no-repeat;
	display: block;
	text-indent: 18px;
	text-decoration: underline;
	color: #002678;
}

div#sideMenu ul#sideSubnavi {
	margin: 0 28px 50px;
}
div#sideMenu ul#sideSubnavi li {
	margin: 12px 0;
	padding-left: 14px;
	background: url("../img/common/icon_arrow06.gif") 0 3px no-repeat;
}

div#sideMenu ul#sideBtn {
	margin-top: 25px;
}

div#sideMenu ul#sideBtn li {
	margin-bottom: 5px;
	margin-left:10px;
}

/* トップページ */
#top div#sideMenu {
	width: 211px;
	padding: 5px 14px 0 15px;
	border: none;
	background-color: none;
	float: right;
}
* html #top div#sideMenu {
	width: 240px;
}
#top div#sideMenu div.sideTtl {
	margin: 0 -4px 10px -5px;
}
#top div#sideMenu div#sideSolution dl {
	width: 211px;
	margin: 0 0 28px;
}
#top div#sideMenu div#sideSolution dl dd {
	margin-top: 4px;
	padding: 8px 14px;
}
#top div#sideMenu div#sideSolution dl#sideSol_weld dd {
	background: url("../img/common/bg_sol_weld.gif") left bottom no-repeat #fff;
}
#top div#sideMenu div#sideSolution dl#sideSol_manufact dd {
	background: url("../img/common/bg_sol_manufact.gif") left bottom no-repeat #fff;
}
#top div#sideMenu div#sideSolution dl dd p.text {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 11px;
}
#top div#sideMenu div#sideSolution dl dd p.linkRight a {
	padding-left: 13px;
	background: url("../img/common/icon_arrow02.gif") 0 2px no-repeat;
}

#top div#sideMenu div#sideCase {
	height: 1%;
	margin-bottom: 20px;
	position: relative;
}
#top div#sideMenu div#sideCase p {
	margin: 0 4px 10px;
	font-size: 11px;
}
#top div#sideMenu div#sideCase ul li {
	height: 1%;
	padding-bottom: 2px;
	background: url("../img/common/bg_dot_line01.gif") left bottom no-repeat #fff;;
}
#top div#sideMenu div#sideCase ul li a {
	width: 168px;
	padding: 10px 15px 10px 28px;
	background: url("../img/common/icon_arrow02.gif") 15px 13px no-repeat;
	display: block;
}
* html #top div#sideMenu div#sideCase ul li a {
	width: 211px;
}
#top div#sideMenu div#sideCase div.image {
	position: absolute;
	right: 6px;
	bottom: 6px;
}
#top div#sideMenu div#sideBnr {
	margin: 0 -3px 10px;
}

#top div#sideMenu ul#sideOther li {
	margin: 0 15px 5px;
}
#top div#sideMenu ul#sideOther li a {
	padding-left: 13px;
	background: url("../img/common/icon_arrow02.gif") 0 2px no-repeat;
}

#top div#sideMenu p#os {
	margin-top: 40px;
	font-size: 11px;
}



/* メイン
------------------------------------------------- */
div#product_title {
	width: 890px;
	margin-bottom:10px;
}
div#main {
	width: 640px;
	float: right;
	height: 1%;
}
body#MKproducts div#main {
	width: 890px;
	/*float: right;
	height: 1%;*/
}

#top div#main {
	width: 630px;
	padding-top: 5px;
	float: left;
	display: inline;
}

#top div#new_main {
	width: 890px;
	padding-top: 5px;
	/*float: left;
	display: inline;*/
}

div#main h2.h2_1 {
	height: 60px;
	line-height: 63px;
	margin-bottom: 13px;
	padding-left: 53px;
	background: url("../img/common/bg_h2_01.jpg") no-repeat;
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size: 107%;
}
div#main h3.h3_1 {
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	padding-left: 27px;
	background: url("../img/common/bg_h3_01.gif") no-repeat;
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size: 107%;
}
div#main h3.h3_2 {
	height: 35px;
	line-height: 35px;
	margin-bottom: 15px;
	padding-left: 27px;
	background: url("../img/common/bg_h3_02.gif") no-repeat;
	text-align: left;
	color: #666;
	font-weight: bold;
	font-size: 107%;
}
div#main .h4_1 {
	margin-bottom: 13px;
	padding: 8px 3px 4px;
	background: url("../img/common/bg_h4_01.gif") left bottom no-repeat;
	color: #002678;
	font-weight: bold;
	font-size: 107%;
}
div#main .h4_2 {
	margin: 1em 0 0;
	padding: 8px 3px 4px;
	color: #002678;
	font-weight: bold;
	font-size: 107%;
}

/* ページカテゴリー */
#main #category {
	width: 592px;
	margin: 10px 24px 25px;
	padding-bottom: 2px;
	background: url("../img/common/bg_category02.gif") left bottom no-repeat;
}
#main #category ul {
	padding: 13px 10px 10px;
	background: url("../img/common/bg_category01.gif") no-repeat;
}
#main #category ul li {
	width: 173px;
	padding-bottom: 4px;
	padding-left: 17px;
	background: url("../img/common/icon_arrow05.gif") no-repeat;
	float: left;
}
#case #main #category ul li {
	width: 400px;
}

* html #main #category ul li {
	width: 190px;
}
#main #category ul li a {
}


/* パンくずリスト */
ul#bread {
	margin-bottom: 8px;
	padding: 2px 5px;
	background-color: #b3b3b3;
	text-align: left;
}
ul#bread li {
	margin: 0 2px;
	display: inline;
	color: #fff;
	font-size: 85%;
}
ul#bread li a {
	padding: 3px 12px 0 0;
	background: url("../img/common/icon_arrow04.gif") right center no-repeat;
	text-decoration: none;
	color: #fff;
}
ul#bread li a:hover {
	text-decoration: underline;
}


/* ページトップへ戻るボタン */
div.pageTop {
	margin: 20px 10px;
	text-align: right;
	height:30px;
	visibility:hidden;
}
div.pageTop2 {
	margin: 0px 10px 10px 10px;
	text-align: right;
	visibility:hidden;
}

/* コンテンツ下部お問い合わせエリア */
div#main div#inqWrap {
	width: 495px;
	margin: 40px 67px 15px;
	padding-bottom: 7px;
	background: url("../img/common/bg_inqArea02.gif") left bottom no-repeat;
}
div#main div#inqWrap div#inqArea {
	padding: 8px 20px 0 25px;
	background: url("../img/common/bg_inqArea01.gif") no-repeat;
}
div#main div#inqWrap div#inqArea div.image {
	padding-top: 25px;
}
div#main div#inqWrap div#inqArea p {
	margin: 12px 0;
}
div#main div#inqWrap div.tel,
div#main div#inqWrap p.time,
div#main div#inqWrap div.btn {
	text-align: center;
}


/* フッター
------------------------------------------------- */
div#footer {
	margin-top: 15px;
	padding: 0 6px 10px;
	padding-bottom:80px;
}
div#footer #footerMenu {
	padding: 13px 30px 9px 30px;
	background-color:#5D8DBD;
	/*background: linear-gradient(to top, #5D8DBD, #10689D);
	background: url("../img/common/bg_footer_menu.gif") no-repeat;*/
}
div#footer #footerMenu ul li {
	margin-right: 3px;
	padding-right: 3px;
	border-right: 1px solid #fff;
	display: inline;
}
div#footer #footerMenu ul li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
div#footer #footerMenu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
div#footer #footerMenu ul li a:hover {
	text-decoration: underline;
}
div#footer div#footerLogo {
	padding: 18px 0 0 25px;
	float: left;
}
div#footer div.rightArea {
	padding-right: 15px;
}
div#footer div.rightArea ul {
	padding: 8px 0 10px;
	text-align: right;
}
div#footer div.rightArea ul li {
	margin-right: 5px;
	display: inline;
}
div#footer div.rightArea ul li.right {
	margin-right: 0;
}

div#footer div.rightArea p {
	text-align: right;
	font-size: 11px;
}


div#footer div.new2018{
	background: linear-gradient(to top, #5D8DBD, #10689D);
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display:flex;
}


div#footer #footer01 {
	width:33%;
	margin:15px 10px;
	/*float:left;
	height:100%;*/
	border-right: 1px dashed #fff;
}

div#footer #footer01.last {
	border-right: none;
	/*width:260px;
	margin:15px 10px;*/
}


div#footer #footer01 ul li {
	/*margin-right: 3px;
	padding-right: 3px;
	border-right: 1px solid #fff;*/
	display: block;
	line-height:1.5em;
	font-size: 16px;
	border-right: none;
}

/*div#footer #footer01 ul li:first-child {
	padding-bottom:10px;
}*/

div#footer #footerMenu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

/*div#footer #footer01 ul li:first-child a {
	padding-bottom:20px;
	font-size:16px;
}*/
div#footer #footerMenu ul li a:hover {
	text-decoration: underline;
}