@charset "shift_jis";
/*********************************************/
/*　　　　　　　特集ページ用CSS　　　　　　　*/
/*********************************************/
html {
	background-color:#000;
	background-image:url(img/bg.png);
	background-repeat:repeat-y;
	background-size:100% auto;
	background-position:center top;
}
body {
	background-color:transparent;
	color:#FFF;
}
/*** マーキー ***/
/*marquee {
	background-color:#000;
	color:#FFF;
	padding:6px 0;
	font-size:16px;
	line-height:16px;
}*/
/*** ページタイトル ***/
.iPhoneListTitle {
	background-color:#c700f6;
	color:#FFF;
}
.originalColor {
	background-color:#666;
	color:#FFF;
}
/*** TOPリンクリスト ***/
.iPhoneBody {
	background-color:transparent;
}
.panel {
	display:none;
	position:absolute;
	width:100%;
}
.active {
	display:block;
}
.iPhoneULIndex li {
	padding:0 10px;
	border-bottom:solid 1px #5c00db;
	overflow:hidden;
	background-color:transparent;
	line-height:1.1;
}
.iPhoneULIndex a {
	padding:15px 10px 15px 0;
	display:block;
	text-decoration:none;
	background:none;
	position: relative;
}
.iPhoneULIndex a:after {
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*** ショートカットボタン ***/
.menuButton1,
.menuButton2,
.menuButton3 {
	margin:0 auto;
	padding:2px;
	background-color:#c700f6;
	text-align:center;
	border-bottom:none;
}
.menuButton1 + ul,
.menuButton2 + ul,
.menuButton3 + ul {
	border-top:solid 1px transparent;
}
/*** 設定推測ツールカコミ ***/
.toolTitle {
	margin:0;
	padding:5px 0;
	color:#FFF;
	font-size:18px;
	line-height:1.0;
	text-align:center;
	border-bottom:none;
	/*background-color:#EDA10E;*/
}
/*.toolLink {
	border-bottom:none;
}*/
/***「Pick UP!!」用 ***/
.sectionTitlePickup {
	margin:0;
	padding:5px 0;
	color:#FFF;
	font-size:18px;
	line-height:1.0;
	text-align:center;
	border-bottom:none;
	background-color:#C00;
}
/*li.pickupCOLOR {
	background-color:rgba(255,102,0,0.1);
}*/
/*** 見出し ***/
.sectionTitle {
	margin:0 auto;
	padding:0;
	background-color:transparent;
	text-align:center;
	border-bottom:solid 1px #5c00db;
}
/*** 小見出し ***/
.topsec {
	margin:0;
	padding:6px 0;
	background-color:#4500A4;
	font-size:16px;
	line-height:1.0;
	color:#FFF;
	text-align:center;
	border-bottom:solid 1px #5c00db;
}
/*li.topsecCOLOR {
	background-color:rgba(102,0,0,0.1);
}*/
/*** リード ***/
.lead {
	color:#FFF;
	font-size:14px;
	text-align:left;
}
/*.lead2 {
	padding:4px 8px;
	color:#FFF;
	font-size:14px;
	line-height:16px;
	text-align:left;
	border-bottom:solid 1px #acacac;
	background-color:rgba(0, 0, 0, 0.3);
}*/
.content {
	margin:0;
	padding:0 10px;
	color:#FFF;
	background-color:transparent;
	border-radius:non;
}
/*** コピーライト ***/
.crtext {
	padding:10px 0;
	font-size:12px;
	text-align:left;
	color:#CCC;
}
/*** 表テーブル ***/
table.table {
	/*width:100%;*/
	border:1px solid #666;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	font-size:18px;
}
table.table th {
	padding:4px 2px;
	border:1px solid #666;
	color:#FFF;
	background-color:#333;
	text-align:center;
	font-size:12px;
}
table.table td {
	padding:4px 2px;
	border:1px solid #666;
	color:#000;
	text-align:center;
	font-size:16px;
}
table.table td[bgcolor*="#CCCCCC"] {
	font-size:14px;
}
.boxleft_01 td {
	color:#000;
	font-size:18px;
}
/*** 機種TOPリンク ***/
a[href*="kitac_slot_115.php"]:link {
	color:#FF33FF;
}
a[href*="kitac_slot_115.php"]:visited {
	color:#FF80FF;
}
/*** 注意書き ***/
/*.boxleft_01 font[color*="#666666"] {
	font-size:14px;
}*/
/*** 相互リンク用 ***/
.sougo {
	margin:10px;
	/*font-size:12px;
	font-size:3.55vw;*/
	text-align:center;
}
.sougo a {
	display:block;
}
.sougo img {
	border:solid 1px #F000FF;
}
.sougo + .iPhoneULIndex {
	border-top:solid 1px #5c00db;
}
/*** ヘッダー微調整 ***/
.iPhoneHead + img {
	margin-top:-1px;
}
/*** Twitter実戦用 ***/
.tw > .lead {
	margin: 20px auto;
	width: 90%;
	font-size: 15px;
    text-align: justify;
	box-sizing:border-box;
}
.tw > .playerBox {
	margin: 20px auto;
	display: table;
	width: 90%;
	border: solid 1px #F000FF;
	background-color: rgba(0,0,0,0.4);
}
.tw > .playerBox div {
	display: table-cell;
	vertical-align: middle;
}
.tw > .playerBox div.img {
	width: 30%;
	min-height: 100px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.tw > .playerBox div.img img {
	width: 165%;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.tw > .playerBox div.link {
	padding: 10px 5px;
	width: 70%;
	text-align: center;
}
.tw > .playerBox div.link p {
	margin: 5px auto;
	display: block;
	font-size: 16px;
}
.tw > .playerBox div.link p.btn a {
	margin: 5px auto;
	display: block;
	line-height: 2.5;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #FFF;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
}
.tw > .playerBox div.link p.btn a.tw {
	background-image:url(img/tw/btnbg-tw.png);
}
.tw > .playerBox div.link p.btn a.matome {
	background-image:url(img/tw/btnbg-matome.png);
}
.tw > .playerBox div.link p.btn a.off {
	background-image:url(img/tw/btnbg-matome-off.png);
	color: #666;
	pointer-events: none;
}



