@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:10pt;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
}
.clear{
	clear: both;
}
.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}
.inner img{
	width: 50%;
}
header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fff;
}
.search{
margin: -10px 0 0 0;
float: right;
	display: block;
	width: 360px;
}
li.sm_menu a{
	font-size: 11pt;
}
nav {
clear: both;
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}
.square_btn{
    position: relative;
    display: inline-block;
    margin: 0 0 10px 5px;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}
.square_btn{
   background: #fd9535;/*背景色*/
}
.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.square_btn a{
	color: #fff;
	text-decoration: none;
}
.square_btn a:hover{
	color: #DC143C;
}
.btn_member{
    position: relative;
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    border-bottom: solid 2px #4D7198;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}
.btn_member{
	background: #4D7198;/*背景色*/
}
.btn_member:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn_member a{
	color: #fff;
	text-decoration: none;
}
.btn_member a:hover{
	color: #DC143C;
}
#contents {
	overflow:hidden;
	width:980px;
	margin:20px auto;
	background:#fff;
}
#main {
	box-sizing:border-box;
	float:left;
	width:75%;
	overflow: hidden;
}
#sub {
	box-sizing:border-box;
	float:right;
	width:24%;
	overflow: hidden;
}
#main_all{
	box-sizing:border-box;
	overflow: hidden;
	clear: both;
}
footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}

h2 {
	margin-bottom:0.5em;
	padding:10px 0;
	font-size:21px;
	color:#333;
	border-top:3px solid #004D63;
	border-bottom:1px dotted #004D63;
}

h3 {
	margin:1em 0 0.5em 0;
	padding:2px 5px;
	color:#fff;
	font-size:16px;
	background:#3A4861;
	clear: both;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#004D63;
	border-bottom:3px solid #004D63;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}
.event_top{
position: relative;
padding-bottom: 42%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 0 0 8px 5px;
}
.event_top iframe,
.event_top object,
.bmap embed {
position: absolute;
top: 0;
left: 0;
width:  97%;
height: 100%;
}
.submenu{
	display: block;
	overflow: hidden;
	width: 100%;
}
.submenu iframe{
	overflow: hidden;
	width: 100%;
	height: 170px;
	display: block;

}
.buner{
	margin: -30px 0 0 0;
}
.buner li{
	display: table-cell;
}
.buner img{
	width: 98%;
	height: 50px;
	margin:  0 0 10px 5px;
}
#main_all dt{
	border-left: solid 10px #4D7198;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	font-size: 16pt;
}
table.mail p.zipinfo{
	font-size: 9pt;
	margin: 0;
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:30px 10px;
}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
}

input.keyword{
	width: 200px;
		font-size: 10pt;
}
input.kensaku{
	width: 60px;
	background:  #EFEEED;
			font-size: 10pt;
}
.search{
	float: right;
	width: 300px;
	margin: -20px 0 0 0;
}
.search p{
font-size: 10pt;
margin:0 0 0 20px; 
color: #767676;
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	padding:2px;
	background:#f1f1f1;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.downmenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
.foot_logo{
	clear: both;
}
.foot_logo img{
	width: 500px;
}
 
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
	padding:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 15px;
	font-size:12px;
	text-align:center;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#efede9;
	background:#2e2e2e;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#008BB2;
}
.totop img:hover {
	background:#005789;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.col_two_one {
	overflow:hidden;
	clear: both;
}

.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
}
.col_three_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_three_one li {
	list-style:none;
	float:left;
	width:31%;
	margin:0 2% 2% 0;
	display: inline-box;
vertical-align: top;
}
.col_three_one li img {
	width:100%;
	margin-bottom:2.5%;
}
.downmenu li {
	margin:0;
	padding:0;
	list-style:none;
	width: 97%;
}
.downmenu li a:before {
content: "◦";
}
.downmenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.downmenu li a:hover {
	background:#eee;
}

.submenu li a{
text-decoration: none;
margin: 0 0 3px 3px;
}
/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	position:relative;
	overflow:hidden;
	margin:20px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#004D63;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
.inner{
	width:100%;
}
.inner img{
	width: 70%;
	clear: both;
	}
.search{
	float: left;
	width: 40%;
	margin: 0;
	clear: both;
}
	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
h2 {
	font-size:18px;
}
	.lock {
		overflow:hidden;
		height:100%;
	}

	header {
		z-index:2;
		box-sizing:border-box;
position:absolute;
		top:0;
		left:0;
		width:100%;
		padding:15px 10px;
	}

	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
	}

	#main {
		float:none;
		width:100%;
	}
	#sub {
		float:none;
		width:100%;
	}
	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
	.search_o{
	float: left;
	margin: 5px 0 5px 0;
}
.search{
	width: 70%;
	display: block;
}
.foot_logo img{
	display: none;
}
.col_three_one li {
	width:100%;
}
#sub{
	display: none;
}	
}
@media screen and (max-width:420px) {
h2 {
	font-size:16px;
}
header {
position:absolute;
		width:100%;
	  top: 0;
	}
.search{
display: none;
}
}
table.mail td.koumoku{
	vertical-align: middle;
	text-align: center;
}
.kentei_logo{
	display: block;
	overflow: hidden;
}
.kentei_logo img{
	width: 100%;
}
.kentei p{
	font-size: 12pt;
}
.ken_list li{
	font-size: 12pt;
	margin: 10px 0 0 30px;
	list-style: disc;
}
.kentei_box{
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
}
.entry{
    border-radius: 8px;
    clear: both;
    background-color: #ff8800;
    padding: 6px;

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