/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/



/* Body and structure
-------------------------------------------------- */
@font-face {
	font-family: 'Flat-UI-Icons';
	src: url('../fonts/Flat-UI-Icons.eot');
	src: url('../fonts/Flat-UI-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Flat-UI-Icons.woff') format('woff'), url('../fonts/Flat-UI-Icons.ttf') format('truetype'), url('../fonts/Flat-UI-Icons.svg#Flat-UI-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'Flat-UI-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
body {
	position: relative;
}
html, body {
	height:100%
}
#wrap {
	width:100%;
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
}
#contents {
	padding-bottom:221px;
}
.footer {
	position:absolute;
	bottom:0;
}
.background {
	background-repeat:no-repeat!important;
	padding-bottom:492px;
}
/* Code in headings */
h3 code {
	font-size: 14px;
	font-weight: normal;
}
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

.navbar {
	position:relative;
	font-size: 13px;
	z-index:5000;
}
.navbar ul li a.service, .navbar ul li a.ryugaku, .navbar ul li a.work, .navbar ul li a.school, .navbar ul li a.journal, .navbar ul li a.about, .navbar ul li a.blog, .navbar ul li a.canada, .navbar ul li#home_button a {
	font-size:100%;
	color:#000;
	text-decoration:none;
	display:block;
	height:29px;
	padding:11px 0 0 0;
	margin:0 auto;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
.navbar ul li {
	padding-top:0px;
	display:inline-block;
	text-align:center;
	width:126px;
	border-right:#c6c6c6 1px solid;
	float:left;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
.navbar li li {
	clear:both;
	display:inline-block;
}
.navbar li li a.step, .navbar li li a.support, .navbar li li a.price, .navbar li li a.homestay {
	display:inline-block;
	position:relative;
	height:25px;
	background:url(../../../img/nav_02.png);
	margin:0;
	padding:0;
}
.navbar li li a.step {
	width:82px;
	background-position:-6px 0px;
}
.navbar li li a.step:hover {
	background-position:-100px 0px;
}
.navbar li li a.support {
	width:55px;
	background-position:-6px -20px;
}
.navbar li li a.support:hover {
	background-position:-100px -20px;
}
.navbar li li a.price {
	width:32px;
	background-position:-6px -40px;
}
.navbar li li a.price:hover {
	background-position:-100px -40px;
}
.navbar li li a.homestay {
	width:80px;
	background-position:-6px -60px;
}
.navbar li li a.homestay:hover {
	background-position:-100px -60px;
}
/* drop down menu bar */

.navbar li:hover {
	position:relative;
}
.nav #main_nav {
	width:1023px;
	display:block;
	margin:0 auto;
	border-left:#c6c6c6 1px solid;
	height:40px;
}
.nav #main_nav li {
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.nav #main_nav li:hover {
	background:#ececec;
}
.navbar li:hover ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: perspective(900) rotateX(0);
	-moz-transform: perspective(900) rotateX(0);
	-ms-transform: perspective(900) rotateX(0);
	-o-transform: perspective(900) rotateX(0);
	transform: perspective(900) rotateX(0);
}
.navbar ul li ul {
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: perspective(900) rotateX(-80deg);
	-moz-transform: perspective(900) rotateX(-80deg);
	-ms-transform: perspective(900) rotateX(-80deg);
	-o-transform: perspective(900) rotateX(-80deg);
	transform: perspective(900) rotateX(-80deg);
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	position: absolute;
	top: 41px;
	margin:0;
	width: 126px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.29);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.29);
}
.navbar li:hover ul li {
	float:none;
	display:block;
	width:126px;
	border:none;
	/*
	padding:12px 0px;
	*/
	position:relative;
	margin:0 auto;
	background:#fff;
	border-bottom:1px solid #c6c6c6;
	overflow:hidden;
	cursor:pointer;
}
.navbar li:hover ul li a {
	padding:12px 0px;
	display:block;
}
/* Change the docs' brand */
.navbar .brand {
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
	float: right;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}
.navbar .brand:hover {
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .4);
}
/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */
section {
	padding-top: 30px;
}
section > .page-header, section > .lead {
	color: #5a5a5a;
}
section > ul li {
	margin-bottom: 5px;
}
/* Separators (hr) */
.bs-docs-separator {
	margin: 40px 0 39px;
}
/* Faded out hr */
hr.soften {
	height: 1px;
	margin: 70px 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image:    -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image:     -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image:      -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	border: 0;
}
/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
	position: relative;
	text-align: center;
}
.jumbotron h1 {
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
}
.jumbotron p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 30px;
}
/* Link styles (used on .masthead-links as well) */
.jumbotron a {
	color: #fff;
	color: rgba(255, 255, 255, .5);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.jumbotron a:hover {
	color: #fff;
	text-shadow: 0 0 10px rgba(255, 255, 255, .25);
}
/* Download button */
.masthead .btn {
	padding: 19px 24px;
	font-size: 24px;
	font-weight: 200;
	color: #fff; /* redeclare to override the `.jumbotron a` */
	border: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 5px rgba(0, 0, 0, .25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 5px rgba(0, 0, 0, .25);
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.masthead .btn:hover {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 5px rgba(0, 0, 0, .25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 5px rgba(0, 0, 0, .25);
}
.masthead .btn:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
/* Pattern overlay
------------------------- */
.jumbotron .container {
	position: relative;
	z-index: 2;
}
.jumbotron:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#header_right{
	float:right;
	max-width:581px;
	height:120px;
}
#header_picture{
	position:absolute;
	right:0;
	bottom:0
}
#header_right_picture{
	max-height:120px;
}
#header_right_picture:hover{
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	-moz-opacity: 0.60;
	opacity: 0.60;	
}
.people_picture{
	width:55%;
	display:inline-block;
}
.people_profile{
	width:44%;
	display:inline-block;
	bottom:0px;
	position:relative;
}
.profile_place{
	height:100px;
	position:absolute;
}
.profile_place h2{
	font-size:30px;
	font-weight:normal;
	margin:0px;
}
.profile_place h3{
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:17px;
}
.introduction_left, .introduction_right{
	width:45%;
	float:left;
	padding:14px 20px;
}
.introduction_left p, .introduction_right p{
	font-size:14px;
	line-height:1.5em;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1) {
 .jumbotron:after {
 background-size: 150px 150px;
}
}
/* Masthead (docs home)
------------------------- */
.masthead {
}
.masthead h1 {
	font-size: 120px;
	line-height: 1;
	letter-spacing: -2px;
}
.masthead p {
	font-size: 40px;
	font-weight: 200;
	line-height: 1.25;
}
/* Textual links in masthead */
.masthead-links {
	margin: 0;
	list-style: none;
}
.masthead-links li {
	display: inline;
	padding: 0 10px;
	color: rgba(255, 255, 255, .25);
}
/* Social proof buttons from GitHub & Twitter */
.bs-docs-social {
	padding: 15px 0;
	text-align: center;
	background-color: #f5f5f5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
/* Quick links on Home */
.bs-docs-social-buttons {
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.bs-docs-social-buttons li {
	display: inline-block;
	padding: 5px 8px;
	line-height: 1;
 *display: inline;
 *zoom: 1;
}
/* Subhead (other pages)
------------------------- */
.subhead {
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.subhead h1 {
	font-size: 60px;
}
.subhead p {
	margin-bottom: 20px;
}
.subhead .navbar {
	display: none;
}
/* Marketing section of Overview
-------------------------------------------------- */
.marketing {
	text-align: center;
	color: #5a5a5a;
}
.marketing h1 {
	margin: 60px 0 10px;
	font-size: 60px;
	font-weight: 200;
	line-height: 1;
	letter-spacing: -1px;
}
.marketing h2 {
	font-weight: 200;
	margin-bottom: 5px;
}
.marketing p {
	font-size: 12px;
	line-height: 1.5;
}
.marketing .marketing-byline {
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.25;
	color: #999;
}
.marketing-img {
	display: block;
	margin: 0 auto 30px;
}
/* Footer
-------------------------------------------------- */
.footer {
	position:absolute;
	bottom:0;
	width:100%;
	text-align: center;
}
.footer p {
	margin-bottom: 0;
	color: #777;
}
.footer-links {
	margin: 10px 0;
}
.footer-links li {
	display: inline;
	padding: 0 2px;
}
.footer-links li:first-child {
	padding-left: 0;
}
/* Special grid styles
-------------------------------------------------- */
.show-grid {
	margin-top: 10px;
	margin-bottom: 20px;
}
.show-grid [class*="span"] {
	background-color: #eee;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 40px;
	line-height: 40px;
}
.show-grid [class*="span"]:hover {
	background-color: #ddd;
}
.show-grid .show-grid {
	margin-top: 0;
	margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
	margin-top: 5px;
}
.show-grid [class*="span"] [class*="span"] {
	background-color: #ccc;
}
.show-grid [class*="span"] [class*="span"] [class*="span"] {
	background-color: #999;
}
/* Mini layout previews
-------------------------------------------------- */
.mini-layout {
	border: 1px solid #ddd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.mini-layout, .mini-layout .mini-layout-body, .mini-layout.fluid .mini-layout-sidebar {
	height: 300px;
}
.mini-layout {
	margin-bottom: 20px;
	padding: 9px;
}
.mini-layout div {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mini-layout .mini-layout-body {
	background-color: #dceaf4;
	margin: 0 auto;
	width: 70%;
}
.mini-layout.fluid .mini-layout-sidebar, .mini-layout.fluid .mini-layout-header, .mini-layout.fluid .mini-layout-body {
	float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
	background-color: #bbd8e9;
	width: 20%;
}
.mini-layout.fluid .mini-layout-body {
	width: 77.5%;
	margin-left: 2.5%;
}
/* Download page
-------------------------------------------------- */
.download .page-header {
	margin-top: 36px;
}
.page-header .toggle-all {
	margin-top: 5px;
}
/* Space out h3s when following a section */
.download h3 {
	margin-bottom: 5px;
}
.download-builder input + h3, .download-builder .checkbox + h3 {
	margin-top: 9px;
}
/* Fields for variables */
.download-builder input[type=text] {
	margin-bottom: 9px;
	font-family: Menlo, Monaco, "Courier New", monospace;
	font-size: 12px;
	color: #d14;
}
.download-builder input[type=text]:focus {
	background-color: #fff;
}
/* Custom, larger checkbox labels */
.download .checkbox {
	padding: 6px 10px 6px 25px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	background-color: #f9f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.download .checkbox:hover {
	color: #333;
	background-color: #f5f5f5;
}
.download .checkbox small {
	font-size: 12px;
	color: #777;
}
/* Variables section */
#variables label {
	margin-bottom: 0;
}
/* Giant download button */
.download-btn {
	margin: 36px 0 108px;
}
#download p, #download h4 {
	max-width: 50%;
	margin: 0 auto;
	color: #999;
	text-align: center;
}
#download h4 {
	margin-bottom: 0;
}
#download p {
	margin-bottom: 18px;
}
.download-btn .btn {
	display: block;
	width: auto;
	padding: 19px 24px;
	margin-bottom: 27px;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/* Misc
-------------------------------------------------- */

/* Make tables spaced out a bit more */
h2 + table, h3 + table, h4 + table, h2 + .row {
	margin-top: 5px;
}
/* Example sites showcase */
.example-sites {
	xmargin-left: 20px;
}
.example-sites img {
	max-width: 100%;
	margin: 0 auto;
}
.scrollspy-example {
	height: 200px;
	overflow: auto;
	position: relative;
}
/* Fake the :focus state to demo it */
.focused {
	border-color: rgba(82, 168, 236, .8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 8px rgba(82, 168, 236, .6);
	outline: 0;
}
/* For input sizes, make them display block */
.docs-input-sizes select, .docs-input-sizes input[type=text] {
	display: block;
	margin-bottom: 9px;
}
/* Icons
------------------------- */
.the-icons {
	margin-left: 0;
	list-style: none;
}
.the-icons li {
	float: left;
	width: 25%;
	line-height: 25px;
}
.the-icons i:hover {
	background-color: rgba(255, 0, 0, .25);
}
/* Example page
------------------------- */
.bootstrap-examples h4 {
	margin: 10px 0 5px;
}
.bootstrap-examples p {
	font-size: 13px;
	line-height: 18px;
}
.bootstrap-examples .thumbnail {
	margin-bottom: 9px;
	background-color: #fff;
}
/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.bs-docs-example {
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
 *padding-top: 19px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* Echo out a label for the example */
.bs-docs-example:after {
	content: "Example";
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #9da0a4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}
/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
	margin-top: -20px;
	padding-top: 15px;
}
/* Tweak examples
------------------------- */
.bs-docs-example > p:last-child {
	margin-bottom: 0;
}
.bs-docs-example .table, .bs-docs-example .progress, .bs-docs-example .well, .bs-docs-example .alert, .bs-docs-example .hero-unit, .bs-docs-example .pagination, .bs-docs-example .navbar, .bs-docs-example > .nav, .bs-docs-example blockquote {
	margin-bottom: 5px;
}
.bs-docs-example .pagination {
	margin-top: 0;
}
.bs-navbar-top-example, .bs-navbar-bottom-example {
	z-index: 1;
	padding: 0;
	height: 90px;
	overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom {
	margin-left: 0;
	margin-right: 0;
}
.bs-navbar-top-example {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.bs-navbar-top-example:after {
	top: auto;
	bottom: -1px;
	-webkit-border-radius: 0 4px 0 4px;
	-moz-border-radius: 0 4px 0 4px;
	border-radius: 0 4px 0 4px;
}
.bs-navbar-bottom-example {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.bs-navbar-bottom-example .navbar {
	margin-bottom: 0;
}
form.bs-docs-example {
	padding-bottom: 19px;
}
/* Images */
.bs-docs-example-images img {
	margin: 10px;
	display: inline-block;
}
/* Tooltips */
.bs-docs-tooltip-examples {
	text-align: center;
	margin: 0 0 10px;
	list-style: none;
}
.bs-docs-tooltip-examples li {
	display: inline;
	padding: 0 10px;
}
/* Popovers */
.bs-docs-example-popover {
	padding-bottom: 24px;
	background-color: #f9f9f9;
}
.bs-docs-example-popover .popover {
	position: relative;
	display: block;
	float: left;
	width: 260px;
	margin: 20px;
}
/* Dropdowns */
.bs-docs-example-submenus {
	min-height: 180px;
}
.bs-docs-example-submenus > .pull-left + .pull-left {
	margin-left: 20px;
}
.bs-docs-example-submenus .dropup > .dropdown-menu, .bs-docs-example-submenus .dropdown > .dropdown-menu {
	display: block;
	position: static;
	margin-bottom: 5px;
 *width: 180px;
}
/* Responsive docs
-------------------------------------------------- */

/* Utility classes table
------------------------- */
.responsive-utilities th small {
	display: block;
	font-weight: normal;
	color: #999;
}
.responsive-utilities tbody th {
	font-weight: normal;
}
.responsive-utilities td {
	text-align: center;
}
.responsive-utilities td.is-visible {
	color: #468847;
	background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
	color: #ccc;
	background-color: #f9f9f9 !important;
}
/* Responsive tests
------------------------- */
.responsive-utilities-test {
	margin-top: 5px;
	margin-left: 0;
	list-style: none;
	overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
	position: relative;
	float: left;
	width: 25%;
	height: 43px;
	font-size: 14px;
	font-weight: bold;
	line-height: 43px;
	color: #999;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.responsive-utilities-test li + li {
	margin-left: 10px;
}
.responsive-utilities-test span {
	position: absolute;
	top:    -1px;
	left:   -1px;
	right:  -1px;
	bottom: -1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.responsive-utilities-test span {
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
}
/* Sidenav for Docs
-------------------------------------------------- */
.bs-docs-sidenav {
	width: 216wpx;/*
	margin: 30px 0 0;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	*/
}
.bs-docs-sidenav > li > a {
	display: block;
	width: 190px \9;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
	background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
	opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
	background-image: url(../img/glyphicons-halflings-white.png);
	opacity: 1;
}
.bs-docs-sidenav.affix {
	top: 56px;
	margin-left:3px;
}
.bs-docs-sidenav.affix-bottom {
	position: absolute;
	top: auto;
	margin-left:3px;
	bottom: 692px;
}
#header_nav{
	background-color:#f8f8f8;
	height:40px;
	border-top:#c6c6c6 1px solid;
	border-bottom:#c6c6c6 1px solid;
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2), inset 0 0 1px 1px white;
	-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.2), inset 0 0 1px 1px white;
	-ms-box-shadow:0 0 10px 0 rgba(0,0,0,0.2), inset 0 0 1px 1px white;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2), inset 0 0 1px 1px white;
}
#bottom_bar_mobile{
	width:100%;
	background-color:#f8f8f8;
	border-top:#c6c6c6 1px solid;
	border-bottom:#c6c6c6 1px solid;
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2), inset 0 0 1px 1px white;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2), inset 0 0 1px 1px white;
	z-index:3333;
	position:relative;
}
#pankuzu{
	margin:0 0 0px 25px;
}
#easy_inquiry{
	padding-left:0px;
}
#easy_inquiry div input{
}
.footer_contact{
	margin-top:15px;
	margin-bottom:30px;
}
.footer_contact a img{
	position:relative;
	display:block;
	margin:0 auto;
}
.school_logos a img{
	margin:0;
	display:block;
	position:relative;
}
.staff_name{
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
}
.staff_name_eng{
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	margin-bottom:15px;
}
#mobile_pankuzu{
	width:100%;
	background-color:#f8f8f8;
	border-top:#c6c6c6 1px solid;
	border-bottom:#c6c6c6 1px solid;
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2), inset 0 0 1px 1px white;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2), inset 0 0 1px 1px white;z-index:3333;
	position:relative;
	display:none;
}
.inquiry_form{
	font-size:16px;
	text-align:center;
	margin-top:20px;
}
.inquiry_form div ul{
	position:relative;
	margin:0;
	padding:0;
}
.inquiry_form div li{
	display:inline-block;
	margin:10px 3px 3px 0px;
}
.inquiry_form div li:first-child{
	margin-left:0px;
}
.inquiry_form div li:last-child{
	margin-right:0px;
}
.thumbnail_position{
	float:left;
	margin-right:20px;
}
.blog_thumbnails_adjustment{
	font-size:16px;
	line-height:27px;
}
#other_city{
	width:130px;
	margin-left:10px;
	margin-top:3px;
}
#right_content {
	border:1px solid #dadada;
	border-bottom:1px solid #ffffff;
	margin-left:0px;
	border-top:none;
	padding-bottom:80px;
	padding-left:20px;
	padding-right:20px;
}
.breadhouse{
	display:block;
	float:left;
	background:white;
}
.breadarrow, .breadarrow_first{
	height:30px!important;
	margin-left:12px;
}
.breadarrow_first{
	margin-left:0px;
	float:left;
}
/* Responsive
-------------------------------------------------- */
/* Desktop large
------------------------- */
@media (min-width: 1200px) {
	.bs-docs-container {
		max-width: 970px;
	}
	.bs-docs-sidenav {
		width:252px;
	}
	.bs-docs-sidenav > li > a {
		width: 230px \9; /* Override the previous IE8-9 hack */
	}
}
/* Desktop
------------------------- */
@media (max-width: 980px) {
/* Unfloat brand */
	body > .navbar-fixed-top .brand {
		float: left;
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
/* Inline-block quick links for more spacing */
	.quick-links li {
		display: inline-block;
		margin: 5px;
	}
/* When affixed, space properly */
	.bs-docs-sidenav {
		top: 0;
		width: 218px;
		margin-top: 30px;
		margin-right: 0;
	}
}
/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
/* Remove any padding from the body */
	body {
		padding-top: 0;
	}
/* Widen masthead and social buttons to fill body padding */
	.jumbotron {
		margin-top: 0px; /* Offset bottom margin on .navbar */
	}
/* Adjust sidenav width */
	.bs-docs-sidenav {
		width: 166px;
		margin-top: 20px;
	}
	.bs-docs-sidenav.affix {
		top: 0;
	}
	.embed-container {
		height:270px!important;
	}
	.top_address{
		width:100%!important;	
		margin-bottom:40px!important;
	}
	#top_middle_contact{
		width:100%!important;	
	}
	#event_container{
		margin-left:77px!important;	
	}
	#event_br{
		display:block!important;	
	}
	#blog_iframe{
		height:830px!important;
	}
}
/* Tablet
------------------------- */
@media (max-width: 767px) {
/* Remove any padding from the body */
	body{
		padding-top: 0;
	}
	.mobile {
		display:block!important;
	}
	.school_url {
		font-size:12px;
	}
	.pc {
		display:none!important;
	}
	.els_pc {
		display:none;
	}
	.els_mobile {
		display:table!important;
	}
	.embed-container {
		height:445px!important;
	}
	body .navbar {
		margin-right:-20px;
		margin-left:-20px;
	}
	.school_logos {
		float:left!important;
		width:20%!important;
	}
/* Widen masthead and social buttons to fill body padding */
	.jumbotron {
		margin-top:   0px; /* Offset bottom margin on .navbar */
		margin-right: -20px;
		margin-left:  -20px;
	}
	.masthead h1 {
		font-size: 90px;
	}
	.masthead p, .masthead .btn {
		font-size: 24px;
	}
	.marketing .span4 {
		margin-bottom: 40px;
	}
	.bs-docs-social {
		margin: 0 -20px;
	}
/* Space out the show-grid examples */
	.show-grid [class*="span"] {
		margin-bottom: 5px;
	}
/* Sidenav */
	.bs-docs-sidenav {
		width: auto;
		margin-bottom: 20px;
	}
	.bs-docs-sidenav.affix {
		position: static;
		width: auto;
		top: 0;
	}
/* Unfloat the back to top link in footer */
	.footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		background-color:#f5f5f5;
	}
	.footer p {
		margin-bottom: 9px;
	}
	body > .navbar ul li {
		width:100%;
	}
	.top_address{
		width:100%!important;	
	}
	.top_address .span3{
		margin-top:20px;
		margin-bottom:20px;
	}
	.school_logo{
		float:none!important;
		display:block!important;
		margin:0 auto!important;
	}
	.school_text{
		width:100%!important;	
		margin:0!important;
		padding:15px 0px!important;
		text-align:center!important;
	
	}
	.left_border{
		border-left:1px solid #dadada;
		border-right:1px solid #dadada;	
	}
	#event_container{
		width:100%!important;
		margin-left:0px!important;	
	}
	#submit_button{
		width:100%!important;	
	}
	.doc_name{
		margin-left:0px!important;
		margin-top:10px;	
	}
	.contact_other{
		margin-left:0px!important;	
		margin-top:10px;
	}
	#event_container_footer{
		width:245px!important;
	}
	#blog_title{
		padding-top:30px!important;
		font-size:22px!important;
		padding-left:5px!important;
	}
	#blog_title #blog_subtitle{
		font-size:15px!important;
	}
	#blog_iframe{
		height:1550px!important;
	}
	#first_logo{
		margin-left:32px;
	}
	#bottom_bar_mobile{
		padding-right:20px;
		padding-left:20px;
		margin-left:-20px;
		margin-right:-20px;
	}
	#school_row{
		padding-bottom: 26px;
		padding-top: 12px;
	}
	.background {
		padding-bottom:765px!important;
	}
	.mobile_container{
		margin-left:-20px;
		margin-right:-20px;
	}
	.navbar ul li {
		height:40px;
	}
	#right_content{
		border:none;
		padding-right:0px;
		padding-left:0px;
	}
	
}
/* Landscape phones
------------------------- */
@media (max-width: 480px) {
/* Remove padding above jumbotron */
	body {
		padding-top: 0;
	}
	.embed-container {
		height:270px!important;
	}
/* Change up some type stuff */
	h2 small {
		display: block;
	}
	#home_button {
		display:block!important;
	}
/* Downsize the jumbotrons */
	.jumbotron h1 {
		font-size: 45px;
	}
	.jumbotron p, .jumbotron .btn {
		font-size: 18px;
	}
	.jumbotron .btn {
		display: block;
		margin: 0 auto;
	}
/* center align subhead text like the masthead */
	.subhead h1, .subhead p {
		text-align: center;
	}
/* Marketing on home */
	.marketing h1 {
		font-size: 30px;
	}
	.marketing-byline {
		font-size: 18px;
	}
/* center example sites */
	.example-sites {
		margin-left: 0;
	}
	.example-sites > li {
		float: none;
		display: block;
		max-width: 280px;
		margin: 0 auto 18px;
		text-align: center;
	}
	.example-sites .thumbnail > img {
		max-width: 270px;
	}
/* Do our best to make tables work in narrow viewports */
	table code {
		white-space: normal;
		word-wrap: break-word;
		word-break: break-all;
	}
/* Examples: dropdowns */
	.bs-docs-example-submenus > .pull-left {
		float: none;
		clear: both;
	}
	.bs-docs-example-submenus > .pull-left, .bs-docs-example-submenus > .pull-left + .pull-left {
		margin-left: 0;
	}
	.bs-docs-example-submenus p {
		margin-bottom: 0;
	}
	.bs-docs-example-submenus .dropup > .dropdown-menu, .bs-docs-example-submenus .dropdown > .dropdown-menu {
		margin-bottom: 10px;
		float: none;
		max-width: 180px;
	}
/* Examples: modal */
	.modal-example .modal {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}
/* Tighten up footer */
	.footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.background {
		padding-bottom:905px!important;
	}
}
/* 画像置換 */
/* hide text */
#hide_text, .hide_text {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
/* school */
.school_logo {
	position:relative;
	float:left;
	text-align: center;
	height:120px;
	width:120px;
}
.school_text {
	position:relative;
	float:left;
	width:50%;
	margin-left:15px;
}
.school_text a span#title {
	font-size:21px;
	color:#5a5a5a;
}
.school_text a span.title {
	font-size:21px;
	color:#5a5a5a;
}
.school_text a:hover {
	text-decoration:none;
}
.school_text p span#sentence {
	font-size:12px;
}
.school_text p.sentence {
	font-size:12px;
}
.school_space {
	padding-top:50px;
}
.hero-unit-school {
	padding:0px;
	padding-left:60px;
	background:none;
	margin-bottom:0px;
}
.hero-unit-school .space_height {
	height:150px;
}
.hero-unit-school .space_height div {
	float:left;
}
.hero-unit-school .space_height .title {
	margin-top:47px;
	margin-left:15px;
}
.hero-unit-school .space_height .title h1 {
	font-size:36px;
}
.contact_box {
	padding-left:7px;
	padding-bottom:10px;
}
.contact_box p {
	line-height:10px;
}
@media (max-width: 480px) {
/* 付け足したCSS (多分) */
	.wp_rp_excerpt{
	 width:122px!important;
	}
	.blog_thumbnails_adjustment{
	 float:left;
	}
	.contact_box p#address {
		line-height:18px;
	}
	.hero-unit-school {
		padding:0px;
	}
	.hero-unit-school .space_height .title h1 {
		font-size:17px;
	}
	body > .navbar ul li {
		width:100%;
	}
}
@media (max-width: 767px){
	#header_right{
		float:none;
		position:relative;
	}
	#header_picture{
		position:relative;
		
	}
	#header_picture{
		position:relative;
	}
	#header_picture a img{
		display:block;
		margin:0 auto;
	}
}
.hero-unit-school-summary {
	padding:20px;
	border-style:solid;
	border-color:gray;
	background:white;
}
.hero-unit-school-summary h3 {
	color:#213144;
}
.hero-unit-school-summary p {
	font-size:12px;
	line-height:28px;
}
.clear {
	clear:both;
}
.company tbody tr td {
	font-size:12px;
	line-height:11px;
}
#sentense_blank {
	padding-left:23px;
	padding-right:23px;
	line-height:1.5;
	font-size:12px;
}
.sentense_blank {
	padding-left:23px;
	padding-right:23px;
	line-height:1.5;
	font-size:12px;
}
table .color {
	background:#f9f9f9;
}
table td.center {
	text-align:center!important;
	vertical-align:middle!important;
}
.digital_box {
	font-size:12px;
	color:white;
	border-bottom:3px solid;
	border-color:#143516;
	box-shadow:none;
	padding-top:5px!important;
	padding-bottom:0px!important;
}
.fui-arrow-right, .fui-arrow-left, .fui-cmd, .fui-check-inverted, .fui-heart, .fui-location, .fui-plus, .fui-check, .fui-cross, .fui-list, .fui-new, .fui-video, .fui-photo, .fui-volume, .fui-time, .fui-eye, .fui-chat, .fui-search, .fui-user, .fui-mail, .fui-lock, .fui-gear, .fui-radio-unchecked, .fui-radio-checked, .fui-checkbox-unchecked, .fui-checkbox-checked, .fui-calendar-solid, .fui-pause, .fui-play, .fui-check-inverted-2 {
	display: inline-block;
	font-family: 'Flat-UI-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.fui-arrow-right:before {
	content: "\e02c";
}
.fui-arrow-left:before {
	content: "\e02d";
}
.fui-cmd:before {
	content: "\e02f";
}
.fui-check-inverted:before {
	content: "\e006";
}
.fui-heart:before {
	content: "\e007";
}
.fui-location:before {
	content: "\e008";
}
.fui-plus:before {
	content: "\e009";
}
.fui-check:before {
	content: "\e00a";
}
.fui-cross:before {
	content: "\e00b";
}
.fui-list:before {
	content: "\e00c";
}
.fui-new:before {
	content: "\e00d";
}
.fui-video:before {
	content: "\e00e";
}
.fui-photo:before {
	content: "\e00f";
}
.fui-volume:before {
	content: "\e010";
}
.fui-time:before {
	content: "\e011";
}
.fui-eye:before {
	content: "\e012";
}
.fui-chat:before {
	content: "\e013";
}
.fui-search:before {
	content: "\e01c";
}
.fui-user:before {
	content: "\e01d";
}
.fui-mail:before {
	content: "\e01e";
}
.fui-lock:before {
	content: "\e01f";
}
.fui-gear:before {
	content: "\e024";
}
.fui-radio-unchecked:before {
	content: "\e02b";
}
.fui-radio-checked:before {
	content: "\e032";
}
.fui-checkbox-unchecked:before {
	content: "\e033";
}
.fui-checkbox-checked:before {
	content: "\e034";
}
.fui-calendar-solid:before {
	content: "\e022";
}
.fui-pause:before {
	content: "\e03b";
}
.fui-play:before {
	content: "\e03c";
}
.fui-check-inverted-2:before {
	content: "\e000";
}
#carousel1, #carousel2 {
	max-width:1200px;
	height:300px;
	display:block;
	position:relative;
	margin:0 auto;
	background:url(../../../img/sample/sample.jpg);
	background-size:cover;
	left:50%;
	margin-left:-600px;
}
#carousel2 {
	background:url(../../../img/top_picture/t_b.jpg);
}
#carousel2 ul#top_picture2 {
	position:absolute;
	margin:0;
	padding:0;
	height:40px;
	right:133px;
	bottom:0px;
}
#carousel2 ul#top_picture2 li {
	display:block;
	float:left;
	width:135px;
	background:black;
	opacity:0.5;
}
#top_picture #school_list, #top_picture #school_list, #top_picture #school_list {
	display:block;
	height:40px;
}
li.sns {
	float:right;
	display:block;
}
.face_to {
	width:100px;
	height:30px;
	display:block;
	background:url(../../../img/index/f_toronto1.png);
}
.face_to:hover {
	opacity:0.7;
}
.face_van {
	width:121px;
	height:30px;
	margin-right:8px;
	display:block;
	background:url(../../../img/index/f_van1.png);
}
.face_van:hover {
	opacity:0.7;
}
.blog_link {
	width:80px;
	height:30px;
	position:relative;
	display:block;
	background:url(../../../img/index/ew_blog.png);
	margin-right:8px;
}
.blog_link:hover {
	opacity:0.7;
}
#pan {
	display:block;
	float:left;
	background:white;
	text-align:center;
	padding:5px;
}
.school_logo_normal {
	min-height:150px;
}
.school_logo_normal img {
	display:block;
	margin:0 auto;
}
.school_logo_normal h1 {
	margin-top:50px;
}
.school_logo_normal h1 span {
	font-size:16px;
	position:relative;
	top:-8px;
}
.switch, .switch_normal {
	float:right;
	margin:10px 0px;
	margin-right:3%;
	width:256px;
	height:30px;
	display:block;
	background:url(../../../img/rader_bar.png)no-repeat;
	position:relative;
}
.switch_normal {
	background:url(../../../img/button_nomal.png)no-repeat;
}
.switch:hover, .switch_normal:hover {
	background-position-y:-28px;
}
#header_picture map area:hover {
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#left_picture img:hover {
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#next_prev_button:hover {
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	-moz-opacity: 0.90;
	opacity: 0.90;
}
.next_prev_button:hover {
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	-moz-opacity: 0.90;
	opacity: 0.90;
}
h3.logo {
	margin:0;
	display:block;
	position:relative;
	font-size:12px;
	line-height:2;
}
#school_contact {
	margin-left:0px;
	padding-bottom:30px;
}
#school_contact:hover {
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.switch1, .switch2 {
	position:relative;
	display:block;
	background:url(../../../img/mode_1.png);
	width:277px;
	height:30px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	cursor:pointer;
	display:block;
	float:right;
}
.switch2 {
	background:url(../../../img/mode_2.png);
}
.switch2:hover {
	background:url(../../../img/mode_1.png);
}
.page_link li {
	display:inline-block;
	padding:0 6px;
}
.menu_list {
	height:40px;
}
.menu_list li {
	display:inline-block;
	padding:0 8px;
	margin-top:15px;
}
#box1 {
	z-index:0;
	position:relative;
}
#box2 {
	margin:0;
	position:relative;
}
#box2 #box2a {
	position:relative;
	width:63%;
	height:69%;
	top:18%;
	left:4%;
}
#box3 {
	margin:0px;
	position:relative;
	z-index:1;
}
#box3 #box3a {
	position:relative;
	width:22%;
	height:15%;
	top:74%;
	left:69%;
	overflow:hidden;
	z-index:123;
}
#box3 #box3b {
	position:relative;
	width:96%;
	height:99%;
	top:14%;
	left:4%;
	overflow:hidden;
}
#box3 #time_box1, #box3 #time_box2 {
	position:relative;
	width:9%;
	height:3%;
	top:-41%;
	left:-1%;
	overlow:hidden;
	-ms-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	margin-left:-3px;
	font-family:'Pathway Gothic One', sans-serif;
	letter-spacing:1px;
}
#box3 #time_box2 {
	top:-84%;
}
/* homestay.php */
.homestay_feature {
	margin-top:10px;
	font-size:20px;
}
.homestay_feature p{
	font-size:12px;
	margin-top:10px;
	max-width:505px;
}
.contact_other {
	float:none!important;
	margin:0 8px!;
}
.em_address {
	margin-top:17px;
}
.btn-info:hover {
	background:#5bc0de;
}
.digital_list ul li a, .digital_list li a {
	color:white;
}
.digital_list ul li a:hover, .digital_list li a:hover {
	color:black
}
.btn_top {
	padding:20px 0;
	font-size:18px;
	cursor:pointer;
	width:130px;
	float:right;
}
.btn_top:hover {
	color:#BBB;
}
p.spot {
	font-size:14px;
	line-height:2;
	padding:10px;
}
.spot_image {
	width:200px;
	min-height:150px;
	float:left;
	position:relative;
}
.spot_image img {
	margin-bottom:10px;
}
.spot_description {
	float:left;
	max-width:568px;
	position:relative;
}
.els_course tr td {
	width:inherit;
}
els th, .els td {
	width:12.5%;
	text-align:center;
	vertical-align:middle;
}
h4 span.years {
	font-size:14px;
	font-weight:normal;
}
.notes {
	margin-top:-15px;
	margin-bottom:15px;
	margin-left:5px;
}
.break_background {
	background:#eee;
}
iframe.noborder {
	border: none;
	overflow-x:hidden;
	overflow-y:hidden;
	height:258px;
	background-color: transparent;
}
.kompass_container {
	padding-bottom:30px;
}
.mycic_form img {
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
}
.nav .selected {
	background:#eee;
}
.top_address {
	padding-top:35px;
	width:870px;
	margin:0 auto;
}
.mobile {
	display:none;
}
.pc {
	display:block;
	font-size:8px;
	float:right;
	width:140px
}
.els_mobile {
	display:none;
}
#event_container{
	width:430px;
	margin-left:160px;	
	font-size:16px;
	font-weight:bold;
	line-height:25px;
}
#event_container_footer{
	width:430px;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	margin:0 auto;
	padding-bottom:20px;
}
#event_br{
	display:none;	
}
#present_campaign{
	font-size:16px;	
	padding-bottom:20px;
	display:block;
}
#blog_iframe{
	width:100%;
	height:730px;
}
#blog_title{
	padding-top:60px;
	padding-bottom:10px;
	font-size:38px;
	border-bottom:1px solid #dadada;
	max-width:830px;
	margin:0 auto;
}
#blog_title #blog_subtitle{
	font-size:24px;
	font-weight:normal;
}
#background_bottom{
	background:url(../../../img/background_bottom.png) repeat;
}
.facebook_container{
	margin-top:21px;	
}
.map_border{
	border:none;
	overflow:hidden;
	margin:0;
}
.slide_image, .slide_description{
	max-width:482px;
}
.staff_roll{
	background:#f8f8f8;
}
.slide_description{
	margin:0px;
	margin-right:30px;	
}
.slide_description h2{
	font-size:20px;
	margin:0px;
	text-align:left;
	margin:20px 0px;
	font-weight:normal;
}
.slide_description p{
	font-size:14px;
	text-align:left;
	line-height:1.7;
}
