@charset "utf-8";

/* レイアウトベース
----------------------------------------*/
body	{
	width: 100%;
	margin: 0;
	background: #fff;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
}
#wrapper	{
	margin: 0 auto;
}
p{
	font-size:16px;
	line-height:24px;
}

/* ヘッダ
----------------------------------------*/
h1 {
	margin: 30px 0 ;
	padding: 0 0px;
	text-align: center;
}
h1 img	{
	width: 100%;
	max-width: 175px;
}

/* メインコンテンツ
----------------------------------------*/

h2 {
	font-size:16px;
	margin: 10px 0 0 0;
	
}

.section	{
	margin: 0 0 15px 0;
	padding: 0 5px;

}

.step3	{
	border-bottom: 0 !important;
	margin: 0;
}
.section .step {
	border:1px solid #b9b9b9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 50px auto 15px auto;
	padding: 15px 8px 10px 8px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #828282;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #828282), color-stop(100%, #b3b3b3));
	background-image: -webkit-linear-gradient(top, #828282, #b3b3b3);
	background-image: -moz-linear-gradient(top, #828282, #b3b3b3);
	background-image: -ms-linear-gradient(top, #828282, #b3b3b3);
	background-image: -o-linear-gradient(top, #828282, #b3b3b3);
	background-image: linear-gradient(top, #828282, #b3b3b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#828282, endColorstr=#b3b3b3);
	font-size:17px;
	letter-spacing: 5px;
	margin-bottom: 15px;
}
.section .step1	{
	margin: 0px auto 15px auto;
}


	
	
.section .description	{
	line-height: 1.5em;
	font-size: 1.4em;
}
.section .description .en{
	border-top: 1px dotted #505050;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
}
.section .description .note	{
	border: 1px solid #efe479;
	margin: 15px auto;
	padding: 10px 10px 10px 30px;
	background: #fefce8;
}
.section .description li	{
	list-style-type: disc;
}
.section .fig	{
	width: 100%;
	max-width: 680px;
	margin: 5px auto 15px;
}
.highlight	{
	font-weight: bold;
	color: #331e37;
}
.smaller	{
	font-size: 0.8em;
}

/* ページトップへ
----------------------------------------*/
.pagetop {
	background: #fff;
    clear: both;
    font-size: 12px;
    padding: 20px 5px 30px 0;
    text-align: right;
}

/* フッタ
----------------------------------------*/
#footer {
    background-color: #bcbcbc;
    text-align: center;
    width: 100%;
}
#footer address{
    padding: 13px 0 11px;
	color: #fff;
	font-style:normal;
}