

/*******PCとタブレットの共通スタイルシート */


/***************************************** ▼上部固定バー▼ */
.nav {
	margin-bottom:20px;
}
.fixed {
    position: fixed;
	background:#fff;
	z-index:10;
	 -webkit-transform: translate3d(0,0,0);
}
.fixed2 {
    position: fixed;
	background:#fff;
	z-index:1;
	 -webkit-transform: translate3d(0,0,0);
}

/*トップメニュー*/
#z_logo{	
	width:85px;
	float:left;
}

/*検索フォーム*/
#search fieldset{border:none;}
.search-form {
    display: block;
    position: relative;
}
.search-form:before, .search-field {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 0;
}
.search-form:before {
    z-index: 100;
    line-height: 44px;
    /*background: #65b1e4;*/
    color: #FFF;
    text-align: center;
}
.search-field {
    -webkit-appearance: none;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 200;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.search-field:focus {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	cursor: text;
}
.search-form input[type="submit"] {
    display: none;
}



/*トップページのランディングページ用*/
#modal-content,
#landing{
	width:959px;
	/*width:991px;*/
	text-align:center;
	background:#fff;
	z-index:999;
	/*position:fixed;*/ 
	position:absolute;
	top:20px;
	/*top:30px;*/
	/*min-width:959px;*/
	/*min-width:991px;*/
	max-width:100%;
	overflow: auto;
	
}
#modal-content img{
	max-width:100%;
}
#modal-overlay{
	z-index:998;
	display:none;
	position:fixed;
	/*position:absolute;*/ 
	top:0;
	left:0;
	width:100%;
	max-width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.75);
	/*min-width:991px;
	overflow: auto;*/
}

/*製品トップページ*/
#pruduct_top_half.sub4_table{width:50%;}


/*企業情報*/
table.corporate_table tr td.l,
.h_title{
	width:220px;
}

/*お問合せ*/

.inquery_left{
	width:319px;
}
