@charset "utf-8";
/*=============================================================
 COPY
=============================================================*/
#copySection{
	padding:0 15px;
	margin-bottom:50px;
}
/*=============================================================
LIST
=============================================================*/
.numList{
	margin-left:1.5em;
	padding-top:20px;
}
.numList li{
	list-style:decimal;
}
.numList ul{
	margin-left:0em;
	padding-top:0px;
}
.numList li ul li{
	list-style:none;
	text-indent:-1em;
	padding-left:1em;
}
/*=============================================================
box2clm
=============================================================*/
.box2clmPhotoRight .boxLeft{
	float:left;
	width:430px;
}
.box2clmPhotoRight .boxPhoto{
	float:right;
	width:275px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 SP 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:769px){
/*=============================================================
 COPY
=============================================================*/
#copySection{
	padding:0 10px;
	margin-bottom:30px;
}
/*=============================================================
box2clm
=============================================================*/
.box2clmPhotoRight .boxLeft{
	float:none;
	width:100%;
}
.box2clmPhotoRight .boxPhoto{
	padding-top:15px;
	float:none;
	width:100%;
}
}



