/*********************************************************************************************************************
/*スマートフォン専用のスタイル
*********************************************************************************************************************/
@media (max-width: 599px) {
/*****************************************************************************/
@charset "utf-8";


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;o
	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;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


body{
	color:#666;
	font-size:80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	/*font: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	line-height:1.6;
	-webkit-text-size-adjust: none;
    margin: 0 auto;
	text-align:center;
	background-image:url(../images/top/bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

@font-face {
	font-family: 'Sawarabi Mincho', sans-serif;
   /*-family: MyWebFont;
   src: url('../wf/みかちゃん.otf') format("opentype");*/
  /* src: url('../wf/07にくまるフォント.otf') format("opentype");*/
  /* src: url('../wf/uzura.ttf') format("truetype");*/
}

/*.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }*/



p,li,td,dt,dd {
	font-weight: normal;
	}
	
	
h1,h2,h3,h4{
	/*font-family: 'Sawarabi Mincho', sans-serif;*/
	margin:0;
	padding:0;
	}

p,ul,ol,dl,blockquote,pre {
	margin-bottom: 1.0em;
	}
p{
	/*font-size:100%;
	line-height:1.7;*/
	text-align:left;
    }
hr	{
	clear: both;
	display: none;
	visibility: hidden;
	}
a:link		{
	color: #938144;
	text-decoration: none;
	}
a:visited	{
	color:#938144;
	text-decoration: none;
	}
a:hover		{
	color:#938144;
	text-decoration: none;
	}
a:active		{
	color: #938144;
	text-decoration: none;
	}
img	{
	border: none;
	}
form {
	margin: 0;
	}

a img:hover {
	opacity: 0.7;
	filter: alpha( opacity=70 );
	-ms-filter: "alpha( opacity=70 )";
	}



/*****************************************************************
pcNonespNone
*****************************************************************/
.pcNone { display:block;}
.spNone { display:none;}


/*****************************************************************
img
*****************************************************************/
img{
    max-width:100%;
	height:auto;
}

/*****************************************************************
margin set
*****************************************************************/
	
.ml1{margin-left:1%;}	
.ml2{margin-left:2%;}	
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt50{margin-top:50px;}	

/*****************************************************************
align set
*****************************************************************/
.ac{text-align:center;}
.al{text-align:left;}	
.ar{text-align:right;}

/*****************************************************************
txt set
*****************************************************************/
.txt80{
    font-size:80%;
	font-weight:normal;
}
.txt140{
    font-size:140%;
	font-weight:normal;
}
.txt_tit{
    font-size:1.0em;
    line-height: 1.6;
	font-weight:normal;
    font-family: 'Sawarabi Mincho', sans-serif;
    text-align: center;
}    
 
.txt_red{
    color:#A44647;
}    
.txt_green{
    color:#447B49;
}       
 .txt_blue{
    color:#15478D;
}    

/*****************************************************************
h 
*****************************************************************/
h1{
	margin:0;
	padding: 10px 0 5px 0;
	font-size:1.4em;
    letter-spacing: 1px;
    font-family: 'Sawarabi Mincho', sans-serif;
	}	
h2{
	margin:20px 0 10px;
	padding: 0;
	font-size:1.1em;
    font-family: 'Sawarabi Mincho', sans-serif;
    letter-spacing: 1px;
	}
    .tit_2nd { border-left: 5px solid; text-align: left; padding-left: 10px; }
    
h3{
	margin:0;
	padding: 0;
	font-size:1.0em;
    font-family: 'Sawarabi Mincho', sans-serif;
     letter-spacing: 1px;
	}
   .tit_3rd { text-align: left;  color: #406A3B; margin:10px 0;}
   .tit_3rd_mt30 { text-align: left;  color: #406A3B; margin:20px 0 10px;}		
/*****************************************************************
 Clear fix
*****************************************************************/
.clfix {display: block;}
.clearLeft { clear: left; }




/*****************************************************************
wrapper
*****************************************************************/
#Wrapper{
　　width:100%;
　　margin:0;
　　padding:0;
}
.Wrapperinner{
　　width:100%;
    margin:0;
　　padding:0 ;
}

/****************************************************************
gridWrapper
*****************************************************************/
.gridWrapper{
	width:100%;/*960px*/
	margin: 0% 0%;
	padding:0 ;
	text-align:center;
}
* html .gridWrapper{height:1%;}

.gridWrapperinner{
	width:100%;
	margin:0 0%;
	overflow:hidden;
	text-align:center;
	}
	
/*****************************************************************
.fade-up 
*****************************************************************/
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
	}
/*****************************************************************
.page-top 
*****************************************************************/
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 22px;
    padding: 6px 0 0 0;
    color: #FFF;
    text-align: center;
    background-color:#E4DDC5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: #E4DDC5 1px solid;
	}





/*****************************************************************
slider
*****************************************************************/
.swiper-slide {
}	

.swiper-slide img{/*画像のはみ出し部分を削除*/
	width: 100%;
    height:130px;
    object-fit: cover;
}	


/*****************************************************************
nav
*****************************************************************/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 50px;
    left: 0;
    background:rgba(244,243,234,0.95);
    color: #000;
    text-align: center;
    transform: translateX(-100%);
    transition: all 0.6s;
    width: 47%;
	height:100%;
}
 
nav.globalMenuSp ul {
    background:rgba(244,243,234,0.95);
    margin: 0px auto 0;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
	margin:0;
    padding:0 0 0 15%;
    width:85%;
    border-bottom: 1px dotted #999;
	font-size:80%;
	text-align:left;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}



/*****************************************************************
navToggle 
*****************************************************************/

.navToggle {/*ハンバーガーメニューグレー*/
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 32px;
    height: 27px;
    cursor: pointer;
    z-index: 3;
    background:rgba(255,255,255,0.1);
    text-align: center;
}

.navToggle span {/*ハンバーガーメニュー白3本*/
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 16px;
    border-bottom: solid 2px #514926;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 8px;
}

.navToggle span:nth-child(1) {
    top: 6px;
}

.navToggle span:nth-child(2) {
    top: 12px;
}

.navToggle span:nth-child(3) {
    top: 18px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/*****************************/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 13px;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

		
.navTel {/*TEL*/
    display: block;
    position: fixed;  
    right: 50px;
    top: 12px;
    width: 32px;
    height: 27px;
    cursor: pointer;
    z-index: 3;
    background: #D7CDA8;
    text-align: center;
}
	
/*****************************************************************
.pankuzu 
*****************************************************************/
.pankuzu{
	margin:5px 0 10px 0;
	padding:0  ;
	font-size:0.8em;
	text-align:left;
	}	
.pankuzu a{
    color:#333333;
	}	


/*****************************************************************
top
*****************************************************************/
.top{
	width:100%;
	height:50px;
	margin:0 auto 0;
	padding:0 0 0 0 ;
	color:#000;
	overflow:hidden;
	background:rgba(236,233,215,0.7);
	position:fixed;
	z-index:100;
}

.navbar-fixed-top.scrolled {
	background:rgba(236,233,215,0.9);
  	/*background:rgba(207,207,207,0.99)!important;スクロールでナビの色変更*/
    opacity:1.0;
    transition: background-color 200ms linear;
}

.topinner{
	width:100%;
	margin:0 0 0;
	padding:0 ;
	text-align:left;
}


.top_gird03_all{
	width:100%;
	margin:0;
	paddig:0;
}

.top_gird03_logo{
	width:57%;
	margin:3px 0 0 3%;
	paddig:0;
	float:left;
	text-align:left;
}
	.top_gird03_logo img{
	max-width:60%;
	height:auto;
    margin: 5px 0 0 0;
}


.top_gird03_navi{
	width:0%;
	margin:5px 0 0 0;
	paddig:0;
	float:left;
	text-align:right;
}


.top_gird03_btn{
	width:40%;
	margin:0;
	paddig:0;
	float:left;
	text-align:left;
}
	ul.top_btn li{
	width:47px;
	height:35px;
	margin:0 0 0 ;
	padding:6px 0 9px;
	color:#FFF;
	text-align:center;
	background-color:#D7CDA8;
	color:#ffffff;
	float:left;
    transition: .4s;
	border-right:#C5B57E 1px solid;
	}
	ul.top_btn li:last-child{
	border-right:#C5B57E 1px solid;
	}
	ul.top_btn li:hover{
	background-color:#C5B57E;
	}
	ul.top_btn li img{
	max-width:35%;
	height:auto;
	}
	ul.top_btn li .btn_txt{
	margin:8px 0 0 0;
	padding:0;
	font-size:0.85em;
	line-height:1.1;
	}
	ul.top_btn li .btn_txt_s{
	margin:5px 0 0 0;
	padding:0;
	font-size:10px;
	line-height:1.1;
	}



ul.top_btn li.red{
	color:#FFF;
	background-color:#D20000;
}
	

.txt hover{
	color:#FFF;
	background-color:#D20000;
}

 a.txtlink	{
	color:#D20000;
	text-decoration: none;
	}


.top_gird01{ 
    width:94%;
	margin: 0px 0 0 0;
	padding:1% 2%;
	float:left;
    text-align: center;
    font-size: 0.95em;
    line-height: 1.5;
    border: #938144 1px solid;
    border-radius: 5px;
    letter-spacing: 1px;   
    }


/*****************************************************************
slider
*****************************************************************/
.swiper-slide {
	margin:0 0 0 0;
}	

.swiper-slide img{/*画像のはみ出し部分を削除*/
	width: 100%;
    height:400px;
    object-fit: cover;
	position:relative;
}	

.slide_txt{
	position:absolute;
	top:100%;
	text-align:center;
	color:#000000;
	font-size:1.2em;
	letter-spacing:0px;
	font-family: 'Sawarabi Mincho', sans-serif;
}	
.slide_txt_w{
    width:95%;
	height:400px;
	margin:0 50% 0 0;
	padding:100px 3% 3% 5%;
	position:absolute;
	top:0%;
	text-align:left;
	color:#FFFFFF;
	font-size:1.4em;
	line-height:1.8;
	letter-spacing:1px;
	
	font-family: 'Sawarabi Mincho', sans-serif;
	/*font-weight:bold;
	text-shadow:  2px  2px 10px #666 ,
               -2px  2px 10px #666 ,
                2px -2px 10px #666 ,
               -2px -2px 10px #666;*/
	background:rgba(0,0,0,0.2);
}



/*****************************************************************
grid set
*****************************************************************/
.gridall{
    width:92%;
    margin: 0;
	padding:0 4%;
	overflow: hidden;/*floatの高さを出す*/
}

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




/*****************************************************************
footer
*****************************************************************/

.footer_grid{
	text-align:center;
	background:rgba(236,233,215,1);
    width: 100%;
	margin:30px 0 0 0;
    padding:3% 0 2% 0 ;
}

.footer_inner{
    width: 90%;
	margin:0 5%;
    padding:0;
}

.footer_grid a{

    text-decoration: none;
}






/*****************************************************************
mainimage
*****************************************************************/
.mainimage img{
	width:100%;
    height:30vh;/**/
    object-fit: cover;
	position:relative;
}	


.mainimage_txt{
	position:absolute;
	top: 140px;/*220px*/
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:3px;
	color:#fff;
    font-size: 0.9em;
    line-height: 1.6;
}
	
  
    
/*****************************************
トップページ    
****************************************/       
  
/*top_gird04**********************/
ul.top_gird04{
	width:100%;
	margin:0px 0 0 0;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
}
ul.top_gird04 li{
	width:48%;
	margin: 0;
	padding:1% 1%;
	float:left;
    text-align: left;
    font-size: 0.95em;
    line-height: 1.5;
	}    
  ul.top_gird04 li img{/*画像*/ 
      border-radius: 5px;
      }
/*top_gird03**********************/
ul.top_gird03{
	width:100%;
	margin:0px 0 0 0;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
}
ul.top_gird03 li{
	width:32%;
	margin: 0;
	padding:1% 1.5% 1% 0;
	float:left;
    text-align: left;
    font-size: 0.95em;
    line-height: 1.5;
	} 
ul.top_gird03 li:last-child{  
    padding:1% 0 1% 0;
      }
  ul.top_gird03 li img{/*画像*/ 
      border-radius: 5px;
      }

.bg_omoto{
    background-image:url(../images/top/bg_omoto_s.png);
    background-repeat:no-repeat;
    background-position: bottom;
    background-size:auto 100%;
      }
.txt_feature{
	margin:10px 0 5px;
	padding: 0;
	font-size:1.2em;
    font-family: 'Sawarabi Mincho', sans-serif;
    color: #406A3B;
	}    
  
    
/*top_gird02**********************/
ul.top_gird02{
	width:100%;
	margin:50px 0 20px 0;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
}
ul.top_gird02 li{
	width:47%;
	margin: 0 0.5% 0 0;
	padding:1%;
	float:left;
    text-align: center;
    font-size: 0.95em;
    line-height: 1.5;
    border: #938144 1px solid;
    border-radius: 5px;
    letter-spacing: 1px;
 
    /*background: #F4F3EA;*/  
	} 
ul.top_gird02 li:last-child{
	margin: 0 0 0 0;
	}     
    
/*****************************************
hena  
****************************************/       
/*hena_gird01**********************/
.hena_gird01{
	width:100%;
	margin:0px 0 0 0;
	padding:0; 
    text-align: left;
 }   
    
/*hena_gird04**********************/
ul.hena_gird02{
	width:100%;
	margin:0px 0 0 0;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
}
ul.hena_gird02 li{
	width:35%;
	margin: 0;
	padding:1% 3% 1% 0;
	float:left;
    text-align: left;
    font-size: 0.95em;
    line-height: 1.5;
	} 
ul.hena_gird02 li:last-child{
	width:57%;
	margin: 0;
	padding:1% 0;
	float:left;
    text-align: left;
    font-size: 0.95em;
    line-height: 1.5;
	}     
  ul.hena_gird02 li img{/*画像*/ 
      border-radius: 5px;
      }    
    
/*att_howto*/   
ol.att_howto{
	width:100%;
	margin:0 0%;
	padding:0;
    font-size: 1.0;
    line-height: 1.6;
}
ol.att_howto li.att_howtouse{
    width:92%;
	margin:0 0%;
	list-style:decimal;
	text-align:left;
	margin:0 0 10px 30px;
	padding:0 0 0 0px;
}
    
/*att_howto*/   
ul.att_howto02{
	width:100%;
	margin:0 0%;
	padding:0;
    font-size: 1.0;
    line-height: 1.6;
}
ul.att_howto02 li.att_howtouse02{
    width:92%;
	margin:0 0%;
	list-style:disc;
	text-align:left;
	margin:0 0 10px 25px;
	padding:0 0 0 0px;
}    
  

/*****************************************************************
tbl_charge
*****************************************************************/
.tbl_charge{
	width:100%;
	margin:10px 0;
	padding:0;
    border-collapse:  collapse; 
	}
	
.tbl_charge p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 40px;
}
.tbl_charge th {
  border: solid 1px #ccc;
  background: #eeeeee;
    color: #000000;
  padding: 5px;
  text-align: center;
}
.tbl_charge td {
  border: solid 1px #ccc;
  padding:5px;
  text-align:left;
}
    
.tbl_charge td:first-child {
  border: solid 1px #ccc;
  padding: 10px;
  text-align:left;
  background: #F7F7F7;    
}  
    
    
.hena_gird01_line{
	width:95%;
	margin:20px 0 10px 0;
	padding:1% 2%; 
    text-align: left;
    border: 1px solid #cccccc;
    border-radius: 5px;
 } 
    
/*****************************************************************
tbl_company
*****************************************************************/
.tbl_company{
	width:100%;
	margin:10px 0;
	padding:0;
    border-collapse:  collapse; 
	}
	
.tbl_company p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}
.tbl_company th {
    width:23%;
  border: solid 1px #ccc;
  background: #eeeeee;
  padding: 10px;
  text-align:left;
}
.tbl_company td {
  border: solid 1px #ccc;
  padding: 5px;
  text-align:left;
}
    
.tbl_company td:first-child {
  border: solid 1px #ccc;
  padding: 5px;
  text-align:left;
  background: #F7F7F7;    
}  
   
  
/*top_field04**********************/
ul.top_field4{
	width:100%;
	margin:0px 0 0 0;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
}
ul.top_field04 li{
	width:48%;
	margin: 0;
	padding:1% 0.5%;
	float:left;
    text-align: left;
    font-size: 0.95em;
    line-height: 1.5;
	}    
  ul.top_field04 li img{/*画像*/ 
      border-radius: 5px;
      }       
  
/*****************************************************************
contact
*****************************************************************/

.form-tbl {
	width:92%;
	margin:10px 2% 10px ;
	padding:0 2%;
    border-collapse:  collapse; 
	font-size:0.9em;
	}


.form-btn-wrapper {
	margin: 10px 0 0 0;
	font-size: 12px;
	text-align: center;
	line-height: 2;
}
.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  
 .form-tbl th {
	border-bottom: none;
    display: block;
    width: 100%;
   border-bottom: solid 1px #fff;
  background: #ECE9D7;
  color: #333;
  padding:5px 1%;
  text-align: left;
  }
  .form-tbl td {
  border-bottom: none;
    display: block;
    width: 96%;
   border-bottom: solid 1px #fff;
  background: #ffffff;
  color: #333;
  padding:10px 2%;
  text-align: left;
  }	
  
    
/*****************************************************************
hena_howto
*****************************************************************/    
    
/*hena_howto_gird06**********************/
ul.hena_howto_gird06{
	width:100%;
	margin:0px 0 0 0;
	padding:0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;	
}
ul.hena_howto_gird06 li{
	width:16%;
	margin: 0 auto;
	padding:10px 0.6% 10px 0;
	float:left;
    font-size: 0.7em;
    line-height: 1.3;
    text-align: center;
	}    
  ul.hena_howto_gird06 li img{/*画像*/ 
      max-width: 70%;
      height: auto;
      margin: 0 auto;
      }    
    
    
 /*****************************************************************
user 
*****************************************************************/       
.user_grid{ 
    padding: 10px 0 10px;
    border-bottom: 1px dotted #BAB4A8;  
    text-align: left;
}
    
    .user{ 
    margin: 5px 0;
    font-size: 1.0em;       
 } 
/*****************************************************************
info
*****************************************************************/       
ul.info_grid{ 
margin: 0;
    padding: 0 0 20px;
    text-align: left;
}
ul.info_grid li{
    font-size: 1.0em;
    line-height: 1.4;
    margin: 0 0 5px 0;
    text-align:left;
    border-bottom:  1px dotted;
	}  
.info_grid_tit{ 
   margin: 10px 0 5px;
   font-size: 1.0em;
   font-weight: bold;
   letter-spacing: 1px;
}

 } 
