@charset "UTF-8";

/* 要素リセット */
body
{
    margin: 0;
    padding: 0;
    font-size: 85%;
    font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
    color: #000000;
    min-width: 1010px;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body
{
    font-size: 70%;
}
/* end */

img
{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#by-container
{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    color: #000000;
    background-image : url(../img/bg_inner.png);
    background-repeat: repeat-y;
    background-position: 0px 120px;
    width: 1000px;
    border-left-width: 1px;
    border-left-color: #d8c89b;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-color: #d8c89b;
    border-right-style: solid;
}

#by-header
{
    background-image : url(../img/bg_header.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 1000px;
    height: 144px;
    overflow: hidden;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
}

#by-header:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#by-headerMain
{
    height: 20px;
    overflow: hidden;
    padding-top: 87px;
    margin-left: 90px;
}

#by-headerLogo
{
    width: 472px;
    height: 80px;
    position: absolute;
    left: 90px;
    top: 5px;
}

#by-footer
{
    clear: both;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    z-index: 1;
    position: relative;
    background-image : url(../img/bg_footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 126px;
}

#by-inner
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    background-image : url(../img/bg_nav.png);
    background-repeat: no-repeat;
    background-position: 100px 25px;
}
#by-inner:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#by-wrapper
{
    width: 850px;
    padding-top: 50px;
    padding-right: 55px;
    float: right;
}

#by-main
{
    width: 800px;
}

/* ナビゲーション */
#by-nav
{
    position: absolute;
    left: 100px;
    top: 143px;
    width: 820px;
    height: 20px;
    overflow: hidden;
}

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#by-headerMain
{
    color: #000000;
    padding-left: 145px;
}

#by-headerMain h1
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: normal;
    line-height: 20px;
    font-size: 1em;
}

#by-headerLogo a
{
    width: 472px;
    height: 81px;
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image : url(../img/top_an3.png);
    background-position: left top;
    background-repeat: no-repeat;
}

#by-headerExtra1
{
    display: none;
}

#by-headerExtra1 p.tel
{
    /* 電話番号の文字設定 */
}

#by-headerExtra1 p.tel span
{
    /* 電話番号の「TEL」文字設定 */
}

#by-headerExtra1 p.address
{
    /* 住所文字設定 */
}

/* フッター内パーツ */
#by-footerExtra1
{
    width: 430px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 70px;
    background-color: #000000;
    height: 20px;
}

#by-footerExtra1 ul
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -10px;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
    background-image : url(../img/footerPoint.png);
    background-position: left center;
    background-repeat: no-repeat;
}

#by-footerExtra1 li
{
    /* フッターナビ設定 */
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    background-image : url(../img/footerPoint.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: inline;
}

#by-footerExtra1 li a:link
{
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}
#by-footerExtra1 li a:visited
{
    color: #fff;
    text-decoration: none;
}
#by-footerExtra1 li a:hover
{
    color: #eae7db;
    text-decoration: underline;
}
#by-footerExtra1 li a:active
{
    color: #eae7db;
    text-decoration: underline;
}

#by-footerMain
{
    width: 550px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-right: 70px;
    background-color: #000000;
    height: 20px;
}

#by-footerMain p
{
    /* コピーライト文字設定 */
    margin: 0;
    padding-right: 10px;
    padding-bottom: 0;
    line-height: 20px;
    color: #ffffff;
    text-align: right;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/
#by-nav ul
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
    width: 830px;
    height: 20px;
}

#by-nav ul:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#by-nav li
{
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    width: 115px;
    height: 20px;
    overflow: hidden;
}

#by-nav li a
{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background-image : url(../img/point_arrow.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    margin-right: 5px;
    padding-left: 20px;
    padding-bottom: 3px;
    position: relative;
 }

#by-nav a:link
{
}
#by-nav a:visited
{
}
#by-nav a:hover
{
    background-image : url(../img/nav_on_2Ga.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #FFFFFF;
}
#by-nav a:active
{
    background-image : url(../img/nav_on_2Ga.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #FFFFFF;
}
#by-nav li a:hover span.ja, #by-nav li a:active span.ja
{
    color: #7d2226;
}

/* 先頭に戻るボタン */
#pagetop
{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    text-align: left;
}

#pagetop a
{
    /* 先頭に戻るボタンの左右設定 */
    display: block;
    width: 110px;
    height: 11px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
    background-image : url(../img/returnTop.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */
/* トップページメインイメージ */
#by-title h2
{
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    width: 570px;
    height: 170px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    /* background-image : url(../img/top_mainimg_2Ga.png); */
    background-repeat: no-repeat;
    background-position: top left;
    text-align: left;
    overflow: hidden;
    float: left;
}

#by-title:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* トップページ デザイン定義 */
#toppage
{

}

#by-main #toppage h3
{
    width: 780px;
    height: 28px;
    float: left;
    margin-bottom: 13px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 13px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 40px;
    text-align: left;
    font-size: 1.5em;
    line-height: 16px;
    color: #636363;
    font-weight: bold;
	background-color: transparent;
    background-image : url(../img/bg_plaid.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

#toppage h3:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* 商品情報 */
#by-wrapper .toppage-item .item
{
    padding-top: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 275px;
    float: left;
    background-image : url(../img/pageline.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

#by-wrapper .toppage-item:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* メッセージページデザイン */
#message
{
    width: 850px;
}
#message #messageleft
{
    width: 550px;
    float: left;
}
#message #messageright
{
    width: 300px;
    float: left;
}
#message:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* 弁理士紹介ページデザイン */
.j_attorney
{
    margin-left: 40px;
    width: 850px;
}
.j_attorney .profile_left
{
    width: 250px;
    float: left;
}
.j_attorney .profile_right
{
    width: 450px;
    float: left;
}
.j_attorney:after
{
    content: ".";
    clear: both;
    height: 50px;
    display: block;
    visibility: hidden;
}

.kaisetsu 
{
    width: 600px;
    margin-left: 100px;
}

.kaisetsu p
{
    line-height: 30px;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/




/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/
#by-skip
{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
}

p
{
    margin: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    line-height: 20px;
    text-align: left;
}

p.large
{
    clear: both;
    font-weight: bold;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
    font-size: 1.2em;
}

p.indent
{
    padding-left: 15px;
}

span.large
{
    font-weight: bold;
    color: #34629C;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
    font-size: 1.2em;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

/* リンク文字色 */
a:link
{
    color: #0055aa;
    text-decoration: underline;
}
a:visited
{
    color: #0055aa;
    text-decoration: underline;
}
a:hover
{
    color: #aa0000;
    text-decoration: underline;
}
a:active
{
    color: #aa0000;
    text-decoration: underline;
}

hr
{
    color: #FFFFFF;
    height: 1px;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-bottom-width: 1px;
    border-bottom-style: none;
    border-left-width: 1px;
    border-left-style: none;
}

#by-wrapper h3
{
    clear: both;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
    color: #fff;
    background-color: #403d3c;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
}

#by-wrapper #by-main h3:first-child
{
    margin-top: 5px;
}

h3.by-c-index
{
    display: none;
}

h4
{
    clear: both;
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
    font-size: 1em;
    line-height: 20px;
    font-weight: normal;
    font-size: 1.3em;
}

h5
{
    clear: both;
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
    font-size: 1em;
    line-height: 16px;
    font-weight: normal;
    font-size: 1.0em;
}

table
{
	max-width: 700px;
	margin: 0 auto;
	/*
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
	*/
    border-collapse: collapse;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #a3a29a;
}

table th
{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    font-weight: normal;
    color: #FFFFFF;
    background-image : url(../img/bg_plaid_bak.png);
    background-repeat: repeat;
    background-position: top left;
}

table td
{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    background-color: #fff;
    background-image : url(../img/pageline.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}

/* フォームパーツ設定 */
input.button
{
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}

textarea
{
    width: 500px;
    height: 80px;
}

input.l
{
    width: 400px;
}
input.m
{
    width: 250px;
}
input.s
{
    width: 150px;
}

/* メインコンテンツ内基本パーツ */
#by-main ul
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 10px;
    padding: 0;
    list-style-type: none;
}

#by-main ul li
{
    padding-top: 3;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 17px;
    text-align: left;
    line-height: 1.5;
    background-image : url(../img/point_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
}

#by-main dl
{
	width: 700px;
	margin: 0 auto;
	/*
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding: 0;
	*/
}

#by-main dt
{
    float: left;
    margin: 0;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 4px;
    text-align: left;
    line-height: 15px;
    min-height: 15px;
    font-weight: normal;
    width: 160px !important;
}

#by-main dd
{
    margin: 0;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 170px;
    text-align: left;
    line-height: 15px;
    min-height: 15px;
    background-image : url(../img/pageline.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}

*:first-child + html #by-main dd
{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #by-main dd
{
    /* for IE6 */
    padding-left: 0px;
    height: 20px;
}

#by-main dl:after
{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#by-main img
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
}

#by-main img.left
{
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 0;
    float: left;
}

#by-main img.right
{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 20px;
    float: left;
}

/* フォーム */
#contactus form
{
    text-align: center;
}

#contactus form h3
{
    text-align: left;
}

#contactus form table
{
    margin-left: auto;
}

p.attention
{
	line-height: 25px;
	padding-left: 25px;
    background-image : url(../img/attention.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.str_large
{
	font-weight: bold;
	font-size: 18px;
}
.str_mlarge
{
	font-weight: bold;
	font-size: 15px;
}
#by-main #toppage table
{
	/* border:1px solid #FF5C04; */
}
#by-main #toppage table.tokutyo th
{
	border-collapse:separate;
	/* border:1px solid #000; */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-image: none;
	/* background-color: #386CB0; */
	background-color: #FF5C04;
	border-bottom: 1px solid #ffffff;
}
#by-main #toppage table.tokutyo td.kisu
{
	background-image: none;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
}
#by-main #toppage table.tokutyo td.gusu
{
	background-image: none;
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
}

#by-main #toppage .right_position
{
	width: 450px;
	padding-left: 350px;
}
#printlocation
{
	position: absolute;
}

#accessmap
{
	background-color #ffffff;
	width: 800px;
	position: relative;
	margin-left: 0 auto;
	text-align: center;
}
#accessmap #HPBMAP_20140326081933
{
	margin-left: 100px;
}