@charset "SHIFT-JIS";

/*============================================================================
  #‘‘‘‘€Κέθ‘‘‘‘
-----------------------------------------------------------------------------*/
body{
	font-family:ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3";
	-webkit-text-size-adjust: none;
}

p{padding:2px 0px;}

.wrapper{
	margin: 0 auto;
}

.clear{
	clear: both;
}

.tx-center{text-align:center;}
.tx-left{text-align:left;}
.tx-right{text-align:right;}


/* content */
.layout-content{
	
}

a.header-btn{
	display:block;
	padding: 8px 4px;
	text-align: center;
	border: solid 1px #09181C;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-image: -moz-linear-gradient(top, #3B5961, #6E8288 50%, #14333C 50%, #0F292F);
	background-image: -webkit-gradient(linear,left top,left bottom, from(#3B5961), color-stop(0.5, #6E8288), color-stop(0.5, #14333C), to(#0F292F));
	box-shadow: 0 0 1px 1px rgba(18, 46, 53,0.5)#122E35 inset;
}
a.header-btn div{
	color: #FFF;
	-webkit-text-shadow:0px 1px 3px #122E35, -1px -1px 3px #122E35;
	text-shadow:1px 1px 3px #122E35, -1px -1px 3px #122E35;
}

div.button.active{
	border: solid 1px #f90;
}

.padding-text{
	padding:8px 8px;
}

.personal-theme{
	padding:8px 0px;
	text-align:center;
	color:#963;
}

.message-title{
	padding:8px;
	text-align:center;
	border-bottom:solid 1px #CCC;
}

.title-img{
	text-align:center;
	border-bottom:dotted 2px #CCC;
}

.explain{
	padding-top:12px;
	text-align:center;
}

.more-text{
	color:#ffffff;
	padding:8px 0px 0px 8px;
}

.deco-none{
	text-decoration:none;
}

p.row{padding-bottom:8px;}


/*============================================================================
  #‘‘‘‘€Κheader‘‘‘‘
-----------------------------------------------------------------------------*/
.layout-header{
}

header{
	padding: 0px 0;
	border-bottom: solid 1px #fff;
	padding: 0px 0;
	background-color: #45494d;
	background-image: -moz-linear-gradient(top, #45494d, #010101);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#45494d), to(#010101));
}

header h1{
	width: 100%;
	text-align: right;
	background-image: url('/img/renewal/20121016/logo-tribe-line.png');
	background-repeat: repeat-x;
	-webkit-background-size: auto 36px;
	background-size: auto 36px;
}

header h1 .logo{
	height: 36px;
	vertical-align: text-bottom;
}

header a{
	text-decoration: none;
}

header .home{
	padding: 1px 24px;
	font-size: 12px;
	position: absolute;
	top: 16px;
	left: 8px;
}

/*============================================================================
  #‘‘‘‘€Κfooter‘‘‘‘
-----------------------------------------------------------------------------*/
.layout-footer{
	
}

footer {
	color: #fff;
	text-align: center;
	font-size: 12px;
	background-color: #000;
	margin:-top: 12px;
}

#icon_footer{
	padding: 8px 0 0 0;
	background-color:#000;
}

#icon_footer.second{
	padding: 8px 0 0 0;
	background-color:#000;
}

#icon_footer .wrapper-icons{
	max-width: 320px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: box;
}

#icon_footer.second .wrapper-icons{
	max-width: 80%;
}

#icon_footer .wrapper-icons .icon{
	margin: 4px 2px;
	-webkit-box-flex: 1.0;
	-moz-box-flex: 1.0;
}

#icon_footer .wrapper-icons .icon .button-icon{
	width: 54px;
	height: 54px;
	background-color: #1D2328;
	background-image: -moz-linear-gradient(top, #4C4848, #1D2328);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4C4848),color-stop(1, #1D2328));
	border: 2px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#icon_footer.second .wrapper-icons .icon .button-icon{
	width: 54px;
	height: 54px;
	background-color: #1D2328;
	background-image: -moz-linear-gradient(top, #FFF, #CCC 50%, #DDD);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.5, #CCC), to(#DDD));
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 3px #000;
	box-shadow: 2px 2px 3px #000;
}

#icon_footer .wrapper-icons .icon .button-icon img{
	width: 30px;
	vertical-align: bottom;
	position: relative;
	top: 4px;
}

#icon_footer.second .wrapper-icons .icon .button-icon img{
	width: auto;
	height: 24px;
	vertical-align: bottom;
	position: relative;
	top: 4px;
}

#icon_footer .wrapper-icons .icon .button-icon p{
	margin-top: 4px;
}

#icon_footer.second .wrapper-icons .icon .button-icon p{
	width: 54px;
	height: 24px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	line-height: 0.9;
	display: table-cell;
}

#icon_footer .wrapper-icons .icon .button-icon p{
	color: #FFF;
}

#icon_footer.second .wrapper-icons .icon .button-icon p{
	color: #333;
}

#icon_footer ul li{
	width: 25%;
	float: left;
	margin-bottom:4px;
}
#icon_footer.second ul li{
	margin-bottom: 8px;
}
#icon_footer ul li img{
	width:60px;
	height:60px;
}

/* Κp^[ */
footer .border-line img{
	width: 100%;
	height: 4px;
	vertical-align: text-bottom;
}

footer .reg-box{
	margin-top: 8px;
}

footer .reg-box img.regist{
	max-height: 60px;
	height: 30px;
	max-width:115px;
	margin: 4px 8px 8px 8px;
}

footer .more-link{
	padding: 4px 0;
}

footer .more-link .delim-line{
	margin: 0 12px;
}

footer .more-link p{
	padding: 4px 0;
}

footer .more-link a{
	color: #FFF;
	border-bottom: dotted 1px #333;
}

footer .copyright{
	padding: 4px 0;
	color: #FFFF;
	background-color: #666666;
}



/*------------------------------------------------
   €ΚXgέθ
  ------------------------------------------------*/

.button {
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	width: 75%;
	font-size: 16px;
	color: #FFFFFF;
	background:	#96855A;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: auto;
	padding: 10px 5px;
}
.button:hover {
	background:	#6E613E;
}

/*
.button{
	display:block;
    padding: 8px 4px;
    text-align: center;
    border: solid 1px #252525;
    background: -moz-linear-gradient(top, #606060, #252525 50%, #c2c2c2 50%, #aaaaaa);
    background: -webkit-gradient(linear, left top, left bottom, from(#606060), color-stop(0.5, #252525), color-stop(0.5, #c2c2c2), to(#aaaaaa));
    box-shadow: 0 0 1px 1px rgba(153, 153, 153, 1);
}
*/


.button span.bk-btn{
	color:#FFF;
	font-family: Baskerville;
	font-size:16px;
	text-shadow:0px 1px 3px #aaaaaa, 0px -1px 3px #aaaaaa;
}

div.button2{
    padding: 8px 4px;
    text-align: center;
    border: solid 1px #d2d2d2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;    
    background: -moz-linear-gradient(top, #d2d2d2, #fff 60%, #d2d2d2);
    background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), color-stop(0.6, #fff), to(#d2d2d2));
    box-shadow: 0 0 1px 1px rgba(153, 153, 153, 1) inset;
}

div.button3{
    color: #FFF;
    padding: 8px 4px;
    text-align: center;
    border: solid 1px #7F7144;
	-webkit-text-shadow:1px 1px 3px #7F7144, 1px 1px 2px #7F7144;
	text-shadow:1px 1px 3px #7F7144, 1px 1px 2px #7F7144;
    background: -moz-linear-gradient(top, #E8DFB8, #E7E0C1 50%, #A79C6F 50%, #7F7144);
    background: -webkit-gradient(linear, left top, left bottom, from(#E8DFB8), color-stop(0.5, #E7E0C1), color-stop(0.5, #A79C6F), to(#7F7144));
    background-color: #1D2328;
}
div.button4{
    color: #FFF;
    padding: 8px 4px;
    text-align: center;
    border: solid 1px #242424;
    background: -moz-linear-gradient(top, #696969, #666666 50%, #525252 50%, #414141);
    background: -webkit-gradient(linear, left top, left bottom, from(#696969), color-stop(0.5, #666666), color-stop(0.5, #525252), to(#414141));
    background-color: #1D2328;
}

div.tribe-btn{
    padding: 8px 4px;
    text-align: center;
    border: solid 1px #786B3B;
    background: -moz-linear-gradient(top, #d2d2d2, #786B3B);
    background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), color-stop(0.4, #fff), to(#d2d2d2));
    box-shadow: 0 0 1px 1px rgba(153, 153, 153, 1) inset;
}

div.button.active{
    border: solid 1px #f90;
}

div.bar{
    width: 100%;
    height: 36px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
	background: -moz-linear-gradient(top, #666, #999 80%, #bbb);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), color-stop(0.8, #999), to(#bbb));
}


div.bar2{
    height: 36px;
    border: solid 1px #999;
    background: -moz-linear-gradient(top, #CCC, #ddd 50%, #CCC);
    background: -webkit-gradient(linear, left top, left bottom, from(#CCC), color-stop(0.5, #ddd), to(#CCC));
	border-top:solid 1px #FFF;
}

div.bar div.bar-arrow{
    height:100%;
    margin-right:10px;
/*    background-image: url('/img/arrow/arrow.png');*/
    background-image: url('/img/arrow/arrow-small-right.png');
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px;
    background-size: 10px;
    background-position: right;
}

div.bar div.bar-arrow.open{
    height:100%;
    margin-right:10px;
/*    background-image: url('/img/arrow/arrow-lower.png');*/
    background-image: url('/img/arrow/arrow-small-lower.png');
}

div.bar2 div.bar-arrow{
    height: 100%;
    background-image: url('/img/arrow/arrow-lower.png');
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: right;
}

div.bar2 div.bar-arrow.open{
    background-image: url('/img/arrow/arrow-upper.png');
}

.button-field{
	margin:12px auto;
	width:40%;
	text-align:center
}
.button-field2{
	margin:12px auto;
	width: 70%;
	text-align:center;
}
.button-field2 a,
.button-field a{
	text-decoration:none;
}

/*============================================================================
  #‘‘‘‘TRIBE MOVIE / KENCHI MANp‘‘‘‘
-----------------------------------------------------------------------------*/

/*****{^*****/
#tribe-movie .btn-field{
	margin:10px auto 20px auto;
	width:100%;
	text-align:center;
}


/*****Xg*****/
#tribe-movie .menu-topic-link{
	border-top:solid 2px #DCDCDC; 
}

#tribe-movie .menu-link {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	text-decoration:none;
	text-shadow:1px 1px #000, -1px -1px #000;
	-webkit-text-shadow:1px 1px #FFF, -1px -1px #FFF;
}
#tribe-movie .menu-box {
	padding:8px 8px 8px 12px;
	min-height: 80px;
	border-bottom:solid 1px #000000;
	background: -moz-linear-gradient(top, #222222, #111111);
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
}
#tribe-movie .menu-arrow {
	background-image: url('/img/arrow/arrow.png');
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px auto;
	background-size: 20px auto;
    width: 100%;
}

#tribe-movie .menu-box .menu-fix {
	display:block;
	min-height:20px;
	padding:8px 0px 8px 0px;
}

#tribe-movie .list-catch {
	link:FFFFFF;
	display:block;
	min-height:20px;
	padding:4px 0px 0px 0px;
}

#tribe-movie .list-title {
	display:block;
	height:20px;
	padding:8px 0px 0px 0px;
}

div.jsb3-profile{
	background-color:#000;
	color:#fff;
}

/*****{^*****/
#pittan .btn-field{
	margin:24px auto 20px auto;
	width:40%;
	text-align:center;
}


/*****Xg*****/
#pittan .menu-topic-link{
	border-top:solid 2px #DCDCDC; 
}

#pittan .menu-link {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	text-decoration:none;
	text-shadow:1px 1px #fff, -1px -1px #000;
	-webkit-text-shadow:1px 1px #FFF, -1px -1px #FFF;
}
#pittan .menu-box {
	padding:8px 8px 8px 12px;
	min-height: 80px;
	border-bottom:solid 1px #000000;
	background: -moz-linear-gradient(top, #15B115, #80DB83);
	background: -webkit-gradient(linear, left top, left bottom, from(#15B115), to(#80DB83));
}
#pittan .menu-arrow {
	background-image: url('/img/arrow/arrow.png');
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px auto;
	background-size: 20px auto;
    width: 100%;
}

#pittan .menu-box .menu-fix {
	display:block;
	min-height:20px;
	padding:8px 0px 8px 0px;
}

#pittan .list-catch {
	link:FFFFFF;
	display:block;
	min-height:20px;
	padding:4px 0px 0px 0px;
}

#pittan .list-title {
	display:block;
	height:20px;
	padding:8px 0px 0px 0px;
}

/*****{^*****/
#g_life .btn-field{
	margin:24px auto 20px auto;
	width:40%;
	text-align:center;
}


/*****Xg*****/
#g_life .menu-topic-link{
	border-top:solid 2px #DCDCDC; 
}

#g_life .menu-link {
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	text-decoration:none;
	text-shadow:1px 1px #fff, -1px -1px #fff;
	-webkit-text-shadow:1px 1px #fff, -1px -1px #FFF;
}
#g_life .menu-box {
	padding:8px 8px 8px 12px;
	min-height: 80px;
	border-bottom:solid 1px #000000;
	background: -moz-linear-gradient(top, #F8E71E, #F8E71E);
	background: -webkit-gradient(linear, left top, left bottom, from(#F8E71E), to(#F8E71E));
}
#g_life .menu-arrow {
	background-image: url('/img/arrow/arrow.png');
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px auto;
	background-size: 20px auto;
    width: 100%;
}

#g_life .menu-box .menu-fix {
	display:block;
	min-height:20px;
	padding:8px 0px 8px 0px;
}

#g_life .list-catch {
	link:FFFFFF;
	display:block;
	min-height:20px;
	padding:4px 0px 0px 0px;
}

#g_life .list-title {
	display:block;
	height:20px;
	padding:8px 0px 0px 0px;
}



div.jsb3-profile{
	background-color:#000;
	color:#fff;
}
/*****{^*****/
#genetalk .btn-field{
	margin:24px auto 20px auto;
	width:40%;
	text-align:center;
}


/*****Xg*****/
#genetalk .menu-topic-link{
	border-top:solid 2px #DCDCDC; 
}

#genetalk .menu-link {
	color:#0666CB;
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	text-decoration:none;
	-webkit-text-shadow:1px 1px #fff, -1px -1px #FFF;
}
#genetalk .menu-box {
	padding:8px 8px 8px 12px;
	min-height: 80px;
	border-bottom:solid 1px #000000;
	background: -moz-linear-gradient(top, #7815A5, #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#7815A5), to(#000000));
}
#genetalk .menu-arrow {
	background-image: url('/img/arrow/arrow.png');
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px auto;
	background-size: 20px auto;
    width: 100%;
}

#genetalk .menu-box .menu-fix {
	display:block;
	min-height:20px;
	padding:8px 0px 8px 0px;
}

#genetalk .list-catch {
	link:FFFFFF;
	display:block;
	min-height:20px;
	padding:4px 0px 0px 0px;
}

#genetalk .list-title {
	display:block;
	height:20px;
	padding:8px 0px 0px 0px;
}



div.jsb3-profile{
	background-color:#000;
	color:#fff;
}


#burning_up .button{
    color:#ffff00;
    width:50%;
    margin:auto ;
    display:block;
    padding: 8px 4px;
    text-align: center;
    border: solid 1px #252525;
    background: -moz-linear-gradient(top, #FF0000, #252525 );
    background: -webkit-gradient(linear, left top, left bottom, from(#606060), color-stop(0.5, #252525), color-stop(0.5, #c2c2c2), to(#aaaaaa));
    box-shadow: 0 0 1px 1px rgba(153, 153, 153, 1);
}



/*============================================================================
  #‘‘‘‘­§CAEgΟX‘‘‘‘
-----------------------------------------------------------------------------*/
body.port article img{ height: auto; }
body.land article img{ height: auto; }

article a{ line-height: 1.4em; }

article hr{ margin: 8px auto; }
article hr[align="left"]{ margin-left: 0; margin-right: auto; }
article hr[align="right"]{ margin-left: auto; margin-right: 0; }