@charset "utf-8";

/*左コンテンツ大枠*/
/*930px*/
.sub_0_l {
	background: url(s0bg1.png) repeat-y top left;
	font-size: 1.2em;
	line-height: 1.4em;
	overflow:hidden;
}
.sub_0_l img {
	max-width: 100%;
}

/*左コンテンツ中枠*/
/*繰り返し利用*/
.sub_1l{
	float:left;
	width:125px;
}

.sub_1r{
	float:left;
	width:805px;
}

.sub_0s1{
	height:50px;
	background:url(s0bg2.png) no-repeat top left;
}
.sub_0s2{
	height:50px;
	background:url(s0bg3.png) no-repeat top left;
}

/*タイトル*/
.sub_01_box_t {
	border-bottom: 2px solid #e6eaf2;
	box-sizing: border-box;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	padding: 0 0 5px 5px;
	margin: 10px 0 20px;
}


/*ステップ1*/
.sub01b1_1 {
	font-size: 0.8em;
}
.sub01b1_2_box {
	border: 2px solid #425abc;
	padding: 10px;
	margin: 15px 0;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	-webkit-box-shadow: 5px 5px 5px #aaa;
	-moz-box-shadow: 5px 5px 5px #aaa;
	box-shadow: 5px 5px 5px #aaa;
}
.sub01b1_2_box div{
	margin-left:25px;
}

/*ステップ2*/

.sub01b2_1{
	font-size: 0.8em;
}



/*ステップ4*/
.sub01b4_1{
	list-style-type:none;
	margin:8px 0 0 5px;
}
.sub01b4_1 li{
	background:url(dot02.png) no-repeat;
	padding-left:25px;
}
.sub01b4_2{
	margin-bottom:0;
}

.sub01_link01{
    padding-top: 60px;
    text-align: center;
}
