@charset "utf-8";
/*
Theme Name: nichieikokusai.2.1.0
Theme URI: http://p-nic.com/
Version: 2.1.0
Author: aceunion design
*/

@import url(./base.css);

/*
----------------------------------------
header
----------------------------------------
*/
#header_base {
	position: relative;
	height: 130px;
	background: url(./images/bg_header.png) repeat-x;
	z-index: 500;
}

#header {
	overflow: hidden; /* clearfix */
	position: absolute; /* clearfix */
	width: 960px;
	background: url(./images/bg_nav.png) no-repeat 0 80px;
	padding: 0 27px;
	z-index: 600;
	left: 50%;
	margin-left: -507px
}

#header_main {
	float: left;
	width: 706px;
}

#header_main h1 {
	font-size: 10px;
	margin-bottom: 2px;
}

#header_logo {
	width: 280px;
}

#hnav {
	float: left;
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
	width: 252px;
}

#hnav li {
	float: left;
	width: 84px;
	height: 30px;
}

#hnav li.jpn {
	background: url(./images/btn_jpn_selected01.png) no-repeat;
}

#hnav li.eng {
	background: url(./images/btn_eng_selected_eng.png) no-repeat;
}
#hnav li.chi {
	background: url(./images/btn_chi_selected01.png) no-repeat;
}

#hnav li a {
	display: block;
	width: 84px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
}

#hnav li.jpn a {
	background: url(./images/btn_jpn01.png) no-repeat;
}
#hnav li.eng a{
    background: url(./images/btn_eng01.png) no-repeat;
}
#hnav li.chi a {
	background: url(./images/btn_chi01.png) no-repeat;
}

#hnav li.current a,
#hnav li a:hover {
	background: none;
}


/*gnav
-----------------------------*/
#gnavbox {
	width: 900px;
	margin: 74px auto 0;
	height: 56px;
}

#gnav {
	padding-top: 6px;
}

#gnav li {
	float: left;
}

#gnav li a {
	display: block;
}

#gnav li img {
	cursor: pointer;
}


#gnav .gnav_ul {
/*	position: relative;
	z-index: 1000; */
}

#gnav .gnav_ul li {
	clear: left;
	margin-bottom: 5px;
	box-shadow: 2px 2px 5px #777;
	-moz-box-shadow: 2px 2px 5px #777; /* Firefox */
	-webkit-box-shadow: 2px 2px 5px #777; /* Chrome, Safari */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999, direction=135, strength=10, enabled=true);
}




/*
----------------------------------------
footer
----------------------------------------
*/
#footer {
	height: 110px;
	background: url(./images/bg_footer.png) repeat-x;
}

#footer_inner {
	width: 960px;
	margin: 0 auto 24px;
}

#copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-bottom: 24px;
}


/*
----------------------------------------
contents
----------------------------------------
*/

/*
----------------------------------------
top page
----------------------------------------
*/

.contents_base,
.contents_base_top {
	background: url(./images/bg_shadow01.gif) repeat-x top;
	position: relative;
	z-index: 1;
}

/*
.contents_base_top {
	background: url(./images/bg_shadow01.gif) repeat-x top;
	position: relative;
	z-index: 1;
	padding-top: 8px;
}
*/

#flash_movie {
	width: 950px;
	height: 398px;
	position: relative;
	z-index: 2;
	margin: 0 auto;
}

#flash_movie object {
}

#flash_movie img {
	position: absolute;
	width: 960px;
	height: 400px;
	left: 50%;
	margin-left: -480px;
	z-index: 3;
}

.contents_top {
	width: 960px;
	background: url(./images/bg_main_top.png) no-repeat 0 50px;
	padding-top: 50px;
	margin: 0 auto;
}

/*top_topics
-----------------------------*/
#top_topics {
	width: 820px;
	padding: 0 60px 60px;
	border-right: 10px solid #ed5f00;
	border-left: 10px solid #ed5f00;
	margin: 0;
}

#top_topics h2 {
	width: 820px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	background: url(./images/title_topics.png) no-repeat;
	margin-bottom: 50px;
}

.topicslist_date {
	width: 150px;
	margin: 3px 0;
}

.topics_category {
	font-size: 13px;
	padding: 3px 10px;
	margin-left: 15px;
}

.topics_category.seminar {
	color: #fff;
	background: #ed5f00;
}

.topics_category.ip {
	color: #333;
	background: #fcc800;
}

.topics_category.topics {
	color: #333;
	background: #e3e3e3;
}

.topicslist_title {
	width: 780px;
	padding: 3px 20px;
	background: #e8e8e8 url(./images/icon_allow01.gif) no-repeat 8px 9px;
	margin-bottom: 5px;
}

.topicslist_title a {
	color: #898989;
}

#top_topics .no_topics {
	font-size: 18px;
	padding-left: 30px;
}

/*
----------------------------------------
共通項
----------------------------------------
*/

.mainimage {
	width: 960px;
	height: 320px;
	margin: 0 auto;
}

.maintitle {
	width: 960px;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	margin: 0 auto 50px;
}

.contents {
	width: 960px;
	background: url(./images/bg_main.png) no-repeat;
	margin: 0 auto;
}

.contents_inner {
	width: 820px;
	padding: 10px 60px 60px;
	border-right: 10px solid #ed5f00;
	border-left: 10px solid #ed5f00;
	margin-bottom: 60px;
}

.contents_inner_last {
	width: 820px;
	padding: 10px 60px 60px;
	border-right: 10px solid #ed5f00;
	border-left: 10px solid #ed5f00;
}

.contents_box {
	width: 760px;
	padding: 30px;
	background-color: #fff;
	background: -webkit-linear-gradient(rgb(255,255,255), rgb(255,255,255) 60%, rgb(239,239,239));
	background: -moz-linear-gradient(rgb(255,255,255), rgb(255,255,255) 60%, rgb(239,239,239));
	background: -o-linear-gradient(rgb(255,255,255), rgb(255,255,255) 60%, rgb(239,239,239));
	background: linear-gradient(rgb(255,255,255), rgb(255,255,255) 60%, rgb(239,239,239));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFEFEFEF');
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); /* Safari,Google Chrome用 */
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); /* Firefox用 */
	-o-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); /* Opera用 */
	-ms-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); /* IE用 */
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); /* W3C */
	position: relative\9; /* IE8 and below */
	z-index: 3\9; /* IE8 and below */
}

.contents_box_fullsize {
	width: 820px;
	padding: 30px 0;
	background-color: #fff;
	background: -webkit-linear-gradient(rgb(255,255,255), rgb(255,255,255) 60%, rgb(239,239,239));
	background: -moz-linear-gradient(rgb(255,255,255), rgb(255,255,255) 60%, rgb(239,239,239));
	background: -o-linear-gradient(rgb(255,255,255), rgb(255,255,255) 60%, rgb(239,239,239));
	background: linear-gradient(rgb(255,255,255), rgb(255,255,255) 60%, rgb(239,239,239));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFFFF', endColorstr='#FFEFEFEF');
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); /* Safari,Google Chrome用 */
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); /* Firefox用 */
	-o-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); /* Opera用 */
	-ms-box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); /* IE用 */
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); /* W3C */
	position: relative\9; /* IE8 and below */
	z-index: 3\9; /* IE8 and below */
}

.contents_box_inner {
	position: relative\9; /* IE8 and below */
	z-index: 4\9; /* IE8 and below *//* z-index for content must be bigger then z-index for shadow */
}

.ieShadow {
	display: none;
}

/* IE8 and below */
.ieShadow {
	display: block\9;
	position: absolute\9;
	z-index: 2\9;
	top: 5px\9;
	left: 5px\9;
	right: -5px\9;
	bottom: -5px\9;
	filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=5)\9;
	ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius=5)"\9;
	background-color: #444\9;
}


/*
----------------------------------------
about
----------------------------------------
*/

#about_top h2 {
	background: url(./images/about/title_about.png) no-repeat;
}

#about_top_en h2 {
	background: url(./images/about/title_en-about.png) no-repeat;
}

#about_top .contents_box,
#about_top_en .contents_box {
	padding: 30px 30px 0 30px;
}

#main_en-logo {
	width: 760px;
	text-align: center;
	margin-bottom: 50px;
}

#about_top .contents_box th,
#about_top_en .contents_box th {
	font-size: 21px;
	font-weight: normal;
	vertical-align: top;
	padding: 0 0 30px 14px;
	background: url(./images/icon_marker01.gif) no-repeat;
}

#about_top .contents_box th,
#about_top .contents_box th.double {
	width: 224px;
}

#about_top_en .contents_box th,
#about_top_en .contents_box th.double {
	width: 214px;
}

#about_top .contents_box th.double,
#about_top_en .contents_box th.double {
	background: url(./images/icon_marker05.png) no-repeat;
}

#about_top .contents_box td,
#about_top_en .contents_box td {
	font-size: 21px;
	padding: 0 0 30px 0;
}

#about_top .contents_box td p,
#about_top_en .contents_box td p {
	line-height: 1.4;
}

#about_top .contents_box td ul,
#about_top_en .contents_box td ul {
	padding-top: 10px;
}

#about_top .contents_box td li,
#about_top_en .contents_box td li {
	padding: 0 0 5px 10px;
	background: url(./images/icon_marker02.gif) no-repeat 0 4px;
}

/*
----------------------------------------
history
----------------------------------------
*/

#title_history {
	background: url(./images/history/title_history.png) no-repeat;
}

#title_history_en {
	background: url(./images/history/title_en-history.png) no-repeat;
}

#about_history .contents_box,
#about_history_en .contents_box {
	padding: 10px 30px;
}

#about_history .contents_box dl,
#about_history_en .contents_box dl {
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
}

#about_history .contents_box dt,
#about_history_en .contents_box dt {
	float: left;
	width: 150px;
	font-size: 21px;
	padding: 14px 0;
}

#about_history .contents_box dd,
#about_history_en .contents_box dd {
	width: 610px;
	font-size: 18px;
	line-height: 1.6;
	padding: 15px 0 15px 150px;
	border-bottom: 1px dotted #888;
}

#about_history .contents_box dl.lastChild dd,
#about_history_en .contents_box dl.lastChild dd {
	border-bottom: none;
}

#title_message {
	background: url(./images/history/title_message.png) no-repeat;
}

#title_message_en {
	background: url(./images/history/title_en-message.png) no-repeat;
}

#about_history .contents_box p,
#about_history_en .contents_box p {
	font-size: 21px;
	padding: 20px 0;
}

#about_history_en .contents_box .bottom_zero_padding {
	padding: 20px 0 0;
}

#about_history .contents_box .message_textarea,
#about_history_en .contents_box .message_textarea {
	width: 510px;
}

#about_history_en .contents_box .message_textarea .top_zero_padding {
	padding: 0 0 20px;
}

#about_history .contents_box .message_imagearea,
#about_history_en .contents_box .message_imagearea {
	width: 250px;
}

#about_history .contents_box .message_imagearea p,
#about_history_en .contents_box .message_imagearea p {
	text-align: right;
	padding: 20px 0 0 0;
}

#about_history_en #en-signature {
	font-size: 16px;
	text-align: right;
	line-height: 1.2;
}

#about_history_en #en-signature span {
	font-size: 25px;
}

#about_history .contents_box ul,
#about_history_en .contents_box ul {
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
	width: 760px;
	padding: 30px 0 10px;
}

#about_history .contents_box li,
#about_history_en .contents_box li {
	float: left;
}

#about_history .contents_box li+li,
#about_history_en .contents_box li+li {
	padding-left: 20px;
}

#about_history .contents_box .photo_caption,
#about_history_en .contents_box .photo_caption {
	width: 720px;
	font-size: 14px;
	color: #333;
	text-align: right;
	padding: 0 20px;
	margin-bottom: 20px;
}

/*
----------------------------------------
service
----------------------------------------
*/

#about_service h2 {
	background: url(./images/service/title_service.png) no-repeat;
}

#about_service .contents_box .service_mainimage {
	text-align: center;
	margin-bottom: 30px;
}

#about_service .contents_box th {
	width: 208px;
	font-size: 21px;
	font-weight: normal;
	vertical-align: top;
	padding: 4px 0 0 30px;
	background: url(./images/icon_marker03.gif) no-repeat 0 4px;
}

#about_service .contents_box td {
	font-size: 21px;
	padding: 0 0 30px 0;
}

#about_service .contents_box td p {
	line-height: 1.4;
}

#about_service .contents_box td li {
	padding: 0 0 5px 10px;
	background: url(./images/icon_marker02.gif) no-repeat 0 4px;
}

#about_service .service_imagearea {
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
	width: 760px;
}

#about_service .service_imagearea li {
	float: left;
}

#about_service .service_imagearea li+li {
	padding-left: 60px;
}

/*
----------------------------------------
organization_chart
----------------------------------------
*/

#about_organization_chart h2 {
	background: url(./images/organization_chart/title_organization_chart.png) no-repeat;
}

.contents_inner_chart {
	width: 940px;
	border-right: 10px solid #ed5f00;
	border-left: 10px solid #ed5f00;
}

/*
----------------------------------------
fee
----------------------------------------
*/

#about_fee h2 {
	background: url(./images/fee/title_fee.png) no-repeat;
}

#about_fee_en h2 {
	background: url(./images/fee/title_en-fee.png) no-repeat;
}

.contents_inner_fee {
	width: 840px;
	padding: 10px 50px 10px;
	border-right: 10px solid #ed5f00;
	border-left: 10px solid #ed5f00;
}

#about_fee .contents_inner_fee p {
	width: 820px;
	font-size: 21px;
	line-height: 1.4;
	letter-spacing: -0.1em;
	font-weight: normal;
	padding: 0 10px;
	margin-bottom: 30px;
}

#about_fee_en h2#tabletitle {
	width: 820px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	background: url(./images/fee/tabletitle_fee.png) no-repeat;
	margin: 0 auto;
}

.subtitle {
	width: 820px;
	height: 0;
	padding-top: 60px;
	overflow: hidden;
	margin: 0 auto;
}

#title_applicate {
	background: url(./images/fee/subtitle_applicate.png) no-repeat;
}

#title_en-applicate {
	padding-top: 40px;
	background: url(./images/fee/subtitle_en-applicate.png) no-repeat;
}

.chart_table01 {
	padding-left: 70px;
	background: url(./images/icon_dot03.gif) repeat-y 32px 0;
}

.chart_table02 {
	padding-left: 70px;
	background: url(./images/icon_dot04.gif) repeat-y 32px 0;
}

.chart_table03 {
	padding-left: 70px;
	background: url(./images/icon_dot03.gif) repeat-y 32px 0;
}

.chart_table06 {
	width: 805px;
	padding-left: 25px;
}

.chart_table01 table,
.chart_table02 table,
.chart_table03 table,
.chart_table04 table,
.chart_table05 table {
	width: 770px;
	border-collapse: separate;
	border-spacing: 10px;
}

.chart_table06 table {
	width: 805px;
	margin-bottom: 20px;
}

.chart_table01 th,
.chart_table02 th,
.chart_table03 th,
.chart_table04 th {
	font-size: 18px;
	font-weight: normal;
	background: #e8e8e8;
	padding: 5px 9px
}

.chart_table01 .item_feetable,
.chart_table02 .item_feetable,
.chart_table03 .item_feetable,
.chart_table04 .item_feetable {
	width: 320px;
	font-size: 18px;
	letter-spacing: -0.05em;
	padding: 3px 10px;
	border: 2px solid #fcc800;
}

.chart_table01 .price_feetable,
.chart_table02 .price_feetable,
.chart_table03 .price_feetable,
.chart_table04 .price_feetable,
.chart_table05 .price_feetable {
	width: 230px;
	font-size: 18px;
	color: #fff;
	padding: 5px 10px;
	text-align: right;
	background: -moz-linear-gradient(rgb(252,200,0), rgb(243,152,0)); /* Firefox */
	background: -webkit-linear-gradient(rgb(252,200,0), rgb(243,152,0)); /* Chrome,Safari */
	background: -o-linear-gradient(rgb(252,200,0), rgb(243,152,0)); /* Opera */
	background: linear-gradient(rgb(252,200,0), rgb(243,152,0)); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFfcc800', endColorstr='#FFf39800'); /* IE */
}

.chart_table01 .price_feetable,
.chart_table02 .price_feetable,
.chart_table03 .price_feetable,
.chart_table04 .price_feetable,
.chart_table05 .price_feetable {
	background: #f39800\9; /* ie8 */
}

.chart_table06 tr {
	min-height: 42px;
}

.chart_table06 th {
	width: 479px;
	min-height: 34px;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 5px 3px;
	border-bottom: 2px dotted #ccc;
}

.chart_table06 td {
	font-size: 24px;
	text-align: right;
	padding: 5px 5px 3px 7px;
	border-bottom: 2px dotted #ccc;
}

.chart_table06 .price_feetable_official {
	width: 158px;
}

.chart_table06 .price_feetable_service {
	width: 149px;
}

#about_fee .contents_inner_fee .goto_pagetop01,
#about_fee_en .contents_inner_fee .goto_pagetop01 {
	text-align: right;
	margin-bottom: 0;
}

#about_fee .contents_inner_fee .goto_pagetop01 {
	width: 750px;
}

#about_fee_en .contents_inner_fee .goto_pagetop01 {
	width: 805px;
	margin-bottom: 30px;
}

#about_fee .contents_inner_fee .goto_pagetop01 a,
#about_fee_en .contents_inner_fee .goto_pagetop01 a {
	font-size: 18px;
	letter-spacing: 0;
	color: #00f;
	padding-left: 20px;
}

#about_fee .contents_inner_fee .goto_pagetop01 a {
	background: url(./images/icon_allow02.gif) no-repeat 0 7px;
}

#about_fee_en .contents_inner_fee .goto_pagetop01 a {
	background: url(./images/icon_allow02.gif) no-repeat 0 2px;
}

#about_fee .contents_inner_fee .goto_pagetop01 a:hover,
#about_fee_en .contents_inner_fee .goto_pagetop01 a:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-ms-filter: "alpha(opacity=60)";
	z-index: 1;
}

#about_fee .contents_inner_fee .next_to_fee_chart {
	width: 820px;
	height: 0;
	padding-top: 35px;
	overflow: hidden;
	margin: 0 auto;
	background: url(./images/icon_allow03.gif) no-repeat 15px 0;
}

#title_request {
	background: url(./images/fee/subtitle_request.png) no-repeat;
}

#title_response {
	background: url(./images/fee/subtitle_response.png) no-repeat;
}

#title_assessment {
	background: url(./images/fee/subtitle_assessment.png) no-repeat;
}

.chart_table04,
.chart_table05 {
	padding-left: 70px;
	margin-bottom: 40px;
}

#title_trademark {
	padding-top: 40px;
	background: url(./images/fee/subtitle_trademark.png) no-repeat;
}

.chart_table05 .item_feetable {
	font-size: 18px;
	letter-spacing: -0.05em;
	padding: 3px 10px;
	border: 2px solid #fcc800;
}

#title_design {
	padding-top: 40px;
	background: url(./images/fee/subtitle_design.png) no-repeat;
}

#title_pct {
	padding-top: 40px;
	background: url(./images/fee/subtitle_pct.png) no-repeat;
}

#title_en-request {
	padding-top: 40px;
	background: url(./images/fee/subtitle_en-request.png) no-repeat;
}

#title_en-annuity {
	padding-top: 40px;
	background: url(./images/fee/subtitle_en-annuity.png) no-repeat;
}

#title_en-appeal {
	padding-top: 40px;
	background: url(./images/fee/subtitle_en-appeal.png) no-repeat;
}

#title_en-record {
	padding-top: 40px;
	background: url(./images/fee/subtitle_en-record.png) no-repeat;
}

.bg_shadow th,
.bg_shadow td {
	background: rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#11000000,EndColorStr=#11000000);
	zoom: 1;/* IE8以下で必要 */
}

/*
----------------------------------------
policy
----------------------------------------
*/

#policy h2 {
	background: url(./images/policy/title_policy.png) no-repeat;
}

#policy_en h2 {
	background: url(./images/policy/title_en-policy.png) no-repeat;
}

.policyarea h3 {
	width: 820px;
	height: 0;
	padding-top: 34px;
	overflow: hidden;
}

#title_focus {
	background: url(./images/policy/title_focus.png) no-repeat;
}

#title_service {
	background: url(./images/policy/title_en-service.png) no-repeat;
}

.policy_innerarea01,
.policy_innerarea02 {
	width: 760px;
	padding-top: 17px;
	margin: 0 auto;
}

.policy_innerarea01 {
	border-bottom: 1px dotted #898989;
	margin-bottom: 30px;
}

.policy_innerarea01 h4,
.policy_innerarea02 h4 {
	width: 760px;
	height: 0;
	padding-top: 37px;
	overflow: hidden;
	margin-bottom: 20px;
}

#subtitle_philosophy {
	background: url(./images/policy/subtitle_philosophy.png) no-repeat;
}

#policy_en #subtitle_philosophy {
	background: url(./images/policy/subtitle_en-philosophy.png) no-repeat;
}

#subtitle_feature {
	background: url(./images/policy/subtitle_feature.png) no-repeat;
}

#policy_en #subtitle_feature {
	background: url(./images/policy/subtitle_en-feature.png) no-repeat;
}

#title_logo {
	background: url(./images/policy/title_logo.png) no-repeat;
}

#policy_en #title_logo {
	background: url(./images/policy/title_en-logo.png) no-repeat;
}

#subtitle_origin {
	background: url(./images/policy/subtitle_origin.png) no-repeat;
}

#policy_en #subtitle_origin {
	background: url(./images/policy/subtitle_en-origin.png) no-repeat;
}

#subtitle_logo {
	background: url(./images/policy/subtitle_logo.png) no-repeat;
}

#policy_en #subtitle_logo {
	background: url(./images/policy/subtitle_en-logo.png) no-repeat;
}

.policy_contents {
	width: 730px;
	padding-left: 30px;
}

.policy_contents h5 {
	font-size: 25px;
	color: #ed5f00;
	padding-left: 18px;
	background: url(./images/icon_allow04.gif) no-repeat 0 10px;
}

.policy_contents h5 span {
	font-size: 21px;
}

.policy_contents p {
	font-size: 18px;
	margin-bottom: 20px;
}

.policy_contents p span {
	color: #ed5f00;
}

#policy_logomark {
	text-align: center;
	margin-bottom: 20px;
}


/*
----------------------------------------
profile
----------------------------------------
*/

#profile h2 {
	background: url(./images/profile/title_profile.png) no-repeat;
}

#profile_en h2 {
	background: url(./images/profile/title_en-profile.png) no-repeat;
}

.contents_inner_list {
	width: 940px;
	border-right: 10px solid #ed5f00;
	border-left: 10px solid #ed5f00;
}

.contents_inner_list ul {
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
	width: 940px;
}

.contents_inner_list li {
	float: left;
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
	width: 390px;
	padding: 0 20px 0 60px;
	margin-bottom: 60px;
}

.contents_inner_list li div {
	float: left;
}

.contents_inner_list li .profile_imgarea {
	padding-right: 23px;
	border-right: 2px solid #898989;
}

.contents_inner_list li .profile_imgarea img {
	border: 1px solid #c0c0c0;
}

.contents_inner_list li .profile_textarea {
	padding: 15px 18px;
}

.profile_post {
	height: 17px;
	font-size: 12px;
	color: #333;
}

.profile_name a {
	display: block;
	font-size: 16px;
	color: #333;
}

.profile_name a span {
	display: inline-block;
	font-size: 10px;
	color: #333;
	padding-left: 15px;
}

.profile_name a:hover {
	color: #ed5f00;
}

#profile_en .profile_name {
	font-size: 18px;
	color: #333;
}

/*
----------------------------------------
profile_detail **lightbox**
----------------------------------------
*/

#lightbox {
	background: #fff;
	color: #333;
}

#profile_detail_wrapper {
	background: rgba(102,100,100,0.7);
	padding: 92px 0;
}

#profile_detail_wrapper_inner {
	width: 636px;
	padding: 92px;
	background: rgba(255,255,255,0.8);
	margin: 0 auto;
}

#profile_detail_top,
#profile_detail_career {
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
	width: 636px;
	margin-bottom: 30px;
}

#profile_detail_top .profile_imgarea,
#profile_detail_top .profile_textarea {
	float: left;
}

#profile_detail_top .profile_imgarea {
	width: 260px;
	padding-right: 30px;
}

#profile_detail_top .profile_textarea {
	padding-left: 20px;
	border-left: 1px solid #ed5f00;
	margin-top: 70px;
}

#profile_detail_top .profile_post {
	font-size: 14px;
}

#profile_detail_top .profile_name {
/*	font-size: 24px; */
	font-size: 21px;
}

#profile_detail_top .profile_name span {
/*	font-size: 18px; */
	font-size: 14px;
	padding-left: 30px;
}

#title_profile_detail_career {
	width: 636px;
	margin-bottom: 20px;
}

#profile_detail_career {
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
	width: 596px;
	padding: 0 20px;
	margin-bottom: 30px;
}

#profile_detail_career .profile_textarea {
	font-size: 14px;
}

#profile_detail_career .profile_textarea ul {
/*	float: left;
	width: 410px;
	width: 596px; */
	padding-right: 20px;
}

#profile_detail_career .profile_textarea li {
/*	float: left; */
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
	padding: 10px 0;
}

#profile_detail_career .profile_textarea li+li {
	border-top: 1px dotted #898989;
}

#profile_detail_career .profile_textarea .career_date {
	float: left;
	width: 130px;
	line-height: 1.8;
}

*:first-child+html #profile_detail_career .profile_textarea .career_date {
	width: 90px;
}

#profile_detail_career .profile_textarea .career_detail {
	padding-left: 130px;
	line-height: 1.8;
}

*:first-child+html #profile_detail_career .profile_textarea .career_detail {
	padding-left: 45px;
}

#profile_detail_career .profile_imgarea {
	float: right;
	width: 166px;
	padding-top: 10px;
	margin: 0 0 20px 20px;
}

*:first-child+html #profile_detail_career .profile_imgarea {
	margin: 0 0 20px 10px;
}

#profile_detail_career .profile_imgarea p {
	width: 166px;
	font-size: 12px;
	text-align: center;
}

#title_profile_detail_message {
	width: 636px;
	margin-bottom: 20px;
}

#profile_detail_message {
	width: 616px;
	padding-left: 20px;
}

#profile_detail_message h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

#profile_detail_message p {
	font-size: 13px;
}

/* ----- フリーテキストエリア ----- */
.title_freetext {
	width: 636px;
	margin-bottom: 20px;
}

.detail_freetext {
	overflow: hidden;
	position: relative;
	width: 596px;
	font-size: 13px;
	padding: 0 20px;
	margin-bottom: 30px;
}

.detail_freetext h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 20px 10px 0;
	margin-bottom: 10px;
}

.detail_freetext ul {
	margin-bottom: 20px;
}

.detail_freetext ul li {
	width: 596px;
	padding: 10px 0;
	border-bottom: 1px dotted #898989;
}

/*
.detail_freetext ul li+li {
	clear: left;
	border-top: 1px dotted #898989;
}
*/

.detail_freetext ul br {
	line-height: 0;
	clear: left;
}

.detail_freetext ul li dl {
	overflow: hidden;
	position: relative;
}

.detail_freetext ul li dt {
	float: left;
	width: 180px;
}

.detail_freetext ul li dd {
	line-height: 1.8;
	padding: 0 10px 0 190px;
}

/* ie6
*********************************/
* html .detail_freetext ul li {
	position: relative;
}

* html .detail_freetext ul li dt {
	position: absolute;
}

/* ie7
*********************************/
*:first-child+html .detail_freetext ul li {
	position: relative;
}

*:first-child+html .detail_freetext ul li dt {
	position: absolute;
}

.profile_en-textarea {
	font-size: 16px;
}

#profile_detail_top .en-profile_name {
	font-size: 32px;
}


/*
----------------------------------------
office
----------------------------------------
*/

/*
#office h2 {
	background: url(./images/office/title_office.png) no-repeat;
}
*/

.archivetitle {
	width: 960px;
	height: 50px;
	margin: 0 auto 50px;
}

.contents_inner_office {
	width: 940px;
	height: 780px;
	background: url(./images/office/bg_office.png) no-repeat;
	border-right: 10px solid #ed5f00;
	border-left: 10px solid #ed5f00;
}

.contents_inner_office ul {
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
	width: 846px;
	padding: 10px 48px 0;
}

.contents_inner_office li {
	float: left;
	width: 267px;
	padding: 59px 78px 30px;
}

.contents_inner_office li a:hover {
	opacity: 0.60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-ms-filter: "alpha(opacity=60)";
	z-index: 1;
}

.contents_inner_office li img {
	width: 267px;
	margin-bottom: 64px;
}

.contents_inner_office li p {
	width: 263px;
	font-size: 20px;
	text-align: center;
	border-right: 2px solid #ed5f00;
	border-left: 2px solid #ed5f00;
}

.gallery_no_posts {
	font-size: 18px;
	text-align: center;
	padding: 50px 0 100px;
}

/*
----------------------------------------
office2
----------------------------------------
*/

.contents_inner_office02 {
	width: 940px;
	height: 780px;
	background: url(./images/office/bg_office.png) no-repeat;
	border-right: 10px solid #ed5f00;
	border-left: 10px solid #ed5f00;
}

.contents_inner_office02 ul {
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
	width: 868px;
	padding: 10px 47px 0;
}

.contents_inner_office02 li {
	float: left;
	width: 294px;
	padding: 45px 66px 27px 65px;
}

.contents_inner_office02 li .image_area {
	width: 294px;
	height: 205px;
	margin-bottom: 53px;
}

.contents_inner_office02 li .image_area a {
	display: block;
	width: 294px;
	height: 0;
	padding-top: 205px;
	overflow: hidden;
}

.contents_inner_office02 .img_office .image_area {
	background: url(./images/office/img_office_on.png) no-repeat;
}

.contents_inner_office02 .img_event .image_area {
	background: url(./images/office/img_event_on.png) no-repeat;
}

.contents_inner_office02 .img_seminar .image_area {
	background: url(./images/office/img_seminar_on.png) no-repeat;
}

.contents_inner_office02 .img_circumference .image_area {
	background: url(./images/office/img_circumference_on.png) no-repeat;
}

.contents_inner_office02 .img_office .image_area a {
	background: url(./images/office/img_office_off.png) no-repeat;
}

.contents_inner_office02 .img_event .image_area a {
	background: url(./images/office/img_event_off.png) no-repeat;
}

.contents_inner_office02 .img_seminar .image_area a {
	background: url(./images/office/img_seminar_off.png) no-repeat;
}

.contents_inner_office02 .img_circumference .image_area a {
	background: url(./images/office/img_circumference_off.png) no-repeat;
}

.contents_inner_office02 li .image_area a:hover {
	background: none;
}

.contents_inner_office02 li .office_title {
	width: 263px;
	font-size: 20px;
	border-right: 2px solid #ed5f00;
	border-left: 2px solid #ed5f00;
	margin-left: 13px;
}

.contents_inner_office02 li .office_title a {
	display: block;
	text-align: center;
	color: #898989;
	text-decoration: none;
}

.contents_inner_office02 li .office_title a:hover {
	color: #ED5F00;
}


/*
----------------------------------------
officedetail
----------------------------------------
*/

.contents_inner_officedetail {
	width: 940px;
	border-right: 10px solid #ed5f00;
	border-left: 10px solid #ed5f00;
}

.contents_inner_officedetail ul {
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
	width: 879px;
	padding-left: 61px;
}

.contents_inner_officedetail li {
	float: left;
	width: 231px;
	height: 173px;
	text-align: center;
	padding: 0 62px 68px 0;
}

.contents_inner_officedetail li a {
}

/*
----------------------------------------
topics
----------------------------------------
*/

#topics h2 {
	background: url(./images/topics/title_topics.png) no-repeat;
}

#topics .contents_inner {
	width: 820px;
	padding: 0 60px 60px;
	border-right: 10px solid #ed5f00;
	border-left: 10px solid #ed5f00;
	margin: 0;
}

#topics .contents_inner li {
	border-bottom: 1px dotted #898989;
	margin-bottom: 10px;
}

.topicslist_date {
	width: 820px;
	margin-bottom: 3px
}

.topicslist_title {
	width: 780px;
	padding: 3px 20px;
	background: url(./images/icon_allow05.gif) no-repeat 8px 9px;
	margin-bottom: 5px;
}

.icon_pdf a,
.icon_pdf_particular {
	padding-right: 55px;
	background: url(./images/icon_pdf.png) no-repeat right 3px;
}


/*
----------------------------------------
recruit
----------------------------------------
*/

#recruit h2.recruit_attorney {
	background: url(./images/recruit/title_recruit_attorney.png) no-repeat;
}

#recruit .contents_inner {
	width: 820px;
	padding: 0 60px 60px;
	border-right: 10px solid #ed5f00;
	border-left: 10px solid #ed5f00;
	margin: 0;
}

#recruit dl {
	overflow: hidden; /* clearfix */
	position: relative; /* clearfix */
}

#recruit dt {
	float: left;
	width: 175px;
	font-size: 22px;
	padding: 0 10px;
	background: #e8e8e8;
	margin: 10px 0;
	position: relative;
}

#recruit dt p {
	position: absolute;
	top: 50%;
	margin-top: -0.75em;
}

#recruit dd {
	font-size: 18px;
	letter-spacing: -0.05em;
	padding: 10px 0 10px 215px;
	border-bottom: 2px dotted #898989;
}

#recruit dd span {
	font-size: 16px;
6}

#recruit dd.lastChild {
	font-size: 18px;
	letter-spacing: -0.05em;
	padding: 10px 0 10px 215px;
	border-bottom: none;
}

#recruit dd li {
	padding-left: 8px;
	background: url(./images/icon_dot05.gif) no-repeat 0 11px;
}

#recruit h2.recruit_technical {
	background: url(./images/recruit/title_recruit_technical.png) no-repeat;
}

#recruit h2.recruit_staff {
	background: url(./images/recruit/title_recruit_staff.png) no-repeat;
}


/*
----------------------------------------
access
----------------------------------------
*/

#access h2 {
	background: url(./images/access/title_access.png) no-repeat;
}

#access_en h2 {
	background: url(./images/access/title_en-access.png) no-repeat;
}

#access .contents_box,
#access_en .contents_box {
	padding: 30px;
}

#access_mainlogo {
	text-align: center;
	margin-bottom: 60px;
}

#access .contents_box th,
#access_en .contents_box th {
	width: 224px;
	font-size: 21px;
	font-weight: normal;
	vertical-align: top;
	padding-left: 14px;
	background: url(./images/icon_marker01.gif) no-repeat;
}

#access .contents_box td,
#access_en .contents_box td {
	font-size: 21px;
	padding: 0 0 30px 0;
}

#access .contents_box td p {
	line-height: 1.4;
}

#access .contents_box td ul,
#access_en .contents_box td ul {
	padding-top: 10px;
}

#access .contents_box td li,
#access_en .contents_box td li {
	padding: 0 0 5px 10px;
	background: url(./images/icon_marker02.gif) no-repeat 0 4px;
}

#accessmap {
	width: 648px;
	margin: 0 auto 30px;
}

#info_access {
	padding-left: 60px;
}

#access_en #info_access {
	padding-left: 0;
}

#info_access li {
	font-size: 17px;
	letter-spacing: -0.05em;
	padding-left: 10px;
	background: url(./images/icon_marker04.gif) no-repeat;
	margin-bottom: 10px;
}

#access_en #info_access li {
	font-size: 21px;
	letter-spacing: 0;
}


/*
----------------------------------------
contact
----------------------------------------
*/

#contact h2 {
	background: url(./images/contact/title_contact.png) no-repeat;
}

#contact .contents_box {
	padding: 30px;
}

.contents_inner_contact {
	width: 820px;
	padding: 0 60px 60px;
	border-right: 10px solid #ed5f00;
	border-left: 10px solid #ed5f00;
}

#contact_errorbox ul,
#contact .contents_inner_contact #contact_errorbox p,
#contact .contents_inner_contact #contact_alertbox p {
	font-size: 18px;
	color: #ed5f00;
	padding: 0 40px 15px;
}

#contact_errorbox ul li {
	font-weight: bold;
}

#contact .contents_inner_contact p {
	width: 820px;
	line-height: 1.4;
	font-size: 21px;
	padding: 0 10px;
	margin-bottom: 30px;
}

#contact .contents_inner_contact p span {
	color: #ed5f00;
}

.contents_inner_contact #contactform {
	width: 770px;
	font-size: 21px;
	padding: 25px;
	background: #e8e8e8;
}

.contents_inner_contact #table_contact {
	width: 770px;
	margin-bottom: 60px;
}

#table_contact th {
	width: 240px;
	font-weight: normal;
	letter-spacing: -0.05em;
	vertical-align: top;
	padding-top: 13px;
}

#table_contact th span {
	color: #ed5f00;
}

#table_contact td {
	width: 530px;
	padding: 8px 0;
}

#table_contact td input {
	width: 510px;
	color: #231815;
	padding: 8px 10px;
	border: 1px solid #898989;
}

#table_contact td select {
	width: 350px;
	font-size: 16px;
	font-family: sans-serif;
	color: #231815;
	padding: 8px 10px;
	border: 1px solid #898989;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#table_contact td.form_caution {
	padding: 0 0 18px 0;
}

#contact .contents_inner_contact .form_caution p {
	width: 530px;
	font-size: 12px;
	margin-bottom: 0;
}

#table_contact td textarea {
	width: 510px;
	height: 190px;
	color: #231815;
	padding: 10px;
	border: 1px solid #898989;
}

.confirmbutton {
	text-align: center;
}

.confirmbutton button,
.confirmbutton button a {
	font-size: 16px;
	font-family: sans-serif;
	text-decoration: none;
	color: #231815;
	padding: 10px 20px;
}

.confirmbutton button:hover,
.confirmbutton button a:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* contact_confirm
----------------------------*/
#table_contact_confirm {
	width: 770px;
	font-size: 21px;
	padding: 25px;
	background: #e8e8e8;
}

#btn_submitarea {
	overflow: hidden; /* clearfix */
	width: 620px;
	padding: 0 50px;
	margin-bottom: 30px;
}

#contact_back {
	float: left;
	font-size: 16px;
	font-family: sans-serif;
	color: #898989;
	padding: 6px 12px;
}

* html #contact_back { /* IE 6 */
	padding: 6px 0 6px 12px;
}

*:first-child+html #contact_back { /* IE 7 */
	padding: 6px 0 6px 12px;
}

#contact_formmail {
	float: right;
	font-size: 16px;
	font-family: sans-serif;
	color: #231815;
	padding: 10px 40px;
}

* html #contact_formmail { /* IE 6 */
	padding: 10px 0 10px 40px;
}

*:first-child+html #contact_formmail { /* IE 7 */
	padding: 10px 0 10px 40px;
}

#btn_submitarea button:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* contact_thanks
----------------------------*/
#contact .contents_inner_contact .confirmbutton {
	width: 820px;
	text-align: center;
}

#contact .contents_inner_contact .confirmbutton a {
	font-size: 16px;
	font-family: sans-serif;
	text-align: center;
	color: #231815;
	padding: 10px 40px;
	background: #f9f9f9;
	border: 1px solid #898989;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#contact .contents_inner_contact .confirmbutton a:hover {
	background: #f9b600;
/*	background: #ed5f00; */
}


/* 20130710 single
**************************************/

/*
----------------------------------------
single
----------------------------------------
*/

#each_topics .topicslist_date {
	font-size: 16px;
}

#each_topics .topics_category {
	font-size: 13px;
}

#each_topics h3 {
	font-size: 20px;
	color: #333;
	padding: 10px 0 20px;
}

#each_topics .to_archive {
	text-align: right;
	padding: 20px 40px 10px;
}

#each_topics .to_archive a {
	padding-left: 20px;
	background: url(./images/icon_allow04.gif) no-repeat 5px 5px;
}

/*
----------------------------------------
wp-pagenavi
----------------------------------------
*/

.wp-pagenavi {
	padding: 10px 50px;
}

.wp-pagenavi span.current {
	color: #fff;
	background: #ED5F00;
}

/*
----------------------------------------
printing
----------------------------------------
*/

#printing_button {
	text-align: right;
	padding: 30px 50px;
}

#printing_button input {
	font-family: sans-serif;
	font-size: 12px;
	padding: 2px 5px;
}



/* 20130823 追記
**************************************/

/*
----------------------------------------
no_recruit
----------------------------------------
*/

#recruit #no_recruit {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}



/* 20130926 追記
**************************************/

/*
----------------------------------------
gotop
----------------------------------------
*/

p.gotop {
	position: fixed;
	right: 7%;
	bottom: 0;
	z-index: 10000;
}

p.gotop a {
	display: block;
	width: 50px;
	height: 35px;
	margin-bottom: 35px;
}

p.gotop a:hover {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
	zoom: 1;
}


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

2017.02.09 スタイル編集

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


/***********************************
/* about_history
***********************************/

.title-message-president {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 30px;
	font-weight: bold;
}

.box-president p {
	letter-spacing: -.05em;
}

.box-image-president {
	padding-top: 20px;
}

.contents_box_inner .message-image {
	text-align: center;
}

.contents_box_inner .message-footer {
	text-align: right;
	letter-spacing: 0em;
}

#title_chairman {
	background: url(./images/history/title_chairman.png) no-repeat;
}

/***********************************
/* list-professionals
***********************************/

.contents_inner_list li .profile_textarea {
	width: 215px;
}

.contents_inner_list.jp li:first-child .profile_textarea {
	padding: 7px 18px 3px;
}

.contents_inner_list.jp li:first-child .profile_post {
	height: auto;
	line-height: 1.4;
}

/***********************************
/* en_history
***********************************/

.en-title-message-president {
	padding: 20px 0 40px;
}

#title_chairman-en {
	background: url(./images/history/title_chairman-en.png) no-repeat;
}

#about_history_en #en-signature {
	font-size: 18px;
}
