/* CSS Document */

.tabBlock ul{
	background	: url(../img/border_contribution_005.gif) repeat-x center bottom;
}

.contribution_box{
	text-align	: left;
	line-height	: 1.6;
	background: #fee8cf;
	padding		: 20px;
	margin		: 30px 0 20px 0;
}

	.contribution_box h4.title{
		margin		: 10px 0 10px 0;
		border-bottom: none;
	}

.contribution_box3{
	text-align	: left;
	width		: 533px;
	margin		: 15px auto 0;
	line-height	: 1.6;
	border		: #ed98c2 2px dotted;
	padding		: 10px 10px 5px 10px;
}

.social_Box figure{
	margin: 20px 0;
}

.contribution_box3 .imgL{
	width	: 93px;
}

	.contribution_box3 .imgR{
		width		: 420px;
		padding-top	: 10px;
	}

.ul_contribution{
		overflow	: hidden;
		margin		: 20px auto 0;
		width		: 407px;
	}

	.ul_contribution li{
		float	: left;
		margin	: 0 10px 0 0;
	}


/*写真2枚*/
.pic_img_box{
	width: 100%;
	margin: 0 auto;
}

	.pic_img_box .imgL{
		width	: 452px;
	}
	
	.pic_img_box .pic_box{
		margin	: 0px auto 5px;
		width	: 470px;
	}
	
	.pic_img_box .pic_box ul li{
		margin-right: 10px;
	}

.communityBox{
	margin-top: 30px;
}


.pic_box p {
    width: 310px;
	text-indent:inherit;
}
.caption {
    float: none;
    font-size:13px!important;
}
.pic_box {
    margin: 10px auto 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
.pic_box p img {
    margin: 0 0 5px 0;
}


@media screen and (max-width: 956px) {
	.contribution_box{
		margin-top: 10px;
	}
	
	.pic_box.flex{
		display: flex;
	}
}

@media screen and (max-width: 478px) {
	.pic_box.flex{
		display: flex;
		flex-wrap: wrap;
	}
}
