.margint30 {
	margin-top: 30px;
}
.margint100 {
	margin-top: 100px;
}
.margint5 {
	margin-top: 5px;
}
.margint8 {
	margin-top: 8px;
}
.margint10 {
	margin-top: 10px;
}
.margint20 {
	margin-top: 20px;
}
.margint50 {
	margin-top: 50px;
}
.margint80 {
	margin-top: 80px;
}
.margint50r20 {
	margin-top: 50px;
	margin-right:20px;
}
.margint50r20l30 {
	margin-top: 50px;
	margin-right:20px;
	margin-left:40px;
}
.margint80 {
	margin-top: 80px;
}
.margint100 {
	margin-top: 100px;
}
.margint150 {
	margin-top: 150px;
}
.margint300 {
	margin-top: 300px;
}
.margint30b30 {
	margin-top: 30px;
	margin-bottom:30px;
}

.margint30b60 {
	margin-top: 30px;
	margin-bottom:60px;
}
.margint80b80 {
	margin-top: 80px;
	margin-bottom:80px;
}
.margint30b30l30 {
	margin-top: 30px;
	margin-bottom:30px;
	margin-left:30px;
}
.margint80 {
	margin-top: 80px;
}
.marginb30 {
	margin-bottom: 30px;
}
.marginb20 {
	margin-bottom: 20px;
}
.marginb10 {
	margin-bottom: 10px;
}
.marginb60 {
	margin-bottom: 60px;
}
.marginb80 {
	margin-bottom: 80px;
}
.marginb150 {
	margin-bottom: 150px;
}
.marginr10 {
	margin-right: 10px;
}
.marginr10t10 {
	margin-right: 10px;
	margin-top:10px;
}
.marginr50 {
	margin-right: 50px;
}
.marginr50b30 {
	margin-right: 50px;
	margin-bottom:30px;
}
.marginr50b20 {
	margin-right: 50px;
	margin-bottom:20px;
}

.marginr50b20t50 {
	margin-right: 50px;
	margin-bottom:20px;
	margin-top:50px;
}

.marginr50b20t100 {
	margin-right: 50px;
	margin-bottom:20px;
	margin-top:100px;
}


.marginl60 {
	margin-left: 60px;
}
.marginl80 {
	margin-left: 80px;
}


.box1 {
	float: left;
	height: 295px;
	width: 430px;
	padding-top: 10px;
	padding-left:100px;
}
.box2 {
	float: left;
	height: 295px;
	width: 460px;
	padding-top: 10px;
}
.box3 {
	float: left;
	height: auto;
	width: 960px;
	padding-top: 10px;
	padding-left: 10px;
}
/*他ページのヘッダー*/
.box33 {
	float: left;
	height: auto;
	width: 1000px;
	padding-top: 10px;
	margin-bottom: 20px;
}

.box4 {
	float: left;
	height: auto;
	width: 180px;
	margin-left:30px;
	
}

.box444 {
	float: left;
	height: auto;
	width:  auto;
	margin-left:100px;

	
}
.box445 {
	float: left;
	height: auto;
	width:  auto;
	margin-left:110px;

	
}
.box446 {
	float: left;
	height: auto;
	width:  auto;
	margin-left:85px;

	
}
.box447 {
	float: left;
	height: auto;
	width:  auto;
	margin-left:76px;

	
}
.box44 {
	float: left;
	height: auto;
	width: 130px;
	
}

.boxmodel {
	float: left;
	height: auto;
	width: 1000px;
	padding-top:50px;
	padding-bottom:30px;

}

.boxmodel1 {
	float: left;
	height: auto;
	width: 530px;

}
.boxmodel2 {
	float: left;
	height: auto;
	width: 470px;
	padding-top:20px;

}
.boxmodel3 {
	float: left;
	height: auto;
	width: 720px;
	padding-top:20px;

}
.boxmodel4 {
	float: left;
	height: auto;
	width: 280px;
	height:525px;
position:relative; 
}
<!--boxmodel4の中の空白-->
.boxmodel5 {
	float: left;
	height: auto;
	width: 280px;
	height:425px;


}
.boxmodel6 {
	float: left;
	height: auto;
	width: 280px;
	height:60px;

position:absolute;
bottom:30px; 
}
.image img{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


.image2 img{
    border-radius: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	    width:  150px;       /* ※縦横を同値に */
    height: 150px;       /* ※縦横を同値に */
	box-shadow: 0 5px 5px rgba(0,0,0, .5); /* シャドウ */
	margin-bottom:10px;
	
}

.image22 img{
    border-radius: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	    width:  100px;       /* ※縦横を同値に */
    height: 100px;       /* ※縦横を同値に */
	box-shadow: 0 5px 5px rgba(0,0,0, .5); /* シャドウ */
	margin-bottom:10px;
	
}



.image3 img{
    border-radius: 50%;
    -webkit-border-radius: 50px;
    
	    width:  150px;       /* ※縦横を同値に */
    height: 150px;       /* ※縦横を同値に */
	border: 4px sod #a5a79a; /* 枠線を付加 */

}
 
 
 .image1 img{
background-image:url(../images/plan.jpg));  /* 表示する画像 */
    width:  170px;       /* ※縦横を同値に */
    height: 170px;       /* ※縦横を同値に */
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    background-position: center center;;  /* 横長画像の左上を基準に表示 */
    display: inne-block;          /* 複数の画像を横に並べたい場合 */
	border: 4px sod #a5a79a; /* 枠線を付加 */
	margin-bottom:5px;
}


 
 .image11 img{

    width:  100px;       /* ※縦横を同値に */
    height: 100px;       /* ※縦横を同値に */
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    background-position: center center;;  /* 横長画像の左上を基準に表示 */
    display: inne-block;          /* 複数の画像を横に並べたい場合 */
	box-shadow: 0 5px 5px rgba(0,0,0, .5); /* シャドウ */
	margin-bottom:5px;
}



.frame {
	display: inne-block;
	position: relative;
}
.frame:after {
	position: absolute;
	content: "";
	box-shadow: 0 15px 10px rgba(0,0,0, .5); /* シャドウ */
	transform: rotate(3deg); /* 回転させる */
	right: 5px;
	left: auto;
	top: auto;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	height: 20%;
}
