/* add_style.css 2013.01.21 */
/* オフィス移転ブログに使うスタイル */
/*============目次============
　最終更新日：2012/09/06
　1.ClearFix
　2.ページ枠、ヘッダ(gnavi含む)・フッタ、パンくず
　3.ブログ本文
　4.記事一覧
============================*/

/*===========================
■1. ClearFix
-----------------------------
フロート要素の高さをクリアする。
============================*/
.ClearFix:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.ClearFix {  
	display: inline-block;  
	zoom: 100%;  
}

/*===========================
■2[new]ページ枠、ヘッダ・フッタ、パンくず
============================*/

/*------------------------------
 レイアウト
------------------------------*/

/*----- ヘッダー  -----*/
#header {
	text-align:center;
	background:#fff;
	margin:0;
	padding:0;
}

#header .headerBox{
	margin:0 auto;
	text-align:center;
	padding:20px 0 0 0;
	margin-bottom:10px;
	width:960px;
}

#header h1,
#header .logoBox {
	width:200px;
	float:left;

	text-indent: -9999px;
	text-decoration: none !important; 
}


#header h1 a,
#header .logoBox a{
  display:block;
  background: url("/img_tops/logo_megasoft.gif") top left no-repeat;
  width:170px;
  height:44px;
}

#header .header_nav {
	float:right;
	padding:30px 0 0px 0px;
}

#header .header_nav div {
	float:left;
}

#header .header_nav div.demo {
	width:150px;
	height:13px;
  background:url(/img_tops/btn_header_demo.gif) no-repeat;
}

#header .header_nav div.inquiry {
	width:100px;
	height:13px;
  background:url(/img_tops/btn_header_inquiry.gif) no-repeat;
}

#header .header_nav div.demo a{
	display:block;
	width:150px;
	height:13px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#header .header_nav div.inquiry a{
	display:block;
	width:100px;
	height:13px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#header .header_nav div.demo a.active,
#header .header_nav div.demo a:focus,
#header .header_nav div.demo a:hover{
  background:url(/img_tops/btn_header_demo.gif) no-repeat left bottom;
}

#header .header_nav div.inquiry a.active,
#header .header_nav div.inquiry a:focus,
#header .header_nav div.inquiry a:hover{
  background:url(/img_tops/btn_header_inquiry.gif) no-repeat left bottom;
}


#header .header_nav div.searchBox{
}


#header .header_nav div.searchBox form{
	margin:0;
	padding:0;
}


#header .header_nav .searchBox {
	width:225px;
	position:relative;
}


#header .header_nav .searchBox form{
	background:url(/img_tops/bk_searchText.gif) no-repeat;
}

#header .header_nav .searchBox form input{
	vertical-align:bottom;
}

#header .header_nav .searchBox form input.SearchText {
	border:0;
	background:transparent;
	width:154px;
	padding:5px 3px;
	font-size:12px;
}


/*----- グローバルナビ  -----*/
#header .global_nav {
	width:100%;
	height:38px;
	background:#394acb;
}

#header .global_nav ul{
	margin:0 auto;
	padding:0;
	width:960px;
	height:38px;
  background:url(/img_tops/img_gnavi.jpg) no-repeat;
}

#header .global_nav ul li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

#header .global_nav ul li a{
	display:block;
	width:160px;
	height:38px;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}


#gnavi_home{
	background:url(/img_tops/img_gnavi.jpg) no-repeat 0 0;
}
#gnavi_home:hover,
#gnavi_home.hover{
	background:url(/img_tops/img_gnavi.jpg) no-repeat 0 -38px;
}

#gnavi_products{
	background:url(/img_tops/img_gnavi.jpg) no-repeat -160px 0;
}
#gnavi_products:hover,
#gnavi_products.hover{
	background:url(/img_tops/img_gnavi.jpg) no-repeat -160px -38px;
}

#gnavi_download{
	background:url(/img_tops/img_gnavi.jpg) no-repeat -320px 0;
}
#gnavi_download:hover,
#gnavi_download.hover{
	background:url(/img_tops/img_gnavi.jpg) no-repeat -320px -38px;
}

#gnavi_shop{
	background:url(/img_tops/img_gnavi.jpg) no-repeat -480px 0;
}
#gnavi_shop:hover,
#gnavi_shop.hover{
	background:url(/img_tops/img_gnavi.jpg) no-repeat -480px -38px;
}

#gnavi_support{
	background:url(/img_tops/img_gnavi.jpg) no-repeat -640px 0;
}
#gnavi_support:hover,
#gnavi_support.hover{
	background:url(/img_tops/img_gnavi.jpg) no-repeat -640px -38px;
}

#gnavi_company{
	background:url(/img_tops/img_gnavi.jpg) no-repeat -800px 0;
}
#gnavi_company:hover,
#gnavi_company.hover{
	background:url(/img_tops/img_gnavi.jpg) no-repeat -800px -38px;
}


/*----- グローバルナビon -----*/

#header.top_navi_home_selected .global_nav ul li.gnavi_home A#gnavi_home{
  background:url(/img_tops/img_gnavi.jpg) no-repeat left bottom;
}

#header.top_navi_products_selected .global_nav ul li.gnavi_products A#gnavi_products{
  background:url(/img_tops/img_gnavi.jpg) no-repeat -160px -38px;
}

#header.top_navi_download_selected .global_nav ul li.gnavi_download  A#gnavi_download{
  background:url(/img_tops/img_gnavi.jpg) no-repeat -320px -38px;
}
#header.top_navi_shop_selected .global_nav ul li.gnavi_shop A#gnavi_shop{
  background:url(/img_tops/img_gnavi.jpg) no-repeat -480px -38px;
}
#header.top_navi_support_selected .global_nav ul li.gnavi_support A#gnavi_support{
  background:url(/img_tops/img_gnavi.jpg) no-repeat -640px -38px;
}
#header.top_navi_company_selected .global_nav ul li.gnavi_company A#gnavi_company{
  background:url(/img_tops/img_gnavi.jpg) no-repeat -800px -38px;
}


/*----- フッター  -----*/
#footer {
	font-size: 12px;
	margin:0 auto;
	text-align:center;
	width:100%;
	background:#5e5e5e;
}

DIV.pagetop{
}

/* 背景ブルー */
DIV.pagetop_blue{
	padding-top:20px;
	background:#eff0f6;
}

DIV.pagetop p,
DIV.pagetop_blue p{
	margin:0 auto;
	width:960px;
	background:transparent;
	text-align:right;
}
/* 背景グレー */
DIV.pagetop_gray{
	padding-top:20px;
	background:#F6F6F6;
}
DIV.pagetop p,
DIV.pagetop_gray p{
	margin:0 auto;
	width:960px;
	background:transparent;
	text-align:right;
}
/* 背景アイボリー */
DIV.pagetop_ivory{
	padding-top:20px;
	background:#FAF9F3;
}
DIV.pagetop p,
DIV.pagetop_ivory p{
	margin:0 auto;
	width:960px;
	background:transparent;
	text-align:right;
}

DIV.pagetop960{
}

DIV.pagetop960 p,
DIV.pagetop960_blue p{
	margin:0 auto;
	width:960px;
	background:transparent;
	text-align:right;
}


#footer .footer_nav {
	padding-top:10px;
	width:960px;
}

#footer .footer_nav ul {
	padding:0;
	margin:0 auto;
	width:960px;
}

#footer .footer_nav ul li {
	display:block;
	float:left;
	padding-right:20px;
	padding-left:10px;
	background:url(/common/img/tool/arrow_s_white.gif) left no-repeat;
}

#footer .footer_nav a:link{
	color:#fff;
	text-decoration:none;
}

#footer .footer_nav a:active{
	color:#fff;
	text-decoration:underline;
}

#footer .footer_nav a:visited{
	color:#fff;
	text-decoration:none;
}

#footer .footer_nav a:hover{
	color:#fff;
	text-decoration:underline;
}

#footer address {
	padding:20px 0 10px 0;
	color:#fff;
	font-style:normal;
	text-align: left;
}


/*----- パンくず  -----*/

/* パンくずリスト背景 */
DIV#StatusArea {
	background-image: url(/common/img/head/status_bk.jpg);
	width: 100%;
	border-bottom: #999999 1px solid;
	text-align: center;
	margin-bottom: 15px;
	font-size: 13px;
}

/* パンくずリスト */
DIV.Status {
	width: 760px;
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin: 0px auto;
}

DIV.Status960 {
	width: 960px;
	font-size: 75%;
	padding: 5px 0;
	text-align: left;
	margin: 0px auto;
}

div.Status960 {
	font-size: 93%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
div.Status960 a:link {
	color: #000000;
	text-decoration: none;
}
div.Status960 a:visited {
	text-decoration: none;
	color: #000000;
}
div.Status960 a:active {
	text-decoration: underline;
	color: #6666FF;
}
div.Status960 a:hover {
	text-decoration: underline;
	color: #6666FF;
}
/* system.cssの上書き */
.breadcrumb {
    padding-bottom: 0;
}



/*------------------------------
 ヘッダー・フッターのセンタリング用
------------------------------*/

DIV.inline-block {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


/*===========================
■3. ブログ共通
============================*/

/*--- 背景 ---*/
body#office_moving_blog {
/*	background: url("/sites/all/themes/jq_theme/img/bg_office_moving-blog2.jpg") no-repeat scroll center -100px #413925;	*/
	background: none #413925;
}
body#office_moving_blog_t {
/*	background: url("/sites/all/themes/jq_theme/img/bg_office_moving-blog2.jpg") no-repeat scroll center -100px #413925;	*/
	background: none #1c4159;
}
/*--- エントリー日付タブ ---*/
div.date {
    background: none repeat scroll 0 0 #000000;
    color: #999999;
}

/*--- リンク ---*/

/* 青矢印のリンク <a class="GoBlue"> */
body#office_moving_blog a.GoBlue {
	background: url(/common/img/tool/arrow_blue.gif) no-repeat 0 5px;
	padding-left: 17px;
	min-height: 17px;
	display: inline-block;
	margin: 0 5px;
}

body#office_moving_blog div#left a {
	text-decoration: underline;
}
body#office_moving_blog div#left a:hover {
	color: #666666;
}

div#blog-line h1 {
	margin: 0;
	padding: 0 0 0 40px;
}


/*--- SNSボタンの並び指定 ---*/
div.addthis_toolbox ul li {
	list-style: none;
	float: left;
}

/*--- 最近の記事一覧（メイン用） ---*/
body#office_moving_blog .pane-office-moving-blog{
	margin: 10px 0;
}

body#office_moving_blog .pane-office-moving-blog.recent-entry .pane-content{
	border: 1px dashed #999;
}

body#office_moving_blog .pane-office-moving-blog .pane-content .view-header h4{
	margin: 0 0 0 10px;
}

body#office_moving_blog .pane-office-moving-blog .pane-content .view-footer p{
	margin: 0 0 10px 10px;
}

/*---
div#left .item-list.recent-entry ul {
	margin: 0 0 5px 20px;
}

div#left .item-list.recent-entry ul li{
    line-height: 140%;
    list-style: ;
}
---*/

/* リンクがあればグレーの三角を付けるリスト */
body#office_moving_blog div#left .recent-entry ul {
	list-style: none;
	margin: 0 0 5px 20px;
}
body#office_moving_blog div#left .recent-entry ul li {
	line-height: 140%;
	list-style: none;
	background: url(/common/img/tool/list_yaji_s.gif) no-repeat 2px 2px;
	margin: 0 0 5px 0;
}
body#office_moving_blog div#left .recent-entry ul li a {
/*	background: url(/common/img/tool/list_yaji_s.gif) no-repeat 2px 2px;	*/
	padding-left: 16px;
	min-height: 16px;
	display: inline-block;
}

/* 右枠内 ミニパネルのh2見出し余白調整 */

div.widget h2 {
    margin: 0 0 0.4em 0;
    font-size: 125%;
}

div.widget p {
    margin: 0 0 0.4em 0;
}

/*===========================
■4 記事一覧　/office_moving/blog/list/
============================*/

.view-display-id-page_entry_list ul li {
	font-size: 120%;
	line-height: 140%;
}





