﻿@charset "utf-8";



html,body {height: 100%;}

body {margin: 0px;
	padding: 0px;
color: #000;	
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
font-size: 16px;line-height: 2;background: #fff;-webkit-text-size-adjust: 100%;
}



h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {
margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}


ul {list-style-type: none;}

ol {padding-left: 40px;padding-bottom: 15px;}

img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}

iframe {width: 100%;}





a {
color: #000080;	transition: 0.5s;text-decoration: none;	}


a:hover {
	color: #2f4f4f;text-decoration: none;}


.inner {
	max-width: 1100px;margin: 0 auto;
}






header {
	overflow: hidden;
	background: #fff;	
	
color: #fff;			
	
width: 94%;	


height: 90px;	
	padding: 0 3%;		

	




position: fixed;	

z-index: 1;		

}





#top header {
padding: 0;
box-shadow: none;
width: auto;
min-height: 100%;
	
overflow: auto;
	position: relative;
	

background: #000 url(../images/n-logo.png) no-repeat center center;	
background: #000 url(../images/nstlogo_s.png) no-repeat center center/60%;	



}






header #logo img {
	width: 300px;float: left;padding-top: 0px;}

#menubar {
overflow: hidden;
	position: relative;
	
padding-top: 30px;	float: left;
}



#menubar li {
float: left;padding-left: 30px;}


#menubar li a {
text-decoration: none;
display: block;
color: #000;
padding-top: 3px;}

#menubar li::after {
transition: 0.2s;content: "";

display: block;
border-bottom: 3px solid green;	
position: relative;left: 0px;bottom: -3px;
}





#menubar li:hover::after,#menubar li.current::after {
bottom: 0px;
}






#menubar-s {display: none;
}





#menubar_hdr {display: none;
}


.contents {
clear: both;
overflow: hidden;
padding: 40px 3%;
}




header + #menubar-s + .contents {
padding-top: 120px;}



.contents h2 {clear: both;

margin-bottom: 40px;
margin-top: 0px;font-size: 20px;
background: #fff;		
padding: 3px 20px;	text-align: center;	
border: 2px solid #000;	
border-radius: 30px;	
}









.contents p {
padding: 0px 20px 15px;
}

.contents h2 + p,
.contents h3 + p {
margin-top: -10px;
}


.main {
overflow: hidden;
float: right;width: 72%;	padding-bottom: 30px;
}





.list {
	position: relative;
	overflow: hidden;
	padding: 10px;	
	border-bottom: 0px solid #dcdcdc;	

	margin: 0 20px;	
	line-height: 1.5;
}





.list:first-of-type {
	border-top: 0px solid #dcdcdc;	


}



.list:nth-child(odd) {
background: #fafafa;}
.bg1 .list {
	background: #fff;	
}

.list a {
	text-decoration: none;
display: block;
overflow: hidden;

padding: 20px;	margin: -20px;


}





.list a:hover {
background: #fff;
}



.list a::before {content: "";	font-size: 12px;display: block;
	
position: absolute;
	right: 10px;	
bottom: 20px;width: 30px;	
line-height: 30px;text-align: center;
	
background: #333;	color: #fff;
border-radius: 50%;transition: 0.5s;	

}



.list a:hover::before {background: #0814b1;}



.list h4 {
	font-size: 20px;color: #0814b1;margin-bottom: 10px;
}

.list p {font-size:14px;
	padding: 0 20px 5px 40px !important;}



.list figure img {
float: left;width: 20%;	
height: auto;border-radius: 8px;margin-right: 10px;

margin-bottom: 10px;
}



.list2 figure img {
float: right;width: 100%;	

}




.sub {
	float: left;	width: 24%;		
padding-bottom: 30px;
}





.sub h2 {
	border-radius: 0;
	margin-bottom: 0;
	
background: #999;
	text-align: center;	}





.sub p {
	padding: 0 !important;
margin: 0 !important;
}






.sub ul.submenu {
	margin-bottom: 15px;	
	

border-top: solid 1px #dcdcdc;	

	text-align: center;		

}




.sub ul.submenu li a {
text-decoration: none;
	
display: block;
padding: 5px 10px;		
border-bottom: solid 1px #dcdcdc;		
border-left: solid 1px #dcdcdc;	
border-right: solid 1px #dcdcdc;		
background: blue;	
}






.sub h2 + ul.submenu {
	border-top: none;
}




.sub .box1 {
	overflow: hidden;
	padding: 10px;			
	
margin-bottom: 20px;	
	
border: solid 1px #dcdcdc;	



background: #fafafa;	


}





.sub h2 + .box1 {
	border-top: none;
}



.sub ul.submenu {
	margin-bottom: 0;
}


footer {
	clear: both;
	background: #0814b1;	
	color: #fff;		

	font-size: 85%;		

}


footer a {
	color: #fff;	
text-decoration: none;
}



footer a:hover {
	color: #fff;	}


footer .pr {
	display: block;
	font-size: 80%;
}



#footermenu {
	overflow: hidden;
	padding: 20px 3%;
}




#footermenu ul {
	float: left;	
	
width: 18%;		
	


padding-right: 1%;
	padding-left: 1%;
}






#copyright {
	clear: both;
	
text-align: center;
	background: #222;	
	color: #ccc;		
}


#copyright a {
	text-decoration: none;
	
color: #ccc;	
}





#new dl {
	padding-left: 20px;
	margin-bottom: 15px;
}




#new dt {
	float: left;
	width: 9em;
	
color: #0814b1;	

letter-spacing: 0.1em;
}



#new dd {
	padding-left: 9em;
}





.ta1 {
	width: 96%;
	margin: 0 auto 20px;
}


.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	

	padding: 10px 15px;		

word-break: break-all;
}




.ta1 th.tamidashi {
	width: auto;
	text-align: left;	

	font-size: 18px;	

	background: #fafafa;
}

.ta1 th {
	width: 140px;		

text-align: center;	font-weight: normal;
}





.ta1 th img {
width: 100%;
}



.page-top {
position: fixed;
	
   right: 5px;
   padding: 1px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 25px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;

bottom: 10px;
   
   z-index: 889;}
page-top a:hover { background: #0F9095; }






#pagetop {
	
clear: both;
	
padding-top: 40px;
	padding-right: 3%;
}

#pagetop a {
	color: #fff;		
font-size: 20px;	
text-decoration: none;

text-align: center;
	display: block;
	
float: right;
	
margin-bottom: 50px;
	
background: #0814b1;	

	color: #fff;		
	width: 60px;		
	line-height: 60px;		
border-radius: 50%;	
}







/*マウスオン時*/

#pagetop a:hover {
	background: #222;
}



/*トップページのNEWアイコン
-------------------*/

.newicon {
	background: #F00;	
/*背景色*/
	color: #FFF;		
/*文字色*/
	
font-size: 70%;
	
line-height: 1.5;
	
padding: 2px 5px;
	
border-radius: 2px;
	margin: 0px 5px;
	
vertical-align: text-top;
}



/*その他
------------------------*/


.bg1 {background: #fff;padding:0;}

.look {background: #000;padding: 5px 15px;border-radius: 4px;
font-size: 18px;color: #fff;letter-spacing: 0.1em;line-height:3.0;
}




.mb15,.mb1em {margin-bottom: 15px;}

.clear {clear: both;}

ul.disc {padding: 0em 25px 15px;list-style: disc;}

.color1, .color1 a {color: green;}

.pr {font-size: 10px;text-align:right;}

.wl {width: 96%;}

.ws {width: 50%;}

.c {text-align: center;}

.r {text-align: right;font-size:13px;}

.l {text-align: left;}

img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}

img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}

.big1 {font-size: 24px;letter-spacing: 0.2em;}

.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}

.sh {display: none;}

figure.item {padding: 0px 20px 20px;text-align: center;}






/*画面幅900px以下の設定
---------------------------------*/

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



/*ヘッダー（最上段のブロック）
---------------------*/


/*ロゴ画像（トップページ以外。トップページのロゴは上の
#top headerのbackgroundで指定しています。）*/


header #logo img {
	width: 200px;	
/*幅*/
	padding-top: 10px;	

/*上に空ける余白。ヘッダーブロックに対する上下バランス
をここで調整して下さい。*/


}

}





/*画面幅800px以下の設定
--------------*/

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



/*inner共通
---------------*/


.inner {
	width: auto;
}



/*メインメニュー（※トップページ以外）
-----------------*/


/*小さな端末用メニューを非表示から表示に切り替える*/


#menubar-s {
display: block;
clear: both;

position: fixed;
z-index: 2;
top: 90px;	

/*ヘッダーブロックの高さをここに設定する*/
	

width: 100%;	
}


/*メニュー１個あたりの設定*/


#menubar-s li a {
display: block;
text-decoration: none;
text-align: left;	

/*文字をセンタリング*/
	
padding: 10px 30px;	
/*上下、左右へのメニュー内の余白*/
	
background: #fff;
/*背景色*/
	
border-bottom: 1px solid #ffa500;	
/*下線の幅、線種、色*/
}



/*トップページ以外で使っている大きな端末用用
メニューを非表示にする
---------*/


#menubar {
display: none;
}



/*３本バーアイコン設定
-----*/


/*３本バーブロック*/


#menubar_hdr {
display: block;
position: fixed;
z-index: 2;

top: 14px;	right: 2.5%;
width: 24px;	border: 1px solid #fff;		

padding: 6px 5px 2px;	}



/*３本のバー（1本あたり）*/


#menubar_hdr span {
display: block;
border-top: 1px solid #000;	

/*枠線の幅、線種、色*/
	

margin-bottom: 6px;			
/*バー同士の余白*/
}


#top #menubar_hdr {
	display: none;
}


/*main,subコンテンツ
---------------------*/


.main, .sub {
	float: none;
	width: auto;
}



/*Serviceページの各ブロック
------------*/


/*ボックス内の画像*/


.list figure img {
width: 35%;height: 100%;
}




/*subコンテンツ内のメニュー
--------*/


/*メニュー１個ごとの設定*/


.sub ul.submenu li {
	width: 50%;/*半分の幅にする*/
	

float: left;	/*左に回り込み*/
}



/*偶数番目のメニューの左のラインを消す設定*/


.sub ul.submenu li:nth-child(even) a {
	border-left: none;
}



/*その他
----------------*/


body.s-n .sub,body.s-n #footermenu,.m-n {display: none;}

.fl-half{float:left;width:45%;margin-left:3%;}

.sh {display:block;}
.pc {display:none;}

}






/*画面を横に倒した場合に高さ400px以下の設定
------------*/



@media screen and (orientation: landscape) and (max-height:400px){



/*ヘッダー（最上段のブロック）と、メインメニュー
（※トップページ以外）と、３本バーアイコンブロック
-----*/


header,#menubar-s,#menubar_hdr {
position: absolute;		

/*画面高さの表示領域が狭いので、固定表示を解除
（画面スクロールとともに移動させる）*/
}

}






/*画面幅480px以下の設定
------------*/


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



/*全体の設定
---------------*/


body {
	font-size: 16px;	
/*文字サイズ*/
	
line-height: 1.5;	
/*行間*/
}



/*コンテンツ
--------------*/


.contents {
padding: 20px 10px;
/*上下、左右に空けるボックス内の余白*/
}


/*コンテンツのh2タグの設定*/


.contents h2 {
	font-size: 18px;	

/*文字サイズ*/
	padding: 5px 10px;	

/*上下、左右への余白*/
}

/*コンテンツのh3タグの設定*/


.contents h3 {
	font-size: 18px;	

/*文字サイズ*/
	
padding: 3px 10px;	/*上下、左右への余白*/
}


/*コンテンツの段落タグ設定*/


.contents p {
	padding: 0px 10px 15px;	

/*上、左右、下への余白*/
}



/*Serviceページの各ブロック
----------------*/


/*各ボックスの設定*/


.list {
	padding: 5px;
	margin: 0;
}

.list a {
	padding: 10px;
	margin: -10px;
}


/*ボックス内のh4タグ設定*/


.list h4 {
	font-size: 15px;	
/*文字サイズ*/
	margin-bottom: 0;
}


/*リンクを貼った際に出る「→」マーク*/

.list a::before {
	font-size: 10px;	
/*文字サイズ*/
	width: 20px;	
/*幅*/
	line-height: 20px;	
/*高さ*/
}




/*subコンテンツ内のメニュー
----------------*/


.sub ul.submenu li a {
padding: 10px;	

/*メニュー内の余白*/
}



/*フッターメニュー
--------------*/


/*ボックス全体*/


#footermenu {
	display: none;
}



/*テーブル
---------------------*/


/*テーブル１行目に入った見出し部分*/


.ta1 th.tamidashi {
	font-size: 15px;	/*文字サイズ*/
}


/*テーブル内の左側*/


.ta1 th {
	width: 100px;
	padding: 5px;
}


/*テーブル内の右側*/


.ta1 td {
	width: auto;
	padding: 5px;
}



/*その他
------------------------*/

.ws,.wl {width: 94%;}

img.fr,img.fl {float: none;margin: 0;width: 100%;}

.fl-half{float:none;width:100%;margin-left:0;}

}



/*その他
----------------
.contents h3 {
clear: both;

margin-bottom: 20px;
font-size: 20px;
background: #fff;	
border-radius: 30px;color: #006400;padding: 5px 20px;	
font-weight:500;	
}
--------*/


