/*Webフォント*/

@font-face {
	font-family: "はんなり明朝", hannari , Hannari;
	src: url(../fonts/hannari.eot) format('embedded-opentype'),
       　url(../fonts/Hannari.otf) format('opentype');
}

/* リンク半透明 */
a:hover img {
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;
	-moz-opacity:0.7; 
}

a img {
	-webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
	-webkit-transition: 0.5s ease-in-out;  
    -moz-transition: 0.5s ease-in-out;  
    -o-transition: 0.5s ease-in-out;  
    transition: 0.5s ease-in-out; 
}

/* コンテナ */

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

@media (max-width: 767px) {
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}

@media (min-width: 768px) {
.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}
}
	
/* ヘッダー */

@media (max-width: 767px) {
header {
	background-color: #1F2138;
	margin: 0px !important;
	padding: 0px !important;
}

.pc_h {
	display:none;
}

.smp_menu {
	color: #FFF;
	background-color: #1F2138;
	padding-top: 10px;
	padding-bottom: 10px;
}

}

@media (min-width: 1200px) {
header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #1e2138;
	background-color: #FFF;
	margin-bottom: 0px;
	height: 100px;
	padding-top: 30px;
	text-align: right;
}

header.chn {
	background-image: url(../img/header_chn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #1e2138;
	background-color: #FFF;
	margin-bottom: 0px;
	height: 100px;
	padding-top: 30px;
	text-align: right;
}

header.twn {
	background-image: url(../img/header_twn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #1e2138;
	background-color: #FFF;
	margin-bottom: 0px;
	height: 100px;
	padding-top: 30px;
	text-align: right;
}

header.en {
	background-image: url(../img/header_en.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #1e2138;
	background-color: #FFF;
	margin-bottom: 0px;
	height: 100px;
	padding-top: 30px;
	text-align: right;
}

.smp_h {
	display:none;
}

}

@media (min-width: 768px) {
header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #1e2138;
	background-color: #FFF;
	margin-bottom: 0px;
	height: 100px;
	padding-top: 30px;
	text-align: right;
}

header.chn {
	background-image: url(../img/header_chn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #1e2138;
	background-color: #FFF;
	margin-bottom: 0px;
	height: 100px;
	padding-top: 30px;
	text-align: right;
}

header.twn {
	background-image: url(../img/header_twn.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #1e2138;
	background-color: #FFF;
	margin-bottom: 0px;
	height: 100px;
	padding-top: 30px;
	text-align: right;
}

header.en {
	background-image: url(../img/header_en.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #1e2138;
	background-color: #FFF;
	margin-bottom: 0px;
	height: 100px;
	padding-top: 30px;
	text-align: right;
}

.smp_h {
	display:none;
}

}

.h_back {
	height: 100px;
	width: 190px;
	position: relative;
	z-index: 10;
	margin-top: -70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ナビ */

.nav-pills>li>a {
    border-radius: 0px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #1E2138;
}

/* スライド */

.carousel-indicators {
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel img {
	width: 100%;
}

/* 見出し */

h2 {
	font-family: "はんなり明朝", hannari, Hannari;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 50px;
	color: #1e2138;
}

/* グリッド */

.row {
	font-family: "メイリオ", "Meiryo UI", "MS UI Gothic", Arial;
	font-size: 90%;
}

.row .text_120 {
	font-size: 120%;
	line-height: 2em;
	padding-left: 25px;
}

/* フッター */

footer {
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat;
	margin-top: 50px;
}

footer .bg {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

footer ul {
	font-family: "メイリオ", "Meiryo UI", "MS UI Gothic", Arial;
	font-size: 90%;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

footer li.f_menu {
	color: #FFF;
	float: left;
	line-height: 5em;
}

footer li.f_add {
	color: #FFF;
	float: right;
	padding-top: 60px;
	padding-right: 30px;
}

footer.smp_h {
	margin-top: 50px;
	background-color: #FFF;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF !important;
}

/* ボタン */

.navbar-nav>li>a {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 10px;
}

#top_btn {
}
#top_btn .btn-primary {
	color: #fff;
	background-color: #1e2138;
	border-color: #1e2138;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
}
#top_btn .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #3071a9;
}
#top_btn .btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* コンテンツメインイメージ */

.contents_main_img {
	text-align: center;
}

.contents_main_img img {
	width: 100%;
}

/* コンテンツ テキストなど */

p.content {
	font-family: "メイリオ", "Meiryo UI", "MS UI Gothic", Arial;
	padding-left: 10px;
	padding-right: 10px;
}

.row .pad_10 {
	padding-top: 10px;
}

.row .pad_50 {
	padding-top: 50px;
}

/* フォーム */

.form-horizontal .form-group {
	margin-left: 10px;
	margin-right: 10px;
}

.bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
}

p.form {
	font-family: "メイリオ", "Meiryo UI", "MS UI Gothic", Arial;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 90%;
	margin-top: 50px;
	margin-bottom: 20px;
}

/* モーダルウィンドウ */

.modal-dialog {
    width: 1000px;
}

@media (max-width: 768px) {
.modal-dialog {
	width: 96%;
}
}

/* トップに戻る */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #1E2138;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* Googleマップ */

#map_canvas{
	position: relative;
	padding: 0 0 75%;
	height: 0;
	overflow: hidden;
}
#map_canvas iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}