@charset "shift_jis";
/*********************************************/
/*　　　　　　　特集ページ用CSS　　　　　　　*/
/*********************************************/
html {
	background-color: #000;
	/*background-image: url(img/bg2.png);
	background-repeat: repeat;
	background-size: 80px;
	background-position: center top;*/
}
body {
	background-color: transparent;
	color: #FFF;
}
img {
    height: auto;
}
.iPhoneBody {
	background-color: transparent;
}
.iPhoneBody::before{
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
    width: 100%;
    height: 100vh;
	background-image: url(img/bg10.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
/*.iPhoneBody::after{
    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_repeat.png);
	background-repeat: repeat;
	background-size: auto;
	background-position: center center;
}
.panel {
	display: none;
	position: absolute;
	width: 100%;
}
.active {
	display: block;
}*/
.content {
	background-color: transparent;
}
/*** マーキー ***/
/*marquee {
	background-color: #322c00;
	color: #FFF;
	padding: 6px 0;
	font-size: 16px;
	line-height: 16px;
}*/
/*** ページタイトル ***/
.iPhoneListTitle {
	background-color: #bf0008;
	color: #FFF;
}
.originalColor {
	background-color: #666;
	color: #FFF;
}
/*** ショートカットボタン ***/
.menuButton1,
.menuButton2,
.menuButton3 {
	background-color: #000;
	border-bottom: none;
}
/*** 設定推測ツールカコミ ***/
/*.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;
}*/
/*** TOPリンクリスト ***/
.iPhoneULIndex li {
	border-bottom: solid 1px #600;
	background-color: transparent;
}
.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;
    border-right: 2px solid;
    border-color: #fff100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.iPhoneULIndex a:visited::after {
    border-color: #f39800;
}
.moviebotan a::after {
	content: none;
}
/*** リンク ***/
.iPhoneULIndex a,
center > a[href*="aderion_slot_04.php"]:link {
	color: #fff100;
}
.iPhoneULIndex a:visited,
center > a[href*="aderion_slot_04.php"]:visited {
	color: #f39800;
}
/***「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 #600;
}
/*** 小見出し ***/
.topsec {
	padding: 8px 0;
	background-color: #600;
	font-size: 16px;
	line-height: 1.0;
	color: #fff;
	border-bottom: solid 1px #600;
}
/*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: #ccc;
}
/*** 相互リンク用 ***/
.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 #600;
}
/*** ヘッダー微調整 ***/
/*.iPhoneHead + img {
	margin-top: -1px;
}*/



