@charset "UTF-8";

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 
 * 基本設定
 * 
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

body {
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
}

/*------------------------------------------------------------

   リンク設定

------------------------------------------------------------*/

a:link,
a:visited {
	color:#000080;
	text-decoration: none;
}

a:hover,
a:active {
	color:#000080;
	text-decoration: none;
}

/*------------------------------------------------------------

   非表示(表示しない要素に付加してください)

------------------------------------------------------------*/

.hide {
	display: none !important;
}
