/* 画面の横幅が641px以上　Portrait tablet to landscape and desktop */
@media screen and (min-width: 641px){

.PC{
	display:block;
}
.SP{
	display:none;
}


.mt-pc{
	margin-top: 50px;
}


a {
	/**/
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
		
/* コンテンツ基本
------------------------------------------------------------ */		
body{
	min-width:1250px;
	padding-bottom: 100px;
	background-color: #356BB3;
}
#main-wrapper {
	background-color: #fff;
				
}

#contents-wrapper{
	background-color:#fff;
}

/*コンテンツ幅*/
.content-inner{
	width:1050px;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:800px;
	margin:0 auto;
	text-align:left;
}
.content-innerL{
	width:1185px;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}

.inner{
}

/*パターンcss*/
.bgcolor01{
	background-color:#09ACFF;
	color:#fff;
}

/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 15px 15px 0;
	width:320px;
}
.photo-left .txtbox{
	
}

.photo-right .imgbox{
	float:right;
	margin:0 0px 15px 15px;
	width:320px;
}
.photo-right .txtbox{
	
}



.col1box .inner{
	margin:0 0px;
}
.col1box .box{
	width:100%;
	float:none;
}
.col1box .box .box-inner{
	padding:0 0px;/*body min-widthより小さく*/
	margin-bottom: 25px;
}


.col2box .inner{
	margin:0 -15px;
}
.col2box .box{
	width:50%;
	float:left;
}
.col2box .box .box-inner{
	padding:0 15px;/*body min-widthより小さく*/
	margin-bottom: 30px;
}


.col3box .inner{
	margin:0 -15px;
}
.col3box .box{
	width:33.33333%;
	float:left;
}
.col3box .box .box-inner{
	padding:0 15px;
	margin-bottom: 30px;
}


.col4box .inner{
	margin:0 -15px;
}
.col4box .box{
	width:25%;
	float:left;
}
.col4box .box .box-inner{
	padding:0 15px;
	margin-bottom: 30px;
}


.col1{
	width:100% !important;
	float:none !important;
	clear: both !important;
}


/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:75px;
	right:3%;
	display:none;
	z-index:1000;
}
.pagetop a{
	display: block;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background: url(../../images2/btn_pagetop.png) center center no-repeat;
	background-size: cover;
}


/* ヘッダー
------------------------------------------------------------ */

#header	{
	position:relative;
	z-index:1020;
	width:100%;
	height:82px;
	background-color:#fff;
}
#header h1{
	width: 10%;
	float: left;
	padding: 21px 0 0 2%;
	
}
#header h1 img{
	width: 142px;
}


/* ナビ部分 
------------------------------------------------------------ */
#menuBtn,
#menuClose,
#shadows{
	display:none;
}

#shadows{
	position:fixed;
	width:100%;
	height:120%;
	top:0;
	left:0;
	background-color:#000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:1001;
}

#navi{
	width: 88%;
	float: left;
	display:block;
	text-align: center;
}
#navi ul#mainnavi{
	display: inline-block;
	line-height: 100%;
	padding: 5px 0 0 0;
	margin: 0;
	height: 70px;
	
	
}
#navi ul#mainnavi li{
	list-style: none;
	float: left;
}
#navi ul#mainnavi li a.over{
	text-decoration: none;
	color:#333;
	display: block;
	height: 48px;
	padding: 27px 20px 0px 20px;
	font-size: 14px;
	font-weight: 600;
	list-style: 100%;
	margin-bottom: 0 !important;
	margin: 0 0;
	border-bottom: solid #fff 2px;
}
#navi ul#mainnavi li a.over:hover,
#navi ul#mainnavi li a.current,
#navi ul#mainnavi li:hover a.over{
	color: #356BB3;
	z-index: 100;
	border-bottom: solid #356BB3 2px;
}

.about #navi ul#mainnavi li#n01 a.over,
.consul #navi ul#mainnavi li#n02 a.over,
.vms #navi ul#mainnavi li#n03 a.over,
.MA #navi ul#mainnavi li#n04 a.over,
.seminar #navi ul#mainnavi li#n05 a.over,
.c3gr.co.jp #navi ul#mainnavi li#n06 a.over{
	color: #356BB3;
	z-index: 100;
	border-bottom: solid #356BB3 2px;
}


#utility{
	width: 320px;
	float: right;
	height:82px;
	background-color: #356BB3;
	color: #fff;
	line-height: 120%;
	font-size: 11px;
}
#header-contact{
	display: table;
	width: 100%; 
	padding: 0 0;
	height: 53px;
	text-align: center;
	background-color: #666666;
}
#header-contact span{
	display: table-cell;
	height: 53px;
	vertical-align: middle;
	padding: 0 0;
}
#header-contact strong{
	display: table-cell;
	height: 53px;
	vertical-align: middle;
}
#header-contact strong img{
	width: 150px;
}
ul#utility-navi{
	text-align: center;
	display: table;
	width: 94%; 
	padding: 0 3%;
}
ul#utility-navi li{
	display: table-cell;
	height: 29px;
	vertical-align: middle;
}
ul#utility-navi li a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 0 0px;
}


.sp-open{
	display: none;
}

.overmenu{
	display: none;
	position: absolute;
	z-index: 1050;
	top: 82px;
	left: 0;
	background-color: #356BB3;
	color: #fff;
	width: 100%;
}

#navi ul#mainnavi li:hover .overmenu{
	z-index: 1150;
}


.overmenu-inner{
	width:100%;
	margin:0 auto;
	padding: 30px 0 30px 0;
	line-height: 140%;
	display: table;
}

.overmenu-inner strong{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
	
	padding: 0 30px;
	min-width: 30%;
	
}
.overmenu-inner .menu{
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
}

.overmenu a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.overmenu a:hover{
	color: #fff;
}


.overmenu-inner .menu-inner{
	display: table;
	width: 100%;
}
.overmenu-inner .menu-inner dl{
	display: table-cell;
	font-size: 14px;
	padding:0 20px;
	border-left:  solid #7AA2D8 1px;
	
}
.overmenu dl dt{
	
	text-align: left;
	font-size: 15px;
	
	
}
.overmenu dl dt a{
	padding: 16px 0;
}


.overmenu dl dd{
	display: block;
	text-align: left;
	padding: 0 0 0 20px;
	line-height: 110%;
	font-size: 13px;
}
.overmenu dl dd a{
	display: block;
	padding: 6px 0;
}

.overmenu dl span{
	font-size: 10px;
}

/*
.overmenu dl dt.title-p02{
	margin-top: -21px;
}
*/

.overmenu dl .indent01 a{
	padding-left: 20px;
}


/*メニュー個別設定*/
#n01 .overmenu-inner{
	padding: 60px 0;
}
#n01 .overmenu-inner  strong{
	min-width: 20%;
	letter-spacing: 0.2em;
}
#n05 .overmenu-inner{
	padding: 60px 0;
}
#n05 .overmenu-inner  strong{
	min-width: 30%;
	letter-spacing: 0.2em;
}
#n06 .overmenu-inner{
	padding: 60px 0;
}
/*
#n02 .overmenu dl{
	width: 19%;
	margin: 0 3%;
}

#n03 .overmenu dl{
	width: 27.333%;
	margin: 0 3%;
}
#n04 .overmenu dl{
	width: 27.333%;
	margin: 0 3%;
}
#n05 .overmenu dl{
	width: 44%;
	margin: 0 3%;
}
*/

/* フッター
------------------------------------------------------------ */
#footer-banner{
	padding: 50px 0 50px 0
}
#footer-banner ul{
	margin: 0 -15px;
}
#footer-banner li{
	float: left;
	width: 186px;
	margin: 15px 15px 0 15px; 
	list-style: none;
}


#footer{
	background-color: #356BB3;
	color: #fff;
	line-height: 130%;
}
#footer a{
	text-decoration: none;
	color: #fff;
}


#footer-sitemap{
	padding: 45px 0;
	vertical-align: top;
}
#footer-sitemap-inner{
	display: table;
	width: 100%;
}
#footer-sitemap	.block{
	display: table-cell;
	width: auto;
	vertical-align: top;
	width: 20%;
	
}

#footer-sitemap	.block .inner{
	margin-top: 25px;
}

#footer-sitemap	.block.footer-sitemap01{
	width: 15%;
}
#footer-sitemap	.block.footer-sitemap02{
	width: 20%;
}
#footer-sitemap	.block.footer-sitemap03{
	width: 30%;
}
#footer-sitemap	.block.footer-sitemap04{
	width: 20%;
}
#footer-sitemap	.block.footer-sitemap05{
	width: auto;
	padding-right: 0;
}


#footer-sitemap dl{
 	line-height: 110%;
	
}
#footer-sitemap dl a{
	display: block;
	padding: 3px 0;

}
#footer-sitemap dl dt{
	padding: 5px 0;
	font-weight: 600;
	font-size: 15px;
}
#footer-sitemap dl dt a{
	border-left:  solid #7AA2D8 2px;
	padding-left: 14px;
}

#footer-sitemap dl dd{
	font-size: 13px;
	padding-left: 15px;
}

#footer-sitemap dl .indent01{
	padding-left: 30px;
}
#footer-sitemap dl .indent02{
	padding-left: 45px;
}
#footer-sitemap dl span{
	font-size: 10px;
}


#copy-wrapp{
	border-top: solid #7AA2D8 1px;
	padding: 35px 0;
}
#copy-wrapp ul#footer-utility li{
	list-style: none;
	display: inline-block;
	font-size: 13px;
	float: left;
	margin-right: 30px;
}

#copy-wrapp address{
	font-size: 10px;
	text-align: right;
	float: right;
}


	
}


