@charset "utf-8";

/*////////////////共通設定///////////////*/

body {
	font: 12px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #999;
}
.tap, .tap img {
	opacity:0.5;
}

#wrapper {
	position:absolute; z-index:1;
	top:0px; bottom:0px; left:0;
	width:100%;
	overflow:auto;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl, li, h1, h2, h3, h4, h5, h6, p, img {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: none;
}

/* clearfix */
	* html .clearFix {
		zoom: 1;
	}

	*+html .clearFix {
		zoom: 1;
	}


.clearFix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

a {
	color: #FFF;
	text-decoration: none;
}

img {
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

/* ~~ この固定幅コンテナが他のすべての block を囲みます。~~ */
.container {
	width: 320px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	background-color:#000;
}
/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。~~ */
header {
	padding-top:25px;
	background-color:#FFF;
}

/* menu */
#navi {
	width:100%;
	height: 25px;
	position:fixed;
	z-index:1000;
	top: 0px;
}
#navi ul {
	background-image: url(../img/menuBg.jpg);
	margin:0 auto;
	width:320px;
	text-align:center;
}
#navi li:first-child {
	float:left;
}
#navi li:last-child {
	float:right;
}
#menu {
    position:fixed;
    display:none;
    z-index:10000;
		left: 12px;
}
#menu li {
	float:left;
	margin-right: 0px;
	display:block;
	margin-right:5px;
}
#menu_bg{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#000000;
    display:none;
    z-index:9000;
    opacity: 0.8;
}



/* ~~ フッター ~~ */

footer li {
	float:left;
}
footer li a {
	text-indent:8px;
	display:block;
	line-height:30px;
	width:159px;
	height:30px;
	background-image: url(../img/footerBg.jpg);
	color: #CCC;
}
footer li:nth-child(1) a, footer li:nth-child(3) a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
footer li:nth-child(2) a, footer li:nth-child(4) a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
footer p {
	font-size:9px;
	text-align:center;
	height:25px;
	line-height:25px;
	padding-bottom:5px;
}

/*HTML 5 サポート - 新しい HTML 5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer, aside, nav, article, figure {
	display: block;
}


/*///////////////////////toppage & common//////////////////////////*/

/*twitter*/
#twitter_update_list li {
	background-image: url(../img/textBg.jpg);
	background-repeat: repeat-x;
	padding:10px;
	display:none;
}

/* section */
section {
	background-image: url(../img/textBg.jpg);
	background-repeat: repeat-x;
	padding:10px;
}

.htL {
	height:140px;
}


/* section large */
section.l img {
	margin-right: 12px;
	float:left;
}
section.l h2 {
	font-size:12px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:1.1;
}
section.l span {
	font-size:10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
section.l p {
	padding-top:5px;
}
section.l h3 {
	font-size:10px;
}
h2.secTitle {
	text-shadow: 1px 1px 1px #ccc; 
	text-indent:10px;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	background-image: url(../img/titleBg.jpg);
	height: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

div.ag {
	background-color: #00225E;	
}
div.ag h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #C39C3F;
	font-size:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C39C3F;
	margin-bottom:5px;
	padding-bottom:5px;
}
div.ag section {
	background-image: url(../img/agBg.jpg);
	background-repeat: repeat-x;
	padding:10px;
}
div.ag h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #C39C3F;
	line-height:0.8;
}
/*
div.ag section.l div p {
	font-size:9px;
	line-height:1.2;
}
*/
article.links {
	padding:0px;
}
article.links li {
	float:left;
	height:70px;
	margin-top:10px;
	margin-bottom:10px;
}

/* /////////////////////////////////////faust x/////////////////////////////////////*/

/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

#faust_slider {
    position:relative;
    width:320px; /* Change this to your images width */
    height:165px; /* Change this to your images height */
    background:url(../image/loading.gif) no-repeat 50% 50%;
}
#faust_slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
		width:320px;
}
#faust_slider a {
    border:0;
    display:block;
}

.nivo-controlNav {position:absolute;left:47%;bottom:-15px;}
.nivo-controlNav a {
display:block;
width:10px;
height:10px;
background:url(../image/bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin-right:3px;
float:left;
}
.nivo-controlNav a.active {background-position:-10px 0;}
.nivo-directionNav a {
display:block;
width:32px;
height:34px;
background:url(../image/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}
a.nivo-nextNav {background-position:-32px 0;right:10px;}
a.nivo-prevNav {left:10px;}

 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}





/*/////////////////faustx quest/////////////////*/
.lineup section {
	background-image:none;
	position: relative;
}
.lineup a {
	display:block;
	float:left;
	width:145px;
	height:95px;
	margin-top:10px;
	margin-left:10px;
}
.lineup section li {
	position:absolute;
	top:0px;
	left:0px;
}
.lineup section li:nth-child(1) {
	z-index:1
}
.lineup section li:nth-child(2) {
	z-index:0
}
.lineup section li:nth-child(1) img {
	width:100px;
}
.lineup section li:nth-child(2) img {
	width:145px;
}




/*/////////////////quest/////////////////*/
#smCont {
	padding:10px;
	width:300px;
	background-image:none !important;
	background-color:#000 !important;
}
#smCont div {
	background-color:#000 !important;
}
#smCont table td {
	background-color:#000;
}
#smCont img {
}

#smCont .comp {
	background-color:#FFF;
	text-align:center;
	padding:8px;
	margin-bottom:10px;
}
#smCont span {
	color:#FFF !important;
}
#smCont h2.txt-label {
	background-color:#000 !important;
}

nav.quest li {
	float:left
}
.contents {
	background-image:none;
}
.contents h3 {
	font-size:16px;
	padding-top:5px;
	margin-bottom:15px;
}
.contents div.main {
	margin-top:6px;
	padding:8px;
	background-color:#FFF;
	color:#333;
}
table.table {
	margin-top:5px;
}
table.table th {
	font-weight:lighter;
	color:#ccc;
	padding-right:8px;
}
table.table th, table.table td {
	text-align: left;
	vertical-align: top;
}

p.cap {
	font-size:10px;
	padding:10px;
}

/*story*/

.txt-label {
	background-color:#FFF;
	padding-left:5px;
	padding-bottom:5px;
}

/*mephi*/
.mephiP section {
	background-image:none;
	margin:10px;
	padding:10px;
	background-color:#333
}
.mephiP section h3 {
	font-size:11px;
	border-bottom: solid 1px #666;
	margin-bottom:5px;
	padding-bottom:5px;
}
.mephiP section p {
	font-size:11px;
}

/*navi*/
.navi {
}
.navi h2 {
	font-size:16px;
	margin-top:15px;
	margin-bottom:15px;
}
.navi div.read {
	margin-bottom:20px;
}
.navi h3 {
	border:none;
	font-size: 14px;
	margin-top:10px;
	border-bottom: dotted 1px #666;
	padding-bottom:3px;
}
.navi p.naviText {
	padding:0px;
}
.btn-mailnews {
	display:none;
}
.navi .k-box {
	margin-top:10px;
	margin-bottom:10px;
}

/*prologue*/
.pro #read {
	font-size:14px;
	text-align:center;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: dotted 1px #666;
}
.pro #read h1 {
	font-size:16px !important;
}
.pro .end {
	text-align:center;
}


/*mailnews*/
#mail .container {
	background-color:#FFF;
	color:#333;
}
header div.mail {
	background-image: url(../img/mail/title.jpg);
	height: 44px;
	width: 320px;
	position: relative;
}
header div.mail h1 {
	position:absolute;
	text-indent: -9999px;
}
header div.mail p {
	position:absolute;
	font-size: 10px;
	left: 46px;
	top: 26px;
	color:#FFF;
}
.whatsnew h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
	line-height: 22px;
	color: #FFF;
	text-indent: 5px;
	height: 23px;
	background-color: #ADAEAE;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;
}
.whatsnew {
	border-bottom:solid 2px #CCC;
	margin-bottom:15px;
	padding-bottom:10px;
}
.whatsnew .ml {
	background-image:none;
	padding-bottom:0px;
}
.whatsnew .ml img {
	margin-bottom:5px;
}
.whatsnew .ml a,
#mn-info a{
	color:#333333;
}
.whatsnew .ml2 img {
	float:left;
	margin-right:8px;
}
.whatsnew .ml h3, .whatsnew .ml p {
	font-size: 12px;
	color:#333;
	margin-bottom:5px;
}
.sub section {
	background-image:none;
}
.sub section {
	color:#333;
	padding-top:0px;
	margin-bottom:10px;
}
.sub section h3 {
	font-size:12px;
	margin-bottom:8px;
}
.sub a:link, .item a:link {
	color:#333;
	text-decoration: underline;
	word-wrap: break-word;
}
.sub section img{
	max-width: 100%;
}

#mail footer {
	background-color:#003B7B;
	color:#FFF;
}


/*soul*/
.reco {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.reco .indRecommend {
	margin-bottom:10px;
}
.reco .cate, .reco .title {
}
.reco p.title {
	padding-top:3px;
	padding-bottom:3px;
}
h3.comTit {
	font-size: 14px;
	line-height: 26px;
	color: #FFF;
	background-image: url(../img/h3comTit.jpg);
	text-indent: 10px;
	height: 26px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.cateTo {
	margin-bottom:8px;
}
h2.cateTitle {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:10px;
}

/*interview*/
.btn-toprofile {
	margin-top:8px;
	margin-bottom:8px;
}

/*youtube*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*////////////////////////////banner////////////////////////////*/

#banner {
	position:fixed;
	bottom:0;
	width:100%;
	z-index:10000;
}
#banner img {
	/*-webkit-box-shadow: 4px 4px 4px #333;*/
}
#banner .bannerInner{
	margin:0 auto;
	width:320px;
	text-align:center;
}












/*///////////////////////slider////////////////////////////////*/
/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */

#faust_slider {
    position:relative;
    width:320px; /* Change this to your images width */
    height:165px; /* Change this to your images height */
    background:url(../../image/loading.gif) no-repeat 50% 50%;
}
#faust_slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#faust_slider a {
    border:0;
    display:block;
}

.nivo-controlNav {position:absolute;left:47%;bottom:-15px;}
.nivo-controlNav a {
display:block;
width:10px;
height:10px;
background:url(../../image/bullets.png) no-repeat;
text-indent:-9999px;
border:0;
margin-right:3px;
float:left;
}
.nivo-controlNav a.active {background-position:-10px 0;}
.nivo-directionNav a {
display:block;
width:32px;
height:34px;
background:url(../../image/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
}
a.nivo-nextNav {background-position:-32px 0;right:10px;}
a.nivo-prevNav {left:10px;}




 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}














/*///////////詳細ページ設定///////////*/
.img-right .parag-img {
	float:right;
	margin-left:5px;
}
.parag:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	margin-bottom:10px;
}
#smCont h2 {
	font-size:14px;
}
.column-item {
	float:left;
}

td *, th * {
	font-size:10px;
}



/* 2013.01.18 追加 */
.snsArea li {
	min-height: 20px;
	float: left;
	margin-right: 3px;
}