*{
/*	padding:0;
	margin:0;*/
}

html, body {
	height: 100%;
/*	background:rgba(229,228,228,1.00);
	background-image:url(../images/bg001.gif);
	background-repeat: repeat; */
    	/*ここで背景のベースカラーを指定する*/
	background-color: rgba(190,211,243,1.00);
	 
	/*ここでCSS3のグラデーションをつかってストライプのパターン・色を指定する
	（※色を変える場合は#fffffffの部分を変更）*/
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffffff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffffff),color-stop(.75, #ffffff), color-stop(.75, transparent),to(transparent));
	 
	/*ここでパターンの大きさを指定する
	（※数字によってはストライプのグラデーションがずれるので注意）*/
	-webkit-background-size: 7px 7px;
}

body {

    font-size: 14px;

}



header{
	position: absolute;
	width: 100%;
	top: 0;
	background: rgba(255,255,255,1.00);
	border-bottom:3px solid rgba(140,140,140,1.00);

}

header .navbar {
	position: relative;
	width: 100%;
/*	height: 80px;*/
	margin:0px;
	padding:0px;
	background: rgba(255,255,255,1.00);
	z-index: 1001;

}


.home-slider {
	position: relative;
	overflow: hidden;
	width:100%;
	height: 500px;
}

.home-slider #maximage { 

	position: absolute;
	width: 100%;
	min-height:500px;
	z-index: 0;
}

/*.midasihaikei{
	margin:0 0 10px 0;
	padding:6px 12px;
	background: #1D8ADE;
	color:#FFF;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-shadow:1px 1px 2px #333;
	box-shadow:inset -1px -1px 2px rgba(0,0,0, 0.6),inset 1px 1px 2px rgba(255,255,255,0.8);	
}*/


.bodynanamestripe{
	/*ここで背景のベースカラーを指定する*/
	background-color: rgba(190,211,243,1.00);
	 
	/*ここでCSS3のグラデーションをつかってストライプのパターン・色を指定する
	（※色を変える場合は#fffffffの部分を変更）*/
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffffff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffffff),color-stop(.75, #ffffff), color-stop(.75, transparent),to(transparent));
	 
	/*ここでパターンの大きさを指定する
	（※数字によってはストライプのグラデーションがずれるので注意）*/
	-webkit-background-size: 7px 7px;

}	
	
@media screen and (max-width: 990px) {
.container{
	width:95%;
	background-color: #FFF;
}
/*.nav>li>a{
	padding-right:3px;
	padding-left:3px;	
}*/
}

/*コンテンツエリア*/

#maincontens_index{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
}

#maincontens{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 100px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 100px;
}

#maincontens_2{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
}

#maincontens_3{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
}

#maincontens_4{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
}

#maincontens_5{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
}

#maincontens_oukou{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
}


#navbar ul{
	background-color:rgba(255,255,255,1.00);

}

#navbar ul li {

}

#navbar ul li a {
	font-size:1.2em;
	font-weight:bold;
    line-height: 40px;
}

.navbar-brand{
	line-height:40px;
}

.navbar-default{
	background-color:rgba(255,255,255,1.00);
	border:none;
}

span.caret{
	display:none;
}


.h1top{
	margin-top:-6px;
	padding:0px;
}

.pbmidashi{
	padding: .3em 0em;
	margin: .3em 0em; 
	background:url(../images/pb.png) no-repeat;
	background-position: left center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);

}


.midashi_hk{
	padding-left: 1.7em;
	background-color: #00bfff;
	border-bottom: 2px solid #4682b4;
}


h2.topmidashi{
    margin: 0 0 0.7 0 em;
    padding: 0.4em;
    border-left: 7px solid #333399;
    font-size: 1.143em;
    font-weight: bold;
}

h2.topmidashi3{
    margin: 0 0 0.7em;
    padding: 0.4em;

    border-bottom: 1px dashed #ff8000;
    font-size: 1.143em;
    font-weight: bold;
}

h2.midashititle{
	font-size:1.3em;
/*    font-weight: bold;*/
}

.topmidashi2{
    margin: 10px 0 10px 0;
    padding: 0.4em;
    border-left: 7px solid rgba(247,189,22,1.00);
/*    border-bottom: 1px dashed #B92A2C;*/
    font-size: 16px;
    font-weight: bold;
}

h3.midashititle{
	font-size:1.1em;
	text-decoration:underline;
    font-weight: bold;
}

.spanmidashi{
	margin-left:15px;
}

div.topicword{
	margin-left:20px;
	margin-bottom:20px;
}

div.rowbottom{
	margin-bottom:20px;
}

h4 {   
	
	text-align : center;
	position:relative;
    padding : 0px 5px 10px 5px;
	font-size:12px;
	font-weight: bold;
    border-bottom:1px solid #81DAF5;

}

h4.tum {
	text-align : center;
/*	position:relative;
    padding : 0px 5px 10px 5px;
*/	font-size:14px;
	font-weight: bold;
    border-bottom:none;
}

h5 {   
	position:relative;
    padding : 10px ;
	margin: 10px;
    font-size:18px;
	
}


.rectborder{
	border:none rgba(255,255,255,0.0);
	padding:0px;
	margin-bottom:0px;
}

div.slidebox{
	margin-left:20px;
	margin-bottom:40px;
	text-decoration:underline;
	cursor:pointer;
}

.panel-footer{
	margin-top:25px;
}

.topmargin20{
	margin-top:20px;
}

.topmargin10{
	margin-top:10px;
}
.sou{
	position:absolute;
	right:20px;
	top:110px;
	width:25%
}

.toptxt{
	position: absolute;
	left: 0px;
	background: rgba(255,255,255,0);
	margin-top: -100px;
	z-index:20;
}

/*.toptxt{
	position: absolute;
	left: 20px;
	background: rgba(255,255,255,0.90);
	top: auto;
	bottom: 20px;
}*/

.navactive{
	background-color:rgba(154,222,243,1.00);
	color:rgba(70,70,70,1.00);
}

.img_under_text{
	text-align : center ;
	font-size : 14px;
}

.txt_set1{

	margin : 0.5em ;
	padding : 0.5em ; 
	font-size : 14px;
}

.txt_set2{
	margin : 0.5em ;
	padding : 0.5em ; 
	font-size : 14px;
}

.txt_set3{
	margin-top: 20px;	
}
.txt_set4{
	margin-top:-8px;
	margin-left: 300px;	
}

.txt_set5{
	padding-top: 2px;
	font-size: 70%;	
}

.txt_set6{

	text-align : center ;
	margin : 0.5em ;
	padding : 0.5em ; 
	font-size : 12px;

}

.txt_set7{
	margin-top: 15px;
}


.txt_set8{

	margin : 0.5em ;
	padding : 0em ; 
	font-size : 16px;
	color:#464646;

}

.txt_set9{

	margin : 0.5em ;
	padding : 0.5em ; 
	font-size : 16px;
	color:#464646;
	text-indent: 1em;

}



.gaiyou{
	background: #FFF;
	margin : 0.5em;
	padding: 0.5em ;
	font-size : 16px ;
}

ol {
	
}

.kouhou {
	list-style: none;
	padding-left: 40px;
	line-height: 3em;
	background-size: 15px auto;
}


.w-100{
	width: 100%;
}

.li1{
	background-image: url("../images/list_1.png");
	background-repeat: no-repeat;
	background-size: 35px;
	padding-left: 40px;
}

.li2{
	background-image: url("../images/list_2.png");
	background-repeat: no-repeat;
	background-size: 35px;
	padding-left: 40px;
}

.li3{
	background-image: url("../images/list_3.png");
	background-repeat: no-repeat;
	background-size: 35px;
	padding-left: 40px;
}

.li4{
	background-image: url("../images/list_4.png");
	background-repeat: no-repeat;
	background-size: 35px;
	padding-left: 40px;
}

.li5{
	background-image: url("../images/list_5.png");
	background-repeat: no-repeat;
	background-size: 35px;
	padding-left: 40px;
}

.li6{
	background-image: url("../images/list_6.png");
	background-repeat: no-repeat;
	background-size: 35px;
	padding-left: 40px;
}

.li7{
	background-image: url("../images/list_7.png");
	background-repeat: no-repeat;
	background-size: 35px;
	padding-left: 40px;
}



@media screen and (max-width: 768px) {
ol li {
    list-style: none;
    /*padding-left: 0px;
	padding-right: 0px;*/
    background-size: 15px auto;
	font-size: 12px;
		
}
	
	#maincontens,#maincontens_2,#maincontens_3,#maincontens4,#maincontens,#maincontens_oukou {
    background-color: rgba(255,255,255,1.00);
    position: relative;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
		
	}
	
	#maincontens_oukou li{
		line-height: 1.5em;
		margin-top:5px;
		margin-bottom: 5px;
		padding-top: 5px;
		padding-bottom: 20px;
		/*padding: 5px 0px;*/
	}
	
	#maincontens_oukou .kouhou li{
		border-bottom: solid 1px #CBD7E7;
		padding-bottom: 8px;
		
		
	}
	
	
	.kouhou{
	list-style: none;
	padding-left: 5px;
	
		
	}
	
	.kouhou li{
		border-bottom: solid 1px #CBD7E7;
		
	}
	
	.li1{
	background-size: 20px;
	background-position: left center;
		

	
	}
	
	.li2{
	background-size: 20px;
	background-position: left center;
	}
	
	.li3{
	background-size: 20px;
	background-position: left center;
	}
	
	.li4{
	background-size: 20px;
	background-position: left center;
	}
	
	.li5{
	background-size: 20px;
	background-position: left center;
	}
	
	.li6{
	background-size: 20px;
	background-position: left center;
	}
	
	.li7{
	background-size: 20px;
	background-position: left center;
	}
}

/*
.list {
	position: relative;
}
.list::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.li_icon li{
	vertical-align: middle ;
margin : 1em ;
padding: 0em 0em 0.5em 0em;
font-size:14px;
	width: 35px;
	height: auto;
}

li.li1 {

background-image: url(../images/list_1.png); 
background-size: 35px;
background-repeat: no-repeat;
	padding: 30px;

}



li.li2 {

list-style-image: url(../images/list_2.png); 

}


li.li3 {

list-style-image: url(../images/list_3.png); 



}

li.li4 {

list-style-image: url(../images/list_4.png); 



}

li.li5 {

list-style-image: url(../images/list_5.png); 


}


li.li6 {

list-style-image: url(../images/list_6.png); 



}


li.li7 {

list-style-image: url(../images/list_7.png); 



}

*/




.li_set{
	margin-left: -25px;
}


.imglayout1{

text-align : center ;

}


.imglayout2{
	margin-left: 20px;
	margin-bottom: 5px;
}
.imglayout3{
	margin-left: 20px;
	margin-bottom: 15px;
}

.tbl_form01{
	margin-left: 35px;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 60%;
	font-size: 16px;
}
.tbl_form02{
	margin-left: 45px;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 80%;
	font-size: 16px;
}

.tbl_element1{
	text-align: center;
}

.tbl_element2{
	text-align: right;
}

.waku1 {
	padding:20px;
    border:solid 2px darkred;
    border-radius:10px;
    background-color:LemonChiffon;
    margin-top:4px;
	margin-left: 0px;
    margin-bottom:20px;
}
	

/*---- 問合せ送信ボタン装飾  ---*/

.smt1 {
	cursor:pointer;/*カーソルを指先型にします*/
	font-size:100%;
	font-weight: bold;
	width:80px;
	padding: 5px 0;
	margin:0.5em 0.5em 0 0;
	border-style:none;/*デフォルトのボーダーを消す。ボーダーの指定を上書きしてもOK*/
	color: #fff;
	background: #A3D0F9;/*背景色を指定*/
/*↓ボックスの角丸の指定です*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
/*↓ボックスのシャドウの指定です*/
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	box-shadow: 2px 2px 3px 1px #666;
/*↓テキストシャドウの指定です*/
	text-shadow: 1px 1px 2px #000; 
}
/*↓「:hover」で、ロールオーバー時に変えたい指定をします。ここでは背景色だけ変更*/
.smt1:hover {
	background-color: #1BBFCD;
}

/*-----------------*/
/***** Apollo 画像の光るトランジション*****/
/*-----------------*/


figure {
	position: relative;
	overflow: hidden;

	text-align: center;

}

figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}



figure.effect-apollo {

}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0.4em;
/*	padding: 0 1em;*/
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	background-color:rgba(255,255,255,1.00);
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.9;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*#summary.stuck {
  position:fixed;
  top:50px;
  width : 23.25%
}*/

#summary.stuck {
   position:fixed;
   	border-bottom:3px solid rgba(140,140,140,1.00);
	width:100%;
   top:0;
   	left: 0;

	z-index: 1002;
}


/*下層ページのメインビジュアル一覧*/
/* 画面幅が1170px以上になった場合に背景色をつける */
.main-v {
    position: relative;
    background-color:rgba(0,0,0,1.00);
    margin-bottom: 30px;
}
 
/* メインcontainerを最大1170pxに指定 */
/* Bootstrapのコンテンツエリアが最大1170pxのため */
.main-container{
    position:relative;
    max-width: 1500px;
	min-height:auto;
    margin-left:auto;margin-right:auto;
}
@media screen and (max-width: 480px) {
	.main-container{
    max-width: 100%;
	height:240px;
	}
	.main-img{
    max-width: 100%;
	height:240px;
	}
}
 
img{
    max-width: 100%;
    margin:0 auto 0 auto;
}
 
.main-img{
    display: block;
}


h2.midashititle2{
	font-size:1.3em;
/*    font-weight: bold;*/
}

.toptxt2{
	position: absolute;
	left: 40px;
	background: rgba(255,255,255,0.90);
	top: 120px;
	bottom: auto;
	
}



/*h2.wordtitle {
    position: relative;
    padding-left: 25px;
    border-bottom: 3px solid #ddd;
    color: #666;
    font-size: 23px;
    line-height: 32px;
}

h2.wordtitle:before {
    position: absolute;
    top: -8px;
    left: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 12px;
    width: 12px;
    background:rgba(200,200,200,1.00);
    content: "";
	
    -webkit-box-shadow:0 0 2px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 2px rgba(0,0,0,0.8);
    box-shadow:0 0 2px rgba(0,0,0,0.8);

}

h2.wordtitle:after {
    position: absolute;
    top: 8px;
    left: 2px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    height: 8px;
    width: 8px;
    background:rgba(200,200,200,1.00);
    content: "";
	
    -webkit-box-shadow:0 0 2px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 2px rgba(0,0,0,0.8);
    box-shadow:0 0 2px rgba(0,0,0,0.8);
}
*/
h2.wordtitle {

	position: relative;
	padding: .25em 0 0.25em .5em;
	border-left: 6px solid #3498db;
}
/*h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;

}*/

/* メインのテキスト装飾
.main-info h2{
  position: absolute;
  background: rgba(33, 33, 44, 0.7);
  color: #fff;
  padding:10px 10px;
}
.main-info2 h2{
  position: absolute;
  background: rgba(33, 33, 44, 0.7);
  color: #fff;
  padding:10px 10px;
}
 */
 
/*bootstrapのメディアクエリに合わせて、表示位置やフォントサイズを調整*/
@media screen and (max-width: 768px) {
    .main-info h2{
      top: 10px;
      right: 5px;
      font-size: 1.3em;
    }
    .main-info2 h2{
      top: 80px;
      right: 5px;
      font-size: 1.3em;
    }
}
 

 
/* Medium devices (desktops, 992px and up) */
@media screen and (max-width: 1170px) {
 	a.navbar-brand img {
	width: 220px;
	margin-top: 3px;
	}
	#navbar ul li a {
		font-size:14px;
	}
}
 
/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
 
}


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


	#navbar ul li a {
		font-size:12px;
	}	

	#navbar ul li a {
		line-height: 20px;
	}
	
	.navbar-brand{
		line-height:20px;
	}
	a.navbar-brand img {
	width: 200px;
	margin-top: -3px;
	}
	
	

/*	a.dropdown-toggle img{
		margin-top:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-bottom:0px;
	}*/
	span.caret{
		display:block;
	}
}

setumei	{

	margin : 2.5em;
	padding : 2.5em;
	border : solid 1px;
	background-color : #000 ;

}

.img-thumbnail2 {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
	text-align: center;

}

.tekiyourei {
	
	text-align : center;
	position:relative;
    padding : 0px 5px 10px 5px;
	font-size:12px;
	font-weight: bold;
    border-bottom:1px solid #81DAF5;

}


.douga {   
	position:relative;
    padding : 0px 5px 10px 5px;
    padding : 10px ;
	margin: 10px;
    font-size:16px;
	font-weight: bold;
    border-bottom:2px solid #81DAF5;
	
}

.douga2 {   
	position:relative;
    padding : 0px 5px 10px 5px;
    padding : 10px ;
	margin: 10px;
    font-size:15px;
	font-weight: bold;
    border-bottom:2px solid #81DAF5;
	
}

.jirei {

list-style:none;
vertical-align: middle ;
margin : 0 ;
padding: 0em 0em 0.5em 0em;
font-size:16px;


}


table.s_jirei {


vertical-align: middle ;
margin : 1.5em 1.5em 1.5em 1.5em ;
padding: 1.5em 1.5em ;
font-size:14px;


}



.nendo {
font-size : 12px ;

}

.netis {

font-size : 16px;
color : #4682b4;
margin : 5px;

}

.news {

color : #004080;


}

/*以下ページ内ジャンプ位置調整*/

#tokutyou{
    margin-top:-80px;
    padding-top:80px;
}

#tekiyou{
    margin-top:-80px;
    padding-top:80px;
}

#tokkyo{
    margin-top:-80px;
    padding-top:80px;
}

#videointroduction{
    margin-top:-80px;
    padding-top:80px;
}


#heat{
    margin-top:-80px;
    padding-top:80px;
}

#huntai{
    margin-top:-80px;
    padding-top:80px;
}

#chihyou{
    margin-top:-80px;
    padding-top:80px;
}

#oukou{
    margin-top:-80px;
    padding-top:80px;
}

#sejirei
{
    margin-top:-80px;
    padding-top:80px;
}

#const_case{
    margin-top:-80px;
    padding-top:80px;
}

/*以上ページ内ジャンプ位置調整*/

.mt-5{margin-top: 50px;}

.paddingleft_0
{
	
padding-left : 0px;	
	padding-right: 0px;
	
}
	


.sq { list-style-type: square }  

gyoukan {

padding-under : 20px ;	
	
}

.topimages {

    background: #FFF url("../images/topbanner.jpg") center bottom;
    width: 100%;
    height: 550px;

/*	padding-top:90px;
*/    background-size: cover;
    overflow: hidden;

}

@media screen and (max-width: 480px){
	
	.spNone { 
		display: none;
		}
		
	h1.pbmidashi {
	font-size : 20px ;
	margin : 1.5em 0em 0em 0em ;
	font-weight: bold;
	
		}
	
		
	
	h2.wordtitle {

	position: relative;
	padding: .25em 0 0.25em .5em;
	border-left: 6px solid #3498db;
	font-weight: bold;
	font-size: 16px;
}
	
	h3.topmidashi2{
	font-size :16px ;
	margin : 0.5em 0 0.5em 0 ;
	font-weight: bold;
		
	}
		
	h4{
	font-size :17px ;
	margin : 1em 0 0.8em 0 ;
	font-weight: bold;
	
	}
	
	
/*	.container{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	}*/
	
	/*
	#maincontens {
	
	margin : 0 ;
	padding : 0 ;
		
	}
	
	.body	{
	font-size : 100% ;
	}
	*/
	

#maincontens_index{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#maincontens{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}

#maincontens_2{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}

#maincontens_3{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#maincontens_4{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#maincontens_5{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.netis {

font-size : 15px;
color : #4682b4;
margin : 5px;

}
	
}

@media screen and (max-width: 767px) {
	.topimages {
		height: 400px;
	}
	.kkstyle{
		width: 400px;
	}
	
/*	
#maincontens_index{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
}

#maincontens{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 100px;
	padding-left: 60px;
	padding-right: 60px;
}

#maincontens_2{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
}

#maincontens_3{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
}

#maincontens_4{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
}

#maincontens_5{
	background-color: rgba(255,255,255,1.00);
	position: relative;
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
}*/

	
}


.sekou_setumei{

padding : 1.5em ;
margin : 1.5em ;
	
}

/*.nav>li>a {
    position: relative;
    display: block;
	padding: 10px 10px;}*/

.square_btn {
position: relative;
display: inline-block;
font-weight: bold;
/*padding: 0.25em 0.5em !important;*/
margin: 15px 15px 0 10px;
padding: 10px;
text-decoration: none;
color: #FFF;
background: #3980D4;
transition: .4s;
}
.square_btn:hover {
background: #1ec7bb;
}


@media screen and (max-width: 769px) {
.square_btn {
margin: 0px 10px 5px 10px;
	padding: 10px;
	font-size: 12px;
}
}


@media screen and (max-width: 415px) {
.square_btn {
margin: 5px 10px 5px 10px;
	padding: 10px;
	font-size: 12px;
}
}


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

#navbar ul li a {
	font-size: 1em;
	font-weight:bold;
	padding: 10px 10px;
}


}

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

#navbar ul li a {
	font-size:1em;
	font-weight:bold;
	padding: 10px 10px;
}


}

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

#navbar ul li a {
	font-size: 0.9em;
	font-weight:bold;
	padding: 5px 5px;
}


}



/*.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
	margin-top: 10px;}*/

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin: 0 auto;}

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

.navbar img{
margin-top: 10px;}
	
}

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

.navbar img{
margin-top: 5px;}
	
}

/*@media screen and (max-width: 1169px) {

.navbar img{
margin-top: 10px;}
	
}
*/

.bg-red{
	background-color:#F75C5E;
}

.color-white{
	color: #fff;
}

.news_pm{
	padding:5px;
	margin: 5px;
		
}

.mb-5{
	margin-bottom: 50px;
}

.pl-book{
	font-size: 12px;
	padding-left: 40px;
}