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

	social.css
  social用CSS

------------------------------------------------------*/




/*-----------------------------------------------------
	#social
-----------------------------------------------------*/


#content #base #social h1{
	width: 773px;
	background: url(../images/tit_social.png) no-repeat;
}


			#activity{
				width: 800px;
				margin: 30px auto 0 auto;
			}			

	.report_txt{
		margin-top: 20px;
		padding: 15px 20px;
	}

		.report_date{
			margin-bottom: 1em;
			text-align: right;
		}

		.report_txt .pic{
			float: right;
			padding: 0 0 15px 25px;
		}


	figure{
		margin-top: 20px;
		text-align: center;
	}

	figure.double{
		width: 500px;
		margin: 40px auto 0 auto;
	}

	figcaption{
		overflow: hidden;
	}

	figcaption div{
			position: relative;
			left: 50%;
			float: left;
		}

		figcaption div h3{
			display: block;
			position: relative;
			left: -50%;
			float: left;
			font-size: .8em;
		}
	
	.columns-2 {
		position: relative;
		left: 50%;
		float: left;
		margin: 10px 0 0 0;
	}

	.columns-2 figure{
		position: relative;
		left: -50%;
		float: left;
		width: 240px;
		margin: 10px;
	}

	

	figure img{
		width: 240px;
		height: auto;
	}

	figure.expantion img{
		width: 480px;
		height: auto;
	}
	


#content #base section section{
	margin-bottom: 40px;
	padding: 0;
	background: #fff;
}

#links{
	overflow: hidden;
}

#links ul{
	position: relative;
	left: 50%;
	float: left;
}

.outerLink{
	position: relative;
	left: -50%;
	float: left;
	width: 330px;
	margin: 15px 25px;
	border-radius: .3em;
	font-weight: bold;
	color: #1158a8;
	text-align: center;
	font-weight: bold;
}

.outerLink:hover{
	color: #3c98d2;
}

.outerLink img{
	width: 100%;
	height: auto;
}


/* uwabaki */

#uwabaki{
	width: 330px;
	margin-left: auto;
}

#uwabaki img{
	width: 100%;
	height: auto;
}


