@charset "utf-8";


/************    要素のリセット   ************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0px;padding: 0px;color: #000;font-weight: normal;}

/*********************************************/

/************    HTML5   ************/
article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary {
	display: block;
}
/*********************************************/

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka","メイリオ","Meiryo", Verdana,Arial, Helvetica, sans-serif;
	margin:0px auto;
	padding: 0px;
	background-color: #fff;　/*  サイト周り背景色   */
	color:#000;
	font-size: 17px;
	/* color:#868686; */
	/* font-size: 13px; */　　/*  基本文字大きさ  */
}

a{
	text-decoration: none;
	border: none;
	color: #00688c;　　/* リンク文字の色 */
}

a img {
	border: 0px;
}


a:hover{
	text-decoration: underline;
	color:#004f69;
}

img{
	/vertical-align: bottom;    /**  IE6 IE7表示用  **/
}


/******************************************************
*******************************************************

共通ページスタイル

*******************************************************
******************************************************/


#wrapper {
	width: 100%;　/*  全体の幅   */
	overflow:hidden;
}

.index {
	background:#ffffff url(../img/index/main_img.jpg) no-repeat center top;
}

.access {
	background:#ffffff url(../img/access/main_img.jpg) no-repeat center top;
}

.company {
	background:#ffffff url(../img/company/main_img.jpg) no-repeat center top;
}

.member {
	background:#ffffff url(../img/member/main_img.jpg) no-repeat center top;
}

.news {
	background:#ffffff url(../img/news/main_img.jpg) no-repeat center top;
}

.trademark {
	background:#ffffff url(../img/trademark/main_img.jpg) no-repeat center top;
}



/*********** header ***********/


header {
	width: 100%;　/*  ヘッダーの幅   */
	height:93px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-color:rgba(255,255,255,0.9);
}

#header-inner {
	width:960px;
	height:93px;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}


#logo {
	float:left;
	width:200px;
	margin:22px 0px 0px 0px;
}

#header-right {
	width: 760px;
	float:right;
}

#btnLang {
	width:109px;
	height:32px;
	margin:9px 77px 13px auto;
}

a#english_btn {
   display: block;
   width: 109px;
   height: 32px;
   text-indent: -1000px;
   background-image: url("../img/common/btn_english.png");
}

a#english_btn:hover {
   background-position: top right;
}

a#japanese_btn {
   display: block;
   width: 109px;
   height: 32px;
   text-indent: -1000px;
   background-image: url("../img/common/btn_japanese.png");
}

a#japanese_btn:hover {
   background-position: top right;
}

/*********** navi ***********/


nav {
	width: 570px;
	height: 39px;
	margin:0px 77px 0px auto;
	padding:0px;
}


nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-left:#dadcdd solid 1px;
	font-size:15px;
	width:auto;
	height: 39px;
	float:right;
}

nav li{
	float:left;
	margin: 0px;
	border-right:#dadcdd solid 1px;
}

nav li a {
	display:block;
	padding:11px 17px 0px 17px;
	height: 28px;
	color:#444;
}

nav li a:hover {
	display:block;
	padding:11px 17px 0px 17px;
	height: 28px;
	background:#f2f4ee;
	text-decoration:none;
	color:#444;
}

nav li a.active {
	background-color:#686859;
	color:#fff;
}

nav li a.active:hover {
	background:#686859;
}



/*********** main ***********/

#main {
	width: 970px;
	overflow:hidden;
	margin:0px auto;
}

.company article:before, .access article:before, .member article:before, .news article:before, .trademark article:before {
    border-top:1px solid #e0ebc0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

.company article, .access article, .member article, .news article, .trademark article {
	width:960px;
	margin:190px auto 30px auto;
	background:#FFF;
	border-top:#88af06 solid 2px;
	-webkit-box-shadow: 0px 4px 6px 0px #9f9f9f;
	-moz-box-shadow: 0px 4px 6px 0px #9f9f9f;
	box-shadow: 0px 4px 6px 0px #9f9f9f;
    position: relative;
    z-index: 10;
}

.company article section, .access article section, .member article section, .news article section, .trademark article section {
	width:880px;
	margin:0px auto;
}

.member article section, .news article section, .trademark article section {
	border-bottom:#bbb solid 1px;
	padding:8px 0px 20px 0px;
}

.member article section.last, .news article section.last, .trademark article section.last {
	border-bottom:none;
}



article h2 {
	font-size:24px;
	margin:35px 0px 19px 40px;
}

article h3 {
	font-size:32px;
	margin:0px 0px 5px 0px;
}

article p {
	margin:0px 0px 30px 0px;
}

article section dl dt {
	margin:0px 0px 10px 0px;
}

article section dl dd {
	margin:0px 0px 25px 0px;
	line-height:22px;
}


section {
	overflow:hidden;
}

article section .left, article section .right {
	float:left;
}

article .link {
	width:960px;
	height:67px;
	background:#f2f5ee;
	margin-bottom:20px;
}

article .link ul {
	margin:0px 0px 0px 40px;
	padding:27px 0px 120px 0px;
	overflow:hidden;
	list-style:inside;
}


article .link p {
	margin:0px 0px 0px 40px;
	padding:27px 0px 120px 0px;
}

article .link p img {
	margin:0px 5px 0px 0px;
	vertical-align:-2px;
}



article .link ul li {
	float:left;
	margin:0px 15px 0px 0px;
}

article .link a {
	color:#00688c;
}

article .link a:hover {
	color:#004f69;
}

article .link dl {
	margin:0px 0px 0px 40px;
	padding:27px 0px 120px 0px;
	overflow:hidden;
	width:920px;
}

article .link dl dt {
	float:left;
	margin:0px 15px 0px 0px;
	color:#878787;
}

article .link dl dd {
	float:left;
	margin:0px 40px 0px 0px;
}

article .link dl dd ul {
	margin:0px 0px 0px 40px;
	padding:0px 0px 0px 0px;
	width:500px;
}

article .link dl dd ul li {
	float:left;
	margin:0px 0px 0px 20px;
}

article .link dl dd span {
	margin:0px 15px;
}

article .link dl dd.last {
	margin:0px 80px 0px 0px;
}



/*********** footer ***********/

footer {
	clear: both;
	width:100%;
	height:216px;
	margin-top:0px;
	background:#ddd;
	overflow:hidden;
}

#footer-inner {
	width:960px;
	height:216px;
	margin:0px auto;
}

#footer-area {
	overflow:hidden;
}

#footer-area a {
	color:#333;
}

#footer-area a:hover {
	color:#333;
}


#footer-copy{
	color: #888;
	clear:both;
	margin-top:40px;
	text-align:center;
	font-size:12px;
}

#footer-navi {
	width: 615px;
	float:left;
	overflow:hidden;
}

#footer-navi .left, #footer-navi .right {
	width: 205px;
	float:left;
}

#footer-navi .left {
	margin-right:20px;
}

#footer-navi ul {
	list-style:none;
	width:205px;
	margin:27px 0px 0px 0px;
}

#footer-navi ul li {
	background:url(../img/common/bg_footer_navi.gif) no-repeat center top;
	width:187px;
	height:22px;
	border-top:#d2d2d2 solid 1px;
	padding:12px 0px 0px 18px;
}

#footer-navi ul li.last {
	border-bottom:#d2d2d2 solid 1px;
}

#footer-link {
	float:left;
	margin:27px 0px 0px 0px;
	overflow:hidden;
}

#footer-link ul {
	list-style:none;
	margin:15px 0px 0px 3px;
	width:280px;
}

#footer-link ul li {
	float:left;
	margin:0px 20px 0px 0px;
}

#footer-link ul li img {
	margin:0px 0px 0px 5px;
}


/******************************************************
*******************************************************

個別ページスタイル

*******************************************************
******************************************************/



/****************************************************


トップページ


****************************************************/


#main-company {
	width:562px;
	height:77px;
	margin:94px auto 0px auto;
}

#news:before {
    border-top:1px solid #e3ebc6;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}

#news {
	width:960px;
	height:257px;
	margin:190px auto 30px auto;
	background:#FFF;
	border-top:#88af06 solid 2px;
	-webkit-box-shadow: 0px 6px 6px 0px #9f9f9f;
	-moz-box-shadow: 0px 6px 6px 0px #9f9f9f;
	box-shadow: 0px 6px 6px 0px #9f9f9f;
    position: relative;
    z-index: 10;
}
 
#news h2 {
	width:960px;
	height:20px;
	background:url(../img/index/ttl_news.gif) no-repeat bottom center;
	padding:30px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	font-size:14px;
	text-align:right;
}

#news h2 img {
	margin:0px 42px 0px 10px;
}

#news a {
	color:#00698c;
}

#news a:hover {
	color:#004f69;
}

#news dl {
	width:960px;
	height:50px;
	margin:0px auto;
	overflow:hidden;
}

#news dl dt {
	float:left;
	font-size:14px;
	color:#888;
	margin:0px 20px 0px 0px;
	padding:20px 0px 0px 44px;
}

#news dl dd {
	float:left;
	padding:21px 0px 0px 0px;
	line-height:normal;
}

#news dl.odd {
	background-color:#f2f4ee;
}

/****************************************************


事務所紹介


****************************************************/

.company article {
	background:#FFF url(../img/company/bg_art.gif) no-repeat bottom right;
}

.company article p.merger {
	margin-bottom:15px;
}

.company article p.company-name {
	margin-bottom:50px;
}

.company article dl {
	margin:0px 0px 0px 0px;
	padding:10px 0px 120px 0px;
	overflow:hidden;
}

.company article dl dt {
	float:left;
	margin:0px 15px 0px 0px;
}

.company article dl dd {
	float:left;
	margin:0px 40px 0px 0px;
	line-height:normal;
}


/****************************************************


メンバー紹介


****************************************************/
.member a.member02-link,
.member a.member03-link,
.member a.member05-link,
.member a.member06-link,
.member a.member07-link,
.member a.member08-link {
	margin-left: 15px;
}

.member article section .left {
	width:205px;
	margin:0px 20px 0px 0px;
}

.member article section .right {
	width:655px;
}

.member article section #member01 img,
.member article section #member03 img {
	border:#2F6099 solid 4px; /* blue */
}

.member article section #member02 img,
.member article section #member05 img,
.member article section #member07 img
 {
	border:#D6437F solid 4px; /* red */
}

.member article section #member04 img {
	border:#076562 solid 4px;  /* green */
}

.member article section #member06 img {
	border:#888 solid 4px;  /* black */
}

.member article section #member08 img {
	border:#7c5486 solid 4px;  /* purple */
}

.member article section .right p {
	margin:0px 0px 20px 0px;
}


.member article section .right .name {
	font-size:32px;
}

.member article section .right .name span {
	font-size:16px;
	margin-left:20px;
}

.member article section .right dl dt {
	font-weight:bold;
}

.member article section .right dl dd {
	line-height:22px;
}

/****************************************************


商標・意匠とは


****************************************************/

.trademark article section dd.bordered-dd {
	border: solid 1px gray;
	padding: 20px;
}



/****************************************************


アクセス


****************************************************/


.access article section {
	padding-bottom:30px;
}

.access article section .left, .access article section .right {
	width:430px;
}

.access article section .right {
	margin-left:20px;
}


.access article section .left .contact, .access article section .right .contact {
	width:430px;
	clear:both;
	padding-top:10px;
}

.access article section .left .contact th, .access article section .right .contact th {
	text-align:left;
	width:40px;
	padding-bottom:5px;
}

.access article section .left .contact td, .access article section .right .contact td {
	padding-bottom:5px;
}


.access article section .left .contact dl, .access article section .right .contact dl {
	overflow:hidden;
	clear: both;
	width:220px;
	margin-bottom:7px;
}

.access article section .left .contact dl dt, .access article section .right .contact dl dt {
	float: left;
	margin:0px 12px 0px 0px;
	padding:0px;
}

.access article section .left .contact dl dd, .access article section .right .contact dl dd {
	float:left;
	margin:0px;
	padding:0px;
	line-height: normal;
}

.access article section p {
	margin:0px 0px 20px 0px;
	line-height:20px;
}

.access article section p.add {
	font-size:16px;
}

.access article section .left .left, .access article section .right .left {
	width:150px;
}

.access article section .left .right, .access article section .right .right {
	width:280px;
	margin:0px;
}

.access article section .left .right dl, .access article section .right .right dl {
	overflow:hidden;
	clear: both;
	width:250px;
	margin-bottom:7px;
}

.access article section .left .right dl.last, .access article section .right .right dl.last {
	margin-top:30px;
}

.access article section .left .right dl dt, .access article section .right .right dl dt {
	float: left;
	margin:0px 12px 0px 0px;
	padding:0px;
}


.access article section .left .right dl dd, .access article section .right .right dl dd {
	float:left;
	margin:0px;
	padding:0px;
	line-height: normal;
}

.access article section .left .right dl.last dd, .access article section .right .right dl.last dd {
	margin-top:5px;
}


/*********** 左右の位置調整 ***************/

.access article section .right .description {
	margin-bottom:60px;
}


/****************************************************


ニュース


****************************************************/

.news article section dl {
	overflow:hidden;
}

.news article section dl.news-detail {
	width:655px;
}

.news article section dl dt, .news article section dl dd {
	float:left;
	line-height:normal;
}

.news article section dl dt{
	margin-right:20px;
}

.news article section dl dd {
}

.news article section dl dd a {
	color:#00688c;
}

.news article section dl dd a:hover {
	color:#004f69;
}

.news article section p span {
	color:#00688c !important;
}

.news article section p span:hover {
	text-decoration:underline;
	color:#004f69 !important;
}

.news article section dl dd ul {
	width:880px;
	height:121px;
	overflow:hidden;
	list-style:none;
}

.news article section dl dd ul li {
	float:left;
	margin: auto 20px 0px 0px;
	position:relative;
	width:160px;
	height:121px;
}

.news article section dl dd ul li.arrow {
	width:32px;
}


.news article section dl dd ul li img {
    position: absolute;
    bottom: 0;
    right: 20px;}