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

