/* サマージャンボ実戦記 専用CSS */


html, body {
	/* ページの一番下の背景色 */
  background-color:#FFFFFF;
  /* 背景画像、背景色の変更
  background-image:url(img/s-bg.png);
  background-repeat:repeat; */
  color:#000000;
}



/*** マーキー ***/
marquee {
	background-color: #59acf7;
	font-size: 14px;
	color: #FFF;
	/*text-align: center;*/
	padding-top: 6px;
	padding-bottom: 2px;
}

/*** 本文 ***/
.petext {
	font-size: 14px;
	padding: 20px 10px;
	line-height: 1.5;
}

/*** TOPリンクリスト ***/
.iPhoneBody {
	background-color:transparent;
}
.panel {
	display:none;
	position:absolute;
	width:100%;
}
.active {
	display:block;
}
.iPhoneULIndex li {
	padding:0 10px;
	border-bottom:solid 1px #59acf7;
	overflow:hidden;
	background-color: #a6d7ff;
}
.iPhoneULIndex a {
	text-decoration:none;
	display:block;
	padding:4px 14px 2px 0;
	background:url(img/trainav.png) right center no-repeat;
}
li.nolink {
	margin:0;
	padding:4px 10px 2px 10px;
	text-decoration:none;
	color:#333;
}
li.new {
	background-color: #f2b151;
	border-bottom:none;
}
li.new a {
	color: #F00;
}
/*** 画像サイズ ***/
.iPhoneULIndex li img {
	width:60px;
	margin-right:4px;
	margin-bottom:2px;
}
/*** 画像と文字を縦方向の中央揃えにする ***/
ul p {	
	display:table-cell;
	vertical-align:middle;
	font-size:20px;
	line-height:1.1;
}
/*** リード ***/
.lead {
	color:#000;
	font-size:14px;
	text-align:left;
}
.small {
	font-size:17px;
}
/*** プロフィール ***/
.prof_title {
	font-size: 20px;
	padding: 5px 0px;
	background-color: #59acf7;
	color:#FFF;
	text-align:center;
}
.prof_text {
	font-size: 14px;
	padding: 20px 10 10 10;
	line-height: 1.5;
}














/*** リンクボタン ***/
.linkButton {
	margin:2px 16px;
	text-align:center;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD0), color-stop(100%,#FA0));
	background-color:#FD0;
	border:outset 2px #999;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size:18px;
	line-height:18px;
}
.linkButton a {
	display:block;
	padding:8px 0;
	border-radius:8px;
	color:#00F;
}
.linkButton_nonlink {
	margin:2px 16px;
	padding:8px 0;
	color:#666;
	font-size:18px;
	line-height:18px;
	border:outset 2px #999;
	background:none;
	background-color:#CCC;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-opacity:0.6;
	opacity:0.6;
}