/* 究極の旅打ちパチンコサバイバル日本縦断編2 旅打ち人募集専用CSS */


/*****↓使用中↓******/

html, body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 14px;
	/* 背景色の指定 */
	color: #FFF;
	background-color:#0c2366;
}

.iPhoneBody {
	background-color:#0c2366;
}


.pe01Title {
	background: #000000; /* Old browsers */
background: rgb(1,47,110); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,32,32,32) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,32,32,32))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,32,32,32) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,32,32,32) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,32,32,32) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,32,32,32) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#202020',GradientType=0 ); /* IE6-9 */
	font-size: 20px;
	color:#FFF;
	text-align: center;
	padding: 8px;
}
/* 内ページ（本文大） */
.petext {
	font-size: 16px;
	padding:0 8px;
	line-height: 1.5;
}

.titlewaku {
	font-size:20px;
	color:#FFF;
	line-height:1.2;
	padding:4px 4 0 4;
	background-color:#000000;
	border:solid 2px #000000;
	border-top-left-radius:16px;
	border-top-right-radius:16px;
	text-align:center;
	margin-top:20px;
}

.waku {
	font-size:16px;
	color:#000;
	line-height:1.2;
	padding:16px;
	margin:0 0 16px 0;
	background-color:#FFF;
	border:solid 2px #000000;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
	text-align:center;
}

.waku-y {
	font-size:16px;
	color:#000;
	line-height:1.2;
	padding:16px;
	margin:0 0 16px 0;
	background-color:#FFF;
	border:solid 2px #000000;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
	text-align: left;
}

table.table {
	width:100%;
    /*border:1px solid #666;*/
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	font-size:18px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
table.table th {
    border:1px solid #666;
    color:#FFF;
    /*background-color:#333;*/
	font-size:16px;
    text-align:center;
    padding:6px;
}
table.table td {
    border:1px solid #666;
	color:#000;
	text-align:center;
    padding:6px;
	font-size:16px;
}
table.table td[bgcolor*="#CCCCCC"] {
	font-size:14px;
}

.kome-gray{
	font-size:14px;
	color:#666;
}

.text-s{
	font-size:14px;
}

.text-b{
	font-size:20px;
	color:#F00;
	font-weight:bold;
}

.smtitle{
	text-align:center;
	color:#F00;
}

.textcenter {
	font-size:22px;
	color: #FF0;
	line-height:120%;
	margin-bottom:10px;
	padding:10px 0;
	text-align:center;
	background-color:#000;
	background-color: rgba(0, 0, 0, 0.4);
	border-top-left-radius:16px;
	border-top-right-radius:16px;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
}

.pageback {
	font-size:18px;
	text-align:center;
}
.pageback a {
	color:#FF0;
}

.countdown {
	text-align: center;
	font-size:20px;
	color:#FFF;
	padding: 6px 0 4 0;
	background-color:#000;
	margin-bottom:10px;
	border: solid #FFF 2px;
}
.countdown font {
	font-size:24px;
	font-weight:bold;
}
.leadtext {
	font-size: 16px;
	line-height: 1.5;
	padding:10px;
}
.saitenbotanwaku {
	width:100%;
	margin:20px 0;
	text-align:center;
}
.saitenbotan {
	width:200px;
	background: -moz-linear-gradient(top,#ff9c00 0%,#c14d00);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9c00), to(#c14d00));
	border-top: 3px solid #a03c00;
	border-left: 3px solid #a03c00;
	border-right: 3px solid #2f1200;
	border-bottom: 3px solid #2f1200;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	color:#FFFFFF;
	font-size:20px;
	text-align:center;
	padding:10px;
	margin:0 auto;
}
.radiowaku {
	display:table;
	text-align:center;
	width:100%;
}
.radiobox {
	display:table-cell;
	width:50%;
	background-color:#000;
	color:#FFF;
	font-size:20px;
	padding:10px 0;
	border:solid #FFF 2px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
.radiobox img {
	width:120px;
	margin:0 10px;
}
label {
   cursor:pointer;
}