p {
	margin:10px 0;
}

.mainvisual {
	margin-top:10px;
}
.mainvisual > img {
	width:100%;
}
.content {
	width:980px;
	margin:auto;
}

/* ヘッダ、フッタ関連 */
.header {
	background:#09f;
	height:75px;
}
.header > div {
	width:980px;
	margin:auto;
}
.header > div img {
	margin-top:15px;
}
.footer {
	background:#09f;
	font-family:meiryo;
}
.footer > div {
	width:980px;
	margin:auto;
	padding:10px 0;
}
.footer > div > p {
	color:#fff;
	text-align:left;
	margin:0;
}

/* ----------------------------------------
	70周年トップのカルーセル（PC表示）
---------------------------------------- */
.carousel_area {
	position:relative;
	height:200px;
}
.swiper-container {
	width: 80%;
	height: 200px;
	position:absolute;
	top:0;
	left:0;
}
.swiper-slide {
	font-size: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 60px;
}
.parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.swiper-slide .title {
	font-size: 41px;
	font-weight: 300;
	float:left;
	margin:0 30px 0 10px;
}
.swiper-slide .subtitle {
	font-size: 30px;
	margin-top:20px;
	font-weight:bold;
	font-family:meiryo;
}
.swiper-slide .text {
	line-height: 1.3;
	margin:0px 10px 10px 10px;
}
.swiper-slide .text > p {
	font-size: 22px;
	font-weight:bold;
	font-family:meiryo;
	margin-top:2px;
}
.s01 .subtitle,.s01 p {	color:#00b050;}
.s02 .subtitle,.s02 p {	color:#e46c0a;}
.s03 .subtitle,.s03 p {	color:#cc0066;}
.s04 .subtitle,.s04 p {	color:#002060;}
.s05 .subtitle,.s05 p {	color:#92d050;}
.s06 .subtitle,.s06 p {	color:#00b0f0;}
a:hover .subtitle,a:hover .text > p {
	color:#f55c00;
}

.header_70 {
	background:#00aeef;
}
.header_70 > div {
	width:980px;
	margin:auto;
}
.header_70 > div img {
	margin:16px 20px 16px 0px;
	display:inline-block;
}
.img_r {
	float:right;
	border:1px solid #999;
	padding:2px;
	margin-left:20px;
}
.img_l {
	float:left;
	border:1px solid #999;
	padding:2px;
	margin-right:20px;
}
.img_r > p,.img_l > p {
	font-size:11px;
	margin:2px 0 0 2px;
}
.img_r > img,.img_l > img {
	width:300px;
}
.top70contents > p {
	line-height:1.6em;
	font-size:18px;
	margin:0 0 20px 0;
}
.top70clear {
	clear:both;
	height:30px;
}
h2.top_h2 {
	border-left:10px solid #09f;
	font-size:25px;
	padding-left:10px;
	margin:50px 0 0 0;
	color:#222;
	text-shadow:3px 3px 3px rgba(0,0,0,0.3);
}
h2.top_h2_with_a > a {
	display:block;
	border-left:10px solid #09f;
	font-size:25px;
	padding-left:10px;
	margin:50px 0 0 0;
	color:#222;
	text-shadow:3px 3px 3px rgba(0,0,0,0.3);
}
h2.top_h2_with_a > a:hover {
/*	background:#eef4f8*/;
	color:#f55c00;
}

.linkarea > ul {
	margin-top:20px;
	text-align:center;
}
.linkarea > ul > li {
	display:inline-block;
	margin:10px;
	font-size:0;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #09f;
}
.linkarea > ul > li > a {
	color:#fff;
	font-size:0;
}
.link01 > a {background:#daa;}
.link02 > a {background:#ada;}
.link03 > a {background:#aad;}
.top_about_activity {
	margin:20px 0 50px 30px;
}
.top_about_activity > li {
	margin:10px 0;
}
.top_about_activity > li:before {
	font-family: FontAwesome;
	content: '\f054';
	color:#09f;
}
.top_about_activity > li > a {
	padding-left:10px;
}
.totop {
	text-align:center;
	margin:30px 0;
}


/* ユニセフの歴史ページ */
.history_content {
	margin:10px 0 0 0;
}
h1.main_ttl {
	font-size:30px;
	margin:40px 0;
	font-weight:bold;
	border-left:20px double #09f;
	padding-left:10px;
	color:#333;
}
h4.history_btn {
	padding:15px 40px 15px 25px;
	margin:20px 0;
	border-radius:10px;
	font-size:18px;
	font-weight:bold;
	font-family:meiryo;
}
.history_area > table {
	width:500px;
	margin:auto;
}
.history_area > table,.history_area > table tr,.history_area > table td {
	border-collapse:separate;
	border-spacing:2px;
}
.history_area > table td {
	vertical-align:top;
	padding:10px;
	box-sizing:border-box;
	width:50%;
}
.history_area > table td:first-child {
	border-right:2px dotted #999;
}
.history_area > table img {
	width:150px;
}
.history_area > table td p.his_nen {
	font-family:meiryo;
	font-weight:bold;
	color:#0099ff;
	font-size:20px;
}
.history_area > table td p.his_ttl {
	font-weight:bold;
	color:#114499;
}
.history_area > table td p.his_txt {
}
.history_area > table td p.his_txt a {
	text-decoration:underline;
}
.history_area > table td p.his_img {
	margin:30px 0 0 0;
}
.history_area > table td p.his_cre {
	margin:0;
	font-size:12px;
}
.type-r > td > p.his_nen,.type-r > td > p.his_ttl,.type-r > td > p.his_txt {
	text-align:right;
}
.type-l > td > p.his_cre,.type-l > td > p.his_img {
	text-align:right;
}
.history_btn {
	cursor:pointer;
	position:relative;
}
.history_area {
	display:none;
}
.his_h4_01 {
	border:3px solid #00b050;
	color:#00b050;
}
.his_h4_02 {
	border:3px solid #e46c0a;
	color:#e46c0a;
}
.his_h4_03 {
	border:3px solid #cc0066;
	color:#cc0066;
}
.his_h4_04 {
	border:3px solid #002060;
	color:#002060;
}
.his_h4_05 {
	border:3px solid #92d050;
	color:#92d050;
}
.his_h4_06 {
	border:3px solid #00b0f0;
	color:#00b0f0;
}
.his_h4_01:after,.his_h4_02:after,.his_h4_03:after,.his_h4_04:after,.his_h4_05:after,.his_h4_06:after {
	font-family: FontAwesome;
	font-size:24px;
	content: '\f13a';
	position:absolute;
	right:20px;
	top:50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.opened:after {
	content: '\f139' !important;
}