@charset "UTF-8";
/**
 * pc.css
 * pc用サブメニュー用のCSS
 */

#sub-menu-left{
	width: 320px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
}

#sub-menu-right{
	width: 320px;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: 160px;
}

#container{
	background: url(https://d1guiv7awvbtml.cloudfront.net/v691/img/common/pc_bg.jpg?v=691);
	background-attachment: fixed;
	min-height: 1600px;
}

/**
 * PC用追加メニュー
 */
.menu_my {
	background-image:url(https://d1guiv7awvbtml.cloudfront.net/v691/img-sp/new/common/header_footer_2.gif?v=691);
	background-position: 0px;
	background-size: 320px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 67px;
	height: 67px;
}

.menu_cook {
	background-image:url(https://d1guiv7awvbtml.cloudfront.net/v691/img-sp/new/common/header_footer_2.gif?v=691);
	background-position: -64px;
	background-size: 320px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 67px;
	height: 67px;
}

.menu_floor {
	background-image:url(https://d1guiv7awvbtml.cloudfront.net/v691/img-sp/new/common/header_footer_2.gif?v=691);
	background-position: -128px;
	background-size: 320px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 67px;
	height: 67px;
}

.menu_event {
	background-image:url(https://d1guiv7awvbtml.cloudfront.net/v691/img-sp/new/common/header_footer_2.gif?v=691);
	background-position: -192px;
	background-size: 320px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 67px;
	height: 67px;
}

/**
 * ※ガチャページ用CSS上書き問題の回避。本来はリニューアルcssに置くべきだが影響範囲が大きいので一旦こちらに置く
 * 角丸
 */
.description-header {
	-webkit-border-radius: 13px 13px 0px 0px !important;
	border-top: 3px #ffffff solid !important;
	border-right: 3px #ffffff solid !important;
	border-left: 3px #ffffff solid !important;
}
.description-body {
	border-right: 3px #ffffff solid !important;
	border-left: 3px #ffffff solid !important;
}
.description-footer {
	-webkit-border-radius: 0 0 14px 14px !important;
	border-bottom: 3px #ffffff solid !important;
	border-right: 3px #ffffff solid !important;
	border-left: 3px #ffffff solid !important;
}

/**
 * サイドメニュー用のウインドウデザイン
 */
ul.pc_window_info {
	border: 2px solid #A0522D;
	background: #FFFBEB;
	text-align: center;
	width: 300px;
	margin: 0px 10px;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

ul.pc_window_info div.title {
	background: #CE6900;
	padding: 5px;
	color: #FFFFFF;
	font-size: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #F2914F;
	border-bottom: none;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border: 1px solid #F2914F;
	border-bottom: none;
	width: 296px;
}

/**
 * スタッフイベ用デザイン調整
 * img位置調整、不要メニュー非表示
 */
ul.pc_window_info img {
	display: inline;
}

#menu-pannel2 img {
	display: inline;
}
#wrapper_default a.tabmenu_menu, #wrapper_default a.tabmenu_my {
	display: none;
}

/**
 * ガチャページ用デザイン崩れ修正
 */
ul.pc_window_info div.image a {
	text-decoration: none;
}
