@charset "utf-8";
/*
Theme Name: BizVektor-child
Template: biz-vektor
Description: biz-vektorの子テーマです。
Author: visanavijapan
*/

/* ヘッダートップ　画面が小さくても表示させる */
#headerTop{
	display: block;
}

/* ヘッダートップ　言語切り替えリンクボタン */
#langnav a{
	float:right;
	font-size: 12px;
	line-height: 110%;
	text-align: center;
	position: relative;
	width: auto;
	border: 1px solid #666;
        border-radius: 10%;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	padding: 4px 10px;
	text-decoration: none;
	margin: 2px 0 2px 8px;
	background-color: #666;
	color: #fff;
	display: inline-block;
	box-shadow: inset 0px 0px 1px rgba(255,255,255,1);
}
