@charset "UTF-8";
/*739px-320px*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background:#F0F0ED;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #000000;
	text-align:center;
	font-size:14px;
	line-height:20px;
	-webkit-text-size-adjust:100%;
	height:100%;
}
h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:14px;
	line-height:20px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#FF0000;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*標準のリンク*/
a{
	color: #008CB4;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*-------------------------全体の幅*/
header div.frame,
footer,
#contents{
	width: auto;
	margin:0px 10px;
}

/*header
-----------------------------------------------------------------------------------------*/
header{
	background:#FFFFFF url(images/header_bg.png) top repeat-x;
	border-bottom:1px solid #C6C6C2;
}
header div.frame{
	text-align:center;
}
/*-------------------------サブメニュー*/
header .submenu ul{
	float:right;
}
header .submenu li{
	float:left;
	margin-left:20px;
	font-size:12px;
	line-height:26px;
}
header .submenu li a{
	color:#FFFFFF;
}
header .submenu li:last-child a{
	display:block;
	width:150px;
	height:35px;
	text-indent:-9999em;
	background:url(images/header_member.png) top no-repeat;
}
header .submenu li:last-child a:hover{
	background-position:bottom;
}
/*-------------------------ロゴ*/
header h1{
}
/*-------------------------グローバルメニュー*/
header nav{
	border-left:2px dotted #D2D2D2;
	margin:10px 0;
	position:relative;
	overflow:hidden;
}
header nav h2{
	display:none;
}
header nav li{
	float:left;
	padding:0 5px;
	border-right:2px dotted #D2D2D2;
	width:16.6%;
	text-align:center;
}
header nav li a{
	display:block;
	border-radius: 4px;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
header nav a:hover{
	background:#EBF0F0;
}




/*footer
-----------------------------------------------------------------------------------------*/
footer {
	background:#0096C8;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}
/*-------------------------上へ*/
#toPageTop {
	float:right;
	width:40px;
}
#toPageTop img{
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#toPageTop img:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	cursor:pointer;
}
/*-------------------------copyright*/
footer small{
	display:block;
	font-size:10px;
	line-height:40px;
}
footer small,
footer small a{
	color:#CCEAF4;
}

/*contents
-----------------------------------------------------------------------------------------*/
#contents{
	text-align:left;
	padding:10px 0;
}
/*-------------------------画像のhoverは透過*/
#contents a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
/*-------------------------icon*/
#contents a[href$='.pdf'],
#contents a[target]{
	margin-left:3px;
	padding-left:20px;
	padding-top:1px;
	padding-bottom:1px;
	background:url(images/icon_pdf.png) left no-repeat;
}
#contents a[target]{
	background:url(images/icon_blank.png) left no-repeat;
}

#contents a[href*='pdf']{
	background:url(images/icon_pdf.png) left no-repeat;
}
/*.banner内の画像はアイコンなし*/
#contents .banner a{
	padding:0;
	margin:0;
	background:none;
}
/*アイコンをつけたくない場合*/
#contents a.noicon{
	padding:0;
	margin:0;
	background:none;
}

/*ぱんくず
-----------------------------------------------------------------------------------------*/
#path{
	display:none;
}

/*localnav
-----------------------------------------------------------------------------------------*/
#localnav{
	padding:20px 30px 30px 30px;
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#FFFFFF;
	box-shadow: 1px 1px 0 #D0D0D4;
	-webkit-box-shadow: 1px 1px 0 #D0D0D4;
	-moz-box-shadow: 1px 1px 0 #D0D0D4;
}
#localnav h2{
	font-size:18px;
	padding:10px 0;
	border-bottom:2px dotted #D2D2D2;
}
#localnav h2 img{
	display:none;
}
#localnav h2 span{
}
#localnav h2 span.nav-btn{
	background:      -o-linear-gradient(top, #BBBBBB 0%, #333333 100%);
	background:     -ms-linear-gradient(top, #BBBBBB 0%, #333333 100%);
	background:    -moz-linear-gradient(top, #BBBBBB 0%, #333333 100%);
	background: -webkit-linear-gradient(top, #BBBBBB 0%, #333333 100%);
	background: linear-gradient(top, #BBBBBB 0%, #333333 100%);
	display:block;
	float:right;
	width:60px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:#FFF;
	font-weight:bold;
	border-radius: 3px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:16px;
	margin-top:-10px;
	font-family:arial;
}
#localnav h2 span.nav-btn:hover{
	cursor:pointer;
	background:#666666;
}
#localnav .banner{
	float:left;
	margin-top:5px;
	margin-right:5px;
}
#localnav  ul.localmenu li a{
	display:block;
	padding:8px 8px 8px 20px;
	background:url(images/localnav.png) 10px 15px no-repeat;
}
#localnav  ul.localmenu li a[href$='.pdf']{
	background:url(images/icon_pdf.png) 0 10px no-repeat;
}
#localnav  ul.localmenu li a:hover{
	background-color:#EBF0F0;
	text-decoration:none;
}
@media screen and (max-width: 480px) {
	#localnav  ul.localmenu{float:none;}
	#localnav .banner{float:none;margin:5px;}
}
.nomobile {
	display: none;
  }
.showmobile {
	display: block;
  }

/*main
-----------------------------------------------------------------------------------------*/
#main{
	margin-top:-20px;
}
#main article{
	margin-bottom:10px;
	padding:15px 30px 30px 30px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	background:#FFFFFF;
	box-shadow: 1px 1px 0 #D0D0D4;
	-webkit-box-shadow: 1px 1px 0 #D0D0D4;
	-moz-box-shadow: 1px 1px 0 #D0D0D4;
}



/*information
-----------------------------------------------------------------------------------------*/
#information{
	background:#FFFFFF;
	padding:8px;
	border:2px solid #7FC5D9;
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#information h2{
	margin:-10px -10px 8px -10px;
	text-align:center;
	background:#4DAFCB;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}
#information p.adress{
	font-size:13px;
	color:#666666;
	margin-right:-3px;
}
#information p.adress br{
	display:none;
}
@media screen and (max-width: 470px) {
	#information p.adress br{display:inline;}
}
#information p.adress span{
	white-space:nowrap;
}
#information p.tel{
	font-size:15px;
	line-height:22px;
	color:#F15A24;
	margin-top:5px;
}
#information p.tel span{
	white-space:nowrap;
	font-weight:bold;
	margin-right:15px;
}
#information p.btn{
	margin-top:5px;
	text-align:center;
	padding-top:10px;
	border-top:1px dotted #B3B3B3;
}
#information ul.entry{
	padding:3px 3px 3px 0;
}
#information ul.entry li{
	float:left;
	margin-right:15px;
	margin-top:5px;
}

/*relatelinks
-----------------------------------------------------------------------------------------*/
#relatelinks{
	padding:15px;
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#FFFFFF;
	box-shadow: 1px 1px 0 #D0D0D4;
	-webkit-box-shadow: 1px 1px 0 #D0D0D4;
	-moz-box-shadow: 1px 1px 0 #D0D0D4;
	margin-bottom:10px;
}
#relatelinks h2{
	font-weight:bold;
	padding:5px 0 10px 5px;
}
#relatelinks li{
	padding-left:22px;
	text-indent:-22px;
	margin-bottom:5px;
	font-size:12px;
	line-height:18px;
}
