@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate	
 *
 * 以下は、クロスブラウザースタイリングに関する多くのリサーチの結果です。
 * Nicolas Gallagher、Jonathan Neal、
 * Kroc Camen および H5BP 部門のコミュニティとチームの貢献に対してここに心より感謝申し上げます。
 *
 * この CSS について詳しくは、h5bp.com/css を参照してください
 * 
 * Dreamweaver の変更点 : 
 * 1. 選択ハイライトをコメントアウトしました
 * 2. メディアクエリセクションを削除しました (別のファイルに独自のセクションを追加)
 *
 * ==|== 正規化 ==========================================================
 */


/* =============================================================================
   HTML5 表示定義
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   ベース
   ========================================================================== */

/*
 * 1. 本文のフォントサイズの設定に em 単位を使用している場合、IE6/7 のテキストの正常でないサイズ変更を修正
 * 2. IE 以外での垂直スクロールバーの使用を強制
 * 3. ユーザーズームを無効にしないと、デバイス方向の変更で iOS テキストサイズが調整されないように修正 : h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 14px; line-height: 1.231; }

body, button, input, select, textarea { /*font-family: sans-serif;*/ color: #111;
	font-family: "FP-ヒラギノ明朝 ProN W3";
	text-rendering: optimizeLegibility;
	}

/* 
 * 選択ハイライトでテキストシャドウを削除 : h5bp.com/I
 * これらの選択の宣言は、個々に行われる必要があります
 * 関連項目 : ホットピンク (または、デザインに合わせて背景色をカスタマイズ)
 */

/* Dreamweaver : 選択ハイライトをカスタマイズする場合は、これらを非コメント化します
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   リンク
   ========================================================================== */

a { outline: none; }
a:focus { outline: none; }

/* すべてのブラウザーで、フォーカスの設定時およびホバー時の読みやすさを改善 : h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   テキスト編集
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* タイプライター字体ファミリーを再宣言 : h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* すべてのブラウザーでのプリフォーマットテキストの読みやすさを改善 */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* 行の高さに影響を与えずに、サブスクリプトおよびスーパースクリプトコンテンツを配置 : h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   リスト
   ========================================================================== */

ul, ol { margin: 0; padding: 0; list-style-type: none; }
dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   埋め込まれたコンテンツ
   ========================================================================== */

/*
 * 1. IE7 で拡大/縮小する際の画質を改善 : h5bp.com/d
 * 2. イメージコンテナでのイメージとボーダーとの間の隙間を削除 : h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * IE9 で非表示にならないオーバーフローを修正
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   図
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   フォーム
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* “ラベル” が、関連付けられたフォームエレメントにフォーカスをシフトするように指定 */
label { cursor: pointer; }

/* 
 * 1. IE6/7/8/9 の継承しないカラーを修正
 * 2. IE6/7 正常に表示されない整列を修正
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. すべてのブラウザーでの継承しないフォントサイズを修正
 * 2. FF3/4 S5 Chrome のマージンを削除
 * 3. すべてのブラウザーの縦揃えの一貫した表示を定義
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. FF3/4 に合わせて行の高さを標準に定義 (UA スタイルシートで !important を使用して設定)
 * 2. IE6/7 で正常に表示されない内部間隔を修正
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * IE6/7 のオーバーラップとホワイトスペースの問題を回避するために “テーブル” の内部間隔を再導入
 */

table button, table input { *overflow: auto; }

/*
 * 1. クリック可能なフォームエレメントの手の形のカーソルを表示
 * 2. iOS のクリック可能なフォームエレメントのスタイル付けを許可
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; /*border: none;*/}

/*
 * 一貫したボックスのサイズ変更および外観を保持
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * FF3/4 の内部余白とボーダーを削除 :  h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. IE6/7/8/9 のデフォルトの垂直スクロールバーを削除 
 * 2. 垂直のサイズ変更のみを許可
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* フォームの有効期間のカラー */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   テーブル
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/*OthersSetting
----------------------------------------------------*/
strong {font-weight: bold;}
em {font-style: italic;}

.floatL{float: left;}
.floatR{float: right;}

.l{text-align: left!important;}
.r{text-align: right!important;}
.c{text-align: center!important;}

.verticalTop { vertical-align: top; }

.s{font-size: 85%;}


.no{display: none;}

.clear{
	clear: both;
	display: block;
	}
.smoothColor {
	color: #111;
	}

.lBlock, .lBox{
	float: left;
	display: inline;
	}
.rBlock, .rBox{
	float: right;
	display: inline;
	}
.lh1 { line-height: 1!important; }

.white { background: #ffffff; color: #000000; }

.indent { padding-left:1em; text-indent:-1em; }



/* ==|== プライマリスタイル =====================================================
   作成者 :  
   ========================================================================== */

/*---------  Margin Set  --------------*/
.mt05 {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;}
.mt45 {margin-top: 45px!important;}.mt50 {margin-top: 50px!important;}.mt55 {margin-top: 55px!important;}.mt60 {margin-top: 60px!important;}
.mt65 {margin-top: 65px!important;}.mt70 {margin-top: 70px!important;}.mt75 {margin-top: 75px!important;}.mt80 {margin-top: 80px!important;}
.mt85 {margin-top: 85px!important;}.mt90 {margin-top: 90px!important;}.mt95 {margin-top: 95px!important;}.mt100 {margin-top: 100px!important;}
.ml05 {margin-left: 5px!important;}.ml10 {margin-left: 10px!important;}.ml15 {margin-left: 15px!important;}.ml20 {margin-left: 20px!important;}
.ml25 {margin-left: 25px!important;}.ml30 {margin-left: 30px!important;}.ml35 {margin-left: 35px!important;}.ml40 {margin-left: 40px!important;}
.ml45 {margin-left: 45px!important;}.ml50 {margin-left: 50px!important;}.ml55 {margin-left: 55px!important;}.ml60 {margin-left: 60px!important;}
.ml65 {margin-left: 65px!important;}.ml70 {margin-left: 70px!important;}.ml75 {margin-left: 75px!important;}.ml80 {margin-left: 80px!important;}
.ml85 {margin-left: 85px!important;}.ml90 {margin-left: 90px!important;}.ml95 {margin-left: 95px!important;}.ml100 {margin-left: 100px!important;}
.mr05 {margin-right: 5px!important;}.mr10 {margin-right: 10px!important;}.mr15 {margin-right: 15px!important;}.mr20 {margin-right: 20px!important;}
.mr25 {margin-right: 25px!important;}.mr30 {margin-right: 30px!important;}.mr35 {margin-right: 35px!important;}.mr40 {margin-right: 40px!important;}
.mr45 {margin-right: 45px!important;}.mr50 {margin-right: 50px!important;}.mr55 {margin-right: 55px!important;}.mr60 {margin-right: 60px!important;}
.mr65 {margin-right: 65px!important;}.mr70 {margin-right: 70px!important;}.mr75 {margin-right: 75px!important;}.mr80 {margin-right: 80px!important;}
.mr85 {margin-right: 85px!important;}.mr90 {margin-right: 90px!important;}.mr95 {margin-right: 95px!important;}.mr100 {margin-right: 100px!important;}
.mb05 {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;}.mb35 {margin-bottom: 35px!important;}.mb40 {margin-bottom: 40px!important;}
.mb45 {margin-bottom: 45px!important;}.mb50 {margin-bottom: 50px!important;}.mb55 {margin-bottom: 55px!important;}.mb60 {margin-bottom: 60px!important;}
.mb65 {margin-bottom: 65px!important;}.mb70 {margin-bottom: 70px!important;}.mb75 {margin-bottom: 75px!important;}.mb80 {margin-bottom: 80px!important;}
.mb85 {margin-bottom: 85px!important;}.mb90 {margin-bottom: 90px!important;}.mb95 {margin-bottom: 95px!important;}.mb100 {margin-bottom: 100px!important;}
.ml00 {margin-left: 0!important;}.mb00 {margin-bottom: 0!important;} .mr00 {margin-right: 0!important;}.mt00 {margin-top: 0!important;}
.m00 {margin: 0!important;}

/*---------  Padding Set  --------------*/
.pt05 {padding-top: 5px!important;}.pt10 {padding-top: 10px!important;}.pt15 {padding-top: 15px!important;}.pt20 {padding-top: 20px!important;}
.pt25 {padding-top: 25px!important;}.pt30 {padding-top: 30px!important;}.pt35 {padding-top: 35px!important;}.pt40 {padding-top: 40px!important;}
.pt45 {padding-top: 45px!important;}.pt50 {padding-top: 50px!important;}.pt55 {padding-top: 55px!important;}.pt60 {padding-top: 60px!important;}
.pt65 {padding-top: 65px!important;}.pt70 {padding-top: 70px!important;}.pt75 {padding-top: 75px!important;}.pt80 {padding-top: 80px!important;}
.pt85 {padding-top: 85px!important;}.pt90 {padding-top: 90px!important;}.pt95 {padding-top: 95px!important;}.pt100 {padding-top: 100px!important;}
.pl05 {padding-left: 5px!important;}.pl10 {padding-left: 10px!important;}.pl15 {padding-left: 15px!important;}.pl20 {padding-left: 20px!important;}
.pl25 {padding-left: 25px!important;}.pl30 {padding-left: 30px!important;}.pl35 {padding-left: 35px!important;}.pl40 {padding-left: 40px!important;}
.pl45 {padding-left: 45px!important;}.pl50 {padding-left: 50px!important;}.pl55 {padding-left: 55px!important;}.pl60 {padding-left: 60px!important;}
.pl65 {padding-left: 65px!important;}.pl70 {padding-left: 70px!important;}.pl75 {padding-left: 75px!important;}.pl80 {padding-left: 80px!important;}
.pl85 {padding-left: 85px!important;}.pl90 {padding-left: 90px!important;}.pl95 {padding-left: 95px!important;}.pl100 {padding-left: 100px!important;}
.pr05 {padding-right: 5px!important;}.pr10 {padding-right: 10px!important;}.pr15 {padding-right: 15px!important;}.pr20 {padding-right: 20px!important;}
.pr25 {padding-right: 25px!important;}.pr30 {padding-right: 30px!important;}.pr35 {padding-right: 35px!important;}.pr40 {padding-right: 40px!important;}
.pr45 {padding-right: 45px!important;}.pr50 {padding-right: 50px!important;}.pr55 {padding-right: 55px!important;}.pr60 {padding-right: 60px!important;}
.pr65 {padding-right: 65px!important;}.pr70 {padding-right: 70px!important;}.pr75 {padding-right: 75px!important;}.pr80 {padding-right: 80px!important;}
.pr85 {padding-right: 85px!important;}.pr90 {padding-right: 90px!important;}.pr95 {padding-right: 95px!important;}.pr100 {padding-right: 100px!important;}
.pb05 {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;}
.pb45 {padding-bottom: 45px!important;}.pb50 {padding-bottom: 50px!important;}.pb55 {padding-bottom: 55px!important;}.pb60 {padding-bottom: 60px!important;}
.pb65 {padding-bottom: 65px!important;}.pb70 {padding-bottom: 70px!important;}.pb75 {padding-bottom: 75px!important;}.pb80 {padding-bottom: 80px!important;}
.pb85 {padding-bottom: 85px!important;}.pb90 {padding-bottom: 90px!important;}.pb95 {padding-bottom: 95px!important;}.pb100 {padding-bottom: 100px!important;}
.pt00 {padding-top: 0px!important;}.pb00 {padding-bottom: 0!important;}














/* ==|== 非セマンティックヘルパークラス ========================================
   このセクションの前にスタイルを定義してください。
   ========================================================================== */

/* イメージの置き換え用 */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* スクリーンリーダーとブラウザーの両方で非表示 : h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* 視覚的にのみ非表示にする。ただし、スクリーンリーダーでは使用できるようにする : h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* キーボードを介して移動されたエレメントをフォーカスできるようにするために .visuallyhidden クラスを拡張 : h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* スクリーンリーダーで視覚的に非表示 (ただし、レイアウトは保持) */
.invisible { visibility: hidden; }

/* フロートを含める : h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== スタイルを印刷 =======================================================
   スタイルを印刷。
   インラインにして必要な HTTP 接続を回避 : h5bp.com/r
   ========================================================================== */
 
 @media print {
/*   * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 黒は速く印刷される : h5bp.com/s */
  a, a:visited { text-decoration: underline; }
/*  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } */ /* イメージのリンクまたは javascript/内部リンクを表示しない */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
