@charset "utf-8";
/* CSS Document */

.textEditor {
    padding-bottom: 50px;
}

/*相簿*/
.textEditor ul.album{
	float:right;
	width:340px;
	padding:0 0 35px 35px;
	list-style:none;
}
.textEditor ul.album li{
	float:left;
	width:90px;
	height:90px;
	margin:0 10px 10px 0;
	box-shadow:2px 2px 5px #c3c3c3;
}
.textEditor ul.album li a{
	display:block;
}
.textEditor ul.album li a img{
	max-width:100%;
}


@media (max-width: 768px){
	.textEditor ul.album{
		float:none;
		width:100%;
		margin:20px auto;
		padding:0;
	}
}
@media (max-width: 480px){
	.textEditor {
	    padding-bottom: 30px;
	}
}
@media (max-width: 360px){
	.textEditor {
	    padding-bottom: 0;
	}
}