﻿/*PC表示の時に電話リンク無効*/
a[href^="tel:"] {
    pointer-events: none;
}


/*PC用にメニュー修正ここから*/
header{
	background: #fff;
	padding-bottom: 120px;
	opacity: 0.9;
}

/*メニュー　上部からの位置のみ指定（他はheader.cssで指定している）*/
header .head-nav {
	margin-top: 40px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*ズレないようにh1にクリアフィックスをかける*/
div#h1-cnt:after{
	content: "";
	display: block;
	clear: both;
}
/* For IE 6/7用 */
div#h1-cnt { zoom: 1; }



header.top h1.head-logo{
	float: left;
	width: 400px;
	margin-top: 29px;
}

header.top h1.head-logo img{
	width: 100%;
}

p#tel-sp-tab{
	display: none;
}

	
div#tel{
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
	
div#tel img{
	width: 210px;
	margin-top: 10px;
	}
	
	

/*文字の長いメニュー調整*/
ul li#nav-w{
		width: 130px!important;
	}
	
ul li#nav-wa{
		width: 120px!important;
		background: url("../images/arrow.png") no-repeat 10px center;
		background-size: 18px;
	}
/*PC用にメニュー修正ここまで*/

section#wrapper{
	margin-top: 120px;
}


div.pdf-inner{
	float: left;
	width:160px;
	height: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.pdf-inner img{
	width: 100%;
	height: 100%;
}



footer{
	color:#ACAC9D;
	font-size:80%;
	text-align:center;
	border-top:1px solid #ccc;
	padding-top:30px;
	margin-top:100px;
	margin-bottom:20px;
}
	

