@charset "Shift_JIS";
 
/*=========================================================================

種別 ： サイト共通汎用css
適用 ： サイト全体

=========================================================================*/

/*
 初期化
-------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, form, p {
	margin:0;
	padding:0;
}
ul, ol, li, dl, dt, dd {
	margin:0;
	padding:0;
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
table {
	empty-cells:show;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
em {
	font-style:normal;
	font-weight:bold;
}

/*
 テキスト
-------------------------------------------------------------------------*/
body {
	font-size:12px;
	line-height:140%;
	color:#333;
}
* html body {	font-size:80%;}
*:first-child+html body {	font-size:80%;}
body * {	font-size:100%;}

/* 文字サイズ(小) */
.txs {	font-size:88%; line-height:125%;}
/* 文字サイズ(大) */
.txl {	font-size:130%;	line-height:145%;}


/*
 リンク
-------------------------------------------------------------------------*/
a,
a:link {
	color:#3643c6;
}
a:visited {
	color:#aa4e6a;
}
a:hover,
a:active {
	text-decoration:none;
	color:#036edc;
}

/* 一覧：SEO社名リンク非表示対応 */
a.compName:link {
        color: #000000;
        text-decoration: none;
}
a.compName:active {
        color: #000000;
        text-decoration: none;
}
a.compName:visited {
        color: #000000;
        text-decoration: none;
}
a.compName:hover {
        color: #000000;
        text-decoration: none;
}
.lnk_gray,
.lnk_gray:link,
.lnk_gray:active,
.lnk_gray:visited,
.lnk_gray:hover
 {
	color: #999999;
	cursor: pointer;
	text-decoration: none;
}

/*
 ナビゲーションスキップ
-------------------------------------------------------------------------*/
.naviSkip{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	overflow:hidden;
}

/*
 非表示コンテンツ
-------------------------------------------------------------------------*/
.hidden {
	text-indent:-5000px;
/* \*/ 
	display:none;
/* */
}

/*
 行揃え
-------------------------------------------------------------------------*/
.taLeft {
	text-align:left !important;
}
.taCenter {
	text-align:center !important;
}
.taRight {
	text-align:right !important;
}

/*
 縦位置
-------------------------------------------------------------------------*/
.vat {
	vertical-align:top !important;
}
.vam {
	vertical-align:middle !important;
}
.vab {
	vertical-align:bottom !important;
}

/*
 float
-------------------------------------------------------------------------*/
.floLeft {
	float: left;
}
.floRight {
	float: right;
}
.clear {
	clear: both;
}

/*
 float clear
-------------------------------------------------------------------------*/
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearfix{
	* height:1%;
}
.clearfix{
	display:block;
}
/* */


/*
 マージン
-------------------------------------------------------------------------*/
.m0 {
	margin: 0 !important;
}

/*
 マージン：上方向
-------------------------------------------------------------------------*/
.mt0 {
	margin-top:0px !important;
}
.mt3 {
	margin-top:3px !important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt15 {
	margin-top:15px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt25 {
	margin-top:25px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt35 {
	margin-top:35px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}

/*
 マージン：左方向
-------------------------------------------------------------------------*/
.ml5{
	margin-left:5px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml15{
	margin-left:15px !important;
}
.ml20{
	margin-left:20px !important;
}
.ml25{
	margin-left:25px !important;
}

/*
 マージン：右方向
-------------------------------------------------------------------------*/
.mr3{
	margin-right:3px !important;
}
.mr5{
	margin-right:5px !important;
}
.mr10{
	margin-right:10px !important;
}
.mr40 {
	margin-right: 40px !important;
}
/*
 マージン：下方向
-------------------------------------------------------------------------*/
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb25{
	margin-bottom:25px !important;
}
.mb30{
	margin-bottom:30px !important;
}

/*
 パディング：上方向
-------------------------------------------------------------------------*/
.pt0{
	padding-top:0 !important;
}
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}

/*
 パディング：下方向
-------------------------------------------------------------------------*/
.pb5{
	padding-bottom:5px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pb15{
	padding-bottom:15px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pb25{
	padding-bottom:25px !important;
}
.pb30{
	padding-bottom:30px !important;
}
.pb35{
	padding-bottom:35px !important;
}
.pb40{
	padding-bottom:40px !important;
}

/*
 パディング：右方向
-------------------------------------------------------------------------*/
.pr0 {
	padding-right:0 !important;
}

/*
 パディング：左方向
-------------------------------------------------------------------------*/
.pl0 {
	padding-left: 0 !important;
}
.pl10 {
	padding-left: 10px !important;
}

/*
 パディング：左右
-------------------------------------------------------------------------*/
.ph20 {
	padding-left: 20px;
	padding-right: 20px;
}

/*
 その他
-------------------------------------------------------------------------*/
.noBr {
	white-space:nowrap !important;
}
.noBd {
	border:none !important;
}
input.oneByte {
	ime-mode:disabled !important;
}
.breakAll {
	word-break:break-all;
}
.ps{
	position: static !important;
}

.u { text-decoration:underline !important; }
.red {
	color: #ff0000 !important;
}
.bold {
	font-weight: bold !important;
}
.fc_or {
	color: #FF9000 !important;
}

.fs12 {
	font-size: 12px;
}
.fs16 {
	font-size: 16px !important;
}


/*
 IE6対応
-------------------------------------------------------------------------*/
html{ 	
	filter:expression(document.execCommand("BackgroundImageCache", false, true));  
}
