/* reset */
* {
  margin: 0;
  padding: 0;
  font-size: 14pt;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* element */
header {
  padding-top: 45px;
  margin-bottom: 17px;
}

h2 { margin-bottom: 12px; }
footer {
  background-image: url("/wp/wp-content/themes/w-o-lawoffice/assets/images/footer_bg.png");
  background-repeat: repeat-x;
  color: white;
  padding: 70px 0 30px 0;
}

h2.entry_title {
  position: absolute;
  background-image: url("/wp/wp-content/themes/w-o-lawoffice/assets/images/h2_bg.png");
  background-repeat: no-repeat;
  height: 53px;
  width: 800px;
  color: white;
}
h2.entry_title span {
  position: relative;
  left: 27px;
  top: 10px;
}

.entry_content {
  min-height: 500px;
  background-color: #eee;
  padding: 80px;
  margin-bottom: 40px;
}

p {
	font-size: .8em;
	text-indent: 1em;
}

/* 弁護士紹介ページ */
h2.lawyer {
	font-size: 2.5em;
	border-bottom: 1px solid #999;
	letter-spacing: 2px;
}

.laywer-content-wrapper {
	margin: 1em 1em auto;
}

.laywer-content-wrapper h3 {
	font-size: 1.3em;
}

.lawyer-content {
	margin-left: 1em;
	margin-top: .5em;
    margin-bottom: 1em;
}

.lawyer-content table tr td,
.lawyer-content table tr th {
	font-size: .8em;
	padding: .8em 0;
}
.lawyer-content table tr th {
	padding-right: 1em;
    text-align: left;
}

.lawyer-content ul {
    padding-left: 1.5em;
}

.lawyer-content ul li {
	font-size: .8em;
}

/* 個人法務ページ */
.kojinhoumu-content-wrapper {
	margin: 1em auto;
}

.kojinhoumu-content {
	margin-top: .5em;
    margin-bottom: 1em;
}

.kojinhoumu-content ul {
    padding-left: 1.5em;
}

.kojinhoumu-content ul li {
	font-size: .8em;
}

/* 法人法務ページ */
.houjinhoumu-content-wrapper {
	margin: 1em auto;
}

.houjinhoumu-content-wrapper hr {
	margin: 1em;
}

.houjinhoumu-content {
	margin-top: .5em;
    margin-bottom: 1em;
}

.houjinhoumu-content ul {
    padding-left: 1.5em;
}

.houjinhoumu-content ul li {
	font-size: .8em;
}

/* id */
#page {
  background-image: url("/wp/wp-content/themes/w-o-lawoffice/assets/images/bg.png");
  background-repeat: repeat-x;
  background-color: #1f1207;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
}

#global_nav ul {
  list-style-type: none;
  color: #42210b;
  font-weight: bold;
  padding-top: 3px;
}

/* #global_nav ul li {
  display: block;
  float: left;
  margin-right: 35px;
} */

#global_nav ul li a { text-decoration: none; }
#global_nav ul li a:link { color: #42210b; }
#global_nav ul li a:visited { color: #42210b; }

/* search form */
dl.search2{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:6px;
}
dl.search2 dt{
	padding:3px;
}
dl.search2 dt input{
  width:180px;
  height:30px;
  line-height:30px;
  background:none;
  border:none;
  font-style: italic;
  font-size: 0.8em;
  padding-left: 5px;
}
dl.search2 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search2 dd button{
  display:block;
  padding:3px;
  background:none;
  border:none;
}
dl.search2 dd button span{
  display:block;
  width:30px;
  height:30px;
  background:url('/wp/wp-content/themes/w-o-lawoffice/assets/images/search_icon.png') no-repeat scroll 0 0;
}

#contents {
  margin-bottom: 50px;
}

#main {
  width: 800px;
  margin: 0 auto;
}

#news { margin: 40px 0 0 0; }
#news ol { 
  height: 105px;
  padding: 25px 20px 0 30px;
  list-style-type: none;
  background-image: url('/wp/wp-content/themes/w-o-lawoffice/assets/images/news_bg.png');
  background-repeat: no-repeat;
}
#news ol li {
  color: white;
  font-size: 0.7em;
}
#news ol li a {
	font-size: 1em;
	padding-right: 5px;
}

#media {
  float: left;
}
.book {
  width: 461px;
  height: 268px;
  background-image: url('/wp/wp-content/themes/w-o-lawoffice/assets/images/media_bg.png');
  background-repeat: no-repeat;
}
#access {
  float: left;
  width: 300px;
  padding: 13px;
margin-top:40px;
}

#office ul { list-style-type: none; }
#office ul li {
  float: left;
  margin: 0 16px;
}

#address {
  float: left;
}

#footer_nav {
  float: right;
}

#footer_nav ul { list-style-type: none; }
#footer_nav ul li {
	display: block;
	float: left;
	margin: 0 10px; }
#footer_nav ul li a { text-decoration: none; font-size: 0.7em; }
#footer_nav ul li a:link { color: white; }
#footer_nav ul li a:visited { color: white; }
#footer_nav ul li a:hover { text-decoration: underline; }

#copyright { font-size: 0.7em; }

/* util */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}