@charset "utf-8";

header,footer,nav,section{display:block;}

body,p,h1,h2,h3,h4,h5,h6,
ul,li,img{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:150%;
	font-weight:normal;
        font-family: "ヒラギノ角ゴ ProN W3";
}

.clearfix{zoom:1;}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}

body{
	font-size:13px;
	-webkit-text-size-adjust:none;
	width:100%;
	max-width:320px;
	text-align:center;
	margin:0 auto;
	background-color:black;
	color: #FFFFFF;
	background-position: center center;
}

a:link { color: #4169e1; }
a:visited{ color:#FE2EF7; }


img{border:none;}
li{list-style:none;}

/* newsのcss ーーーーーーーー*/
#news {
    background:#FF4000;
    padding:10px; 
    border:1px solid #848484; 
    border-radius:10px 10px 0px 0px / 10px 10px 0px 0px; 
    width:260px; 
    
}

/* topicのcss ーーーーーーーー*/
#topic {
    text-align:left;
    width: 260px;
    color: #585858;
    background:#ffffff;
    background-color: rgba(255,255,255,0.9); 
    padding:10px; 
    border:1px solid #848484; 
    border-radius:0px 0px 10px 10px / 0px 0px 10px 10px; 

}

/* 以上ーーーーーーーーーーー */

/* topic2のcss ーーーーーーーー*/
#topic2 {
    width: 280px;
    color: #585858;
    text-align:left;
    background:#ffffff; 
    background-color: rgba(255,255,255,0.9);
    padding:10px; 
    border:1px solid #848484; 
    border-radius:10px 10px 10px 10px / 10px 10px 10px 10px; 
}

/* topic3のcss ーーーーーーーー*/
#topic3 {
    width: 300px;
    color: #ffffff;
    text-align:left;
}

/* new-iframeのcss ーーーーーーーー*/
#new-iframe {
    width: 225px;
    color: #585858;
    text-align:left;
    background:#ffffff; 
    background-color: rgba(255,255,255,0.9);
    padding:10px; 
    border:1px solid #848484; 
    border-radius:10px 10px 10px 10px / 10px 10px 10px 10px; 
}


/* menuaのcss ーーーーーーーー*/
#menua {
    background:#FF4000;
    padding:10px; 
    border:1px solid #848484; 
    border-radius:10px 10px 0px 0px / 10px 10px 0px 0px; 
    width:260px; 
    
}

/* menubのcss ーーーーーーーー*/
#menub {
    width: 280px;
    color: #585858;
    background:#ffffff; 
    background-color: rgba(255,255,255,0.9);
    padding:10px; 
    border:1px solid #848484; 
    border-radius:0px 0px 10px 10px / 0px 0px 10px 10px; 
    width:260px; 
}

/* 以上ーーーーーーーーーーー */


/* linefriendのcss ーーーーーーーー*/
#linefriend {
    width: 260px;
    color: #585858;
    background:#ffffff; 
    background-color: rgba(255,255,255,0.9);
    padding:10px; 
    border:1px solid #848484; 
    border-radius:10px 10px 10px 10px / 10px 10px 10px 10px; 

}

/* 以上ーーーーーーーーーーー */

/*top-newsのcss ーーーーーーーー*/
#top-news {
    width: 260px;
    color: #585858;
    background:#ffffff; 
    background-color: rgba(255,255,255,0.9);
    padding:10px; 
    border:3px solid #3ADF00; 
    border-radius:10px 10px 10px 10px / 10px 10px 10px 10px; 

}

/* 以上ーーーーーーーーーーー */

/* missionのcss ーーーーーーーー*/
#mission {
    width: 300px;
    text-align:left;
    color: #FFFFFF;
    background:#1C1C1C; 
    padding:10px; 
    border:2px solid red; 
    border-radius:10px 10px 10px 10px / 10px 10px 10px 10px; 
    width:260px; 
    font-size:12px;
}

/* 以上ーーーーーーーーーーー */

/* mission2のcss ーーーーーーーー*/
#mission2 {
    width: 300px;
    text-align:left;
    color: #FFFFFF;
    background:#1C1C1C; 
    padding:10px; 
    border:2px solid red; 
    border-radius:10px 10px 10px 10px / 10px 10px 10px 10px; 
    width:260px; 
    font-size:12px;
}

/* linefriend2のcss ーーーーーーーー*/
#linefriend2 {
    text-align:left;
    color: black;
    background:#ffffff; 
    background-color: rgba(255,255,255,0.9);
    padding:10px; 
    border:3px solid #848484; 
    border-radius:10px 10px 10px 10px / 10px 10px 10px 10px; 
    width:260px; 
    font-size:12px;
}

/* 以上ーーーーーーーーーーー */


h1{
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	padding:2px 0 2px 10px;
}

#box_t{
	background:url(img/bg_t.gif) repeat-x;
	height:71px;
	text-align:center;
}

h2#top{
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	color: #232323;
	text-shadow: 0 1px 0 white;
}

#intro{
	margin:15px 10px 0;
}

#catebox{
	width:100%;
	margin:0 auto;
}

#catebox ul{
	width:90%;
	background:#ddd;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px 0 0 0px;
	margin:15px auto;
	text-align:center;
}

#catebox li{
	width:26%;
	float:left;
	text-align:center;
	margin:0 3% 10px 4%;
}

#catebox li img{
	border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

#catebox a{
	text-decoration:none;
}

.ad{
	text-align:center;
	margin:0 10px 15px;
}

#outro{
	margin:0 10px 15px;
}

#footer{
	text-align:center;
	color:#fff;
	font-size:12px;
	padding:5px 0;
}

#footer a{color:#fff; text-decoration:none;}

h2#cate{
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
	color: #232323;
	text-shadow: 0 1px 0 white;
	margin:0 10px;
	text-align:left;
}

#box_t p img{
	margin:5px 7px 0 10px;
	border-radius:6px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius:6px;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, .3);
	float:left;
}

h3{
	color:#232323;
	font-size:16px;
	background:url(img/sitebg.gif) repeat-x;
	line-height:29px;
	height:29px;
	padding-left:10px;
	margin-top:15px;
}

h3 span{
	background:url(img/icon1.gif) no-repeat left center;
	padding-left:18px;
}

.sitebox div{
	margin:10px;
}

.siteimg{
	float:left;
	margin-right:10px;
}

.siteimg img{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

#homebtn a{
	display:block;
	text-decoration:none;
	text-shadow:0 1px 0 white;
	font-size:14px;
	font-weight:bold;
	line-height:37px;
	margin:0 auto;
	width:170px;
	height:35px;
	border:1px solid #8b8b8b;
	border-radius:4px;
	-webkit-border-radius:4px;
	background:-moz-linear-gradient(top,#f4f3f3,
									#ecebeb 50%,
									#e3e3e3 51%,
									#d9d9d9);
	background:-webkit-gradient(linear, left top, left bottom, from(#f4f3f3),
									color-stop(0.5, #ecebeb),
									color-stop(0.51, #e3e3e3),
									to(#d9d9d9));
}

.sitebtn a img{
	margin-left:5px;
}

.ad2{
	text-align:center;
	margin-top:15px;
	padding-top:15px;
	border-top:1px dotted #8b8b8b;
}

#homebtn{
	text-align:center;
	margin:25px 0;
}

#homebtn a img{
	margin-right:5px;
}

#new {
	width:100%;
	margin:0 auto;
}

#new li {
	float:left;
	padding:0px 5px;
	width:22%;
}

#title {
	margin: 10px 0px;
}

#step{
	width: 100%;
	height: 425px;
}

#step1 {
	background:url(img/step1.png);
	background-repeat: no-repeat;
	background-size:100%;
	position: relative;
	height:135px;
}

#step2 {
	background:url(img/step2.png);
	background-repeat: no-repeat;
	background-size:100%;
	position: relative;
	height:135px;
}

#step3 {
	background:url(img/step3.png);
	background-repeat: no-repeat;
	background-size:100%;
	position: relative;
	height:135px;
}

.steptext {
	position: absolute;
	text-align:left;
	line-height: 17px;
	top:22px;
	left:120px;
	font-weight:bold;
}

#tabcontent ul:first-child{
	font-weight:bold;
	margin-bottom:-1px;
	/* タブが増えてもフレキシブルな横幅に調整 */
	display:box;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
}
#tabcontent ul:first-of-type li{
	text-align:center;
	/* タブが増えてもフレキシブルな横幅に調整 */
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-box-flex:1;
	font-weight:bold;
}
#tabcontent ul:first-of-type li a{
	border:1px solid;
	display:block;
	padding:15px 5px;
	text-decoration:none;
	/* タブ部分角丸 */
	-moz-border-radius:5px 5px 0 0;
	/* Safari対応のために分けて記載 */
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
#tabcontent ul:first-of-type li a:hover{
	/* hover時に光ってる様に見せる為に透過 */
	opacity:0.8;
}

#tabcontent ul:first-of-type li:nth-of-type(1) a{
	background-color:#1a62db;
	border-color:#1f54bc;
	color:#fff;
	/* webkit用グラデーション */
	background-image:-webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#1a62db),
		color-stop(0.5,#3690f0),
		color-stop(0.5,#55a4ee),
		to(#70b6f2)
	);
	/* mozilla用グラデーション */
	background-image:-moz-linear-gradient(
		top,
		#1a62db,
		#3690f0 50%,
		#55a4ee 50%,
		#70b6f2
	);
	/* テキストシャドウ */
	text-shadow:-1px -1px 0px #1f54bc;
}
/* タブ2つ目の色設定 */
#tabcontent ul:first-of-type li:nth-of-type(2) a{
	background-color:#ff7d00;
	border-color:#dc6b00;
	color:#fff;
	/* webkit用グラデーション */
	background-image:-webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ff7d00),
		color-stop(0.5,#ff7c00),
		color-stop(0.5,#ffa73d),
		to(#ffa03c)
	);
	/* mozilla用グラデーション */
	background-image:-moz-linear-gradient(
		top,
		#ff7d00,
		#ff7c00 50%,
		#ffa73d 50%,
		#ffa03c
	);
	/* テキストシャドウ */
	text-shadow:-1px -1px 0px #dc6b00;
}
/* タブ3つ目の色設定 */
#tabcontent ul:first-of-type li:nth-of-type(3) a{
	background-color:#7dbe0a;
	border-color:#5b9400;
	color:#fff;
	/* webkit用グラデーション */
	background-image:-webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#7dbe0a),
		color-stop(0.5,#80c218),
		color-stop(0.5,#a1d54f),
		to(#a2d93f)
	);
	/* mozilla用グラデーション */
	background-image:-moz-linear-gradient(
		top,
		#7dbe0a,
		#80c218 50%,
		#a1d54f 50%,
		#a2d93f
	);
	/* テキストシャドウ */
	text-shadow:-1px -1px 0px #5b9400;
}

.tab{
	border:1px solid #ddd;
	/* タブ部分角丸 */
	-moz-border-radius:0 0 5px 5px;
	/* Safari対応のために分けて記載 */
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	/* タブ全体のボックスシャドウ */
	-moz-box-shadow:3px 3px 7px #999;
	-webkit-box-shadow:3px 3px 7px #999;
}
.tab article{
	display:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:10px;
	margin:-1px;
    margin-top: -70px; /* リンク位置上昇分 */
    padding-top: 70px; /* 上昇分を戻す分 */
	height:580px;
	/* タブ部分角丸 */
	-moz-border-radius:0 0 5px 5px;
	/* Safari対応のために分けて記載 */
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

/* :targetの対象のarticle */
.tab article:target{
	display:block;
}
/* :targetの対象でないarticle */
.tab article:not(:target){
	display:none;
}

/* :targetの対象のarticle */
.tab article:target{
	-webkit-animation-duration:1s;
	-webkit-transform-origin:50% 0;
	-webkit-animation-timing-function:linear;
	-webkit-animation-name:tabalpha;
	opacity:1;
}
/* アニメーション用 */
@-webkit-keyframes tabalpha{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}

/*---------- ナビ ----------*/

#nav2 nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background: url(img/nav_bg.gif) repeat-x;
}

#nav2 nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #ee7800;
  background: url(img/h_bg_gray.gif) center repeat-x;
}

#nav2 nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

#nav2 nav li {
  width: 100%;
  list-style: none;
  text-align: center;
  background: url(img/arrow_icon.png) no-repeat scroll right center transparent;
}

#nav2 nav li a {
  padding: 10px;
  display: block;
  color: #ee7800;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg.gif) repeat-x;
}

#nav2 nav li a:hover {
  color: #f39800;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(img/nav_bg_hover.gif) repeat-x;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  margin : 8px  0 8px 0;
}

section td.table_line {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 10px 8px 10px;
}

.title01 {
	width: 100%;
	padding: 5px 0px 0px 0px;
	line-height: 150%;
	font-size: 90%;
	font-weight: bold;
	color: #ffffff;
background: rgb(248,80,50); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(51%,rgba(246,41,12,1)), color-stop(71%,rgba(240,47,23,1)), color-stop(100%,rgba(231,56,39,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */

}

.rank_box01 {
	background: #ffeed2;
	padding: 0px 0px 2px 0px;
}

.rank_box02 {
	background: #ffffff;
	padding: 0px 0px 2px 0px;
}

.rank_box03 {
	background: #ffffff;
	padding: 0px 0px 2px 0px;
}

.rank_box01 .image {
	float: left;
	padding: 2px 0px 2px;
}

.rank_box02 .image {
	float: left;
	padding: 2px 0px 2px;
}

.rank_box03 .image {
	float: right;
	padding: 2px 0px 2px;
}

.rank_box01 .data .title {
	text-align: left;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
}

.rank_box01 .data .comment {
	text-align: left;
	color: #333333;
	font-size: 100%;
	padding: 2px 0px;
}

.rank_box02 .data .title {
	text-align: left;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
}

.rank_box02 .data .comment {
	text-align: left;
	color: #333333;
	font-size: 100%;
	padding: 2px 0px;
}

.rank_box03 .data .title {
	text-align: left;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	line-height:170%;
}

.rank_box03 .data .comment {
	text-align: left;
	color: #333333;
	font-size: 100%;
	padding: 2px 0px;
	line-height:170%;
}

.game {
	width:100%;
	height:400px;
}

/* スライドショーのcss ーーーーーーーー*/

div.g-inner {
    position:relative;
    width:300px;
    height:450px;
}
div.g-innerA {
    position:relative;
    width:300px;
    height:400px;
}
#view {
    position: absolute;
    text-align: left;
    width:240px;
    height:300px;
    top:0;
    left:0px;
    overflow:hidden;
}
#view p {
    position: absolute;
    width:240px;
    height:150px;
    top:0;
    left:0;
}
#thumbBtnA {
    position:absolute;
    top:270px;
    left:0;
}
#thumbBtn {
    position:absolute;
    top:300px;
    left:0;
}
#caption {
    position:absolute;
    text-align: left;
    top:40px;
    left:180px;
}
#thumbBtnA li {
    padding: 0 0 0 2px;
    float:left;
    text-align: left;
    width: 45px;
    cursor:pointer;
}
#thumbBtnA li img {
    border: solid 1px #ccc;
}
#thumbBtnA li.active {
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
#thumbBtn li {
    padding: 0 0 0 2px;
    float:left;
    text-align: left;
    width: 45px;
    cursor:pointer;
}
#thumbBtn li img {
    border: solid 1px #ccc;
}
#thumbBtn li.active {
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
#sam {
    position:absolute;
    text-align: left;
    top:520px;
    left:40px;
}
#samA {
    position:absolute;
    text-align: left;
    top:410px;
    left:40px;
}

.my_adslot { width: 300px; height: 250px; }
@media(min-width: 340px) { .my_adslot { width: 336px; height: 280px; } }
@media(min-width: 730px) { .my_adslot { width: 728px; height: 90px; } }

/* 以上 ーーーーーーーー*/



