@charset "UTF-8";
/*
Theme Name: 能力開発センターランディングページ
Author: meccommunications
Author URI: http://www.mec-com.co.jp
*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background:#FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #000000;
	text-align:center;
	font-size:16px;
	line-height:30px;
	height:100%;
	-webkit-text-size-adjust:none;
	min-width:980px;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:16px;
	line-height:30px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#CC0033;
	font-weight:bold;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*標準のリンク*/
a{
	color: #0071BC;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*表示の切り替え*/
.sp{
	display:none;
}


/*header
-----------------------------------------------------------------------------------------*/
header{
	border-bottom:5px solid #ffffff;
}
/*-------------------------スクロールで隠れる要素*/
#fixtop {
	margin:0 auto;
	padding:15px 10px;
	max-width:1040px;
}
@media screen and (max-width: 1055px) {
#fixtop{width:auto;}
}
/*-------------------------ロゴ*/
#fixtop h1{
	float:left;
}
/*-------------------------サブメニュー*/
#fixtop ul.pc{
	float:right;
}
#fixtop ul.pc li{
	float:left;
	margin-left:15px;
}
#fixtop ul.pc li a{
	display:block;
	height:90px;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative;
	overflow:hidden;
}
#fixtop ul.pc li a:hover{
	height:85px;
	top:5px;
}
/*-------------------------スクロールした時*/
#wrapper.scroll{
	padding-top:60px;
}
#wrapper.scroll #fixtop{
	display:none;
}

/*footer
-----------------------------------------------------------------------------------------*/
footer{
	background:#F6F5F0;
	color:#000000;
}
footer a{
	color:#000000;
}
footer a:hover{
	text-decoration:underline;
}
/*-------------------------コピーライト*/
footer small{
	display:block;
	text-align:center;
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
	padding:20px;
}
/*-------------------------上へ*/
#toPageTop {
	position:fixed;
	bottom: 0;
	right: 0;
	width:60px;
	height:60px;
	background:#999;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	z-index:100;
}
* html #toPageTop {position:absolute;}
#toPageTop:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	cursor:pointer;
}