@charset "utf-8";



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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #fff;	/*全体の文字色*/
	background: #7F0091;	/*背景色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 3;		/*行間*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #fff;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #FFE900;				/*マウスオン時の文字色*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	margin: 3% auto;
	max-width: 800px;	/*最大ブロック幅*/
	text-align: center;
}

/*ロゴ
---------------------------------------------------------------------------*/
#logo img {
	width: 80%;
	padding-bottom: 3%;
}

/*h2タグとpタグ
---------------------------------------------------------------------------*/
h2 {
	background: #887b5a;	/*背景色*/
	letter-spacing: 0.2em;	/*文字間隔を少し広げる設定*/
}
p {
	padding: 20px 0;
}

/*ENTERとLEAVEのボタン
---------------------------------------------------------------------------*/
/*２つのボタンを囲むボックス*/
ul#menu {
	width: 80%;	/*containerの80%の幅にする*/
	margin: 0px auto;
}
/*各ボタンの設定*/
ul#menu li a {
	text-decoration: none;
	display: block;
	background: linear-gradient(#e7e7e7, #5d5d5d 49%, #000 50%);	/*グラデーション*/
	border: solid 1px #5d5d5d;	/*枠線の線種、幅、色*/
	border-radius: 10px;	/*角丸のサイズ*/
	float: left;
	width: 45%;	/*ボタン幅*/
	font-size: 20px;	/*文字サイズ*/
	font-weight: bold;
	padding: 10px 0px;
	margin-left: 2.5%;
	letter-spacing: 0.2em;
}
/*「OVER 18 YEARS」などの小さい文字装飾*/
ul#menu li a span {
	display: block;
	font-size: 11px;	/*文字サイズ*/
	font-weight: normal;
	letter-spacing: normal;
}
/*マウスオン時*/
ul#menu li a:hover {
	background: #fff;	/*背景色*/
	color: #000;	/*文字色*/
}

/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	padding: 5%;
	line-height: 2;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	margin: 3%;
}

/*ロゴ
---------------------------------------------------------------------------*/
#logo img {
	width: 90%;
}

/*ENTERとLEAVEのボタン
---------------------------------------------------------------------------*/
ul#menu {
	width: auto;
}

.b{ font-weight: bold!important; }
.s{ font-size: 80%!important; }
.big{ font-size: 150%!important; }
.box-y{ background-color: #ffff00!important; }
.m-l{ margin-left: 15px!important; }
.m-l-system{ margin-left: 200px!important; }
.m-t{ margin-top: 5px!important; }
.m-space{ margin-top: 15px!important; }
.del{ text-decoration:line-through;}

.mt5{ margin-top: 5px!important; }
.mt10{ margin-top: 10px!important; }

.red{ color: #ff0000!important; }/*赤色*/
.blue{ color: #0000dd!important; }/*青色*/
.green{ color: #008000!important; }/*緑色*/
.gray{ color: #ccc!important; }/*灰色*/
.orange{ color: #ff6600!important; }/*橙色*/
.pink{ color: #cc6699!important; }/*ピンク色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/
.cha{ color: #960000!important; }/*茶色*/
.white{ color: #ffffff!important; }/*白色*/
.yellow{ color: #ffff86!important; }/*黄色*/







