@charset "UTF-8";
 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
#territory-contents {
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.ru{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}
/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/*回り込み排除クラス*/

.clear{clear:both}
.hidden{float:none;}

#territory-contents #wrapper { width: 100%;}
	
#territory-contents img {
	vertical-align: bottom;
	border: none;
}

/*　フォントサイズ　*/
#territory-contents { font-size:75%; }
#territory-contents h1 { font-size: 2.4em; } /* =24px */
#territory-contents p  { font-size: 1.6em; } /* =16px */
#territory-contents li { font-size: 1.6em; } /* =16px */
#territory-contents table  { font-size: 1.6em; } /* =16px */

#territory-contents #maincol div li p { 
font-size: 1em; }/* =16px */

#territory-contents #maincol li> div h3 { 
font-size: 1em; }/* =16px */

#territory-contents #maincol li>ul li { 
font-size: 1em; }/* =16px */

#territory-contents #leftcol li { font-size: 1.8em; } /* =18px */
#territory-contents #leftcol li>ul li { 
font-size: 1em; }/* =16px */
#territory-contents #leftcol p { font-size: 1.6em; } /* =16px */

#territory-contents #rightcol li { font-size: 1.4em; } /* =12px */

#territory-contents {
	line-height: 1;}
	
#territory-contents p {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

#territory-contents .centeralign {
	margin: 20px 0;
	text-align: center;
}
	
#territory-contents ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#territory-contents h2 {
	font-size: 1.8em;
	margin: 0;
	border: none;
}

#territory-contents h3,
#territory-contents h4,
#territory-contents h5,
#territory-contents h6 {
	font-size: 1.6em;
	margin: 0;
}

#territory-contents h1 {
	text-align: left;
}

#territory-contents a {
	color: #000;
	text-decoration: none;
}
	#territory-contents a:hover {
		background: none;
	}
	
/*　language　*/
#territory-contents .language {
	float: right;
}

#territory-contents .language a:hover {
	background-color:#595959;
color:#fff;
}

#territory-contents .language ul li {
	float: left;
	font-size: 1.3em;
	padding: 6px;
	margin: 0 0 30px 0;
	border-left: 1px solid #666;
}
	.language ul li.last {
	border-right: 1px solid #666;
	}
	
	#territory-contents .language span:lang(ru){
background-color:#595959;
color:#fff;
}

#territory-contents div.title.clear a{
display:block;
height:43px;
}

#territory-contents div.title.clear h1 a:hover img {
  opacity:0.54;
  filter: alpha(opacity=54);
  -ms-filter: "alpha( opacity=54)";
  background: #fff;
 }