/*
Theme Name: ライトハウス国際特許事務所
author: 株式会社シンクロ
Author URI: http://tanaka-yusuke.com/sample/
Description: ライトハウス国際特許事務所
Version: 1.0
*/





/***************************************************************
 *
 * Yahoo! YUI 3 CSS Reset ? Minified
 * ブラウザのデフォルトCSSをリセットします
 *
***************************************************************/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}






/***************************************************************
 *
 * WordPress予約スタイル
 *
***************************************************************/


/* image
-------------------------------------------------------------- */

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}


/* comment
-------------------------------------------------------------- */

button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}



/* widget
-------------------------------------------------------------- */
#wp-calendar {
	width:100%;
}


/* font
-------------------------------------------------------------- */
.entry p,
.widget p {
	margin-bottom:2em;
}
strong {
	font-weight:800;
}
em {
	font-style:italic;
}
ol {
	list-style-type:decimal;
}
.entry ul,
.entry ol,
.widget ul,
.widget ol {
	margin:20px 0 20px 20px;
	list-style-position:inside;
}




/***************************************************************
 *
 *	サイドウィジェット
 *　sidebar.php
 *
***************************************************************/

.widget {
	background:#fffdf6;
	padding-bottom:20px;
}
.widget a:link {
	color:#333;
	text-decoration:none;
}
.widget a:visited {
	color:#333;
}
.widget a:hover {
	color:#666;
	text-decoration:underline;
}
.widget h3.widget-title {
	padding:18px 0;
	font-size:17px;
	font-weight:800;
}

#sidebar-container {
	border:1px #574F37 solid;
	border-bottom:none;
	margin-bottom:30px;
}
#sidebar-container div.widget {
	border-bottom:1px #574F37 solid;
}
#sidebar-container div.widget h3.widget-title {
	color:#fff;
	padding:18px;
	margin-bottom:10px;
	border-bottom:1px #574F37 solid;;
	background:url(img/widget-title-bgimg.gif) repeat;
}
.sidebar-button {
	margin-bottom:20px;
}
.widget ul {
	text-align:left;
	margin:15px;
}

.widget div {
	margin:15px;
}

.widget ul.children {
	margin-top:inherit;
}

/*----- 最近の投稿　-------*/
.widget_recent_entries ul li {
	margin-bottom:10px;
}
.widget span.post-date {
	display:block;
	font-size:0.8em;
	color:#990;
}



/***************************************************************
 *
 * general style
 *
***************************************************************/

body {
	background-color:#2A261B;
	color:#FFF;
	line-height:1.4em;
}

div#wrapper {
	background:#fff;
	width:100%;
	height:100%;
	text-align:center;
	position:relative;
}

div#main {
	width:980px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	padding-bottom:50px;
	color:#333;
}

div#main_toppage {
	width:980px;
	margin:0 auto;
	text-align:left;
}
div#main_left {
	width:720px;
	float:left;
}
div#main_right {
	width:200px;
	text-align:center;
	float:right;
}

div#main_right p {
	margin-bottom:5px;
}

/***************************************************************
 *
 * content style
 *
***************************************************************/

div#page_content p {
	margin-bottom:1em;
	margin-left:20px;
	margin-right:20px;
}
div.blog_content p {
	margin-bottom:1em;
}

div.blog_content {
	padding:10px;
	margin-bottom:40px;
	color:#2C281B;
	background-color:#EBEAE9;
	border-radius: 5px;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
p#totop {
	clear:both;
	text-align:right;
	padding-top:40px;
}
#page_content strong ,
.blog_content strong {
	color:#0d6fb8;
}

div.textbox {
	background:#ccc;
	border-radius:5px;
	padding:20px;
	margin-bottom:1em;
}

.textcenter {
	text-align:center;
}


/***************************************************************
 *
 * hrタグ追加 2014/5/4 Kanamori
 *
***************************************************************/
hr#page_title {
	width:690px;
	padding:0px 0 0px 0px;
	background:url(img/line.png) repeat-x bottom;
	margin-bottom:40px;
	border-style:groove;
}

div.content_hr {
	padding:0 10px 10px 10px;
	width:690px;
	background:url(img/line.png) repeat-x bottom;
	margin-bottom:40px;
	overflow:auto!important;
	overflow /**/: hidden;
}


/***************************************************************
 *
 * link & clearfix
 *
***************************************************************/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}



/*  リンク色　*/
a {
	color:#0d6fb8;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#0d6fb8;
}
a:visited {
	text-decoration:none;
	color:#0d6fb8;
}

/*  サイドバーのリンク色　*/
div.side_category_box a ,
div.side_category_box a:visited  {
	color:#0d6fb8;
}
div.side_category_box a:hover {
	color:#0d6fb8;
	text-decoration:underline;
}





/***************************************************************
 *
 * title style
 *
***************************************************************/

h1#page_title {
	background:url(img/h1_bg.png) no-repeat 0 bottom;
	border-bottom:1px solid #393219;
	padding:10px 0 0px 70px;
	font-size:28px;
	line-height:70px;
	margin-bottom:10px;
}
div#main_left div#page_content h2 {
	background:url(img/header2_bg.jpg) no-repeat 0 center;
	border-radius:5px;
	padding:13px 0 13px 30px;
	/*margin-top:50px;*/
	margin-bottom:20px;
	font-size:20px;
	color:#fff;
}

div#main_left div.blog_meta_box h1.blog_title,
div#main_left div.blog_meta_box h2.blog_title {
	background:url(img/title_dot.png) no-repeat left center;
	padding:10px 0 10px 20px;
	font-size:21px;
	line-height:25px;
	font-weight:800;
	margin:20px 0 20px 0;
}
div#main_left div#page_content h3 ,
div#main_left div.blog_content h3 {
	font-size:22px;
	padding:20px 0 15px 0;
	font-weight:800;
	color:#000;
}
	
h1.blog_title a:link ,
h1.blog_title a:visited ,
h2.blog_title a:link ,
h2.blog_title a:visited {
	color:#2C281B;
}
	
h1.blog_title a:hover {
	color:#999;
}

div#main_left h1#archive_title {
	font-size:18px;
	margin:0 0 20px 0;
}


/***************************************************************
 *
 * header style
 *
***************************************************************/


.fixed {
	position: fixed;
	top: 0;
	/*left: 0;
	width: 100%;*/
}

div#header {
	padding:15px 0;
	text-align:center;
	background:#fffdf6;
}

div#header-inner {
	width:980px;
	margin:0 auto;
}

div#header-inner {
	width:980px;
	margin:0 auto;
	position:relative;
}

div#header-inner .link{
	position:absolute;
	top:75px;
	right:0;
}

div#header-inner .link li{
	text-align:left;
	margin-bottom:5px;
}

div#header-inner .link li a{
	font-size:90%;
	color:#2f291d;
	display:inline-block;
	width:80px;
	border:1px solid #ccc;
	border-radius:3px;
	background:url(img/icon_001.png) 5px center no-repeat;	
	padding:2px 2px 2px 20px;
}

div#header-inner .link li a:hover{
	text-decoration:none;
	border:1px solid #2a261b;
	background:#ebe6d5 url(img/icon_001.png) 5px center no-repeat;	
	padding:2px 2px 2px 20px;
}

/*グローバルナビ*/

#gnavi1{
	width:100%;
	height:57px;
	margin:0 auto;
	background:url(img/background.jpg) center top;
	border-top:1px solid #443e2b;
	border-bottom:1px solid #443e2b;
	text-align:left;
}

#gnavi1 ul#gloval_nav {
	width:980px;
	margin:0 auto;
	list-style:none;
	position:relative;
}

#gnavi1 ul#gloval_nav li {
	float:left;
	position:relative;
	line-height:0;
	vertical-align:text-bottom;
}

#gnavi1 ul#gloval_nav ul{
	display: none;
	position:absolute;
	top:57px;
	left:0;
	width:140px;
}


* html #gnavi1 ul#gloval_nav ul{
	list-style:none;
	line-height:0;
}

#gnavi1 ul#gloval_nav ul li{
	float:none;
	font-size:90%;
	text-align:left;
	padding-left:10px;
}

#gnavi1 ul#gloval_nav ul ul{
	top:0;
	left:140px;
}

#gnavi1 ul#gloval_nav ul ul li{
	font-size:100%;
}

#gnavi1 ul#gloval_nav ul a{ 
	text-decoration:none;
	display:block;
	overflow: hidden;
	background:#2a261b;
	padding:0.5em;
	color:#fff;
	border-bottom:1px solid #fff;
	opacity:0.8;
	filter:alpha(opacity=40);
	zoom:1;
	line-height:1;
}

#gnavi1 ul#gloval_nav ul a.hover{
	background:#674114;
	opacity:0.9;
	filter:alpha(opacity=90);
	visibility: visible;
}

div#header_photo {
	text-align:center;
	background:url(img/header_photo_bg.jpg) repeat;
	padding:5px 0;
	margin-bottom:50px;
}
div#header_photo_blog {
	text-align:center;
	padding:40px 0;
}


/***************************************************************
 *
 * footer style
 *
***************************************************************/
div#footer {
	width:100%;
	padding:20px 0 30px 0;
	text-align:center;
	background:#2a261b;
	/*background:url(img/background.jpg) center top;*/
}

div#footer ul{
	width:980px;
	margin:0 auto;
	list-style:none;
	margin-bottom:30px;
}

div#footer ul li{
	float:left;
	width:20%;
	text-align:center;
}

/***************************************************************
 *
 * sidebar style
 *
***************************************************************/

h2#side_category_title {
	width:78px;
	height:22px;
	background:url(img/sidebar_title_category.png) no-repeat 0 0;
	text-indent:-9876px;
	margin-bottom:20px;
}
div.side_category_box {
	padding:0 10px 10px 10px;
	width:200px;
	background:url(img/line.png) repeat-x bottom;
	margin-bottom:20px;
}
div.side_category_box h3 {
	margin:10px 0;
}
div.side_category_box p {
	margin:0 0 10px 10px;
}
h2#side_blog_title {
	width:69px;
	height:23px;
	background:url(img/top005.png) no-repeat 0 0;
	text-indent:-9876px;
	margin-bottom:20px;
}
h2#side_link_title {
	width:38px;
	height:16px;
	background:url(img/sidebar_title_link.png) no-repeat 0 0;
	text-indent:-9876px;
	margin-bottom:20px;
}
a#side_blog_photo {
	display:block;
	width:200px;
	height:70px;
	text-indent:-9876px;
	background:url(img/sidebar_banner.png) no-repeat left top;
	margin-bottom:20px;
}
a#side_blog_photo:hover {
	background-position:left bottom;
}
a#side_link_photo {
	display:block;
	width:200px;
	height:70px;
	text-indent:-9876px;
	background:url(img/sidebar_banner.png) no-repeat right top;
}
a#side_link_photo:hover {
	background-position:right bottom;
}


/***************************************************************
 *
 * toppage style
 *
***************************************************************/

div#toppage_service {
	padding:20px 0;
	margin-bottom:40px;
}

div#toppage_service h3 {
	background:url(img/h1_bg.png) no-repeat 0 bottom;
	border-bottom:1px solid #393219;
	padding:10px 0 0px 70px;
	font-size:28px;
	line-height:70px;
	color:#333;
	margin-bottom:40px;
}

div#toppage_service div {
	float:left;
	margin:0 3px 0 2px;
}


/***
div#toppage_service div a {
	display:block;
	text-indent:-9876px;
	background:url(img/toppage_button.png) no-repeat 0 0;
	width:217px;
	height:36px;
}
div#toppage_service div a:hover {
	background-position:bottom;
}

div#toppage_service_a {
	width:217px;
	height:36px;
	padding: 240px 12px 24px 11px;
	background:url(img/top011.jpg) no-repeat 0 0;
}
div#toppage_service_b {
	width:217px;
	height:36px;
	padding:240px 12px 24px 11px;
	background:url(img/top012.jpg) no-repeat 0 0;
}
div#toppage_service_c {
	width:217px;
	height:36px;
	padding:240px 12px 24px 11px;
	background:url(img/top013.jpg) no-repeat 0 0;
}
div#toppage_service_d {
	width:217px;
	height:36px;
	padding:240px 12px 24px 11px;
	background:url(img/top014.jpg) no-repeat 0 0;
}
***/


div#toppage_text {
	margin-bottom:70px;
}

div#toppage_news {
	float:left;
	width:480px;
	margin-right:20px;
	padding-bottom:20px;
}
div#toppage_blog {
	width:480px;
	margin-left:500px;
}

div#toppage_news h3 {
	background:url(img/h1_bg.png) no-repeat 0 bottom;
	border-bottom:1px solid #393219;
	padding:10px 0 0px 70px;
	font-size:28px;
	line-height:70px;
	color:#333;
	margin-bottom:40px;
}
div#toppage_blog h3 {
	background:url(img/h1_bg.png) no-repeat 0 bottom;
	border-bottom:1px solid #393219;
	padding:10px 0 0px 70px;
	font-size:28px;
	line-height:70px;
	color:#333;
	margin-bottom:40px;
}
div#toppage_news ul ,
div#toppage_blog ul {
	background:url(img/line.png) repeat-x top;
	margin-top:20px;
}
div#toppage_news ul li ,
div#toppage_blog ul li {
	width:100%;
	background:url(img/line.png) repeat-x bottom;
	padding:20px 0;
	font-size:0.8em;
}
div#toppage_news ul li span,
div#toppage_blog ul li span {
	color:#333;
	font-weight:800;
}


/*div#to_another {
	margin-left:700px;
	margin-bottom:50px;
}*/


/***************************************************************
 *
 * page style
 *
***************************************************************/

#page_content #content01,
#page_content #content02,
#page_content #content03,
#page_content #content04,
#page_content #content05{
	margin-bottom:30px;
}

/*--------- 弁理士紹介 --------------*/

#introduction #page_content #content01,
#introduction #page_content #content02,
#introduction #page_content #content03,
#introduction #page_content #content04,
#introduction #page_content #content05{
	display:inline-block;
	width:100%;
	margin-bottom:30px;
}

#introduction #page_content .photo{
	float:left;
	width:143px;
}

#introduction #page_content .text{
	float:left;
	width:550px;
}

#introduction #page_content .text p{
	line-height:1.5em;
}


/*--------- 求人 --------------*/

div#recruit_hyou_box {
	border:1px #000 solid;
	margin-bottom:20px;
}
table#recruit_hyou {
	border:1px #443D2B solid;
	width:708px;
}
table#recruit_hyou td {
	background:url(img/line.png) repeat-x bottom;
	padding:10px;
	vertical-align:middle;
}
table#recruit_hyou td.recruit_hyou_left {
	width:160px;
	font-size:21px;
	font-weight:600;
	color:#999900;
}
table#recruit_hyou tr.recruit_hyou_btm td {
	background:none;
}


/*--------- 事務所 --------------*/

#office_table {
	margin-bottom:30px;
}
#office_table td {
	vertical-align:top;
}

#map {
	margin:0 auto;
}


/*--------- 小冊子 --------------*/
#leaflet_mail {
	padding:0 20px;
	margin:20px 0;
}
table#leaflet_hyou {
	border:1px #443D2B solid;
	width:708px;
}
table#leaflet_hyou td {
	background:url(img/line.png) repeat-x bottom;
	padding:10px;
	vertical-align:middle;
}
table#leaflet_hyou tr.leaflet_hyou_btm td {
	background:none;
}
#leaflet_submit {
	display:block;
	width:277px;
	height:61px;
	text-indent:-9876px;
	background:url(img/form_submit.jpg) no-repeat 0 0;
	margin:0 auto;
}

table#leaflet_hyou td input {
	margin:5px 10px;
}
table#leaflet_hyou table#cf_inner td {
	background:none;
	padding:0;
}

/*--------- サイトマップ --------------*/

#sitemap #page_content .box{
	background:#f5f5f5;
	border:2px solid #ccc;
	padding:20px;
	margin:0;
}

#sitemap div#main_left div#page_content .box h3{
	font-size:22px;
	padding:0px;
	font-weight:normal;
	color:#000;
}

#sitemap div#main_left div#page_content .box ul{
	margin-bottom:0px;
}

/***************************************************************
 *
 * blog style
 *
***************************************************************/

div.blog_meta_box {
	padding-bottom:20px;
	background:url(img/blog_meta_line.gif) repeat-x bottom;
	margin-bottom:20px;
}

div.blog_meta_box p.blog_meta {
	color:#ff9900;
	margin:0;
	font-size:0.9em;
}
div.blog_meta_box p.blog_meta span {
	font-weight:800;
}
	
div.blog_content_box {
	margin:0 15px;
}
div#post-link {
	clear:both;
	padding-top:20px;
	margin:30px 0;
	font-size:0.9em;
}
div#post-link a {
	color:#0d6fb8;
}
#post-link p#post-link-next {
	float:right;
	max-width:550px;
}
#post-link p#post-link-prev {
	float:left;
}

/***************************************************************
 *
 * clearfix
 *
***************************************************************/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix  { *zoom: 1; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */