/* ----------------------------------------- 
			ユーザー登録方法			
----------------------------------------- */
body {
	color: #333;
	font-family: 'メイリオ',Arial,Verdana,"Lucida Grande",'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',sans-serif;
	}

.bodyarea{
	width: 0 auto;
	}
	
/*---h1----*/
.title_box{
	border-top:2px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 8px 0 3px;
	font-size: 201%;
	font-weight: normal;
}

.maincontents p {
	font-size: 124%;
	
}
.top_box {
	background-color: #f2faff;
}
.top_box_inner {
	padding: 35px;
}
.top_box_inner img {
	margin-left: 15px;
}
.top_box p span {
	color: #c01818;
	font-weight: bold;
}
.top_box_2 {
	margin-top: 40px;
	text-align: center;
}
.top_box_2 p.span {
	margin-top: 0;
	margin-bottom: 40px;
	color: #2a7bbc;
	text-decoration: underline;
	font-size: 155%;
	font-weight: bold;
}


/*---h2----*/
.sub_title {
	margin: 16px 0;
	border-top: 1px dotted #ccc;
	padding-top:26px;
	font-size: 186%;
	font-weight: normal;
}
.sub_title img {
	padding-right: 10px;
	vertical-align: top;
}
.section {
	padding: 0 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.sec01 .right {
	padding-top: 38px;
	padding-left: 38px;
}


.sec02 p{
	font-size: 100%;
	margin-left: 15px;
	padding-left: 1em;
	text-indent: -1em;
}
.sec02 a.linkstyle {
	padding: 0 0 0 15px;
	text-decoration: none;
	background: url(/shopping/pkg_soft/osusume/security/expired/images/icn_arrow.png)no-repeat left;
}
.sec02 a:hover {
	opacity: 0.7;
}
.sec02 a.linkstyle:hover {
	text-decoration: underline;
	opacity: 1;
}
.btn_box {
	width: 940px;
}
.btn_box_inner {
	width: 840px;
	padding: 30px 50px;
	background: url(/shopping/pkg_soft/osusume/security/expired/images/bg_01.png) repeat;
}


.sec03 {
	text-align: center;
}
.sec03 .sub_title {
	margin: 30px 0 0;
	border-top: 1px dotted #ccc;
	padding-top: 60px;
	font-size: 186%;
	font-weight: normal;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
