@charset 'UTF-8';

/* コラムページ用CSS */
/* ============================== */
/* Generic                        */
/* ============================== */

strong,
b {
    font-weight: bold;
}

/* ============================== */
/* Base                           */
/* ============================== */

.clearboth {
    clear: both;
    display: inline;
}

/* ============================== */
/* Objects                        */
/* ============================== */
/* article-wrap */

.article-wrap.watch {
	padding: 40px 20px;
}

.article .article-wrap {
	padding: 20px 20px 40px;
}

.article-wrap-b {
	background: transparent;
}

.article-box .imager span {
    color: #960;
    float: right;
    margin: 0px;
    padding: 0px 5px 5px;
}

.article-box .imagel span {
    color: #960;
    float: left;
    margin: 0px;
    padding: 0px 5px 5px;
}

.article-box .imager span img,
.article-box .imagel span img {
    margin-bottom: 3px;
}

.article-box.wp h2 {
	border-left: 5px solid #63a109;
	border-bottom: 1px solid #63a109;
	padding: .6em .8em;
	margin: 0;
}
.article-box.wp h2#h2_contents-global {
	border: none;
	padding: 0;
	margin: 40px 0;
}
.article-box.wp h3 {
	border-left: 5px solid #63a109;
	border-bottom: 1px dotted #63a109;
	padding: .6em .8em;
	margin: 0;
}

.article-box.wp .thum-img {
	text-align: center;
}

.article-box.wp img.floatright,
.article-box.wp p.imgR {
	float: right;
    margin: 0px 0px 10px 10px;
}

.article-box.wp img.floatleft,
.article-box.wp p.imgL {
	float: left;
    margin: 0px 10px 10px 0;
}

.article-box.wp p.imgR,
.article-box.wp p.imgL {
    font-size: 80%;
    color: #603913;
}

.article-box.wp table,
.article-box.wp tbody,
.article-box.wp tr,
.article-box.wp td {vertical-align: middle;}

.article-box .r250,
.article-box .r300,
.article-box .r350 {
    color: #960;
    display: block;
    font-size: 13px;
    float: right;
    margin-bottom: 5px;
    margin-left: 5px;
}

.article-box .l250,
.article-box .l300,
.article-box .l350 {
    color: #960;
    display: block;
    font-size: 13px;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

.r250, .l250 {width: 250px;}
.r300, .l300 {width: 300px;}
.r350, .l350 {width: 350px;}

.article-box.wp .r250 a:link,
.article-box.wp .r250 a:visited,
.article-box.wp .l250 a:link,
.article-box.wp .l250 a:visited,
.article-box.wp .r300 a:link,
.article-box.wp .r300 a:visited,
.article-box.wp .l300 a:link,
.article-box.wp .l300 a:visited,
.article-box.wp .r350 a:link,
.article-box.wp .r350 a:visited,
.article-box.wp .l350 a:link,
.article-box.wp .l350 a:visited {color: #36C;}

/* contents-wrap */
.contents-wrap {
	background: #fff;
	border-bottom: 1px #eee solid;
	padding: 20px;
}

/* list-a */
.list-a {
	letter-spacing: -0.4em;
}

.list-a > * {
	letter-spacing: normal;
}

.list-a > li {
	display: inline-block;
	margin: 0 0 24px;
	vertical-align: top;
	width: 50%;
}

*:first-child + html .list-a > li {
	display: inline;
	zoom: 1;
}

.list-a > li a {
	cursor: pointer;
	display: block;
}

.list-a > li a:link,
.list-a > li a:visited {
	color: #000;
}

.list-a > li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.list-a-unit-1 {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	width: 181px;
}

*:first-child + html .list-a-unit-1 {
	display: inline;
	zoom: 1;
}

.noimage .list-a-unit-1 {
	display: none;
}

.list-a-unit-1-in {
	background: #fff;
	border: none;
	max-height: 120px;
	width: 175px;
}

.list-a-unit-1-in img {
	max-height: 120px;
	max-width: 175px;
}

.list-a-unit-2 {
	display: inline-block;
	overflow: hidden;
	padding: 0 0 0 5px;
	vertical-align: top;
	width: 130px;
}

*:first-child + html .list-a-unit-2 {
	display: inline;
	zoom: 1;
}

.list-a-unit-2 .category {
	margin: 15px 0 0;
}

.noimage .list-a-unit-2 {
	padding: 0 5px 0 0;
	width: 100%;
}

/* list-b */
.list-b > li {
	display: block;
	margin: 10px 0 0;
	width: 100%;
}

.list-b > li a {
	cursor: pointer;
	display: block;
}

.list-b > li a:link,
.list-b > li a:visited {
	color: #000;
}

.list-b > li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.list-b > li:first-child {
	margin: 0;
}

.list-b-unit .category {
	display: inline-block;
	width: 85px;
}

*:first-child + html .list-b-unit .category {
	display: inline;
	zoom: 1;
}

.list-b-unit .title {
	display: inline-block;
	line-height: 1.6;
	vertical-align: top;
	width: 550px;
}

*:first-child + html .list-b-unit .title {
	display: inline;
	zoom: 1;
}

/* list-c */
/*#new_column_list .list-c {
	display: none;
}
*/
.list-c > li {
	background: #fff;
	border-bottom: 1px #eee solid;
	cursor: pointer;
	display: block;
	letter-spacing: -0.4em;
	margin-top: 3px;
	padding: 20px 20px 10px;
}

.list-c > li > * {
	letter-spacing: normal;
}

.list-c > li a {
	cursor: pointer;
	display: block;
}

.list-c > li a:link,
.list-c > li a:visited {
	color: #000;
}

.list-c > li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

*:first-child + html .list-c > li {
	padding: 10px 20px;
}

.list-c > li:first-child {
	margin: 0;
}

.list-c-unit-1 {
	float: right;
	margin: 0 0 0 5px;
	text-align: center;
	vertical-align: top;
	width: 150px;
}

.taglist .list-c-unit-1 {
	display: none;
}

.noimage .list-c-unit-1 {
	display: none;
}

.list-c-unit-1-in {
	background: #ccc;
	max-height: 150px;
	width: 150px;
}

.list-c-unit-1-in img {
	max-height: 150px;
	max-width: 150px;
}

.list-c-unit-2 {
	vertical-align: top;
	width: 470px;
}

.list-c-unit-2 a:hover {
	text-decoration: none;
}

.taglist .list-c-unit-2 {
	padding: 0;
	width: auto;
}

.noimage .list-c-unit-2 {
	width: 100%;
}

.taglist .list-c-unit-2-in {
	padding: 0;
}

.list-c-unit-2-in .category {
	display: inline-block;
	margin: 0 0 15px;
	vertical-align: top;
	width: 85px;
}

*:first-child + html .list-c-unit-2-in .category {
	display: inline;
	zoom: 1;
}

.list-c-unit-2-in .category .label {
	margin: 0 10px 0 0;
}

.list-c-unit-2-in .title {
	display: inline-block;
	vertical-align: top;
	/*width: 460px;*/
	width: 100%;
}

*:first-child + html .list-c-unit-2-in .title {
	display: inline;
	zoom: 1;
}

.category .list-c-unit-2-in .title,
.taglist .list-c-unit-2-in .title {
	width: 100%;
}

.category .list-c-unit-2-in .text,
.taglist .list-c-unit-2-in .text {
	margin: 10px 0 0;
}

/* list-d */
.list-d {
	overflow: hidden;
}

.list-d > li.photo {
	float: right;
	text-align: center;
	width: 187px;
}
.list-d > li.photo img {
	max-width: 187px;
}

.list-d > li.title {
	width: 440px;
}

.list-d > li.text {
	margin-top: 30px;
	width: 440px;
}

.list-d > li.sup {
	margin-top: 15px;
	width: 440px;
}

.list-d > li.button {
	margin-top: 20px;
	width: 440px;
}

.list-d.noimage > li.photo {
	display: none;
}

.list-d.noimage > li.title,
.list-d.noimage > li.text,
.list-d.noimage > li.sup,
.list-d.noimage > li.button {
	width: 100%;
}

/* list-category */
.list-category > li {
	display: inline-block;
	padding: 0 25px 0 20px;
	position: relative;
	vertical-align: middle;
}

*:first-child + html .list-category > li {
	display: inline;
	zoom: 1;
}

.list-category > li:before {
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	text-decoration: none;
	z-index: 2;
}

.list-category > li:before {
	color: #63a109;
	content: '\f054';
	font-size: 12px;
	left: 0;
	margin-top: -6px;
	top: 50%;
}

*:first-child + html .list-category > li {
	vertical-align: baseline;
}

/* list-tag */
.list-tag {
	letter-spacing: -0.4em;
	margin: 10px 0 0 -5px;
}

.list-tag > * {
	letter-spacing: normal;
}

/* list-article-header */
.list-article-header {
	/*overflow: hidden;*/
	margin-bottom: 15px;
}

*:first-child + html .list-article-header {
	zoom: 1;
}

.list-article-header:after {
	clear: both;
	content: '';
	display: table;
}

.list-article-header > li.label {
	display: block;
    float: left;
    padding: 0;
    margin-right: 10px;
}

.list-article-header > li.label span {
    display: block;
    padding: 7px 0;
	width: 75px;
}

.list-article-header > li.date {
	float: left;
	margin: 6px 0 0;
}

.list-article-header > li.logo-cp {
	float: right;
}

.list-article-header > li.logo-cp img {
	max-height: 24px;
	max-width: 120px;
}

/* ============================== */
/* Components                     */
/* ============================== */
/* header */
h1.ttl-a {
	margin: 12px 0 0;
	line-height: 1.2;
}

.ttl-b {
	border-bottom: 2px #63a109 solid;
	font-size: 16px;
	margin: 32px 0 0;
	padding: 8px 0 6px;
}

.ttl-b strong {
	font-weight: bold;
}

.ttl-b a {
	font-weight: bold;
}

.ttl-b a:link,
.ttl-b a:visited {
	color: #000;
	text-decoration: none;
}

.ttl-b a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

/* content title */
.in-ttl-a {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}

a:hover .in-ttl-a {
	opacity: 0.8;
	text-decoration: underline;
}

.in-ttl-a a {
	font-weight: bold;
}

.in-ttl-a a:link,
.in-ttl-a a:visited {
	color: #000;
	text-decoration: none;
}

.in-ttl-a a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.in-ttl-b {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

a:hover .in-ttl-b {
	opacity: 0.8;
	text-decoration: underline;
}

.in-ttl-b a {
	font-weight: bold;
}

.in-ttl-b a:link,
.in-ttl-b a:visited {
	color: #000;
	text-decoration: none;
}

.in-ttl-b a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.in-ttl-c {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}

a:hover .in-ttl-c {
	opacity: 0.8;
	text-decoration: underline;
}

.in-ttl-c a {
	font-weight: bold;
}

.in-ttl-c a:link,
.in-ttl-c a:visited {
	color: #000;
	text-decoration: none;
}

.in-ttl-c a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.in-ttl-d {
	font-size: 15px;
}

.in-ttl-d a {
	border-bottom: 1px #666 dotted;
	font-weight: bold;
	line-height: 1.6;
}

.in-ttl-d a:link,
.in-ttl-d a:visited {
	color: #000;
	text-decoration: none;
}

.in-ttl-d a:hover {
	border-bottom: 1px #666 solid;
	opacity: 0.8;
	text-decoration: none;
}

/* category title */
.cat-ttl-a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}

.cat-ttl-a a {
	font-weight: bold;
}

.cat-ttl-a a:link,
.cat-ttl-a a:visited {
	color: #000;
	text-decoration: none;
}

.cat-ttl-a a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

/* date */
.date-a {
	color: #999;
	font-size: 14px;
}

.date-b {
	color: #666;
	font-size: 13px;
}

/* sup */
.sup-a {
	color: #666;
	font-size: 12px;
	text-align: right;
}

/* caption */
.caption-a {
	color: #666;
	font-size: 12px;
	line-height: 1.2;
	padding: 13px 0 0;
	text-align: center;
}

/* label */
.label {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 12px;
	line-height: 1;
	margin: 0;
	padding: 6.5px 0;
	text-align: center;
	width: 75px;
}

*:first-child + html .label {
	display: inline;
	zoom: 1;
}

.label-entame {
	background: #f13a96;
}

.label-life {
	background: #eec70d;
}

.label-leisure {
	background: #dc760f;
}

.label-business {
	background: #0595ae;
}

/* button more */
.btn-more-a {
	background: #63a109;
	display: block;
	font-size: 16px;
	text-align: center;
	width: 100%;
	hover-opacity: 0.8;
}

.btn-more-a a {
	display: block;
	padding: 17px 0;
	position: relative;
}

.btn-more-a a:link,
.btn-more-a a:visited {
	color: #fff;
	text-decoration: none;
}

.btn-more-a a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.btn-more-a a:before {
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	text-decoration: none;
	z-index: 2;
}

.btn-more-a a:before {
	color: inherit;
	content: '\f054';
	font-size: 10px;
	margin-top: -5px;
	right: 50%;
	top: 50%;
}

.btn-more-a a:before {
	margin-right: -6em;
}

.btn-more-a.txt7 a:before {
	margin-right: -7em;
}

.list-d.noimage .btn-more-a {
	margin: 0 auto;
	width: 440px;
}

/* tag */
.tag {
	cursor: pointer;
	display: inline-block;
	margin: 5px 5px 0;
	padding: 0 20px;
}

*:first-child + html .tag {
	display: inline;
	zoom: 1;
}

.tag a {
	display: block;
	padding: 9px 0 8px;
	width: 100%;
}

.tag a:link,
.tag a:visited {
	color: #fff;
	text-decoration: none;
}

.tag a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

/*---pick up------*/

#pickup-column-top {
    padding: 20px 0 0;
    background: #ffffff;
}

.pickup-list-in a {
    color: #000;
    display: inline-block;
    overflow: visible;
}

.pickup-list-in a:hover {
    opacity: 0.8;
	text-decoration: none;
}

.pickup-list-unit1 {
    background: #eee;
    display: table-cell;
    /*display: inline-block\9;*/
    *display: block;
    position: relative;
    text-align: center;
    height: 144px;
    vertical-align: middle;
    width: 216px;
}

.pickup-list-unit1 img {
    *display: inline;
    max-height: 143px;
    max-width: 214px;
    vertical-align: middle;
    zoom: 1;
}

.pick-new {
    background: #ffff00;
    color: red;
    display: block;
    left: -8px;
    padding: 5px 0;
    position: absolute;
    top: -8px;
    width: 56px;
    z-index: 10;
}

.pick-new::after {
    border-left: 8px solid transparent;
    border-top: 8px solid #ebeb04;
    bottom: -8px;
    content: "";
    left: 0px;
    position: absolute;
}

.pick-category {
    color: #ffffff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
}

.pickup-list-unit2 {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    min-height: 63px;
    overflow: hidden;
    width: 214px;
}

.pick-title {
    color: #333;
    padding: 10px 5px;
    line-height: 1.4;
    height: 34px;
    *height: 54px;
    overflow: hidden;
}

.pickup-list {
    margin-left: -18px;
    zoom: 1;
}

.pickup-list-in {
    float: left;
    margin: 0 0 20px 18px;
    width: 216px;
}

.list-more {    
    margin: 25px auto;
    width: 60%;
}

.list-more a{
    background: #63A109;
    border: 1px #63A109 solid;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 17px 0;
    text-align: center;
}

.list-more a:hover {
    background: #70ad16;
    border: 1px #63A109 solid;
    text-decoration: none;
}

/*------column genre list-------*/
.genre {
    padding: 20px 0;
}

.genre a {
    color: #fff;
    font-size: 16px;
}

.list-genre {
    width:102%;
	*width:100%;
    zoom: 1;
}

.list-genre li {
    box-sizing: border-box;
    float: left;
    text-align: center;
    /*width: 25%;*/
    width: 23%;
    margin-right: 2%;
}

.list-genre a {
    display: block;
    padding: 10px 0;
}

.list-genre a:hover {
    opacity: 0.8;
}

.life {
    background: rgba(238, 199, 13, 0.85);
    background: #EEC70D\9;
}

.entame {
    background: rgba(241, 58, 150, 0.85);
    background: #F13A96\9;
}

.leisure {
    background: rgba(220, 118, 15, 0.85);
    background: #DC760F\9;
}

.business {
    background: rgba(5, 149, 174, 0.85);
    background: #0595AE\9;
}

/*------page tag list--------*/

.article-wrap .taglist {
    margin: 20px 5px 0;
}
.taglist dt {
    font-size: 16px;
    margin: 0 0 0 -5px;
    padding: 20px 0;
}

label.columntagpaget {
    margin: 36px 0 -15px 0 !important;
}

label.columntagpaget.menu a.tag {    
    margin: 0 !important;
}
/*------column tag list-------*/


.menu {
    margin: 20px 5px ;
}

.article-wrap .menu {
    margin: 20px 5px 0;
}

.alltag .menu {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.fa {
	color: #3a9e30;
    padding-right: 6px;
    }
.menu label {
    font-size: 16px;
    margin: 0 0 0 -5px;
    padding: 20px 0;
}
.menu input {
	display: none;
}
.menu label {
   display: block;
    margin: 0 0 2px 0;
	padding: 12px 0 10px 12px;
    line-height: 1;
	color :#63A109;
    background :#fff;
	cursor :pointer;
	font-weight:bold;
}
.menu label a {
   	display: block;
    margin: 0 0 2px 0;
	padding: 20px 0 0;
    line-height: 1;
	color :#000000;
    background :#fff;
	cursor :pointer;
	font-weight:bold;
}
.menu li a:link,
.menu li a:visited {
	border-bottom: 1px dotted #63A109;
	color: #000;
}

.menu li a:hover {
	border-bottom: 1px solid #63A109;
	color: #666;
	text-decoration: none;
}

.menu a.tag {
    color: #696969;
    font-size: 14px;
    padding: 15px 0px 6px 0px !important;
    margin: 0 10px 5px;
    border-bottom: 1px solid #727272;
}

 a.tag:hover { 
    color: #429602 !important;
    text-decoration: none;
    border-bottom: 1px dotted #63A109;
}


.menu li {
    display: inline-block;
    *float: left;
    *display: inline;
    zoom: 1;    
}
label.pcnone {
	display:none;
}

/*.taglist {
    margin: 20px 5px ;
}

.article-wrap .taglist {
    margin: 20px 5px 0;
}

.alltag .taglist {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
i.fa.fa-hashtag {
    color: #3a9e30;
    padding-right: 6px;
}
.taglist dt {
    font-size: 16px;
    margin: 0 0 0 -5px;
    padding: 20px 0;
}

.taglist dt a:link,
.taglist dt a:visited {
	color: #63A109;
    font-weight: bold;
}

.taglist dt a:hover {
	color: #666;
	text-decoration: none;
}

.taglist a.tag {
    background: #fff;
	border-bottom: 1px dotted  #63A109;
    color: #333;
    font-size: 14px;
    padding: 10px 5px;
    margin: 0 8px 20px;
}

.taglist a.tag:hover { 
    color: #63A109;
   	border-bottom: 1px solid  #63A109;
    text-decoration: none;
}

.taglist dd {
    display: inline-block;
    *float: left;
    *display: inline;
    zoom: 1;
}

.taglist li {
	display: inline-block;
	*float: left;
	*display: inline;
	zoom: 1;
}

*//*-----credit-----*/


.copyco {
	font-size: 11px;
    margin: 1px;
    text-align: right;
    float: right;
    color: #333;
    line-height: 1.3;
}

/*------cp area-------*/
.cp-header {
    margin-top: 12px;
}

.cp-footer {
    margin-top: 30px;
    background: #fff;
}

.cp-footer.article {
    margin-top: -18px;
}

.cp-footer .ip_prof {
    background:#f5ffdf;
    border:1px solid #bada59;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
}

.cp-footer .ip_prof span {
    float: left;
    margin: 0;
    padding: 0 5px 5px;
    text-align: center;
}

.cp-footer .ip_prof strong {
    font-weight: bold;
}

/* ------tag-area-------*/
.tag-area .tagimagearea img {
	margin: 10px 10px 10px 0px;
	float:left;
}
.tag-area .tagtextarea {
	margin:8px
}
.tag-area .tagtextarea a:link {
	font-weight: bold;
	color: #000000;
}


/* ============================== */
/* trumps                         */
/* ============================== */
@media screen and (max-width: 599px) {
	/* ============================== */
	/* Generic                        */
	/* ============================== */
    div { max-width: 100% !important;}
	/* ============================== */
	/* Base                           */
	/* ============================== */
	/* ============================== */
	/* Objects                        */
	/* ============================== */
	label.spnone {
    display: none !important;
}
	/* article-wrap */
	.article-wrap {
		border-bottom: 0;
		padding: 0;
	}

    .article-wrap .taglist {
        margin: 20px 0;
    }

    .top-taglist dt {
        margin: 0;
    }

    .taglist dt {
        margin: 0;
    }

    .taglist a.tag {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        box-sizing: border-box;
        width: 100%;
        font-size: 90%;
        padding: 15px 10px;
        text-align: center;
        margin: 3px 0;
    }
    
    .taglist dd {
        box-sizing: border-box;
        padding: 0 5px;
        margin: 5px auto;
        width: 49%;
    }

	.article-wrap.watch {
		padding: 20px 10px;
	}

	.article .article-wrap {
		padding: 0 0 20px;
	}

	/* contents-wrap */
	.contents-wrap {
		background: #fff;
		border-bottom: 0;
		padding: 10px;
	}

	.contents-wrap.category {
		padding: 8px 10px;
	}

	/* list-a */
	.list-a > li {
		display: table;
		margin: 0;
		padding: 10px;
		position: relative;
		width: 100%;
	}

	.list-a > li:before {
		display: block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		position: absolute;
		text-decoration: none;
		z-index: 2;
	}

	.list-a > li:before {
		color: #999;
		content: '\f054';
		font-size: 14px;
		margin-top: -7px;
		right: 115px;
		top: 50%;
	}

	.list-a > li:nth-child(2n) {
		background: #f9f9f9;
	}

	.list-a > li a {
		display: -moz-box;
		display: -webkit-box;
	}

	.list-a > li.noimage {
		position: relative;
	}

	.list-a > li.noimage:before {
		display: block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		position: absolute;
		text-decoration: none;
		z-index: 2;
	}

	.list-a > li.noimage:before {
		color: #999;
		content: '\f054';
		font-size: 14px;
		margin-top: -7px;
		right: 10px;
		top: 50%;
	}

	.list-a-unit-1 {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		display: block;
		width: 100px;
	}

	.list-a-unit-1 img {
		max-height: 100px;
		max-width: 100px;
	}

	.noimage .list-a-unit-1 {
		display: none;
	}

	.list-a-unit-1-in {
		border: 0;
		max-height: 100px;
		width: 100px;
	}

	.list-a-unit-2 {
		-moz-box-flex: 1;
		-webkit-box-flex: 1;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		display: block;
		padding: 0 15px 0 0;
		width: auto;
	}

	.list-a-unit-2 ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.list-a-unit-2 .title {
		-webkit-box-ordinal-group: 3;
		margin: 5px 0 0;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.list-a-unit-2 .category {
		-webkit-box-ordinal-group: 2;
		margin: 0;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	/* list-b */
	.list-b > li {
		margin: 0;
		padding: 10px 30px 10px 10px;
		position: relative;
		width: auto;
	}

	.list-b > li:before {
		display: block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		position: absolute;
		text-decoration: none;
		z-index: 2;
	}

	.list-b > li:before {
		color: #999;
		content: '\f054';
		font-size: 14px;
		margin-top: -7px;
		right: 10px;
		top: 50%;
	}

	.list-b > li:nth-child(2n) {
		background: #f9f9f9;
	}

	.list-b-unit .category {
		display: block;
		width: 100%;
	}

	.list-b-unit .title {
		display: block;
		margin: 5px 0 0;
		width: 100%;
	}

	/* list-c */
	.list-c > li {
		border-bottom: 0;
		display: table;
		margin: 0;
		padding: 10px;
		position: relative;
		table-layout: fixed;
		width: 100%;
	}

	.list-c > li:before {
		display: block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		position: absolute;
		text-decoration: none;
		z-index: 2;
	}

	.list-c > li:before {
		display: none;
/*		color: #999;
		content: '\f054';
		font-size: 14px;
		margin-top: -7px;
		right: 125px;
		top: 50%;*/
	}

	.list-c > li:nth-child(2n) {
		background: #f9f9f9;
	}

	.list-c > li a {
		display: -moz-box;
	}

	.list-c > li.noimage {
		position: relative;
	}

	.list-c > li.noimage:before {
		display: block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		position: absolute;
		text-decoration: none;
		z-index: 2;
	}

	.list-c-unit-1-in img {
		max-height: 100px;
		max-width: 150px;
	}

	.list-c-unit-1 {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		display: block;
		float: left;
		margin: 0;
		width: 100px;
	}

	.noimage .list-c-unit-1 {
		display: none;
	}

	.list-c-unit-1-in {
		max-height: 100px;
		width: 100px;
	}

	.list-c-unit-1-in img {
		max-height: 100px;
		max-width: 100px;
	}

	.list-c-unit-2 {
		-moz-box-flex: 1;
		-webkit-box-flex: 1;
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		display: block;
		padding: 0 20px 0 0;
		vertical-align: top;
		width: auto;
	}

	.list-c-unit-2 a:hover {
		text-decoration: none;
	}

	.taglist .list-c-unit-2,
	.noimage .list-c-unit-2 {
		padding: 0;
		vertical-align: middle;
		width: 100%;
	}

	.list-c-unit-2-in {
		padding: 0 0 5px 123px;
	}

	.taglist .list-c-unit-2-in,
	.noimage .list-c-unit-2-in {
		padding: 0 15px 0 0;
	}

	.list-c-unit-2-in:before {
		content: '';
	}

	.list-c-unit-2-in .category {
		display: block;
		margin: 0;
		width: 100%;
	}

	.list-c-unit-2-in .category .label {
		margin: 0;
	}

	.list-c-unit-2-in .title {
		display: block;
		line-height: 1.4;
		margin: 5px 0 0;
		width: 100%;
	}

	.list-c-unit-2-in .title a {
		display: block;
	}

	.taglist .list-c-unit-2-in .title {
		margin-bottom: 0;
	}

	.list-c-unit-2-in .text {
		display: none;
		line-height: 1.4;
		margin: 10px 0 0;
		width: 100%;
	}

	.taglist .list-c-unit-2-in .text {
		display: none;
	}

	.list-c-unit-2-in .date {
		margin: 10px 0 0;
	}

	.list-c-unit-2-in .sup {
		display: none;
		margin: 10px 0 0;
	}

	/* list-d */
	.list-d {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.list-d > li.photo {
		-webkit-box-ordinal-group: 3;
		float: none;
		margin: 20px 0 0;
		text-align: center;
		width: 100%;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.list-d > li.title {
		-webkit-box-ordinal-group: 2;
		width: 100%;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.list-d > li.text {
		-webkit-box-ordinal-group: 4;
		margin: 20px 0 0;
		width: 100%;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.list-d > li.sup {
		-webkit-box-ordinal-group: 5;
		width: 100%;
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.list-d > li.button {
		-webkit-box-ordinal-group: 6;
		margin: 15px 0 0;
		width: 100%;
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	/* list-e */
	.list-e > li {
		margin-top: 0;
		padding: 10px 10px 10px 25px;
	}

	.list-e > li:nth-child(2n) {
		background: #f9f9f9;
	}

	.list-e > li:before {
		left: 10px;
		top: 1.5em;
	}

	/* list-category */
	.list-category > li {
		padding: 7px 20px 7px 10px;
	}

	/* list-tag */
	.list-tag {
		margin: 10px 5px 0;
	}

	/* list-article-header */
	.list-article-header {
		background: #fff;
		display: table;
		height: 50px;
		width: 100%;
		margin-bottom: 0;
	}

	.list-article-header > li.date {
		display: table-cell;
		float: none;
		margin: 0;
		padding: 0 0 0 10px;
		vertical-align: middle;
	}

	.list-article-header > li.logo-cp {
		display: table-cell;
		float: none;
		padding: 0 10px 0 0;
		text-align: right;
		vertical-align: middle;
	}

	/* ============================== */
	/* Components                     */
	/* ============================== */
	/* header */
	h1.ttl-a {
		margin-top: 0;
	}

	.ttl-b {
		border-bottom: 1px #63a109 solid;
		font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
		margin: 0;
		padding: 15px 10px 8px;
	}
    
    .article-box .imager span,
    .article-box .imagel span,
    .article-box.wp p.imgR, 
    .article-box.wp p.imgL {
        display: block;
        float: none;
        margin: 0;
        text-align: center !important;
        width: 100% !important;
    }
	
	.article-box.wp img.floatright,
	.article-box.wp img.floatleft {
		display: block;
		float: none;
        text-align: center !important;
		max-width: 100% !important;
		margin: 0 auto;
	}

    .article-box .r250,
    .article-box .r300,
    .article-box .r350,
    .article-box .l250,
    .article-box .l300,
    .article-box .l350 {
        float: none;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

	/* content title */
	.in-ttl-a {
		font-size: 18px;
	}

	.in-ttl-b {
		font-size: 15px;
	}

	.in-ttl-c {
		font-size: 15px;
		line-height: 1.6;
	}

	.in-ttl-d {
		font-size: 15px;
	}

	/* category title */
	.cat-ttl-a {
		font-size: 15px;
	}

	/* text */
	.text-a {
		display: none;
	}

	/* lead text */
	.lead-text-a {
		background: #fff;
		font-size: 14px;
		padding: 11px 10px;
	}

	/* date */
	.date-a {
		color: #333;
		font-size: 11px;
	}

	.date-b {
		color: #666;
		font-size: 12px;
	}

	/* sup */
	.sup-a {
		color: #666;
		font-size: 12px;
		text-align: right;
	}

	/* caption */
	.caption-a {
		display: none;
	}

	/* label */
	.label {
		display: table-cell;
		height: 25px;
		line-height: 1;
		padding: 0;
		vertical-align: middle;
	}

	.label-entame {
		font-size: 12px;
	}

	.label-life {
		font-size: 12px;
	}

	.label-leisure {
		font-size: 12px;
	}

	.label-business {
		font-size: 12px;
	}

    .list-article-header > li.label {
        display: table-cell;
        float: none;
    }

    .list-article-header > li.label span {
        margin-left: 5px;
    }

	/* button more */
	.btn-more-a,
    .list-d.noimage .btn-more-a {
		border-radius: 3px;
		font-size: 13px;
		margin: 0 auto;
		width: 260px;
	}

    #pickup-column-top {
        padding: 20px 8px;
    }

    .pickup-list {
        margin: 0;
        width: 100%;
    }

    .pickup-list-in {
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
        padding: 0 7px 10px;
        position: relative;
        margin: 0 0 10px;
        width: 100%;
    }

    .pickup-list-in:before {
		display: block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		position: absolute;
		text-decoration: none;
		z-index: 2;
	}

	.pickup-list-in:before {
		color: #999;
		content: '\f054';
		font-size: 14px;
		margin-top: -7px;
		right: 0;
		top: 50%;
	}

    .pickup-list-in a {
        width: 100%;
        display: table;
        table-layout: fixed;
    }

    .pickup-list-unit1 {
        display: table-cell;
        height: 80px;
        width: 120px;
    }

    .pickup-list-unit1 img {
        max-height: 80px;
        max-width: 100%;
    }

    .pickup-list-unit2 {
        display: table-cell;
        border: none;
        overflow: visible;
        vertical-align: middle;
        width: 100%;
    }

    .pick-title {
        height: auto;
        font-size: 14px;
        line-height: 1.4;
    }

    .pick-new,
    .pick-category {
        font-size: 11px;
        padding: 3px 5px 4px;
        width: auto;
    }

    .genre a {
        font-size: 13px;
    }

    .list-genre {
        margin: 0 10px;
        width: auto;
    }

    .list-genre a {
        margin: 0;
        padding: 15px 0;
    }

    .cp-header,
    .cp-footer,
    .cp-footer.article {
        margin-top: 0;
        width: 100%;
    }

    .cp-footer .ip_prof {
        font-size: 13px;
    }

    .cp-footer .ip_prof span {
        max-width: 40%;
    }

    .cp-footer .ip_prof span img {
        max-width: 100%;
    }

    .cp-header img,
    .cp-footer img {
        height: auto;
        max-width: 100%;
    }

    .list-more {
        width: auto;
    }

    .list-more a {
        font-size: 13px;
    }

    .list-more>a {
        width: 260px;
        margin: 0 auto;
    }

/*credit*/


.copyco {
    font-size: 6px;
    margin: 5px 1px 15px;
}
/*tagpage */



.menu label  {    padding: 20px;
    border-bottom: 1px dotted #63A109;
    display: block;
    margin: 0;
    border: 1px solid #fff;
}

input[type="checkbox"].on-off{
    display: none !important;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 5px;
    color: #999 !important;
}
.menu ul li a:link,
.menu ul li a:visited 
 {color:#000000;}
input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden !important;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}
}
