@charset "UTF-8";
/* CSS Document */


#summary a {
	color:#C92C2E;
	text-decoration: none;
}

#summary a:hover {
	text-decoration: underline;
}


#summary h1 {
	color:#333333;
	font-size:54px;
	line-height:1.2em;
	margin: 10px 0 0 0
}

#summary h1 span {
	color:#727272;
	font-size:24px;
	line-height: 1.1em;
}

#summary h3 {
	background:#676767;
	color:#FFF;
	padding:5px 15px;
	margin:40px 0 30px 0;
	font-size:16px;
}

#summary h4 {
	margin:40px 0 10px 0;
	font-size:20px;
	line-height:22px;
}

#summary h4.world {
	margin:40px 0 10px 0;
	font-size:18px
}

#summary h4.japan {
	margin:40px 0 10px 0;
	font-size:18px
}

#summary h4 span {
background:#00a5e3;
color:#FFF;
padding:5px 15px;
font-size:14px;
width: auto;
display:inline-block;
margin:0 10px 10px 0;
line-height: 1em;
font-weight: normal;
}

#summary h4.world span {
background:#65608e;
}

#summary h4.japan span {
background: #d34848}


#summary p {
	margin:0;
}

#summary p.related {
	margin:10px 0 30px 0;
	padding:0;
}

#summary p.related:before {
	font-family: 'FontAwesome';
   content:"\f054";
	font-size:18px;
   color:#C92C2E;
	margin:0 5px 0 0;
	display:block;
	float:left;
}


#summary .photo {
	margin:20px 0 40px 0;
	font-size:12px;
	color:#6A6A6A;
}

#summary .photo img {
	margin:0 0 10px 0
}

body.white .site #summary {
font-size: 18px;
}

body.white .site #summary h1 {
	color:#333333;
	font-size:42px;
	line-height:1.1em;
	margin: 15px 0 0 0
}

body.white .site #summary h1 span {
	color:#727272;
	font-size:22px;
	line-height: 1em
}

body.white .site #summary .photo {
	font-size:16px;
}
body.white .site #summary h3 {
	font-size:18px;
}


body.white .site #summary h4,
body.white .site #summary h4.world,
body.white .site #summary h4.japan{
	margin:40px 0 10px 0;
	font-size:20px;
	line-height:22px;
}

body.white .site #summary h4 span {
color:#FFF;
padding:5px 15px;
font-size:16px;
width: auto;
display:inline-block;
margin:0 10px 10px 0;
line-height: 1em;
font-weight: normal;
}


