@charset "shift_jis";
/*********************************************/
/*　　　　　　　特集ページ用CSS　　　　　　　*/
/*********************************************/
html {
	background-color:#000;
	/*background-image:url(img/bg.png);
	background-repeat:repeat;
	background-size:auto;
	background-position:center top;*/
}
body {
	background-color:transparent;
	color:#FFF;
}
.iPhoneBody {
	background-color:transparent;
}
.iPhoneBody:before{
    display:block;
    content:"";
    position:fixed;
    top:0;
    left:0;
    right: 0;
    margin: auto;
    z-index:-1;
    width:100%;
    height:100vh;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
/*.panel {
	display:none;
	position:absolute;
	width:100%;
}
.active {
	display:block;
}*/
.content {
	background-color:transparent;
}
/*** マーキー ***/
/*marquee {
	background-color:#000;
	color:#FFF;
	padding:6px 0;
	font-size:16px;
	line-height:16px;
}*/
/*** ページタイトル ***/
.iPhoneListTitle {
	background-color:#800080;
	color:#FFF;
}
.originalColor {
	background-color:#666;
	color:#FFF;
}
/*** TOPリンクリスト ***/
.iPhoneULIndex li {
	line-height:1.1;
	border-bottom:solid 1px #333;
	background-color:transparent;
	/*text-shadow:2px 2px 5px #000,-2px -2px 5px #000;*/
}
.iPhoneULIndex a {
	padding:15px 10px 15px 0;
	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 #e60012;
    border-right: 2px solid #e60012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.iPhoneULIndex a:visited::after {
    border-top: 2px solid #af00af;
    border-right: 2px solid #af00af;
}
.moviebotan a::after {
	content: none;
}
/*** ショートカットボタン ***/
.menuButton1,
.menuButton2,
.menuButton3 {
	background-color:#800080;
	border-bottom:none;
}
/*.menuButton1 + ul,
.menuButton2 + ul,
.menuButton3 + ul {
	border-top:solid 1px #333;
}*/
/*** 設定推測ツールカコミ ***/
/*.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,
.sectionTitleTop {
	padding:0;
	background-color:transparent;
	border-bottom:solid 1px #333;
}
/*** 小見出し ***/
.topsec {
	padding:8px 0;
	background-color:#444;
	font-size:16px;
	line-height:1.0;
	color:#FFF;
	border-bottom:solid 1px #333;
}
/*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);
}*/
/*** コピーライト ***/
.crtext {
	color:#C0C0C0;
}
/*** 表テーブル ***/
/*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;
	font-size:12px;
}
table.table td {
	padding:4px 2px;
	border:1px solid #666;
	color:#000;
	font-size:16px;
}
table.table td[bgcolor*="#CCCCCC"] {
	font-size:14px;
}
.boxleft_01 td {
	color:#000;
	font-size:18px;
}*/
/*** 機種TOPリンク ***/
center > a[href*="aderion_slot_03.php"]:link {
	color:#e60012;
}
center > a[href*="aderion_slot_03.php"]:visited {
	color:#af00af;
}
/*** 注意書き ***/
/*.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 #c1a764;
}*/
div:not(.menuButton1):not(.toolLink) + .iPhoneULIndex {
	border-top:solid 1px #333;
}
/*** 関連リンク用 ***/
.kanren {
    padding: 0 10px;
	border-bottom: solid 1px #333;
}
.kanren a {
    padding: 15px 0;
}
.kanren a::after {
    content: none;
}
.kanren a div {
    display: flex;
    position: relative;
}
.kanren .img {
    width: 40%;
}
.kanren .txt {
    margin-left: 5px;
    width: 60%;
    font-size: 14px;
    text-align: justify;
    color: #FFF;
}
.kanren .date {
    font-size: 12px;
    line-height: 1.0;
    text-align: right;
    color: #C0C0C0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.kanren .note {
    margin-top: 2px;
	font-size: 12px;
    line-height: 1.0;
	text-align: left;
	color: #C0C0C0;
}
/*** ヘッダー微調整 ***/
/*.iPhoneHead + img {
	margin-top:-1px;
}*/



