@charset "UTF-8";
/*
////////////////////////////////
base
共通レイアウト
共通モジュール
共通ステート
////////////////////////////////
////////////////////////////////
*/

.sectionH2 iframe{
	font-size: 13px;
}

body {
	overflow: visible;
}
.is_text_red {
	color: rgba(255,7,11,1.00);
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.is_text_red02 {
	color: #c01111;
}
.is_text_brown01 {
	color: #AB8856;
}
.is_disp_none {
	display: none;
}
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	color: #4D4D4D;
	font-size: 1.4rem;
	height: 100%;
	line-height: 180%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: underline;
}
img {
	height: auto;
}
/*Youtube*/

.youtube img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	/* ie lt 8 */

	-ms-filter: "alpha(opacity=80)";
	/* ie 8 */

	-moz-opacity: 0.8;
	/* FF lt 1.5, Netscape */

	-khtml-opacity: 0.8;
	/* Safari 1.x */

	zoom: 1;
}

/*セレクトボックス*/

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	border: 2px solid #cecece;
	margin-bottom: 1em;
}
.is_bg_gray {
	background-color: #37393e;
}
.is_bg_lightgray {
	background-color: #f1f1f1;
}

.is_bg_green {
	background-color: #1b9dbd;
}
.is_bg_blue {
	background-color: #5679c0;
}
.is_bg_brown {
	background-color: #b08d56;
}

.is_text_lightgray01 {
	color: #949494;
}
.is_center_bt{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.is_text_left{
	text-align: left;
}
.is_text_right{
	text-align: right;
}
.is_text_center{
	text-align: center;
}
.is_fl_right{
	float: right;
	
}
.is_text_small01{
	font-size: 1.1rem;
	line-height: 1.5em;
}
.is_text_big01{
	font-size: 1.6rem;
	line-height: 1.5em;
}
/*スペース調整*/
.is_margin_top10 {
	margin-top: 10px;
}
.is_margin_top20 {
	margin-top: 20px;
}
.is_margin_top30 {
	margin-top: 30px;
}
.is_margin_top40 {
	margin-top: 40px;
}
.is_margin_top50 {
	margin-top: 50px;
}
.is_margin_top60 {
	margin-top: 60px;
}
.is_margin_top70 {
	margin-top: 70px;
}
.is_margin_top80 {
	margin-top: 80px;
}
.is_margin_top90 {
	margin-top: 90px;
}
.is_margin_bottom10 {
	margin-bottom: 10px;
}
.is_margin_bottom20 {
	margin-bottom: 20px;
}
.is_margin_bottom30 {
	margin-bottom: 30px;
}
.is_margin_bottom40 {
	margin-bottom: 40px;
}
.is_margin_bottom50 {
	margin-bottom: 50px;
}
.is_margin_bottom60 {
	margin-bottom: 60px;
}
.is_margin_bottom70 {
	margin-bottom: 70px;
}
.is_margin_bottom80 {
	margin-bottom: 80px;
}
.is_margin_bottom90 {
	margin-bottom: 90px;
}
.is_margin_bottom100 {
	margin-bottom: 100px;
}
.is_margin_bottom150 {
	margin-bottom: 150px;
}
.is_padding_top5 {
	padding-top: 5px;
}
.is_padding_top10 {
	padding-top: 10px;
}
.is_padding_top20 {
	padding-top: 20px;
}
.is_padding_top30 {
	padding-top: 30px;
}
.is_padding_top40 {
	padding-top: 40px;
}
.is_padding_top50 {
	padding-top: 50px;
}
.is_padding_top60 {
	padding-top: 60px;
}
.is_padding_top70 {
	padding-top: 70px;
}
.is_padding_top80 {
	padding-top: 80px;
}
.is_padding_bottom10 {
	padding-bottom: 10px;
}
.is_padding_bottom15 {
	padding-bottom: 15px;
}
.is_padding_bottom20 {
	padding-bottom: 20px;
}
.is_padding_bottom30 {
	padding-bottom: 30px;
}
.is_padding_bottom40 {
	padding-bottom: 40px;
}
.is_padding_bottom50 {
	padding-bottom: 50px;
}
.is_padding_bottom60 {
	padding-bottom: 60px;
}
.is_padding_bottom70 {
	padding-bottom: 70px;
}
.is_padding_bottom80 {
	padding-bottom: 80px;
}
.is_padding_left5 {
	padding-left: 5px;
}
.is_padding_left10 {
	padding-left: 10px;
}
.is_padding_left15 {
	padding-left: 15px;
}
.is_padding_left20 {
	padding-left: 20px;
}
.is_padding_left30 {
	padding-left: 30px;
}
.is_padding_left40 {
	padding-left: 40px;
}
.is_padding_left50 {
	padding-left: 50px;
}
.is_padding_left60 {
	padding-left: 60px;
}
.is_padding_left70 {
	padding-left: 70px;
}


.is_padding_right5 {
	padding-right: 5px;
}
.is_padding_right10 {
	padding-right: 10px;
}
.is_padding_right15 {
	padding-right: 15px;
}
.is_padding_right20 {
	padding-right: 20px;
}
.is_padding_right30 {
	padding-right: 30px;
}
.is_padding_right40 {
	padding-right: 40px;
}
#gsc{
	width: 220px;
	margin-top: -5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	float: right;
}
 
#gsc td {
    border: none;    
}
 
#gsc .gsc-control-cse, 
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
/* テキスト入力フォームとボタンの位置 */
#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
    vertical-align: top !important;
}
/* テキスト入力フォーム */
#gsc input[type="text"]{
    border: 0px;
    height:25px !important;
    margin-top: 100px;
}
 
 
#gsc input[type="text"]:focus {
    border: 0px;
    outline: 0;  /*safariの自動フォーカスを切る */
}
 
/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1{
    border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#gsc #gs_tti0 input{
    background-position:5px 5px !important;
}
/* ボタンの色 */
#gsc input.gsc-search-button {
background: #d2d2d2 !important;
background: -ms-linear-gradient(top,  #008ee1 0%,#008ee1 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#008ee1',GradientType=0 ); /* IE6-9 */
border: 0px;
}
/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button{
    margin:0 0 0 -16px !important;
    border-radius:0px;
}
/* 入力時に出る「×」ボタンの位置調整 */
 
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span{
        box-sizing: border-box;
   -moz-box-sizing: border-box;
        padding:2px 0 0 0;
}


#dropmenu {
	list-style-type: none;
	width: 842px;
	padding: 0;
	position: absolute;
	margin-top: 50px;
	margin-left: 110px;
}
#dropmenu li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#dropmenu li.is_parent{
	margin-left: 30px;
}
#dropmenu li.dropmenu{
	width: 165px;
}
#dropmenu li.is_parent_google{
	margin-left: 30px;
}
#dropmenu li a.is_bt{
	display: block;
}
#dropmenu li a {
	display: block;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	left: 0;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 32px;
}
#dropmenu li ul ul,
#dropmenu li ul ul ul,
#dropmenu li ul ul ul ul,
#dropmenu li ul ul ul ul ul {
	padding-top: 0px;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#dropmenu li ul li a {
  padding: 13px 15px;
  text-align: left;
  font-weight: normal;
  font-size:12px;
}
#dropmenu > li:hover > a { }
#dropmenu > li:hover li:hover > a {}
#dropmenu li:hover > ul > li {
    overflow: visible;
    height: 40px;
    background-color: rgba(55,57,62,0.92);
    border-bottom: 1px solid rgba(187,187,187,1.00);
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}
#dropmenu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}

#dropmenu li ul li ul li a { background-color: #FFF; color: #000;
    border-left: 1px solid rgba(187,187,187,1.00); }
#dropmenu li:hover ul li ul li:hover > a { }
#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border-left-color: #454e08;
}
#dropmenu li .is_second{
	background-image: url(../../img/site_common/gnav_arrow.png);
	background-position: left 5px center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#dropmenu li ul li ul li ul li:before {
  position: absolute;
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border-left-color: #454e08;
}
#dropmenu li ul li ul li ul li ul li a:before {
  position: absolute;
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border-left-color: #454e08;
}
#dropmenu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
}


