@charset "utf-8";

/* PC・タブレット・スマホ共通設定 */

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	全体設定
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

html {
	overflow-y: scroll;
}

body {
	margin		: 0px;
	padding		: 0px;
	font		: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォントファミリー*/
	color		: #000000;	/*全体の文字色*/
	background	: #302018;	/*背景色*/
	line-height	: 150%
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure {
	margin	: 0px;
	padding	: 0px;
}

ul {
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*----------------------------------------
　リンク（全般）設定
----------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
}

a:hover {
	color: #9a876a;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*----------------------------------------
　コンテナー（HPを囲むブロック）
----------------------------------------*/
#container {
	width		: 940px;		/* コンテナー幅 */
	background	: #FFFFFF;		/* 背景色 */
	margin		: 4px auto 0px;
}

/*----------------------------------------
　コンテナー（HPを囲むブロック）
----------------------------------------*/
#containerIn {
	width		: 900px;		/*コンテナー幅*/
	background	: #FFFFFF;		/*背景色*/
	margin		: 4px auto 0px;
}

HeaderBlank {
	font	: 1px;
	margin	: 5px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	ヘッダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*----------------------------------------
　ヘッダーブロック
----------------------------------------*/
header {
	background		: #FFFFFF;				/* 背景色 */
	border			: 1px solid #000000;	/* 線の幅、線種、色 */
	border-radius	: 8px;					/* 角丸のサイズ */
	height			: 104px;				/* ヘッダーの高さ */
	-webkit-box-shadow: 1px 3px 5px rgba(0,0,0,0.2);	/* 影の設定。右・下・ぼかし幅・色の設定。左4つの数字がRGBでの色指定で最後の小数点が透明度。 */
	box-shadow		: 1px 3px 5px rgba(0,0,0,0.2);		/* 同上 */
	margin-bottom	: 10px;					/* ヘッダーとメニューの間のスペース */
	position		: relative;
	vertical-align	: bottom;
}

/*----------------------------------------
　ロゴ画像
----------------------------------------*/
header #logo img {
/*	position: absolute;	*/
/*	left	: 8px;		*/	/*ヘッダーブロックに対して左から8pxの場所に配置*/
/*	top		: 8px;		*/	/*ヘッダーブロックに対して上から8pxの場所に配置*/
}

.HeaderBlockOut {
	width	: 900px;
	margin-bottom: 4px;	/*ヘッダーとメニューの間のスペース*/
}

.HeaderBlockIn {
	width	: 800px;
	margin	: auto;
}

.HeaderLogo {
	width	: 640px;
	height	:  96px;
	top		: 0;
	bottom	: 0;
	left	: 0;
	right	: 0;
	position: absolute;
	margin	: auto;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	上部のメインメニュー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
nav#menubar ul {
	width	: 880px;	/*幅*/
	margin	: auto;
}

/*メニュー１個ごとの設定*/
nav#menubar ul li {
	float			: left;
	width			: 166px;		/* 幅 */
	text-align		: center;		/* 文字をセンタリング */
	letter-spacing	: 0.1em;		/* 文字間隔を少し広めにとる設定。 */
	background		: #FFFFFF;		/* 背景色（※古いブラウザ用） */
	margin-left		: 10px;			/* メニュー同士のスペース */
	border			: 1px solid #000000;	/* 線の幅、線種、色 */
	border-radius	: 4px;			/* 角丸のサイズ */
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);	/*影の設定。右・下・ぼかし幅・色の設定。左4つの数字がRGBでの色指定で最後の小数点が透明度。*/
	box-shadow		: 1px 2px 5px rgba(0,0,0,0.1);			/*同上*/
	margin-bottom	: 10px;	/*メニューと下のコンテンツとの間のスペース*/
}
nav#menubar ul li a {
	text-decoration: none;
	display		: block;
	padding		: 8px 0px;		/*メニュー内の上下、左右へとる余白*/
}

/*最初のメニューの設定*/
nav#menubar ul li:first-child {
	margin-left	: 0;
}

/*マウスオン時の設定*/
nav#menubar ul li:hover {
	background	: #FFF;			/*背景色*/
	border-radius		: 4px;			/*角丸のサイズ*/
	-webkit-box-shadow	: none;	/*メニューの影を消す設定*/
	box-shadow	: none;			/*同上*/
	position	: relative;
	left		: 2px;	/*左から1px移動する*/
	top			: 2px;	/*上から1px移動する*/
}

nav#contents {
	width	: 900px;	/*幅*/
	margin	: auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	メインコンテンツ（左側ブロック）
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#main {
	float	: left;	/*左側に流し込み*/
	width	: 580px;	/*コンテンツ幅*/
	padding-bottom	: 30px;
}

/*１カラム利用時でのmainコンテンツ*/
.c1 #main {
	float	: none;
	width	: 100%;
}

/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear			: both;
	margin-bottom	: 5px;
	font-size		: 100%;
	color			: #FFFFFF;
	background		: #000000;
	background		: #000000;
	padding			: 4px 12px;		/*左から上下、左右への余白*/
	border-radius	: 8px;			/*角丸のサイズ*/
	letter-spacing	: 0.1em;
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear			: both;
	margin-bottom	: 15px;
	font-size		: 100%;
	color			: #FFFFFF;
	background		: #000000;
	background		: #000000;
	padding			: 8px 8px;		/*左から上下、左右への余白*/
	border-radius	: 8px;			/*角丸のサイズ*/
	letter-spacing	: 0.1em;
}

/*mainコンテンツのh4タグの設定*/
#main h4 {
	clear			: both;
	margin-bottom	: 15px;
	font-size		: 100%;
	background		: #FFF;		/*背景色（古いブラウザだとここの色のみが出ます）*/
	background		: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ebebeb));	/*グラデーション*/
	background		: -webkit-linear-gradient(#FFF, #ebebeb);	/*同上*/
	background		: linear-gradient(#FFF, #ebebeb);			/*同上*/
	padding			: 4px 15px;				/*上下、左右への余白*/
	border			: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
	border-radius	: 8px;					/*角丸のサイズ*/
	letter-spacing	: 0.1em;				/*文字間隔を少し広めにとる設定。*/
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding	: 8px 16px 8px;	/*左から、上、左右、下への余白*/
}

/*mainコンテンツの段落タグ設定*/
#main ps {
	font-size	: 75%;
}

#main p + p {
	padding-top	: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top	: 0px;
	margin-top	: -5px;
}

/*ボックス内の写真*/
#main img {
	border	: 1px solid #000000;	/*枠線の幅、線種、色*/
}

.MainBlockOut {
	width	: 900px;
	margin-bottom: 4px;		/* ヘッダーとメニューの間のスペース */
}

.MainBlockIn {
	width	: 720px;
	margin	: auto;
}


/*gallery.html内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	float	: left;
	height	: 400px;	/*ボックスの高さ*/
	width	: 280px;	/*ボックスの幅*/
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);	/*影の設定。右・下・ぼかし幅・色の設定。左4つの数字がRGBでの色指定で最後の小数点が透明度。*/
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);			/*同上*/
	border		: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
	background	: #FFF;		/*背景色（古いブラウザだとここの色のみが出ます）*/
	background	: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f6f6f6));	/*グラデーション*/
	background	: -webkit-linear-gradient(#FFF, #f6f6f6);	/*同上*/
	background	: linear-gradient(#FFF, #f6f6f6);			/*同上*/
	padding		: 25px;	/*ボックス内の余白*/
	margin		: 0px 14px 15px;
	overflow	: hidden;
}

/*１カラム利用時でのボックス設定*/
.c1 #main section.list {
	width: 245px;	/*ボックスの幅*/
}

/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
/*	line-height: 1.4;	*//*行間*/
}

/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size	: 100%;
	color		: #9a876a;	/*文字色*/
	border-bottom: 2px dotted #9a876a;	/*下線の幅、線種、色*/
	margin		: 5px 0px;
}

/*ボックス内の写真*/
#main section.list figure img {
	width	: 100%;
	height	: auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	サブコンテンツ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#sub {
	float	: right;	/*右側に回り込み*/
	width	: 300px;	/*サブコンテンツ幅*/
	padding-bottom: 20px;
}

/*１カラム利用時でのsubコンテンツ*/
.c1 #sub {
	display	: none;		/*表示させない設定*/
}

/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size		: 100%;
	padding-bottom	: 4px;		/*下への余白*/
}

/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	border-left		: 4px solid #000000;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left	: 10px;	/*アクセントラインと文字の間にとる余白*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom	: 10px;					/*メニューブロックの下に空けるスペース*/
	border-top		: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	background		: #ffffff;				/*背景色*/
	border-bottom	: solid 1px #e4e4e4;	/*下の線の線種、幅、色*/
}
#sub ul.submenu li a {
	text-decoration	: none;
	display	: block;
	padding	: 1px 3px;		/*メニュー内の余白。上下、左右への設定。*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	padding			: 10px;					/*ボックス内の余白*/
	margin-bottom	: 10px;					/*ボックスの下に空けるスペース*/
	background		: #E0E0E0E;				/*背景色*/
	border			: solid 1px #000000;	/*線の線種、幅、色*/
	border-radius	: 8px;					/*角丸のサイズ*/
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	GAMES - メイン
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#GamesMain {
	float	: none;
	width	: 100%;
	padding-bottom	: 30px;
}

#GamesMain h2 {
	width			: 90%;
	clear			: both;
	margin-bottom	: 5px;
	font-size		: 100%;
	color			: #FFFFFF;
	background		: #000000;
	padding			: 4px 12px;		/*左から上下、左右への余白*/
	border-radius	: 8px;			/*角丸のサイズ*/
	letter-spacing	: 0.1em;
}

#GamesMain Red {
	color			: #FF0000
}

#GamesMain p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

#GamesMain img {
	border	: 1px solid #000000;	/*枠線の幅、線種、色*/
}

#GamesMain BlockOut {
	width	: 900px;
	margin-bottom: 4px;	
}

#GamesMain BlockIn {
	width	: 800px;
	margin	: auto;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	フッター
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer {
	width		: 940px;
	margin		: 0px auto;
	clear		: both;
	text-align	: center;
	color		: #FFFFFF;
	font-size	: 80%;
	line-height	: 100%
}

footer .pr {
	display		: block;
	color		: #FFFFFF;
}

footer a {
	text-decoration	: none;
	color			: #DDDDDD;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	更新履歴ブロック
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ブロック全体の設定 */
#UpdateHistory {
	margin-bottom	: 10px;
	float			: center;
}

#UpdateHistory dl {
	overflow		: auto;		/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height			: 200px;	/*ボックスの高さ*/
	border			: 1px solid #000000;	/*線の幅、線種、色*/
	padding-top		: 2px;
	padding-bottom	: 2px;
	padding-left	: 4px;
	padding-right	: 4px;
}

/* 日付設定 */
#UpdateHistory dt {
	font-weight	: bold;		/*太字にする設定。標準がいいならこの行削除。*/
	float		: left;
	width		: 8em;
	font-size	: 75%;
}

/* 記事設定 */
#UpdateHistory dd {
	border-bottom	: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left	: 8em;
	font-size		: 75%;
}

/* NEWアイコン */
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 70%;
	line-height: 1.5;
	padding: 0 5px;
	border-radius: 2px;
	margin: 0px 5px;
	display: inline-block;
	vertical-align: text-center;
}





/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル全体の設定*/
.ta1 {
	width			: 100%;
	margin-bottom	: 15px;
	border-top		: 1px solid #CCC;	/*上の線の幅、線種、色*/
}

/*各行の設定*/
.ta1 tr {
	border-bottom: 1px solid #CCC;	/*下の線の幅、線種、色*/
}

/*テーブル内の右側*/
.ta1 td {
	padding: 10px;
}

/*テーブル内の左側*/
.ta1 th {
	width		: 140px;
	padding		: 10px;
	text-align	: right;
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width		: auto;
	text-align	: left;
	background	: #cadee9;	/*背景色*/
}

/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くする設定*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color			: #FFF;		/*文字色*/
	font-size		: 10px;		/*文字サイズ*/
	background		: #333;		/*背景色*/
	text-decoration	: none;
	text-align		: center;
	width			: 30px;		/*ボックス幅*/
	height			: 30px;
	line-height		: 30px;
	display			: block;
	float			: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #666;	/*背景色*/
	color: #FFF;			/*文字色*/
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テーブル（ノート風）
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
table.TblPtn1 {
	margin			: 0 auto;
	width			: 340px;
	border			: none;
	border-top		: solid 1px #000000;
	border-bottom	: solid 1px #000000;
	border-collapse	: separate;
	border-spacing	: 0 4px;
	background		: #f5f5f5;
}
 
table.TblPtn1 th {
	vertical-align	: middle;
	height			: 32px;
	width			: 100px;
	border-right	: solid 1px #000000;
	margin			: 0;
	text-align		: center;
	color			: #000000;
	font-size		: 12px;
	line-height		: 13px;
	font-weight		: bold;
}
 
table.TblPtn1 td.data {
	padding			: 0;
	margin			: 0;
	height			: 32px;
	width			: 100px;
	border			: none;
	color			: #666;
	font-size		: 12px;
	line-height		: 13px;
	text-align		: center;
	vertical-align	: middle;
	white-space		: nowrap;
	overflow		: hidden;
}
 
table.TblPtn1 td:fst-child {
	padding			: 0 0 0 10px;
	vertical-align	: middle;
}
 
table.TblPtn1 td.bar {
	height			: 1px;
	width			: 100%;
	border-top		: solid 1px #34495e;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テーブル（クチバシ付き）
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
table.beak {
	background		: #FFFFFF;
	width			: 540px;
	margin			: 0 auto;
	border-collapse	: separate;
	border-spacing	: 0px 1px;
	font-size		: 11px;
	line-height		: 12px;
}

table.beak th,
table.beak td {
	padding			: 5px;
}

table.beak th {
	background		: #000000;
	vertical-align	: middle;
	text-align		: left;
	width			: 120px;
	overflow		: visible;
	position		: relative;
	color			: #ffffff;
	font-weight		: normal;
	font-size		: 11px;
	line-height		: 12px;
}

/*
table.beak th:after {
	left				: 100%;
	top					: 100%;
	border				: solid transparent;
	content				: " ";
	height				: 0;
	width				: 0;
	position			: absolute;
	pointer-events		: none;
	border-color		: #000000;
	border-left-color	: #000000;
	border-width		: 10px;
	margin-top			: -10px;
}
*/

/* firefox */
@-moz-document url-prefix() {
	table.beak th::after {
		float			: right;
		padding			: 0;
		left			: 21px;
		top				: 6px;
		content			: " ";
		height			: 0;
		width			: 0;
		position		: relative;
		pointer-events	: none;
		border			: 8px solid transparent;
		border-left		: #000000 8px solid;
		margin-top		: -8px;
	}
}

table.beak td {
	background		: #F0F0F0;
	width			: 360px;
	padding-left	: 13px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	その他
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #9a876a;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
img {
	max-width: 100%;
	height: auto;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 3px;
	margin: 0px 5px;
}
#menubar_hdr {
	display: none;
}
