/* 
Theme Name : originalOB
description: OB オリジナルテーマ
Author:gomi hirofumi
 */
 
/* CSS Document OfficeBurn*/
body {
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:1.5em;
	background-image: url(images/line.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
}

#head {
	text-align: left;
	background-image: url(images/line2.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}

#wrapper {
	clear: both;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	width: 90%;
	font-size: 90%;
}

/* main*/
#main {
	width:100%;
}

#tag  {
	font-size: 50%;
	color: #666666;
}

#topcontent {
    text-shadow: 2px 2px 2px gray;
    font-weight: bold;
    font-size: xx-large;
    padding-bottom: 40px;
    text-align: left;
    padding-top: 0px;
}
#content {
	padding-right:1em;
	padding-left:1em;
}

#news {
    width: 100%;
    font-size: 100%;
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
}

#mokuji{
	font-size: small;
	text-align: right;
}

#footer {
    width: 100%;
}


#toiawasebox {
	width:95%;
	text-align:right;
	font-size: xx-small;
}

/* footer*/
/****************************************
		9.  Footer
*****************************************/


#top {
	font-size: x-small;
	clear: both;
	text-align:right;
	line-height: 1.2;
	color: #333;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding-top: 2em;
	padding-bottom: 2em;
}

#copy {
	font-size: x-small;
	clear: both;
	text-align:center;
	line-height: 1.2;
	color: #333;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	padding-top: 2em;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	padding-bottom: 2em;
}

#footer-widget{
	width:32%;
	padding:5px;
	float:left;
	margin:3px;
}

#footer-widget2 {
	width:32%;
	padding:5px;
	margin:3px;
    float:left;
}
 
#footer-widget3 {
    padding:10px 5px 10px 10px;
}
 
#footer-widget2 {
    padding:10px 5px 10px 5px;
}
 
#footer-widget3 {
	width:32%;
	padding:5px;
	margin:3px;
    float:left;
}
 
.clearfloat {
margin : 0px auto;
padding : 0px;
width : 1000px;
}
 
.clearfloat:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}

/*========== box==========*/
#box01 {
	width:300px;
	height: 400px;
	border: solid 1px #69C;
	padding:5px;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
}
#content #box01 img{
	max-height: 200px;
	width: 280px;
	object-fit:cover;
	object-position: 0 30%;
}
#box012 {
	width:300px;
	height: 400px;
	border: solid 1px #69C;
	padding:5px;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
}
#content #box012 img{
	max-height: 150px;
	width: 280px;
	object-fit:cover;
	object-position: 0 30%;
}
#box02 {
	width:100%;
}
#content #box02 img{
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}
#box021 {
	width:35%;
	padding:5px;
	float:left;
	margin:3px;
	text-align:left;
}

#box022 {
	width:60%;
	padding:5px;
	float:right;
	text-align: left;
	margin:3px;
}
#box03 {
	width:100%;
	float:right;
	text-align: left;
	padding-bottom: 30px;
	padding-top: 10px;
}
#box031 {
	width:30%;
	padding:5px;
	float:left;
	margin:3px;
	text-align:left;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCC;
}

#box032 {
	width:30%;
	padding:5px;
	float:right;
	margin:3px;
}
#content #box031 img{
	max-height: 200px;
	width: 100%;
	object-fit:cover;
	object-position: 0 30%;
}
#box04 {
	width:50%;
	padding:5px;
	float:right;
	margin:3px;
	text-align:left;
}
#box042 {
	width:300px;
	height: 150px;
	border: solid 1px #69C;
	padding:5px;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
}
#content #box042 img{
	max-height: 100px;
	width: 100px;
	object-fit:cover;
	object-position: 0 30%;
	margin:3px;
}

/* CSS Document OfficeBurn　link*/
a:link {
	color:#69C;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color:#666;
}
a:hover {
text-decoration: underline;
color:#F60;
}
a:active {
text-decoration: underline;
color:#F60;
}

/*==========コンテンツ==========*/

h2{
	margin-top: 4px;
	line-height: 1.2em;
	margin-bottom: 4px;
}

h3{
	font-size: large;
	line-height: 1.2em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F30;
	margin-top: 18px;
	margin-bottom: 8px;
	color: #F30;
}
h4{
	font-size: medium;
	line-height: 1.2em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #CE5D04;
}
h5{
	line-height:1.5;
	list-style-type:none;
	background-image:url(images/mark.png);
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:8px;
}
/*========== 大飾り文字==========*/
h6{
	text-shadow: 3px 3px 3px gray;
	font-size: 30px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	line-height:1.5;
	list-style-type:none;
	margin-bottom:20px;
}	


#content .newspost .topics {
	font-size: xx-small;
	color: #699;
	text-align: right;
}


/*========== 画像==========*/

.alignleft{
	float:left;
	margin-left:0px;
	margin-right:15px;
	margin-bottom:10px;
	width: 105px;
	height:auto;
}
.alignleft2{
	float:left;
	margin-left:0px;
	margin-right:15px;
	margin-bottom:10px;
	height: 350px;
	width:auto;
}
.alignleft3{
	float:left;
	margin-left:0px;
	margin-right:15px;
	margin-bottom:10px;
	height: 200px;
	width:auto;
}
.alignright{
	float:right;
	margin-left:15px;
	margin-right:0px;
	margin-bottom:10px;
	width: 200px;
	height:auto;
}

.aligncenter{
	float:both;
	display:block;
	margin:25px auto;
	width: 70%;
	height: auto;
}

.a img {border:none;}

.img-0 {
	clear:both;
	margin: 0px;
}

/* ナビゲーション */
*{/*reset CSS*/
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.clx:after{
　content : '';
　display : block;
　clear : both;
}
#nav{width: 90%;margin: 0 auto;}/*ナビ横幅*/
#nav>li{
	float: left;
	width:25%;/*メニュー１層目横幅*/
	font-size: small;
}
#nav li a {
	display: block;
	width:100%;/*ナビ縦幅*/
	text-align: center;
	color: #333;
	background-color: #999;
	padding-top: 0.8em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
	ul#nav li, div.menu ul li{
	float: left;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
		}
	ul#nav > li:first-child, div.menu ul > li:first-child{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
		}
		ul#nav li > a, div.menu ul li > a{
	color: #fff;
	padding:8px 13px;
	text-decoration:none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
			}
			ul#nav li:hover > a,
			ul#nav > li.current_page_item > a,
			ul#nav > li.current_page_ancestor > a,
			ul#nav > li.current-menu-item > a,
			ul#nav > li.current-category-ancestor > a,
			div.menu ul li:hover > a,
			div.menu ul > li.current_page_item a,
			div.menu ul > li.current_page_ancestor > a,
			div.menu ul > li.current-menu-item > a,
			div.menu ul > li.current-category-ancestor > a{
	/* Webkit */
				background: -webkit-gradient(linear, left top, left bottom,
					from(rgba(0,0,0,0.1)),
					to(rgba(0,0,0,0.95)),
					color-stop(.5,#333333));
					
				 /* IE */
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000,endColorstr=#95000000);
	zoom:1;
	background-color: #333;
				}
	/*** Children Menu ***/
	ul#nav ul, div.menu ul ul{
		display: none;
		border:1px solid #ccc;
		position: absolute;
		top: 38px;
		left: 0;
		float: left;
		width: 180px;
		z-index: 99999;
		}
		ul#nav ul li, div.menu ul ul li { width: 250px;border:none;text-align: left;}
			ul#nav ul li ul, div.menu ul ul li ul { left: 100%; top: 0; }
				ul#nav ul li a, div.menu ul ul li a {
					background: #000;
					background: rgba(0, 0, 0, 0.8);
					filter:alpha(opacity=70);  /* IE7 */
    				-ms-filter: "alpha(opacity=70)"; /* IE8 */
					}
					ul#nav ul li:hover > a, div.menu ul ul li:hover{background: #666;}
	ul#nav li:hover > ul, div.menu ul li:hover > ul{ display: block;}


#toggle{
	display: none;
}

/*=====カスタムフィールド=====*/
.post-meta {display: none; }
.post-meta-key {display: none; }
.cft {
	height: 25em;
}



/*=====ブックマーク=====*/
div.wp_social_bookmarking_light{border:0 !important;padding:0 !important;margin0; !important;}
div.wp_social_bookmarking_light div{float:left !important;border:0 !important;padding:0 4px 0 0 !important;margin:0 !important;height:21px !important;text-indent:0 !important;}
div.wp_social_bookmarking_light img{border:0 !important;padding:0;margin:0;vertical-align:top !important;}
.wp_social_bookmarking_light_clear{clear:both !important;}
a.wp_social_bookmarking_light_instapaper {display: inline-block;font-family: 'Lucida Grande', Verdana, sans-serif;font-weight: bold;font-size: 11px;-webkit-border-radius: 8px;-moz-border-radius: 8px;color: #fff;background-color: #626262;border: 1px solid #626262;padding: 0px 3px 0px;text-shadow: #3b3b3b 1px 1px 0px;min-width: 62px;text-align: center;vertical-align:top;line-height:21px;}
a.wp_social_bookmarking_light_instapaper, a.wp_social_bookmarking_light_instapaper:hover, a.wp_social_bookmarking_light_instapaper:active, a.wp_social_bookmarking_light_instapaper:visited {color: #fff; text-decoration: none; outline: none;}
.wp_social_bookmarking_light_instapaper:focus {outline: none;}

/*=====トラックフィード=====*/
.home-php #content #trackfeed a{
	text-align:right;
	font-size: x-small;
}
/*=====フェイスブック=====*/
.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style]{
	background-color: #F4F4F4;
	overflow: hidden;
	width: 100% !important;
}

