/* ###########################################################

	記事トップページ
	
 ########################################################### */
.homeContents{
	display: block;
}
.mainEntry{
	display: none;
}

/*--------------------
	サイドメニュー
-------------------*/
#sidebar{
  width: 230px;
  float: left;
	position: static !important;
}

#sidebar #secondary aside{
	background: #ffbb02;
}
#sidebar #secondary h2.widget-title {
  background: url(/common/images/index/icon_report.png) no-repeat 15px center;
  padding: 20px 0 20px 60px;
  border-bottom: 1px solid #d09905;
  font-size: 105%;
}
#sidebar #secondary ul {
  padding: 10px 15px;
  margin-left: 20px;
}
#sidebar #secondary ul li{
	list-style: disc;
}
#sidebar #secondary ul li a {
  display: block;
  padding: 5px 0;
}
#sidebar #secondary  ul li.current-cat{
	font-weight: bold;
}

#sidebar .xperiaLink{
	display: none;
}
@media screen and (max-width: 640px){
	#sidebar{
		display: none;
	}
}


/*------------------
メインコンテンツ
--------------------*/
#content{
  width: 680px;
  padding: 15px 0;
  float: right;
}
#content article{
  position: relative;
  background: #d0c8e4;
  margin-bottom: 40px;
  width: 665px;
  height: 335px;
}
#content .box {
  width: 635px;
  height: 305px;
  position: absolute;
  padding: 15px;
  overflow: hidden;
  background: #fff;
  top: -15px;
  left: 15px;
}

@media screen and (max-width: 640px){
	#content{
		width: 100%;
		float: none;
		padding: 0 10px;
	}
	#content article{
		position: static;
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 20px;
		border-left: 5px solid #d0c8e4;
		border-bottom: 5px solid #d0c8e4;
		height: auto !important;
	}
	#content .box {
		text-align: center;
		height: auto !important;
		width: 100%;
		position: static;
		box-sizing: border-box;
	}
}
/*---------------------
	画像部分
-----------------------*/
#content .box .imgArea {
	position: relative;
  width: 350px;
	min-height: 100px;
  margin-right: 20px;
  float: left;
}
#content .box .imgArea img{
	max-width: 350px;
	height: auto;
}

@media screen and (max-width: 640px){
	#content .box .imgArea {
		width: 100%;
		float: none;
		margin: 0 0 15px;
		text-align: center;
	}
	#content .box .imgArea img{
		width: 100%;
		max-width: 400px;
	}
}
/*---------------------
	本文
-----------------------*/
#content .box .textArea {
  width: 265px;
  float: left;
}
#content .box .textArea .entryData{
	font-size: 85%;
	margin-bottom: 15px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
}
#content .box .textArea .entryData h2{
	font-size: 120%;
	margin-top: 5px;
}
#content .box .textArea .moreEntry a.more-link{
	color: #fff;
	display: block;
	background: #333366;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 0;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 640px){
	#content .box .textArea {
		width: 100%;
		float: none;
		text-align: left;
	}
}
/*------------------
ナビゲーション
--------------------*/
.navigation .nav-links{
	text-align: center;
}
.navigation .nav-links span{
  display: inline-block;
	vertical-align: middle;
  margin: 0 10px;
}
.navigation .nav-links span.current {
  color: #fff;
	vertical-align: inherit;
  background: #333366;
  padding: 3px 10px 1px;
  border-radius: 20px;
}
.navigation .nav-links a.page-numbers{
  display: inline-block;
	vertical-align: middle;
  color: #333366;
  font-weight: bold;
  margin: 0 10px;
  font-size: 108%;
}

.navigation .nav-links a.next{
	width: 20px;
	height: 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/common/images/articles/icon_arrow_next.png) no-repeat center center;
}
.navigation .nav-links a.prev{
	width: 20px;
	height: 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/common/images/articles/icon_arrow_prev.png) no-repeat center center;
}



/* ###########################################################

	記事個別ページ
	
 ########################################################### */
h3{
	border-bottom: 2px solid #ccc;
	font-size: 1.2em;
	padding: 0.2em 0.5em;
}
h4{
	background-color: #D5D5D5;
	margin: 2em 0 0.5em;
	padding: 0.2em 1em;
}
strong{
	color: #333;
}
@media screen and (max-width: 640px){
	h3{
		padding: 0.2em 0.1em;
	}
	h4{
		padding: 0.2em 0.5em;
	}
}

.single .homeContents{
	display: none;
}
.single .mainEntry{
	display: block;
}
.single .mainEntry a{
	text-decoration: underline;
}
.single .mainEntry a:hover{
	text-decoration: none;
}
.single .report{
	background: #e8e8e9;
  padding: 40px 0;
}
.single .mainV{
	display: none;
}

/*--------------------
	サイドメニュー
-------------------*/
.single #sidebar {
  width: 230px;
  float: right;
	position: static !important;
}

.single #sidebar .xperiaLink{
	display: block;
	margin-bottom: 20px;
}

/*---------------------
	メインコンテンツ
-----------------------*/
.single #content {
  width: 680px;
  padding: 15px 0;
  float: left;
}
.single #content article {
  position: static;
  background: none;
  margin-bottom: 0;
  width: auto;
  height: auto;
}
.single #content .box {
  width: auto;
  height: auto;
  position: static;
  padding: 0;
	overflow: visible;
  background: none;
}
.single #content .box:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.single #content .box{display: inline-block;} 
.single #content .data{
	float: left;
  margin: 3px 20px 10px 0;
}
.fb_iframe_widget span {
  vertical-align: top !important;
}
.single #content .box h1{
	font-size: 150%;
  margin-bottom: 20px;
}
.single #content .box h3{
  margin: 40px 0 20px;
}
.single #content .box .button {
  margin: 40px 0 80px;
}
.single #content .box p {
  margin-top: 20px;
  color: #555;
  font-size: 105%;
	clear: both;
}
.single #content .data .category {
  background:#2E2E2F;
	padding: 5px 15px;
	color:#EFEFEF;
	font-size: 80%;
	margin-right: 5px;
}

.single #content .box .updated,
.single #content .box .byline,
.single #content .navigation{
	display: none;
}

@media screen and (max-width: 640px){
	.single #content{
		width: 100%;
		float: none;
		padding: 0 10px;
	}
	.single #content article {
		border: none;
	}
	.single #content .box {
		text-align: left;
	}
}


/* ###########################################################

	エラーページ
	
 ########################################################### */
.search #content,
.error404 #content{
	padding: 0;
}

.search #content .no-results,
.error404 #content .error-404{
	background: #fff;
	padding: 15px 15px 40px;
}
.search #content .no-results h1,
.error404 #content .error-404 h1{
	margin-bottom: 20px;
}
@media screen and (max-width: 640px){
	.search #content .no-results,
	.error404 #content .error-404{
		margin: 0 10px;
	}
}

/*-------------------
	検索ボックス
----------------------*/
.search-form{
	margin-top: 30px;
}
.search-form label{
	width: 300px;
}
.search-form .search-field{
	padding: 5px 10px;
	width: 300px;
}
.search-form .search-submit{
	padding: 5px 10px 4px;
	background: #EB6101;
	color: #fff;
	border: none;
	cursor: pointer;
}
@media screen and (max-width: 640px){
	.search-form label,
	.search-form .search-field{
		width: 70%;
	}
	.search-results #primary{
		margin: 0 10px;
	}
}

/*---------------------
	文章非表示設定
-----------------------*/
#content .box .screen-reader-text,					/*ラベル部分*/
#content .box .imgArea .posted-on,					/*画像部分・投稿日時*/
#content .box .textArea .cat-links,					/*カテゴリー*/
#content .box .textArea .updated,
.navigation h2.screen-reader-text,								/*ナビゲーション*/
.navigation .nav-links span.screen-reader-text,		/*ナビゲーション*/
.search-form label span.screen-reader-text	/*検索*/
{
	display: none;
}


/*--------------------------------
	wp social bookmarking light
----------------------------------*/
.wp_social_bookmarking_light{
    border: 0 !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    float: left;
}
.wp_social_bookmarking_light div{
    float: left !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 5px 0px 0 !important;
    min-height: 30px !important;
    line-height: 18px !important;
    text-indent: 0 !important;
}
.wp_social_bookmarking_light img{
    border: 0 !important;
    padding: 0;
    margin: 0;
    vertical-align: top !important;
}
.wp_social_bookmarking_light_clear{
    clear: both !important;
}
#fb-root{
    display: none;
}
.wsbl_twitter{
    width: 100px;
}
.wsbl_facebook_like iframe{
    max-width: none !important;
}

.articlesPage .inner .mainColum article .box .data{
	float: left;
	margin: 3px 20px 10px 0;
}
.articlesPage .inner .mainColum article .box .data .category {
	background:#2E2E2F;
	padding: 5px 15px;
	color:#EFEFEF;
	font-size: 80%;
	margin-right: 5px;
	margin-left: 0;
	float: left;
}
.articlesPage .inner .mainColum article .box .data a:hover .category {
	background: #3F3F3F;
	text-decoration: underline;
}
.articlesPage .inner .mainColum article .box .data .time {
	padding: 2px 0px;
	color: #555;
	margin: 0 10px;
	float: left;
}
.articlesPage .inner .mainColum article .box .socialButton ul li{
	padding-top: 4px;
}

.articlesPage .inner .mainColum article .box .data{
	width:auto!important;
}