@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;
}
.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;
}
.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_line.png);
	background-repeat:repeat;
	background-size:auto;
	background-position:center top;
}
/*.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:#C00;
	color:#FFF;
}
.originalColor {
	background-color:#666;
	color:#FFF;
}
/*** TOPリンクリスト ***/
.iPhoneULIndex li {
	line-height:1.1;
	border-bottom:solid 1px #56441e;
	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 #FF0;
    border-right: 2px solid #FF0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.iPhoneULIndex a:visited::after {
    border-top: 2px solid #ba6617;
    border-right: 2px solid #ba6617;
}
.moviebotan a::after {
	content: none;
}
/*** ショートカットボタン ***/
.menuButton1,
.menuButton2,
.menuButton3 {
	background-color:#C00;
	border-bottom:none;
}
/*.menuButton1 + ul,
.menuButton2 + ul,
.menuButton3 + ul {
	border-top:solid 1px #ea5504;
}*/
/*** 設定推測ツールカコミ ***/
/*.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 #56441e;
}
/*** 小見出し ***/
.topsec {
	padding:8px 0;
	background-color:#8d6e34;
	font-size:16px;
	line-height:1.0;
	color:#FFF;
	border-bottom:solid 1px #56441e;
}
/*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;
}
/*** 表テーブル ***/
/*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*="yamasanext_slot_11.php"]:link {
	color:#FF0;
}
center > a[href*="yamasanext_slot_11.php"]:visited {
	color:#ba6617;
}
/*** 注意書き ***/
/*.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 #987d46;
}
/*** ヘッダー微調整 ***/
/*.iPhoneHead + img {
	margin-top:-1px;
}*/



