@charset "utf-8";

html {
	-webkit-text-size-adjust: none;
	margin:0;
	padding:0;
}

body {
	margin: 0px; padding: 0px;
	background-image: url("/_gif/smart_phone/parts/bg.png");
}

div,h,h1,h2,h3,h4,ul,li,td,font,span,a,p,section,header,hooter,article,nav {
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
}

.noscript-header-block{
	background-color:#FFFFFF;
	padding:10px;
	font-size:14px;
	word-break:break-all;
}
.noscript-header-block >.browser-message{
	color:#666666;
	font-size:12px;
}

/* ############################### */
/* 都道府県選択モーダル部 */
/* ############################### */
.popup-layer {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 7;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.area-background {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 8;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
.area-detail {
	margin: 0;
	padding: 5px;
	display: none;
	position: absolute;
	z-index: 9;
	width: 70%;
	background-color: #ffffff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px;
	border: 1px solid #ddd;

}
.area-detail >ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.area-detail >ul >li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
.area-detail >ul >li.all_area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.area-detail >ul >li >a {
	margin: 5px;
	padding: 10px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #dfe3e6, #b4bec4);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #f6fbfe ), 
	                                                                  color-stop(   5%, #dfe3e6 ),
	                                                                  color-stop(  45%, #c5cdd3 ),
	                                                                  color-stop(  55%, #bdc4ca ),
	                                                                  color-stop(  95%, #b4bec4 ),
	                                                                  color-stop( 100%, #9ea9b0 ) );
}
/* 画面幅320px以下だと地図アプリ「パチンコ店MAP」起動が改行してしまうため*/
@media screen and (max-width: 320px) {
  .area-detail >ul >li >a {
    padding: 10px 0;
  }
}
/*
.area-detail >ul >li.all_area >a {
	margin: 2px;
	padding: 10px;
	width: 42%;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #dfe3e6, #b4bec4);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #f6fbfe ), 
	                                                                  color-stop(   5%, #dfe3e6 ),
	                                                                  color-stop(  45%, #c5cdd3 ),
	                                                                  color-stop(  55%, #bdc4ca ),
	                                                                  color-stop(  95%, #b4bec4 ),
	                                                                  color-stop( 100%, #9ea9b0 ) );
}
*/
.area-detail >ul >li.close-position {
	padding-top: 10px;
	width: 100%;
	display:-moz-box; display:-webkit-box; display:-o-box; display:-ms-box;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;

}


/* ############################### */
/* アプリのモーダル */
/* ############################### */
.appli-popup-layer {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 11;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.appli-background {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 12;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
.appli-detail {
	margin: 0;
	padding: 5px;
	display: none;
	position: absolute;
	z-index: 13;
	width: 70%;
	background-color: #ffffff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px;
	border: 1px solid #ddd;

}
.appli-detail >ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.appli-detail >ul >li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
.appli-detail >ul >li.all_area {
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
}
.appli-detail >ul >li >a {
	margin: 2px;
	padding: 10px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #dfe3e6, #b4bec4);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #f6fbfe ), 
	                                                                  color-stop(   5%, #dfe3e6 ),
	                                                                  color-stop(  45%, #c5cdd3 ),
	                                                                  color-stop(  55%, #bdc4ca ),
	                                                                  color-stop(  95%, #b4bec4 ),
	                                                                  color-stop( 100%, #9ea9b0 ) );
}
.appli-detail >ul >li.close-position {
	padding-top: 10px;
	width: 100%;
	display:-moz-box; display:-webkit-box; display:-o-box; display:-ms-box;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;

}
/* ############################### */
/* ヘッダのモーダル */
/* ############################### */
.header-popup-layer {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 8;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.header-background {
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
.header-detail {
	margin: 0;
	padding: 5px;
	display: none;
	position: absolute;
	z-index: 9;
	width: 70%;
	background-color: #ffffff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px;
	border: 1px solid #ddd;

}
.header-detail >ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.header-detail >ul >li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
.header-detail >ul >li.all_area {
	margin: 0;
	padding: 0;
	width: 100%;
}
.header-detail >ul >li >a {
	margin: 5px;
	padding: 10px;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #dfe3e6, #b4bec4);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #f6fbfe ), 
	                                                                  color-stop(   5%, #dfe3e6 ),
	                                                                  color-stop(  45%, #c5cdd3 ),
	                                                                  color-stop(  55%, #bdc4ca ),
	                                                                  color-stop(  95%, #b4bec4 ),
	                                                                  color-stop( 100%, #9ea9b0 ) );
}
.header-detail >ul >li.close-position {
	padding-top: 10px;
	width: 100%;
	display:-moz-box; display:-webkit-box; display:-o-box; display:-ms-box;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;

}
.close-button {
	margin: 0;
	padding: 3px 16px;
	width: 50%;
	display: block;
	font-weight: bold;
	border: 1px solid #aaaaaa;
	background-image: -moz-linear-gradient(top, #fbfbfb, #e6e6e6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #fbfbfb ), 
	                                                                  color-stop( 100%, #cccccc ) );
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px;
	color: #333;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #dfe3e6, #b4bec4);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #f6fbfe ), 
	                                                                  color-stop(   5%, #dfe3e6 ),
	                                                                  color-stop(  45%, #c5cdd3 ),
	                                                                  color-stop(  55%, #bdc4ca ),
	                                                                  color-stop(  95%, #b4bec4 ),
	                                                                  color-stop( 100%, #9ea9b0 ) );
}

/* ############################### */
/* 表示の文字制限（オーバーしそうなときは。。。にする） */
/* ############################### */
.string-overflow-hidden {
	width: 100%;
	white-space: nowrap;
	overflow: auto;
	text-overflow: ellipsis;
}
.overflow-hidden {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ############################### */
/* ヘッダー表示部 */
/* ############################### */
.header-block {
  padding: 7px 0;
  background-color: #940000 ;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad1a1a ), color-stop(100%, #940000 ));
  background-image: -webkit-linear-gradient(#ad1a1a , #940000 );
  background-image: -moz-linear-gradient(#ad1a1a , #940000 );
  background-image: -o-linear-gradient(#ad1a1a , #940000 );
  background-image: linear-gradient(#ad1a1a , #940000 );
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: bold;
}
.up-layer {
	z-index: 10;
	position: relative;
}
.header-block .header-left {
	display: table-cell;
	text-align: left;
	padding: 0px;
	margin: 0 5px;
	width:50px;
	vertical-align:middle;
}
.header-block .header-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	padding: 0 10px;
	margin: 0px;
	width: 100%;
}

.header-block .header-right {
	display: table-cell;
	text-align: right;
	vertical-align:middle;
	padding: 0 5px;
	margin: 0;
	width: 50px;
}
.header-shadow {
	position: relative;
	z-index: 10;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
	/* Safari,Google Chrome用 */
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
	/* Firefox用 */
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
}
.header-block .header-center >a {
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.header-block >ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	text-shadow: none;
}
.header-block >ul >li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	font-family: Arial-BoldMT, Arial, sans-serif;
	font-weight: bold;
}
.header-block >ul >li.title {
	margin: 0;
	padding: 7px 5px 3px 5px;
	display: box;
	text-align: left;
}
.header-block >ul >li >a {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

.header-block div.header-block-space {
	margin: 3px auto 3px 2px;
	padding: 2px 3px 0px 3px;
	width: 40px;
	height: 30px;
}
.header-block div.header-block-home {
	margin: 3px auto 3px 7px;
	padding: 2px 3px 0px 3px;
	width: 40px;
	height: 30px;
	border: 1px solid #730000;
	background-image: linear-gradient(top, #E35151, 
	#C53636 48%,
	#B20808 52%,
	#930000);

	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5) inset , 0 1px 3px rgba(255,255,255,0.8);
	/* vender prefix */
	display: -moz-box; display: -webkit-box; display: -o-box; display: -ms-box;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-align:center; -ms-box-align:center;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5) inset , 0 1px 3px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5) inset , 0 1px 3px rgba(255,255,255,0.8);
	background-image: -moz-linear-gradient(top, #E35151, 
	#C53636 48%,
	#B20808 52%,
	#930000);
	background-image:  -webkit-gradient(linear, left top, left bottom, from(#E35151), 
	color-stop(0.48, #C53636),
	color-stop(0.52, #B20808),
	to(#930000));
}


.header-block >div.header-block-name {

}

.header-block-gray {
	margin: 0px;
	padding: 7px 5px 7px 5px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow:  0px -2px 1px rgba( 0,0,0,0.5 );
	color: #C50002;

	display: table;
	box-align: center;
	box-pack: center;
	background-image: linear-gradient(top, 
	                                  #D8DDE1, 
	                                  #B1BAC1);

	background-image: -moz-linear-gradient(top, #D8DDE1, #B1BAC1);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #D8DDE1 ), color-stop( 100%, #B1BAC1 ) );

}
.header-block-gray >ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	text-shadow: none;
}
.header-block-gray >ul >li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	font-family: Arial-BoldMT, Arial, sans-serif;
	font-weight: bold;
}
.header-block-gray >ul >li.title {
	margin: 0;
	padding: 7px 0px 3px 0;
	display: box;
	text-align: left;
}


/* ############################### */
/* フッター表示部 */
/* ############################### */
.footer-block {
	margin: 0px; 
	padding: 13px 0 7px 0;
	clear: both;
	background-image: -moz-linear-gradient(top, #a0a0a0, #8c8c8c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #a0a0a0 ), 
	                                                                  color-stop( 100%, #8c8c8c ) );
	display:-moz-box; display:-webkit-box; display:-o-box; display:-ms-box;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;
}
.footer-icon {
	margin: 0px;
	padding: 2px 5px;
	border: 1px solid #414141;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	text-shadow: 0px 1px 1px #333333, -0px -1px  1px #5c5c5c;
	background-image: -moz-linear-gradient(top, #858585, #414141);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #858585 ), 
	                                                                  color-stop( 100%, #414141 ) );
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px;
	display:-moz-box; display:-webkit-box; display:-o-box; display:-ms-box;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;
}

/* ############################### */
/* メインメニュー */
/* ############################### */
.main-menu {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.4);
  box-shadow: 0 1px 3px 1px rgba(0,0,0,.4);
  background-color: #fff;
  line-height: 1.4;
  z-index: 1;
}
.main-menu >ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	height: 35px;
}
.main-menu >ul >li {
  position: relative;
	display: table-cell;
	margin: 0;
	padding: 0;
	height: 44px;
	width: 33%;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.main-menu >ul >li.selected >a {
  position: relative;
  display: -moz-box;
  display: -webkit-box;
  display: -o-box;
  display: -ms-box;
  display: box;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
  height: 100%;
  padding: 0;
  color: #940000;
  vertical-align: middle;
  z-index: 5;
}
.main-menu >ul >li:not(:last-child):after {
  position: absolute;
  top:  0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 22px;
  margin: auto;
  background-color: #9c9c9c;
  content: "";
}
 .main-menu >ul >li.selected >a:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 3px;
  width: 80%;
  margin: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #940000;
  content: "";
}
.main-menu >ul >li >a {
	margin: 0;
	/*padding: 8px 0 0 0; */
	padding:0;
	height: 100%;
	display: box;
	color: #000;
	text-decoration: none;
	vertcal-align: middle;
	display:-moz-box; display:-webkit-box; display:-o-box; display:-ms-box;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-pack:center; -ms-box-pack:center;
}
.main-menu >div.base {
	height: 10px;
	width: 100%;
	background-color: #4d4d4d;
	position: relative;
	z-index: 7;
}

/* ############################### */
/* エリアニュー */
/* ############################### */
.area-menu {
	margin: 0;
	padding: 0;

}
.area-menu >ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
  border-bottom: solid 1px #9c9c9c;
}
.area-menu >ul >li {
	margin: 0;
	padding: 3px 0 3px 0;
	display: table-cell;
	font-size: 10px;
	font-weight: bold;
	width: 20%;
	color: #777;
	text-align: center;
  background-color: #fff;
}
.area-menu >ul >li:not(:last-child) {
  border-right: solid 1px #9c9c9c;
}
.area-menu >ul >li >a {
	margin: 0;
	padding: 5px 0;
	display: block;
	height: 100%;
	color: #777;
	text-decoration: none;
	line-height: 1.2;

}


/* ############################### */
/* リスト表示 */
/* ############################### */
.list {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
	/* Safari,Google Chrome用 */
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
	/* Firefox用 */
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
}
.list >h1 {
	margin: 0;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #3C3C42;

}
.list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list ul >li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	border-bottom:solid 1px #c0c0c0;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #ffffff ), 
	                                                                  color-stop( 100%, #eeeeee ) );
}

.list ul >li >a {
	margin: 0;
	padding: 10px 30px 10px 10px;
	text-decoration: none;
	display: block;
	color: #222222;
	background: url('../images/red_arrow_03.png') no-repeat 100% 50%;
	display:-moz-box; display:-webkit-box; display:-o-box; display:-ms-box;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
}

.list ul >li >a.icon-menu-list {
	padding:9px;
}

.list ul >li >a.center {
	margin: 0;
	padding: 10px;
	text-align:center;
	vertical-align: middle;
	text-decoration: none;
	display: block;
	color: #222222;
	background: none;
}

.list-middle-banner-shadow{
	box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.3);
}

.icon-image {
	width:28px;
	height:28px;
	vertical-align:middle;
}


/* ############################### */
/* ランキングリスト */
/* ############################### */
.ranking-list {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
	/* Safari,Google Chrome用 */
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
	/* Firefox用 */
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
}
.ranking-list h1 {
	margin: 0;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #3C3C42;

}
.ranking-list ul.ranking-list-top {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ranking-list ul.ranking-list-top >li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	border-bottom:solid 1px #c0c0c0;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #ffffff ), 
	                                                                  color-stop( 100%, #eeeeee ) );
}
.ranking-list ul.ranking-list-top >li >a {
	margin: 0;
	padding: 5px 30px 5px 5px;
	text-decoration: none;
	display: block;
	color: #222222;
	background: url('../images/red_arrow_03.png') no-repeat 100% 50%;
}
.ranking-list ul.ranking-list-top >li >a >ul {
	margin: 0;
	padding: 0;
	display: table;
}
.ranking-list ul.ranking-list-top >li >a >ul >li {
	margin: 0;
	padding: 0;
	display: table-cell;
	line-height: 1.2;

}
.ranking-list ul.ranking-list-top >li >a >ul >li.rank {
	padding: 0 5px;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	white-space: nowrap;
	vertical-align: middle;
}
.ranking-list ul.ranking-list-top >li >a >ul >li.name {
	padding: 0 15px 0 10px;
	font-weight: bold;
	font-size: 14px;
}
.ranking-list ul.ranking-list-top >li >a >ul >li.name >span.maker {
	font-weight: normal;
	font-size: 12px;
	color: #666666;
}
/* ############################### */
/* ワード検索 */
/* ############################### */
.search-bar {
	margin: 0;
	padding: 12px 10px;
	border-bottom: solid 1px #c0c0c0;
	background-color: #fff;
}
.search-bar > .search-bar-inner {
	margin: 0;
	padding: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fcefc2;
}
.search-bar > .search-bar-inner > .search-bar-form {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.search-bar > .search-bar-inner > .search-bar-form > .input-area {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.2) inset;
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.2) inset;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.2) inset;
	margin: 0;
	padding: 8px 64px 7px 8px;
	background-color: #fff;
	border: solid 1px #aaa;
	border-radius: 4px;
	font-size: 12px;
	line-height: 20px;
}
.search-bar > .search-bar-inner > .search-bar-form > .input-area > .keyword-input {
	border: none;
	height: 21px;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #000;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Roboto,'Droid Sans',Meiryo,sans-serif;
	background: none;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.search-bar > .search-bar-inner > .search-bar-form > .search-button {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 56px;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border: solid 1px #fb8c00;
	background-color: #ffa726;
	background-image: url(/sp/images/iconSearch_46x46_ffffff.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa726), color-stop(100%, #fb8c00));
	background-image: url(/sp/images/iconSearch_46x46_ffffff.png), -webkit-linear-gradient(#ffa726, #fb8c00);
	background-image: url(/sp/images/iconSearch_46x46_ffffff.png), -moz-linear-gradient(#ffa726, #fb8c00);
	background-image: url(/sp/images/iconSearch_46x46_ffffff.png), -o-linear-gradient(#ffa726, #fb8c00);
	background-image: url(/sp/images/iconSearch_46x46_ffffff.png), linear-gradient(#ffa726, #fb8c00);
	background-repeat: no-repeat, repeat;
	background-position: center center;
	-webkit-background-size: 20px, auto;
	-moz-background-size: 20px, auto;
	background-size: 20px, auto;
	text-indent: -9999px;
}
.search-bar > .search-bar-keyword {
  margin: 8px 0 4px;
  padding: 0 0 0 4px;
  font-size: 13px;
  line-height: 1;
}
.search-bar > .search-bar-keyword::after {
  display: block;
  clear: both;
  content: "";
}
.search-bar > .search-bar-keyword span {
  margin-top: 4px;
  padding-left: 11px;
  display: block;
  font-weight: bold;
  color: #666;
  background: #fff url("../images/iconHotWord.svg") no-repeat 0 0;
  float: left;
}
.search-bar > .search-bar-keyword .search-bar-keyword-list {
  list-style: none;
  padding: 0 0 0 4em;
  margin: 0;
  display: block;
}
.search-bar > .search-bar-keyword .search-bar-keyword-list::after {
  display: block;
  clear: both;
  content: "";
}
.search-bar > .search-bar-keyword .search-bar-keyword-list li {
  margin-top: 4px;
  display: block;
  float: left;
  margin-right: 10px;
}
.search-bar > .search-bar-keyword .search-bar-keyword-list li a {
  color: #1159F0;
  text-decoration: none;
}

/* ############################### */
/* バックグラウンド　*/
/*（もっと見るなど、一番低いレイヤなどに使用） */
/* ############################### */
.back-ground {
	margin: 0;
	padding: 0;
	background-color: #E2E1E4;
}
.back-ground >a {
	text-decoration: none;
	font-size: 12px;
}
.back-ground >a.logout {
	margin: 0;
	padding: 15px;
	display: block;
	text-align: center;
	color: #333399;
	font-weight: normal;
}

/* ############################### */
/* パチンコ or パチスロ　選択タブ */
/* ############################### */
.type-tab {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45px;
	position: relative;
	z-index: 6;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
	/* Safari,Google Chrome用 */
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
	/* Firefox用 */
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
}
.type-tab >ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	height: 35px;
}
.type-tab >ul >li {
	display: table-cell;
	margin: 0;
	padding: 0;
	height: 35px;
	width: 50%;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0px -1px 1px #333;
	background-image: -moz-linear-gradient(top, #C7C8C9, #A3A3A3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), 
	                                                                  color-stop(0.02, #C7C8C9),
	                                                                  color-stop(0.48, #B3B4B4),
	                                                                  color-stop(0.52, #A3A3A3),
	                                                                  to(#8F8F8F));
}
.type-tab >ul >li.default {
	border-top: 1px solid #A3A3A3;
}
.type-tab >ul >li.selected {
	background-image: -moz-linear-gradient(top, #dfdee3, #3F3F3F);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d2d2d2),
	                                                                  color-stop(0.02, #acacae),
	                                                                  color-stop(0.48, #6F706F),
	                                                                  color-stop(0.52, #3F3F3F),
	                                                                  to(#515151));
}
.type-tab >ul >li.selected >div {
	padding: 8px 0 0 0;
	display: block;
	height: 100%;
	vertical-align: middle;
	border-top: 1px solid #434343;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
	position: relative;
	z-index: 5;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
	/* Safari,Google Chrome用 */
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
	/* Firefox用 */
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.5);
}
.type-tab >ul >li >a {
	margin: 0;
	padding: 8px 0 0 0;
	height: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	vertcal-align: middle;
	border-right: 1px solid #959595;
	border-left: 1px solid #dddddd;
}
.type-tab >div.base {
	height: 10px;
	width: 100%;
	border-bottom: 1px solid #434343;
	background-color: #515151;
	position: relative;
	z-index: 7;
}


/* ############################### */
/* スペース 高さ20px */
/* ############################### */
.space-height-20px {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	background-color: #E2E1E4;
}

/* ############################### */
/* サブタイトル */
/* ############################### */
.sub-title {
	margin: 0;
	padding: 6px 8px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-shadow: 0px 1px  2px #fff;
	background-image: -moz-linear-gradient(top, #dddddd, #a9a9a9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #dddddd ), 
	                                                                  color-stop(   5%, #c8c8c8 ),
	                                                                  color-stop(  45%, #b3b3b3 ),
	                                                                  color-stop(  50%, #999999 ),
	                                                                  color-stop(  80%, #a9a9a9 ),
	                                                                  color-stop( 100%, #afafaf ) );
	border-bottom: 1px solid #999;
	position: relative;
	z-index: 6;
	box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
	/* Safari,Google Chrome用 */
	-webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
	/* Firefox用 */
	-moz-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.3);
}

/* ############################### */
/* 角丸リスト */
/* ############################### */
.radius-list {
	margin: 0;
	padding: 10px;

}

.radius-list >h1 {
	font-weight: bold;
	font-size: 14px;
	color: #586992;
}
.radius-list >ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 10px;
	/* vender prefix */
	-moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px;
}
.radius-list >ul >li {
	margin: 0;
	padding: 8px;
	border-top: 1px solid #999;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #ffffff ), 
	                                                                  color-stop( 100%, #eeeeee ) );
}
.radius-list >ul >li.message {
	font-size: 14px;
}
.radius-list >ul >li:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/* vender prefix */
	-moz-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px; -o-border-top-left-radius: 10px; -ms-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; -o-border-top-right-radius: 10px; -ms-border-top-right-radius: 10px;
	border-top: none;
}
.radius-list >ul >li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/* vender prefix */
	-moz-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -o-border-bottom-left-radius: 10px; -ms-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -o-border-bottom-right-radius: 10px; -ms-border-bottom-right-radius: 10px;
}
.radius-list >ul >li.full {
	margin: 0;
	padding: 0;
	width: 100%;
/*	border-radius: 10px;	*/
	/* vender prefix */
/*	-moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px;	*/
}
.radius-list >ul >li.full >a {
	margin: 0;
	padding: 10px 30px 10px 10px;
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: url('../images/red_arrow_03.png') no-repeat 100% 50%;
/*	border-radius: 10px;	*/
	/* vender prefix */
/*	-moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px;	*/
}
.radius-list >ul >li >ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
}
.radius-list >ul >li >ul >li {
	margin: 0;
	padding: 0;
	display: table-cell;
	text-align: left;
}
.radius-list >ul >li >ul >li.name {
	width: 100px;
	white-space: nowrap;
	font-weight: bold;
	color: #586992;
}
.radius-list >ul >li >ul >li.value {
	font-weight: normal;
	color: #000;
}
.radius-list >ul >li.data >div {
	margin: 0;
	padding: 0;
	clear: both;
	height: 1.5em;
	line-height: 1.5;
}
.radius-list >ul >li.data >div >div.name {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 14px;
	font-weight: normal;
}
.radius-list >ul >li.data >div >div.value {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 14px;
	font-weight: normal;
}
.radius-list h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.radius-list div.search-ui {
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: center;
}

/* ############################### */
/* 大きいボタングレー */
/* ############################### */
.rich-button-gray {
	margin: 10px 0;
	padding: 5px 20px 6px;
	width: 90%;
	background: -webkit-gradient(linear,
                                 left top,
	                             left bottom,
	                             from(#f0f0f0),
	                             to(#a5a4a5));
	display: inline-block;
	color: #333333;
	text-decoration: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
	font-size: 16px;
}

/* ############################### */
/* 大きいボタングレー白寄り */
/* ############################### */
.rich-button-hall-count {
	margin: 10px 0;
	padding: 5px;
	background: -webkit-gradient(linear,
	                             left top,
	                             left bottom,
	                             from(#f9f9f9),
	                             to(#e0e0e0));
	display: inline-block;
	color: #444444;
	text-decoration: none;
	border-radius: 5px;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 1px #ffffff; 
	font-size: 16px;
	font-weight: bold;

}
/* ############################### */
/* 大きいボタングレー白寄り */
/* ############################### */
.rich-button-gray-white {
	margin: 10px 0;
	padding: 8px;
	width:95%;
	background: -webkit-gradient(linear,
	                             left top,
	                             left bottom,
	                             from(#f9f9f9),
	                             to(#e0e0e0));
	display: inline-block;
	color: #444444;
	text-decoration: none;
	border-radius: 8px;
	border:1px solid #ccc;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.6);
	text-shadow: 0 1px #ffffff; 
	font-size: 16px;
	font-weight: bold;

}

/* ############################### */
/* 大きいボタンゴールド白寄り */
/* ############################### */
.rich-button-gold-white {
	margin: 10px 0;
	padding: 8px;
	width:95%;
	background: -webkit-gradient(linear,
	                             left top,
	                             left bottom,
	                             from(#fff),
	                             to(#f9f0d9));
	display: inline-block;
	border:1px solid #e8d499;
	font-size: 16px;
	font-weight: bold;
	color: #7e5e1e;
	
	box-shadow: 0 3px 5px 666666;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.6);
}

/* ############################### */
/* 大きいボタンオレンジ */
/* ############################### */
.rich-button-orange {
	margin: 10px 0;
	padding: 8px;
	width:95%;
	background: -webkit-gradient(linear,
	                             left top,
	                             left bottom,
	                             from(#F79439),
	                             to(#D67329));
	border:none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;

	box-shadow: 0 3px 5px 666666;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.6);
}
/* ############################### */
/* 大きいボタン黒 */
/* ############################### */
.rich-button-black {
	margin: 10px 0;
	padding: 8px;
	width:95%;
	background: -webkit-gradient(linear,
	                             left top,
	                             left bottom,
	                             from(#7B7B7B),
	                             to(#212121));
	border:none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;

	box-shadow: 0 3px 5px 666666;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.6);
}

/* ############################### */
/* プルダウン */
/* ############################### */
.pull-down {
	font-size: 14px;

}

/* ############################### */
/* 検索ボタン */
/* ############################### */
.search-button {
	margin: 0;
	padding: 5px 12px;
	width: 70%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #aaaaaa;
	text-decoration: none;
	white-space: nowrap;
	display: box;
	box-shadow: inset 0 1px 1px 0px rgba(0,0,0,0.3);
	background-image: linear-gradient(top, 
	                                  #9ba7b8, 
	                                  #8290a3 45%,
	                                  #6e7e96 10%,
	                                  #75859e);

	/* vender prefix */
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 1px 0px rgba(0,0,0,0.3);
	background-image: -moz-linear-gradient(top, #a9b4c1, #75859e);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #9ba7b8 ), 
	                                                                  color-stop(  45%, #8290a3 ),
	                                                                  color-stop(  55%, #6e7e96 ),
	                                                                  color-stop( 100%, #75859e ) );
}

#login-input-text
{
	/*width:91%;*/
	margin-left:auto;
	margin-right:auto;
}

.radius-input {
	margin: 6px;
	padding: 3px 8px;
	width: 96%;
	border: 1px solid #aaa;
	font-size: 14px;
	color:#000;
	display:box;
	box-flex:1.0;
	height: 30px;

	background-color:#fff;
	background-repeat: no-repeat;
	background-position: 8px 50%;
	display: box;
	box-align: center;
	border-radius: 4px;
	box-shadow: inset 3px 3px 5px 0px #999;
}
/* ############################### */
/* 入力欄（input type="text"） */
/* ############################### */
.input-text {
	font-size: 16px;
	width: 95%;
}

/* ############################### */
/* チェックボックス（input type="checkbox"） */
/* ############################### */
.input-checkbox {
}



/* ############################### */
/* リスト表示(右にカウント表示) */
/* ############################### */
.list-with-count {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	box-shadow: 0 5px 5px #666;
	/* Safari,Google Chrome用 */
	-webkit-box-shadow: 0 5px 5px #666;
	/* Firefox用 */
	-moz-box-shadow: 0 5px 5px #666;
}
.list-with-count >h1 {
	margin: 0;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #3C3C42;
}
.list-with-count ul.row {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-with-count ul.row >li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	border-bottom:solid 1px #c0c0c0;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #ffffff ), 
	                                                                  color-stop( 100%, #eeeeee ) );
}
.list-with-count ul.row >li.status {
	margin: 0;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: none;
	background-color: #3C3C42;
}
.list-with-count ul.row >li >a {
	margin: 0;
	padding: 10px 20px 10px 10px;
	text-decoration: none;
	display: block;
	color: #222222;
	background: url('../images/red_arrow_03.png') no-repeat 100% 50%;
}
.list-with-count ul.row >li >a >div {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	height: 1.5em;
	line-height: 1.5;
}
.list-with-count ul.row >li >a >div >div.item {
	margin: 0;
	padding: 0;
	float: left;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-with-count ul.row >li >a >div >div.count {
	float: right;
	margin: 0;
	padding: 0;
	width: 20%;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
}
.list-with-count ul.row div.item-full {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	vertical-align: middle;	
}

.list-with-count ul.row div.date {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	
}
/* ############################### */
/* シンプルなリスト表示 カラム対応 */
/* ############################### */
.simple-list-column {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
.simple-list-column >h1 {
	margin: 0;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #3C3C42;
}
.simple-list-column >ul.simple-list-column-row {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.simple-list-column >ul.simple-list-column-row >li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
	border-bottom:solid 1px #c0c0c0;
	background-image: linear-gradient(top, 
	                                  #ffffff, 
	                                  #eeeeee);

	/* vender prefix */
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #ffffff ), 
	                                                                  color-stop( 100%, #eeeeee ) );
}
.simple-list-column >ul.simple-list-column-row >li >ul.simple-list-column-column {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	display: table;
}
.simple-list-column >ul.simple-list-column-row >li >ul.simple-list-column-column >li {
	margin: 0;
	padding: 10px 10px;
	display: table-cell;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
.simple-list-column >ul.simple-list-column-row >li >ul.simple-list-column-column >li.image {
	width: 75px;
	text-align: center;
	background-color: #eeeeee;
}
.simple-list-column >ul.simple-list-column-row >li >ul.simple-list-column-column >li.big1 {
	text-align: left;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	background-color: #eeeeee;
}
.simple-list-column >ul.simple-list-column-row >li >ul.simple-list-column-column >li.name {
	width: 75px;
	font-size: 10px;
	color: #808080;
	text-align: left;
	vertical-align: top;
}
.simple-list-column >ul.simple-list-column-row >li >ul.simple-list-column-column >li.value {
	font-size: 14px;
	color: #333333;
}
.simple-list-column >ul.simple-list-column-row >li >ul.simple-list-column-column >li.item-name {
	width: 75px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	vertical-align: top;
}
.simple-list-column >ul.simple-list-column-row >li >ul.simple-list-column-column >li.item-value {
	font-size: 14px;
	color: #2F3176;
}
.simple-list-column >ul.simple-list-column-row >li >a {
	margin: 0;
	padding: 10px 30px 10px 10px;
	text-decoration: none;
	display: block;
	color: #222222;
	background: url('../images/red_arrow_03.png') no-repeat 100% 50%;
}

#index-dialog-overlay {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:3000;
	display:none;
}

#index-dialog-box {
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	width:95%;
	padding: 20px 5px 20px 10px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
	position:absolute;
	z-index:5000;
	display:none;
}
#index-dialog-box .index-dialog-content {
	text-align:left;
	padding:0px;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
}

#index-dialog-cancel-button:hover {
	background-color:#58CFF3;
}
#index-dialog-cancel-button {
	text-align:center;
	background-color:#CCCCCC;
	width:70%;
	display:block;
	margin:auto;
	padding:10px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
	line-height:1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background: -moz-linear-gradient(top,  #FFFFFF,  #EEEEEE);
}


#index-dialog-message {
	text-align:left;
	display:table-cell;
	font-size: 16px;
	line-height: 120%;
	color:#FFFFFF;
}
#index-dialog-pworld {
	/* font-family: "Arial Black","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","MS Pゴシック","メイリオ"; */
	font-size:25px;
}
#index-dialog-welcome {
	text-align:center;
	/* font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","MS Pゴシック","メイリオ"; */
	font-weight:bold;
	font-size:22px;
	color:#E60012;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}

.docomo_button
{
	margin: 10px 0;
	padding: 8px;
	-webkit-border-radius: 8px;
	background:-webkit-gradient(linear, left top, left bottom, from(#F45161), to(#C31929));
	border:1px solid #A61926;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 -1px #A61926; 
	box-shadow: 0 3px 5px 666666;
}

.menu-button
{
	margin: 0;
	padding: 10px 3px 10px 8px;
	-webkit-border-radius: 6px;
	border: solid 1px #bbbbbb;
	background: -webkit-gradient(linear, left top, left bottom,
	from(#ffffff), to(#eeeeee));
	line-height: 140%;
	font-family: メイリオ;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
	text-align:center;
}
.background-arrow
{
	background: url('/sp/images/red_arrow_03.png') no-repeat 100% 50%;
	cursor: pointer;
	line-height: 140%;
	font-family: メイリオ;
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}
.rich-button-mini
{
	margin: 0px 2px 2px 2px;
	padding: 0 0 4px 0;
	vertical-align:top;
	text-align:left;
	height: 45px;
	width: 55px;
	background: -webkit-gradient(linear,
                                 left top,
	                             left bottom,
	                             from(#f0f0f0),
	                             to(#a5a4a5));
	display: table-cell;
	white-space: nowrap;
	color: #333333;
	text-decoration: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	font-size: 16px;
}
.center-position {
	display: box;
	box-pack:center;
	display: -moz-box; display: -webkit-box; display: -o-box; display: -ms-box;
	-moz-box-pack:center; -webkit-box-pack:center; -o-box-align:center; -ms-box-align:center;
}
.middle-position {
	display: box;
	box-align:center;
	display: -moz-box; display: -webkit-box; display: -o-box; display: -ms-box;
	-moz-box-align:center; -webkit-box-align:center; -o-box-align:center; -ms-box-align:center;
}
/* ############################### */
/* マイ設定のダイアログ            */
/* ############################### */
#dialog-overlay {
	width:100%;
	height:100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	background:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:3000;
	display:none;
}

#dialog-box {
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#464367;
	width:280px;
	position:absolute;
	z-index:5000;
	display:none;
}

#dialog-box .dialog-content {
	text-align:left;
	padding:10px;
	margin:13px;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
}

#dialog-button {
	margin:20px auto 0 auto;
	text-align:center;
	background-color:#e3e3e3;
	display:block;
	width:50px;
	padding:6px 10px 6px;
	color:#434347;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	line-height:1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border-bottom:1px solid rgba(0,0,0,0.25);
	position:relative;
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#a5a4a5));
	background: -moz-linear-gradient(top,  #e9e9e9,  #a5a4a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#a5a4a5');
}

#dialog-button:hover {
	background-color:#c3c3c3;
}

#dialog-ok-button {
	text-align:center;
	background-color:#e3e3e3;
	width:100px;
	padding:6px 10px 6px;
	color:#434347;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	line-height:1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border-bottom:1px solid rgba(0,0,0,0.25);
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#a5a4a5));
	background: -moz-linear-gradient(top,  #e9e9e9,  #a5a4a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#a5a4a5');
}

#dialog-ok-button:hover {
	background-color:#c3c3c3;
}

#dialog-cancel-button {
	text-align:center;
	background-color:#e3e3e3;
	width:100px;
	padding:6px 10px 6px;
	color:#434347;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	line-height:1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	text-shadow:0 -1px 1px rgba(0,0,0,0.25);
	border-bottom:1px solid rgba(0,0,0,0.25);
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#a5a4a5));
	background: -moz-linear-gradient(top,  #e9e9e9,  #a5a4a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#a5a4a5');
}
#dialog-cancel-button:hover {
	background-color:#c3c3c3;
}

#dialog-box .dialog-content p {
	font-weight:700;
	margin:0;
}

#dialog-box .dialog-content ul {
	margin:10px 0 10px 20px;
	padding:0;
	height:50px;
}

#dialog-message {
	text-align:center;
	font-size:13px;
}

.not-password-input-block{
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	margin-bottom:10px;
}

.not-password-input-link{
	width:80px;
	font-size:12px;
	line-height: 1.0;
	background: linear-gradient(top, #9F9F9F,#939393,#878787);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(   0%, #9F9F9F ), 
									  color-stop( 100%, #878787 ));
	text-align:center;
	margin:0;
	padding:3px;
	color:#FFF;
	cursor:pointer;
	border: #313131 1px solid;
	border-radius: 4px;
}

.premium-header-banner{
	background-color:#fff;
	z-index:11;
	text-align:center;
}

.premium-header-banner img{
	vertical-align:top;
}

.premium-middle-banner{
	box-sizing:border-box;
	border-bottom:1px solid #333;
	text-align:center;
	background-color:#fff;
}

.premium-middle-banner img{
	margin:10px 0;
	vertical-align:top;
}
.header-block >ul >li.icon:last-child {
	padding-right: 4px;
}
.header-block >ul >li.icon {
	width: 52px;
	padding: 0;
}
.header-block >ul >li >a {
	position: relative;
	padding-top: 2px;
	font-size: 10px;
	line-height: 1;
}
.header-block >ul >li >a:before {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 auto 4px;
	background: url(https://idn.p-world.co.jp/sp/images/iconHeaderNav.png) no-repeat;
	-webkit-background-size: 22px 44px;
	-moz-background-size: 22px 44px;
	background-size: 22px 44px;
	content: '';
}
.header-block >ul >li.icon--login >a:before {
	background-position: 0 0;
}
.header-block >ul >li.icon--setting >a:before {
	background-position: 0 -22px;
}
.header-block >ul >li.icon--setting.has-alert >a:after {
	position: absolute;
	top: 0;
	right: 4px;
	width: 16px;
	height: 16px;
	background: url(/sp/images/iconAlertCircle.png) no-repeat 0 0;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	background-size: 16px 16px;
	content: '';
}

.main-menu--timeline {
	position: relative;
}
.main-menu--timeline:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	-webkit-background-size: 22px 22px;
	-moz-background-size: 22px 22px;
	background-size: 26px 26px;
	content: '';
	z-index: 1;
}
.main-menu--timeline.selected:before {
	top: 1px
}
.main-menu--timeline > a > span,
.main-menu--timeline > div > span {
	position: relative;
	display: inline-block;
}
.main-menu--timeline > a > span .main-menu-alert,
.main-menu--timeline > div > span .main-menu-alert {
	position: absolute;
	top: -7px;
	right: -11px;
	width: 22px;
	height: 22px;
	-webkit-animation: mainMenuTimelineAlert .5s linear 20 0s;
	animation: mainMenuTimelineAlert .5s linear 20 0s;
}
@media screen and (max-width: 320px) {
	.main-menu--timeline > a > span,
	.main-menu--timeline > div > span {
		letter-spacing: -1px;
	}
}
@-webkit-keyframes mainMenuTimelineAlert {
	0% {opacity: 1;}
	50% {opacity: 1;}
	51% {opacity: 0;}
	100% {opacity: 0;}
}
@-moz-keyframes mainMenuTimelineAlert {
	0% {opacity: 1;}
	50% {opacity: 1;}
	51% {opacity: 0;}
	100% {opacity: 0;}
}
@keyframes mainMenuTimelineAlert {
	0% {opacity: 1;}
	50% {opacity: 1;}
	51% {opacity: 0;}
	100% {opacity: 0;}
}
.ads-google-dfp {margin:auto;}
