/* 
Theme Name : originalOB
description: OB オリジナルテーマ
Author:gomi hirofumi
 */
 
/* CSS Document OfficeBurn*/
body {
	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: 95%;
}

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

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

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

#news {
	width: 100%;
	margin-top: 5px;
	line-height: 1.4em;
}

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

#footer {
    width: 100%;
}


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

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


#top {
	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 {
	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;
	font-size: x-small;
}

#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:100%;
	border: solid 1px #69C;
	padding:5px;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
}
#content #box01 img{
	max-height: 100px;
	width: 100px;
	object-fit:cover;
	object-position: 0 30%;
	float: left;
}
#box012 {
	width:100%;
	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: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#box021 {
	width:100%;
}

#box022 {
	width:100%;
}
#box03 {
	width:100%;
	float:right;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 10px;
}
#box031 {
	width:100%;
	padding:5px;
	margin:3px;
}

#box032 {
	width:100%;
	padding:5px;
	margin:3px;
}
#content #box031 img{
	max-height: 200px;
	width: 280px;
	object-fit:cover;
	object-position: 0 0;
}
#box04 {
	width:100%;
	padding:5px;
	float:right;
	margin:3px;
	text-align:left;
}
#box042 {
	width:100%;
	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{
	margin-left:0px;
	margin-right:15px;
	margin-bottom:10px;
	width: 105px;
}
.alignleft2{
	margin-left:0px;
	margin-right:15px;
	margin-bottom:10px;
	width:300px;
}
.alignright{
	margin-left:15px;
	margin-right:0px;
	margin-bottom:10px;
	width: 300px;
}

.aligncenter{
	display:block;
	margin:25px auto;
	width: 300px;
}

.a img {border:none;}

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

/* 概要の表 */
#content .newspost table tr th {
	font-size:x-small
	;}



/* ナビゲーション */
*{/*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{
    display: none;
}
#nav>li{
	width:100%;/*メニュー１層目横幅*/
}
#nav li a {
	display: block;
	width:100%;/*ナビ縦幅*/
	text-align: center;
	color: #FFF;
	background-color: #999;
	padding-top: 0.8em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
}
#nav ul li a {
	overflow: hidden;
	height: 0px;
	width: 100%;
	text-align: left;
	color: #CCC;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
#nav>li:hover li a{
	height: auto;/*メニュー２層目縦幅*/
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	background-color: #333;
	color: #FFF;
}
#nav li li a:hover{
	opacity: 0.8;
	background-color: #CCC;
	color: #333;
}
  
  #toggle{
  display: block;
  position: relative;
  width: 11px
  background: #222;
}
#toggle a{
  display: block;
  position: relative;
  padding: 11px 0 10px;
  border-bottom: 1px solid #444;
  color: #222;
  text-align: center;
  text-decoration: none;
}

  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }




/*=====カスタムフィールド=====*/
.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;
}

