@charset "utf-8";

/*  INDEX LISTING ++++++++++++++++
	コラム
++++++++++++++++++++++++++++++++++ */
#col > header h1{
	padding:12px 6px;
	font-size:16px;
	color:#333;
	border-bottom:1px solid #fff;
	
	-webkit-box-shadow: 0px 1px 1px #c9c9c9;
	-moz-box-shadow: 0px 1px 1px #c9c9c9;
	box-shadow: 0px 1px 1px #c9c9c9;
	background:#c1cce2;
}

#col > header img{
	display:block;
	margin-top:3px;
	width:100%;
}

#thumbList article{
	margin:10px 6px;
	padding:6px;
	border:1px solid #d7d7d7;
	border-top-width:8px;
}


#thumbList article > a{
	position:relative;
	display:block;
	padding:0 28px 0 60px;
	min-height:70px;
	background:url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
	background-size: auto 13px;
	position:relative;
}


#thumbList article p{
	margin-top:4px;
	font-size:12px;
	color:#555;
}


#thumbList article img{
	position:absolute;
	left:0;
	top:0;
	width:50px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#thumbList article h2{ color:#333;}

#thumbList article ul{ 
	margin-top:8px;
	font-size:14px;
	border:1px solid #bbb;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#thumbList article li{
	border-top:1px solid #bbb;
	font-weight:bold;
	overflow:hidden;
}

#thumbList article li:first-child { border:none;}

#thumbList article li a{
	display:block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#thumbList article li a[href]{
	background:url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
	background-size: auto 13px;
	color: #011b8f;
	padding: 10px 25px 0px 10px;
	margin-bottom: 10px;
}



#thumbList article li strong{
	display:inline-block;
	margin:0 4px 0 0;
	line-height:1;
	padding:4px;
	font-size:10px;
	background-color:#c00;
	
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}




/*  CATEGORY INDEX +++++++++++++++
++++++++++++++++++++++++++++++++++ */

#columnBox h2{
	font-size:16px;
	background:#023d65 url(../../images/smartphone/icon_linkarrow-wht.png) no-repeat right center;
    background-size: auto 13px;
}

#columnBox h2 a{
	display:block;
	padding:8px 16px 8px 6px;
	color:#fff;
	
	-ms-text-overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

#columnBox h2 strong{
	display:inline-block;
	margin-right:4px;
	line-height:1;
	padding:4px;
	font-size:10px;
	background-color:#c00;
	
	color:#fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	position:relative;
	top:-2px;
}

#columnBox p{ padding:0 6px 16px 6px;}
#columnBox img{
	float:left;
	max-width:140px;
	max-height:140px;
	margin:0 10px 0 6px;
}


#columnBox time{
	display:block;
	padding:4px 6px 8px;
	text-align:right;
	font-size:12px;
	color:#666;
}



#columnBox > ul{ 
	margin-top:1px;
	font-size:16px;
}

#columnBox > ul li{
	border-top:1px solid #bbb;
	font-weight:bold;
	overflow:hidden;
	background:#fff;
}


#columnBox > ul a{
	display:block;
	padding:14px 31px 12px 6px;
	overflow:hidden;
	cursor:pointer;
	color:#000;
}

#columnBox > ul a[href]{
	background:url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
    background-size: auto 13px;
	color:#011b8f;
}




#columnBox footer ul{
	padding:12px 6px;
	background:#eee;
	border-top:1px dotted #bbb;
	border-bottom:1px solid #bbb;

	font-weight:normal;
	line-height:1;
	overflow:hidden;
}

#columnBox footer li{
	float:left;
	overflow:hidden;
}


#columnBox footer li:nth-child(1){ width:36%;}
#columnBox footer li:nth-child(2){ width:32%;}
#columnBox footer li:nth-child(3){ width:32%;}

#columnBox footer li a{
	display:block;
	padding:14px 0;
	background-size:auto 24px;
	background-repeat:no-repeat;
	color:#c3c3c3;
	overflow:hidden;
	vertical-align:middle;
	font-weight:bold;
}

#columnBox footer li:nth-child(1) a{
	margin-right:10px;

	background:#d2d2d2;
	border:1px solid #d2d2d2;
	color:#fff;
	text-align:center;

	-webkit-box-shadow:inset 0px 0px 1px 1px #fff;
    -moz-box-shadow:inset 0px 0px 0px 1px #fff;
	box-shadow:inset 0px 0px 0px 1px #fff;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#columnBox footer li:nth-child(1) a[href]{
	color:#fff;
	border:1px solid #044899;


	background-size:cover;
	background-color:#003a73;
	background-size:cover;
   	background-image:-webkit-gradient(linear, left top, left bottom, from(#1f5fa8), to(#003a73)); 
	background-image:-webkit-linear-gradient(top, #1f5fa8, #003a73);
	background-image:-moz-linear-gradient(top, #1f5fa8, #003a73);
	background-image:-o-linear-gradient(top, #1f5fa8, #003a73);
	background-image:linear-gradient(top, #1f5fa8, #003a73);
}


#columnBox footer li:nth-child(2) a{
	padding-left:30px;
	border-right:1px solid #ddd;
	background-image:url(../../images/smartphone/bt_r-l-gray.png);
	background-position:0 center;
}

#columnBox footer li:nth-child(3) a{
	padding-right:30px;
	text-align:right;
	border-left:1px solid #fff;

	background-image:url(../../images/smartphone/bt_r-r-gray.png);
	background-position:right center;
}

#columnBox footer li:nth-child(2) a[href]{ background-image:url(../../images/smartphone/bt_r-l.png) ; color:#011b8f; }
#columnBox footer li:nth-child(3) a[href]{ background-image:url(../../images/smartphone/bt_r-r.png) ; color:#011b8f; }






/*  COLUMN ARITCLE ++++++++++++++++++
+++++++++++++++++++++++++++++++++++++ */
#articleBox{
	margin-top:6px;
	padding-top:6px;
	overflow:hidden;
	
}

#articleBox h1,
#articleBox h2,
#articleBox h3{
	padding:8px 8px 6px;
	background:#fff;
	font-size:16px;
}

#articleBox h1 strong{
	display:inline-block;
	margin-right:4px;
	line-height:1;
	padding:4px;
	font-size:10px;
	background-color:#c00;
	
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	position:relative;
	top:-2px;
}

#articleBox header time{
	display:block;
	margin:5px 10px 0;
	font-size:12px;
	color:#555;
	text-align:right;
}


#articleBox > div > p,
#articleBox > div > ul,
#articleBox > p,
#articleBox > ul{
	margin:10px;
	font-size:15px;
	line-height:1.5;
}

#articleBox > p {
	text-indent: 1em;
}

#articleBox > div > figure,
#articleBox > figure{
	margin:10px;
	text-align:center;
}

#articleBox > div > figure.figR,
#articleBox > figure.figR{
    float:right; width:30%;
}
#articleBox > div > figure.figL,
#articleBox > figure.figL{
    float:left; width:30%;
}
#articleBox > div > figure.figC,
#articleBox > figure.figC{
    margin:10px 0; padding:0 10px;
}


#articleBox > div > figure img,
#articleBox > figure img{
    width:100%;
}

#articleBox figcaption{
	color:#666;
	padding-top:4px;
	font-size:10px;
	text-align:center;
}
/*
#articleBox > span{
	font-size:10px;
}
*/

#articleBox footer ul{
	padding:12px 6px;
	background:#eee;
	border-top:1px dotted #bbb;
	border-bottom:1px solid #bbb;

	font-weight:normal;
	line-height:1;
	overflow:hidden;
}

#articleBox footer li{
	float:left;
	overflow:hidden;
}



#articleBox footer li:nth-child(1){ width:36%;}
#articleBox footer li:nth-child(2){ width:32%;}
#articleBox footer li:nth-child(3){ width:32%;}

#articleBox footer li a{
	display:block;
	padding:14px 0;
	height:100%;
	background-size:auto 24px;
	background-repeat:no-repeat;
	color:#c3c3c3;
	overflow:hidden;
	vertical-align:middle;
	font-weight:bold;
}

#articleBox footer li:nth-child(1) a{
	margin-right:10px;

	background:#d2d2d2;
	border:1px solid #d2d2d2;
	color:#fff;
	text-align:center;

	-webkit-box-shadow:inset 0px 0px 1px 1px #fff;
    -moz-box-shadow:inset 0px 0px 0px 1px #fff;
	box-shadow:inset 0px 0px 0px 1px #fff;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#articleBox footer li:nth-child(1) a[href]{
	color:#fff;
	border:1px solid #044899;


	background-size:cover;
	background-color:#003a73;
	background-size:cover;
   	background-image:-webkit-gradient(linear, left top, left bottom, from(#1f5fa8), to(#003a73)); 
	background-image:-webkit-linear-gradient(top, #1f5fa8, #003a73);
	background-image:-moz-linear-gradient(top, #1f5fa8, #003a73);
	background-image:-o-linear-gradient(top, #1f5fa8, #003a73);
	background-image:linear-gradient(top, #1f5fa8, #003a73);
}


#articleBox footer li:nth-child(2) a{
	padding-left:30px;
	border-right:1px solid #ddd;
	background-image:url(../../images/smartphone/bt_r-l-gray.png);
	background-position:0 center;
}

#articleBox footer li:nth-child(3) a{
	padding-right:30px;
	text-align:right;
	border-left:1px solid #fff;

	background-image:url(../../images/smartphone/bt_r-r-gray.png);
	background-position:right center;
}

#articleBox footer li:nth-child(2) a[href]{ background-image:url(../../images/smartphone/bt_r-l.png) ; color:#011b8f; }
#articleBox footer li:nth-child(3) a[href]{ background-image:url(../../images/smartphone/bt_r-r.png) ; color:#011b8f; }



#col-pict{
	margin:6px 6px 20px;
	text-align:center;
}

#col-pict img{
	display:block;
	width:100%;
	margin-bottom:12px;
}

#col-pict > a{ text-decoration:underline; }
#col-pict figcaption{ margin-bottom:12px;}

#articleBox #paging{
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
#articleBox #paging li{
	display:inline-block;
    overflow:hidden;
}
#articleBox #paging li.n{
	border:1px solid #c1c1d1;
}
#articleBox #paging a,
#articleBox #paging span{
    font-size: 100%;
    display:block;
    height:3em;
    line-height:3em;
}
#articleBox #paging li.a span{
    color:#ccc;
}
#articleBox #paging li.n a,
#articleBox #paging li.n span{
    width:3em;
}
#articleBox #paging li.n span{
	background:#d3e2ef;
	font-weight:bold;
}

#writer{
	margin-top:1px;
	position:relative;
	min-height:126px;
    overflow: hidden;
}

#writer h3{
	padding:10px 6px;
	background:#bbb;
	color:#fff;

	background:#999;
}


#writer p{
	padding:4px 10px 10px;
	font-size:14px;
	line-height:1.5;
}

#writer figure{
	width:80px;
	float:left;
	margin:4px 10px 4px 4px;
	display:inline;
}

.yads_infeed {
  min-height: 76px;
}
#thumbList > .yads_infeed {
  border-top: 0 none;
}
.yads_infeed .yads_ad_img {
  width: 60px;
  height: 60px;
}

#thumbList article .m-idx .trigger {
  text-align: center;
  color: #011b8f;
  font-size: 14px;
  font-weight: bold;
  background: #eee;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 10px 0;
  display: block;
  margin-top: 8px;
}
#thumbList article .m-idx .hideList p {
  margin: 0 0 10px;
  padding-top: 10px;
  border-top: 1px solid #bbb;
  text-indent: 1em;
}
#thumbList article .m-idx .hideList.visible p {
  margin: 10px 0;
}
#thumbList article .m-idx .trigger span {
  display: block;
  line-height: 1;
}

.m-idx div.hideList {
  visibility: hidden;
  height: 0px;
  opacity: 0;
}
.m-idx div.hideList.visible {
  visibility: visible;
  height: initial;
  opacity: 1;
  transition: 0.5s;
}
