@charset "UTF-8";

/* =====================
	CSSリセット
======================= */
* {
	margin:0;
	padding:0;
}

body {
	background:#fcf5e5;
}

ul {
	list-style:none;
}

br {
	letter-spacing:0;
}

img {
	max-width:100%;
	height:auto;
	border:none;
	vertical-align:top;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */


/* =====================
	ヘッダー
======================= */
header {
	margin-bottom:2em;
	padding:1em;
	font-size:14px;
	background:#fff;
	text-align:center;
}

/* =====================
	コンテンツ
======================= */
#contents > div {
	margin-bottom:2em;	
}

#center01 {
	text-align:center;
}
#center01 p {
	margin-bottom:1em;
}

#center02 {
	position:relative;
	width:100%;
	max-width:600px;
	height:300px;
	margin:0 auto;
	background:#fff;
}
#center02 .inner {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	margin:-1.5em 0 0 -50%;
	text-align:center;
}

#center03 {
	display:table;
	width:100%;
	max-width:600px;
	height:300px;
	margin:0 auto;
	background:#fff;
}
#center03 p {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	*display: inline;
	*zoom:1;
}

#center04 {
	overflow:hidden;
	position:relative;
	margin:0 1em;
}
#center04 p {
	margin:1em 0;
	text-align:center;
}
#center04 ul {
	position:relative;
	left:50%;
	float:left;
}
#center04 li {
	position:relative;
	left:-50%;
	float:left;
	margin-left:1em;
	line-height:0;
}
#center04 #social02 li {
	height:63px;
}
#center04 li:first-child {
	margin-left:0;
}
#fb-root { display:none; }
#twitter-widget-0, #pocket-button-0 {
	max-width:88px;
}
#___plusone_0 {
	max-width:66px;
}

@media screen and (max-width: 620px){
	#center04 li {
		width:32%;
		margin:0 0 1em 2%;
	}
	#center04 li:nth-child(4) {
		margin-left:0;
	}
}
@media screen and (max-width: 480px){
	#center04 #social01 li {
		width:49%;
		margin:0 0 1em 1%;
	}
	#center04 #social01 li:nth-child(odd) {
		margin-left:0;
	}
	#center04 #social01 li:nth-child(4) {
		margin-left:1%;
	}	
}

/* =====================
	フッター
======================= */
footer {
	text-align:center;
	padding:1em 0;
}