@charset "utf-8";	/*　CSS Document　*/

/*-----------------------------------------
 	reset
-----------------------------------------*/
body { background: url(../images/bg_body.jpg);}

#bodyWrap {	background: url(../images/bg_body_main.png) center top no-repeat; background-attachment:fixed;}

#container { text-align: center; width: 960px; margin: 0 auto; }

#container, #head, #foot {font-size: 81.25%;font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', verdana, Helvetica,Arial, sans-serif;color: #111; line-height: 1.6;}

#container a:link, #container a:visited {color: #111 ;text-decoration: none;}
#container a:hover, #container a:active {color: #0047b4;text-decoration: underline;}

a.rollover:hover img {opacity: 0.93;filter:alpha(opacity=93);-ms-filter: "alpha( opacity=93 )";}

a:focus { outline:none;}

li {list-style: none;vertical-align: bottom;}

li img, dt img, dd img {vertical-align: top;}

/*---clearfix---*/
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;height: 0px;font-size: 0.1px;line-height: 0.1px;}
.clearfix {display: inline-block;}
.clear {clear: both;}

.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mb10 { margin-bottom: 10px !important;}
.mr10 { margin-right: 10px !important;}
.mr20 { margin-right: 20px !important;}

/*-----------------------------------------
 	common
-----------------------------------------*/
#contentLeft {
	float: left;
	width: 744px;
}
#contentRight {
	float: right;
	margin-top: 7px;
}
#contentRight li {
	margin-bottom: 10px;
}
#content {
	width: 960px;
	margin: 0 auto 33px;
}

#head {
	background: url(../images/bg_gmenu.jpg) center top repeat-x;
	height: 60px;
	position: relative;
	z-index: 99;
	line-height: 2;
	text-align: left;
}
#head h1 {
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -480px;
}
/*-----------------------------------------------menu*/
ul#gmenu {
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -135px;
	list-style: none;
	font-size: 1.1em;
}
#gmenu li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#gmenu li a {
	float: left; 
	text-indent: -9999px;
	height: 50px;
}
#gmenu li:hover a, #gmenu li a:hover {
	background-image:  url(../images/gmenu_on.jpg);
    opacity: 1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#gmenu li.active a {
	background-image:  url(../images/gmenu_on.jpg);
}
#gmenu .nav01 {
	background:  url(../images/gmenu_off.jpg) no-repeat;
	background-position: 0 0;
	width: 127px; 
}
#gmenu .nav02 {
	background:  url(../images/gmenu_off.jpg) no-repeat;
	background-position: -127px 0;
	width: 155px; 
}
#gmenu .nav03 {
	background:  url(../images/gmenu_off.jpg) no-repeat;
	background-position: -282px 0;
	width: 117px; 
}
#gmenu .nav04 {
	background:  url(../images/gmenu_off.jpg) no-repeat;
	background-position: -399px 0;
	width: 117px; 
}
#gmenu .nav05 {
	background:  url(../images/gmenu_off.jpg) no-repeat;
	background-position: -516px 0;
	width: 98px; 
}

#gmenu .sub {
	position: absolute;	
	top: 47px; left: 0;
	background: url(../images/bg_menusub.png) repeat-x;
	padding: 0;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	z-index: 100;
}
#gmenu .sub ul {
	list-style: none;
	margin: 0; padding: 5px 0;
	width: 160px;
	float: left;
}
#gmenu .sub li {
	width: 160px;
}
#gmenu .sub li a {
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/icon_all.png) no-repeat 10px -138px;
	padding: 2px 5px 2px 20px;
	display: block;
	width: 160px;
	text-decoration: none;
	color: #e3c88b;
	font-size: 87.5%;
}
#gmenu .sub li a:hover {
	color: #f8e9c8;
	background: url(../images/icon_all.png) no-repeat 10px -163px;
}

/*-----------------------------------------------/menu*/



#footWrap {
	background: url(../images/bg_foot.jpg) repeat-x;
	height: 191px;
	position: relative;
}
#pagetop {
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: 345px;
}
#foot {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0;
	text-align: left;
	font-size: 72%;
	line-height: 1.5;
}
#foot a {
	color: #f5e5c7;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
#foot ul {
	width: 240px;
	float: left;
	background: url(../images/line_foot.jpg) left repeat-y;
	height: 160px;
}
#foot li {
	margin: 0 0 3px 13px;
	background: url(../images/icon_all.png) 10px -248px no-repeat;
	padding-left: 20px;
}
#foot li.ttl {
	background: url(../images/icon_all.png) 0px -223px no-repeat;
	padding-left: 10px;
}


/*-----------------------------------------
 	top
-----------------------------------------*/

#topmain {
	width: 744px;
	height: 314px;
	position: relative;
	background: #000 url(../images/topmain_navi_bg.jpg) top left;
}

.ca-container{
	margin: 0;
	width: 204px;
	height:230px;
}
.ca-wrapper{
	width: 204px;
	height: 316px;
	position: absolute;
	left: 0;
	text-align: left;
}
.ca-item{
	width: 204px;
	height: 63px;
}
.ca-nav span{
	display: block;
	width:204px;
	height:15px;
	background: url(../images/topmain_arrows.jpg) no-repeat top left;
	position: absolute;
	top: 0px;
	left: 0;
	text-indent:-9000px;
	cursor:pointer;
	z-index:100;
	opacity:1.0;
}
.ca-nav span.ca-nav-next{
	background-position: bottom left;
	left: 0;
	top: 228px;
}
.ca-nav span:hover{
	opacity:0.8;
}

.frontier {
	position: absolute;
	top: 243px;
	left: 0;
}

#topmain p {
	position: absolute;
	top: 0;
	right: 0;
}



#news {
	background: url(../images/top_news_bg.png) left 34px no-repeat;
 	width: 763px;
	height: 540px;
	margin: 0 0 0px -10px;
	padding: 0 0 0 0;
	position: relative;
	text-align: left;
}
#news h2 {
	position: absolute;
	left: 10px;
	top: 10px;
}

/*  tab
-----------------------------------------*/
/* * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {  }
.ui-tabs .ui-tabs-nav li {
	background: url(../images/tabs_off.png) left top no-repeat;
	cursor:pointer;
	cursor:hand;
	float: left;
	display: inline;
}
.ui-tabs .ui-tabs-nav li a {
	width: 72px;
	height: 44px;
	display: block;
	text-indent: -9999px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: url(../images/tabs_on.png) left top no-repeat;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; cursor:hand;} 
.ui-tabs .ui-tabs-nav li.ui-tabs-selected img{
	opacity:1.0;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1.0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1.0;              /* Safari 1.x */
	zoom:1;
}
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; width: 705px; position: absolute; top: 5px; left: 30px; padding-top: 60px; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.tabs_list { background: url(../images/bg_tabs.png); width: 520px; position: absolute; top: 0; right: 0; z-index: 2;}
.ui-tabs-nav { margin: 0 5px;}

#tablist2 {	background-position: -72px 0;}
#tablist3 {	background-position: -144px 0;}
#tablist4 {	background-position: -216px 0;}
#tablist5 {	background-position: -288px 0;}
#tablist6 {	background-position: -360px 0;}
#tablist7 {	background-position: -432px 0;}


#news .tabs_main {	
    height: 450px;
    margin: 0 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 710px;
}
#news dl {
	background: url(../images/line_dot_01.gif) repeat-x left top;
    margin-bottom: 8px;
    padding-top: 8px;
	width: 703px;
}
#news dt {
	float: left;
	clear: both;
	margin: 0 8px 0 0;
}
#news .icon {
	width: 85px;
	line-height: 1;
	font-size: 9px;
}
#news dd.icon {
	float: left;
}
#news .txt {
	float: left;
	width: 515px;
}
#news .txt span {
	float: left;
}
.newsPick {
	background: url(../images/line_dot_01.gif) repeat-x left top;
	margin-bottom: 8px;
	padding: 8px 15px 0 103px;
	width: 580px;
}
.newsPick .thumb {
	margin-left: -103px;
	float: left;
}
.newsPick .date {
	margin: 0 10px 2px 0;
}
.newsPick a span {
	font-weight: bold;
}
.icon {
    display: block;
	background: url(../images/icon_all.png) no-repeat;
    height: 17px;
    width: 73px;
    outline: medium none;
    text-indent: -9999px;
	vertical-align: middle;
}
.iconNew {
    margin: 0 7px 0 0;
    outline: medium none;
	vertical-align: middle;
}
.newsPick .icon {
    display: inline-block;
}/*ピックアップ用*/
.iconGame { background-position: 0 0px;}
.iconGoods { background-position: 0 -19px;}
.iconCollabo { background-position: 0 -38px;}
.iconEvent { background-position: 0 -57px;}
.iconBook { background-position: 0 -76px;}
.iconOther { background-position: 0 -95px;}
.iconAll { background-position: 0 -114px;}

#main .continu {
	color: #0047b4;
	text-decoration: underline;
}
/*--------------------------------------------/ モンハンニュース */



/*-----------------------------------------
 	下層共通
-----------------------------------------*/
#anchorBtn li {
	float: left;
	display: inline;
	margin-right: 3px;
	height: 37px;
}


/*-----------------------------------------
 	news.html
-----------------------------------------*/
#contentLeft.kasou {
	margin: 5px 0 0 -6px;
	width: 756px;
	text-align: left;
	position: relative;
}
.kasou .tabs_list {
	background: url(../images/bg_tabs_news.png);
	width: 750px;
	position: static;
	margin-left: 1px;
}
#newsPageTop {
	position: absolute;
	left: 0;
	top: 96px;
	width: 756px;
	height: 34px;
	background: url(../images/bg_news_top.png);

}
#newsPage {
	background: url(../images/bg_news_mid.png) repeat-y;
	padding: 0 25px;
	min-height: 696px;
}
#newsPageBtm {
}
.newsBox {
    background: url(../images/line_dot_01.gif) repeat-x scroll left bottom transparent;
    clear: both;
    margin-bottom: 15px;
    padding: 0 0 15px 224px;
    position: relative;
    width: 480px;
}
.newsBox .thumb {
    float: left;
    margin-left: -224px;
    max-height: 200px;
	width: 200px;
    overflow: hidden;
    padding: 5px;
	text-align: center;
}
.newsBox span.date {
	margin-right: 8px;
}
.newsBox span.icon {
	margin-right: 8px;
}
.newsBox p {
    font-size: 130%;
    font-weight: bold;
    line-height: 1.5;
    margin: 5px 0;
}
.sns {
    bottom: 15px;
    position: absolute;
    right: -10px;
}
.sns li {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 0 10px 0 0;
}
.newsBox .icon {
    display: inline-block;
}
.newsDetail {
    background: url(../images/line_dot_01.gif) repeat-x scroll left bottom;
    clear: both;
    margin-bottom: 15px;
    padding: 0 0 15px;
    width: 705px;
}

.back {
/*	margin:0 0 10px 0;*/
}

.newsDetail .img {
	margin: 10px auto;
	display: block;
}
#more {
	text-align: right;
}
.newsBox.more {
	padding-left: 6px;
	width: 696px;
}
.newsBox.more p {
    font-size: 110%;
	margin: 5px 0 0;
}

.movie {
    margin: 0 0 10px -17px;
	*margin-bottom: 20px;
}
.movie li {
    display: inline;
    float: left;
    margin: 0 0 17px 17px;
    width: 220px;
	line-height: 1.3;
}
.movie a {
    background: url("../images/btn_movie.jpg") no-repeat;
    display: block;
    height: 200px;
	margin: 0 0 5px;
    padding: 6px;
    width: 220px;
}
.movie img {
    width: 220px;
}



/*-----------------------------------------
 	about.html
-----------------------------------------*/
.about h3 {
	margin-top: 20px;
}

.kasou.about .tabs_list {
	background: none;
	margin-left: -15px;
}
.about .ui-tabs .ui-tabs-panel {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 0px;
	height: 459px;
}

#seriesTabs li {
	background: url(../images/about_tabs_off.png) left top no-repeat;
	margin-left: 10px;
}
#seriesTabs li a {
	width: 228px;
	height: 32px;
}
#seriesTabs li.ui-tabs-selected {
	background: url(../images/about_tabs_on.png) left top no-repeat;
}
#seriesTabs #tablist2 {	background-position: -238px 0;}
#seriesTabs #tablist3 {	background-position: -476px 0;}

a.mover {
    background: #986c30;
    color: #fff;
    font-weight: bold;
    padding: 4px 12px;
    position: absolute;
    text-decoration: none;
}
.next-tab {
    bottom: 0px;
    right: 0;
}
.prev-tab {
    bottom: 0px;
    left: 0;
}
#container a.mover, #container a.mover:link {
    color: #fff;
}
.ttlBox {
	background: url(../images/line_dot_01.gif) repeat-x left bottom;
    margin-bottom: 12px;
    padding: 0 0 12px 120px;
	position: relative;
	width: 585px;
}
.about .ttl {
	font-size: 130%;
	font-weight: bold;
}
.ttlBox img.thumb {
	margin-left: -120px;
	float: left;
}
.btn {
	position: absolute;
	right: -8px;
	bottom: 12px;
}
.btn li {
	float: left;
	display: inline;
	padding: 0 8px 0 0;overflow:hidden;_zoom:1;
}


/************************************************************/
/* 20140314 */
/************************************************************/
div#price {
	margin:0 5px;
	padding:5px 0;
	text-align:center;
	color:#F9DAA1;
	font-size:11px;
	background-color:#814D2F;
	}
/************************************************************/







