/* CSS Document */

body {
	background:#F0E8DA;
	background:#eeeeee;
	background:url(../img/jpaper.png) repeat;
	/*color:#FFFFFF;*/
	font-size:1.1em;
}

.h1,h2,h3,h4,h5 {
	font-size:120% ;
}

#contents_body {
	background:#FFF;
	color:#000000;
}

.nav {
	/*margin-bottom:0px;*/
}

.carousel {
	margin-bottom:0px;
}

.nav-pills {
	/*box-shadow: 10px 10px 10px 10px #000000 inset;*/
	border-bottom:30px !important ;
}

.nav-pills > li > a {
	margin:0px;
	padding:0px;
	border:none;
}

.nav-tabs > li > a, .nav-pills > li > a {
	margin:0px;
	padding:0px;
	border:none;
	display:block ;
	width:188px ;
	line-height:3em ;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:center ;
	background:#000000;
	color:#FFFFFF;
	border-radius: 0 ;
}

.nav-tabs > li > a, .nav-pills > li.twocols > a {
		line-height:1.5em ;

}


.nav-tabs > li > a, .nav-pills > li > a:hover {
	color:#2D2D2D;
}
.border_bottom_red {
	margin:1em;
	padding-bottom:3em;
	border-bottom:#930 2px solid;
}

.navi_img:hover {
		invert(100%);
}

.news_p {
	border-bottom: #CCC dashed 1px;
	line-height:1.5em;
}

#headers {
	padding-top:2em;
	padding-bottom:1em;
	/*background:url(../img/waffle.gif);*/
	background:#373633;
	background:url(../img/bg_h.png) repeat;
	/*border-bottom:#555 solid 2px;*/
	margin-bottom:1em;
	color:#EEE;
}

#headers #fudasho {
	margin: 10px 0 ;
}

.main_contents {
	width:960px;
	margin:auto auto;
	border:#CCC solid 1px;
	background:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	box-shadow:#444 0px 0px 6px;
	line-height:2em ;
}

#headers img {
	invert(100%);
}

.main_contents ul {
	margin:0 auto 0px auto !important ;
}

li {
	list-style:none !important ;
}

.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}


.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}




.fb_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
    margin-left: 10px;
}


.fb_btn .fbook{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
    background: #fff;
  width: 48px;/*幅*/
  height: 48px;/*高さ*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 10px;/*角丸に*/

}
.fb_btn .fa-facebook-square {/*アイコン*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 56px;/*アイコンサイズ*/
  line-height: 48px;/*高さと合わせる*/
}
.sns_ico {
    clear: both;
    
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
}


.container {
}


body {
  padding-top: 0px !important;
}

.footer {
	background:url(../img/bg_h.png) repeat;

}

.kg_table {
	width:100% ;
	margin:30px auto ;
}

.kg_table tr {
	border-bottom:dotted 1px #DED9D9 ;
}
.kg_table th {
	text-align:left ;
	padding:10px ;
}

.kg_table td {
	text-align:left ;
	padding:10px ;
}

.post_list li {
	margin-top:20px ;
	padding-bottom:0 ;
	border-top: dotted #ccc 1px ;
}
.post_list li:last-child {
	padding-bottom:10px ;

	border-bottom: dotted #ccc 1px ;
}

.post_list h4 a {
	line-height: 1.8em;
	font-size: 18px;
	
}
.post_list .info  li{
	border: none;
	display: inline-block;
	margin-right: 10px;
	
}

.bs-docs-container {
	margin-top:30px ;
}

.mincho {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.border_bottom_red h2 {
	margin-top:30px ;
}
#line::after {
	content: "";
	display: block;
	clear: both;
	
}

#line .logo {
	float: left;
	width: 50%;
}

#line .logo img {
	width: 100%;
}
#line .code {
	float: right;
	width: 50%;
}

#line .code img {
	width: 100%;
}

.wpcf7 input[type="text"],.wpcf7 input[type="email"],textarea
{
    width: 90%;
}




