@charset "UTF-8";/**/


/* box */
.box {
	width:75px;
	background:;
	height:90px;
	margin:5px;
	padding:5px;
	border: px;
	box-shadow: 0 3px 5px rgba(34, 25, 25, 0.4);
	line-height: 0em;/*ここでboxを段組*/
	float: left;
	text-align: center; 
	/*font-size:0.8em;	color:gray;*/
}

.box p{
	color:#000;
	font-size:0.8em;
	margin-top:11px;
}
.box:hover {
	background-color: whitesmoke;
	}
.bo {
	width:73px;
}

/* box1 */
.box1 {
	width:58px;
	background:;
	height:80px;
	margin:5px;
	padding:5px;
	border: px;
	box-shadow: 0 3px 5px rgba(34, 25, 25, 0.4);
	line-height: 0em;/*ここでboxを段組*/
	float: left;
	text-align: center; border-radius:6px;
	/*font-size:0.8em;	color:gray;*/
}
.box1 p{
	color:#000;
	font-size:0.75em;
	line-height: 2.5em;
	/*margin-top:11px;*/
}
.box1:hover {
	background-color: whitesmoke;
	}
.bo1 {
	width:56px;
}

/* box2 */
.box2 {
	width:53px;
	background:;
	height:80px;
	margin:5px;
	padding:5px;
	border: px;
	box-shadow: 0 3px 5px rgba(34, 25, 25, 0.4);
	line-height: 1em;/*ここでboxを段組*/
	float: left;
	text-align: center; border-radius:5px;
	/*font-size:0.8em;	color:gray;*/
}
.box2 p{
	color:#000;
	font-size:0.65em;
	margin-top:11px;
}
.box2:hover {
	background-color: whitesmoke;
	}
.bo2 {
	width:51px;
}
	
/* box3 */
.box3 {
	width:53px;
	background:;
	height:68px;
	margin:5px;
	padding:5px;
	border: px;
	box-shadow: 0 3px 5px rgba(34, 25, 25, 0.4);
	line-height: .25em;/*ここでboxを段組*/
	float: left;
	text-align: center; border-radius:3px;
	/*font-size:0.8em;	color:gray;*/
}
.box3 p{
	color:#000;
	font-size:0.65em;
	margin-top:11px;
}
.box3:hover {
	background-color: whitesmoke;
	}
.bo3 {
	width:51px;
}
	
/* box4 */
.box4 {
	width:40px;
	background:;
	height:53px;
	margin:5px;
	padding:5px;
	border: px;
	box-shadow: 0 3px 5px rgba(34, 25, 25, 0.4);
	line-height: 0em;/*ここでboxを段組*/
	float: left;
	text-align: center; border-radius:2px;
	/*font-size:0.8em;	color:gray;*/

}
.box4 p{
	color:#000;
	font-size:0.55em;
	margin-top:11px;
}
.box4:hover {
	background-color: whitesmoke;
	}	
.bo4 {
	width:38px;
}			

/* box5 */
.box5 {
	width:40px;
	background:;
	height:53px;
	margin:5px;
	padding:5px;
	border: px;
	box-shadow: 0 3px 5px rgba(34, 25, 25, 0.4);
	line-height: 0em;/*ここでboxを段組*/
	float: left;
	text-align: center; border-radius:2px;
	/*font-size:0.8em;	color:gray;*/

}
.box5 p{
	color:#000;
	font-size:0.55em;
	margin-top:11px;
}
.box5:hover {
	background-color: whitesmoke;
	}	
.bo5 {
	width:38px;
}

/* box6 */
.box6 {
	width:40px;
	background:;
	height:38px;
	margin:5px;
	padding:5px;
	border: px;
	box-shadow: 0 3px 5px rgba(34, 25, 25, 0.4);
	line-height: 0em;/*ここでboxを段組*/
	float: left;
	text-align: center; border-radius:2px;
	/*font-size:0.8em;	color:gray;*/

}
.box6 p{
	color:#000;
	font-size:0.55em;
	margin-top:11px;
}
.box6:hover {
	background-color: whitesmoke;
	}	
.bo6 {
	width:38px;
}


@media screen and (max-width:767px) {
.box5 {
	width:75px;
	height:80px;
}
	}