@charset "utf-8";
/* CSS Document */
#about{
	padding: 3%;
	padding-bottom: 30vh;
}
#cate_list{
	margin-bottom: 30px;
}
#cate_list li{
	border-bottom: 1px solid #333333;
	background-image: url(../img/bg4.jpg);
}
#cate_list li a{
	color: #333333;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	padding: 10px;
	text-align: center;
}
#cate_list li a span{
	display: inline-block;
	text-align: left;
}
#about .cate{
	background-color: rgba(255,255,255,0.70);
	color: #333;
	border-top: 1px solid #e16470;
	margin-bottom: 30px;
	box-shadow: 0 3px 3px #4d4d4d;
}
#about .cate .cate_title{
	background-color: #ffd300;
	color: #333333;
	font-size: 16px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	padding: 10px;
	margin-bottom: 10px;
}
#about .cate .cate_txt{
	padding: 0 10px;
}
#about .cate .box{
	padding: 20px 5%;
}
#about .cate .box .box_photo{
	width: 90%;
	margin: 0 auto 10px;
	text-align: center;
}
#about .cate .box .box_title{
	font-size: 16px;
	color: #f3b100;
	font-weight: bold;
	border-left: 3px solid #ffd300;
	padding-left: 7px;
	margin-bottom: 10px;
}
#about .cate .box .box_txt{
	padding: 0 0;
}
#about .cate .retop{
	background-color: #ffd300;
	color: #333333;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
/*タブレット以上*/
@media screen and (min-width: 700px){
#about{
	padding: 5% 8%;
	padding-bottom: 50%;
}
}
/*横向き*/
@media screen and (orientation: landscape){
@media screen and (max-height: 700px){
}
@media screen and (min-height: 700px){
}
}