﻿@charset "UTF-8";
@import "../../common/css/common.css";

/* ■■ 目次 ■■
/* signup.cssはmembers/signup/～～.htmlのみで使用するユニークなCSSです。
　 レイアウトや汎用classなどはcommon.cssに記述しています。
--------------------------------------------------------------------------------
01.index.html
	1.SignUp
		1.Price0
		2.Price315
		3.PriceList
*/

/* ■■ 01.security12.html ■■ */
#GMsignup a {
	background-position:left bottom;
}
#MainContents {
	padding-top:10px;
}
#MainContents h1 {
	float:left;
	margin-right:15px;
	padding-top:2px;
}
#MainContents h2 {
	padding-top:3px;
	font-size:75%;
	font-weight:normal;
}

/* ## 01-1.SignUp ## */
#SignUp h3 {
	clear:both;
	margin:5px 0;
}
#SignUp h4 {
	margin:20px 0 15px;
	padding:10px;
	text-align:center;
	border:1px solid #ccc;
	background:#e6e6e6;
}
#SignUp h5 span.sub {
	font-size:90%;
	line-height:2;
	color:#f00;
}
#SignUp .ImageSample {
	clear:both;
	float:left;
}

/* ## 01-1-1.Price0 ## */
#Price0 h5,
#Price0 p {
	margin-left:115px;
}
#Price0 p {
	margin-bottom:15px;
	font-size:90%;
	line-height:1.5;
}
#Price0 p.more {
	margin-bottom:0;
	text-align:right;
	font-size:75%;
}
#Price0 p.more a {
	padding-left:15px;
	background:url("../../../common/img/bg_a_more.gif") no-repeat 0% 50%;
}
#Price0 p.more a:hover {
	background:url("../../../common/img/bg_a_more.gif") no-repeat 2px 50%;
}
#Price0 a.banner img {
	display:block;
	margin:0 auto;
}

/* ## 01-1-2.Price315 ## */
#Price315 h5,
#Price315 p {
	margin-left:115px;
}
#Price315 p {
	margin-bottom:15px;
	font-size:90%;
	line-height:1.5;
}
#Price315 p.more {
	margin-bottom:0;
	text-align:right;
	font-size:75%;
}
#Price315 p.more a {
	padding-left:15px;
	background:url("../../../common/img/bg_a_more.gif") no-repeat 0% 50%;
}
#Price315 p.more a:hover {
	background:url("../../../common/img/bg_a_more.gif") no-repeat 2px 50%;
}
#Price315 a.banner img {
	display:block;
	margin:15px auto 40px;
}

/* ## 01-1-2.PriceList ## */
#PriceList table {
	width:100%;
	border-collapse:collapse;
	font-size:75%;
}
#PriceList table thead td {
	background:#fef5a6;
	text-align:center;
}
#PriceList table th,
#PriceList table td {
	padding:10px;
	border:1px solid #b3b3b3;
}
#PriceList table th {
	width:13em;
	text-align:left;
	background:#e6e6e6;
}
#PriceList table td.okng {
	font-size:125%;
}