@charset "UTF-8";

@import url("fonts.css");

/* Base */

html {
	margin: 0;
	padding: 0;
	font-size: 100%; 
}

body { 
	padding: 0px 0px 30px;
	min-width: 980px;
}

p {
	line-height: 160%;
}

img {
	border: 0;
	outline: none;
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle;
}
 
/* Correct overflow not hidden in IE9 */

figure { 
	margin: 0; 
}

a, a:focus, a:hover, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}

a {
	color: #0f79df;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

a:hover {
	color: #b52f00;
	text-decoration: underline;
}


/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

::selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}


/* Typography == */

address {
	font-weight: normal;
	font-style: normal;
}

hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #e1e3e6; 
	margin: 20px 0; 
	padding: 0;
}

.lt-ie8 hr { 
	margin: 13px 0; 
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* Lists */

ul, ol { 
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none; 
}

dd { 
	margin: 0; 
}


/* Contain floats:Clearfix */

/* For modern browsers */
.cf:before, .cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/* === primary styles / Author:IMUCO === */

/*　Breadcrumbs */
.rcrumbs {
  font-size: 85%;
  white-space: nowrap;
  padding: 5px 10px 3px;
	background-color: #f8f8f8;
	border: 1px solid #ebeced;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 60px;
	margin-right: auto;
	width: 940px;
	margin-left: auto;
}

.rcrumbs > ul {
  padding: 0;
  list-style: none;
}

.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
}

.rcrumbs > ul > li.show {
  display: inline-block;
}

.lt-ie8 .rcrumbs > ul > li.show {
  display: inline;
  zoom: 1;
}

.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.rcrumbs a {
  color: #83878b;
  text-decoration: none;
}

.rcrumbs a:hover {
  color: #cd5900;
}

.rcrumbs .divider {
  color: #bfc4c5;
  padding: 0 5px;
}


/* Scroll Navi Part */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom: 40px;
	right:10px;
	overflow:hidden;
	width: 32px;
	height: 32px;
	border:none;
	text-indent:100%;
	background: url(../images/totop.png) no-repeat 0 0;
}

#toTopHover {
	background: url(../images/totop.png) 0 -32px no-repeat;
	width: 32px;
	height: 32px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}


/* Fade Transition */

.fade-efct a {
   opacity: 0;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   -webkit-transition: opacity 0.25s ease-in-out;
   -moz-transition: opacity 0.25s ease-in-out;
   -o-transition: opacity 0.25s ease-in-out;
   -ms-transition: opacity 0.25s ease-in-out;
   transition: opacity 0.25s ease-in-out;
}

.fade-efct a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}



body {
	background-color: #f2f4f7;
}

/* Header Part */

#global {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#global .wrap {
	width: 960px;
	min-height: 85px;
	margin: 0 auto;
	padding: 0 10px;
}

#global .head {
	height: 100%;
}

#global .head h1 {
	width: 363px; 
	max-height: 60px;
	margin: 0;
	padding: 0;
	float: left;
}

#global .head h1 a {
	width: 363px;
	height: 0;
	margin: 25px 0 0;
	padding: 60px 0 0;
	display: block;
	overflow: hidden;
	background: url(../images/header_logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
}

/* Header Global Navigation Part */

#global .head .sub {
	max-width: 580px;
	height: 85px;
	text-align: right;
	float: right;
}

#global .head .sub ul {
	width: 100%;
	float: right;
}

#global .head .sub ul li {
	float: left;
	margin-top: 62px;
	padding: 2px 20px 0;
	border-right: 1px solid #c8cacc;
}

#global .head .sub ul li:first-child {
	padding-left: 0;
}

#global .head .sub ul li:last-child {
	padding-right: 0;
	border-right: 1px none #c8cacc;
}

#global .head .sub .home a {
	color: #797b80;
	text-decoration: none;
	margin: 0;
	/* background: url(../images/header_icon_home.png) 0 0 no-repeat; */
	/* padding: 0 0 0 20px; */
	padding: 0;
	display: block;
}

#global .head .sub .corpo a {
	color: #797b80;
	text-decoration: none;
	margin: 0;
	/* background: url(../images/header_icon_official.png) 0 0 no-repeat; */
	/* padding: 0 0 0 16px; */
	padding: 0 ;
	display: block;
}

#global .head .sub .contact a {
	color: #797b80;
	text-decoration: none;
	margin: 0;
	/* padding: 0 0 0 18px; */
	padding: 0 ;
	/* background: url(../images/header_icon_contact.png) 0 0 no-repeat; */
	display: block;
}

#global .head .sub .home a:hover, #global .head .sub .corpo a:hover, #global .head .sub .contact a:hover {
	color: #434447;
	text-decoration: none;
	background-position: 0 -64px;
}

.lt-ie8 #global .head .sub .home a, .lt-ie8 #global .head .sub .corpo a, .lt-ie8 #global .head .sub .contact a {
	position: relative;
	top: 0;
}

/* //== Global Navigation Part ==// */
#globalnav {
	width: 100%;
	padding-top: 25px;
	background-color: #fff;
}

/* //== Main Contents Part ==// */

#maincontainer {
	width: 100%;
	margin: 0;
	padding-bottom: 60px;
	background-color: #fff;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

.padtop20 {
	padding-top: 20px;
}

.padtop30 {
	padding-top: 30px;
}


/* //== Footer Part ==// */

footer {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

footer a {
	color: #616366;
	text-shadow: 0 1px #fff;
	text-decoration: none;
	webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

footer a:hover {
	color: #cd3100;
	text-decoration: none;
}

footer .navi_first {
	background-color: #e51f1f;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

footer .infobelt {
	text-align: center;
	width: 100%;
	height: 100%;
}

footer .infobelt h3 {
	margin: 0 40px 0 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
}

footer .infobelt h3 a {
	background: url(../images/footer_logo.png) 0 0 no-repeat;
	width: 105px;
	height: 0;
	margin: 0;
	padding-top: 39px;
	display: block;
	overflow: hidden;
}

footer .infobelt p {
	display: inline-block;
	padding: 0;
	color: #fff;
	text-align: left;
	margin: 0;
	font-size: 93%;
	text-shadow: 0 1px 1px rgba(158, 28, 28, 0.5);
}

/* for ie7 */
.lt-ie8 footer .infobelt h3 {
	display: inline;  
	zoom: 1;
	font-size: 0;
	line-height: normal;
}

.lt-ie8 footer .infobelt p {
	display: inline;  
	zoom: 1;
	margin-left: 0;
}
/* End for ie7 */


footer .navi_second {
	margin-top: 2em;
}

footer .navi_second .navclumn {
	text-align: center;
}

footer .navi_second h4 {
	padding: 0;
	margin: 0 0 .7em;
}

footer .navi_second .navclumn ul {
	margin: 0;
	padding: 0;
	display: block;
	/* vertical-align: bottom; */
}

.lt-ie8 footer .navi_second .navclumn ul {
	display: inline;
}

footer .navi_second .navclumn ul li {
	list-style-type: none;
	color: #808285;
	text-shadow: 0 1px 2px #fff;
	white-space: nowrap;
	margin-bottom: .5em;
	display: inline;
}

footer .navi_second .navclumn ul.first {
	font-size: 100%;
	margin-bottom: 1.5em;
}

footer .navi_second .navclumn ul.first li + li {
	margin-left: 1.7em;
}

footer .navi_second .navclumn ul.first li span {
	color: #e51f1f;
	padding-right: .1em;
}

footer .navi_second .navclumn ul.second {
	font-size: 93%;
}

footer .copyright { 
	color: #7c7f84;
	font: 85% 'Lucida Grande', Arial, sans-serif;
	margin: 0;
	padding: 1em 0 0;
	text-shadow: 0 1px 2px #fff;
	text-align: center;
}


/* print styles == */

@media print {
* { 
	background: transparent !important; 
	color: black !important; 
	box-shadow: none !important; 
	text-shadow: none !important; 
	filter:none !important; 
	-ms-filter: none !important; 
} /* Black prints faster */

a, a:visited { 
	text-decoration: underline; 
}

a[href]:after { 
	content: " (" attr(href) ")"; 
}

abbr[title]:after { 
	content: " (" attr(title) ")"; 
}

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { 
	content: ""; 
}  /* Don't show links for images, or javascript/internal links */

pre, blockquote { 
	border: 1px solid #999; 
	page-break-inside: avoid; 
}

thead { 
	display: table-header-group; 
}

tr, img { 
	page-break-inside: avoid; 
}

img { 
	max-width: 100% !important; 
}

@page { margin: 0.5cm; }

p, h2, h3 { 
	orphans: 3; 
	widows: 3; 
}
h2, h3 { 
	page-break-after: avoid; 
}
}