@charset "utf-8";

/* CSS Document */


/*====================================================================================================== sprite */


/*----- xxx -----*/

.ranking .box .game-title span {
	background: url(../images/sprite.png);
}

/*====================================================================================================== background-image */

body {
	width: 100%;
	overflow-x: hidden;
}

/* ===================================== common */

.wrapper {
	position: relative;
}

/*====================================================================================================== header */

.header {
	padding: 10px 0 0 0;
	border-bottom: 4px solid #4FD5A6;
	z-index: 99;
}
.header-container {
	margin: 0 auto;
	width: 1000px;
	padding-left: 0px;
}
.header-container p {
	margin: 0;
	font-size: 1.2rem;
}
.header-container h1 {
	float: left;
}
.nav {
	float: right;
	*zoom: 1;
	list-style-type: none;
	width: 340px;
	padding: 0;
	height: 20px;
}

/*
.nav:hover{
    border-radius: 4px 4px 0 0/4px 4px 0 0;
}*/

.nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.nav li .mini-game {
	width: 137px;
	height: 20px;
	text-indent: -9999px;
	background-image: url(../images/sprite.png);
	background-position: -316px 0;
}
.nav li .game {
	width: 137px;
	height: 20px;
	text-indent: -9999px;
	padding-right: 2px;
	background-image: url(../images/sprite.png);
	background-position: 0 0;
}
.nav li .movie {
	width: 60px;
	height: 21px;
	text-indent: -9999px;
	background-image: url(../images/sprite.png);
	background-position: -329px -50px;
}
.nav li a {
	display: block;
	margin: 0;
	height: 30px;
	color: #4FD5A6;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
}
.nav li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	width: 154px;
	height: 60px;
	background-color: #fff;
}
.nav li .border1 {
	margin: 0 0 0 -1px;
	border: solid #4FD5A6;
	border-width: 1px 0 1px 1px;
	border-radius: 4px 0 0 4px/4px 0 0 4px;
}
.nav li .border2 {
	border: solid #4FD5A6;
	border-width: 1px 0 1px 0;
}
.nav li .border3 {
	border: solid #4FD5A6;
	border-width: 1px 1px 1px 0;
	border-radius: 0 4px 4px 0/0 4px 4px 0;
}
.nav li ul li a {
	width: 154px;
	height: 30px;
	text-align: left;
	text-indent: 10px;
	font-size: 12px;
}
.nav li:hover > a {
	color: #73f3d7;
}
.nav li:hover > .mini-game {
	background-position: -316px -21px;
}
.nav li:hover > .game {
	background-position: 0 -21px;
}
.nav li:hover > .movie {
	background-position: -329px -71px;
}
#fade li ul {
	opacity: 0;
	top: 0%;
	visibility: hidden;
	transition: .5s;
}
#fade ul:hover .cate {
	top: 100%;
	visibility: visible;
	opacity: 1;
}


/*========================================= renewal header */

#header {
	min-width: 1040px;
}

.header_area {
	margin: 0 auto;
	width: 1040px;
	position: relative;
}

#header .wrapper {
	z-index: 10000;
	background-color: #FFF;
	/*position: fixed;*/
	width: 100%;
	border-bottom: 4px solid #ffca69;
}

#header .header_area {
	height: 96px;
}

#header .logo_area {
	position: absolute;
	top: 20px;
	left: 30px;
}

#header .tabs_area {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

#header .tabs_box li {
	display: inline-block;
}

.co_btn {
    border-radius: 6px;
    position: relative;
    z-index: 2;
    background-color: #ffca69;
    border: 2px solid #ffca69;
    color: #fff;
    padding: 7px 7px 7px 7px;
    width: 130px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.co_btn:hover {
    background-color: #fff;
    border-color: #ffca69;
    color: #ffca69;
}
.co_btn::before,
.co_btn::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #ffca69;
}
.co_btn::before {
    right: 0;
}
.co_btn::after {
    left: 0;
}
.co_btn:hover::before,
.co_btn:hover::after {
    width: 0;
    background-color: #ffca69;
}

.co_btn::before,
.co_btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.co_btn,
.co_btn::before,
.co_btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*====================================================================================================== news */

.news {
	margin: 0 0 20px 0;
	position: relative;
}
.title {
	padding: 7px 12px;
	background: #ffca69;
	color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.news .mini-bt {
	padding: 7px;
	display: block;
	color: #ffca69;
	font-size: 12px;
	font-size: 1.2rem;
	background: #FFF;
	box-shadow: 0 2px 0 0 #00B259;
	-webkit-box-shadow: 0 2px 0 0 #00B259;
	-moz-box-shadow: 0 2px 0 0 #00B259;
	position: absolute;
	right: 8px;
	top: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
}
.news .news-link {
	padding: 10px 0;
	border-bottom: 1px dotted #ffca69;
}
.news .news-link a {
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.news .news-link a:hover {
	color: #ffca69;
}
.news_all {
	color: rgb(255, 255, 255);
	position: absolute;
	right: 10px;
	top: 8px;
	color: #fff;
}
.news_all a {
	color: #fff;
}

/*====================================================================================================== news.html MT お知らせページ */

iframe#frame_woopie_game_news {
	border: 0 none;
	margin: 0;
	overflow: hidden;
	width: 1000px;
	min-height: 1500px;
}

/*====================================================================================================== game-contents */

.game-contents-box {
	margin: 0 0 20px 0;
	width: 782px;
}
.game-contents {
	margin: 0 20px 0 0;
	width: 214px;
	float: left;
}
.game-contents h2 {
	padding: 7px;
	background: #ffca69;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	position: relative;
}
.game-contents h2:after {
	position: absolute;
	top: 35px;
	left: 98px;
	content: "";
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #ffca69;
}
.box {
	padding: 15px 0 10px 0;
	border-bottom: 1px dotted #999;
	display: block;
}
.game-contents a.box {
	min-height: 152px;
}
.box .game-title {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.box:hover .game-title {
	color: #ffca69;
}
.box .game-title .new {
	padding: 2px 2px 1px;
	margin: 0 5px 0 0;
	background: #0080FF;
	display: block;
	color: #FFF;
	font-weight: bold;
	float: left;
	font-size: 10px;
	font-size: 1rem;
}
.box .game-title .event {
	padding: 2px 2px 1px;
	margin: 0 5px 0 0;
	background: #FF7373;
	display: block;
	color: #FFF;
	font-weight: bold;
	float: left;
	font-size: 10px;
	font-size: 1rem;
}
.box .game-title p {
	height: 20px;
	overflow: hidden;
}
.box .image-area {
	clear: both;
	width: 100px;
	float: left;
	margin: 0 10px 0 0;
}
.box .image-area img {
	width: 100px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.box .game-description {
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
}

/*====================================================================================================== right */

.banner {
	margin: 0 0 20px 0;
}

/*====================================================================================================== ranking */

.ranking .box {
	padding: 10px;
	background: #F9F9F9;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.ranking .box.even {
	background: #EEE;
}
.ranking .box:hover,
.ranking .box.even:hover {
	background: #FFF;
}
.ranking .box .game-description {
	width: 170px;
}
.ranking .box .game-title p {
	padding: 8px 0 0 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.ranking .box:hover .game-title p {
	color: #ffca69;
}
.ranking .box .game-title span {
	display: block;
	float: left;
	width: 34px;
	height: 28px;
	text-indent: -9999px;
}
.ranking .box .game-title span.no1 {
	background-position: -11px -64px;
}
.ranking .box .game-title span.no2 {
	background-position: -65px -64px;
}
.ranking .box .game-title span.no3 {
	background-position: -120px -64px;
}
.ranking .box .game-title span.no4 {
	background-position: -175px -64px;
}
.ranking .box .game-title span.no5 {
	background-position: -231px -64px;
}

/*====================================================================================================== mini_game page */

.game_list_wrapper {
	clear: both;
	margin: 0 0 20px;
	overflow: hidden;
}
.game_list_wrapper h2 {
	color: #333333;
	font-size: 1.6rem;
	margin: 10px auto -12px 32px;
}
ul.geme_list {
	margin: 0 0 0 -20px;
	width: 1020px;
}
ul.geme_list li {
	float: left;
	overflow: hidden;
	margin: 20px 0 0 20px;
	width: 320px;
	height: 280px;
}
ul.geme_list li img {
	border: 10px solid #f1f1f1;
	width: 300px;
	height: 187px;
}
.selection {
	display: none;
}
#page-1 {
	display: block;
}

/*====================================================================================================== サイドバナー */

section {
	position: relative;
}
.left-banner {
	position: absolute;
	top: 0px;
	left: -180px;
	display: block;
	height: 600px;
	overflow: hidden;
}
.right-banner {
	position: absolute;
	top: 0px;
	right: -180px;
	display: block;
	height: 600px;
	overflow: hidden;
}

/*====================================================================================================== 共通かもしれない */

.title span.desc {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 24px;
	padding: 0 20px;
	position: absolute;
	right: 0;
}

/*====================================================================================================== footer */

.footer {
	padding: 20px 0;
}

#footer {
	z-index: 98;
	margin: 0 0 0 0;
	position: relative;
}

#footer .wrapper {
	background:#ffca69;
}

#footer .links_area {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 900px;
	margin:0 auto;
}

#footer .links_box {
	padding: 10px 10px 10px 10px;
	border: 1px solid #FFF;
}

#footer .links_box > div {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
}

#footer .links_area h1 {
	font-size: 18px;
	font-weight: bold;
}

#footer a {
	text-decoration: underline;
}

#footer .links_area p {
	font-size: 12px;
}

#footer .logo_area {
	height: 30px;
}

#footer .logo_box {
	vertical-align: top;
	text-align: center;
}

/* ====================== css define br */

.br:before{
    content: "\A";
    white-space: pre;
}
