@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: Kunimi Hirano
Tags: 
Version: 0.1.0
*/

@media (min-width: 970px) {
#main #container #sideTower { float: right; width: 260px; clear: none; font-size: 15px; }
}

a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.sub-menu a{
	font-size: 13px;
}

#headerRight{
	text-align:right;
}

/***** コンタクトフォーム *****/
.wpcf7-form {
 	font-size: 15px;
}


@media screen and (max-width: 480px) {
	iframe{
		width:100%;
		height:100%;
	}
	#headerRight {
		text-align:center;
	}
	#headerInner {
		text-align:center;
	}
	#gMenu {
	position: fixed !important;  
	position: absolute;  
	top: 50px;
	left: 0;
	z-index:1;
	}
}