@charset "utf-8";
/* CSS Document */
#step_main{
	width: 1100px;
	margin: 40px auto;
}
#contact_main{
	width: 800px;
	margin: 15px auto;
}
#cate_title{
	color: #fff;
    border-radius: 25px;        /* CSS3草案 */  
    -webkit-border-radius: 25px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 25px;   /* Firefox用 */ 
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 25px;
	font-weight: bold;
	background: #5c3321;
	text-align: center;
	padding: 12px 0;
	margin: 170px auto 0;
	width: 380px;
}
#cate_title_sub{
	margin: 30px auto;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
	color: #5c3321;
	line-height: 180%;
	margin: 50px auto;
	width: 1000px;
}
#contact_title_sub{
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
	color: #5c3321;
	line-height: 180%;
	margin: 30px auto 0;
	width: 800px;
	text-align: center;
}
#title ul{
	margin: 0 auto;
	width: 570px;
}
#title ul li{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	background: url(../img/registration/check.png) left no-repeat;
	color: #cd2121;
	font-weight: bold;
	font-size: 23px;
	padding: 10px 0 10px 50px;
	margin: 10px 0;
}
#title ul li span{
	background: linear-gradient(transparent 60%, #f5d0d0 60%);
}
.step_registration{
	background-color: rgba(187,159,122,0.4);
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	overflow: hidden;
	margin-top: 30px;
}
.contact_registration{
	background-color: rgba(187,159,122,0.4);
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	overflow: hidden;
	margin: 15px 0 40px;
	line-height: 160%;
}
.step_in{
	padding: 25px;
	overflow: hidden;
}
.left{
	float: left;
	width: 49%;
}
.right{
	float: right;
	width: 50%;
}
.txt{
	color: #5c3321;
	line-height: 180%;
}
.txt span{
	font-size: 90%;
}

@media only screen and (max-width: 640px){

	
	#cate_title{
		width: 90%;
	}
	#cate_title_sub{
		line-height: 140%;
		font-size: 19px;
		margin: 20px auto;
	}
	#title ul li{
		line-height: 130%;
	}
	.step_in {
		padding: 0;
	}
	.left,.right{
		width: 96%;
		padding: 0 2% 2%;
	}
	.right img{
		width: 100%;
	}
}

@media screen and (max-width: 1099px) { 
		#cate_title_sub,#title ul,.step_in,.step_registration,#step_main{
		width: 98%;
	}

}
@media screen and (min-width: 641px) and (max-width: 1099px) { 
	.right img{
		width: 93%;
	}
}



/*使い方マニュアル*/
.manual_step{
	font-size: 19px;
	color: #fff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	padding: 9px 10px 5px 7px;
	font-style: italic;
	background: -webkit-linear-gradient(transparent 10%, #007348 10%);
	background: -o-linear-gradient(transparent 10%, #007348 10%);
	background: linear-gradient(transparent 10%, #007348 10%);
	display: inline;
	margin: 5px 0;
}
h3{
	color: #007348;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0 15px !important;
}
#manual_main{
	width: 900px;
	margin: 40px auto;
	color: #5c3321;
	font-size: 18px;
}
#manual_main p{
	padding-bottom: 10px;
	line-height: 160%;
}
#manual_main p span{
	color: #D81417;
	font-size: 15px;
}
#manual_main ul {
	margin: 0 0 5px 0;
}
#manual_menu{
	margin: 0 auto;
	width: 750px;
	font-size:18px;
}
.menu_left a{
	color: #6e4b22;
}
.menu_left{
	margin: 30px 40px 0 0;
	float: left;
}
.menu_left li{
	margin-bottom: 5px;
}
#manual_main ul li,.menu_left li{
	list-style: square;
	padding: 0 0 8px 0;
	margin-left: 20px;
	color: #6e4b22;	
}
#manual_main .txt{
	font-size: 15px;
	padding: 7px 0 0;
	line-height: 150%;
}
.manual_left{
	float: left;
}
.manual_right{
	float: right;
}
.two{
	width: 49%;
}
.two2{
	width: 57%;
}
.two3{
	width: 54%;
}
.three{
	width: 33%;
}
.three2{
	width: 40%;
	padding-right: 2%;
}
.three3{
	width: 16%;
}
.img_width img{
	width: 100%;
}
.four{
	width: 21%;
	padding-left: 1%;
}

@media only screen and (max-width: 640px){
	#manual_main{
		width: 100%;
	}
	.step_registration{
		margin-left: 1%;
	}
	.two,.three,.three2,.four{
		width: 96%;
		margin-left: 2%;
	}
	.two img,.three img,.three2 img,.four img{
		width: 100%;
	}
	.manual_step{
		margin: 10px;
		display: block;
		text-align: center;
	}
	h3{
		padding: 10px !important;
		line-height: 140%;
	}
	.manual_right{
	float: left;
	}
	.menu_left{
		float: none;
	}
	.sp_float{
		float: left;
	}
	.three3{
	width: auto;
	}
	.sp_width{
		width: auto;
	}
}

@media screen and (min-width: 641px) and (max-width: 1099px) { 
	#manual_menu,.two img,.three img,.three2 img,.four img{
		width: 100%;
	}
	.step_registration{
		width: 98%;
	}
	#manual_main{
	width: 100%;
	margin-left: 1%;
}
	.step_in{
		width: 98%;
		padding: 1%;
	}
	.two_img{
		width: 30%;	
	}
}


/*お問い合わせ*/
@media only screen and (max-width: 640px){
	#contact_main{
		width: 96% !important;
		margin-left: 2%;
	}
	#contact_title_sub{
		width: auto;
	}
	.step_in{
		padding: 15px;
		width: auto;
	}
}


