@charset "UTF-8";

/* ******************************************************************
	@This stylesheet Information{
		CSS File Name: contents.css
	}
****************************************************************** */

/*===================================================================
	General setting
===================================================================*/
body{
	width:100%;
	height:100%;
	background:#fff;
	color:#000;
	line-height:1.4;
	text-align:center;
	font-family:'HiraKakuProN-W3','HiraKakuProN-W6','MS PGothic',Helvetica,Verdana, Arial;
	word-break:normal;
	word-wrap:break-word;
	font-size:100%;
	-webkit-text-size-adjust: none;
}


body,div,h1,h2,h3,h4,h5,h6,p,address,blockquote,pre,th,td,dl,dt,dd,ul,ol,li,form,fieldset,textarea,table{
	margin:0;
	padding:0;
	font-size:100%;
}

html>body{height:auto;}

ul,
ol{list-style:none;}

table{border-collapse:collapse;line-height:1.37;}

table caption,
table th,
table td{text-align:left;vertical-align:top;}

hr{display:none;}

img{border:0;}

a:link{color:#000; text-decoration:none;}
a:visited{color:#000; text-decoration:none;}
a:hover{color:#000; text-decoration:none;}
a:active{color:#000; text-decoration:none;}

strong{font-weight:normal;}
em{font-weight:bold;font-style:normal;}
address{font-style:normal;}


/*--[class]-----------------------------------------------------*/

.clearBoth{clear:both;}

.caution{color:#CC0000 !important;}

.noscriptMsg{
	color:#CC0000;
	font-weight:bold;
	padding:1px 0 1px 20px;
	background:url(../images/icon_noscript.gif) no-repeat 0 0.25em;
	margin:0 10px 10px
}

/* clearfix */
.pkg:after{
	content: " ";
	display: block;
	clear: both;
	height: 0px;
	visibility:hidden;
}

.pkg{ display: inline-block; }

/* no ie mac \*/
* html .pkg{ height: 1%; }
.pkg{ display: block; }
/* */


/*===================================================================
	container setting
===================================================================*/
div#container{
	font-size:1.12em;
	margin:0;
	padding:0px 0px 0px;
	text-align:left;
	border-bottom:1px solid #ffcc00;
	position:relative;
	z-index:1000;
	background:#fff;
}

.title{
	font-weight:bold;
	background-color:#ffcc00;
	padding:0px 0px 0px 10px;
}
.title img{
	display: block;
	padding: 5px 0;
}

.remodal_sec .title{
	text-align: left;
	padding:8px 0px 8px 10px;
	border-radius:5px 5px 0 0;
}

.more a{
	display:block;
	text-align:right;
	background:#ffffff url("/smartphone/images/arrow2.gif") no-repeat 100% 50%;
	padding:10px 30px 10px 10px;
}

.photo{
	float:left;
	margin:0px 5px 0px 0px;
}


.text{
	font-weight:bold;
	overflow:hidden;
	zoom:1;
}

.text .writer,
.text .details{
		font-weight:normal;
	font-size:0.78em;
	padding:0px 10px 0px 0px;
}
/* add 2015.12 renewal
---------------------------*/
.artList_title{ /*黄色背景中見出し*/
	background: url(../../../../smartphone/images/title_sprite.png) #faec0c no-repeat;
    display: block;
    background-size: 106px auto;
    padding: 5px 15px;
    border-top: 1px solid #818181;
    border-bottom: 1px solid #818181;
    background-size: 150px auto;
    text-indent: -9999px;
}
._event{
	background-position: 15px 10px;
}
._pDiary{
	background-position: 15px -17px;
}
._adsPlan{
	background-position: 15px -46px;
}
._review{
	background-position: 15px -72px;
}


/*===================================================================
	header setting
===================================================================*/
.header{
	position: relative;
	z-index: 100000;
	background: #fff;
	height: 45px;
	width: 100%;
	padding: 6px 0 8px;
}
.header.fixed{
	position:fixed;
}
.header_inner{
	position: relative;
	width: 100%;
}
.header #logo{
	max-width: 129px;
	position: absolute;
	left: 50%;
	top: 3px;
	margin-left: -65px;
}
.header #logo img{
	width: 100%;
}

.sideOutInfo{
	float: left;
	padding-top: 6px;
	padding-left: 3px;
}

.sideOutInfo a{
	background: url("/smartphone/images/sprite.png") no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	background-size: 171px auto;
	background-position: 5px 3px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 3px;
}

.sideOutInfo.opacity{
	pointer-events:none;
	opacity: 0.3;
	cursor: default;
}

.sideOutR_area a{
	background: url(../../../../smartphone/images/sprite.png) no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	background-size: 171px auto;
	background-position: 5px 3px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 3px;
}

.sideOutR_area{
	float: right;
	padding-top: 5px;
	padding-right: 8px;
	position: relative;
}

.sideOutR_area p{
	float: left;
	margin: 0 2px;
}

.out_pop a{background-position: -25px 3px;}
.new a{background-position: -54px 3px;}
.close a{
	background-position:  -152px -3px;
	width: 16px;
	height: 15px;

}

.sideOutR_area .close{
	position: absolute;
	right: 15px;
	top: 10px;
	display: none;
}

.slideout-open .out_pop,
.slideout-open .new,
.slideout-open.remodal-is-locked .sideOutR_area .close{
	display: block;
}

.slideout-open .sideOutR_area .close{
	display: none;
}

/*===================================================================
remodal_sec
===================================================================*/
.remodal_sec{

}

/*===================================================================
	headline_sec setting
===================================================================*/

#headline_sec span{
	display:block
}

#headline_sec .midokoro{
	padding:5px;
	border-bottom:1px solid #c1c1c1;
        font-size:14px;
}


div#headline_sec li a{
	display:block;
	background:#ffffff url("/smartphone/images/arrow.gif") no-repeat 100% 50%;
	padding:10px 26px 10px 10px;
}
div#headline_sec.remodal_sec li a{
	text-align: left;
}

div#headline_sec li{
	border-bottom:1px solid #c1c1c1;
}
div#headline_sec.remodal_sec li:last-child{
	border-bottom:0;
}

div#headline_sec li p{
	font-weight:bold;
}

/*===================================================================
	tomonokai_sec setting
===================================================================*/

#tomonokai_sec span{
	display:block
}

div#tomonokai_sec li a{
	display:block;
	background:#ffffff url("/smartphone/images/arrow.gif") no-repeat 100% 50%;
	padding:10px 26px 10px 10px;
}

div#tomonokai_sec li{
	border-bottom:1px solid #c1c1c1;
}

div#tomonokai_sec li p{
	font-weight:bold;
}



/*===================================================================
	appli_module setting
===================================================================*/
#appli_module span{
	display:block
}

div#appli_module li{
	border-top:1px solid #ffe786;
}

div#appli_module li.first{
	border:none;
}

div#appli_module{
	background:#ffffcc;
}

div#appli_module li a{
	display:block;
	padding:10px 0px 10px 10px;
}

div#appli_module .text{
	padding:3px 0px 0px 0px;
}

/*===================================================================
	appli setting
===================================================================*/

.appli_image{
	margin:15px 0px;
	text-align:center;
}

h2 span{
	display:block;
	padding:1px 0px;
}

.appli_image img{
	border:2px solid #000000;
}

div#appli_howto{
	padding:0px 10px;
}

div#appli_howto h3{
	padding:0px 0px 5px 0px;
	font-weight:bold;
}

div#appli_howto ul li{
	padding:0px 0px 0px 20px;
	background:#ffffff url(/smartphone/images/text_marker.gif) 10px 11px no-repeat;
}

.appli_download{
	padding:10px 0px 15px 0px;
	text-align:center;
}

div#appli_howto p.detail {
	font-size:0.78em;
	padding:0px 0px 10px 10px;
	line-height: 150%;
	text-indent: 1em;
}

/*===================================================================
info_sec setting
===================================================================*/
#info_sec .info_lead a{
	display: block;
}
#info_sec .info_lead img{
	margin-bottom: 1px;
}
#info_sec .info_lead{
	padding: 10px;
	line-height: 1.2;
	font-size:16px;
}

#info_sec li{
	line-height: 1.2;
	font-size: 16px;
	border-top: 1px solid #818181;
}
#info_sec li{
  background-size: 171px auto;
  background-image: url("/smartphone/images/sprite.png");
  display: block;
  background-position: 8px -42px;
  background-repeat: no-repeat;
}
#info_sec li.adsInfo{
	border-bottom: 1px solid #818181;
	background-color: #ffff97;
}
#info_sec li a{
	display: block;
	padding: 15px 10px 15px 25px;
}


/*===================================================================
	footer setting
===================================================================*/

div#footer{
	font-size:0.78em;
	margin:0px 5px;
	padding:10px 0px 10px 10px;
	text-align:left;
	background:#ffffff url("/smartphone/images/line_dash.gif") repeat-x;
	background-position:left top;
}

div#footer a{
	text-decoration:underline;
}

div#footer li{
	margin:5px 10px 5px 0px;
	float:left;
}



div#footer2{
	margin:0px 5px;
	padding:10px 10px 10px 10px;
	border-bottom:solid 2px;
	border-bottom-color:#faec0c;
	font-size:0.78em;
	text-align:center;
	background:#ffffff url("/smartphone/images/line_dash.gif") repeat-x;
	background-position:left top;
}

div#footer2 a{
	text-decoration:underline;
}


div#footer2 p.copyright{
	font-size:0.86em;
}

/*===================================================================
	writer_intro setting
===================================================================*/

#writer_intro span{
	display:block
	}

div#writer_intro li{
	border-bottom:1px solid #c1c1c1;
}

div#writer_intro li p{
	font-weight:bold;
}

div#writer_intro .photo{
	float:left;
	margin:5px 5px 5px 5px;
}


/*===================================================================
	informationIntro setting
===================================================================*/
.informationIntro{
    font-size: 1.12em;
    margin: 0;
    padding: 0px 0px 0px;
    text-align: left;
}
.artModule_list li{
	line-height: 1.2;
    font-size: 0.833em;
	border-bottom: 1px solid #818181;
}
.art_list_arrow li{
  background-size: 171px auto;
  background-image: url("/smartphone/images/sprite.png");
  display: block;
  background-position: 16px -44px;
  background-repeat: no-repeat;
}
.artModule_list li:last-child{
	border: none;
}
.artModule_list li.adsInfo{
	border-bottom: 1px solid #818181;
	background-color: #ffff97;
}
.art_list_arrow li a{
	display: block;
	padding: 15px 15px 15px 30px;
}

/*===================================================================
	popViewBox setting
===================================================================*/
.popViewBox{
    margin: 0;
    padding: 0px 0px 0px;
    text-align: left;
}
.popViewBox h1{
	font-weight: bold;
	font-size: 18px;
	padding: 5px 15px;
	background: #ffcc00;
	border-top: 1px solid #818181;
	border-bottom: 1px solid #818181;
	line-height: 1.6;
	position: relative;
}
.popViewBox h1 i{
	content: ".";
	position: absolute;
	background-image: url("../../../../smartphone/images/sprite.png");
	background-position: -147px 0px;
	background-repeat: no-repeat;
	background-size: 171px auto;
	top: 8px;
	right: 6px;
	width: 24px;
	height: 31px;
}
.popViewBox p{
	line-height: 1.14;
}
.text._popView{
	font-size: 0.777em;
}
.writer._popView{
	font-size: 0.666em;
}

/*===================================================================
	slidout setting
	2015.12 add
===================================================================*/

.menu,
.slideout-menu {/*miura*/
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 280px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.panel,
.slideout-panel {/*miura*/
  position: relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {/*miura*/
  display: block;
}

/*===================================================================
	modal setting
	2015.12 add
===================================================================*/
#modal-content {
	width: 90% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}

#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}

.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}


/*===================================================================
	slidout setting
	2015.12/24 add
===================================================================*/
.detail_kiji .table-wrap{
	// padding: 0 10px;
}

.detail_kiji .mainContents_ttl{
	background: #FC0;
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
	margin-bottom: 10px;
}
.detail_kiji .mainContents_ttl strong{
	float: left;
}

.detail_kiji .mainContents_ttl .data{
	float: right;
	font-size: 12px;
	margin-top: 3px;
	font-weight: normal;
}


/*===================================================================
	slidout setting
	2015.12/24 add
===================================================================*/

.detail_kiji .dispNone{
	display: none;
}

.detail_kiji .module{
	text-align: left !important;
}

.detail_kiji .module object{
	display: block !important;
	width:100% !important;
	margin: 0 auto;
	text-align: center;
}
.detail_kiji .module object embed{

	width:100% !important;
}


.detail_kiji table{
	width: 100% !important;
}
.detail_kiji table td{
	display: none;
	width: 0;
}
.detail_kiji table td:nth-child(3){
	display: block;
	width: 95%;
	margin: 0 auto;
}

.detail_kiji table td[align^="center"]{
	display: block;
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.detail_kiji table td[align^="center"] a{
	color: #00F;
}

.detail_kiji table td[align^="center"] .tx12px img{
	width: 90%;
	height: auto;
	margin-bottom: 8px;
}


.detail_kiji .line-dot{
	border-bottom: 1px #aaa dotted;
	margin: 20px 0 20px;
}

.detail_kiji .frame-sttl,
.detail_kiji .frame-sttl-large{
	border: 1px #999999 solid ;
	padding: 10px;
	margin-bottom: 15px;

}
.detail_kiji .frame-sttl-large{
	margin-bottom: 25px;
	text-align: left;
}


.detail_kiji #mainContentsInner h1{
	border-bottom: dotted 1px #aaa;
	margin-bottom: 12px;
	padding-bottom: 4px;
}
.detail_kiji #mainContentsInner h1 img{
	width: 100% !important;
	height: auto;
	margin-bottom: 3px;
}
.detail_kiji #mainContentsInner h2{
	margin-bottom: 14px !important;
	text-align: left;
}

.detail_kiji #mainContentsInner .module img{
	width: 100% !important;
	height: auto;
}
.detail_kiji #mainContentsInner .wrap-img-hover{
	width: 80%;
	margin: 0 auto;
}
.wrap-img-hover + .txt-orange{
	width: 80%;
}

.detail_kiji #mainContentsInner .text-area{
	width: 100%;
}
.detail_kiji #mainContentsInner {
	font-size:16px;
}
.detail_kiji #mainContentsInner .txt {
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
}


.detail_kiji .writer-detail{
	padding: 10px;
	margin: 10px 0;
	border: solid #eee 1px;
	text-align: left;
}
.detail_kiji .writer-detail span br{
	display: none;
}
.detail_kiji .writer-detail span [target="_blank"]{
	margin-top: 10px;
	display: inline-block;
}
.detail_kiji .writer-detail img{
	padding-right: 5px;
}

/*collabo-detail*/
.detail_kiji .collabo-detail{
	padding: 5px 0 15px;
	text-align: center;
}

.detail_kiji .title-ph-area{
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 8px;
	text-align: left;
}
.detail_kiji .title-ph-area .txt-orange{
	margin-top: 8px;
}
.detail_kiji .title-ph-area img.ph {
	width: 100%;
	height: auto;
}


.detail_kiji .title-text-area{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 12px;
	text-align: left;
}

.detail_kiji .photo-text{
	margin-bottom: 8px;
}
.detail_kiji .photo-text .ph{
	float: left;
	width: 33%;
	font-size: 16px;
	line-height: 1.5;
	padding-right: 8px;
}
.detail_kiji .photo-text .ph img.ph{
	margin-bottom: 8px;
}
.detail_kiji .photo-text .ph .txt-orange{
	margin: 0px 0 10px;
}

.detail_kiji .photo-column1{
	margin-bottom: 15px;
}
.detail_kiji .photo-column1 .txt-orange{
	font-size:14px;
	line-height: 1.2;
}

.detail_kiji .photo-column2 .odd,
.detail_kiji .photo-column2 .even{
	float: left;
	width: 49%;
	margin-bottom: 15px;
}
.detail_kiji .photo-column2 .even{
	float: right;
}

.detail_kiji .photo-column2 .odd img,
.detail_kiji .photo-column2 .even img{
	width: 100%;
}
.detail_kiji .photo-column2 .odd .txt-orange,
.detail_kiji .photo-column2 .even .txt-orange{
	font-size: 16px;
	line-height: 1.1;
	text-align: left;
}

.detail_kiji .ph-list-column3 .module{
	width: 32%;
	float: left;
	padding-left: 2%;
	font-szie:11px;
}

.detail_kiji .ph-list-column3 .module:first-child{
	padding-left: 0;
}

.detail_kiji .ph-list-column3 .module img{
	margin-bottom: 5px !important;
}

.detail_kiji .ph-list-column3 .module .txt-orange{
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px !important;
	display: inline-block;
}



.detail_kiji .ph-list-column4 .module{
	width: 23.5%;
	float: left;
	padding-left: 1.5%;
	font-szie:11px;
}

.detail_kiji .ph-list-column4 .module:first-child{
	padding-left: 0;
}

.detail_kiji .ph-list-column4 .module img{
	margin-bottom: 5px !important;
}

.detail_kiji .ph-list-column4 .module .txt-orange{
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px !important;
	display: inline-block;
}

.detail_kiji #mainContentsInner > div.txt-center > img{
	width:100%;
}

.detail_kiji #mainContentsInner > div.txt-center > a > img{
	width:100%;
}

.detail_kiji .video{
	margin-bottom: 10px;
}

.detail_kiji .embed{
	margin-bottom: 10px;
}

.detail_kiji .embed iframe{
	max-width: 100% !important;
}

.detail_kiji .conversation{
	margin-bottom: 8px;
}
.detail_kiji .conversation .ph{
	float: left;
	width: 15%;
	font-size: 16px;
	line-height: 1.5;
	padding-right: 8px;
}

.detail_kiji #mainContentsInner .conversation .text {
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
}

/*===================================================================
	frame-unit
	2015.12/24 add
===================================================================*/
.frame-unit{
	border:solid 1px #aaa;
	padding: 10px 10px 5px;
	margin: 25px 0;
	text-align: left;
}
.frame-unit img{
	width: 100%;
}
.frame-unit .spacer{
	height: 15px;
}

.frame-unit .ph{
	margin-bottom: 10px;
}

.frame-unit .txt{
	font-weight: normal;
	margin-top: -3px;
}


/*===================================================================
	links
	2015.12/24 add
===================================================================*/
.detail_kiji table.pageLink td{
	display: block;
	width: 100%;
}
.detail_kiji .links{
	position: relative;
	margin-bottom: 30px;
}
.detail_kiji .links:last-child{
	margin-bottom: 0;
}

.detail_kiji .links li{
	display: inline-block;
	display: none;
}
.detail_kiji .links li.select,
.detail_kiji .links li.AllPages,
.detail_kiji .links li:first-child ,
.detail_kiji .links li:last-child {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.detail_kiji .links li:first-child{
	float: left;
}
.detail_kiji .links li:last-child{
	float: right;
}
.detail_kiji .links li.select,
.detail_kiji .links li.AllPages{
	position: absolute;
	top: 2px;
	left: 50%;

}
.detail_kiji .links li.select{
	margin-left: -25px;
	font-weight: bold;
}
.detail_kiji .links li.AllPages span{
	padding-right: 5px;
}

.detail_kiji .links li a{
	display: block;
	padding: 0 3px;
	color: #000 !important;
}

.detail_kiji .links li.select a{
	pointer-events:none;
}
.detail_kiji .links li a.off{
	visibility:hidden
}

.detail_kiji .links li:first-child a,
.detail_kiji .links li:last-child a{
	position: relative;
	background: #faec0c;
	padding: 5px 10px;
	margin-left: 12px;
}
.detail_kiji .links li:last-child a{
	margin-left: 0;
	margin-right: 12px;
}


.detail_kiji .links li:first-child a:after{
	content:"";
	display:block;
	position:absolute;
	left:-12px;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 13px 15px 0;
	border-color: transparent #faec0c transparent transparent;
}

.detail_kiji .links li:last-child a:after{
	content:"";
	display:block;
	position:absolute;
	right:-12px;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 15px 13px;
	border-color: transparent transparent transparent #faec0c;
}






/*===================================================================
	ページ
	2015.12/24 add
===================================================================*/

.detail_kiji table.page td{
	display: block;
	width: 100%;
	text-align: center;
}

/*page*/
.detail_kiji .page{
	border-top: dotted 1px #aaa;
	border-bottom: dotted 1px #aaa;
	margin: 20px 0 20px;
}
.detail_kiji .page img{
	display: none;
}
.detail_kiji .page tr:nth-child(2) > td{
	text-align: center;
}
.detail_kiji .page tr:nth-child(2) > td:first-child > a{
	display: none;
}
.detail_kiji .page tr:nth-child(2) > td:last-child > a{
	display: none;
}

.detail_kiji .page tr a{
	font-size: 15px;
	padding: 10px;
	display: block;
	color: #0C00FF;
}

/*===================================================================
	関連記事
	2015.12/24 add
===================================================================*/
/*related*/
.detail_kiji .related img{
	display: none;
}
.detail_kiji .related br{
	display: none;
}
.detail_kiji .related{
	margin: 5px 0 15px;
}
.detail_kiji .related strong{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

.detail_kiji .related td{
	padding-bottom: 5px;
}

.detail_kiji .related a{
	position: relative;
	display: block;
	padding: 4px 0px 4px 15px;
	font-size: 15px;
	line-height: 1.2;
	color: #0C00FF;
}

.detail_kiji .related a:after{
	content:"";
	position:absolute;
	background-image: url("/smartphone/images/sprite.png");
	background-size: 171px auto;
	background-position: 0px -60px;
	background-repeat: no-repeat;
	display:block;
	width:15px;
	height:15px;
	left:0px;
	top:0;
	margin-top:5px;
}

/*.art_list_arrow li{

}
.artModule_list li:last-child{
	border: none;
}
.artModule_list li.adsInfo{
	border-bottom: 1px solid #818181;
	background-color: #ffff97;
}
.art_list_arrow li a{
	display: block;
	padding: 15px 15px 15px 30px;
}*/

/*===================================================================
	.detail_kiji .unit_sub
	2015.12/24 add
===================================================================*/
.detail_kiji .unit_sub{
	text-align: left;
}

.detail_kiji .unit_sub .module_box{
	padding: 5px 10px 8px;
}
.detail_kiji .unit_sub h3{
	background: #ffcc00;
	margin-bottom: 5px;
	font-weight: bold;
	font-size:15px;
}
.detail_kiji .unit_sub h3 span{
	display: block;
	padding: 5px;
}

/*sns*/
.detail_kiji .unit_sub.sub_sns{
	position: relative;
	min-height: 180px;
}
.detail_kiji .unit_sub.sub_sns .okg{
	width: 300px;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;

}

.detail_kiji .unit_sub.sub_sns .okg .okgBox{
	-webkit-transform-origin:top left;
	-moz-transform-origin:top left;
	transform-origin:top left;

	-webkit-transform:scale(1.4);
	-moz-transform:scale(1.4);
	transform:scale(1.4);
}



li.nifty-socialplugins-facebook {
	position: absolute;
	top: 0px;
	left: 110px;
}

li.nifty-socialplugins-google {
	position: absolute;
	top: 30px;
	left: 0;
}

li.nifty-socialplugins-hatena {
	position: absolute;
	top: 30px;
	left: 110px;
}


li.nifty-socialplugins-line {
	position: absolute;
	width: 110px;
	top: 60px;
	left: 0;

	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transform-origin:top left;
	-moz-transform-origin:top left;
	transform-origin:top left;
}


.pocket-btn {
	position: absolute;
	top: 60px;
	left: 110px;

	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transform-origin:top left;
	-moz-transform-origin:top left;
	transform-origin:top left;
}


/*info*/
.detail_kiji .unit_sub.info{
		line-height: 1.1;
	font-size: 16px;
}
.detail_kiji .unit_sub.info a{
	display: inline-block;
	text-align: center;
}
.detail_kiji .unit_sub.info img{
	margin-bottom: 5px;
}

/*read*/
.detail_kiji .unit_sub.read {
	margin-bottom: 10px;
}
.detail_kiji .unit_sub.read h3{
	margin-bottom: 0;
}

._popIn_recommend_container {
	zoom:1 !important;
}
._popIn_recommend_header {
	background-color: #fc0;
	border-bottom: 1pt solid #333;
	color: #000;
	font-size: 14px !important;
	font-weight: bold;
	line-height: 1.1;
	padding: 8px;
}
._popIn_recommend_articles {
	white-space: nowrap;
	position: relative;
	padding-bottom: 25px;
}
._popIn_recommend_article {
	display: block;
	white-space: normal;
	height: 94px;
	padding: 0px 10px 0px 8px;
	border-bottom: 1px solid #CCC;
	clear: both;
}
._popIn_recommend_art_title {
	height: 54px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
}
._popIn_recommend_art_title a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}
._popIn_recommend_art_category {
	background: #0E2860;
	font-size: 10px;
	color: #FFF;
	padding: 3px 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	display: none;
}
._popIn_recommend_art_date, ._popIn_recommend_art_media {
	margin: 5px 0px 0px 0px;
	font-size: 10px;
	color: #999;
	text-align: left;
}
._popIn_recommend_art_img {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
}
._popIn_recommend_art_img a {
	margin: 5px 0px;
	width: 80px;
	height: 80px;
	display: inline-block;
	overflow: hidden;
	background-position: top center;
	background-size: cover;
	opacity: 0;
	transition : opacity 500ms;
	-moz-transition : opacity 500ms;
	-o-transition : opacity 500ms;
	-webkit-transition : opacity 500ms;
}


._popIn_recommend_no_img {
	display: none;
}
._popIn_recommend_art_img a img {
	__display: none;
}


._popIn_recommend_credit {
	position: absolute;
	right: 10px;
	font-size: 10px;
	opacity: 0.6;
	bottom: 4px;

}
._popIn_recommend_credit_image {
	display: inline-block;
	width: 40px;
	height: 10px;
	margin: 2px 0 0 3px;
	background-image: url(//api.popin.cc/images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 40px 20px;
	vertical-align: text-top;
}


._popIn_idx1 {
	border-right: solid 1px #ccc;
}
._popIn_idx1, ._popIn_idx2 {
	width: 48%;
	display: inline-block;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	height: 215px;
	padding: 0px;
	overflow: hidden;
	vertical-align: top;
}
._popIn_idx1 ._popIn_recommend_art_img, ._popIn_idx2 ._popIn_recommend_art_img {
	display: block;
	float: none;
	width: auto;
	height: auto;
	border: none;
	margin: 0px 7px;
	text-align: center;
	overflow: hidden;
}
._popIn_idx1 ._popIn_recommend_art_img a, ._popIn_idx2 ._popIn_recommend_art_img a {
	width: 100%;
	max-width: 140px;
	height: 120px;
	display: inline-block;
	overflow: hidden;
	background-position: top center;
	background-size: cover;
}
._popIn_idx1 ._popIn_recommend_art_title, ._popIn_idx2 ._popIn_recommend_art_title {
	display: block;
	padding: 0px 10px 0px 10px;
	height: 54px;
}
._popIn_idx1 ._popIn_recommend_art_date, ._popIn_idx2 ._popIn_recommend_art_date {
	padding: 0px 0px 0px 10px;
}
._popIn_idx1 ._popIn_recommend_art_category, ._popIn_idx2 ._popIn_recommend_art_category {
	margin: 0px 0px 7px 10px;
}
._popIn_infinite_video {
	border-bottom: 1px solid #CCC;
}


/*adsection*/
#adsection{

}

/*dpz_top_link*/
.dpz_top_link{
	text-align: center;
}
.dpz_top_link a {
	display: block;
	padding: 10px;
	font-size: 16px;
	color: #0C00FF;
}