@charset "utf-8";

/*
	File Name   : content.css
	Description : コンテンツエリア関係 他
*/


/* 共通
----------------------------------------------------------- */

/* カスタム投稿のタイトルのスタイル調整 */
.acf_postbox p.label label {
	cursor: default !important;
}

/* パンクズ */
#breadCrumb {
	margin-bottom: 40px;
	width: 100%;
	font-size: 120%;
	background: url(/img/common/line_ttl04.png) 0 100% repeat-x;
	padding-bottom: 8px;
}

#breadCrumb a {
	background: url(/img/common/icon_bread.png) 100% 50% no-repeat;
	padding-right: 17px;
	margin-right: 8px;
	text-decoration: none;
}

.pcNone,
.disNone {
	display: none;
}

.spNone {
	display: block;
}

/* Google AdSense */
#GAd {
	margin-bottom: 40px;
}

/* sns */
.snsList {
}

.snsList li {
	float: left;
	margin: 0 7px;
	height: 20px;
}

.snsList li img {
	vertical-align: top !important;
}

.fb_iframe_widget span {
	vertical-align: top !important;
}

.snsList #u_0_6 {
	display: none !important;
}

li.gplus_btn div{
	width:65px !important;
}


/* タイトル・見出し */
#pageTtl {
	margin-bottom: 40px;
	font-size: 187%;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#pageTtl img {
	height: 28px;
	width: auto;
}

.commonTtl00,
.entryBody .commonTtl00{
	background:#F4F4F4;
	padding: 15px 0 15px 30px;
	font-size: 160%;
	font-weight: bold;
	color: #333333;
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
}

.commonTtl01,
.entryBody .commonTtl01{
	background: url(/img/common/line_ttl05.png) 0 0 repeat-y;
	padding: 15px 0 15px 30px;
	font-size: 148%;
	font-weight: bold;
	color: #333333;
}

.commonTtl02,
.entryBody .commonTtl02{
	border-left: 6px solid #767676;
	padding: 10px 0 10px 24px;
	font-size: 130%;
	font-weight: bold;
	color: #333333;
}

.commonTtl03,
.entryBody .commonTtl03{
	font-size: 130%;
	font-weight: bold;
	color: #333333;
}

/* リンク */
ul.linkList01 li {
	background: url(/img/common/icon_07.png) 15px 7px no-repeat;
	padding-left: 43px;
	margin: 0 10px 10px 0;
	list-style: none;
}

ul.linkList01 li a {
	text-decoration: none;
}

.linkList03 {
	background: url(/img/common/icon_link_03.png) 0 5px no-repeat;
	padding-left: 17px;
	margin-bottom: 15px !important;
}

.twoColLink {
	margin: 0 0 60px -40px;
	overflow: hidden;
	color: #333333;
}

.twoColLink li {
	float: left;
	width: 341px;
	margin-left: 40px;
	text-align: center;
	border: 2px solid #333;
}

.twoColLink li a {
	display: block;
	color: #333333;
	padding: 13px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.twoColLink li a span {
	background: url(/img/common/icon_link_02.png) 100% 7px no-repeat;
	display: block;
}

.twoColLink li a:hover {
	background-color: #333;
	color: #fff;
}

.twoColLink li a:hover span {
	background: url(/img/common/icon_link_02_on.png) 100% 7px no-repeat;
}



/* 対話 */
.dialogue{
	overflow:hidden;
	/*
	display:table;
	*/
	width:100%;
}
	.dialogue > p{
		padding-left:20%;
	}
	.dialogue > p:nth-child(2){
		padding-top:20px;
	}
	.dialogue > p:first-child{
		float:left;
		width:20%;
		max-width:150px;
		padding-left:0;
	}
	


/* トップページ
----------------------------------------------------------- */
#mvArea {
	margin-bottom: 70px;
}

.articleBox {
	margin-bottom:70px;
}

.articleWrap {
	position: relative;
	background: url(/img/common/line_ttl01.png) 0 0 repeat-x;
	padding-top: 24px;
}

.articleBox a:hover {
	color: #999999;
	text-decoration: none;
}

.articleCategoty {
	overflow: hidden;
	height: 27px;
	line-height: 27px;
	margin-bottom: 19px;
}

.articleCategoty span {
	float: right;
	font-weight: bold;
	font-size: 87%;
}

.articleCategoty ul {
	font-size: 75%;
}

.articleCategoty ul li {
	padding: 0 15px 0 20px;
	float: left;
	background: #f4f4f4 url(/img/common/bg_bread.png) 0 50% no-repeat;
}

.articleCategoty ul li:first-child {
	background-color: #333333;
}

.articleCategoty ul li:first-child a {
	color: #fff;
}

.articleBox h2 {
	font-size: 137%;
	font-weight: bold;
	margin-bottom: 10px;
}

.articleBox h3 {
	font-size: 137%;
	font-weight: bold;
	margin-bottom: 10px;
}

.layerBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 700px;
	padding: 12px 15px;
	background: url(/img/common/bg_layer.png) 0 0 repeat;
	color: #fff;
	overflow: hidden;
	z-index: 100;
	font-size: 87%;
}

.layerBox a {
	color: #fff;
}

.layerBox p {
    /*
	background: url(/img/common/line_ttl02.png) 100% 0 repeat-y;
    */
	display: inline;
	padding-right: 15px;
	float: left;
	line-height: 28px;
	height: 28px;
}

.layerBox p span {
	margin-right: 10px;
	display: inline-block;
}

.layerBox p span img {
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #fff;
	width: 26px;
	height: 26px;
}

.layerBox p a:hover {
	color: #ffff00;
}

.layerBox .articleSns {
	float: right;
    /**/
    padding: 12px 23px;
    margin:-12px -15px -12px 0px;
    height:52px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    
    background: url(/img/common/bg_layer.png) 0 0 repeat;
}

.layerBox .articleSns li {
	float: right;
	margin-left: 15px;
	height: 28px;
	padding: 0;
	border-bottom: none;
    
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    /**/
    display:none;
}
.layerBox .articleSns li.totalcount {
    display:block;
    color: #fff;
    margin-left: 0px;
    font-size:15px;
    font-weight:bold;
    background: url(/img/common/icon_snstotal.png) 0 50% no-repeat;
    background-size:18px auto;
    padding-left:28px;
    line-height:1.8;
}


/* SIDE ====================*/
#sidebar .articleImg{
    position:relative;
}

#sidebar .articleImg .layerImg{
    display:none !important;
}

#sidebar .side_layerBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 5px;
	background: url(/img/common/bg_layer.png) 0 0 repeat;
	color: #fff;
	overflow: hidden;
	z-index: 100;
	font-size: 11px;
    
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    
}
#sidebar .side_layerBox .articleSns {
    float: right;
    padding: 5px 5px;
    margin: -5px -5px -5px 0px;
    min-height: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/img/common/bg_layer.png) 0 0 repeat;
}
#sidebar .side_layerBox .articleSns li.totalcount {
    display: block;
    color: #fff;
    margin-left: 0px;
    font-size: 12px;
    font-weight:bold;
    
    background: url(/img/common/icon_snstotal.png) 5px 50% no-repeat;
    background-size: 18px auto;
    padding:5px 8px 5px 30px !important;
    line-height: 1;
    margin-bottom: 0px !important;
    border-bottom: none !important;
}

#sidebar a .side_layerBox .articleSns li.totalcount {
    text-decoration:none !important;
}


/*
.layerBox .articleSns li a {
	padding-left: 35px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
}

.layerBox .articleSns li.fb a {
	background: url(/img/common/article_fb.png) 0 50% no-repeat;
}

.layerBox .articleSns li.tw a {
	background: url(/img/common/article_tw.png) 0 50% no-repeat;
}

.layerBox .articleSns li.hb a {
	background: url(/img/common/article_hb.png) 0 50% no-repeat;
}

.layerBox .articleSns li.line a {
	background: url(/img/common/article_line.png) 0 50% no-repeat;
	padding-left: 0;
	width: 28px;
}

.articleBox .layerBox .articleSns li.fb a:hover {
	background: url(/img/common/article_fb_on.png) 0 50% no-repeat;
}

.articleBox .layerBox .articleSns li.tw a:hover {
	background: url(/img/common/article_tw_on.png) 0 50% no-repeat;
}

.articleBox .layerBox .articleSns li.hb a:hover {
	background: url(/img/common/article_hb_on.png) 0 50% no-repeat;
}

.articleBox .layerBox .articleSns li.line a:hover {
	background: url(/img/common/article_line_on.png) 0 50% no-repeat;
}

.layerBox .articleSns li a:hover {
	color: #fff;
}
*/

.articleBox a {
	text-decoration: none;
}

.articleCategoty {
	overflow: hidden;
	height: 27px;
	line-height: 27px;
	margin-bottom: 15px;
}

.articleBox a:hover .articleCategoty ul {
	color: #000;
}

.articleBox a:hover .articleCategoty ul li {
	background: #ffff00 url(/img/common/bg_bread.png) 0 50% no-repeat;
}

.articleBox .articleImg {
	position: relative;
	width: 730px;
	height: 335px;
}

.articleBox .articleImg a {
	display: block;
	overflow: hidden;
	height: 335px;
}

.articleBox .articleImg .postIcon {
	top: 10px;
	left: -46px;
	z-index: 300;
	position: absolute;
}

.articleBox .articleImg .layerImg {
	display: block;
	width: 730px;
	height: 335px;
	position: absolute;
	top: 0;
	left: 0;
}

.moreBtn {
	text-align: center;
}

.moreBtn img {
	width: 500px;
	height: auto;
}


/* カテゴリー
----------------------------------------------------------- */
#case #pageTtl,
#planning #pageTtl,
#introduction #pageTtl,
#theory #pageTtl {
	font-size: 214%;
	margin-bottom: 40px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#mainCategory {
	position: relative;
	height: 40px;
	margin-bottom: 35px;
}

#mainCategory ul {
	background-color: #f4f4f4;
	border: 1px solid #eeeeee;
	position: absolute;
	top: 0;
	width: 730px;
	z-index: 400;
}

#mainCategory ul li {
	border-top: dotted 1px #cbcbcb;
	cursor: pointer;
	line-height: 40px;
	min-height: 40px;
	padding: 0 15px;
	display: none;
}

#mainCategory  li.cateAll.open,
#mainCategory ul li.open:hover,
#mainCategory ul li:first-child.open {
	background: #ffff01 url(/img/common/icon_cate_close.png) 700px 50% no-repeat !important;	
}

#mainCategory ul li:first-child {
	display: block;
	background: #f4f4f4 url(/img/common/icon_cate.png) 700px 50% no-repeat;
	border-top: none;
}

#mainCategory ul li:first-child:hover {
	background: #ffff01 url(/img/common/icon_cate.png) 700px 50% no-repeat;
	color: #000;
}

#mainCategory ul li:hover {
	background: #ffff01 url(/img/common/icon_bread.png) 705px 50% no-repeat;
	color: #000;
}

#mainCategory ul li a {
	text-decoration: none;
	display: block;
}



/* ranking
----------------------------------------------------------- */
#ranking .articleBox {
	padding-top: 60px;
}

#ranking .articleBox.rank1 {
	background: url(/img/ranking/icon_rank1.png) 0 0 no-repeat;
}

#ranking .articleBox.rank2 {
	background: url(/img/ranking/icon_rank2.png) 0 0 no-repeat;
}

#ranking .articleBox.rank3 {
	background: url(/img/ranking/icon_rank3.png) 0 0 no-repeat;
}

#ranking .articleBox.rank4 {
	background: url(/img/ranking/icon_rank4.png) 0 0 no-repeat;
}

#ranking .articleBox.rank5 {
	background: url(/img/ranking/icon_rank5.png) 0 0 no-repeat;
}

#ranking .articleBox.rank6 {
	background: url(/img/ranking/icon_rank6.png) 0 0 no-repeat;
}

#ranking .articleBox.rank7 {
	background: url(/img/ranking/icon_rank7.png) 0 0 no-repeat;
}

#ranking .articleBox.rank8 {
	background: url(/img/ranking/icon_rank8.png) 0 0 no-repeat;
}

#ranking .articleBox.rank9 {
	background: url(/img/ranking/icon_rank9.png) 0 0 no-repeat;
}

#ranking .articleBox.rank10 {
	background: url(/img/ranking/icon_rank10.png) 0 0 no-repeat;
}

#ranking .articleBox.rank11 {
	background: url(/img/ranking/icon_rank11.png) 0 0 no-repeat;
}

#ranking .articleBox.rank12 {
	background: url(/img/ranking/icon_rank12.png) 0 0 no-repeat;
}

#ranking .articleBox.rank13 {
	background: url(/img/ranking/icon_rank13.png) 0 0 no-repeat;
}

#ranking .articleBox.rank14 {
	background: url(/img/ranking/icon_rank14.png) 0 0 no-repeat;
}

#ranking .articleBox.rank15 {
	background: url(/img/ranking/icon_rank15.png) 0 0 no-repeat;
}

#ranking .articleBox.rank16 {
	background: url(/img/ranking/icon_rank16.png) 0 0 no-repeat;
}

#ranking .articleBox.rank17 {
	background: url(/img/ranking/icon_rank17.png) 0 0 no-repeat;
}

#ranking .articleBox.rank18 {
	background: url(/img/ranking/icon_rank18.png) 0 0 no-repeat;
}

#ranking .articleBox.rank19 {
	background: url(/img/ranking/icon_rank19.png) 0 0 no-repeat;
}

#ranking .articleBox.rank20 {
	background: url(/img/ranking/icon_rank20.png) 0 0 no-repeat;
}



/* My Clip
----------------------------------------------------------- */
.articleDate {
	color: #333333;
	position: relative;
	height: 30px;
	line-height: 30px;
}

.articleDate {
	font-weight: bold;
	font-size: 87%;
}

.articleDate span.deleteBtn {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	min-height: 30px;
}

.articleDate span.deleteBtn strong {
	background: url(/img/common/icon_delete.png) 0 0 no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	font-weight: normal;
}

.articleDate span.deleteBtn strong:hover {
	background: url(/img/common/icon_delete_on.png) 0 0 no-repeat;
}

.articleDate span.deleteBtn strong.delete {
	background: none !important;
	width: auto !important;
	height: auto !important;
	background-color: transparent;
}


/* Search
----------------------------------------------------------- */
.resultCount {
	margin-bottom: 40px;
}

.resultCount span {
	font-weight: bold;
}



/* 記事エントリー
----------------------------------------------------------- */
.entryBox h2 {
	font-size: 162%;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.6;
}

.entryDate {
	color: #333333;
	font-size: 120%;
	margin-bottom: 10px;
}

.entryBox .writer {
	padding-right: 15px;
	margin-bottom: 20px;
	line-height: 28px;
	height: 28px;
}

.entryBox .writer span {
	margin-right: 10px;
	display: inline-block;
}

.entryBox .writer span img {
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #fff;
	width: 26px;
	height: auto;
}

.snsBox {
	padding: 12px 0;
	z-index: 100;
	border-top: dashed 1px #cbcbcb;
	border-bottom: dashed 1px #cbcbcb;
}

.snsBox a {
	text-decoration: none;
	vertical-align: middle;
	display: table-cell;
}

.snsBox .snsList {
	padding: 4px 0 0 5px;
	float: left;
	height: 20px;
	overflow: hidden;
}

.snsBox .snsList img {
	height: 20px;
	width: auto;
}

.snsBox .snsList li {
	float: left;
	margin: 0 5px 0 0; 
}

.entryBox .snsList li.tw {
	width: 68px;
	margin: 0 13px 0 5px;
}

.entryBody .quotationBox {
	color: #666666;
	background-color : #f4f4f4;
	margin-bottom: 45px;
	padding: 25px 30px 25px 30px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.entryBody .quotationBox:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	height: 58px;
	width: 63px;
	background: url(/img/common/icon_quotation_01.png) 0 0 no-repeat;
	z-index: -1;
}

.entryBody .quotationBox:after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 58px;
	width: 63px;
	background: url(/img/common/icon_quotation_02.png) 100% 100% no-repeat;
	z-index: -1;
}

.entryBody .quotationBox a {
	color: #666;
	font-weight: normal;
	font-size: 75%;
	display: block;
	padding-top: 15px;
}

.entryBody .quotationBox a:hover {
	color: #aaa;
}

.entryBody .quotationBox p {
	line-height: 1.6;
	background: rgba(0,0,255,0);
}

.entryBody .quotationBox p:first-child {
	margin-bottom: 0;
}

.referenceBox {
	color: #666666;
	padding: 20px 0;
	font-size: 75%;
	line-height: 1.6;
}

.referenceBox .referenceUrl {
	color: #aaaaaa;
	margin-bottom: 10px;
}

.referenceBox p {
	font-size: 125%;
	line-height: 1.6;
}

.referenceBox a {
	color: #aaaaaa;
	background: url(/img/common/icon_link.png) 100% 50% no-repeat;
	padding-right: 15px;
}

.referenceBox a.blank {
	background: url(/img/common/icon_link.png) 100% 50% no-repeat;
	padding-right: 17px;
}

.tagBox {
	border-top: dashed 1px #cbcbcb;
	border-bottom: dashed 1px #cbcbcb;
	padding: 20px 0 20px 95px;
	background: url(/img/common/entry_ttl_tag.png) 0 50% no-repeat;
	font-size: 62%;
	line-height: 1.6;
	display: table-cell;
	width: 630px;
}

.tagBox a {
	background: url(/img/common/icon_tag.png) 0 50% no-repeat;
	padding-left: 15px;
	margin-right: 5px;
	color: #333333;
	text-decoration: none;
}

.tagBox a:hover {
	text-decoration: underline;
}

.tagBox a:first-child {
	background: none;
	padding: 0;
}

.fbCommentBox {
	padding: 20px 0 0;
	margin-bottom: 20px;
}

.fb-comments {
	background-color: #f8f8f8;
	padding: 35px 20px 20px 20px;
}

.fb-comments.fb_iframe_widget {
	display: block;
}

.relatedBox {
	background: url(/img/common/line_ttl01.png) 0 0 repeat-x;
	padding: 20px 0;
	overflow: visible;
}
.entryWrap .clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.relatedBox .inner {
	background: url(/img/common/entry_ttl_related.png) 0 5px no-repeat;
	padding-top: 40px;
}

.relatedBox li {
	float: left;
	width: 122px;
	padding: 0 14px 0 0 ;
	margin: 0 14px 0 0 ;
	position: relative;
	border-right: 1px dashed #cccccc;
	font-size: 75%;
	line-height: 1.9;
}

.relatedBox li.last {
	border: none;
	padding-right: 0;
	margin-right: 0;
}

.relatedBox a {
	position: relative;
	display: block;
	color: #333;
}

.relatedBox a:hover {
	color: #aaa;
}

.relatedBox .articleImg {
	margin-bottom: 10px;
}

.relatedBox .layerImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.relatedBox li:first-child .layerImg {
	left: 0;
}

.relatedBox li img {
	width: 100%;
	height: auto;
}

.relatedBox li .articleImg p {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.entryBody {
	padding: 30px 0 20px 0;
	color: #333333;
}

.entryBody h3 {
	font-size: 150%;
	margin-top: 60px;
	margin-bottom: 40px;
	padding: 6px 0 6px 30px;
	line-height: 1.6;
}

.entryBody h4 {
	font-size: 137%;
	margin-top: 50px;
	margin-bottom: 40px;
	padding: 6px 0 6px 24px;
	line-height: 1.3;
}

.entryBody h5 {
	font-size: 125%;
	margin-top: 50px;
	margin-bottom: 40px;
	line-height: 1.3;
}

.entryBody p {
	margin-bottom: 35px;
	line-height: 2.1;
}

.entryBody .pagenationBox {
	position: relative;
    text-align: center;
	margin: 60px 0 50px 0;
}
.entryBody .pagenationBox .pagenation_num{
	position: absolute;
	top: 0;
	width: 59%;
    left: 20.5%;
}
.entryBody .pagenationBox .pagenation_num ul{
	display: table;
	width: 100%;
	margin-left: -1.4%;
	letter-spacing: -2em;
}
.entryBody .pagenationBox .pagenation_num ul>a,
.entryBody .pagenationBox .pagenation_num ul>li{
	position: relative;
	display: inline-block;
    width: 16.43%;
	margin-left: 3.05%;
	letter-spacing: normal;
}
.entryBody .pagenationBox .pagenation_num ul img{ width: 100%; }
.entryBody .pagenationBox .pagenation_num ul>a>li{ background: #f4f4f4;}
.entryBody .pagenationBox .pagenation_num li span {
	display: block;
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -14px;

	text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 28px;
    font-family: Helvetica, Arial, "sans-serif";
	line-height: 1em;
}
.entryBody .pagenationBox .pagenation_num ul>li,
.entryBody .pagenationBox .pagenation_num ul>li span,
.entryBody .pagenationBox .pagenation_num ul>a>li:hover,
.entryBody .pagenationBox .pagenation_num ul>a>li:hover span{
    background: #000000;
    color: #ffffff;
}
.entryBody .pagenationBox .pagenation_prev_next{
	position: relative;
	margin: 0 auto;
}
.entryBody .pagenationBox .pagenation_prev_next ul{
	width: 100%;
	overflow: hidden;
}
.entryBody .pagenationBox .pagenation_prev_next a {
	position: relative;
	display: inline-block;
	/*width: 20.5%;*/
	z-index: 10;
}
.entryBody .pagenationBox .pagenation_prev_next a li>img{
    top: 0;
	left: 0;
}

.entryBody .paragraphBox {
	margin-bottom: 30px;
}

.entryBody .paragraphBox p {
	margin-bottom: 1em;
}


.entryBody p img {
	max-width: 730px;
	height: auto;
}

.entryBody ul {
	margin-bottom: 35px;
}

.entryBody p.mainImg {
	margin-bottom: 60px;
}

.clipBtn {
	position: relative;
	float: right;
	padding: 0 15px 0 20px;
	max-width:70px;
	background: url(/img/common/line_ttl03.png) 0 0 repeat-y;
	font-size:13px !important;
}

.clipBtn a {
	height: 28px;
}

.clipBtn img {
	/* 20150731 */
	/*
	width: 88px;
	*/
	height: auto;
	vertical-align: middle;
}

.clipBtn .notadd img {
	width:37px;
}
.clipBtn .add img {
	width:88px;
}


.clipBtn img.wpfp-img {
	width: 16px;
	height: auto;
	position: absolute;
	top: 5px;
	left: 60px;

}

.clipBtn span {
	color: #000;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	font-size: 90%;
	padding: 0px;
	z-index: 100;
}

.entryBody a {
	font-weight: bold;
}

.oneColImg {
	margin-bottom: 40px;
}

.oneColImg img {
	margin-bottom: 12px;
}

.oneColImg span {
	color: #666666;
	font-size: 69%;
	display: block;
	line-height: 1.6;
}

.twolineImg {
	margin: 0 0 40px -30px;
	overflow: hidden;
}

.twolineImg img {
	margin-bottom: 12px;
}

.twolineImg li {
	float: left;
	width: 350px;
	margin-left: 30px;
}

.twolineImg span {
	color: #666666;
	font-size: 69%;
	display: block;
	line-height: 1.6;
}

.entryBody ol {
	counter-reset:number;/* 名前を付けたカウンターをリセット */
	list-style:none;/* olが数字を付けることをキャンセル */
	margin-bottom: 40px;
	padding:0;
}

.entryBody ol li {
	margin: 10px 10px 10px 0;
	padding-left: 43px;
	position: relative;
}

.entryBody ol li:before {
	counter-increment: number;/* 数字を指定 */
	content: counter(number) ".";/* 取得した数字 ＋ カンマ */
    list-style-type: none;
	width: 2em;
	text-align: center;
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: -2px;
}

.entryBottom {
	padding: 40px 0 30px 0;
	overflow: hidden;
}

.entryBottom .snsList {
	float: right;
	margin-bottom: 0;
	overflow: hidden;
}

.entryBottom .snsList li img {
	height: 20px;
	width: auto;
}

.entryBottom .snsList li.tw {
	width: 81px;
}


/* 街角のクリエイティブとは
----------------------------------------------------------- */
.subContents .twoColLink {
	margin: 0 0 60px -40px;
	overflow: hidden;
	color: #333333;
}

/* 広告掲載について
----------------------------------------------------------- */
p#advertisenotes {
	margin-bottom: 0;

}

.advertiseBox1 {
	background-color: #fff;
	margin: 0;
	padding: 30px;
	border: 1px solid #ccc;
}

.advertiseBox2 {
	background-color: #fff;
	margin: 0;
	padding: 30px;
	border: 1px solid #ccc;
}

.advertiseBox2 p {  
    display: table-cell;  
    vertical-align: middle;  
	margin: 0;
}  

/* 外部リンクBOX
----------------------------------------------------------- */
.externalBox {
	background-color: #f4f4f4;
	text-align: center;
	padding: 30px;
	border: 2px dotted #000;
}

.subContents .externalBox p {
	margin-bottom: 30px;
}

.externalBox .linkBtn a {
	background-color: #333;
	color: #eeeeee;
	font-weight: bold;
	text-decoration: none;
	width: 390px;
	margin: 0 auto;
	padding: 15px 10px;
	display: block;
}

.externalBox a:hover {
	background-color: #666666;
	color: #ffffff;
}

/* お問い合わせ
----------------------------------------------------------- */
.contactBox {
	background-color: #f4f4f4;
	text-align: center;
	padding: 30px;
	border: 2px dotted #000;
}

.subContents .contactBox p {
	margin-bottom: 30px;
}

.subContents .contactBox .linkBtn {
	margin-bottom: 0;
}

.contactBox .linkBtn a {
	background-color: #333;
	color: #eeeeee;
	font-weight: bold;
	text-decoration: none;
	width: 390px;
	margin: 0 auto;
	padding: 15px 10px;
	display: block;
}

.contactBox a span {
	background: url(/img/common/icon_contact.png) 0 50% no-repeat;
	padding-left: 30px;
}

.contactBox a:hover {
	background-color: #666666;
	color: #ffffff;
}

.contactBox a:hover span {
	background: url(/img/common/icon_contact_on.png) 0 50% no-repeat;
}


/* 20170223 apply */
#apply_box.contactBox dl {
	height: 190px;
	text-align: left;
	overflow: auto;
	background: #fff;
	margin-bottom: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size:12px;
	padding:10px;
	-webkit-overflow-scrolling: touch;
}
	#apply_box.contactBox dl dt{
		font-weight: bold;
		margin-bottom: 10px;
	}
	#apply_box.contactBox dl dd{
		line-height: 2;
	}

#apply_box.contactBox p {
	margin-bottom: 0px;
}


#apply_box.contactBox p.privacy_check {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000;
}
	.privacy_check span.privacy_in {
		display: inline-block;
		overflow: hidden;
		margin-left: -20px;
		position: relative;
	}
	.privacy_check input[type="checkbox"] {
		visibility: hidden;
		position: absolute;
		top:0;
		left: -999px;
	}
	.privacy_check label {
		position: relative;
		display: inline-block;
		padding: 0px 0px 0px 25px;
		cursor: pointer;
	}
	.privacy_check input[type="checkbox"] + label {
		background:url(/img/common/check_on.png) 0 5px no-repeat;
		background: url(/img/common/check_off.png) 0 5px no-repeat;
		background-size: 16px 16px;
	}
	.privacy_check input[type="checkbox"]:checked + label:after{
		display: block;
		position: absolute;
		top: 5px;
		left: 0px;
		content: "";
		width: 16px;
		height: 16px;
		background:url(/img/common/check_on.png) 0 0 no-repeat;
		background-size: 16px 16px;
	}


#apply_box.contactBox .apply_linkBtn{
	margin-bottom: 15px;
	display: none;
}
#apply_box.contactBox .apply_linkBtn_no{
	margin-bottom: 15px;
}

#apply_box.contactBox .apply_linkBtn a ,
#apply_box.contactBox .apply_linkBtn_no > span{
	background-color: #333;
	color: #eeeeee;
	font-weight: bold;
	text-decoration: none;
	width: 390px;
	margin: 0 auto;
	padding: 15px 10px;
	display: block;
}

#apply_box.contactBox .apply_linkBtn_no span{
	background-color: #ccc !important;
}

#apply_box.contactBox .apply_linkBtn a span,
#apply_box.contactBox .apply_linkBtn_no span span {
	background: url(/img/common/icon_contact.png) 0 50% no-repeat;
	padding-left: 30px;
}

#apply_box.contactBox .apply_linkBtn a:hover {
	background-color: #666666;
	color: #ffffff;
}

/* END 20170223 apply */


/* ライター
----------------------------------------------------------- */

.writerList {
	margin-bottom: 60px;
	width: 730px;
}

.writerList li {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px dashed #cccccc;
}

.writerList p {
	float: left;
}

.writerList .writerImg {
	width: 120px;
	position: relative;
}

.writerList .writerImg .layerImg {
	position: absolute;
	top: 0;
	left: 0;
}

.writerList .writerImg img {
	border-radius: 100px;
}

.writerList .writerInfo {
	font-weight: bold;
	margin-bottom: 10px;
}

.writerList .writerInfo a {
	margin-right: 10px;
}

.writerList .writerInfo span {
	border: 1px solid #cccccc;
	height: 22px;
	line-height: 22px;
	padding: 0 8px;
	display: inline-block;
	font-size: 71%;
	font-weight: normal;
}

.writerList .text {
	width: 610px;
	font-size: 87%;
}

#writerName {
	padding-bottom: 25px;
	font-size: 214%;
	line-height: 1;
	font-weight: bold;
	border-bottom: 1px dashed #cccccc;
	width: 730px;
}

#writer #contents {
	width: 770px;
	padding: 0 0 0 0;
	border-right: 1px dashed #cccccc;
	float: left;
}

.note {
	font-weight: bold;
	text-align: center;
	color: #f00;
	float: none;
}



/* 利用規約
----------------------------------------------------------- */
.termList {
	color: #333333;
}

.termList dt {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 30px;
	line-height: 1;
}

.termList dd {
	margin-bottom: 40px;
}

.termList dd ul ul {
	text-indent: 1em;
}



/* 404	not found
----------------------------------------------------------- */
.notFound {
	text-align: center;
}

.notFound h2 {
	margin-bottom: 40px;
}

.notFound p {
	margin-bottom: 80px;
}

.notFound .linkBtn {
	margin-bottom: 0;
}

.notFound .linkBtn a {
	background-color: #333;
	color: #eeeeee;
	font-weight: bold;
	text-decoration: none;
	width: 390px;
	margin: 0 auto;
	padding: 15px 10px;
	display: block;
}

.notFound .linkBtn a span {
	background: url(/img/common/icon_home.png) 0 50% no-repeat;
	padding-left: 30px;
}

.notFound .linkBtn a:hover {
	background-color: #666666;
	color: #ffffff;
}

.notFound .linkBtn a:hover span {
	background: url(/img/common/icon_home_on.png) 0 50% no-repeat;
}


/* search
----------------------------------------------------------- */
#contents.searchResltBox {
}
.notSearch {
	text-align: center;
}

.notSearch h3 {
	margin-bottom: 40px;
}

.notSearch p {
	margin-bottom: 45px;
}

.notSearch p.hint {
	margin-bottom: 0;
	width: 540px;
	margin: 0 auto;
	text-align: left;
}

.searchBox {
	width: 540px;
	height: 30px;
	margin: 0 auto 20px auto;
	position: relative;
	border-bottom: 2px solid #000;
	padding-bottom: 4px;
	text-align: left;
}

.searchBox input[type="text"] {
	width: 470px;
	border: none;
	height: 30px;
	line-height: 30px;
	color: #666666;
}