@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴシック Pro";
	font-size: 9pt;
	color: #222222;
	background-color: white;
}

#phtml body {
	text-align: center;
}

h2 {
	margin-top: 30px;
	font-size: 1.2em;
	color: #866464;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

a {
	color: #218aaf;
}

a:visited {
	color: #2a5f80;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

/* コンテナブロック */

div#pointconf #container {
	width: 700px;
}

#phtml #container {
	width: 600px;
	margin: auto;
}


/* 一般的文字修飾 */

.red,em.red {
	color: red;
}

.pink {
	color: #FF0066;
}

.teal {
	color: teal;
}

.bold {
	font-weight: bold;
}

.nega {
	text-decoration: line-through;
}

.small {
	margin-left: 10px;
	font-size: 7pt;
	position: relative;
	top: 5px;
}

.medium {
	font-size: 8pt;
}

.large {
	font-size: 10pt;
}

h1 {
	margin: 0;
	font-size: 13pt;
}

#pconf_outer {
	width: 700px;
	margin: 0 auto;
}

table#pconf_table {
	text-align: center;
	width: 100%;
}

.tr_left {
	width: 100px;
	background-color: #E6E6FA;
}

#exp {
	margin-top: 20px;
}

#exp p {
	color: #000080;
	font-size: 8pt;
	line-height: 1.5em;
	margin: 0;
}

.p_title {
	margin: 20px 0;
	font-size: 10pt;
}

iframe {
	width: 700px;
	height: 1130px;
	overflow: hidden;
}

#phtml p {
	margin: 0;
}

#phtml #toptext p {
	line-height: 1.2em;
}

#topbox {
	background-color: #F16C8A;
	margin: 10px auto 30px auto;
	padding: 3px;
	text-align: center;
}

#toptitle {
	color: white;
}

#toptext1 {
	padding: 10px;
	background-color: white;
	overflow: hidden;
	border-bottom: 1px solid #F16C8A;
}

#toptext2 {
	padding: 10px;
	background-color: white;
	overflow: hidden;
}

#exptitle {
	background-color: #F16C8A;
	padding: 3px;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#exp1 {
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}

#exp2 {
	margin-top: 10px;
	padding: 5px;
}

.emp1 {
	color: #ff00ff;
}

dt {
	color: #ff00ff;
	font-weight: bold;
}

#point dt {
	color: #866464;
	font-weight: normal;
	margin-left: 40px;
	font-size: 10pt;
}

#point dl {
	margin-top: 7px;
	margin-bottom: 25px;
}

#point dd {
	margin: 4px 10px 4px 55px;
}

#point #text_box img.login_img {
	border: 1px solid #bdb6ad;
	margin: 10px 0;
}

