﻿@charset "utf-8";
/* CSS Document */

body {
	line-height: 140%;
}
/* ---------------------------------------------------------------- *
	マークアップ
 * ---------------------------------------------------------------- */

/*  ARTICLE COMMON
-------------------------- */ 
.article{
	padding: 16px;
	margin-bottom: 25px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(153,153,153,1);
	-moz-box-shadow: 0px 0px 5px -1px rgba(153,153,153,1);
	box-shadow: 0px 0px 5px -1px rgba(153,153,153,1);
    word-wrap: break-word;
}


.articleHead{
    margin-bottom: 8px;
}
.articleHead__cat{
	display: inline-block;
	min-width: 80px;
	padding: 15px;
	margin-right: 8px;
	float: left;
	text-align: center;
	background-color:#0490C3;
	color: #FFF;
}
.article__ttl{
	font-size: 25px;
	line-height: 1.2;
	font-weight: bold;
	margin: 16px 0;
	padding: 0;
	word-break: break-all;
	clear: both;
}

.article__ttl span{
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0;
    padding: 0 0 4px;
}

.articleTtlL{
    padding: 16px 5px 16px 32px;
    margin: 40px 16px 24px;
    background: #9fbd34 url(img/bkgArticleTtl.png) 0 0 repeat-y;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}
.articleTtlM{
    padding: 0px 5px 4px 8px;
    margin: 0 16px 24px;
    border-bottom: solid 5px #9fbd34;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
.articleTtlS{
    padding: 0px 5px 0px 8px;
    margin: 0 24px 16px;
    border-left: solid 5px #9fbd34;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
}
.articleTxt{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 24px 32px;
}
.articleBlockQ{
    margin: 0 24px 32px;
    padding: 16px 16px 16px 64px;
    border: #9fbd34 dashed 1px;
    background: url(img/bkgBlockQ.png) 16px 10px no-repeat;
}
.articleImg{
    margin: 0 24px 32px;
    text-align: center;
}
.articleImg img{
    max-width: 720px;
}
.article__imgL{
    margin: 0 auto 16px ;
    display: block;
    max-width: 768px;
    text-align: center;
}
.article__imgL img{
    width: 100%;
}
.article__imgL--btm{
    margin: 0 auto 24px ;
}
.article__txtL{
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 16px;
}
.article__imgS{
    width: 300px;
    float: left;
	margin-right: 16px;

}
.article__imgS img{
    width: 300px;
}
.article__txtS{
    font-size: 18px;
	line-height:1.5em;
    margin: 0 0 16px;
}
.articleInfo{
    display: table;
    float: right;
    margin: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 8px 0;
}
.articleInfo__txt{
    display: table-cell;
    vertical-align: middle;
	font-weight:bold;
	font-size:15px;
}
.articleInfo__img{
    display: inline-block;
	width: 55px;
	height: 55px;
  overflow: hidden;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border: solid 1px #ccc;
}
.articleInfo__img img{
	width: 60px;
}
.articleInfo__img--small{
	width: 40px;
	height: 40px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}



.articleInfo__img--small img{
	width: 40px;
}


.Entryeyecatch_img {
	margin-bottom:25px;
}


/*  Editor Area 
-------------------------- */ 
.editorArea p{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 24px 32px;
		word-wrap:break-word;
  	overflow-wrap:break-word;
}
.editorArea blockquote{
    margin: 0 24px 32px;
    padding: 16px 16px 16px 64px;
    border: #9fbd34 dashed 1px;
    background: url(img/bkgBlockQ.png) 16px 10px no-repeat;
}
.editorArea img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.editorArea h1{
    padding: 16px 5px 16px 32px;
    margin: 40px 16px 24px;
    background: #9fbd34 url(img/bkgArticleTtl.png) 0 0 repeat-y;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}
.editorArea--page h1{
    margin: 16px 16px 24px;
}
.editorArea h2{
    padding: 0px 5px 4px 8px;
    margin: 0 16px 24px;
    border-bottom: solid 5px #9fbd34;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
.editorArea h3{
    padding: 0px 5px 0px 8px;
    margin: 0 24px 16px;
    border-left: solid 5px #9fbd34;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
}





.editorArea ul{
    margin: 0 24px 40px;
    padding: 0px 5px 0px 8px;
    font-size: 14px;
    font-size: 1.4rem;
}
.editorArea ul img{
    margin: 16px 0;
}


.editorArea a{
	color: #7A8F2E !important;
}
.editorArea a:visited{
	color: #7A8F2E !important;
}
.editorArea a:hover{
	color: #9fbd34 !important;
}
.editorArea a:active{
	color: #7A8F2E !important;
}


/*  ARTICLE DETAIL (記事詳細　下部)
-------------------------- */ 
.articleDeatail{
    margin-bottom: 40px;
}
.articleDeatail__ttl{
    margin-bottom: 16px;
    border-bottom: solid 1px #819b24;
    font-size: 20px;
    font-size: 2.0rem;
    color: #819b24;
    font-weight: bold;
}
.articleDeatail__ttl--share{
    background: url(img/bkgArticleShare.png) 8px top no-repeat;
    padding: 4px 0 4px 56px;
}
.articleDeatail__ttl--relevance{
    background: url(img/bkgArticleRelevance.png) 8px top no-repeat;
    padding: 4px 0 4px 56px;
    margin-bottom: 0px;
}
.articleDeatail__ttl--rss{
    background: url(img/bkgArticleRss.png) 8px top no-repeat;
    padding: 4px 0 4px 56px;
}


/* ------------------------------------------------------------

 *  汎用クラス　先頭に「x-」を入れる 
 CSS最下部に記載すること（これより下にx-以外のクラスを記載しないこと）

------------------------------------------------------------ */

/* X-CLEAR FIX */
.x-clearFix:before,
.x-clearFix:after {
    content: "";
    display: table;
}
.x-clearFix:after {
    clear: both;
}
.x-clearFix {
 *zoom:1;
}



/* 左メニュータイトル */
#left-menu  h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 100%;
	padding-left: 5px;
	font-weight:bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	color: #FFFFFF;
	background-color: #2e3641;
	border-left-style: none;
	background-repeat: repeat-y;
	background-position: right top;
	line-height: 1.4em;
}

#left-menu .widget-header {
	margin-top: 20px;
}

/* ---------------------------------------------------------------- *
	ページタイトル
 * ---------------------------------------------------------------- */
 
/* 画像・テキスト共通 */
h1  {
}

/* テキスト用 */
h1.archive-title {
	font-size: 20px;
	height: 30px;
	line-height: 1em;
	color: #333333;
	font-weight: bold;
}

/* 画像＋テキスト用 */
#page-title img {
	vertical-align: middle;
}

/* ---------------------------------------------------------------- *
	メイン
 * ---------------------------------------------------------------- */

/* メイン（2カラム） */
#main-second-2 {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #dddddd;
	padding: 10px;
}

.comment-area {
	padding-bottom: 20px;
}

.comment ul {
	margin-bottom: 15px;
}
.comment li {
	list-style-type: disc;
	margin-left: 30px;
}
.comment p {
	padding-top: 5px;
	padding-bottom: 15px;

}

.boder {
	border-bottom:1px dotted #666666;
	}
	
/* ---------------------------------------------------------------- *
	メイン3カラム
 * ---------------------------------------------------------------- */

/* 左メニュー */
#container-inner #left-menu {
	float: right;
	width: 300px;
	padding-bottom: 20px;
	line-height: 140%;
}

/* 中央 */
#container-inner  #main-content {
	float: left;
	width: 670px;
	text-align: left;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
 /* 左メニューリンク */
a.menu {
	display: block;
	padding-left: 15px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-color: #999999;
	text-decoration: none;
	width: 155px;
	background-image: url(../img2009/second/menu_point1.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
}
a.menu:link {
	display: block;
	padding-left: 15px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-color: #999999;
	text-decoration: none;
	background-image: url(../img2009/second/menu_point1.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
a.menu:visited {
	display: block;
	padding-left: 15px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-color: #999999;
	text-decoration: none;
	background-image: url(../img2009/second/menu_point1.gif);
	background-repeat: no-repeat;
}
a.menu:hover {
	display: block;
	padding-left: 15px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-color: #999999;
	text-decoration: none;
	background-image: url(../img2009/second/menu_point2.gif);
	background-repeat: no-repeat;
}

/*会社概要用*/
#s-center-gaiyo {
	background-image: url(../info/gaiyo/img/sugiyama_1.jpg);
	background-repeat: no-repeat;
	background-position: 555px 50px
}
.spirit-base { 
	background-image: url(../info/gaiyo/img/spirit.gif);
	background-repeat: no-repeat; 
	margin-top: 30px; 
	margin-bottom: 20px;
}
.spirit {
	font-size: 14px;
	line-height: 20px;
	margin-left: 170px;
	padding-right: 50px;
	padding-left: 10px;
	border-left: 1px solid #c2cc7f;
}

/*アイロベックス通信用*/
.content-news {
	color: #444;
	margin-bottom: 30px;
	width: 90%;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}
.w-400 {
	width:600px;
	margin: auto;
	border: solid 1px #c0c0c0;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*メールマガジン用*/
.title-mag {
	font-size: 110%;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #799001;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #799001;
	margin-bottom: 20px;
	margin-top: 10px;
}
.coment-line {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	font-size: 120%;
	line-height: 1.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #799001;
}
.coment-waku {
	background-color: #F4F4F4;
	border: 1px solid #cccccc;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.name {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.dott {
	border-bottom:1px dotted #666666;
	padding: 3px;
}
li.list-disc  {
	color: #8CB1C4;
	font-size: 90%;
	display: block;
}
#left-menu {
  background: #fff;
  border-right: #cccccc 1px solid;
  margin: 0 0 30px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#left-menu li a {
	color: #000;
	padding: 10px 10px;
	width: 280px;
	border-top: #e8e8e8 1px solid;
	overflow: hidden;
	background: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

#left-menu li a:hover {
  background: #ececec;
}

.txtmini{
	font-size:medium;
	font-weight: bold;
	padding-top: 5px;
	color: #006995;
}
.column1 p{
	font-size:small;
	line-height:1.4;
	width:500px;
	padding:0;
	margin:0 10px 10px 15px;
	background:#FFFFFF;
}	
.detailbutton{
	float:right;
	margin:0 15px 0 0;
	text-align: right;
}
.yohaku{
	margin-top:10px;
	padding-left: 15px;
	border-bottom:#BCC4D6 2px solid;
	padding-bottom: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
}
	
/*システム開発・ワークグループ用*/	
.user-pic img {
	float: left;
	padding: 1px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
.asset-meta {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

/*テーブル*/	
th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding: 3px;
}

.freesoft-line {
	padding-top:15px;
	padding-bottom:15px;
	border-top:#333333 1px solid;
	border-bottom:#333333 1px solid;
	padding-left:20px;
}

.line_bottom {
	border-top: #CCCCCC dotted 1px;
	color:#4C764E;
	padding-top: 5px;
	font-size: 11px;
	margin-bottom: 20px;
}
.no-line {border:none;
 padding:1px;
}

.B {
	font-weight:bold;
	}

/*広告*/
.blog-ad ul{
	font-size: 100%;
	border: solid 1px #DDDDDD;
	line-height: 200%;
	padding-top:10px;
	padding-bottom:10px;
	}

/*メニュー部twitterバナー*/
.twibanner{
	margin: 5px;
	}

/*ブログ記事用*/
table.blog {
	width: 100%;
	line-height: 1.4em;
	margin-bottom: 20px;
}
table.blog th, table.blog td {
	padding: 4px;
	border: 1px solid #CCC;
}
table.blog th {
	background-color: #f5f5f5;
}
table.blog td th, table.blog td td {
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.blog {
	margin-left: 20px;
}
ul.blog li {
	list-style-type: disc;
}
ol.blog {
}
ol.blog {
	padding-left: 20px;
}
ol.blog li {
	list-style-type: decimal;
}
dl.blog {
	background-color: #00F;
}
dl.blog dt {
	float: left;
	clear: both;
}

/*検索*/
.search_box {
  border-top: #e8e8e8 1px solid;
  padding: 20px;
}

.search_box #searchform,
.search_box #searchform2 {
  position: relative;
}

.search_box #searchform .search_text,
.search_box #searchform2 .search_text {
	background: #f8f8f8;
	-webkit-box-shadow: inset 0 0 7px 1px #dadada;
	-moz-box-shadow: inset 0 0 7px 1px #dadada;
	box-shadow: inset 0 0 7px 1px #dadada;
	height: 20px;
	padding: 10px;
	line-height: 20px;
	border: 1px solid #c6c6c6;
	width: 145px;
}

.search_box #searchform .box_search_btn .icon-search,
.search_box #searchform2 .box_search_btn .icon-search {
  background: #000;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 115%;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

#FBcontents {
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	margin: 0;
	width: 650px;
}

.blog-ad {
	margin-bottom:20px;
	margin-top: 20px;
}

 #main-content  {
  z-index: 2;
  position: relative;
  margin: 0 0 30px 0;
}

.comment {
	padding:10px;
}

/*ユーザープロフィール*/

.userwapper {
	border-bottom:2px dotted #999;
	margin-bottom:10px;
	padding: 5px;
}


.usercontent {
  width: 100%;
  overflow: hidden;
  margin: 0 0 5px 0;
}

.usercontent {
	width: 550px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.userarea {
	font-size: 120%;
	padding: 3px 0;
	font-weight: bold;
	margin: 0 0 10px 0;
	overflow: hidden;
	color: #666;
}

.userfigure {
	width: 60px;
	float: left;
	text-align: center;
	border: 1px solid #CCC;
	padding:2px;
	background-color: #FFF;
	height: 56px;
}

/*カテゴリーのタグ*/

.tag {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.tag li {
	display: block;
	float: left;
	list-style:none;
	margin-right:10px;
	margin-left:0px;
}

.tag li a {
	display: block;
	background: #9ea7b3;
	color: #FFF;
	text-decoration: none;
	font-size: 93%;
	padding: 4px 10px 3px;
	margin: 0 5px 5px 0;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.tag li a:hover {
  background: #666;
}

/*一覧表示*/


/*styles_site から移動　橋本*/

.comment ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 5px;
}

.comment ul {
}

.comment ol li {
	margin: 0 0 5px 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	list-style-type: decimal;
}

.ad {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	width: 670px;
	margin-top: auto;
}

.ad ul {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	overflow: hidden;
	padding-left: 25px;
}

.ad ul li {
	display: block;
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 0;
	margin-bottom: 0;
}

/* ページ分割した時のページ送り */
ul.pager {
	margin: 20px 10px 30px;
	padding: 6px 3px 1px;
	background: rgba(255, 255, 255, .6);
	border: 1px solid #c6c6c6;
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 8px #cecece;
	box-shadow: 0 0 8px #cecece;
}

ul.pager li {
	display: inline;
	margin: 0 3px;
	padding: 0;
}

ul.pager li span,
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #c6c6c6;
	text-decoration: none;
	vertical-align: middle;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

ul.pager li span {
	border: 1px solid #aaa;
	font-weight: bold;
	color: #666;
}


/* ------------------------------------------------------------

 * JS LINK BOX

------------------------------------------------------------ */
.js-linkBox:hover{
    cursor: pointer;
    transition: color 0.2s ease 0s;
    transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, transform 0.2s, opacity 0.2s;
    -webkit-transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.article.js-linkBox:hover,
.analystArticle.js-linkBox:hover,
.companyArticle.js-linkBox:hover{
     -webkit-box-shadow: 0px 0px 5px -1px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 5px -1px rgba(153,153,153,1);
    box-shadow: 0px 0px 5px -1px rgba(153,153,153,1);
}
.js-linkBox:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  transition-duration: 0.1s;
}



/* ------------------------------------------------------------

 * カテゴリ色パターン

------------------------------------------------------------ */

.website_icon {
	background-color:#ff80ea;	
}

.movable_type_icon {
	background-color: #1535C7;
}

.systemdevelopment_icon {
	background-color:#ff8c00;
}

.project-management_icon {
	background-color:#1AB07A;
}

.excel_icon {
	background-color:#cccc14;
}

.java_icon {
	background-color:#cccc14;
}

.php_icon {
	background-color:#cccc14;
}

.access_icon {
	background-color:#cccc14;	
}

.oracle_icon {
	background-color:#cccc14;
}

.mysql_icon {
	background-color:#cccc14;
}

.vba_icon {
	background-color:#cccc14;
}

.net_icon {
	background-color:#cccc14;
}

.sqlserver_icon {
	background-color:#cccc14;	
}

.linux_icon {
	background-color:#cccc14;
}

.web_icon {
	background-color:#B85E0F;
}

.linkbox {
	    cursor: pointer;
}


/* ------------------------------------------------------------

 * 第2階層

------------------------------------------------------------ */

.m_inner{
	background:#fff;
	box-shadow:0 0 5px #ccc;
	padding:10px 10px 10px 10px;
	margin-bottom:30px;
 }

.title_box h1 {
    overflow: hidden;
    clear: both;
    font-size: 230%;
    padding: 25px 0;
    font-weight: bold;
    line-height: 1.3;
	width: 100%;
	border-bottom:2px solid #D8D8D8;
	margin-bottom:15px;
}

/*本文*/
.single_content{
	margin:20px;
	padding-bottom:30px;
	border-bottom: dashed 1px #cccccc;
	word-wrap: break-word;
}

.single_content p{
	font-size:124%;
	margin-bottom:20px;
	line-height:1.7;
}


/*本文見出し・リスト*/

.single_content h2{
	font-size:170%;
	font-weight:bold;
	margin:70px 0 20px 0;
	background:#f1f1f1;
    line-height: 1.5;
	padding:28px 20px 25px 20px;
}

.single_content h3{
	font-size:154%;
	font-weight:bold;
	padding:30px 0px 15px 5px;
    line-height: 1.5;
	margin-bottom:20px;
	border-bottom: 2px solid #d9d9d9;
}

.single_content h4{
	font-size:139%;
	margin:30px 0 20px 0;
	padding-left:10px;
	font-weight:bold;
	border-left:6px solid #000;
}

.single_content li{
        line-height: 1.7;
	margin-top:20px;
	font-size:16px;
}

.list_style1,
.list_style2,
.list_style3{
	margin-bottom:20px !important;
}

.list_style1 li{
	padding-left:10px;
}

.list_style2 li{
	padding-left:10px;
	margin-left:10px;
}

.list_style3 li{
	padding-left:10px;
	margin-left:10px;
}

.single_content .link{
	font-weight:bold;
	margin-top:20px;
	background:url(../images/pages/link.png) no-repeat left 5px;
	padding-left:20px;
}

blockquote{
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 65px;
	padding-bottom: 20px;
	margin: 20px 0 40px 0;
	border: 1px dashed #d9d9d9;
	background: url(../blog/system/img2009/blockquote.png) no-repeat 10px 10px;
}

.single_content .single_photo{
	border:5px solid #dfdfdf;
	width:200px;
	margin-bottom:25px;
}

.single_photo_section{
	overflow:hidden;
}

.single_content .left{
	float:left;
	margin-right:20px;
}

.single_content .right{
	float:right;
	margin-left:20px;
}

.social_box_foot {
	margin:0px auto 0px auto;
	padding-bottom:30px;
	text-align:center;
/*	overflow:hidden;*/
	margin:auto;
	width:336px;
        margin-bottom: 60px;
}

.social_box_foot li{
	float:left;
	margin:0 5px;
	width:74px;
}

h2.cat-title {
    margin: 0px 0 16px;
    padding: 12px 8px 12px 20px;
    font-weight: bold;
    background: #9fbd34 16px center no-repeat;
    color: #ffffff;
    font-size: 110%;
}

.sideContents{
    background: #FFFFFF;
    margin-bottom: 24px;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 5px -1px rgba(153,153,153,1);
    box-shadow: 0px 0px 5px -1px rgba(153,153,153,1);
}

.sideContents a:link {
    color: #333;
    text-decoration: none;
}
.sideContents a:visited {
    color: #333;
}
.sideContents a:hover {
    color: #666;
}
.sideContents a:active {
    color: #333;
}

.sideContents__ttl{
    color: #3a7223;
    font-size: 16px;
    font-weight: bold;
}
.sideContents__ttl--monthly{
    background: url(img/bkgSideMonthly.png) 16px center no-repeat;
    padding: 18px 16px 16px 53px;
}
.sideContents__ttl--general{
    background: url(img/bkgSideGeneral.png) 16px center no-repeat;
    padding: 18px 16px 16px 56px;
}
.sideContents__ttl--analyst{
    background: url(img/bkgSideAnalyst.png) 16px center no-repeat;
    padding: 16px 16px 16px 63px;
}
.sideContents__ttl--service{
    background: url(img/bkgSideService.png) 16px center no-repeat;
    padding: 16px 16px 16px 50px;
}

/* COMMON RANK
-------------------------- */ 
.rankDetail{
    padding: 16px;
    border-bottom: #ccc 1px dashed;
}
.rankDetail__img{
	width: 100px;
	float: left;
	position: relative;
}
.rankDetail__txt{
    width: 160px;
    float: right;
}


.sideAnalyst__link{
    width:256px;
    padding: 16px;
    display: inline-block;
    text-align: right;
    border-top: #ccc 1px dashed;
}
.sideAnalyst__link:after{
    content:"＞＞";
    margin-left: 7px;
    font-size: 5px;
    font-size: 0.5rem;
}
.analystDetail{
    padding: 16px;
    border-top: #ccc 1px dashed;
}
.analystDetail__img{
    width: 70px;
    height: 70px;
  	overflow: hidden;
    float: left;
   border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border: solid 1px #ccc;
}
.analystDetail__img img{
    width: 70px;
 }
.analystDetail__txt{
    width: 170px;
    float: right;
    line-height: 70px;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
}

/*CTA*/

.CTA-btn {
  border-collapse: separate;
  border-spacing: 4px 0;
  display: table;
  min-height: 44px;
  width: 100%;
}
.CTA-btn a img {
  margin: 0 auto;
}
.CTA-btn a {
  color: #fff;
  display: table-cell;
  font-weight: bold;
  padding: 3px 0;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.CTA-btn p {
  font-weight: normal;
  margin-bottom: 0px; 
}
.CTA-btn a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
}

.CTA-btn-red {
  background-color: #df4a32;
  border-radius: 5px;
  box-shadow: 0 4px 0 rgba(160,53,36,1);
}