﻿@charset "UTF-8";

/* convert */
div#convert {
	clear:both;
	margin:5px 0 0 0;
	border-top:#333333 4px double;
	border-bottom:#EEEEEE 3px double;
	background:#CCCCCC url("/img/screen/convert-background.png") top repeat-x;
	padding:15px;
	width:870px;
	}
	div#convert:after {
		display:block;
		clear:both;
		height:0;
		visibility:hidden;
		content:".";
		}

/* convertBefore */
div#convertBefore {
	float:left;
	background:transparent url("/img/screen/convert-arrow.png") 100% 60px no-repeat;
	padding:0 55px 0 0;
	width:435px;
	overflow:hidden;
	}
div#convertBefore p.text {
	display:none;
	}
div#convertBefore dl {
	margin:10px 0;
	font-size:small;
	}
div#convertBefore dl dd {
	display:inline;
	padding:0 0.5em 0 0;
	}
div#convertBefore label {
	display:block;
	text-align:center;
	letter-spacing:0.2em;
	font-size:small;
	font-weight:bold;
	}
div#convertBefore textarea {
	margin:5px 0 15px 0;
	width:430px;
	height:200px;
	vertical-align:middle;
	font-size:small;
	}
div#convertBefore select {
	width:245px;
	vertical-align:top;
	}
div#convertBefore input {
	vertical-align:top;
	}
div#convertBefore input#button:hover {
	opacity:0.7;
	filter:alpha(opacity=770);
	}

/* convertAfter */
div#convertAfter {
	float:right;
	width:370px;
	overflow:hidden;
	}
div#convertAfter h2 {
	text-align:center;
	letter-spacing:0.2em;
	font-size:small;
	}
div#convertAfter span#ovkey {
	display:none;
	}
div#convertAfter p {
	margin:5px;
	}
div#convertAfter p strong {
	color:#CC0000;
	font-weight:normal;
	}

/* section */
div.section {
	margin:5px 0;
	border:#BDCEDE 3px double;
	background:#FFFFFF;
	padding:10x;
	line-height:1.5;
	vertical-align:middle;
	word-break:break-all;
	}
	div.type33 strong {
		padding:0.5em;
		}
	div.type39 strong {
		font-size:150%;
		}
	div.type42 {
		font-family:serif;
		}
div.section p.message {
	clear:both;
	padding:5px;
	background:#F3F3F3;
	text-align:center;
	color:#22779A;
	font-size:small;
	}
div.section p.message a {
	color:#CC0000;
	}
div.section p.text a {
	text-decoration:none;
	color:#333333;
	}
div.section p.ads {
	color:#777777;
	font-size:80%;
	}
p.adtitle {
	background-color:#999999;
	color:#ffffff;
	padding:2px;
	margin:10px 4px 5px 4px;
	text-align:center;
	font-size:0.9em;
}
p.adtitle2 {
	background-color:#999999;
	color:#ffffff;
	padding:2px;
	margin:10px 4px 5px 4px;
	text-align:center;
	font-size:0.8em;
}
dt.adtitle {
	background-color:#999999;
	color:#ffffff;
	padding:2px;
	margin:10px 4px 5px 4px;
	text-align:center;
	font-size:10px;
}
td.adtitle2 {
	background-color:#999999;
	color:#ffffff;
	padding:2px;
	text-align:center;
	font-size:0.9em;
}
dt.adtitle {
	background-color:#999999;
	color:#ffffff;
	padding:2px;
	text-align:center;
	font-size:0.9em;
}
div.section p.ads a {
	text-decoration:none;
	padding:0 0.5em 0 0;
	color:#0068F8;
	}
div.section p.promotionlink {
	float:right;
	font-size:xx-small !important;
	}

/* adsPicture */
div.adsPicture {
	padding:15px;
	text-align:center;
	}