@charset "shift_jis";
/*********************************************/
/*　　　　　　　特集ページ用CSS　　　　　　　*/
/*********************************************/
html {
	background-color: #FFEDF0;
	/*background-image: url(img/bg2.png);
	background-repeat: repeat;
	background-size: 80px;
	background-position: center top;*/
}
body {
	background-color: transparent;
	color: #333;
}
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/bg.png);
	background-repeat: repeat;
	background-size: auto;
	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;
}*/
.content {
	background-color: transparent;
}
/*** ページタイトル ***/
.iPhoneListTitle {
	background-color: #c4004f;
	color: #FFF;
}
.originalColor {
	background-color: #666;
	color: #FFF;
}
/*** ショートカットボタン ***/
.menuButton1,
.menuButton2,
.menuButton3 {
	background-color: #c4004f;
	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 #fff;
	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: #c4004f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.iPhoneULIndex a:visited:after {
    border-color: #8c092b;
}
.moviebotan a:after {
	content: none;
}
/*** リンク ***/
.iPhoneULIndex a,
center > a[href*="olympiaestate_slot_05.php"]:link {
	color: #c4004f;
}
.iPhoneULIndex a:visited,
center > a[href*="olympiaestate_slot_05.php"]:visited {
	color: #8c092b;
}
/*** 見出し ***/
.sectionTitle,
.sectionTitleTop {
	padding: 0;
	background-color: transparent;
	border-bottom: solid 1px #fff;
}
/*** 小見出し ***/
.topsec {
	padding: 8px 0;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.0;
	color: #fc7da6;
	border-bottom: solid 1px #fff;
}
/*** コピーライト ***/
.crtext {
	color: #808080;
}
/*** 相互リンク用 ***/
.sougo {
	margin: 10px;
	/*font-size: 12px;
	font-size: 3.55vw;*/
	text-align: center;
}
.sougo a {
	display: block;
}
/*.sougo img {
	border: solid 1px #fff;
}*/
div:not(.menuButton1):not(.toolLink) + .iPhoneULIndex {
	border-top: solid 1px #fff;
}




