﻿@charset "UTF-8";

/* ▼▼▼ 
=====================================*/
html,
body {
	height: 100%;
	}
body {
	font-size: 14px;
	line-height:160%;
	color:#333;
	}
#wrapper {
	/*width:100%;*/
	padding:10px;
	width:640px;
	}


	#wrapper .main_title{
		font-size:16px;
		font-weight:bold;
		margin-bottom:20px}
		
		#wrapper .sub{
			font-weight:bold;
			}
		
		#wrapper p.step{
			padding:5px 0 20px 15px;
			}