@charset "utf-8";

section { margin-top: 26px;}
.section01 { margin-top: 0;}
.socialBoxWrap {
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
	.socialBox01 {}
	.socialBox01.type01 { 
		float: left;
		width: 450px;
	}
		.socialBox01 dl {}
			.socialBox01 dl dt {}
				.socialBox01 dl dt a { 
					font-size: 154%;
					font-weight: bold;
				}
			.socialBox01 dl dd { 
				margin-top: 10px;
				color: #222;
				font-size: 108%;
				line-height: 1.8;
			}
	.imageSocial01 { 
		float: right;
		width: 180px;
	}
		.imageSocial01 figure { text-align: center;}
		.imageSocial01 figcaption { 
			margin-top: 5px;
			text-align: left;
			font-size: 93%;
		}
	
