@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* ######################################## カラースキーム ######################################## */

/* ******************** body 要素 ******************** */
body {
	background: #000000 url(../images/private/back_body.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
}

/* ******************** メニュー ******************** */
#menu { background-color: rgba(23, 25, 30, 0.95); }

/* ******************** フッタ ******************** */
footer { background-color: rgba(23, 25, 30, 0.95); }

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
hr.separate {
	margin: 2em 0;
	height: 1px;
	border: 0;
	clear: both;
	
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
strong.black { color: #333333;}
strong.red { color: #cc0000;}
strong.gray { color: #888888;}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* format.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
/* L4 ---------------------------------------- 画像リスト 横4列（PC） ---------------------------------------- */

.format div.image-list {
	width: 25%;
	float: left;
	margin: 1em 0;
	text-align: center;
}

.format div.image-list figure {
	display: inline-block;
	margin: 0 2px 6px 0;
	padding: 15px;
	text-align: center;
	
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*  ---------- 汎用キャプション・コピーライト ---------------------------------------- */

.format div.image-list figcaption::before {
	content: "\f001";
	top: 1px;
	font-size: 1.6rem;
	font-weight: 1000;
}
