

/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {

	/* --------------- common --------------- */
	
	.tab_none {
		display: none;
	}
	
	
	
	
	
	/* --------------- header --------------- */
	
	.col_header .logo_header:hover {
		opacity: 0.6;
		-moz-opacity: 0.6;
		-webkit-opacity: 0.6;
	}
	
	.col_header #navi a:hover:before {
		width: 100%;
	}
	


	/* --------------- footer --------------- */
	
	a.logo_footer:hover {
		opacity: 0.7;
		-moz-opacity: 0.7;
		-webkit-opacity: 0.7;
	}
	
	.col_link_footer a:hover {
		text-shadow: 0 0 3px #fff, 1px 0 3px rgba(255,255,255,0.3), 0 1px 3px rgba(255,255,255,0.3), -1px 0 3px rgba(255,255,255,0.3), 0 -1px 3px rgba(255,255,255,0.3), 1px 1px 3px rgba(255,255,255,0.3), -1px -1px 3px rgba(255,255,255,0.3);
	}
	
	.cont_link_sns a:hover {
		opacity: 0.7;
		-moz-opacity: 0.7;
		-webkit-opacity: 0.7;
	}
	
	.pagetop a:hover {
		background-color: rgba(145,144,144,0.7);
	}
	

	
	/* --------------- common --------------- */
	
	

	
	
	/* --------------- top --------------- */
	
	.cont_topprofile .btn_link a:hover {
		background-color: rgba(255,255,255,0.2);
	}
	
	.cont_topprofile .btn_link a:hover:before,
	.cont_topconsulting .btn_link a:hover:before,
	.btn_link_result a:hover:before {
		width: 35px;
	}
	
	.cont_topconsulting .btn_link a:hover,
	.btn_link_result a:hover {
		background-color: #99344f;
	}
	
	.link_topresult:hover {
		opacity: 0.7;
	}
	
	.cont_topinfo a.mds:hover:before {
		width: 42px;
	}
	
	.list_topinfo a:hover {
		opacity: 0.7;
		-moz-opacity: 0.7;
		-webkit-opacity: 0.7;
	}
	
	.cont_toplineup .box .mailmaga .input input[type="submit"]:hover {
		opacity: 0.8;
		-moz-opacity: 0.8;
		-webkit-opacity: 0.8;
	}
	
	.cont_toplineup .box .link a:hover span.inner:before {
		width: 42px;
	}

	.cont_topconsulting .btn_topMedia a:hover .detail_media:before {
		width: 35px;
	}
	
}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */
