@charset "utf-8";

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:1.65;
	color:#515151;
}

::selection {
	background: #1abc9c;
	color:#fff;
}
::-moz-selection {
	background: #1abc9c;
	color:#fff;
}
ins {
  background: none;
}

/* リンク
----------------------------------------------------*/
a {
	color:#515151;
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	color:#000;
	text-decoration: underline;
}


/* 汎用
----------------------------------------------------*/
/* clerfix */
#contents:after ,
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.baseInner {
	width:1024px;
	margin:auto;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}


/* パーツ
----------------------------------------------------*/
/*タグ*/
ul.wp-tag-cloud li a {
	float:left;
	border:#e0e0e0 solid 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	display:block;
	background:url(../images/common/tag.png) no-repeat 5px 7px;
	background-size:15px;
	padding:4px 10px 4px 25px;
	font-size:12px !important;
	margin:0 7px 7px 0;
}
ul.wp-tag-cloud li a:hover {
	background:#f5f5f5 url(../images/common/tag.png) no-repeat 5px 7px;
	background-size:15px;
	text-decoration:none;
}
ul.wp-tag-cloud-none li {
	float:left;
	border:#e0e0e0 solid 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	display:block;
	background:url(../images/common/tag.png) no-repeat 5px 7px;
	background-size:15px;
	padding:4px 10px 4px 25px;
	font-size:11px !important;
	margin:0 7px 7px 0;
}


/*一覧*/
.arcList h2 {
	border-bottom:#e0e0e0 solid 1px;
	padding-bottom:10px;
	margin-bottom:0 !important;
}
.arcList article {
	border-bottom:#e0e0e0 solid 1px;
	clear:both;
	overflow:hidden;
}
.arcList article a {
	display:block;
	padding:18px 0;
	clear:both;
	overflow:hidden;
}
.arcList article a:hover {
	background-color:#f5f5f5;
}
.arcList article .thum {
	float:left;
	width:140px;
}
.arcList article .info {
	float:right;
	width:540px;
}
.arcList article .info h3 {
	font-size:18px;
	color:#000;
	line-height:150%;
	margin-bottom:5px;
}
.arcList article .info .dis {
	font-size:12px;
	color:#666;
}
ul.wp-tag-cloud-none {
	display:block;
	background:url(../images/common/tag.png) no-repeat 5px 7px;
	background-size:15px;
	font-size:11px !important;
	margin: 7px 0;
	padding:4px 27px 4px;
}
.arcList article .info .editor img {
	margin-right:5px;
}
.arcList article .info .editor {
	font-size:12px;
	color:#666;
	margin:11px 0;
	clear:both;
}
.s_sbm ul {
    list-style:none;
    letter-spacing: -.40em;
}
.s_sbm li {
    display:inline-block;
    color: #666;
    text-align:center;
    width:auto;
    letter-spacing: normal;
	padding-left:20px;
	font-size:10px;
	margin-right:15px;
}
.s_sbm li.tw {background:url(../images/common/list_sns1.png) no-repeat 0 0;}
.s_sbm li.fb {background:url(../images/common/list_sns2.png) no-repeat 0 0;}
.s_sbm li.hb {background:url(../images/common/list_sns3.png) no-repeat 0 0;}
.s_sbm li.gp {background:url(../images/common/list_sns4.png) no-repeat 0 1px; background-size:23px; padding-left:25px;}
.s_sbm li.fv {background:url(../images/common/list_sns5.png) no-repeat 0 0;}
.fbLike {
	padding-top:30px;
}
	
/*一覧-#home*/
#mainHome .arcList article .thum {
	float:left;
	width:140px;
}
#mainHome .arcList article .info {
	float:right;
	width:385px;
}


.pager {
	text-align:center;
	margin:40px 0;
}
.pager li {
	display:inline;
}
.pager li a {
	padding:15px 20px;
	border:#e0e0e0 solid 1px;
}
.pager li a:hover {
	background-color:#f5f5f5;
	text-decoration:none;
}

.screen-reader-text {display:none;}

/*ページネーション*/
.pagenation {
    margin:30px 0 0 0;

}
.pagenation ul {
    margin: 0;
	text-align: center;
	font-size: 0;
}
.pagenation li {
	border-right:#e0e0e0 solid 1px;
	border-top:#e0e0e0 solid 1px;
	border-bottom:#e0e0e0 solid 1px;
	display: inline-block;
	font-size:12px;
}
.pagenation li:first-child {
	border-left:#e0e0e0 solid 1px;
}
.pagenation li.active {
    background-color: #000;
    color: #FFFFFF;
    padding: 10px 20px;
}
.pagenation li a {
    background:#fff;
    color: #000;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
.pagenation li a:hover {
    background-color: #f5f5f5;
    color: #333;
}
.adPosLeft {
	float:left;
	width:336px;
	padding-top:40px;
}
.adPosRight {
	float:right;
	width:336px;
	padding-top:40px;
}


/* パンくず
----------------------------------------------------*/
.breadcrumbs {
	overflow: hidden ;
	font-size:10px;
	width:1024px;
	margin: auto;
}
.breadcrumbs li a {
	color:#444;
}
.breadcrumbs li {
	display:inline;
}
.breadcrumbs li:after {
	content: ">" ;
	padding: 0 8px ;
}
.breadcrumbs li:last-child:after {
	content: none ;
}


/*----------------------------------------------------
	#wrapper（ページ全体）
----------------------------------------------------*/
#wrapper {
}


/*----------------------------------------------------
	#contents（メインとサイド）
----------------------------------------------------*/
#contents {
	width: 1024px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#main（メインコンテンツ）
----------------------------------------------------*/
#main {
	float: left;
	width: 700px;
	margin-bottom:40px;
}

#main table,
#main ol,
#main dl,
#main blockquote,
#main pre,
#main p {
	margin-bottom: 10px;
}

#main .pageTop {
	clear: both;
	margin: 0;
	text-align: right;
}
/*トップのみ*/
#mainHome {
	float: left;
	width: 550px;
	margin-bottom:70px;
}
#sideHome {
	float: left;
	width: 150px;
}
/*----------------------------------------------------
	header
----------------------------------------------------*/
header.global {
	padding:25px 0 28px;
	border-bottom:#e0e0e0  solid 1px;
}
header.global .logoArea {
	float:left;
	width:33.3333%;
}
header.global .searchArea {
	float:right;
	width:270px;
	text-align:right;
}
header.global .logoArea .logo {
	float:left;
	width:124px;
}
header.global .logoArea .logo img {
	width:100%;
	height:auto;
}
header.global .logoArea .siteDis {
	color:#666;
	font-size:10px;
	float:left;
	width:180px;
	margin:3px 0 0 20px;
	font-weight:normal;
}
header.global .searchArea {
	width:33.3333%;
	float:left;
}
header.global .searchArea input[type="text"] {
	background-color:#F5F5F5;
	border:none;
	width:200px;
	padding:0 15px;
	float:left;
	height:38px;
	margin-left:40px;
	-webkit-appearance: none;
}
header.global .searchArea input[type="submit"] {
	background:#F5F5F5 url(../images/common/search_btn.png) no-repeat 50% 50%;
	background-size:14px;
	border:none;
	text-indent:-99999px;
	width:40px;
	height:38px;
	float:left;
	cursor:pointer;
	-webkit-appearance: none;
}
header.global .textLinkArea {
	width:33.3333%;
	float:right;
	text-align:right;
	font-size:12px;
	padding-top:9px;
}
header.global .textLinkArea .favLink a {
	background:url(../images/article/head_icon_bm.png) no-repeat 0 0;
	background-size:15px;
	padding:3px 19px 2px;
}

/*----------------------------------------------------
	home
----------------------------------------------------*/
#home .homeHead {
	background-color:#f5f5f5;
	padding:18px 0 8px;
	margin-bottom:38px;
}
#home .homeHead .blk {
	float:left;
	width:512px;
}
#home .homeHead .blkIn {
	position:relative;
	height:316px;
	overflow:hidden;
}
#home .homeHead .blkIn img {
	width:100%;
	height:auto;
}
#home .homeHead .blk .ttlArea {
	position:absolute;
	bottom:0;
	left:0;
	width:472px;
	padding:20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
}
#home .homeHead .blk .ttlArea a {
	color:#FFF;
}
#home .homeHead .blk .ttlArea h2 {
	font-size:18px;
}
#home .homeHead .blk .ttlArea p {
	font-size:11px;
}

/* 特集 */
#home .homeFeature {
	width:1024px;
	margin:auto;
}
#home .homeFeature li {
	width:512px;
	float:left;
}
#home .homeFeature li:hover {
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	opacity:0.7;
}
#home .homeFeature .listLink a {
	background:#fff url(../images/common/link_icon1.png) no-repeat 100% 50%;
	background-size:20px;
	border:#ddd solid 1px;
	padding:2px 10px 2px 25px;
	font-size:12px;
	float:right;
	width:80px;
	margin-top:8px;
	text-decoration:none;
}
#home .homeFeature .listLink a:hover {
	background-color:#ddd;
}

#home #sideHome li a {
	display:block;
	font-size:12px;
	padding:10px 0 10px 35px;
}
#home #sideHome > li a:hover ,
#home #sideHome li.selected {
	background-color:#e0e0e0;
}
#home #sideHome .cate1 a { background:url(../images/common/cate_icon9.png) no-repeat 0 50%; background-size:26px; }
#home #sideHome .cate2 a { background:url(../images/common/cate_icon1.png) no-repeat 0 50%; background-size:26px; }
#home #sideHome .cate3 a { background:url(../images/common/cate_icon2.png) no-repeat 0 50%; background-size:26px; }
#home #sideHome .cate4 a { background:url(../images/common/cate_icon3.png) no-repeat 0 50%; background-size:26px; }
#home #sideHome .cate5 a { background:url(../images/common/cate_icon4.png) no-repeat 0 50%; background-size:26px; }
#home #sideHome .cate6 a { background:url(../images/common/cate_icon5.png) no-repeat 0 50%; background-size:26px; }
#home #sideHome .cate7 a { background:url(../images/common/cate_icon7.png) no-repeat 0 50%; background-size:26px; }
#home #sideHome .cate8 a { background:url(../images/common/cate_icon8.png) no-repeat 0 50%; background-size:26px; }
#home #sideHome .cate9 a { background:url(../images/common/cate_icon6.png) no-repeat 0 50%; background-size:26px; }
#home #sideHome .cate10 a { background:url(../images/common/cate_icon10.png) no-repeat 0 50%; background-size:26px; }
#home #sideHome .cate11 a { background:url(../images/common/cate_icon11.png) no-repeat 0 50%; background-size:26px; }
#home .menu ul{
	margin: 0;
	padding: 0;
}
#home .menu ul li{
	position: static;
}
.menu > ul{
	position: relative;
}
.menu > ul li a{
	overflow: auto;
	position: relative;
}
#home .menu ul li > div, #home .menu ul li > ul{
	background: white;
	box-shadow: 2px 2px 2px gray;
	display: none;
	width: 370px;
	height: 450px;
	left: 100%;
	position: absolute;
	top: 0;
	z-index: 1000;
}
#home .menu ul li > div {
	box-shadow:0px 0px 15px 5px 0.65 #ccc;
	-moz-box-shadow:0px 0px 15px 5px #ccc;
	-webkit-box-shadow:0px 0px 15px 5px #ccc;
}
#home .menu ul li > div ul {
	margin:20px 30px;
}
#home .menu ul li  div li a {
	background:url(../images/common/link_icon1.png) no-repeat 0 50% !important;
	background-size:20px !important;
	padding:5px 0 5px 15px !important;
}
#home .menu ul li > div .mainTitle {
	border-bottom:#e0e0e0 solid 1px;
}
#home .menu ul li > div .mainTitle a {
	padding:15px 30px 15px 60px !important;
	margin:0 !important;
	font-size:16px !important;
	background-position:25px 50% !important;
	color:#000;
}
#home .menu ul li > div.cate1Win {
	background:#fff url(../images/home/nav_bg1.png) no-repeat 100% 100%;
	background-size:180px;
}
#home .menu ul li > div.cate2Win {
	background:#fff url(../images/home/nav_bg2.png) no-repeat 100% 100%;
	background-size:170px;
}
#home .menu ul li > div.cate3Win {
	background:#fff url(../images/home/nav_bg3.png) no-repeat 100% 100%;
	background-size:300px;
}
#home .menu ul li > div.cate4Win {
	background:#fff url(../images/home/nav_bg4.png) no-repeat 100% 100%;
	background-size:240px;
}
#home .menu ul li > div.cate5Win {
	background:#fff url(../images/home/nav_bg5.png) no-repeat 100% 100%;
	background-size:180px;
}
#home .menu ul li > div.cate6Win {
	background:#fff url(../images/home/nav_bg6.png) no-repeat 100% 100%;
	background-size:300px;
}
#home #mainHome h2 {
	font-size:18px;
	font-weight:normal;
	color:#000;
	border-bottom:#e0e0e0 solid 1px;
	padding-bottom:10px;
}
#home #mainHome h2 span {
	font-size:12px;
	font-weight:normal;
	color:#666;
	float:right;
	margin-top:5px;
}
#home .topIntroduction {
	margin-top:40px;
	padding-top:40px;
	border-top:#ddd solid 1px;
	color:#777;
	font-size:12px;
}
#home .topIntroduction h2 {
	font-size:15px !important;
	font-weight:bold !important;
	border-bottom:none !important;
	color:#555 !important;
	margin:0 0 10px !important;
	padding:0 !important;
}


/*----------------------------------------------------
	記事（postArticle）
----------------------------------------------------*/
/*ヘッダー*/
.postArticle {
	word-wrap: break-word;
}
.postArticle .breadcrumbs {
	padding:21px 0 28px;
}
.postArticle .detailHead {
	background-color:#f5f5f5;
	margin-bottom:38px;
	padding-bottom:15px;
}
.postArticle .detailHead .thum {
	float:left;
	width:150px;
}
.postArticle .detailHead .thum img {
	width:150px;
	height: auto;
}
.postArticle .detailHead .infoarea {
	float:right;
	width:850px;
}
.postArticle .detailHead .infoarea h1 {
	font-size:24px;
	line-height:140%;
	margin-bottom:8px;
	color:#000;
}
.postArticle .detailHead .infoarea .description {
	color:#515151;
	margin-bottom:24px;
}
.postArticle .detailHead .infoarea .sns {
	float:left;
	width:400px;
}
.postArticle .detailHead .infoarea .sns li {
	float:left;
}
.postArticle .detailHead .infoarea .user {
	float:right;
	width:300px;
}
.postArticle .detailHead .infoarea .users {
	float:right;
	width:400px;
}
.postArticle .detailHead .infoarea .users .blk {
	background-color:#fff;
	border:#e0e0e0 solid 2px;
	padding:13px;
	margin-bottom:12px;
}
.postArticle .detailHead .infoarea .users .blk .thumArea {
	float:left;
	width:40px;
}
.postArticle .detailHead .infoarea .users .blk .profArea {
	float:right;
	width:319px;
	font-size:12px;
}
.postArticle .detailHead .infoarea .users .blk .profArea .autor {
	font-size:15px;
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

.postArticle .detailHead .infoarea .status {
	float:right;
	font-size:12px;
}
.postArticle .detailHead .infoarea .status .bm {
	float:left;
	width:30px;
	background:url(../images/article/head_icon_bm.png) no-repeat 0 0;
	background-size:15px;
	padding:0 0 0 17px;
}
.postArticle .detailHead .infoarea .status .view {
	float:left;
	width:30px;
	background:url(../images/article/head_icon_view.png) no-repeat 0 2px;
	background-size:15px;
	padding:0 0 0 17px;
	white-space: nowrap;
}
.postArticle .detailHead .infoarea .status .date {
	float:left;
	width:130px;
	text-align:right;
}
.postArticle .detailHead .infoarea .status .dateModified {
	float:left;
	width:290px;
	text-align:right;
}

/*コンテンツ*/
.postArticle #contents {
	font-size:15px;
	margin-bottom:40px;
}
	

/*コンテンツ内スタイル*/
.postArticle .postBody {
	margin-bottom:60px;
	font-size:16px;
	line-height:190%;
	color: #222;
}

.postArticle #toc_container {
	border:#e0e0e0 solid 1px;
	padding:19px;
	font-size:13px;
	width:auto;
}
.postArticle #toc_container .toc_title {
	font-weight:bold;
	margin-bottom:6px;
}
.postArticle #toc_container li {
	background-image:none;
	padding-left:0;
}
.postArticle #toc_container li a:before {
	content:"▼ ";
	color:#666;
}
.postArticle #toc_container .toc_toggle {
	margin-left:4px;
	font-weight:normal;
}
.postArticle #toc_container .toc_toggle a {
	margin-left:4px;
	font-weight:normal;
	color:#666;
}
.postArticle #toc_container .toc_list {
	margin-bottom:3px;
}
.postArticle .postBody blockquote {
	background:url(../images/common/blockquote_bg1.png) no-repeat left top, url(../images/common/blockquote_bg2.png) no-repeat right bottom;
	background-color:#f5f5f5;
	padding:45px 20px;
}
.postArticle .postBody blockquote.wp-embedded-content {
	background-image: none;
}
.postArticle .postBody blockquote.wp-embedded-content a {
	color: #333;
	text-decoration: none;
	padding-right: 20px !important;
}
.postArticle .postBody blockquote.twitter-tweet ,
.postArticle .postBody blockquote.instagram-media {
	margin:15px !important;
}
.postArticle .postBody blockquote.instagram-media {
	width:70% !important;
}
.postArticle .postBody > h2 {
	border-bottom:#32B281 solid 5px;
	color:#000;
	font-size:24px;
	padding:0 5px 15px;
	margin:55px 0 27px;
	letter-spacing: 2px;
}
.postArticle .postBody > h3 {
	border-top:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background: #f0f0f0;
	color:#000;
	font-size:20px;
	padding:15px;
	margin:55px 0 27px;
}
.postArticle .postBody > h4 {
	color:#000;
	font-size:22px;
	padding:15px 0 12px;
	margin-bottom:10px;
	border-bottom:#e0e0e0 solid 1px;
}
.postArticle .postBody ul {
	margin-bottom:15px;
}
.postArticle .postBody ul li {
	background:url(../images/article/li_icon.png) no-repeat 0 5px;
	background-size:14px;
	padding-left:19px;
}
.postArticle .postBody ol{
	counter-reset:number;
	list-style:none;
	margin:0;
	padding:0;
}
.postArticle .postBody ol li {
	padding:0;
	text-indent : -1.5em;
	padding-left : 1.5em;
	margin-bottom:8px;
}
.postArticle .postBody ol li:before{
	counter-increment: number;
	content: counter(number);
	background-color:#95a5a6;
	color:#fff;
	font-size:11px;
	padding:4px 6px 4px;
	margin-right:4px;
	border-radius:50%;
	vertical-align:2px;
}
.postArticle .postBody iframe,
.postArticle .postBody twitterwidget {
	margin-bottom:25px;
}
.postArticle .postBody .source {
	font-size:12px;
	color:#888;
	margin:6px 0 20px;
}
.postArticle .postBody .source ,
.postArticle .postBody .source a {
	color:#888;
}
.postArticle #main .postBody p {
	margin-bottom:15px ;
	padding:0;
}
.postArticle .postBody table.a8_link {
	width: 100% !important;
	border: #e0e0e0 solid 1px !important;
	background: #f5f5f5;
}
.postArticle .postBody table.a8_link p a {
	padding-right: 20px;
	display: inline-block;
	text-decoration: underline;
}

.postArticle .link_txt {
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
}
.postArticle .link_txt a {
	display: block;
	font-size:16px;
	font-weight:bold;
	color:#006CE5 !important;
}
.postArticle .link_txt a:before {
	content:"▶ ";
	font-size:12px;
	color:#006CE5;
}
.postArticle .link_btn {
	clear:both;
	margin:0 auto 6px;
	display: table;
}
.postArticle .link_btn a {
	display: block;
	font-size:18px;
	font-weight:bold;
	color:#FFF !important;
	text-decoration:none !important;
	text-align:center;
	background: url(../images/common/link_icon2.png) no-repeat 95% 50% , linear-gradient(to bottom, #62A1D8 0% ,#257ABB 100%);
	background-size:14px , 100%;
	padding:16px 65px;
	border-radius:80px;
	-webkit-border-radius:80px;
	-moz-border-radius:80px;
	width:auto;
	box-sizing:border-box;
	border:#257ABB solid 1px;
}
.postArticle .link_btn a:hover {
	text-decoration:none;
	background:#2FA3FC url(../images/common/link_icon2.png) no-repeat 95% 50%;
	background-size:14px;
}
.singleFeaturePC {
	margin-bottom:60px;
	margin-right:-20px;
	clear:both;
	overflow:hidden;
}
.singleFeaturePC li {
	float:left;
	width:340px;
	margin-right:20px;
}
.singleFeaturePC li img {
	width:100%;
	height:auto;
}

ul.snsbtn-ori{padding:0px !important;}
ul.snsbtn-ori li {width:70px;list-style: none;float: left;margin-right: 10px;}
.scount {font-size: 13px;text-align: center;color: #555;line-height: 45px;}
.snsarrow{background-color:#fff;border:1px solid #ccc;border-radius:2px;position:relative;height:42px;width:68px;margin-bottom:5px;}
.snsarrow:after{border-width:5px 5px 0px;border-style:solid;border-right:5px solid transparent;border-color:#CCC transparent transparent;-moz-border-top-colors:none;-moz-border-right-colors:none;-moz-border-bottom-colors:none;-moz-border-left-colors:none;border-image:none;bottom:-5px;content:"";display:block;left:50%;position:absolute;width:0px;margin-left:-5px;}
.snsarrow:before{border-width:5px 5px 0px;border-style:solid;border-right:5px solid transparent;border-color:#FFF transparent transparent;-moz-border-top-colors:none;-moz-border-right-colors:none;-moz-border-bottom-colors:none;-moz-border-left-colors:none;border-image:none;bottom:-4px;content:"";display:block;left:50%;position:absolute;width:0px;z-index:1;margin-left:-5px;}
.sbtn{color: #fff;border-radius: 2px;}
.sbtn p{font-size: 12px !important;text-align: center;line-height: 1.8em !important;}
.stw{background-color: #00ACED;}
.sfb{background-color: #3b5998;}
.shb{background-color: #008FDE;}
.sgp{background-color: #DD4B39;}
.fav {
	text-indent:-99999px;
}
.fav .favAddon {
	background:url(../images/common/favorite.png) no-repeat 0 0;
	background-size:70px;
	height:70px;
	display:block;
}
.fav img.wpfp-img {display:none;}
ul.snsbtn-ori li:hover ,
ul.snsbtn-ori a:hover {
	text-decoration:none;
	opacity:0.8;
	-webkit-opacity:0.8;
	-moz-opacity:0.8;
}

/*追加*/
.fav .favAdd {
	background:url(../images/common/favorite_add.png) no-repeat 0 0;
	background-size:70px;
	height:70px;
	display:block;
}
/*外した後*/
.fav .favAddout {
	background:url(../images/common/favorite_add.png) no-repeat 0 0;
	background-size:70px;
	height:70px;
	display:block;
}

.postArticle .postBody .applink {
	margin:35px 0;
	padding:20px 27px;
	border:#e0e0e0 solid 1px;
	background-color:#f5f5f5;
	width:644px !important;
}
.postArticle .postBody .applink .applink-meta {
	font-size:13px;
}
.postArticle .postBody .applink .applink-meta li {
	background-image:none;
}
.postArticle .postBody .applink .applink-icon-container img {
	border:#fff solid 4px;
	margin-right:20px;
}
a.postArticle .postBody .applink .applink-appname {
	margin-top:8px !important;
}
/*コンテンツ外共通*/
.postArticle .postOther section {
	margin-bottom:45px;
	clear:both;
	overflow:hidden;
}
.postArticle .postOther section.category {
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
}
.postArticle .postOther .editor {
	border:#e0e0e0 solid 1px;
}
.postArticle .postOther .editor .ttl {
	border-bottom:#e0e0e0 solid 1px;
	padding:8px 15px;
	color:#000;
	font-weight:bold;
}
.postArticle .postOther .editor .in {
	padding:15px;
}

.postArticle .postOther .editor .thum {
	float:left;
	width:40px;
}
.postArticle .postOther .editor .thum img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.postArticle .postOther .editor .editorInfo {
	float:left;
	width:628px;
}
.postArticle .postOther .editor .editorName {
	float:left;
	width:auto;
	color:#000;
	font-weight:bold;
	margin:0 0 5px 15px;
}
.postArticle .postOther .editor .dis {
	clear:both;
	font-size:12px;
	color:#777;
	margin:5px 0 0 15px;
}
.postArticle .postOther .editor .dis p {
	margin:5px 0 0 0 !important;
}

.postArticle .postOther .editor .editorLink {
	float:left;
	width:250px;
}
.postArticle .postOther .editor .editorLink a {
	font-size:12px;
	display:block;
	text-align:center;
	border-radius:15px / 15px;
	background-color:#f5f5f5;
	padding:6px 0;
}
.postArticle .postOther .sns {
	margin:0 auto 20px;
	width:480px;
	clear:both;
	overflow:hidden;
}

.postArticle .postOther .share {
	background-color:#000;
	overflow:hidden;
}
.postArticle .postOther .share .arcThum {
	float:left;
	width:225px;
	min-height:150px;
}
.postArticle .postOther .share .arcBtn {
	text-align:center;
	color:#fff;
}
.postArticle .postOther .share .arcBtn .ttl {
	font-size:17px;
	font-weight:bold;
	margin-bottom:7px;
	margin-top:20px;
}
.postArticle .postOther .share .arcBtn .ex {
	font-size:12px;
	color:#ddd;
}
.postArticle .postOther .arcAd .adBlk {
	float:left;
	width:336px;
	margin-left:0px;
}
.postArticle .postOther .arcAd .adBlk:last-child {
	float:right;
	width:336px;
	margin-left:0px;
}
ins {
  background: none;
}
.postArticle .postOther .reccomendArc h2 {
	text-align:center;
	font-size:22px;
	border-bottom:#e0e0e0 solid 1px;
	color:#000;
	padding-bottom:15px;
}
.postArticle .postOther .reccomendArc ul {
	margin:0;
}
.postArticle .postOther .reccomendArc .related_post li {
	float:left;
	width:350px;
	box-sizing:border-box;
	display:table;
	vertical-align:top;
}
.postArticle .postOther .reccomendArc .related_post .wp_rp_thumbnail {
	display:table-cell;
	vertical-align:top;
	width:110px;
	height:110px;
}
.postArticle .postOther .reccomendArc .related_post .wp_rp_thumbnail img {
	width:110px;
	height:auto;
}
.postArticle .postOther .reccomendArc .related_post .recBody {
}
.postArticle .postOther .reccomendArc .related_post .recBody .date {
	color:#666;
	font-size:12px;
	margin:0 !important;
}
.postArticle .postOther .reccomendArc .related_post .wp_rp_title {
	font-size:13px;
	text-align:left;
	display:table-cell;
	vertical-align:top;
	padding-left:15px;
	width:auto;
}
.postArticle .postOther .reccomendArc .related_post .wp_rp_title span.ad  {
	background-color:#777;
	color:#FFF;
	font-size:11px;
	border-radius:3px;
	padding:2px 5px;
	font-weight:normal;
}

.postArticle .postOther .reccomendArc .related_post li:nth-child(even) {
	border-bottom:#e0e0e0 solid 1px;
	padding:20px 0 20px 20px ;
}
.postArticle .postOther .reccomendArc .related_post li:nth-child(odd) {
	border-bottom:#e0e0e0 solid 1px;
	border-right:#e0e0e0 solid 1px;
	padding:20px 20px 20px 0;
}
#dictionary section.sns {
	margin:0 auto 45px;
	width:480px;
	clear:both;
	overflow:hidden;
}
#dictionary section.category {
	margin:0 0 45px;
	width:500px;
	overflow:hidden;
}
.postArticle .postOther .inCategory h2,
.postArticle .postOther .category h2 ,
#dictionary .category h2 {
	font-size:17px;
	color:#000;
	margin-bottom:15px;
}
.postArticle .postOther .inCategory .linkArea,
.postArticle .postOther .category .linkArea ,
#dictionary .category .linkArea {
	border-top:#e0e0e0 solid 1px;
	border-left:#e0e0e0 solid 1px;
	clear:both;
	overflow:hidden;
	box-sizing:border-box;
	background-color:#f5f5f5;
}
.postArticle .postOther .inCategory .linkArea a,
.postArticle .postOther .category .linkArea a ,
#dictionary .category .linkArea a  {
	border-bottom:#e0e0e0 solid 1px;
	border-right:#e0e0e0 solid 1px;
	box-sizing:border-box;
	float:left;
	width:33.3333%;
	background-color:#fff;
	display:block;
	padding:20px;
	font-size:13px;
}
.postArticle .postOther .inCategory .linkArea a {
	background:#fff url(../images/common/link_icon1.png) no-repeat 100% 50%;
	background-size:20px;
}
.postArticle .postOther .inCategory .linkArea a:hover {
	background:#f5f5f5 url(../images/common/link_icon1.png) no-repeat 100% 50%;
	background-size:20px;
	text-decoration:none;
}
.postArticle .postOther .category .linkArea .cate1 a ,
#dictionary .category .cate1 a { background:#fff url(../images/common/cate_icon1.png) no-repeat 20px 50%; background-size:26px; }
.postArticle .postOther .category .linkArea .cate2 a ,
#dictionary .category .linkArea .cate2 a { background:#fff url(../images/common/cate_icon2.png) no-repeat 20px 50%; background-size:26px; }
.postArticle .postOther .linkArea .cate3 a ,
#dictionary .category .linkArea .cate3 a { background:#fff url(../images/common/cate_icon3.png) no-repeat 20px 50%; background-size:26px; }
.postArticle .postOther .category .linkArea .cate4 a ,
#dictionary .category .linkArea .cate4 a { background:#fff url(../images/common/cate_icon4.png) no-repeat 20px 50%; background-size:26px; }
.postArticle .postOther .category .linkArea .cate5 a ,
#dictionary .category .cate5 a { background:#fff url(../images/common/cate_icon5.png) no-repeat 20px 50%; background-size:26px; }
.postArticle .postOther .category .linkArea .cate6 a ,
#dictionary .category .linkArea .cate6 a { background:#fff url(../images/common/cate_icon6.png) no-repeat 20px 50%; background-size:26px; }
.postArticle .postOther .category .linkArea .cate7 a ,
#dictionary .category .linkArea .cate7 a { background:#fff url(../images/common/cate_icon7.png) no-repeat 20px 50%; background-size:26px; }
.postArticle .postOther .category .linkArea .cate8 a ,
#dictionary .category .linkArea .cate8 a { background:#fff url(../images/common/cate_icon8.png) no-repeat 20px 50%; background-size:26px; }
.postArticle .postOther .category .linkArea .cate9 a ,
#dictionary .category .linkArea .cate9 a { background:#fff url(../images/common/cate_icon9.png) no-repeat 20px 50%; background-size:26px; }
.postArticle .postOther .category .linkArea a ,
#dictionary .category .linkArea a {
	padding-left:60px;
}
.postArticle .postOther .category .linkArea .cate6 a {
	padding-right:5px;
}

.postArticle .postOther .category .linkArea a:hover ,
#dictionary .category .linkArea a:hover {
	padding-left:60px;
	text-decoration:none;
	background-color:#f5f5f5;
}
.postArticle .postOther .caution {
	color:#666;
	font-size:10px;
}
.postArticle .postOther .caution .report {
	color:#666;
	text-align: right;
}
.p-entry__push {
    display: table;
    table-layout: fix;
    width: 100%;
    background-color: #2b2b2b;
    color: #fff;
}
.p-entry__pushThumb {
    display: table-cell;
    min-width: 240px;
    background-position: center;
	background-size:cover;
}
.p-entry__pushLike {
    display: table-cell;
    padding: 30px 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 20px;
}
.p-entry__pushButton {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 35px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.p-entry__pushButtonLike {
    line-height: 1
}
.p-entry__note {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}
.p-entry__tw-follow {
    margin-bottom: 10px;
    background: #f4f4f4;
    width: 100%;
    padding: 15px 0
}
.p-entry__tw-follow__cont {
    text-align: center;
    font-size: 15px;
    color: #252525
}
.p-entry__tw-follow__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px
}
/*サイト内リンク*/
.postArticle .siteInLink {
	border:#ddd solid 1px;
	clear:both;
	overflow:hidden;
	padding:15px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	/*background:url(../images/article/sitelink.png) no-repeat 0 0;
	background-size:25px;*/
	margin:25px 0;
}
.postArticle .siteInLink:hover {
	border:#D5D5D5 solid 1px;
	background-color:#f5f5f5;
}
.postArticle .siteInLink a:hover {
	text-decoration:none;
}

.postArticle .siteInLink .lkc-thumbnail {
	float:left;
	margin-right:15px;
}
.postArticle .siteInLink .lkc-thumbnail img {
	border:#ddd solid 1px;
	width:85px;
	height:auto;
}

.postArticle .siteInLink .lkc-title {
	color:#000;
	font-weight:bold;
	padding-top:10px;
}
.postArticle .siteInLink .lkc-url {
	display:none;
}
.postArticle .siteInLink .lkc-excerpt {
	font-size:12px;
	color:#777;
	width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.postArticle .postBody p a {
	color:#006CE5;
	text-decoration: underline;
	cursor:pointer;
}

.postArticle .postBody p a:hover {
	color:#2980b9;
	text-decoration: underline;
}






/*----------------------------------------------------
	ライター（profHead）
----------------------------------------------------*/
.profHead {
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
}
.profHead .writerPhoto {
	float:left;
	width:100px;
}
.profHead .writerPhoto img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.profHead .writerSpec {
	float:right;
	width:580px;
}
.profHead .writerSpec .writerName {
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-bottom:3px;
}
.profHead .writerSpec .writerDis {
	margin-bottom:14px;
	font-size:13px;
}
.profHead .writerSpec .writerDis p {
	margin-bottom:7px !important;
	display:block;
}
.profHead .writerSpec ul li {
	float:left;
	margin-right:20px;
	font-size:12px;
	border:#ddd solid 1px;
	padding:4px 8px;
}
/*----------------------------------------------------
	用語集（dictionary）
----------------------------------------------------*/
/* index */
#dictionary section {
	margin-bottom:45px;
	clear:both;
	overflow:hidden;
}
/*breadcrumbs*/
#dictionary .breadcrumbs ,
.arcList .breadcrumbs {
	padding:21px 0 38px;
}

#dictionary .dictionaryCatlist h2 ,
#dictionary .dictionaryNews h2 ,
#dictionary .dictionaryWord h2 {
	color:#000;
	font-size:20px;
	border-left:#000 solid 6px;
	padding:2px 0 2px 11px;
	line-height:100%;
	margin-bottom:20px;
}
#dictionary .dictionarySearch {
	background-color:#f5f5f5;
	padding:30px 0 30px 35px ;
}
#dictionary .dictionarySearch h2 {
	color:#000;
	font-size:18px;
	margin-bottom:15px;
}
#dictionary .dictionarySearch .dicBlk {
	overflow:hidden;
	float:left;
	width:300px;
	margin:0 30px 25px 0;
}
#dictionary .dictionarySearch .dicBlk h3 {
	color:#000;
	font-size:15px;
	margin-bottom:7px;
}
#dictionary .dictionarySearch .dicBlk ul {
	border-top:#e0e0e0 solid 1px;
	border-left:#e0e0e0 solid 1px;
	color:#000;
	font-size:15px;
	font-weight:bold;
	clear:both;
	overflow:hidden;
}
#dictionary .dictionarySearch .dicBlk li.none ,
#dictionary .dictionarySearch .dicBlk li a {
	border-right:#e0e0e0 solid 1px;
	border-bottom:#e0e0e0 solid 1px;
	display:block;
	float:left;
	width:20%;
	box-sizing:border-box;
	background-color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:10px;
}
#dictionary .dictionarySearch .dicBlk li.none {
	background-color: #FBFBFB;
	color:#ccc;
}
#dictionary .dictionarySearch .dicBlk li a:hover ,
#dictionary .dictionarySearch .dicBlkEn li a:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none;
}
#dictionary .dictionarySearch .dicBlkEn {
	margin-right:30px;
}
#dictionary .dictionarySearch .dicBlkEn ul {
	border-top:#e0e0e0 solid 1px;
	border-left:#e0e0e0 solid 1px;
	color:#000;
	clear:both;
	overflow:hidden;
}

#dictionary .dictionarySearch .dicBlkEn li.none ,
#dictionary .dictionarySearch .dicBlkEn li a {
	border-right:#e0e0e0 solid 1px;
	border-bottom:#e0e0e0 solid 1px;
	display:block;
	float:left;
	width:10%;
	box-sizing:border-box;
	background-color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	padding:10px;
}
#dictionary .dictionarySearch .dicBlkEn li.none {
	background-color: #FBFBFB;
	color:#ccc;
}
/* 詳細 */
#dictionary h1 {
	font-size:24px;
	line-height:140%;
	margin-bottom:12px;
	color:#000;
	border-top:#000 solid 1px;
	border-bottom:#e0e0e0 solid 1px;
	padding:25px 0 25px 10px;
}
#dictionary h1.list {
	margin-bottom:0;
}
#dictionary .dictionary_cat_list h3 a {
	margin:0 0 0 0;
	padding:0 0 7px 0;
	color:#000;
	border-bottom:#e0e0e0 solid 1px;
	display:block;
	font-size:16px;
}
#dictionary .dictionary_cat_list h3 a:before {
	content:"■ ";
}
#dictionary .dictionaryHead {
	border-bottom:#e0e0e0 solid 1px;
	padding-bottom:14px;
}
#dictionary .dictionaryHead .dictionaryCat ,
#dictionary .dictionaryHead .dictionaryTag {
	clear:both;
	font-size:12px;
	color:#ddd;
	margin-left:10px;
}
#dictionary .dictionaryHead .dictionaryCat dt {
	float:left;
	color:#000;
	background:url(../images/dictionary/icon_cat.png) no-repeat 0 50%;
	background-size:12px;
	padding-left:16px;
	font-weight:bold;
}
#dictionary .dictionaryHead .dictionaryTag dt {
	float:left;
	color:#000;
	background:url(../images/dictionary/icon_tag.png) no-repeat 0 50%;
	background-size:12px;
	padding-left:16px;
	font-weight:bold;
}
#dictionary .dictionaryHead .dictionaryCat dd {
	float:left;
}
#dictionary .dictionaryHead .dictionaryTag dd {
	float:left;
}
#dictionary .dicpostBase {
	margin-bottom:30px;
}
#dictionary .dicpostBase .dicpostBody {
	margin-top:34px;
	border-bottom:#e0e0e0 solid 1px;
	padding:0 0 50px 10px;
}
#dictionary .reccomendArc {
}
#dictionary .reccomendArc h2 {
	color:#000;
	padding-bottom:15px;
	border-bottom:#e0e0e0 solid 1px;
}
#dictionary .reccomendArc .dicLnk {
	box-sizing:border-box;
}
#dictionary .reccomendArc .dicLnk li a {
	border-bottom:#e0e0e0 solid 1px;
	box-sizing:border-box;
	font-size:13px;
	display:block;
	padding:12px ;
	background:#fff url(../images/common/link_icon1.png) no-repeat 0 50%;
	background-size:19px;
}
#dictionary .reccomendArc .dicLnk li a:hover {
	background:#f5f5f5 url(../images/common/link_icon1.png) no-repeat 0 50%;
	background-size:19px;
	text-decoration:none;
}
#dictionary .dictionaryListall li a {
	border-bottom:#e0e0e0 solid 1px;
	background:#fff url(../images/common/link_icon1.png) no-repeat 0 50%;
	background-size:19px;
	padding:16px ;
	display:block;
}
#dictionary .dictionaryListall li a:hover {
	background:#f5f5f5 url(../images/common/link_icon1.png) no-repeat 0 50%;
	background-size:19px;
	text-decoration:none;
}
#dictionary .dictionaryListall .pagenation li a {
	background:none;
    padding: 10px 20px;
}

#dictionary .dictionaryListall li a span {
	font-size:12px;
	color:#666;
	margin-left:15px;
}
#dictionary .dictionaryNews .dictionaryListall {
	border-top:#e0e0e0 solid 1px;
}
#dictionary .dictionaryCatlist ul {
	border-top:#e0e0e0 solid 1px;
	border-left:#e0e0e0 solid 1px;
	color:#000;
	clear:both;
	overflow:hidden;
}
#dictionary .dictionaryCatlist li a {
	border-right:#e0e0e0 solid 1px;
	border-bottom:#e0e0e0 solid 1px;
	display:block;
	float:left;
	width:33.3333%;
	box-sizing:border-box;
	background-color:#fff;
	text-align:center;
	font-size:13px;
	padding:10px;
}
#dictionary .dictionaryWord .dictionary_cat_list {
	margin-bottom:35px;
}


/*----------------------------------------------------
	category
----------------------------------------------------*/
#category .categoryHead {
	background:#000 url(../images/category/head_bg.png) no-repeat 50% 50%;
	background-size: cover;
	color:#fff;
	padding-bottom:25px;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
	-moz-text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
	margin-bottom:36px;
}
#category .categoryHead .breadcrumbs ,
#category .categoryHead .breadcrumbs a {
	color:#fff;
	padding:15px 0 19px;
}

#category .categoryHead .iconArea {
	width:78px;
	float:left;
}
#category .categoryHead .iconArea img {
	width:100%;
	height:auto;
}
#category .categoryHead .infoArea {
	width:930px;
	float:right;
}
#category .categoryHead .cateInfo h1 {
	font-size:24px;
}
#category .categoryHead .cateInfo p {
	font-size:12px;
}
#category #main section {
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
}
#category #main section h2 {
	font-size:18px;
	color:#000;
	margin-bottom:10px;
}
#category .refine ul {
	margin-right:-5px;
}
#category .refine li a {
	float:left;
	width:230px;
	display:block;
	border:#e0e0e0 solid 1px;
	background:url(../images/common/link_icon1.png) no-repeat 100% 50%;
	background-size:20px;
	padding:11px 15px 10px;
	box-sizing:border-box;
	margin-right:5px;
	margin-bottom:5px;
	font-size:13px;
}
#category .refine li a:hover {
	background:#f5f5f5 url(../images/common/link_icon1.png) no-repeat 100% 50%;
	background-size:20px;
	text-decoration:none;
}

/*----------------------------------------------------
	loop
----------------------------------------------------*/
.archiveHead {
	margin:15px 0;
}
.archiveHead h1 {
	font-size:24px;
	border-bottom:#e0e0e0 solid 1px;
	padding:15px 0 13px;
	color:#000;
}
.archiveHead h1 span {
	font-size:18px;
	margin-left:5px;
}

/*----------------------------------------------------
	aside
----------------------------------------------------*/
aside {
	float: right;
	width: 300px;
	position:relative;
}
aside #side {
	width: 300px;
}
aside section {
	margin-bottom:25px;
	clear:both;
	overflow:hidden;
}
aside .sideAd {
	margin-bottom:25px;
}
aside h2 {
	font-weight:normal;
	border-bottom:#e0e0e0 solid 1px;
	padding-bottom:6px;
	color:#000;
}
aside h2 span {
	font-size:11px;
	color:#666;
	float:right;
	margin-top:4px;
}
aside .wp-tag-cloud {
	margin-top:13px;
}
aside .wpp-list li {
    position: relative;
    list-style-type: none;
    padding-top: 5px;
    padding-left: 5px;
}
aside .wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    background: rgba(94, 185, 77, 0.9);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 4px 8px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/* 特集バナー */
aside .featureBanner {
	margin:15px 0 40px;
}
aside .featureBanner li {
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:#ddd solid 1px;
}
aside .featureBanner li img {
	width:100%;
	height:auto;
}

/*アクセスランキング*/
.wpp-list {
  counter-reset: ranking;
  list-style-type: none;
}
.wpp-list li.countrank {
  clear: both;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
  padding-bottom:9px;
  counter-increment: countrank;
  border-bottom:#e0e0e0 solid 1px;
  font-size:13px;
}
.wpp-list li.countrank:before {
  content: counter(countrank);
  position: absolute;
  top: 0;
  left: 0;
  background-color:#21B17E;
  text-align: center;
  width: 13px;
  height: 22px;
  color: #fff;
  font-size: 11px;
  line-height:200%;
  border-radius:50%;
}
.wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}
.rankTab{
	overflow:hidden;
	border-left:#e0e0e0 solid 1px;
	box-sizing:border-box;
	margin-bottom:5px;
	}
.rankTab li{
	background:#f5f5f5;
	padding:4px 0;
	float:left;
	margin:0;
	font-size:12px;
	width:33.3333%;
	text-align:center;
	border-right:#e0e0e0 solid 1px;
	box-sizing:border-box;
	border-bottom:#e0e0e0 solid 1px;
	color:#999;
}
.rankTab li.select{
	background:#fff;
	border-bottom:#fff solid 1px;
	color:#000;
	}
.content .content_wrap{
	}
.hide {
	display:none;
	}
	
aside #adSideSp {
	display:block;
	margin-bottom:30px;
}
.adBlk img,
aside #adSideSp img {
	width:100%;
	height:auto;
}
aside .rank_wgt .in_wgt {
	padding:15px 0 0 0;
}


/* おすすめ記事 */
aside .recommendArticles li a {
	border-bottom: #ddd solid 1px;
	display: block;
	padding: 10px 0;
	overflow: hidden;
	clear: both;
}
aside .recommendArticles li a:hover {
	background: #f9f9f9;
}
aside .recommendArticles li a .thum {
	float: left;
	width: 25%;
}
aside .recommendArticles li a .thum img {
	width: 100%;
	height: auto;
}
aside .recommendArticles li a .body {
	float: right;
	width: 70%;
}

/*----------------------------------------------------
	固定ページ共通
----------------------------------------------------*/
h1.pageTtl {
	font-size:24px;
	color:#000;
	border-bottom:#000 solid 1px;
	padding: 0 0 25px;
	margin-bottom:25px;
}
h1.pageTtlBnone {
	font-size:24px;
	color:#000;
	border-bottom:#000 solid 1px;
	padding: 0 0 25px;
}
.pages .sub section {
	margin-bottom:40px;
}
.pages .sub section h2 {
	border-left:#000 solid 4px;
	color:#000;
	margin-bottom:14px;
	font-size:16px;
	padding-left:10px;
}

.pages .breadcrumbs {
	margin:18px auto 38px;
}
.pages .sub table.base {
	width:100%;
	border-top:#e0e0e0 solid 1px;
}
.pages .sub table.base th ,
.pages .sub table.base td {
	border-bottom:#e0e0e0 solid 1px;
	padding:13px 20px;
}
.pages .sub table.base th {
	background-color:#f5f5f5;
	text-align:left;
	width:25%;
}
.pages .sub table.base td {
	width:75%;
}

/*プライバシーポリシー*/
/*利用規約*/
/*利用上の注意*/
.pages .sub dt {
		font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
.pages .sub dd {
	margin-bottom:20px;
}
.pages .sub dl dl dt {
	font-size:14px;
}
/*運営会社*/
.brand dd {
	border-bottom:#e0e0e0 solid 1px;
	padding-bottom:20px;
}
/*クラッチについて*/
.about {
	text-align:left;
	margin-bottom:80px;
}
.about .mainV {
	background:url(../images/pages/about_main.png) no-repeat 50% 80%;
	background-size:cover;
	color:#FFF;
	padding:70px 0 80px;
	letter-spacing:4px;
	text-align:center;
}
.about .mainV h1 {
	font-size:45px;
	font-weight:normal;
	margin-bottom:10px;
}
.about .mainV p {
	font-size:18px;
	line-height:180%;
}
.pages .about .sub .label {
	margin-top:80px;
	text-align:center;
}
.pages .about .sub .label span {
	border:#000 solid 3px;
	padding:16px 24px;
	font-weight:bolder;
	font-size:18px;
	color:#000;
	letter-spacing:4px;
}
.pages .about .sub h2 {
	font-size:24px;
	font-weight:normal;
	margin-bottom:20px;
	color:#000;
	margin:50px 0 30px;
	text-align:center;
}
.pages .about .sub p {
	margin-bottom:16px;
	line-height:180%;
	font-size:16px;
	text-align:center;
}

/*----------------------------------------------------
	投稿者一覧
----------------------------------------------------*/

/*旧*/
.writers{
    overflow:hidden;
	margin-right:-30px;
}
.writers .writer-profile {
    width: 91px;
    min-height: 190px;
    margin:0 30px 0 0;
    float:left;
}
.writers .writer-profile img {
	width:100%;
	height:auto;
}
.writers .writer-profile .name{
    text-align:center;
    font-weight:bold;
    padding:10px 0;
    margin:0;
	font-size:12px;
}
.writers .writer-profile .description{
    font-size:0.8em;
}
.writers .writer-profile .button a{
    font-size:0.8em;
}
.writers .writer-profile .button a:after{
    content:' >';
}



.writersWrap .writer-profile {
	float:left;
	width:50%;
	margin:0 0 20px;
}
.writersWrap .writer-profile:nth-child(odd){
	clear:both;
}
.writersWrap .writer-profile a {
	display:block;
	clear:both;
	overflow:hidden;
	padding:0 15px 0 0;
}
.writersWrap .writer-profile a:hover {
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	opacity:0.7;
}
.writersWrap .writer-profile .imgarea {
	float:left;
	width:25%;
}
.writersWrap .writer-profile .profiletxt {
	float:right;
	width:70%;
	text-align:left;
}
.writersWrap .writer-profile img {
	width:100%;
	height:auto;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.writersWrap .writer-profile p {
    margin:0 !important;
}
.writersWrap .writer-profile .name {
    font-weight:bold;
    padding:10px 0 2px;
	font-size:14px;
}
.writersWrap .writer-profile .description{
    font-size:0.8em;
}


/*----------------------------------------------------
	問合せ
----------------------------------------------------*/
.contact dl ,
.report dl {
	margin-top:25px;
	padding-top:25px;
	border-top:#e0e0e0 solid 1px;
}
.contact dt ,
.report dt {
	font-weight:bold;
	margin-bottom:6px;
}
.contact dd ,
.report dd {
	margin-bottom:20px;
}
.contact dd textarea ,
.contact dd input[type="text"] ,
.contact dd input[type="email"] ,
.report dd textarea ,
.report dd input[type="text"] ,
.report dd input[type="email"] {
	background-color:#f5f5f5;
	border:none;
	padding:9px 15px;
	width:500px;
}
.contact dd textarea ,
.report dd textarea {
	background-color:#f5f5f5;
	border:none;
	padding:9px 15px;
	width:670px;
}
.contact input[type="submit"] ,
.report input[type="submit"] {
	background-color:#000;
	color:#fff;
	text-align:center;
	padding:13px 0;
	border:none;
	width:100%;
	cursor:pointer;
	border:#000 solid 3px;
	font-weight:bold;
}
.contact input[type="submit"]:hover ,
.report input[type="submit"]:hover {
	background-color:#fff;
	border:#000 solid 3px;
	color:#000;
}
.vacation {
	border:#CE180E solid 1px;
	padding:15px 20px;
	margin-bottom:15px;
}
.vacation strong {
	color:#CE180E;
	margin-bottom:7px;
	font-size:120%;
}
/*----------------------------------------------------
	favorite
----------------------------------------------------*/
#favorite h1.pageTtl {
	margin-bottom:0;
}
#favorite .breadcrumbs {
	margin:18px auto 38px;
}
#favorite .wpfp-span ul {
	margin-bottom:30px;
}
#favorite .wpfp-span li {
	text-align:center;
	margin-top:20px;
}
#favorite .favList .favoriteBox {
	display: table;
	border-bottom:#e0e0e0 solid 1px;
	padding:20px 0;
	font-weight:bold;
	clear:both;
	overflow:hidden;
	width:100%;
}
#favorite .favList .postsThumbnail {
	margin-right:15px;
	display: table-cell;
	width:80px;
	vertical-align:top;
}
#favorite .favList .postsTitle {
	display: table-cell;
	width:510px;
	vertical-align:top;
	padding-left:15px;
}
#favorite .favList .postsThumbnail img {
	width:80px;
	height:auto;
	vertical-align:top;
}
#favorite .wpfp-link {
	font-size:10px;
	color:#999;
	text-align:right;
	width:100%;
	display:block;
}
#favorite .wpfp-span li .remove-parent {
	font-size:10px;
	color:#999;
	font-weight:normal;
	display: inline;
	text-align:left;
}

#favorite .favDis {
	background-color:#f5f5f5;
	padding: 15px 20px;
	color:#666;
	font-size:11px;
	margin:20px 0 50px;
}
#favorite .navigation {
	padding:15px 0;
	border-bottom:#ddd solid 1px;
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
#favorite .navigation .alignleft {
	float:left;
	width:50%;
}
#favorite .navigation .alignright {
	float:right;
	width:50%;
	text-align:right;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
	background-color:#f5f5f5;
	clear:both;
	overflow:hidden;
	text-align:left;
}
footer .mainArea {
	border-bottom:#e0e0e0 solid 1px;
	border-right:#e0e0e0 solid 1px;
	box-sizing:border-box;
	clear:both;
	overflow:hidden;
	background-color:#fff;
	margin:38px 0;
}

footer .mainArea .siteInfo ,
footer .mainArea .categoryBlk {
	border-top:#e0e0e0 solid 1px;
	border-left:#e0e0e0 solid 1px;
	box-sizing:border-box;
	float:left;
	width:20%;
	padding:28px 12px 23px 12px ;
}
footer .mainArea .categoryBlk2 {
	border-top:#e0e0e0 solid 1px;
	border-left:#e0e0e0 solid 1px;
	box-sizing:border-box;
	float:left;
	width:50%;
	padding:28px 23px 23px 23px ;
}
footer .mainArea .siteInfo {
	padding:38px 0 23px;
	min-height:720px;
}
footer .mainArea .siteInfo .footLogo ,
footer .mainArea .siteInfo .siteDis {
	text-align:center;
}
footer .mainArea .siteInfo .siteDis {
	font-size:11px;
	color:#666;
	margin:15px 0 38px;
}
footer .mainArea .siteInfo .footLogo img {
	width:115px;
	height:auto;
}
footer .mainArea .siteInfo .footSns {
	border-bottom:#e0e0e0 solid 1px;
	border-top:#e0e0e0 solid 1px;
	padding:22px 0 22px 35px;
	clear:both;
	overflow:hidden;
}
footer .mainArea .siteInfo .footSns div {
	width:23px;
	float:left;
	margin-right:15px;
}
footer .mainArea .siteInfo .footSns div.gp {
	width:30px;
	float:left;
	margin-right:15px;
}
footer .mainArea .siteInfo .footSns img {
	width:100%;
	height:auto;
}
footer .mainArea .categoryBlk {
	min-height:360px;
}

footer .mainArea h2.category1 { background:url(../images/common/cate_icon9.png) no-repeat 50% 0; background-size:45px;}
footer .mainArea h2.category2 { background:url(../images/common/cate_icon1.png) no-repeat 50% 0; background-size:45px;}
footer .mainArea h2.category3 { background:url(../images/common/cate_icon2.png) no-repeat 50% 0; background-size:45px;}
footer .mainArea h2.category4 { background:url(../images/common/cate_icon3.png) no-repeat 50% 0; background-size:45px;}
footer .mainArea h2.category5 { background:url(../images/common/cate_icon4.png) no-repeat 50% 0; background-size:45px;}
footer .mainArea h2.category6 { background:url(../images/common/cate_icon5.png) no-repeat 50% 0; background-size:45px;}
footer .mainArea h2.category7 { background:url(../images/common/cate_icon8.png) no-repeat 50% 0; background-size:45px;}
footer .mainArea h2.category8 { background:url(../images/common/cate_icon6.png) no-repeat 50% 0; background-size:45px; font-size:13px; border-top: #ddd solid 1px; margin-top: 20px;}
footer .mainArea h2.category9 { background:url(../images/common/cate_icon11.png) no-repeat 50% 0; background-size:45px; font-size:13px;}
footer .mainArea h2 {
	text-align:center;
	font-weight:bold;
	color:#000;
	padding:60px 0 10px 0;
	word-break:break-all;
}
footer .mainArea .siteInfo ul li a ,
footer .mainArea .categoryBlk ul li a {
	background:url(../images/common/foot_linkicon.png) no-repeat 0 6px;
	background-size:5px;
	display:block;
	padding:0 0 0 10px;
	font-size:12px;
	margin-bottom:3px;
	letter-spacing:-0.5px;
}
footer .mainArea .siteInfo ul {
	margin:23px 23px 0 23px ;
}
footer .subArea {
	background-color:#000;
	color:#fff;
	padding:33px 0;
	clear:both;
	overflow:hidden;
}
footer .subArea .serviseArea {
	width:100%;
}
footer .subArea .serviseArea h2 {
	background:url(../images/common/foot_searviceicon.png) no-repeat 0 2px;
	background-size:15px;
	padding-left:25px;
	margin-bottom:15px;
}

footer .subArea .serviseArea .serviseBlk {
	clear:both;
	overflow:hidden;
	margin-bottom:60px;
}
footer .subArea .serviseArea .serviseBlk .inner {
	clear:both;
	overflow:hidden;
	margin-bottom:15px;
}
footer .subArea .serviseArea .serviceLogo {
	float:left;
	width:155px;
}
footer .subArea .serviseArea .serviceLogo img {
	width:100%;
	height:auto;
}
footer .subArea .serviseArea .serviceTxt {
	float:left;
	width:800px;
	font-size:11px;
	margin-top:8px;
	padding-left: 20px;
}
footer .subArea .serviseArea .copy {
	border-top:#555 solid 1px;
	clear:both;
	overflow:hidden;
	padding-top:20px;
	font-size:12px;
}
footer .subArea .commentArea {
	display: none;
	float:right;
	width:255px;
}
footer .subArea .commentArea textarea {
	width:235px;
	height:133px;
	padding:10px;
	margin:0;
	font-size:12px;
}
footer .subArea .commentArea input[type="submit"] {
	width:255px;
	background-color:#20B17E;
	color:#fff;
	text-align:center;
	border:none;
	padding:5px 0;
}
footer .wpcf7-not-valid-tip {
	text-align:center;
	background-color:#ff0000;
	color:#fff !important;
	padding:2px 0;
	margin-bottom:-14px;
}
footer .wpcf7-mail-sent-ok {
	background: #E15B58;
	border:none !important;
	text-align:center;
}
footer .wpcf7-response-output {
	margin:-15px 0 0 0 !important;
	padding:0.2em 1em !important;
}




.resultNone {
	margin:15px 0;
	background-color:#f5f5f5;
	border:#e0e0e0 solid 1px;
	text-align:center;
	padding:30px 0 45px;
	clear:both;
	overflow:hidden;
}
.resultNone .resultNoneFrom {
	width:440px;
	margin:20px auto 0;
	border:#ddd solid 1px;
	clear:both;
	overflow:hidden;
}
.resultNone .resultNoneFrom input[type="text"] {
	background-color:#fff;
	border:none;
	width:370px;
	padding:0 15px;
	float:left;
	height:38px;
}
.resultNone .resultNoneFrom input[type="submit"] {
	background:#fff url(../images/common/search_btn.png) no-repeat 50% 50%;
	background-size:14px;
	border:none;
	text-indent:-99999px;
	width:40px;
	height:38px;
	float:left;
	cursor:pointer;
}



/* 内部リンク */
.wp-embed {
	border:none;
	width:auto;
	box-shadow: none;
	overflow:hidden;
}
.emb {
	height:auto;
	overflow:hidden;
    padding: 10px 0 4px;
	margin: 0;
}
.emb_wrap {
	height:auto;
	overflow:hidden;
    padding: 0;
	margin: 0;
	border:none;
	border-bottom:#ddd solid 1px;
	border-top:#ddd solid 1px;
}
.emb_wrap + p {
	height: 0;
	margin: -1px !important;
}
.wp-embedded-content + p {
	height: 0;
	margin: 0 !important;
}
.wp-embed .wp-embed-heading {
	font-size:14px;
	padding: 0;
	margin: 0;
}
.wp-embed .wp-embed-excerpt {
	font-size:12px;
}
.wp-embed .wp-embed-excerpt .wp-embed-textwrap {
	width:auto;
	padding: 0;
	margin: 0;
}
.postArticle .postBody blockquote.wp-embedded-content,
.emb_wrap iframe.wp-embedded-content {
	background: #fff url(../images/common/arrow_line_right.png) no-repeat 100% 50%;
	background-size: 7px;
	padding: 10px 20px 10px 0 !important;
	font-size: 14px;
	box-sizing: border-box;
}

.emb_wrap iframe.wp-embedded-content {
	margin: 0;
	padding: 0;
	max-height: 100px !important;
}
.emb:hover {
	opacity: 0.7;
}
.wp-embed .wp-embed-heading {
	line-height: 130% !important;
}
iframe.wp-embedded-content {
	width:100% !important;
	margin-bottom:0 !important;
	height: auto;
	padding: 0;
	margin: 0;
}
.wp-embedded-content p {
	margin: 0;
} 
.wp-embed-featured-image {
	width:80px;
	height:80px;
	overflow:hidden;
	margin-bottom:0;
	float:left;
	margin-right:20px;
}
.wp-embed-featured-image img {
	width:80px;
	height:80px;
}
.wp-embed-share-dialog-content {
	display: none !important
}

/*----------------------------------------------------
	ランキング
----------------------------------------------------*/
#pageRanking .pageRankBody {
	padding:15px 0;
}
#pageRanking .pageRankBody .thum {
	float:left;
	width:105px;
	display:block;
	margin-left:5px;
}
#pageRanking .pageRankBody .body {
	float:right;
	width:565px;
}
#pageRanking .pageRankBody .body h2 {
	border:none !important;
	padding:0 !important;
}
#pageRanking .pageRankBody .body span {
	font-size:12px;
	color:#777;
}
#pageRanking .rankTab{
	overflow:hidden;
	border-left:#e0e0e0 solid 1px;
	box-sizing:border-box;
	margin-bottom:5px;
	}
#pageRanking .rankTab li{
	background:#f5f5f5;
	padding:15px 0;
	float:left;
	margin:0;
	font-size:12px;
	width:33.3333%;
	text-align:center;
	border-right:#e0e0e0 solid 1px;
	box-sizing:border-box;
	border-bottom:#e0e0e0 solid 1px;
	color:#999;
}
#pageRanking .rankTab li.select{
	background:#fff;
	border-bottom:#fff solid 1px;
	border-top:#e0e0e0 solid 1px;
	color:#000;
	}
#pageRanking .wpp-list li.countrank:before {
	content: counter(countrank);
	position: absolute;
	top: 0;
	left: 0;
	background-color:#21B17E;
	text-align: center;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 11px;
	line-height:280%;
	border-radius:50%;
}
.pages .page.recommendArticles h2 {
	border-left:#000 solid 4px;
	color:#000;
	margin-bottom:14px;
	font-size:20px;
	padding-left:10px;
}
.pages .page.recommendArticles li a {
	border-bottom: #ddd solid 1px;
	display: block;
	padding: 10px 0;
	overflow: hidden;
	clear: both;
}
.pages .page.recommendArticles li:first-child a {
	border-top: #ddd solid 1px;
}
.pages .page.recommendArticles li a:hover {
	background: #f9f9f9;
}
.pages .page.recommendArticles li a .thum {
	float: left;
	width: 15%;
}
.pages .page.recommendArticles li a .thum img {
	width: 100%;
	height: auto;
}
.pages .page.recommendArticles li a .body {
	float: right;
	width: 80%;
	font-weight: bold;
	font-size: 16px;
}

/*----------------------------------------------------
	特集
----------------------------------------------------*/
#feature .pickupBanner img ,
#feature .past img {
	width:100%;
	height:auto;
}
#feature .featurePickup {
	margin-bottom:50px;
}
#feature .featurePickup dd {
	margin:15px 0 25px;
	border-bottom:#ddd solid 1px;
	padding-bottom:25px;
	font-size:12px;
}
#feature .featurePickup dt:hover {
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	opacity:0.7;
}
#feature h1.past {
	background-color:#000;
	color:#fff;
	padding:6px 20px 5px;
	margin-bottom:1px;
}
#feature .past h2 {
	border-left:#000 solid 6px;
	padding:7px 0 7px 15px;
	margin:25px 0 15px;
	color:#000;
	font-size:120%;
}
#feature .pastWrap {
	border-bottom:#ddd solid 1px;
}
#feature .featureMv {
	border:#ccc solid 1px;
	padding:0 1px 1px 1px ;
	margin-bottom:20px;
	box-shadow:0px 2px 4px 1px #ebebeb;
	-moz-box-shadow:0px 2px 4px 1px #ebebeb;
	-webkit-box-shadow:0px 2px 4px 1px #ebebeb;
}
#feature .featureMv img {
	width:100%;
}

#feature .featureMv.top {
	margin-bottom:40px;
	background-color:#F9F5ED;
	padding:10px 10px 1px 10px ;
	border:#ECDDC1 solid 1px;	
}
#feature .featureMv.top h1 {
	border-left:#DABC85 solid 6px;
	padding:0 0 0 15px;
	margin-top:5px;
	margin-bottom:15px;
	color:#000;
	font-size:120%;
}
#feature article:first-child {
}
#feature .featureMv.top .featureBanner {
	border:#ECDDC1 solid 1px;
	background-color:#fff;
	padding:15px;
}
#feature .featureMv.top .featureBanner dl {
}
#feature .featureMv.top .featureBanner dd {
	margin:15px 0 30px 0;
	padding:0 0 30px 0;
	font-size:13px;
	color:#777;
	border-bottom:#ECDDC1 solid 1px;
}
#feature .featureMv.top .featureBanner dd:last-child {
	border-bottom:none;
	margin:15px 0 15px 0;
	padding:0 0 0 0;
}
#feature .featureMv .featureBanner img {
	width:100%;
	height:auto;
}
#feature .baseWrap {
	margin-right:-30px;
}
#feature .baseWrap .blk {
	margin-right:30px;
	float:left;
	width:335px;
	margin-bottom:30px;
}
#feature .baseWrap .blk:nth-child(odd) {
	clear:both;
}
#feature .baseWrap .blk h3 {
	margin:10px 0 7px;
	font-size:105%;
}
#feature .baseWrap .blk .dis {
	color:#777;
	font-size:12px;
}
#feature .baseWrap .thum {
	float:none;
	width:100% !important;
}
#feature .baseWrap .info {
	float:none;
	width:100%;
}
#feature .arcList article .info h3 {
	font-size:18px;
	color:#000;
	line-height:150%;
	margin-bottom:5px;
}
#feature .featureBanner dd .btn a {
	display:block;
	border:#ccc solid 1px;
	width:75%;
	padding:10px 0;
	text-align:center;
	margin:15px auto 0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-decoration:none;
}
#feature .featureBanner dd .btn a:hover {
	background-color:#f5f5f5;
}
#feature .categoryDescription {
	font-size:12px;
	color:#333;
	margin-top:0;
	padding:15px 15px 8px;
}
#feature .featureShare {
	padding:15px;
	border-top:#ddd solid 1px;
	background-color:#f5f5f5;
}
#feature .featureShare.foot {
	border:#ddd solid 1px;
}
#feature .featureShare p {
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
#feature .featureShare p:before {
	content:"＼ ";
}
#feature .featureShare p:after {
	content:" ／";
}
#feature .featureShare ul {
	width:410px;
	margin:7px auto 0 auto;
	clear:both;
	overflow:hidden;
}
#feature .featureShare li.tw {
	float:left;
	width:100px;
}
#feature .featureShare li.fb {
	float:left;
	width:150px;
	margin-top:-4px;
}
#feature .featureShare li.gp {
	float:left;
	width:60px;
}
#feature .featureShare li.hb {
	float:left;
	width:100px;
}

.rule td p {
	padding-left: 1em;
	text-indent: -1em;
}
.article_ad .pc {
	display: block;
}
.article_ad .sp {
	display: none;
}


/* 対話スタイル */
.balloon {
	margin-bottom: 2em;
	position: relative;
}
.balloon:before,.balloon:after {
	clear: both;
	content: "";
	display: block;
}
.balloon figure {
	width: 60px;
	height: 60px;
}
.balloon-image-left {
	float: left;
	margin-right: 20px;
}
.balloon-image-right {
	float: right;
	margin-left: 20px;
}
.balloon figure img {
	width: 100%;
	height: 100%;
	border: 1px solid #aaa;
	border-radius: 50%;
	margin: 0;
}
.balloon-image-description {
	padding: 5px 0 0;
	font-size: 10px;
	text-align: center;
}
.balloon-text-right,.balloon-text-left {
	position: relative;
	padding: 13px 18px;
	border: 1px solid;
	border-radius: 10px;
	max-width: -webkit-calc(97% - 120px);
	max-width: calc(97% - 120px);
	display: inline-block;
}
.balloon-text-right {
	border-color: #D9F0FF;
	background: #D9F0FF;
}
.balloon-text-left {
	background: #BCF5A9;
	border-color: #BCF5A9;
}
.balloon-text-right {
	float: left;
}
.balloon-text-left {
	float: right;
}
.balloon p {
	margin: 0 0 20px;
}
.balloon p:last-child {
	margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
	position: absolute;
	content: '';
	border: 8px solid transparent;
	border-right: 8px solid #D9F0FF;
	top: 25px;
	left: -16px;
}
.balloon-text-right:after {
	position: absolute;
	content: '';
	border: 8px solid transparent;
	border-right: 8px solid #D9F0FF;
	top: 25px;
	left: -16px;
}
.balloon-text-left:before {
	position: absolute;
	content: '';
	border: 8px solid transparent;
	border-left: 8px solid #BCF5A9;
	top: 25px;
	right: -16px;
}
.balloon-text-left:after {
	position: absolute;
	content: '';
	border: 8px solid transparent;
	border-left: 8px solid #BCF5A9;
	top: 25px;
	right: -16px;
}
/* 考え毎 */
.think .balloon-text-right,.think .balloon-text-left {
	border-radius: 10px;
}
.think .balloon-text-right:before {
	border: 1px solid #D9F0FF;
	background: #D9F0FF;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	top: 15px;
	left: -12px;
}
.think .balloon-text-right:after {
	border: 1px solid #D9F0FF;
	background: #D9F0FF;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	top: 20px;
	left: -19px;
}
.think .balloon-text-left:before {
	border: 1px solid #BCF5A9;
	background: #BCF5A9;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	top: 15px;
	right: -12px;
}
.think .balloon-text-left:after {
	border: 1px solid #BCF5A9;
	background: #BCF5A9;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	top: 20px;
	right: -19px;
}
.scroll table{
	width:100% !important;
}
.scroll{
	overflow: auto !important;
}
.scroll::-webkit-scrollbar{
 height: 5px !important;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1 !important;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC !important;
}
.scroll table img {
	width: 100%;
	height: auto;
}

/* 商品紹介 */
.creatorsProduct .spec h3 {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.creatorsProduct li {
	background: none !important;
	padding: 0 !important;
}
.creatorsProduct .prof_wrap {
	border: #95a5a6 solid 3px;
	padding: 30px 30px 10px;
	margin-bottom: 30px;
}
.creatorsProduct .prof {
	overflow: hidden;
}
.creatorsProduct .prof .thumArea {
	float: left;
	width: 20%;
}
.creatorsProduct .prof .thumArea img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.creatorsProduct .prof .profArea {
	float: right;
	width: 77%;
}
.creatorsProduct .prof .profArea .autor a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #111;
	margin: 8px 0;
}
.creatorsProduct .prof .profArea .dis {
	font-size: 13px;
	color: #777;
}
.creatorsProduct .prof_comment {
	clear: both;
	padding: 20px 0 0;
}
.creatorsProduct .prof_comment .balloon{
	position: relative;
	padding: 16px 24px;
	background: #eff4f9;
	font-size: 14px;
}

.creatorsProduct .prof_comment .balloon::before{
  content: '';
  position: absolute;
  left: 45px;
  top: -10px;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eff4f9;
  border-left: 10px solid transparent;
}
.creatorsProduct .rank_intro {
}
h2.ranktitle {
	border-top: #95a5a6 solid 1px;
	border: none !important;
	border-bottom: #21B17E solid 3px !important;
	background: url(../images/common/rank_h2.png) no-repeat 0 43px;
	background-size: 23px;
	padding: 40px 0 20px 35px !important;
	margin: 30px 0 20px !important;
}
.creatorsProduct .product {
	border: #95a5a6 solid 1px;
	overflow: hidden;
	margin: 50px 0 50px;
	position: relative;
	clear: both;
	overflow: hidden;
}
.creatorsProduct .product .label {
	position: absolute;
	top: 22px;
	left: -80px;
	font-size: 16px;
	transform: rotate( -45deg );
	background: #21B17E;
	color: #fff;
	font-weight: bold;
	padding: 5px 16px;
	width: 200px;
	text-align: center;
}
.creatorsProduct .product .image {
	float: left;
	width: 48%;
	padding: 34px 0 24px 24px;
	box-sizing: border-box;
	text-align: center;
}
.creatorsProduct .product .image img {
	width: auto;
	max-height: 500px;
	margin: auto;
}
.creatorsProduct .product .spec {
	float: right;
	width: 48%;
	padding:  24px 24px 24px 0;
	box-sizing: border-box;
}
.creatorsProduct .product .txtarea {
	clear: both;
	padding: 24px;
	border-top: #ddd solid 1px;
	font-size: 14px;
	line-height: 135%;
}
.creatorsProduct .product .txtarea > div {
	line-height: 180%;
	font-size: 110%;
}
.creatorsProduct .product .spec .maker {
	color: #777;
	font-size: 12px;
	margin-bottom: 5px;
}
.creatorsProduct .product .spec h3 {
	margin-bottom: 8px !important;
	font-weight: normal;
	font-size: 18px !important;
	color: #333;
}
.creatorsProduct .product .spec .price {
	font-weight: bold;
	border-bottom: #ddd solid 1px;
	padding-bottom: 17px;
	margin-bottom: 23px;
	color: #111;
}
.creatorsProduct .product .spec .price span {
	font-size: 12px;
	font-weight: normal;
	margin-right: 5px;
}
.creatorsProduct .product .spec .links_bt a {
	display: block;
	text-align: center;
	background: #2079CD url(../images/common/link_icon2.png) no-repeat 94% 50% ;
	background-size: 7px;
	padding: 8px 0;
	color: #fff;
	font-size: 14px;
	margin-bottom: 12px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	letter-spacing: 1px;
}
.creatorsProduct .product .spec .links_bt a:hover {
	background: #248cef url(../images/common/link_icon2.png) no-repeat 94% 50% ;
	background-size: 7px;
	text-decoration: none !important;
}
.creatorsProduct .product .txtarea h4 {
	font-size: 18px;
	padding-bottom: 16px;
	margin-bottom: 0;
	line-height: 170%;
}
.creatorsProduct .spectable {
	margin-bottom: 60px;
}
.postBody .scroll {
    display: block;
    overflow-x: auto;
}
.postBody table {
	table-layout: fixed;
	width: 100%
}
.postBody .scroll th ,
.postBody .scroll td {
	border: #ccc solid 1px !important;
	background: #fff;
}
.postBody .scroll th {
	text-align: center !important;
	background: #fff !important;
	width: 150px;
	font-size: 12px;
	font-weight: normal;
}
.postBody .scroll th img {
	max-height: 100px;
	width: auto;
	margin: auto !important;
}
.postBody .scroll th a + img {
	display: none;
}
.postBody .scroll td {
	font-size: 12px;
	line-height: 130%;
	width: 200px;
}
.postBody .scroll td a {
	display: block;
	text-align: center;
	background: #fff;
	padding: 9px 0;
	color: #2079CD;
	border:solid 1px #ccc;
	box-sizing: border-box;
	font-size: 13px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	text-decoration: none;
	width: 100%;
	margin: auto;
	font-weight:bold;
}
.postBody .scroll td a:hover {
	background: #248cef;
	border-color: #248cef;
	color: #fff;
}
.postBody .scroll td .links > div {
	margin-bottom:5px;
}
.postBody .scroll .column-1 {
	background: #f0f0f0 !important;
	text-align: left !important;
	width: 100px;
	font-weight: normal;
}
.postBody .a8_link {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.postBody .a8_link a {
	color: #333 !important;
	text-decoration: none !important;
	background: url(../images/common/arrow_next.png) no-repeat 99% 50%;
	background-size: 10px;
}
.postBody .a8_link td {
	width: 80%;
}
.postBody .a8_link td:first-child {
	width: 20% !important
}
.postBody .a8_link img {
	width: 100%;
	height: auto;
}
.postBody .a8_link a {}
.creatorsProduct .slick-next {
	background: #fff url(../images/common/arrow_next.png) no-repeat 60% 50%;
	background-size: 10px;
	color: #000;
	right: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: #ddd solid 1px;
}
.creatorsProduct .slick-next:hover ,
.creatorsProduct .slick-next:focus {
	opacity: 0.5;
	background: #fff url(../images/common/arrow_next.png) no-repeat 50% 50%;
	background-size: 10px;
}
.creatorsProduct .slick-prev {
	background: #fff url(../images/common/arrow_prev.png) no-repeat 40% 50%;
	background-size: 10px;
	color: #000;
	left: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: #ddd solid 1px;
	z-index: 1;
}
.creatorsProduct .slick-prev:hover ,
.creatorsProduct .slick-prev:focus {
	opacity: 0.5;
	background: #fff url(../images/common/arrow_prev.png) no-repeat 50% 50%;
	background-size: 10px;
}
.creatorsProduct .slick-slide a + img {
	display: none	
}
.postArticle .postBody blockquote.wp-embedded-content a {
	color: #333;
	text-decoration: none;
	padding-right: 20px !important;
}
.creatorsProduct #toc_container {
	display: none;
}



.pr-item {
	text-align: center;
	overflow: hidden;
	margin-bottom: 25px;
	border: solid 6px #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pr-item * {
	box-sizing: border-box;
}
.pr-item .pr-item-inner {
	border: solid 1px #e0e0e0;
}
.pr-item-photo {
	padding-top: 20px;
}
.pr-item-photo img {
	width: 50%;
}
.item-link-pr {
	background: linear-gradient(transparent 50%, rgb(255, 243, 167) 50%);
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 14px;
	display: inline-block;
}
.item-links {
	display: block;
	overflow: hidden;
	font-size:15px;
	margin: 10px 20px 20px;
}
.postArticle .postBody .item-links li {
	display: block;
	padding: 0;
	margin-bottom: 10px;
	width: auto;
	float: none;
}
.item-links li:last-child {
	margin-bottom: 0;
}
.item-links li span {
	display: block;
	padding-right: 0;
}
.item-links li a {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
	font-size: 14px;
}
.item-links li img {
	display: none;
}
.item-links .item-link-rakuten a {
	color: #fff;
	background: #c20004;
	border-bottom: solid 2px #970003;
	text-decoration: none;
}
.item-links .item-link-amazon a {
	color: #fff !important;
	background: #FF9901;
	border-bottom: solid 2px #db8401;
	text-decoration: none;
}
.item-links .item-link-yahoo a {
	background: #902fa4;
	color: #fff !important;
	border-bottom: solid 2px #712483;
	text-decoration: none;
}

/* pr-item-layout-second */
.pr-item-layout-second {
	border: solid 6px #eee;
}
.pr-item-layout-second .pr-item-inner {
	display: table;
	width: 100%;
	padding: 18px 20px 20px;
	border: solid 1px #e0e0e0;
}
.pr-item-layout-second .pr-item-inner > * {
	display: table-cell;
	vertical-align: top;
}
.pr-item-layout-second .item-link-pr {
	display: none;
}
.pr-item-layout-second .pr-item-photo {
	width: 40%;
	padding-top: 0;
}
.pr-item-layout-second .pr-item-photo img {
	display: block;
	width: 100%;
	height: auto;
}
.pr-item-layout-second .pr-item-photo .pr-item-photo-in {
	margin-right: 20px;
}
.pr-item-layout-second .item-title {
	text-align: left;
	font-weight: bold;
}
.pr-item-layout-second .item-maker {
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-bottom: 2px;
}
.pr-item-layout-second .item-name {
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 1.6;
	font-size: 120%;
}
.pr-item-layout-second .item-links {
	margin: 0;
}

.pr-item-layout-second .item-links > li {
	width: 100%;
	float: none;
	margin-bottom: 8px;
}
.pr-item-layout-second .item-links > li:last-child {
	margin-bottom: 0;
}
.pr-item-layout-second .item-links > li span {
	padding-right: 0;
}
.pr-item-layout-second .item-links > li a {
	padding: 5px 0;
	font-size: 85%;
	font-weight: bold;
}
.pr-item-layout-second .item-links > li.item-link-yahoo a {
	padding: 8px 0;
	font-size: 75%;
}
.pr-item-layout-second .item-links > li a small {
	display: none;
}