/* 未来のヒロインはどっち!? 登竜門VS発掘プロジェクト 専用CSS */
html {
	/* 背景色の指定 */
	background-color: #ffe79f;
	background-image:url(img/bg.png);
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 18px;
	color:#000;
	background-image:url(img/bg.png);
	background-color: #ffe79f;
}


.iPhoneBody {
	background-color:transparent;
}


/* マーキー */
marquee {
	background-color: #199bff;
	font-size: 14px;
	color: #000;
	/*text-align: center;*/
	padding-top: 6px;
	padding-bottom: 2px;
}

/* 内ページ（本文大） */
.petext {
	font-size: 14px;
	padding: 20px 8px;
	line-height: 1.5;
}
/* テキスト */
.text {
	font-size: 16px;
	text-align: left;
	padding: 2px 8 2 8;
	margin-bottom:10px;
}
.titlewaku {
	font-size:20px;
	color:#FFF;
	line-height:1.2;
	padding:4px 4 0 4;
	background-color:#199bff;
	border:solid 2px #199bff;
	border-top-left-radius:16px;
	border-top-right-radius:16px;
	text-align:center;
}
.waku {
	font-size:16px;
	color:#000;
	line-height:1.2;
	padding:16px;
	margin:0 0 16px 0;
	background-color:#FFF;
	border:solid 2px #199bff;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
	text-align:center;
}
.toryumon {
	font-size:20px;
	color:#000;
	line-height:1.2;
	padding:4px 4 0 4;
	background-color:#91cfff;
	border:solid 2px #91cfff;
	text-align:center;
}
.toryumon_waku {
	font-size:16px;
	color:#000;
	line-height:1.2;
	padding:16px;
	background-color:#FFF;
	border:solid 2px #91cfff;
	text-align:center;
}
.project {
	font-size:20px;
	color:#000;
	line-height:1.2;
	padding:4px 4 0 4;
	background-color:#7ee76d;
	border:solid 2px #7ee76d;
	text-align:center;
}
.project_waku {
	font-size:16px;
	color:#000;
	line-height:1.2;
	padding:16px;
	background-color:#FFF;
	border:solid 2px #7ee76d;
	text-align:center;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
}
.linkbotan {
	margin-bottom:14px;
	text-align:center;
}
.pagetitle {
	background-color:#199bff;
	font-size: 18px;
	color:#FFF;
	text-align: center;
	padding: 4px;
}
.pagetext {
	font-size:16px;
	color:#000;
	line-height:1.2;
	padding:16px;
	background-color:#FFF;
	text-align:left;
	margin: 0px 8 20 8;
	border-left:solid 2px #199bff;
	border-right:solid 2px #199bff;
	border-bottom:solid 2px #199bff;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
}
.pagetext02 {
	font-size:16px;
	color:#000;
	line-height:1.2;
	padding:16px;
	background-color:#FFF;
	text-align:left;
	margin: 0px 8 20 8;
	border-left:solid 2px #006934;
	border-right:solid 2px #006934;
	border-bottom:solid 2px #006934;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
}
.prof_toryumon {
	font-size:20px;
	color:#000;
	line-height:1.2;
	padding:4px 4 0 4;
	background-color:#91cfff;
	border:solid 2px #91cfff;
	text-align:center;
	border-top-left-radius:16px;
	border-top-right-radius:16px;
}
.prof_toryumon_waku {
	font-size:14px;
	color:#000;
	line-height:1.2;
	padding:16px;
	background-color:#FFF;
	border:solid 2px #91cfff;
	text-align:left;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
}
.prof_toryumon_waku img {
	margin-right:4px;
	width:64px;
}
.meet_toryumon_waku {
	font-size:14px;
	color:#000;
	line-height:1.2;
	padding:16px;
	background-color:#FFF;
	border:solid 2px #91cfff;
	text-align:left;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
}
.prof_project {
	font-size:20px;
	color:#000;
	line-height:1.2;
	padding:4px 4 0 4;
	background-color:#7ee76d;
	border:solid 2px #7ee76d;
	text-align:center;
	border-top-left-radius:16px;
	border-top-right-radius:16px;
}
.prof_project_waku {
	font-size:14px;
	color:#000;
	line-height:1.2;
	padding:16px;
	background-color:#FFF;
	border:solid 2px #7ee76d;
	text-align:left;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
}
.prof_project_waku img {
	margin-right:4px;
	width:64px;
}
.meet_project_waku {
	font-size:14px;
	color:#000;
	line-height:1.2;
	padding:16px;
	background-color:#FFF;
	border:solid 2px #7ee76d;
	text-align:left;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
}
p {	
	display:table-cell;
	vertical-align:middle;
}
.prof_toryumon_name {
	font-size:18px;
	color:#199bff;
}
.prof_project_name {
	font-size:18px;
	color:#006934;
}
table.table {
	width:96%;
    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:12px;
    text-align:center;
    padding:2px;
}
table.table td {
    border:1px solid #666;
	color:#000;
	text-align:center;
    padding:2px;
	font-size:16px;
}
table.table td[bgcolor*="#CCCCCC"] {
	font-size:14px;
}
.columsub {
	padding: 8px;
	text-align:left;
}
.columsub img {
	margin: 8px;
	display: block;
}
.submit_button_toryumon {
	color: #000;
	font-size: 16px;
	text-align: left;
	margin:8px 0 8 0;
	padding:8px 0 8 8;
	border: outset 2px #177ac6;
	border-radius: 8px;
	width: 100%;
	background-color:#91cfff;
}
.submit_button_toryumon a {
	display: block;
	color: #FFF;
}
.submit_button_project {
	color: #000;
	font-size: 16px;
	text-align: left;
	margin:8px 0 8 0;
	padding:8px 0 8 8;
	border: outset 2px #006934;
	border-radius: 8px;
	width: 100%;
	background-color:#7ee76d;
}
.submit_button_project a {
	display: block;
	color: #FFF;
}
.submit_button_matiuke {
	color: #000;
	font-size: 16px;
	text-align: center;
	margin:8px 0 8 0;
	padding:8px 0 8 8;
	border: outset 2px #177ac6;
	border-radius: 8px;
	width: 100%;
	background-color:#91cfff;
}
.submit_button_matiuke a {
	display: block;
	color: #FFF;
}
.matome {
	font-size:24px;
	color:#000;
	line-height:1.2;
	background-color: #F00;
	border:solid 2px #990000;
	border-top-left-radius:16px;
	border-top-right-radius:16px;
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
	text-align:center;
	margin-bottom:14px;
}
.matome a {
	display: block;
	color: #FFF;
	text-decoration:none;
	padding:8px 6 6 6;
}
