﻿	div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
	form,fieldset,input,textarea,p,blockquote,th,td{
		padding: 0;
		margin: 0;
		font-size:100%
	}
    a:link {	color: #000000;	}
    a:visited {	color: #000000;	}
	a:hover { color: #000000; }
	a:active { color: #000000; }

/* fontの設定 */

/* html,bodyタグの設定 */
	body{
		background: #FFF;
		margin: 0;
		padding: 0;
		font-family:'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
// Meiryo,sans-serif;
    	}

/* ヘッダー */
	#header-fixed{
		position: fixed;            /* ヘッダーの固定 */
		top: 0px;                   /* TOP位置*/
		left: 0px;                  /* LEFT位置*/
		width: 100%;                /* 横幅*/
		height: 105px;              /* 縦幅*/
	}

	#header-bk{
		background-color:#FFF;     /* 背景色*/
		padding:15px 0 0 0;       /* 上 右、下　左 */
		height:105px;              /* 縦の高さ */
		width:100%;                /* 横の幅を100% */
		border-bottom:solid 0px #77E5D0;
		box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.1);
	}

	#header{
		height: 100%;              /* 縦の表示領域はheader-bkと同じ */
		width: 1000px;              /* 横の幅 */
		margin: auto;              /* 中央揃え */
		color:#FFF;
	}

 /* ロゴ */
	h1{
		haight:50px;
		width:340px;
		padding-top:0px;
		border-style:none;
		float: left;
	}

	h2{
	color: #333;
	font-size:180%;
	}
/* ▼ヘッダーメニュー */
#menu01{
	list-style:none;
	margin:0;
	padding:0px 0px 0 0;
	}

#menu01 li {
	float: right;
	width:100px;
	margin: 10px 0 0 10px;
}
#menu01 li a {
	display:block;
	padding:0px;
	text-align: center;
	color:#1a53ff;
	font-size:95%;
	line-height:30px;
	background-color:#fff;
	text-decoration:none;
}
#menu01 li a:hover {
	color:#fff;
 	background-color:#1a53ff;
}

 /* ▲ヘッダーメニュー */

	.clear { clear:both; }
	.clear hr { display:none; }

 /* ▼メインメニュー */
	#nav{
		list-style-type:none;
		width:1000px;
		height:40px;
		margin: 0px auto 200px;
		padding: 0 ;
		background-color:#FFF;
		border:0px solid #1a53ff;
		border-left: 0px solid #000000;
	}
	#nav li{
		width: 16.6%;
		float: left;
		margin:  0 -1px 0 0;
		padding: 0; 
		display: inline;
		position: relative;
	}

	#nav li a{
	display: block;
	padding:0;
	text-align: center;
	font-size: 14px;
	line-height:40px;
	border : 1px solid  #1a53ff;
	text-decoration: none;
	}

	#nav li p{
	display: block;
	padding:0;
	text-align: center;
	font-size: 16px;
	line-height:40px;
	border : 1px solid  #1a53ff;
	text-decoration: none;
	}


 /* ▼サブメニュー */

	#nav li ul {
	list-style: none;
	position: absolute;
	top: 40px;
	width: 200px;
	left: 0;
	margin: 0;
	padding: 0;
	}

	#nav li ul li{
	overflow: hidden; 
	width: 166.6px;
	height: 0;
	color: #ffffff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .25s;    
	}

	#nav li ul li a{
	padding:0px 0px 0px 10px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background:  #fff;
	border: 1px solid #1a53ff;
}

	#nav li:hover > a{
	background: #1a53ff;
	color: #ffffff;
}

	#nav li:hover ul li{
	overflow: visible;    
	height: 41px;
	border-top: 0px solid #ffffff;
	border-bottom:0px solid #006699;
}

	#nav li:hover ul li:first-child{ 
	border-top: 0;
}

	#nav li:hover ul li:last-child{ 
	border-bottom: 0;
}

 /* ▲メインメニュー */


 /* ▼コンテンツ */
/* ▼H2のアイコンの高さ */
	#icon{
		padding:5px 10px 0 0;
		float:left;
	}
/* ▲H2のアイコンの高さ */


 /* ▼クラウド型PBXとは */
	#content2-bk{
		padding:150px 0 20px 0;
		background-color: #1a53ff;
		background-size:cover;
		background-repeat: no-repeat;
		background-position: top center;
		background-origin:padding-box;
		height:300px;
	}

	#content2{
		color: #FFF;
		width: 1000px;			/* 横の幅 */
		margin: auto;			/* 中央揃え */
		padding:0 0 0 0px;
	}

	#content2 h2{
	color: #FFF;
	}

	#box2-1{
	width: 620px;
	hight: 620px;
	padding:20px 50px 0 0;
	word-break: break-word;
	float: left;
	color: #fff;
	}

	#box2-1 p{
	width: 620px;
	hight: 620px;
	font-size:14px;
	}

	#box2-2{
	width:300px;
	padding:20px 0px 0 0;
	font-size:14px;
	text-align: center;
	float: right;
	color: #fff;
	}

	#content2 a{
	margin: 0px 0 20px 0;
	display:block;
	text-decoration: none;
	background-color:rgba(96,196,176,0.1);
	border:2px #fff solid;
	color:#fff;
	line-height:66px;
	}

	#content2 a:hover{
	background-color:rgba(255,255,255,0.4);
	border:2px #fff solid;
	}

 /* ▲クラウド型PBXとは */

 /* ▼商品詳細 */
	#content3-bk{
	background-size: auto;
	margin: 0 auto;
	padding:30px 0pt 0pt 0pt;
	height:330px;
	background-color: #EEE;
	}

	#content3{
		width: 1000px;              /* 横の幅 */
		margin: auto;              /* 中央揃え */
	}

	#content3 h2{
	color: #111;
	}

	#content3 a{
	display:block;
	color:#fff;
	text-decoration: none;
	text-align: center;
	line-height: 62px;
	}

	#box3-1{
	width: 1000px;              /* 横の幅 */
	margin:20px auto;
	font-size:14px;
	text-align: center;
	}

	#box3-1 li{
		list-style:none;
		height:62px;
		width:177px;
		border:0px #fff solid;
		float: left;
		margin: 0px 10px 10px 10px;
		}

	#box3-1 li a{
		display:block;
		color:#fff;
		text-decoration: none;
		text-align: center;
		line-height: 62px;
		background-color:rgba(26,150,213,1);
		}

	#box3-1 li a:hover {
		color:#fff;
 		background-color:#18CFD3;
		}


 /* ▲商品詳細 */

 /* ▼サポート */
	#content4-bk{
		background-size: auto;
		margin: 0 auto;
		padding:30px 0px 0px 0px;
		height:160px;
		background-color: #f2ff66;
	}

	#content4{
		width: 1000px;              /* 横の幅 */
		margin: auto;              /* 中央揃え */
		padding:0 0 0 0px;
		color:#000;
	}

	#box4-1{
	width: 480px;
	padding: 20px 30px 0 0;
	text-align: center;
	float: left;
	word-break: break-word;
		}

	#box4-2{
	width:480px;
	padding:20px 0px 0 0;
	text-align: center;
	float: right;
	}

	#content4 a{
	display:block;
	text-decoration: none;
	background-color:rgba(255,255,255,0.7);
	border:2px #ff0000 solid;
	color:#000;
	line-height:80px;
	}

	#content4 a:hover{
	background-color:rgba(255,255,255,0.3);
	}

 /* ▲サポート */


 /* ▼会社概要 */
	#content6-bk{
	background-size: auto;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
	height:280px;
	background-color: #990f26;
	}
	#content6{
		width: 1000px;              /* 横の幅 */
		margin: 0px auto 0px;              /* 中央揃え */
		padding:0px;
	}

	#content6 h2{
	color: #FFF;
	}

	#box6-back{
	margin: 20px 0px;
	width: 1000px;
	height:150px;
	background-color:rgba(255,255,255,1);
	}

	#box6-1{
	padding:50px 0px 0px 0px;
	width: 620px;
	text-align: center;
	float: left;
	}

	#box6-2{
	width:300px;
	padding:30px 0px 0px 20px;
	font-size:14px;
	float: right;
	}

 /* ▲会社概要 */




 /* フッタ― */

	#footer-bk{
	background-size: auto;
	margin: auto;
	padding:30px 0px 0px 0px;
	height:50pt;
	background: #ccc;
	}
	#footer{
	color:#333;
	width: 1000px;              /* 横の幅 */
  	clear: both;
	margin: auto;              /* 中央揃え */
  	padding: 0.5em 0;
	height:50pt;
  	}
  	#footer p{
	text-align:right;
	}
	
