@charset "UTF-8";
/* CSS Document */
body
{
	font-family:'Hiragino Kaku Gothic Pro',"Hiragino Sans", "Hiragino Sans", "Hiragino Sans","Meiryo","メイリオ","Helvetica Neue","YuGothic","Segoe UI","San Francisco","Osaka","MS PGothic",sans-serif;
    letter-spacing: 0.1em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

/* 横幅固定 */
/* ###### width 1040px  over #######*/
@media (min.width: 768px) {
}
.body, .info, .news, .oshirase, header, .grjlist , .grjsearch
			{
				width: 780px;
			margin-left:auto;
			margin-right:auto;
			padding-left:10px;
			padding-right:10px;
			}
.grjlist 
			{
				width: 980px;
			margin-left:auto;
			margin-right:auto;
			padding-left:10px;
			padding-right:10px;
			}
.note
{
		width: 800px;
		margin-left:15px;
		margin-right:5px;
			}
.copyright
{
	margin:0;
}
/* ヘッダー */
header{
    width: 100%;
    padding: 10px 0;
}
.header_wrapper{
    max-width: 1320px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_wrapper h1{
    width: auto;
    display: flex;
    align-items: center;
}
.header_wrapper h1 a{
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 34px;
}
.header_wrapper h1 span{
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 10px;
}
	

		
/*/==================
ナビゲーションメニュー1
=====================/*/	
.gnav{
    width: 100%;
    background-color: #f3f3f3;
}
.gnav_wrapper{
    max-width: 980px;
    margin: auto;
    display: flex;
}
.gnav_wrapper li{
	border-right:#888 1px solid;
	padding: 10px 10px;
    text-align: center;
    width: 100%;
    transition: all  0.3s ease;
	list-style-type:none;
	white-space: nowrap;
	color:#003;
	
}
.gnav_wrapper li a{
	 color:#000;
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
}
.gnav_wrapper li:hover{
    color:#FFF;
	background-color:#86add5;
	transition: .4s;
	
}
.gnav_wrapper li:last-child{
    border-right:none;
	
}


ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}



/*/==================
フッター　copyright
=====================/*/	
.copyright  {margin: 0;
			color:	#333;
			font-size:14px;
			background-color:#CCC;
			padding-top: 15px;
			padding-bottom:	15px;
			padding-left: 15px;
			padding-right: 15
}
