﻿@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
color:#333;
font:14px Meiryo,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.7;
-webkit-text-size-adjust: none;
}

.alpha{
font-family:"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif!important;
}

@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
  font-weight: 500;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#0099cc;text-decoration:none;}
a:hover{color:#0099cc;}
a:active, a:focus{outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}
#wrapper a{color:#0099cc;text-decoration:underline;}
#wrapper a:hover{color:#0099cc;text-decoration:none;}

.top-btn a{
color:#ffffff !important;
text-decoration:none !important;
}

.inner{
margin:0 auto;
width:100%;
}

/*  float
==============================================*/
.float-l {float: left;}
.float-r {float: right;}
	
.img-right {
	padding:0;
	float: right;
	margin: 0px 0px 10px 10px;
	}

.img-left {
	padding:0;
	float: left;
	margin: 0px 10px 10px 0px;
	}
.img-box {
	padding: 10;
	float: left;
	margin: 10px;
	width: 200px;
}

.movies {
	padding: 0;
	float: left;
	margin: 10px;
	width: 380px;
	clear: both;
}


/*  txt
==============================================*/
.txt-center {text-align: center;}
.txt-left {text-align: left;}
.txt-right {text-align: right;}


.txt-sm{font-size:0.6em;}
.txt16 {font-size: 16px;line-height: 24px;}
.txt16b {font-size: 16px;line-height: 24px;font-weight: bold;}

.dot-line{ border-bottom:1px dotted #999999; padding-bottom:2px;}

/*  margin
==============================================*/
.tmg05 {margin: 5px 0px 0px 0px;}
.tmg10 {margin: 10px 0px 0px 0px;}
.tmg15 {margin: 15px 0px 0px 0px;}
.tmg20 {margin: 20px 0px 0px 0px;}
.tmg25 {margin: 25px 0px 0px 0px;}
.tmg30 {margin: 30px 0px 0px 0px;}

.rmg05 {margin: 0px 5px 0px 0px;}
.rmg10 {margin: 0px 10px 0px 0px;}
.rmg15 {margin: 0px 15px 0px 0px;}
.rmg20 {margin: 0px 20px 0px 0px;}
.rmg25 {margin: 0px 25px 0px 0px;}
.rmg30 {margin: 0px 30px 0px 0px;}

.bmg05 {margin: 0px 0px 5px 0px;}
.bmg10 {margin: 0px 0px 10px 0px;}
.bmg15 {margin: 0px 0px 15px 0px;}
.bmg20 {margin: 0px 0px 20px 0px;}
.bmg25 {margin: 0px 0px 25px 0px;}
.bmg30 {margin: 0px 0px 30px 0px;}
.bmg35 {margin: 0px 0px 35px 0px;}
.bmg40 {margin: 0px 0px 40px 0px;}

.lmg05 {margin: 0px 0px 0px 5px;}
.lmg10 {margin: 0px 0px 0px 10px;}
.lmg15 {margin: 0px 0px 0px 15px;}
.lmg20 {margin: 0px 0px 0px 20px;}
.lmg25 {margin: 0px 0px 0px 25px;}
.lmg30 {margin: 0px 0px 0px 30px;}


/*  padding
==============================================*/
.tpd05 {padding: 5px 0px 0px 0px;}
.tpd10 {padding: 10px 0px 0px 0px;}
.tpd15 {padding: 15px 0px 0px 0px;}
.tpd20 {padding: 20px 0px 0px 0px;}
.tpd25 {padding: 25px 0px 0px 0px;}
.tpd30 {padding: 30px 0px 0px 0px;}

.rpd05 {padding: 0px 5px 0px 0px;}
.rpd10 {padding: 0px 10px 0px 0px;}
.rpd15 {padding: 0px 15px 0px 0px;}
.rpd20 {padding: 0px 20px 0px 0px;}
.rpd25 {padding: 0px 25px 0px 0px;}
.rpd30 {padding: 0px 30px 0px 0px;}

.bpd05 {padding: 0px 0px 5px 0px;}
.bpd10 {padding: 0px 0px 10px 0px;}
.bpd15 {padding: 0px 0px 15px 0px;}
.bpd20 {padding: 0px 0px 20px 0px;}
.bpd25 {padding: 0px 0px 25px 0px;}
.bpd30 {padding: 0px 0px 30px 0px;}

.lpd05 {padding: 0px 0px 0px 5px;}
.lpd10 {padding: 0px 0px 0px 10px;}
.lpd15 {padding: 0px 0px 0px 15px;}
.lpd20 {padding: 0px 0px 0px 20px;}
.lpd25 {padding: 0px 0px 0px 25px;}
.lpd30 {padding: 0px 0px 0px 30px;}


/*  common
==============================================*/
img {border: 0;}

.clear {
	clear: both;
	line-height: 0px;
	}

.clearfix:after,
.grid-tm ul.top-news li:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix,
* html .grid-tm ul.top-news li {
    height: 1em;
    overflow: visible;
}
/**/

ol li{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
	margin-bottom: 30px;
}

/*************
/* ヘッダー
*************/
#header{
overflow:hidden;
padding:0;
}

* html #header{height:1%;}


/*************
/* ロゴ
*************/
#district{
background:#aecde0;
}

#district h1{
height:8px;
color:#eeeeee;
text-indent:-9999px;
}

#header .logo{
float:left;
padding:30px 10px 10px 10px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size:32px;
font-weight:bold;
}

#footer .grid-logo .logo{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size:28px;
font-weight:bold;
}

#wrapper .logo{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size:26px;
font-weight:bold;
}

#header .logo a,
#header .logo a:hover,
#footer .grid-logo .logo a,
#footer .grid-logo .logo a:hover{
color:#333333;
}

#header .h-btn{
margin:20px 10px;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:0 auto;
padding:0;
width:100%;
line-height:0;
background:#d3d6dd;
}

#mainBanner .inner{position:relative;}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:0;
left:0;
padding:5px 10px;
line-height:1.4;
z-index:100;
}

.slogan h2{
padding-bottom:5px;
color:#333;
font-size:24px;
}

.slogan h3{
font-size:18px;
color:#666;
}

.page-link{
width:100%;
margin-bottom:20px;
background-color:#ede9d5;
}

.top-info,
.career,
.career-s,
.inquiry{
margin-bottom:50px;
}

.top-info h2{
padding:5px 20px;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-weight: bold;
font-size:18px;
text-align:center;
border: 1px solid #cccccc;
border-bottom:none !important;
background-image:url(../images/top-info_bg.gif);
background-position:center bottom;
background-repeat:repeat-x;
}

.top-info table{
  width:100%;
  border: 1px solid #cccccc;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

table.career,
.career-s{
  width:100%;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.top-info table th,
table.career th,
.career-s th{
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
}

.top-info table th{
  padding: 16px 8px 5px 30px;
  width: 150px;
}

table.career th{
  width: 250px;
  padding: 10px;
  border-bottom:1px dotted #999999;
}

table.career-s th{
  width: 150px;
  padding: 10px;
  border-bottom:1px dotted #999999;
}

.top-info table td,
table.career td,
table.career-s td{
text-align: left;
vertical-align: top;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
table.career td,
table.career-s td{
  border-bottom:1px dotted #999999;
padding: 10px;
}

.inquiry{
  width:98%;
  border: 2px solid #d6ceb4;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.inquiry th{
  padding: 6px 8px 5px;
  border-top: solid 1px #ffffff;
  width: 20%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}
 
.inquiry td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

.inquiry input,
.inquiry textarea{
	width:80%;
	padding:15px;
	
}

.inquiry input:focus,
.inquiry textarea:focus {
border:solid 1px #EEA34A;
}

.btn{
	margin-bottom:50px;
	text-align:center;
}

.btn input { 
    width: 10em;
	margin:0 10px 10px 10px;
    padding: 15px 40px;
    font-size: 1.2em;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   background-color: #0099cc;
    color: #fff;
    border-style: none;
}

.btn input:hover{
   background-color: #053e62;
}

.top-info table td{
padding: 15px 30px;
}

.page-link h2{
padding:5px 20px;
background-color:#206c20;
color:#ffffff;
font-weight: bold;
font-size:16px;
}

.page-link p a{
padding:5px 20px;
color:#000000 !important;
text-decoration:none !important;
border-bottom:1px solid #cccccc;
display:block;
}

.page-link p a:hover{
color:#009900 !important;
}

.top-btn{
float:right;
margin:20px 0;
}

.tbl-layout {  
  width: 98%;
  margin: 0 auto 15px auto;
  border-bottom: none;
  background-color: #fff;
}
.tbl-layout dt,
.tbl-layout dd {
  padding: 10px 20px;
}
.tbl-layout dt {
  font-weight: bold;
  font-size:14px;
}
.tbl-layout dd {
  font-size:10px;
  padding-top:10px;
  padding-bottom:20px;
  border-bottom: 1px solid #bedfbe;
}
.tbl-layout dd input {
  max-width:100%;
  margin-bottom:5px;
}
.tbl-layout dd textarea {
  max-width:100%;
}

.tbl-layout .w70{
  font-size:0.9em;
  width:55px;	
  height:24px;
}
.tbl-layout .bdchange{
  border-bottom:none;	
}
.inquiry input,
.inquiry textarea {
  max-width:100%;
  margin-bottom:5px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    filter: alpha(opacity=60); /*IE6・・*/
    -ms-filter: "alpha( opacity=60 )"; /*IE8*/
    opacity:0.6;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
    color: #fff;
    filter: alpha(opacity=100); /*IE6・・*/
    -ms-filter: "alpha( opacity=100 )"; /*IE8*/
    opacity:1;
}

.content dl.d-line{
padding-bottom:10px;
}

.content dl.d-line dt {width:125px; height:30px; padding-top:0px; padding-left:15px; color:#206c20; font-weight:bold;}
.content dl.d-line dd {min-height:30px; margin:-30px 10px 10px 0; padding:0 0 8px 140px; border-bottom:1px dotted #cccccc;}
.content dl.d-line dd p {margin-left:0;}
/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
background:#fff;
}

.prof h3{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-weight:bold;
line-height:1.2em;}

h4{
margin:0 10px 5px 10px;
font-weight:bold;
font-size:16px;
line-height:1.2em;
}

.prof p {
margin-bottom:15px;
}

.top-bana p {
margin-left:0 !important;
}

.grid-l h2,
.grid-m h2{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size:32px;
margin-bottom:10px;
margin-left:20px;
padding-left:10px;
font-weight:bold;
border-bottom:1px solid #095e94;
}

.grid-l .top-info h2{
font-size:18px;
margin:0;
}

.grid-l h3,
.grid-m h3{
font-size:24px;
margin-bottom:15px;
padding: 0 20px 0 20px;
border-left:3px solid #095e94;
}

	.grid-tm{
	padding-top:30px;
	}

	.grid-tm h2,
	.sstl{
	margin-bottom:10px;
	padding:0 20px 0 22px;
	background-image: url('../images/top_tibg.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size:20px;
	font-weight:bold;
	}
	
	.grid-tm h3{
	margin-bottom:10px;
	padding-left:10px;
	background-image:url('../images/line_red.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
	color:#333333;
	line-height:1.2em;
	font-size:30px;
	font-weight:bold;
	border-bottom:3px solid #d91b5c;
	}

	.grid-tm p{
	margin-left:10px;
	margin-bottom:15px;
	}
	
	.grid-tm ul.top-news{
	margin:0 10px 15px 10px;
	}
	
	.grid-tm ul.top-news li{
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:1px dotted #000000;
	}
	
	.grid-tm ul.top-news li .top-newstxt{
	display:table-cell;
	}

	.grid-tm ul.top-news li .top-newstxt a{
	color:#000000;
	text-decoration:none;
	}

	.grid-l p,
	.grid-m p{
	margin-left:10px;
	}

.grid-l img,
.grid-m img{
max-width:100%;
height:auto;
}

.grid .year{
padding:5px 0;
font-weight:bold;
color:#000000;
background:#F0E68C;
text-align:center;
}

.grid .img{
padding:10px 0;
text-align:center;
}

.grid p{
padding:5px 10px;
}

.grid p.img{
padding:0;
}

.top-bana h4{
border: none;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size:20px;
font-weight:bold;
}

.top-bana h4 a{
text-decoration:none !important;
color:#252525 !important;
}

.in-link{
	width:100%;
	margin-bottom:30px;
	display:table;
}

.in-link li{
	width:50%;
	padding:0 3%;
	text-align:center;
	display:table-cell;
	float:left;
}

.in-link li a{
	padding: 20px 10px;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
   background-color: #0099cc;
   color:#ffffff !important;
   line-height:1.2em;
   font-size:24px;
   text-decoration:none !important;
   display:block;
}

.in-link li a:hover{
   background-color: #053e62;
}

.readmore{clear:both;}

p.readmore{
padding-bottom:30px;
}

#pan { margin-bottom:10px;}
#pan a{color:#999999;}
#pan a:hover{color:#ff6600;}


/* フッター内のグリッド(3カラム) */
#footer .grid{
color:#333333;
border:0;
background:transparent;
box-shadow:none;
}

#footer .grid p{padding:0;}


/*************
ナビ
*************/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: #053e62;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 100%;
}
.animenu__toggle:hover {
  background-color: #053e62;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animenu {
  display: block;
}
.animenu ul {
  padding: 0;
  list-style: none;
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 15px;
}
.animenu a {
  color: #252525;
  text-decoration: none;
  font-weight:bold;
}

.animenu__nav {
  background-color: #e4e9f0;
}
.animenu__nav > li {
  position: relative;
}
.animenu__nav > li > a {
  padding: 10px 34px;
  text-transform: uppercase;
}
.animenu__nav > li > a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  color: #fff;
  background-color:#053e62;
}

.animenu__nav__child {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: #e4e9f0;
  -webkit-transition: margin .15s, opacity .15s;
  transition: margin .15s, opacity .15s;
}
.animenu__nav__child > li {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.animenu__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
  color:#e4e9f0;
}
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  padding: 10px;
  width: 100%;
  border-color: #ffffff;
  color: #053e62;
  font-size:14px;
}
.animenu__nav__child a:hover {
  background-color: #053e62;
  border-color: #ffffff;
  color: #fff;
}
.active,.active:hover{
color:#fff!important;
background:#053e62;
}

/*************
メイン コンテンツ
*************/
.content{
padding:0 10px 10px;
margin-bottom:20px;
overflow:hidden;
font-size:14px;
background:#fff;
}

* html .content{height:1%;}

.content p{margin-bottom:15px;}

h3.heading{
padding:5px 10px;
margin:0 -10px 20px;
font-size:16px;
color:#fff;
background:#cc0000;
}

.content img{
max-width:90%;
height:auto;
}

img.frame,#gallery img{
padding:3px;
box-shadow:0 0 3px #ddd;
}

#gallery .grid{
margin-bottom:10px;
box-shadow:none;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

.kaipdf{
padding:0 0 15px 30px;
background-image:url('../bulletin/images/pdf_icon.png');
background-position:left top;
background-repeat:no-repeat;
}

dl.roster{
margin-left:10px;
}

dl.roster dt{
padding:5px 10px;
background-color:#f0e68c;
font-weight:bold;
text-align:center;
}

dl.roster dd{
padding:5px 10px;
border-right: 1px solid #f0e68c;
border-bottom: 1px dotted #cccccc;
border-left: 1px solid #f0e68c;
}

.r-map{
width:600px;
height:450px;
margin-left:20px;
}

.img-box {
	padding: 0;
	margin: 10px;
}
.img-boxlogo {
	padding: 0;
	margin: 10px;
	width: 200px;
}
.img-box2 {
	padding: 0;
	margin: 5px;
	width: 45%;
}

table.table01 {
	margin-bottom: 30px;
	margin-left: 20px;
	border-top: 1px solid #b09d60;
	border-left: 1px solid #b09d60;
	}
		
table.table01 th {
	border-right: 1px solid #b09d60;
	border-bottom: 1px solid #b09d60;
	padding: 10px 15px;
	background-color: #f3f3ea;
	}

table.table01 td {
	border-right: 1px solid #b09d60;
	border-bottom: 1px solid #b09d60;
	padding: 10px 15px;
	}

	/*  sitemap  */
ul.sitemap {
	margin-bottom: 30px;
	margin-left: 20px;
	font-weight: bold;
	}

ul.sitemap li.first {
	margin-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/arrow02.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	}

ul.sitemap li.second {
	margin-bottom: 20px;
	margin-left: 15px;
	padding-left: 15px;
	background-image: url(../images/arrow03.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	}

ul.sitemap a:link,
ul.sitemap a:visited,
ul.sitemap a:active {
	text-decoration: none;
	}

ul.sitemap a:hover {
	text-decoration: none;
	}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #cc0000;
}

table.table th{
text-align:right;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#b30322;
border-left:#cc0000 5px solid;
}

a{color:#d91b5c;text-decoration:none;}
a:hover{color:#d91b5c;}

table.table td{border-left:#cc0000 3px double}



/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:6px;
padding:5px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin:0 10px 0 0;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding:20px 0;
overflow:hidden;
border-top:3px solid #aecde0;
}

* html #footer{height:1%;}

.tel strong{
font-size:20px;
font-weight:bold;
}

#footer a{color:#005daa;}
#footer a:hover{color:#053e62;}

#footer .copyright{font-size:12px; color:#999999;}


/* PC用 */
@media only screen and (min-width:960px){	
	#wrapper,.inner{
	width:960px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	.animenu{
	margin:0 auto 50px auto;
	text-align:center;
	border-top:3px solid #053e62;
}

	dl.roster{
	width:280px;
	margin-right:30px;
	float:left;
	}

	.tbl-layout dt {
	background-color: #e1f0e1;
	}

  .tbl-layout {  
    width: 100%;
    margin: 0 auto 15px auto;
    border-bottom: none;
	background-image: url(../images/inquiry_bg01.gif);
	background-position: left;
	background-repeat: repeat-y;
  }
  .tbl-layout dt {
    padding: 10px 20px;
  }
  .tbl-layout dt {
    font-size:0.9em;
    clear: both;
    float: left;
    width: 150px;
    margin-top:5px;
  }
  .tbl-layout dd {
    font-size:0.9em;
    padding: 12px 20px 18px 210px;
    border-bottom: 1px solid #bedfbe;
    border-left: 1px solid #FFFFFF;
  }
  .tbl-layout .w460{
    width:460px;	
    height:24px;
  }
  .tbl-layout .w460-2{
    width:460px;	
    height: auto;
  }
  .tbl-layout .w70{
    width:70px;	
    height:24px;
  }
  .tbl-layout .bdchange{
    border-bottom:1px solid #ccc;
  }

  .schedule-new .bu {
  width: 560px;
  _width: 580px;
  }

	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	}
	
	/* グリッド共通 ベース:トップページ2カラム */
	.grid-l{
	width:960px;
	}
	.grid-l h3,
	.grid-l hr{
	margin-left:20px;
	}
	
	.grid-l p{
	padding-left:20px;
	}

	.grid-tm,
	.grid-m{
	float:left;
	width:660px;
	}
	
	.grid-l h2,
	.grid-m h2{
	margin-bottom:30px;
	}
		

	.grid-m h3{
	}

	.grid-ts,
	.grid-s,
	.grid-s2{
	float:right;
	width:270px;
	margin-top:20px;
	}

	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:280px;
	margin-left:20px;
	}

	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{width:150px;}
	#footer .grid{border:0;}
	#footer .grid-logo{width:390px; border:0;}


	/* グリッド共通 ベース:トップページ3カラム */
	.top-bana li{
	float:left;
	width:300px;
	padding-left:20px;
	}

	/* 弁護士紹介ページ2カラム */
	.prof li.prof-img{
	float:left;
	width:260px;
	padding-left:20px;
	}
	
	.prof li.prof-txt{
	float:left;
	width:660px;
	padding-left:20px;
	}

.top-bana,
.prof {
width:100%;
margin:0;
padding:0;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.top-bana li,
.prof li {
position: relative;
list-style:none;
padding-bottom:30px;
}

.inquiry input,
.inquiry textarea {
  width:80%;
}

#header .h-btn{
float:right;
}
}


/* モニター幅940px以下 */
@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	#header{padding:10px 0 0;}
	
	#header .logo,#footer .logo{
	float:none;
	text-align:left;
	padding:10px 5px;
	}

	#header .inner img{
	width:auto;
	padding-right:5%;
	padding-left:5%;
	}

	#header .logo img,#footer .logo img{
	max-width: 98%;
	height:auto;
	}
	#pan {display:none;}

	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background:#009900;
	border-bottom:3px solid ##c9dee9;
	margin-bottom:20px;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#e7e7e8;
	}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.top-bana li{
		max-width:300px;
	list-style:none;
	margin:0 auto;
	padding:10px 0 30px 0;
	}

	.prof li.prof-img{
	text-align:center;
	width:100%;
	}

	.grid h4{
	border: none;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	.grid-s2{
	height:0;
	background-color:none;
	text-indent: -9999px ;
	
/*  MacIE 5 \*/
overflow: hidden;
/*  MacIE 5 end */

	}

	.top-btn{
	float:none;
	}

	
	#gallery{padding-left:1px;}
	
	#gallery .grid{
	width:23%;
	margin:0 2% 0 0;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	margin:0;
	}
	
	.r-map{
	width:96%;
	max-height: auto;
	margin-left:0;
	}
	
	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	dl.roster{
	width:96%;
	margin-right: 10px;
	margin-bottom:30px;
	float: none;
	}

	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	#footer .grid,#footer .grid p{
	float:none;
	width:100%;
	text-align:center;
	}

	#footer .grid p a{
	padding:10px;
	border-bottom: 1px dotted #cccccc;
	display:block;
	}
	
	#footer .grid:last-child{padding-top:20px;}

  .animenu__toggle {
    display: inline-block;
  }

  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }

  .animenu__nav {
    margin: 10px 0;
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ffffff;
  }
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }
  .animenu__nav > li > a {
    width: 100%;
    padding: 10px;
    border-color: #111111;
    position: relative;
  }
  .animenu__nav a:hover {
    background-color: #053e62;
    border-color: #053e62;
    color: #fff;
  }

  .animenu__nav__child {
    position: static;
    background-color: #e4e9f0;
    margin: 0;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 20px;
    width: 100%;
  }
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}
}


/* iPad 縦 */
@media only screen and (max-width:768px){
  #header{padding-bottom:0;}	

	#header .logo{
	float:none;
	text-align:left;
	padding:10px 5px 20px;
	}
	
	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}

	.grid h4{
	border: none;
	}

	.grid .img{
	text-align:center;
	}

  #district h1{text-align:left;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header .logo{
	max-width:100%;
	}

	#header .logo img{
	width:50px;
	}

	#footer .grid p{text-align:center;}

	.grid h4{
	border-top:3px solid #d7deb8;
	}

	.grid img{
	float:none;
	margin:0 auto;
	}
	
	.grid p,#sub .grid li{text-align:left;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}
	
	.grid-tm img{
	max-width:100%;
	height:auto;
	}
	.movies {
	padding: 0;
	float: center;
	margin: 0;
	width: 98%;
}


}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#header .h-btn{
	float:none;
	max-width: 90%;
	margin:10px 0;
	}

	#header .logo,
	.grid-logo .logo a{
	max-width:100%;
	font-size:28px;
	}

	#header .logo img,
	#footer .logo img{
	width:50px;
	}

	#mainBanner h2,#mainBanner h3{font-size:75%;}
	.subImg .slogan{right:-30px;}
	
	.grid img{max-width:90%;height:auto;}
	
	#sub .grid{
	float:none;
	width:98%;
	}
	
	#sub .grid h3{padding:10px 5px;}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
	#district h1{
	font-size:12px;
	}
	
	img.img-right,
	img.img-left{
	float:none;
	}

.content dl.d-line dt {width:100%; height:auto;}
.content dl.d-line dd {width:100%;min-height:30px; margin:0 10px 10px 0; padding:0 0 8px 0; border-bottom:1px dotted #cccccc;}

.top-info table th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
table.career th,
table.career-s th{
  width:100%;
  display:block;
  margin: 0 auto;
  padding-bottom:0;
  border-bottom: none;
}
.top-info table td,
table.career td,
table.career-s td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}

.inquiry th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.inquiry td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}
.img-news {
	border: 1px solid #999999;
	padding: 0;
	float: left;
	margin: 0px 10px 10px 0px;
}
.prolist {
	list-style-type: circle;
	list-style-position: inside;
	list-style-image:url('../images/arrow02.gif');
}
.techlist {
	margin-bottom: 30px;
}
.techlist li {
	border-width: 1px;
	border-color: #FF9900;
	padding: 5px 8px 5px 8px;
	list-style-type: circle;
	list-style-position: inside;
	list-style-image: url('../images/arrow02.gif');
	line-height: 25px;
	border-bottom-style: dotted;
	font-size: medium;
	margin-left: 10px;
}
.techlist li span{
	margin-left: 20px;
	font-size: small;
	color: #000000;
}
.techlist li span.alpha{
	margin-left: 0;
}

.techlist li a span.alpha{
	margin-left: 0;
	color:#0099cc;
}
.s-iwabana {
/*border:solid 2px #ffd700;*/
border:solid 2px #bbd91a;
}
