@charset "utf-8";
@import url("decorate.css");
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/










/* モバイルレイアウト : 480 px およびそれ以下. */






/* ヘッダーエリア */

#header {
	top: 0;
	width: 99.9%;
	z-index: 1000;
	margin-bottom: 0px;
	text-align: center;
	background-color: #CCC;
}
#header div.menu {
}

#header img-Box {
	display: block;
	margin: 10px;
}




#main {
	width: 99.9%;
	margin-bottom: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}





.One-01 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;	/*最大幅*/
	background: rgba(255,255,255,0.6);
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}


.One-02 {/*----文字センター----*/
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;	/*最大幅*/
	background: rgba(255,255,255,0.6);
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

.ranking {/*----ランキング専用----*/
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;	/*最大幅*/
	background: rgba(255,255,255,0.6);
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;

}


.Masking-01 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	display: block;
	text-align: center;
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),
	url(../image/pop.jpg);
	background-size: 60% auto;
	background-position: center top;
	background-attachment: fixed;
}


.Masking-02 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	display: block;
	text-align: center;
	background-image: url(../image/bg-01.jpg);
	background-size: 70% auto;
	background-position: center top;
	background-attachment: fixed;
}



.four-01 {
	width: 48.5%;
	float: left;
	clear: both;
	display: block;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 10px;
	border: 1px solid #e6e6fa;
	border-radius: 10px;
	background-color: #d3cbc6;
	text-align: center;
}

.four-02 {
	width: 48.5%;
	float: left;
	clear: none;
	display: block;
	margin-bottom: 2%;
	padding: 10px;
	border: 1px solid #e6e6fa;
	border-radius: 10px;
	background-color: #d3cbc6;
	text-align: center;
}
.four-03 {
	width: 48.5%;
	float: left;
	clear: both;
	display: block;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 10px;
	border: 1px solid #e6e6fa;
	border-radius: 10px;
	background-color: #d3cbc6;
	text-align: center;
}
.four-04 {
	width: 48.5%;
	float: left;
	clear: none;
	display: block;
	margin-bottom: 2%;
	padding: 10px;
	border: 1px solid #e6e6fa;
	border-radius: 10px;
	background-color: #d3cbc6;
	text-align: center;
}








/* モバイルレイアウト : 480 px およびそれ以下. */


.mobile { display: block !important; }
.tab { display: block !important; }
.pc { display: none !important; }
.Left-Menu-Box { display: none !important; }




.Left-Menu-Box {
	width: 99%;
	text-align: left;
	border: 1px solid #e6e6fa;
	border-radius: 10px;
	background: rgba(255,255,255,0.4);
	display: block;
	margin-top: 20px;
	padding: 1%;
}

.Right-Menu-Box {
	width: 99%;
	text-align: left;
	display: block;
	margin-top: 20px;
}





.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 20px;
}


























/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {










.four-01 {
	width: 48.5%;
	float: left;
	clear: both;
	display: block;
	margin-right: 2%;
}

.four-02 {
	width: 48.5%;
	float: left;
	clear: none;
	display: block;
}


.four-03 {
	clear: both;
	float: left;
	width: 48.5%;
	display: block;
	margin-right: 2%;
}


.four-04 {
	width: 48.5%;
	float: left;
	clear: none;
	display: block;
}













}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {


.mobile { display: none !important; }
.tab { display: none !important; }
.pc { display: block !important; }
.Left-Menu-Box { display: block !important; }










.Left-Menu-Box {
	width: 30%;
	float: left;
	text-align: left;
	display: block;
	margin-top: 20px;
	margin-right: 20px;
}

.Right-Menu-Box {
	width: 65%;
	float: left;
	display: block;
	margin-top: 20px;
}








.four-01 {
	clear: both;
	float: left;
	width: 24.2%;
	display: block;
	margin-right: 1%;
}

.four-02 {
	clear: none;
	float: left;
	width: 24.2%;
	display: block;
	margin-right: 1%;
}


.four-03 {
	clear: none;
	float: left;
	width: 24.2%;
	display: block;
	margin-right: 1%;
}


.four-04 {
	clear: none;
	float: left;
	width: 24.2%;
	display: block;
}








}








/* フッターエリア */

#footer {
	max-width: 100%;	/*最大幅*/
	margin-right: auto;
	margin-left: auto;
	background-color: #f5fffa;
	padding-top: 20px;
}


#footer div.footercommercial {
	line-height: 200%;
	text-align: center;
}

#footer div.footeraddress {
	right: 0px;
	text-align: center;
	line-height: 180%;
	}


























/*
/* 
 * 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: #222; }

/* 
 * 選択ハイライトでテキストシャドウを削除 : h5bp.com/I
 * これらの選択の宣言は、個々に行われる必要があります
 * 関連項目 : ホットピンク (または、デザインに合わせて背景色をカスタマイズ)
 */

/* Dreamweaver : 選択ハイライトをカスタマイズする場合は、これらを非コメント化します
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   リンク
   ========================================================================== */

a {
	color: #00F;
}
a:hover {
	color: #00608d
}
a:focus { outline: thin dotted; }

a { text-decoration: 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: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
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; }

/*
 * 一貫したボックスのサイズ変更および外観を保持
 */

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; }


/* ==|== プライマリスタイル =====================================================
   作成者 :  
   ========================================================================== */
















/* ==|== 非セマンティックヘルパークラス ========================================
   このセクションの前にスタイルを定義してください。
   ========================================================================== */

/* イメージの置き換え用 */
.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; }
}












