body{
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	background-color:#FCFCFC;
	background-color:#ffffff;
	margin:0;
	padding:0;
	color: #454545;
	font-size:14.2px;
	/* [disabled]line-height:26px; */
	font-family: "HelveticaNeueLTStd-Roman", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "MS Pゴシ ック", "MS PGothic", sans-serif;
	line-height:24px;
}

h1 {
	font-size:12px; 
	    margin-top: 15px;
		line-height:16px;
		padding-bottom:10px;
		
			color: #878787;
			letter-spacing:0.7px;
	
}
/*ヘッダーフッター*/
CSS
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color:#F4F4F4;
}
body > .container {
  padding: 30px 20px 0;
 
}
.container .text-muted {
  margin: 24px 0;
}
 
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
/*／ヘッダーフッター*/

.iro {
	color:#575757;
}
.bld {
	font-weight:bold;
}
.cntr {
	text-align:center;
	margin:0 auto;
}

/*xs smでセンター寄せ*/
@media only screen and (min-width: 993px), print {
.sm_center {
	text-align:left;
	margin:0 auto;
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
 .sm_center {
	 width:auto;
	text-align:center;
	margin:0 auto;
}
}

@media only screen and (max-width: 390px) {
.sm_center {
	 width:auto;
	text-align:center;
	margin:0 auto;
}
}
/*／xs smでセンター寄せ*/



/* ページトップ */
@media only screen and (min-width: 993px), print {
 #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {background: rgba(255, 255, 255, .15);
    text-decoration: none;
    color: #F98F10;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 6px;
	border: 1px solid #F98F10;
       
}
#page-top a:hover {
     background: rgba(255, 255, 255, .15);
    text-decoration: none;
    color: #C7151C;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 6px;
	border: 1px solid #C7151C; 
}
}



@media only screen and (max-width: 992px) {
#page-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: 8px;
}
#page-top a {
        background: rgba(255, 255, 255, .15);
    text-decoration: none;
    color: #F98F10;
    width: 60px;
    padding: 2px 0;
    text-align: center;
    display: block;
    border-radius: 3px;
	border: 1px solid #F98F10;
}
#page-top a:hover {
    text-decoration: none;
     background: #F98F10;
	color: #FFFFFF;
} 
}

/* ／ページトップ */


/*ロゴ画像*/
.navbar-brand {
  background: url("../img/common/logo.png") no-repeat ;
  background-position: 15px 2px;
  background-size: contain;
  height: 46px;
  width: 220px;
  text-indent:-9999px;
}
/*／ロゴ画像*/
/*フッター*/
.copyright{
	
	font-weight:bold;
    text-align:center;
    margin:0.5em auto;
    display:block;
	padding:20px 0;
	border-top:dotted 1px #ccc;
}
/*／フッター*/
/*画像枠付き*/
.img-thumbnail-dotted {
  padding: 2px;
  border: 1px dotted #555;
  border-radius: 2px;
}
/*／画像枠付き*/

.gly_bk {
	background-color:#FFF;
	padding:20px;
	border: 2px solid #E5E5E5;
  border-radius: 2px;
}
.gly_bk2 {
	background-color:#FFF;
	padding:5px 15px;
	border: 2px solid #F4F4F4;
	border-radius: 2px;
}
.gly_orange {
	background-color:#FFF;
	padding:20px;
	border: 3px solid #70655F;
  border-radius: 2px;
}


.brdr_bottom{
	border-bottom:1px dotted #cccccc;
	
}
/*キャッチコピーセンター寄せ*/
@media only screen and (min-width: 993px), print {
 .fnt_cntr_cath {
	font-size:22px;
	color:#333;
	text-align:center;
	line-height:30px;
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
 .fnt_cntr_cath {
	font-size:14px;
	color:#333;
	text-align:center;
}
}

@media only screen and (max-width: 390px) {
 .fnt_cntr_cath {
	font-size:14px;
	color:#333;
	text-align:center;
}
}
/*／キャッチコピーセンター寄せ*/



/*リストスタイル*/
 .list01 {
	 
	 padding:0;
	 margin:0;
 }
 .list01 li {
	 list-style:none;
	 background-image:url(../img/shikaku_arrow.png);
	 background-repeat:no-repeat;
	 background-position:left center;
	 padding:0 0 0 20px;
	 margin:0;
 }
  .list02 {
	 
	 padding:0;
	 margin:0;
 }
 .list02 li {
	 list-style:none;
	 padding:0 0 0 0px;
	 margin:0;
 }
	 
/*／リストスタイル*/


/*見だし*/
@media only screen and (min-width: 993px), print {
.mdsmain_bk{
	background-color:#4BB1B5;
	padding:20px 0 10px 0;
}
 .mds01 {
	  text-align:center;
	color:#FFF;
	font-size:30px;
	
}

}

@media only screen and (min-width: 391px) and (max-width: 992px) {
	.mdsmain_bk{
	background-color:#4BB1B5;
	padding:20px 0 10px 0;
}
  .mds01 {
	  text-align:center;
	color:#FFF;
	font-size:23px;
	
}
}

@media only screen and (max-width: 390px) {
	.mdsmain_bk{
	background-color:#4BB1B5;
	padding:20px 0 10px 0;
}
  .mds01 {
	   text-align:center;
	color:#FFF;
    font-size:14px;
	
}
}
/*見だし*/
/*キャッチ*/
@media only screen and (min-width: 993px), print {

 .catch {
	font-size:26px;
	
}

}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.catch {
	font-size:18px;
	
}
}

@media only screen and (max-width: 390px) {
.catch {
    font-size:14px;
	font-weight:bold;
}
}
/*キャッチ*/
/*キャッチ2*/
@media only screen and (min-width: 993px), print {

 .catch2 {
	font-size:21px;
	line-height:160%;
	
}

}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.catch2 {
	font-size:18px;
	line-height:140%;
}
}

@media only screen and (max-width: 390px) {
.catch2 {
    font-size:14px;
	font-weight:bold;
	line-height:120%;
}
}
/*キャッチ*/

/**/
@media only screen and (min-width: 993px), print {
 
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
 
}

@media only screen and (max-width: 390px) {
 
}
/**/
.list_none {
	padding:0;
	margin:0;
}
.list_none li {
	list-style-type:none;
	padding:0 0 5px 0;
	margin:0;
}

.brdrbtm {
	color:#333;
	font-size:120%;
	border-bottom:#333 dotted 1px;
}

.pad-top20 {
	padding-top:20px;}
	
.pad-top40 {
	padding-top:40px;}
.gly-bk {
	background-color:#F3F3F3;
	padding:10px 10px;
	width:auto;
}

.orng-bk {
	background-color:#ED965A;
	border:solid 1px #E85A24;
	padding:20px;
	color:#FFF;
}
.orng-waku {
	border:solid 1px #E85A24;
	padding:20px;
	color:#333;
}
.sankaku{
	padding:0;
	margin:0 auto;
	text-align:center;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #E85A24;
}

/*** レスポンシブテーブルデザイン ***/
.tbl-rsp{
  width:100%;
  /*border: 1px solid #cccccc;*/
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.tbl-rsp th{
  /*padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;*/
  width: 30%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  /*background-color: #F4F4F4;*/
}
 
.tbl-rsp td{
/*padding: 5px 10px;*/
text-align: left;
vertical-align: top;
/*background-color: #ffffff;
border-top: dotted 1px #cccccc;
*/overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.tbl-rsp{
  /*border:none;*/
}
.tbl-rsp th{
	
  width:100%;
  display:block;
  margin: 0 auto;
  /*border:none;
  border-radius: 3px;*/
}
.tbl-rsp td{
  display: list-item;
  width: 100%;
  border-top: none !important;
  border-right: none !important;
}
}
/*** ／レスポンシブテーブルデザイン ***/
.lineheight140{
	line-height:140%;
}


.leftbrdr_orange{
	border-left:solid 6px #4BB1B5;
	padding-left:10px;
}
.orange {
	color:#70655F;
}
.kuro
{
	color:#333;
}
hr{
    border:none;
    border-top:dashed 1px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
}
.mds-bk_iro{
	background-color:#434343;
	background-color:#6d6d6d;
	background-color: #02275B;
	    font-family: 'ヒラギノ明朝 ProN W3', HG明朝E, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', 游明朝, YuMincho, serif;
	color:#ffffff;
	padding:10px;
	margin:30px 0;
}

.fadeInUp {
    -webkit-animation: fadeInUp 1s cubic-bezier(.55,0,.1,1) both;
    animation: fadeInUp 1s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeInUp { from{ opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }}
@keyframes fadeInUp { from{ opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}




.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}


.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}



.maingazou {

	    margin-right: auto;
    margin-left: auto;
	}
	
.maingazou img {
    width: 100%;
	
}

	
@media (min-width: 1200px)
.maingazou {{
    width: 1170px;
	    margin-right: auto;
    margin-left: auto;
	}
.maingazou img {
    width: 100%;
	
}

}

}


.containermain{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;text-align:center;}

@media (min-width:768px){.containermain{width:750px;
margin-right:auto;margin-left:auto;
}}

@media (min-width:992px){.containermain{width:970px;
margin-right:auto;margin-left:auto;
}}

@media (min-width:1200px){.containermain{width:1170px;
margin-top:5px;
margin-right:auto;margin-left:auto;}}


.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}




.btn-warning {
    color: #fff;
    background-color: #6d6d6d;
    border-color: #6d6d6d;
}


.btn-warning:hover {
  color: #fff;
  background-color: #db2121;
  border-color: #db2121;
   background-color: #1C1C1C;
  border-color: #1C1C1C;
}



.btn-warningaka {
    color: #fff;
    background-color: #C92847;
    border-color: #C92847;
}


.btn-warningaka:hover {
  color: #fff;
  background-color: #6d6d6d;
    border-color: #6d6d6d;
}



.btn-warningao {
      color: #ffffff;
    background-color: #C7151C;
    border-color: #C7151C;
}


.btn-warningao:hover {
  color: #fff;
     background-color: #666666;
    border-color: #666666;
 
}


.navbar-header{
	background-color:#FFF;
}

.top_concept h2 {
    position: relative;
    color: #484848;
    font-size: 32px;
    line-height: 1em;
    text-align: center;
	    padding: 0 10px 8px;
    border-bottom: 1px solid #222222;
	
}


.text_mincho {
    font-family: 'ヒラギノ明朝 ProN W3', HG明朝E, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', 游明朝, YuMincho, serif;
	letter-spacing: 1.4px;
}


.top_concept .hr_style1 {
    margin: 25px 0;
    background: #f1f1f1;
	width:100%;
    height: 5px;
}

.top_concept .hr_style1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 66px;
    height: 5px;
    background: #570500;
}
.top_unit_in {
    width: 1000px;
    margin: 0 auto;
}

.top_concept .top_unit_in {
    padding: 0px 60px 40px;
    background: #fdfdfd;
}

.mod-title {
	font-size: 30px;
	text-align: center;
	 color: #484848;
}
.mod-title span {
	display: inline-block;
	padding: 0 10px 8px;
	border-bottom: 1px solid #222222;
}


/*** top concept ***/
@media screen and (max-width: 1000px){

.top_concept .top_unit_in {
  padding: 0% 6% 3%;
     width: 100%;
}

.top_concept h2 {
  position: relative;
  color: #484848;
  font-size: 3rem;
  line-height: 1em;
}

.top_concept .hr_style1 {
  margin: 2rem 0;
}

.top_concept_text {
  margin-left: 0;
}

.top_concept_text p {
  margin-bottom: 1.5em;
  font-size: 1.15rem;
  line-height: 1.7em;
}

.mod-title {
	font-size: 20px;
	text-align: center;
	 color: #484848;
}
.mod-title span {
	display: inline-block;
	padding: 0 10px 8px;
	border-bottom: 1px solid #222222;
}

}

.clear{
	clear:both;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    float: left;
    text-align: left;
}

.hitowaku{
	   padding:15px 45px 0px 35px!important;
    width: 100%!important;
    border: #ddd 6px solid;
    display: block!important;
    overflow: hidden!important;
	    border: 1px solid #999;

    background-color: #F2F2F2;
}
.card {
    position: relative;
    float: left;
    width: 100%;
    height: ;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-left: 3px solid #aaa;
}


.card img {
  padding:10px;
  width:90px!important;
  height:90px!important;
    left: 10px;
    top: 10px;
}

.card .title {
    position: absolute;
    left: 88px;
    top: 10px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    cursor: pointer;
	color:#009;
}

.card .title a{

	color:#009;
}

.card .title a:hover{

	color:#009;
	border-bottom:solid 1px #000066;
}




.card  strong {
    position: absolute;
    left: 88px;
    top: 30px;
    display: block;
    padding-right: 10px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: normal;
}

h1 {
    font-size: 11px;
    margin-top: 9px;
    line-height: 15px;
    padding-bottom:5px;
   
color: #878787;
    letter-spacing: 0.7px;
}

.js .to-animate {
	opacity: 0;
}



#gm {
  
    width: 100%;
    

    margin-bottom: 15px;
	 background: url(../img/common/ghaikei.png);
	 background: #FA8B06;
	  background: #e56606;
	      background-color: #FC7B00;
	     font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
		 

}




@media only screen and (max-width: 768px) {
	#gm {
  
 display:none;
}

}
@media only screen and (min-width: 1100px) {
#gm ul {
  width: 1170px;
  margin: 0 auto;
  height: 50px;
 background: url(../img/common/gsen.png) no-repeat right center;
}

#gm li {
  display: block;
  float: left;
  display: inline;
}

#gm li a {
  display: block;
  width: 167px;
  height: 50px;
  padding-top: 15px;
  background: url(../img/common/gsen.png) no-repeat left center;
  color: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: ;
  color:#ffffff;
      border-right: 1px solid #ffffff;
	  
}

#gm li.gm1 a {
	  display: block;
  width: 167px;
 height: 50px;
  padding-top: 15px;
  background:none;
  color: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: ;
  color:#ffffff;
      border-left: 1px solid #ffffff;
	   border-right: ;
}
}

@media only screen and (min-width: 750px) and (max-width: 1099px) {
#gm ul {
  width: 800px;
  margin: 0 auto;
  height: 50px;
 background: url(../img/common/gsen.png) no-repeat right center;
}


#gm li {
  display: block;
  float: left;
}

#gm li a {
   display: block;
  width: 114px;
  height: 50px;
  padding-top: 15px;
  background: url(../img/common/gsen.png) no-repeat left center;
  color: inherit;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: ;
  color:#ffffff;
      border-right: 0px solid #555555;
}

#gm li.gm1 a {
	  display: block;
  width: 114px;
 height: 50px;
  padding-top: 15px;
  background:none;
  color: inherit;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: ;
  color:#ffffff;
      border-left: 0px solid #555555;
	   border-right: 0px solid #555555;
}



}




#gm li.gm4 a {
	  display: block;
  width: 142px;
 height: 50px;
  padding-top: 15px;
  background:none;
  color: inherit;
  font-size: 12.2px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color:#5D4C41;
    background: url(../img/common/gsen.png) no-repeat left center;
}


#gm li.gm8 a {
	  display: block;
  width: 142px;
 height: 50px;
  padding-top: 15px;
  background: url(../img/common/gsen.png) no-repeat left center;

  color: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}



#gm li a span {
  font-size: 12px;
  color: #959595;
}


#gm li a:hover {
  color: #;
 
  opacity: 0.6; 

  
}

#gm li.gm_sp {
  display: none;
}
@media only screen and (min-width: 769px) {
.sp768{
	display:none;
}
}

#main{
	margin:0 auto;
}


.cmidasi_tab{
	
		
	font-weight:bold;
	text-align:left;
	padding:6px;


	color:#F00;
		padding-bottom:10px;
			padding-top:2px;
	
}


.cmidasi_tab th{
font-size:130%;
	font-weight:bold;
	text-align:left;
	padding:6px;
	padding-left:px;
	border-bottom: 4px solid #F00;
	color:#333333;
		padding-bottom:10px;
		height:6px;
			
	
	
}

.cmidasi_tab td{

	font-weight:normal;
	text-align:left;
	padding:6px;

	border-bottom: 4px solid #bbbbbb;
	vertical-align: top;
		height:6px;
	
}

h6 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	font-size:186%;
	font-weight:600;
	color:#4D4D4D;
	letter-spacing:1.1px;
    font-family: 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;

}
h6::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #71A1D1;
}

.aomozi1{
	color:#009;
	font-size:160%;
	font-weight:600;
	

}
.midasi{
	font-size:30px;
	text-align:center;
	color:#363636;
	letter-spacing:1.4px;
	line-height:26px;
	
}
@media only screen and (max-width: 600px) {
	
	.midasi{
	font-size:22px;
	text-align:center;
	color:#363636;
	letter-spacing:1.4px;
	line-height:28px;
	
}
}


.tophaikei{
	  background: url("../img/top/tophaikei.png") no-repeat ;
	    display: table;
    width: 100%;
 
    background-position: center center;
    background-size: cover !important;
}


.sirowaku{
	
	border:2px solid #FFF;
	z-index:100;
}

.sirowaku p{
	padding:20px;
	font-size:15px;
	z-index:101;
	color:#3F3F3F;
}

.page_title {
    font-size: 2.6rem;
    text-align: center;
background: url("../img/common/common.png") no-repeat ;

    font-weight: 600;
    color: rgb(69, 69, 69);
    font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
    padding: 82px;
    border-top: ;
    border-bottom: ;
    margin: 0px;
	margin-top:-15px;
	background-position: center center;
    background-size: cover !important;
}


@media only screen and (max-width: 767px) {
.page_title {
    font-size: 2rem;
    text-align: center;
background: url("../img/common/common.png") no-repeat ;

    font-weight: 600;
    color: rgb(69, 69, 69);
    font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
    padding: 60px;
    border-top: ;
    border-bottom: ;
    margin: 0px;
	margin-top:0px;
	background-position: center center;
    background-size: cover !important;
}
}


.hh2 {
    margin-top: 0px;
	position: relative;
	padding: 0 .5em .5em 1.7em;
    margin-bottom: 18px;
    border-bottom: 1px solid #fafafa;
	width:100%;
}

.hh2 i {
    display: inline-block;
    width: 3px;
    height: 24px;
    margin-right: 12px;
	margin-top:0px;
    background: #f19500;
	
}
.hh2 .hhh2{
	position: absolute;
        line-height: 1;
    margin-top: -5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2dcd1;
    font-size: 120%;
    letter-spacing: 0.08em;
	font-weight:600;
	padding: 0 .5em .5em 1.7em;
	
}


.midasinana1 {
	position: relative;
	padding: 0 .5em .5em 1.7em;
	border-bottom: 1px solid #ccc;
}
.midasinana1::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.midasinana {
	position: relative;
	padding: 0 .1em .8em 1.7em;
	border-bottom: 1px solid #ccc;
	font-size:140%;
	font-weight:600;
	margin-bottom:15px;
}
.midasinana::after {
	position: absolute;

	top: .1em;
	left: .1em;
	content: '';
	    display: inline-block;
    width: 3px;
    height: 60px;
    margin-right: 12px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #f19500;
}

.cath{
	font-size:23px;
	font-weight:bold;
	color:#333;
	text-align:center;
	line-height:35px;
	letter-spacing:1px;
}

.aka{
	color:#C7151C;
}

.center11{
	margin-left:110px;
}
@media only screen and (max-width: 767px) {
.center11{
	margin-left:0px;
}
}
	
.font-mincho{
	font-weight:bold;
	padding-bottom:6px;
}
.clearfix{
	clear:both;
}

ul, ol, dl, dt, dd {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


.orenzib{
	color: rgb(252, 123, 0);
	font-weight:;
}







/**
 * Design Shack Respnsive Menu
 */


* {
	padding: 0;
	margin: 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav {
	
	
	overflow: hidden;	
}

nav ul {
	list-style: none;
	overflow: hidden;
}
/*
nav li a {
	background: #444;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font: 400 13px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 12.5%;
	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}*/

/*HOVER
nav li a:hover {
	background: #222;
}

/*SMALL*/
nav small {
	font: 100 11px/1 Helvetica, Verdana, Arial, sans-serif;
	text-transform: none;
	color: #aaa;
}

/*BORDER FIX*/
nav li:last-child a {
	border: none;
}*/

/*BLUE MENU
nav .blue {
	margin-top: 50px;
}

.blue li a {
	background: #75b1de;
}

.blue small {
	color: white;
}

.blue li a:hover {
	background: #444;
}*/

/*RED MENU

nav .red {
	margin-top: 50px;
}

.red li a {
	background: #5C0002;
}

.red small {
	color: white;
}

.red li a:hover {
	background: #a60306;
}
*/
/* MEDIA QUERIES*/
@media only screen and (max-width : 1220px),
only screen and (max-device-width : 1220px){
	nav li a {
		
	}
	
	nav small {
		
	}
}

@media only screen and (max-width : 930px),
only screen and (max-device-width : 930px){
	nav li a {
		width: 25%;
		;
	}
	
	nav li:last-child a, nav li:nth-child(4) a {
		border-right: none;
	}
	
	nav li:nth-child(5) a, nav li:nth-child(6) a, nav li:nth-child(7) a, nav li:nth-child(8) a {
		border-bottom: none;
	}
}
@media only screen and (max-width : 767px),
only screen and (max-device-width : 767px){
	nav li a {
		width: 100%;
	}
	
	nav li:nth-child(even) a {
		border-right: none;
	}
	
	nav li:nth-child(5) a, nav li:nth-child(6) a {
		border-bottom: 1px solid #fff;
	}
}
/*

@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
	nav li a {
		font: 400 11px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	}
}*/


.sensen{
	width:100%;
	border-bottom:#FC7B00 solid 1px;
	padding-top:5px;
	
	
}

.uneicath {
    font-size: 26px;
    /* font-weight: bold; */
    color: #333;
    text-align: center;
    line-height: 36px;
    letter-spacing: 1px;
	
}

@media only screen and (max-width: 600px) {
.uneicath {
    font-size: 26px;
    /* font-weight: bold; */
    color: #333;
    text-align: center;
    line-height: 36px;
    letter-spacing: 1px;
}

}

.fright{
	float:right;
}