﻿@charset "utf-8";

/* PC tablet
------------------------------------------------------------- */
@media screen and (min-width: 751px) {
/* article list
--------------------------- */
#slider > div {
    float: left;
    width: 434px !important;
    height: 360px;
    padding: 20px 20px 10px;
    border: solid 10px;
    border-radius: 1em;
    background-color: #fff;
    position: relative;
}
#slider > div + div {
    float: right;
    width: 434px !important;
    height: 360px;
}
#slider .obi {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 20px;
    color: #fff;
    text-align: center;
}
#slider h1, #slider .lab_top_title_slider {
    margin: 10px 0 2px;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}

#articles article, #articles .art_list {
    width: 284px;
    height: 280px;
    padding: 30px 10px 10px;
    background: #ffffff;
    border: solid 10px;
    border-radius: 1em;
    margin: 0 0 20px 0;
    position: relative;
}
#articles article .obi, #articles .art_list .obi {
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 20px;
    color: #fff;
    text-align: center;
}
#articles #container {
    width: 1000px;
    margin: 0 auto 60px;
    padding: 20px 0 0;
}


/* article detail
--------------------------- */
#article {
    width: 860px;
    margin: 15px auto 0;
    color: #333333;
    font-size: 17px;
    line-height: 24px;
    position: relative;
    padding: 20px 20px 10px;
    border: solid 10px;
    border-radius: 1em;
    background-color: #fff;
}
#article .obi2 {
    margin-top: 0px;
    display: inline-block;
    width: 800px;
    height: 60px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    outline: none;
    border-radius: 0.8em;
    font-size: 20px;
    color: #fff;
    background: url(/lab/karaagekun/img/obi2.png) no-repeat;
}
.pagenation .post_before, .pagenation .post_next {
    display: block;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pagenation li, .pagenation li a {
    color: #e60012;
}
#return {
    text-align: center;
}
#return a {
    display: inline-block;
    width: 400px;
    height: 60px;
    margin: 0;
    padding-top: 0;
    overflow: visible;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    border: solid 5px #fff;
    border-radius: 0.8em;
    font-size: 16px;
    color: #fff;
    background : initial;
}
#return a, #return a::before, #return a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#return a::before, #return a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

/*最新記事
-------------- */
#saishin {
	width: 1000px;
	margin: 30px auto 0;
}
#saishin ul:after {
	content: "";
	display: block;
	clear: both;
}
#saishin h1, #saishin .saishin_title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#saishin ul {
	padding: 23px 0 20px;
}
#saishin li {
	width: 205px;
	float: left;
 padding:10px 10px 0;
 background: #ffffff;
 border:solid 5px;
 border-radius:1em;
}
#saishin li + li {
	margin-left: 20px;
}
#saishin li p {
	margin: 0;
}
#saishin .photo {
	margin-bottom: 4px;
}
#saishin .photo img, #saishin img.photo {
	width: 205px;
	border-radius:1em;
}
#saishin .date {
	font-size: 14px;
}
#saishin .title a, #saishin .title {
	color: #333333;
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	overflow: hidden;
	padding-bottom: 9px;
	margin-bottom: 12px;
	text-decoration: none;
}
#saishin .genre {
	color: #676767;
	font-size: 14px;
}
}

/* SP
------------------------------------------------------------- */
@media screen and (max-width: 750px) {

/* article list
--------------------------- */
#slider > div {
    margin: 13px;
    padding: 15px 10px 10px;
    border: solid 5px;
    border-radius: 1em;
    background-color: #fff;
    position: relative;
}
#slider .obi {
    position: absolute;
    font-size: 11px;
    top: 0;
    left: 0;
    width: 100px;
    height: 18px;
    color: #fff;
    text-align: center;
}
#slider .date {
    margin-top: 5px;
    font-size: 13px;
    line-height: 12px;
    display: inline-block;
    float: left;
    color: #999;
}
#slider h1, .bx-wrapper h1, .top_3blocks li h1, #slider .lab_top_title_slider {
    font-size: 13px;
    margin: 6px 0 2px;
    font-weight: normal;
    display: block;
}

#articles #container {
    padding: 0 12px;
    margin-bottom: 80px;
}
#articles article, #articles .art_list {
    width : initial;
    padding: 30px 10px 10px;
    background: #ffffff;
    border: solid 5px;
    border-radius: 1em;
    margin-bottom: 10px;
    position: relative;
}
#articles article .contents .date, #articles .art_list .contents .date {
    margin-top: 0;
    font-size: 13px;
    float: initial;
}
#articles article .obi, #articles .art_list .obi {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 18px;
    color: #fff;
    text-align: center;
    font-size: 11px;
}
#articles article .photo img, .photo video, #articles .art_list .photo img {
    width: 100%;
    vertical-align: top;
    border-radius: 0.3em;
}
#articles article .contents h1, #articles .art_list .contents .lab_top_title_article {
    font-size: 13px;
}


/* article detail
--------------------------- */
#article {
    padding: 20px 10px 10px;
    border: solid 5px;
    border-radius: 1em;
    background-color: #fff;
    margin: 20px 12px 20px;
}
#article .obi2 {
    margin: 0px auto 0;
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
    border-radius: 0.8em;
    font-size: 18px;
    color: #fff;
    background: url(/lab/karaagekun/img/obi2.png) no-repeat center center;
    background-size: 100%;
}
#return {
    text-align: center;
}
#return a, #return a::before, #return a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#return a {
    display: inline-block;
    width: 90%;
    height: 60px;
    margin: 0;
    padding-top: 0;
    overflow: visible;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    border: solid 5px #fff;
    border-radius: 0.8em;
    font-size: 16px;
    color: #fff;
    background : initial;
}
#return a::before, #return a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}


#saishin + #sns_sp {
	display: none;
}
#saishin {
	padding: 0 15px;
}
#saishin h1, #saishin .saishin_title {
	color: #023a65;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#saishin ul{
	padding: 0;
}
#saishin li{
 padding:5px 10px 10px;
 background: #ffffff;
 border:solid 5px;
 border-radius:1em;
 margin-bottom:10px;
 position:relative;
}
#saishin img.photo {
	width: 34%;
	float: left;
	padding-right: 10px;
	background: #ffffff;
}
#saishin li:nth-child(odd) .photo {
	background: #f9f9f9;
}
#saishin .photo img, #saishin img {
	width: 100%;
	vertical-align: top;
}
#saishin .date {
	font-size: 10px;
  display: block;
}
#saishin .title {
	font-size: 12px;
	line-height: 16px;
	padding: 1px 0 3px;
	margin-bottom: 6px;
  display: block;
}
#saishin .title a, #saishin .title {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#saishin .genre {
	color: #676767;
	font-size: 13px;
}

}




/* Common
------------------------------------------------------------- */

/* article list
--------------------------- */
#articles #more a {
    background: url(//www.lawson.co.jp/lab/common/img/more.png) no-repeat center center #09a031;
}

/* article-subcategory COLOR
-------------------------------------------- */
#article.report h2, #report time, .report time,li.report time{
 color:#bbd6e9;
}
#slider > #report,#articles #report,#slider > .report,#articles .report, article#article.report,#saishin li.report{
 border-color: #bbd6e9;
}
#article.report .obi2,#return.report a,#report .obi, .report .obi {
 background-color: #bbd6e9;
}
#article.explore h2, #explore time, .explore time,li.explore time{
 color:#bbca8f;
}
#slider > #explore, #articles #explore, #slider > .explore, #articles .explore, article#article.explore,#saishin li.explore{
 border-color: #bbca8f;
}
#article.explore .obi2,#return.explore a,#explore .obi, .explore .obi {
 background-color: #bbca8fc;
}
#article.library h2,#library time, .library time,li.library time {
 color:#f0e1da;
}
#slider > #library, #articles #library, #slider > .library, #articles .library, article#article.library,#saishin li.library{
 border-color: #f0e1da;
}
#article.library .obi2,#return.library a,#library .obi, .library .obi {
 background-color: #f0e1da;
}
#article.news h2,#news time, .news time,li.news time {
 color:#9a401a;
}
#slider > #news, #articles #news, #slider > .news, #articles .news, article#article.news,#saishin li.news{
 border-color: #9a401a;
}
#article.news .obi2,#return.news a,#news .obi, .news .obi {
 background-color: #9a401a;
}


#bg_wrapper {
    background-image: url(../img/bg.gif);
}

#slider div, .sub-category .container article, .sub-category .container .art_list {
	box-sizing: content-box;
}



/* article detail
--------------------------- */
.snsList {
    /* height: 80px; */
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

/* pc */
@media screen and (min-width: 751px) {
  #articles {
    padding-top : 1.4rem;
  }
}