@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
}

:focus {
outline:0;
}

ol, ul {
list-style:none;
}

table {
border-collapse:separate;border-spacing:0;
}

caption, th, td {
font-weight:normal;text-align:left;
}

blockquote:before, blockquote:after,q:before, q:after {
content:"";
}

blockquote, q {
quotes:"" "";
}

a img {
border:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display:block;
}

/*****フォント*****/
body{
font:14px/2.0 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Meiryo, メイリオ, sans-serif;
color:#000000;
-webkit-text-size-adjust:none;
}

/*****デフォルトのフォント
font:14px/2.0 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
*****/





/* リンク設定
*****************************************************/

a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
font-weight:bold;
color: #009da5;          /* 青 #2399e4;  灰 #827f7d */
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline:none;
color: #00008b;          /* #83bce0; */
}

/**** Clearfix ****/

nav .panel:after, #mainNav:after, .newsTitle:after, .bg:after,.post:after{
content:"";
display:table;
clear:both;
}

nav .panel,#mainNav,.newsTitle,.bg, .post{
zoom:1;
}


/* レイアウト
*****************************************************/

#wrapper, .inner{
margin:0 auto;
width:1040px;
}

#header{
overflow:hidden;
/*グラデーション不採用*/
/*background: linear-gradient(to bottom, #87ceeb, #ffffff, #ffffff, #ffffff);*/ 
}

/*コンテンツ*/
#content{
float:left;
width:750px;
padding:30px 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Meiryo, メイリオ, sans-serif;
}

/*****デフォルトのフォント
font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
*****/


#sidebar{
float:right;
width:255px;
padding:30px 0;
}

/*フッターリストメニュー*/
#footer{
clear:both;
padding:20px;
background:#F2FFE5;          /*フッターリスト 色 */
} 


/* ヘッダー
*****************************************************/

#header h1,#header p{
float:left;
padding:3px 0;
font-size:100%;
font-weight:normal;
}

#header p{
float:right;
}

#header h2{
clear:both;
text-align:left;
padding:1px 0 5px;
font-size:160%;
font-weight:bold;
}

#header h2 img{
width:280px;                     /*ヘッダーlogoサイズ*/
}

#header ul{
padding-top:1px;
float:right;
}

#header ul li{
	font-weight:normal;          /*元はbold*/
display:inline;
margin-left:5px;
font-size:100%;
}

#header ul li a{
	font-weight:normal;          /*元はbold*/
}


#header ul li:before{
content:"▸";         /*">"*/
}

#header ul li a{
padding-left:5px;
color:#000000;
}

#header ul li a:hover{
color:#ff007f;             /*ヘッダーリスト hover色*/
}


/* トップページ  メイン画像
*****************************************************/

#mainImg img{
width:100%;
height:auto;
}


.post{
margin:0 0 20px 0;
}

                        /*メイン画像をwrapperサイズで中央寄せする設定*/
#mainImg2, .inner{
margin:0 auto;
max-width:1040px;
}

#mainImg2 img{
width:100%;
height:auto;
}


/* タイポグラフィ
*****************************************************/

h2.title{
clear:both;
margin:30px 0 50px;
font-size:120%;
font-weight:bold;
text-align:center;
}

h2.title span{
padding-bottom:10px;
border-bottom:3px solid #000000;
}

h2.first{
margin-top:0;
}


/*ポスト*/

.post p{
padding-bottom:15px;
}

.post p.min{                    /*クラス設定 極小*/
font-size: 0.7rem;
color: #696969;
}


.post ul{
margin:10px 0 20px 20px;
}

.post ul li{
padding-left:5px;
list-style:disc;
}

.post ol{
margin:0 0 10px 30px;
}

.post ol li{
list-style:decimal;
}

.post h1{
margin:15px 0 25px;
padding:15px 0;
font-size:180%;
font-weight:bold;
border-bottom:3px solid #000000;
}

.post1 h1{                   /*post1見出し 背景色 青*/
margin:15px 0 25px;
padding:15px;
font-size:150%;
font-weight:bold;
background: #00b3fe;
color:#ffffff;
border-radius: 0.5em;
}


.post h2{
margin:15px 0 25px;
padding:15px 0;
font-size:130%;
font-weight:bold;
border-bottom:2px solid #000000;
}

.post h3{
margin:15px 0 25px;
padding:15px 0;
font-size:150%;
font-weight:bold;
border-bottom:1px solid #000000;
}

.post h4{
margin: 0;
padding: 0;
font-size:150%;
font-weight:bold;
color:#259925;                          /*見出し    濃濃緑   */
}

.post h5{
margin: 0 0 5px;
padding: 0;
font-size:150%;
font-weight:bold;
color:#ff007f;         /*見出し ピンク*/
}

.post h5 .black{
color:#000000;         /*見出し ブラック*/
}

.post h6{              /*リンク用ボタン*/
text-align:right;
margin-right:5px;
}

.post h6 a{
display: inline-block;
padding: 0.3em 1em;
text-decoration: none;
color: #32CD32;           /*リンクボタンン   緑   */
border: solid 2px #32CD32;
border-radius: 3px;
transition: .4s;
}

.post h6 a:hover{
background: #32CD32;
    color: white;
}


.post em{             /*強調*/
color:#ff6666;
font-size:110%;
font-weight:bold;
}

.post blockquote {
clear:both;
padding:10px 0 10px 25px;
margin:10px 0 25px 0px;
border-left:5px solid #e9e9e9;
}
 
.post blockquote p{
padding:5px 0;
}


.post table{
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 30px;
width:100%;
}

.post table th{
padding:10px 15px;
border:#cccccc solid;
border-width:0 0 1px 1px;
font-weight:bold;
background-color: #e5ffe5;           /* #EBF8FD */
}

.post table td{
padding:10px 15px;
border:1px #cccccc solid;
border-width:0 0 1px 1px;
}

           /*tableクラス設定 aaa↓*/

.post table.aaa{ 
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 1px;
width:100%;
table-layout: fixed;
}

.post table.aac{ 
border:1px #cccccc solid;
border-collapse:collapse;
border-spacing:0;
margin:10px 0 1px;
width:100%;
                      /* table-layout: fixed; なし*/
}


.post table th.aaa{
padding:5px 10px;
width: 3.5em;
}

.post table td.aaa{
padding:5px 15px;
font-weight:bold;
background-color: #e5ffe5;
}

.post table td.aab{
padding:5px 15px;
}

.post table td.aac{
padding:5px 15px;
font-weight:bold;
background-color: #f5f5f5;
}


           /*tableクラス設定↑*/

.post dt{
margin-left:15px;
font-weight:bold;
}

.post dd{
margin-left:30px;
padding-bottom:10px;
}

.post img{
max-width:100%;height:auto;
}

img.aligncenter {
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{
margin:5px 0 30px 30px;
}

img.alignleft{
margin:5px 30px 30px 0;
}

.alignright{
float:right;
}

.alignleft{
float:left;
}


/* サイドバー
*****************************************************/

.widget, .widgetInfo{
margin:0 0 20px;
}

#banners img{
max-width:255px;
height:auto;
padding-bottom:10px;
}

.widget h3{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:130%;
font-weight:bold;
border-bottom:2px solid #000000;
}

.widget a{
font-weight: bold;
display:block;
padding:3px 0 3px 0;
color:#000000;
}

.widget a:hover{
color:#999999;
}

.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:100%;
border-bottom:2px solid #000000;
}

.newsTitle h3{
font-size:130%;
float:left;
font-weight:bold;
}

.newsTitle p{
float:right;
padding:5px 5px 0 5px;
font-size:.8em;
}

.newsTitle a{
font-weight:bold;
color:#000000;
}

.newsTitle a:hover{
color:#999999;
}

.news p{
clear:both;
padding-bottom:2px;
}

.news p:last-child{
border:0;
}

.news p a{
font-weight: bold;
display:block;
padding:5px 0;
color:#000000;
}

.news p a:hover{
color:#999999;
}

.news span{
padding-left:10px;
}


/* ボックス
*****************************************************/

/* ボックス-規定 */
.box-kitei{
	margin: 20px auto 20px;
	padding: 10px 5px;
	border: solid 1px #f7f6f5;
	background: #f7f6f5;
}
.box-kitei p{
	margin-bottom: 5px auto;
	text-align: left;
	font-size: 80%;
}
.box-kitei h6{
	color: #000000;
	text-align: right;
	font-weight: nomal;
	font-size: 80%;
}

/* ボックス-インフォ */
.box-info{
	margin: -10px auto 10px;
	padding: 10px 0;
	text-align: center;
	border: solid 1px #f8f4e6;
	background: #f8f4e6;
}
.box-info h1{
	margin: 5px 0;
	color: #000000;
	font-weight: bold;
	font-size: 98%;
}
.box-info p{
	margin-bottom: 5px auto;
}

/* ボックス-商標 */
.box-syohyo{
	margin: 10px auto 10px;
	padding: 5px 5px;
	border: solid 1px #ffffff;
	background: #ffffff;
}
.box-syohyo p{
	margin-bottom: 5px auto;
	text-align: center;
	font-size: 90%;
}

/* ボックス-強調 */
.box-high{
	margin: 5px 5px 0;

}
.box-high p{
	font-weight:bold;
	color:#259925;
	text-align: center;
	font-size: 105%;
}


/* ボックス-2列の横並び　box-sizing */

*, *:before, *:after {
	box-sizing: border-box;         /* paddingとborderの幅を要素の幅と高さに含める */
}
.col_2{
	width: 100%;
	display: flex;                  /*直下の要素を横並び(並列)*/
	display: -ms-flexbox;           /* IE10 ベンダープレフィックス */
	flex-wrap: wrap;                /* display: flexで横並びさせた要素を回り込み */
	-ms-flex-wrap: wrap;            /* IE10 ベンダープレフィックス */
}
.col_2 > div{
	width: 50%;
	padding: 20px 10px;
	text-align: center;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}


/* ボックス-移転 */
.box-iten{
	margin: 20px;
	padding: 20px;
	background: #ffff00;
}
.box-iten p{
	font-size: 110%;
}




/* フッター
*****************************************************/

#footer ul{
padding-bottom:1px;
}

#footer li{
display:inline-block;
vertical-align:text-top;
text-align:left;
margin-right:30px;
}

#footer li a{
	font-weight:normal;          /*元はbold*/
display:block;
padding:0 0 0 10px;
overflow:hidden;
color:#000000;
}

#footer li a:before{
content:"▸";         /*"・"*/
}

#footer li a:hover{
color:#ff007f;             /*フッターリスト hover色*/
}

#footer li li{
display:block;
padding:0;
}

*:first-child+html #footer li{
display:inline;
}

*:first-child+html #footer ul ul,*:first-child+html #footer li li a,*:first-child+html #footer li li{
display:none;
}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
color:#ffffff;
background:#259925;            /*フッター 最下段 コピーライト 色 */
}


/* トップページ 主要3項目
*****************************************************/

.thumbWrap{
width:770px;
margin:0 -20px 20px 0;
}

.thumbWrap li{
float:left;
width:236px;
margin:0 20px 40px 0;
background:none;
}

.thumbWrap img{
	margin-bottom:15px;
	max-width:320px;
}

ul.thumb h3{
margin-top:20px;
margin-bottom:20px;
font-size:100%;
font-weight:bold;
text-align:center;
border:2px solid #000000;
}

ul.thumb h3 span{
display:block;
padding:7px;
color:#000000;
}

ul.thumb h3 span:hover{
color:#00008b;
background:#00ffff;    /*hover背景*/
}

ul.thumb h4{
margin-bottom: 10px;
padding: 0;
font-size:110%;
font-weight:bold;
color:#259925;                          /*見出し    濃濃緑   */
}

ul.thumb p{
margin: 10px 0;
}

/* オリジナル設定  ここから
*****************************************************/

/***画像の透過***/
a img.touka{
	background:none!important;
}

a:hover img.touka{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none!important;
}


a img.touka2{
	background:none!important;
	margin:20px auto 20px auto;
	display:block;
	text-align:center;
}

a:hover img.touka2{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none!important;
	margin:20px auto 20px auto;
	display:block;
	text-align:center;
}



/*****パンくずリスト*****/
.breadcrumb {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.breadcrumb li{
	display:inline;     /*横に並ぶように*/
	list-style: none;
	font-weight: bold;
}

.breadcrumb li:first-child:before{
	content: '';
	color: #d2b48c;
}

.breadcrumb li:after{
	content: '>';
	padding: 0 3px;
	color: #d2b48c;
}

.breadcrumb li:last-child:after{
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #827f7d;
}

.breadcrumb li a:hover {
	color: #259925;
	/* text-decoration: underline; */
}

/***トップへ戻るボタン***/
.totop {
text-align:right;
margin-right:5px;
}

/***メールフォーム***/

#contact_input {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-radius: 8px;
}
#contact_input table{
	border:1px #cccccc solid;
	border-collapse:collapse;
	border-spacing:0;
	margin:10px 0 30px;
	width:100%;
}
#contact_input table th{
	padding:15px;
	border:#cccccc solid;
	border-width:0 0 1px 1px;
	font-weight:bold;
	vertical-align: top;
	font-size:100%;
}
#contact_input table td{
	padding:15px;
	border:1px #cccccc solid;
	border-width:0 0 1px 1px;
	vertical-align: middle;
	font-size:100%;
}
.mailform tr th {
	background-color: #f8fdeb;
}
#mailform .mailform tr th span {   /* 必須マーク*/
	color: #FFFFFF;
	background-color: #ff69b4 ;
}


/***相談の流れ***/
.nagare {
	width: 100%;
	border: 4px solid #5bba5b;
	border-radius: 10px;
}

.nagare h5 {
	margin-left: 15px;
	color: #259925;
	font-size: 20px;
	font-weight: bold;
}
.nagare h5 .step {
	margin-right: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
}
.nagare h5 .muryou {
	margin-left: 15px;
	color: #ff007f;
	font-size: 14px;
	font-weight: nomal;
}
.nagare p {
	margin-left: 25px;
	margin-bottom: 10px;
}
.nagare img {
	margin-right: 10px;
}
.nagare_yj {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

/*****
.nagare_left {
	float: left;
	width: 540px;
}
.nagare_right {
	width: 176px;
	float: right;
}

.nagare_left h5 {
	color: #22AAE4;
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.nagare_left h5 .step {
	margin-right: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
}
.nagare_left p {
	line-height: 23px;
}
*****/



/***トップページお知らせ***/
.info {
	width: 100%;
	margin-bottom: 30px;
	border: 2px solid #ff007f;
	border-radius: 5px;
}

.info h5 {
	margin: 10px 0 0 10px;
	color: #ff007f;
	font-size: 15px;
	font-weight: bold;
}

.info p {
	margin: 0 10px 10px 20px;
}



/***マップ***/
#g-map{
margin-bottom: 30px;
position: relative;
width:100%;
height:0;
padding-bottom: 56.25%;
overflow: hidden;
}

#g-map iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* オリジナル設定  ここまで
*****************************************************/

/* メインメニュー  PC用
*****************************************************/

@media only screen and (min-width:1025px){

nav div.panel{
display:block !important;
float:left;
}

a#menu{
display:none;
}

#mainNav{
clear:both;
position:relative;
z-index:200;
margin-bottom:15px;
}

#mainNav li{
float:left;
position:relative;
border-right:1px solid #d2b48c;      /*メインナビ 区切り線 */
}

#mainNav li:first-child{
border-left:1px solid #d2b48c;      /*メインナビ 区切り線 */
}

#mainNav li a{
color:#259925;                      /*メインナビ 大小 文字 */
display:block;
text-align:center;
	font-weight:bold;          /*元はboldnormal*/
_float:left;
height:50px;                   /*元は40px box-sizingを設定した為に調整*/
line-height:50px;             /*元は40px box-sizingを設定した為に調整*/
padding:10px 32px 0px;        /***** メインナビの横幅調整 *****/
}

#mainNav li a span,#mainNav li a strong{
display:block;
line-height:1.4;
font-size:110%;                      /*メインナビ 大 文字 */
}

#mainNav li a span{
font-size:80%;
color:#d2b48c;                      /*メインナビ 小 文字 */
}

#mainNav li.current-menu-item a, #mainNav li a:hover, #mainNav li a:active, #mainNav li.current-menu-parent a{
background:#ffcccc;          /***** ←hover背景 * 以前は#00ffff  #ffff60  * *****/ 
}

#mainNav ul ul{
width:160px;
}

#mainNav li ul{
display: none;
}

#mainNav li:hover ul{
display:block;
position:absolute;
top:50px;
left:0px;
z-index:500;
}

#mainNav li li{
margin:0;
float:none;
height:50px;
line-height:50px;
width:165px;
background:#f5f5f5;
border-right:0;
border-bottom:1px solid #dddddd;
opacity:0.9;
}

#mainNav li li:first-child{
border-left:0;
}

#mainNav li li a{
width:160px;
height:50px;
padding:0 0 0 5px;
line-height:50px;
font-size:110%;                      /*メインナビ 大 文字 */
text-align:left;
}

#mainNav li li a span{
padding:0 10px;
}

#mainNav li:hover ul li:last-child{
border:0;
}

}


/* iPadサイズ以下（1024px）からアコーディオンメニュー
*****************************************************/

@media only screen and (max-width:1024px){

#mainNav{
clear:both;
width:100%;
margin:0 auto;
}

#mainNav a.menu{
color:#000000;
width:100%;
display:block;
height:48px;
line-height:48px;
font-weight:bold;
text-align:left;
background:url(a-images/menuOpen.png) no-repeat 5px 11px;
}

#mainNav a#menu span{
padding-left:35px;
}

#mainNav a.menuOpen{
background:url(a-images/menuOpen.png) no-repeat 5px -31px;
}

#mainNav a#menu:hover{
cursor:pointer;
}

nav .panel{
display:none;
width:100%;
position:relative;
right:0;
top:0;
z-index:1;
}

#mainNav ul{
margin:0;padding:0;
}

#mainNav li{
float:none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

#mainNav li:first-child{
border-top:1px solid #d5d5d5;
}

#mainNav li li:first-child{
border-top:0;
}

#mainNav li a,#mainNav li.current-menu-item li a{
display:block;
padding:15px 10px;
text-align:left;
border-bottom:1px dashed #ccc;
color:#000000;
}

#mainNav li:last-child a{
border:0;
}

#mainNav li li:last-child a{
border:0;
}

#mainNav li li:last-child a{
border-bottom:1px dashed #cccccc;
}

#mainNav li a span{
display:none;
}
 
#mainNav li li{
float:left;
border:0;
}

#mainNav li li a, #mainNav li.current-menu-item li a, #mainNav li li.current-menu-item a{
padding-left:40px;
background:url(a-images/sub1.png) no-repeat 20px 20px;
}

#mainNav li li.current-menu-item a,#mainNav li li a:hover, #mainNav li.current-menu-item li a:hover{
background:url(a-images/sub1.png) no-repeat 20px -60px;
}

#mainNav li li:last-child a{
background:url(a-images/subLast.png) no-repeat 20px 20px;
}

#mainNav li li:last-child.current-menu-item a,#mainNav li li:last-child a:hover,#mainNav li.current-menu-item li:last-child a:hover{
background:url(a-images/subLast.png) no-repeat 20px -65px;
}

nav div.panel{
float:none;
}

#mainImg{
margin-bottom:20px;
}

}


/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
*****************************************************/

@media only screen and (max-width:1024px){

#wrapper, #header, .inner{
width:100%;
}

#header h1, #header p{
padding:5px 10px;
}

#header h2{
padding:0 10px;
}

#header ul{
padding:5px 10px;
}

#mainNav ul, .thumbWrap{
margin:0 auto;
}

#mainNav ul ul{
padding:0;
}

nav div.panel{
float:none;
}

#mainImg img{
width:100%;
height:auto;
}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

#banners{
width:100%;
margin:30px 0 30px 0;
text-align:center;
}

#banners p{
display:inline;
}

#banners p img{
width:100%;
height:auto;
}

.widget_search{
text-align:center;
}

#footer{
margin:0;border:0;
text-align:center;
}

#footer ul{
text-align:center;
}

#footer li{
margin-right:20px;
}

.thumbWrap{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
width:100%;
margin:0 auto;
padding-top:20px;
overflow:auto;
}

.thumbWrap ul.thumb li{
width:30%;
float:left;
margin:0 1% 0 2%;
}

.thumbWrap img{
width:100%;
height:auto;
}

}


/* 幅644px以下から ヘッダー等微調節
*****************************************************/

@media only screen and (max-width:644px){

#header{
text-align:center;
}

#header h1,#header p,#header h2,#header ul{
float:none;
}

#header h2{
text-align:center;
padding:15px 15px 5px;
}


#header h2 img{
width:100%;
max-width:300px;
height: auto;
}


#header ul{
display:none;
}

#header .inner p{
display:none;
}

#headerInfo{
width:250px;
margin:0 auto;
}

img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}

.alignright,.alignleft{
float:none;
}

#footer ul{
text-align:left;
padding:15px;
}

#footer ul ul{
padding:0;
}

.thumbWrap ul.thumb li{
width:95%;
margin-bottom:30px;
}

#g-map{
width:100%;
height:auto;
}


}
