@font-face {
	font-family: 'prg_icons';
	src: url('/font/prg_icons.eot?9491396');
	src: url('/font/prg_icons.eot?9491396#iefix') format('embedded-opentype'),
	url('/font/prg_icons.woff?9491396') format('woff'),
	url('/font/prg_icons.ttf?9491396') format('truetype'),
	url('/font/prg_icons.svg?9491396#prg_icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "prg_icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	
	line-height: 1em;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clear{clear:both}

* {
	font-family:'Open Sans', sans-serif;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	zoom:1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #4e4e4e;
}

a { text-decoration: none; }
ul,li { list-style: none; }

#head {
	border-bottom: 1px solid #c3c3c3;
	height: 89px;	
	padding: 0 20px;
}

@media screen and (min-width: 700px) {
	#head {
		padding: 0 40px;
	}
}
#head_inner {
	max-width: 1600px;
	margin: 0px auto;
	position: relative;
	width: 100%;
}

#head_config_navi {
	background: #FFFFFF;
	line-height: 30px;
	padding: 0;
	height: 45px;
	clear: both;
	display: inline-block;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#head_config_navi ul li {
	float: left;
	font-size: 12px;
	color: #7e7e7e;
}

#head_config_navi ul li a {
	color: #7e7e7e;
	font-size: 13px;
	text-decoration: none;
}

#head_config_navi ul li a.active,
#head_config_navi ul li a:hover {
	text-decoration: underline;
}

#head_logo {
	float: left;
	margin-top: 20px;	
}
#head_logo img {
	height: 56px;
	width: auto;
}

#content {
	display: block;
	width: 100%;
	max-width: 800px;
	padding: 50px 20px;
	margin: 0 auto;
}

h1 {
	font-weight:lighter;
	font-weight:300;
	margin-bottom:10px;
	color:#CF1047;
	margin-bottom:20px;
	font-size:40px;
	line-height:45px;
	word-wrap:break-word;
}

p {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #4e4e4e;
}

#change_location { margin-top: 30px; }
#change_location h4 {
	display: block;
	border-bottom: 1px solid #cac9cd;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #5e5e5e;
	font-size: 16px;
	line-height: 19px;
}

#change_location ul {
	list-style: none;
	width: 100%;
	border: 0;
	padding: 0;
	margin-bottom: 30px;
	position: relative;
}
#change_location ul:after {
	content: '';
	display: block;
	clear: both;
}

#change_location ul li {
	float: none;
	display: block;
	margin-bottom: 10px;
	padding-right: 10px;
	width: 100%;
}

#change_location ul li a {
	padding-right: 15px;
	color: #4e4e4e;
	font-size: 15px;
	line-height: 19px;
	text-decoration: none;
	white-space: normal;
	display: inline-block;
}
#change_location ul li a:hover *,
#change_location ul li a:hover { color: #CF1047; }


#change_location ul li .text:after {
	content: '\e800';
	display: inline;
	font-family: "prg_icons";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 24px;
	padding-left: 5px;
	speak: none;
	text-align: center;
	text-decoration: none !important;
	text-transform: none;
	width: 1em;
}

#change_location ul li .flag {
	margin-right: 10px;
	width: 24px;
}

#change_location ul li .flag,
#change_location ul li .text {
	float: left;
}

#change_location ul li .text {
	line-height: 24px;
	font-weight: 600;
	white-space: nowrap;
	width: calc(100% - 34px);
}

@media screen and (min-width: 500px) {
	#change_location ul li {
		float: left;
		padding-left: 2%;
		width: 50%;
	}
}
@media screen and (min-width: 768px) {
	#change_location ul li {
		float: left;
		padding-left: 4%;
		width: 33%;
	}
	#change_location ul li a {
		font-size: 16px;
	}
}