@charset "utf-8";
/* -------------------------------------------------------------------
 basic
------------------------------------------------------------------- */

/* firefoxでページ移動の際、コンテンツが少なくても中心がずれないようにする */
html {
	overflow-y: scroll;
}

/* -------------------------------------------------------------------
 base tag
------------------------------------------------------------------- */

/* マージンをリセット */
body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea, header, footer, nav {
	margin: 0;
	padding: 0;
	zoom: 1;
}

/* リストマーカーなし */
ul, ol {
	list-style-type: none;
}

/* 画像・テーブルはボーダーなし */
img {
	border: none;
	-webkit-backface-visibility: hidden;
}

/* スタイルシートOFF時の区切り線 */
hr {
	display: none;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
}

/* リンク縁取りなし */
a {
	outline: none;
}

input[type="text"],input[type="checkbox"], button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.searchBtn {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.fixed {
	position: fixed;
}

/* -------------------------------------------------------------------
 clearfix
------------------------------------------------------------------- */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 */
.clearfix {
    zoom: 1;
}


/* -------------------------------------------------------------------
 画像置換クラス
------------------------------------------------------------------- */

.imgChange {
	line-height: 0.1px;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 1px;
	text-indent: -9999px;
}

/* -------------------------------------------------------------------
 イメージフィット　包括
------------------------------------------------------------------- */

.imgResponsive img{

}


/* ---------------------------------------
　マージン
（注）余白を全てこの共通classで確保するわけではなく、局所的に使用するためのclassです。
統一指定できる箇所は、各ディレクトリおよび固有のcssで指定する。
--------------------------------------- */

/* マージントップ
----------------------------- */
.mgt0	{ margin-top:0 !important; }
.mgt5	{ margin-top:5px !important; }
.mgt10 { margin-top:10px !important; }
.mgt15 { margin-top:15px !important; }
.mgt20 { margin-top:20px !important; }
.mgt25 { margin-top:25px !important; }
.mgt30 { margin-top:30px !important; }
.mgt35 { margin-top:35px !important; }
.mgt40 { margin-top:40px !important; }
.mgt45 { margin-top:45px !important; }
.mgt50 { margin-top:50px !important; }

/* マージンボトム
----------------------------- */
.mgb0	{ margin-bottom:0 !important; }
.mgb5	{ margin-bottom:5px !important; }
.mgb10 { margin-bottom:10px !important; }
.mgb15 { margin-bottom:15px !important; }
.mgb20 { margin-bottom:20px !important; }
.mgb25 { margin-bottom:25px !important; }
.mgb30 { margin-bottom:30px !important; }
.mgb35 { margin-bottom:35px !important; }
.mgb40 { margin-bottom:40px !important; }
.mgb45 { margin-bottom:45px !important; }
.mgb50 { margin-bottom:50px !important; }

/* マージンレフト
----------------------------- */
.mgl0	{ margin-left:0 !important; }
.mgl5	{ margin-left:5px !important; }
.mgl10 { margin-left:10px !important; }
.mgl15 { margin-left:15px !important; }
.mgl20 { margin-left:20px !important; }
.mgl25 { margin-left:25px !important; }
.mgl30 { margin-left:30px !important; }
.mgl35 { margin-left:35px !important; }
.mgl40 { margin-left:40px !important; }
.mgl45 { margin-left:40px !important; }
.mgl50 { margin-left:50px !important; }

/* マージンライト
----------------------------- */
.mgr0	{ margin-right:0 !important; }
.mgr5	{ margin-right:5px !important; }
.mgr10 { margin-right:10px !important; }
.mgr15 { margin-right:15px !important; }
.mgr20 { margin-right:20px !important; }
.mgr25 { margin-right:25px !important; }
.mgr30 { margin-right:30px !important; }
.mgr35 { margin-right:35px !important; }
.mgr40 { margin-right:40px !important; }
.mgr45 { margin-right:40px !important; }
.mgr50 { margin-right:50px !important; }


/* ---------------------------------------
　パディング
（注）余白を全てこの共通classで確保するわけではなく、局所的に使用するためのclassです。
統一指定できる箇所は、各ディレクトリおよび固有のcssで指定する。
--------------------------------------- */

/* パディンングトップ
----------------------------- */
.pdt0	{ padding-top:0 !important; }
.pdt5	{ padding-top:5px !important; }
.pdt10 { padding-top:10px !important; }
.pdt15 { padding-top:15px !important; }
.pdt20 { padding-top:20px !important; }
.pdt25 { padding-top:25px !important; }
.pdt30 { padding-top:30px !important; }
.pdt35 { padding-top:35px !important; }
.pdt40 { padding-top:40px !important; }
.pdt45 { padding-top:40px !important; }
.pdt50 { padding-top:50px !important; }

/* パディンングボトム
----------------------------- */
.pdb0	{ padding-bottom:0 !important; }
.pdb5	{ padding-bottom:5px !important; }
.pdb10 { padding-bottom:10px !important; }
.pdb15 { padding-bottom:15px !important; }
.pdb20 { padding-bottom:20px !important; }
.pdb25 { padding-bottom:25px !important; }
.pdb30 { padding-bottom:30px !important; }
.pdb35 { padding-bottom:35px !important; }
.pdb40 { padding-bottom:40px !important; }
.pdb45 { padding-bottom:40px !important; }
.pdb50 { padding-bottom:50px !important; }

/* パッディングレフト
----------------------------- */
.pdl0	{ padding-left:0 !important; }
.pdl5	{ padding-left:5px !important; }
.pdl10 { padding-left:10px !important; }
.pdl15 { padding-left:15px !important; }
.pdl20 { padding-left:20px !important; }
.pdl25 { padding-left:25px !important; }
.pdl30 { padding-left:30px !important; }
.pdl35 { padding-left:35px !important; }
.pdl40 { padding-left:40px !important; }
.pdl45 { padding-left:40px !important; }
.pdl50 { padding-left:50px !important; }

/* パッディングライト
----------------------------- */
.pdr0	{ padding-right:0 !important; }
.pdr5	{ padding-right:5px !important; }
.pdr10 { padding-right:10px !important; }
.pdr15 { padding-right:15px !important; }
.pdr20 { padding-right:20px !important; }
.pdr25 { padding-right:25px !important; }
.pdr30 { padding-right:30px !important; }
.pdr35 { padding-right:35px !important; }
.pdr40 { padding-right:40px !important; }
.pdr45 { padding-right:40px !important; }
.pdr50 { padding-right:50px !important; }

/* ---------------------------------------
　インライン
--------------------------------------- */
.inlineB95 {
	margin: 0 auto;
	width: 95%;
}

.inlineB90 {
	margin: 0 auto;
	width: 90%;
}

.inlineB85 {
	margin: 0 auto;
	width: 85%;
}

.inlineB80 {
	margin: 0 auto;
	width: 80%;
}

.inlineB75 {
	margin: 0 auto;
	width: 75%;
}

.inlineB70 {
	margin: 0 auto;
	width: 70%;
}

.inlineB65 {
	margin: 0 auto;
	width: 65%;
}

.inlineB60 {
	margin: 0 auto;
	width: 60%;
}

.inlineB55 {
	margin: 0 auto;
	width: 55%;
}

.inlineB50 {
	margin: 0 auto;
	width: 50%;
}

/* ---------------------------------------
　行間
--------------------------------------- */

/* 章（例：25px相当） */
.sentence {
	margin-bottom: 3em !important;
}

.sentence:last-child {
	padding-bottom: 3em !important;
}

/* 段落 */
.paragraph {
	margin-bottom: 2em !important;
}

/* 行 */
.mgbLine {
	margin-bottom: 1em !important;
}

/* ---------------------------------------
　float
--------------------------------------- */
.fl {
	float: left;
}

.fr {
	float: right;
}


/* ---------------------------------------
　注釈
--------------------------------------- */

/* 本文中※ */
span.mkNote {
	position: relative;
	top: -0.4em;
	margin-left: 2px;
	font-size: 75%;
	color: #cc0000 !important;
}

span.mkNoteOnly {
	font-size: 83%;
	padding-left: 1em;
}

span.mkNoteOnly span {
	color: #cc0000 !important;
}

ul.mkNote {
	clear: both;
	margin-top: 1em;
}

ul.mkNote li {
	margin-bottom: 5px;
	line-height: 1.2;
}

ul.mkNote li:last-child {
	margin-bottom: 0;
}


ul.mkNote span {
	color: #cc0000 !important;
}

/* 上付 */
ul.mkNote span.sup {
	color: #555;
}

/* 下付 */
ul.mkNote span.sub {
	color: #555;
}



/* ※&nbsp; */
.note { 
	padding-left: 1.34em;
	text-indent: -1.34em !important;
	font-size: 83%;
}

/* ※1&nbsp; */
.noteNum1 { 
	padding-left: 1.8em;
	text-indent: -1.8em;
	font-size: 83%;
}

/* ※10&nbsp; */
.noteNum2 { 
	padding-left: 2.3em;
	text-indent: -2.3em;
	font-size: 83%;
}

/* *&nbsp; */
.notesAst { 
	padding-left: 1.0em;
	text-indent: -0.85em;
	font-size: 83%;
}

/* ・ */
.notesZenkaku { 
	padding-left: 1.0em;
	text-indent: -0.9em;
	font-size: 83%;
}

/* ・ */
.notesZenkakuFontFull { 
	padding-left: 1.0em;
	text-indent: -1.0em;
}

/* 1．*/
.notesNum { 
	padding-left: 1.0em;
	text-indent: -1.2em;
	font-size: 83%;
}

/* 10．*/
.notesNum2Keta { 
	padding-left: 1.58em;
	text-indent: -1.68em;
	font-size: 83%;
}

/* 1)&nbsp; */
.notesParentNum { 
	padding-left: 1.35em;
	text-indent: -1.2em;
	font-size: 83%;
}

/* (1)&nbsp; */
.notesParent2Num { 
	padding-left: 1.83em;
	text-indent: -1.50em;
	font-size: 83%;
}

/* 10)&nbsp; */
.notesParentNum2Keta { 
	padding-left: 1.98em;
	text-indent: -1.7em;
	font-size: 83%;
}

/* (10)&nbsp; */
.notesParent2Num2Keta { 
	padding-left: 2.48em;
	text-indent: -2.0em;
	font-size: 83%;
}

/* ※注)&nbsp; */
.notesParentAtten {
	padding-left: 3em;
	text-indent: -2.7em;
	font-size: 83%;
}
/* 注1)&nbsp; */
.notesParentAttenNum {
	padding-left: 3.3em;
	text-indent: -3.0em;
	font-size: 83%;
}

/* なし */
.notesMarkerNone {
	margin-top: 1em !important;
	/*text-indent: -1.34em !important;*/
	font-size: 83%;
}


/*　背景
--------------------------------------- */

/* なし */
.bgNone {
	background: none !important;
}

/* グレー */
.bgGray {}


/* -------------------------------------------------------------------
 表示
------------------------------------------------------------------- */

/* 非表示 */
.displayNone {
	display: none;
}


/* -------------------------------------------------------------------
 クリアー
------------------------------------------------------------------- */

/* クリアー */
.clearBoth {
	clear: both;
}


/* -------------------------------------------------------------------
 隙間カット
------------------------------------------------------------------- */

/* 隙間カット */
.sukimaCut {
	line-height: 0;
	font-size: 0;
}


/* ---------------------------------------
　align
--------------------------------------- */

/* 左 */
.alignLeft {
	text-align: left !important;
}

/* 中央 */
.alignCenter {
	text-align: center !important;
}

/* 右 */
.alignRight {
	text-align: right !important;
}


/* -------------------------------------------------------------------
 imeモード
------------------------------------------------------------------- */

/* 日本語 */
.imeNihongo {
	ime-mode: active;
}

/* 英数字 */
.imeEisuji {
	ime-mode: inactive;
}

/* 不可 */
.imeFuka {
	ime-mode: disabled;
}

/* =======================================
   角丸
======================================= */

/* すべて */
.r2Coner {
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
}

/* 右上・下 */
.r2RightConer {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px; 
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px; 
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}

/* 左上・下 */
.r2LeftConer {
border-top-left-radius: 3px; 
border-bottom-left-radius: 3px; 
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px; 
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
}

/* 左下・右下 */
.r2bottomConer {
border-bottom-left-radius: 3px; 
border-bottom-right-radius: 3px; 
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px; 
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
}



/* -------------------------------------------------------------------
 box-sizing
------------------------------------------------------------------ */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.vb img {
	vertical-align: bottom;
}


/* parts.css-------------------------------------------------------------------------------------------------------------------------------------- */

/* -----------------------------------------------
 アイコン
----------------------------------------------- */



/* -----------------------------------------------
 タイトル
----------------------------------------------- */

/* h1相当あしあらい -------------------------*/
.hn01 {}
.hn01 .httLInner {}
.hn01 .httLInnerCopy {}


/* h2相当あしあらい -------------------------*/
.hn02 {}
.hn02 .httLInner {}
.hn02 .httLInnerCopy {}


/* h3相当あしあらい -------------------------*/
.hn03 {}
.hn03 .httLInner {}

/* h4相当あしあらい -------------------------*/
.hn04 {}
.hn04 .httLInner {}

/* h5相当あしあらい -------------------------*/
.hn05 {}
.hn05 .httLInner {}

/* h6相当あしあらい -------------------------*/
.hn06 {}
.hn06 .httLInner {}

/* リード包括 -------------------------*/
.wrapReadTtl {}

/* リードあしあらい -------------------------*/
.wrapReadTtl {}

.wrapReadTxt {}



/* ボタンエフェクト */

.btn {
	padding: 80px 0;
	clear: both;
	width: 100%;
	text-align: center;
}

.btn a {
	color: #fff;
}

.button {
	position: relative;
	display: inline-block;
	padding: .5em 4em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	transition: all .5s;
}

.button span.arrow{
	background-image: url(../img/top/ic_btn_arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}

.button::before,
.button::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.button::before {
	top: 0;
	left: 0;
	border-top: 1px solid #3e3e3e;
}
.button::after {
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #3e3e3e;
}
.button:hover {
	background-color: rgba(144,0,0,0.2);
	color: #d6d6d6;
	transition: all .7s;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .7s;
}



/*  ------------------------------------------------------------------
	汎用 ul
---------------------------------------------------------------------*/

ul.ulType01 {
	padding-left: 25px;
}

ul.ulType01.twoRowList li {
	float: left;
	width: 47%;
}

ul.ulType01.twoRowList li:nth-child(even){
	margin-left: 6%;
}

ul.ulType01 li {
	list-style: disc;
	margin-bottom: 10px;
}

ul.ulType01 li span{
	color: #333;
}

/*  nest <ul> 
-----------------------------------*/
ul.ulType01 ul {
	margin-left: 25px;
	padding: 15px 0 3px;
}
ul.ulType01 ul li {
	list-style: disc;
	margin-bottom: 10px;
}
/*  nest <ul><ul> 
-----------------------------------*/
ul.ulType01 ul ul li {
	list-style: circle;
}
/*  nest <ol>
-----------------------------------*/
ul.ulType01 ol {
	margin-left: 22px;
	padding: 15px 0 3px;
}
ul.ulType01 ol li {
	list-style: decimal;
	margin-bottom: 10px;
}
/*  ブレットがいらない時
-----------------------------------*/
ul.ulType01 li.bulNone {
	list-style: none;
}

/*  ------------------------------------------------------------------
	汎用 ul_02(ブレットなし)
---------------------------------------------------------------------*/
ul.ulType02 {
	padding-left: 5px;
}
ul.ulType02 li {
	margin-bottom: 10px;
}
ul.ulType02 ul {
	padding-top: 10px;
	padding-left: 20px;
}
/*  ブレットがほしい時
-----------------------------------*/
ul.ulType02 li.bul {
	list-style: square;
	list-style-position: inside;
}


/*  ------------------------------------------------------------------
	汎用 ul_03(ブレットなし)
---------------------------------------------------------------------*/
ul.ulType03 {}

ul.ulType03 li {
	float: left;
	margin-right: 0.5em;
}


/*  ------------------------------------------------------------------
	汎用 ol
---------------------------------------------------------------------*/
ol.olType01 {
	margin-bottom: 1.6em;
	padding-left: 0.5em;
    counter-reset: li;    /* li のカウンタを 0 にセット */ 
    list-style: none;
}

ol.olType01.twoRowList li {
	float: left;
	width: 43%;
}

ol.olType01.twoRowList li:nth-child(even){
	margin-left: 6%;
}

ol.olType01.roma {
	list-style-type: lower-alpha;/* ローマ字 */
}
ol.olType01 li {
	margin-bottom: 0.4em;
	text-indent: -1.3em;
	padding-left: 1.5em;
}
ol.olType01 li.num:before {
    color: #a256b8;
    font-weight: bold;
    counter-increment: li;   /* li の数を一つずつ増加 */
    content: counter(li) ". ";          /* 数を表示 */
}

/*  nest <ol>
-----------------------------------*/
ol.olType01 ol {
	margin-left: 22px;
	padding: 15px 0 3px;
}
ol.olType01 ol li {
	margin-bottom: 10px;
}
/*  nest <ul>
-----------------------------------*/
ol.olType01 ul {
	margin-left: 25px;
	padding: 15px 0 3px;
}
ol.olType01 ul li,
ol.olType01.roma ul li{
	list-style: square;
	margin-bottom: 10px;
}
ol.olType01 ul ul li {
	list-style: circle;
}


/*  ------------------------------------------------------------------
	デザイン ol
---------------------------------------------------------------------*/
ol.olTypeDes {
    counter-reset:li; /* Initiate a counter */
	margin: 0 0 0 0.5em;
    padding:0;
    list-style:none; /* Disable the normal item numbering */
}
ol.olTypeDes li {
    position:relative; /* Create a positioning context */
    margin:0 0 6px 0; /* Give each list item a left margin to make room for the numbers */
    padding:2px 30px 6px 30px;
}
ol.olTypeDes li:last-child {
    margin:0; /* Give each list item a left margin to make room for the numbers */
}
ol.olTypeDes li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;/*ここで円の大きさが変えれます*/
	height: 24px;/*ここで円の大きさが変えれます*/
	text-align: center;
	line-height: 24px;
	border-radius: 100%;
	font-weight: bold;
	color: white;
	background: #d16787;/*ここで色変えれます*/
}

/*  ------------------------------------------------------------------
	ナンバリングdl
	(olに似ているが番号をIE7でスタイリング出来ないのでdlで代用)
---------------------------------------------------------------------*/
dl.number {
	padding: 0 15px 15px 5px;
	zoom: 1;
}
dl.number dt {
	padding: 0 0 9px;
	margin-bottom: -39px;
	width: 55px;
	font-weight: bold;
	zoom: 1;
}
dl.number dd {
	padding: 10px 0 10px 35px;
}


/*  ------------------------------------------------------------------
	ノーマルテーブル
---------------------------------------------------------------------*/
.normalTable table {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #c9caca;
	border-left: 1px solid #c9caca;
}
.normalTable table th,
.normalTable table td {
	padding: 10px 10px 8px 10px;
	border-bottom: 1px solid #c9caca;
	border-right: 1px solid #c9caca;
	text-align: center;
}

.normalTable table th {
	background: #e3ede9;
}
.normalTable table td {
	background: #fff;
}

.normalTable table td.vb img  {
	vertical-align: bottom;
}

.menuTable table {
	width: 100%;
	margin-top: 5px;
	box-sizing: border-box;
	border-top: 2px solid #c9caca;
	border-left: 2px solid #c9caca;
	border-bottom: 1px solid #c9caca;
}

.menuTable table th,
.menuTable table td {
	width: 50%;
}

.menuTable table th {
	background: #f6f5e9;
	text-align: left;
}

.menuTable table td {
	background: #fff;
	text-align: right;
	border-right: 2px solid #c9caca;
}


/* font.css-------------------------------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------
 base font
------------------------------------------------------------------- */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}


html { font-size: 62.5%; font-size /*\**/: 55%\9; /* for IE8 */ }
body {
	color: #1a1a1a;
	font-size: 14px;
	font-size: 1.4rem;
	font-size /*\**/: 100%\9; /* for IE8 */
	line-height: 1.6;
	font-family:"Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Helvetica,Arial,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.mincho {font-family:"游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", sans-serif !important;}


/* -- font-size class ------------------- */
.fs10   { font-size: 10px; font-size: 1.0rem; }
.fs12   { font-size: 12px; font-size: 1.2rem; }
.fs13   { font-size: 13px; font-size: 1.3rem; }
.fs14   { font-size: 14px; font-size: 1.4rem; }
.fs16   { font-size: 16px; font-size: 1.6rem; }
.fs18   { font-size: 18px; font-size: 1.8rem; }
.fs20   { font-size: 20px; font-size: 2.0rem; }
.fs22   { font-size: 22px; font-size: 2.2rem; }
.fs24   { font-size: 24px; font-size: 2.4rem; }

/* -- for IE8 -- */
.fs10   { font-size /*\**/: 77%\9; }
.fs12   { font-size /*\**/: 93%\9; }
.fs13   { font-size /*\**/: 100%\9; }
.fs14   { font-size /*\**/: 108%\9; }
.fs16   { font-size /*\**/: 123.1%\9; }


.fsM   { font-size: 16px; font-size: 1.6rem; font-weight: normal !important; }
.fsL   { font-size: 22px; font-size: 2.2rem; font-weight: normal !important; }


/* テキストをノーマルに */
address {
	font-style: normal;
}

/* h[n] */
h1,h2,h3,h4,h5,h6 {
	font-size: 1.4rem;
}

/* sup */
sup {
	font-size: 1.0rem;
}

/* strong */
strong {
	color: #656565;
}

/* -------------------------------------------------------------------
 太字
------------------------------------------------------------------- */

.fwBold {
	font-weight: bold;
}

.fwNormal {
	font-weight: normal;
}


/* -------------------------------------------------------------------
 カラー
------------------------------------------------------------------- */
.alert {
	color: #e31c24;
	font-style: normal;
}

/* 赤 */
.fcRed {
	color: #e31c24;
}

/* 白 */
.fcWhite {
	color: #FFF !important;
}

/* 緑 */
.fcGreen {
	color: #83ab1b !important;
}

/* 赤ボールド */
.fcRedBold {
	color: #e31c24;
	font-weight: bold;
}

/* リンク色ブルー */
.fcLinkBule {
	color: #1857ad;
}

/* マーカありストロング */
.attMarker {
	padding: 0 0.5%;
	background: #ffff99;
	font-weight: bold;
}

/* -------------------------------------------------------------------
 注釈関連
------------------------------------------------------------------- */

/* ※ */
.notesTxt {
　font-size: 77%;
}



/* link.css-------------------------------------------------------------------------------------------------------------------------------------- */

a:link {
	color: #2586aa;
}

a:active {
	color: #1857ad;
	text-decoration: none;
}

a:visited {
	color: #20a1a9;
	text-decoration: none;
}

a:hover {
	color: #ff3300;
	text-decoration: none;
}


/* -------------------------------------------------------------------
 アルファ
------------------------------------------------------------------- */
/*
a img:hover{
    opacity: 0.6; 
    filter: alpha(opacity=60); 
    -moz-opacity: 0.6;
}
*/

/* アルファなし */
a.alphaNone img:hover{
    opacity: 1.0; 
    filter: alpha(opacity=100); 
    -moz-opacity: 1.0;
}


/* -------------------------------------------------------------------
 リンクカラー
------------------------------------------------------------------- */

/* ホワイト */
.linkWhite a:link {
	color: #FFF;
	text-decoration: none;
}

.linkWhite a:active {
	color: #FFF;
	text-decoration: none;
}

.linkWhite a:visited {
	color: #FFF;
	text-decoration: none;
}

.linkWhite a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* グレー */
.linkGray a:link {
	color: #666;
	text-decoration: none;
}

.linkGray a:active {
	color: #666;
	text-decoration: none;
}

.linkGray a:visited {
	color: #666;
	text-decoration: none;
}

.linkGray a:hover {
	color: #666;
	text-decoration: underline;
}

















