﻿@charset "utf-8";

/* PC tablet
------------------------------------------------------------- */
@media screen and (min-width: 751px) {
/* article list
--------------------------- */
#slider > div {
    float: left;
    width: 434px !important;
    height: 360px;
    padding: 35px 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 {
    margin: 10px 0 2px;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}

#articles article {
    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 {
    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 {
	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 {
	width: 205px;
	border-radius:1em;
}
#saishin .date {
	font-size: 14px;
}
#saishin .title a {
	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: 28px 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 {
    font-size: 13px;
    margin: 6px 0 2px;
    font-weight: normal;
    display: block;
}

#articles #container {
    padding: 0 12px;
    margin-bottom: 80px;
}
#articles article {
    width : initial;
    padding: 30px 10px 10px;
    background: #ffffff;
    border: solid 5px;
    border-radius: 1em;
    margin-bottom: 10px;
    position: relative;
}
#articles article .contents .date {
    margin-top: 0;
    font-size: 13px;
    float: initial;
}
#articles article .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 {
    width: 100%;
    vertical-align: top;
    border-radius: 0.3em;
}
#articles article .contents h1 {
    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 {
	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 .photo {
	width: 34%;
	float: left;
	padding-right: 10px;
	background: #ffffff;
}
#saishin li:nth-child(odd) .photo {
	background: #f9f9f9;
}
#saishin .photo img {
	width: 100%;
	vertical-align: top;
}
#saishin .date {
	font-size: 10px;
}
#saishin .title {
	font-size: 12px;
	line-height: 16px;
	padding: 1px 0 3px;
	margin-bottom: 6px;
}
#saishin .title a {
	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 #e60012;
}

#article.shinshouhin .obi2, #return.shinshouhin a, #shinshouhin .obi {
    background-color: #e60012;
}
#article.shinshouhin h2, #shinshouhin time, li.shinshouhin time {
    color: #e60012;
}
#slider > #shinshouhin, #articles #shinshouhin, article#article.shinshouhin, #saishin li.shinshouhin {
    border-color: #e60012;
}


#article.kara-news .obi2, #return.kara-news a, #kara-news .obi {
    background-color: #9a401a;
}
#article.kara-news h2, #kara-news time, li.kara-news time {
    color: #9a401a;
}
#slider > #kara-news, #articles #kara-news, article#article.kara-news, #saishin li.kara-news {
    border-color: #9a401a;
}


#article.campaign .obi2, #return.campaign a, #campaign .obi {
    background-color: #009ee7;
}
#article.campaign h2, #campaign time, li.campaign time {
    color: #009ee7;
}
#slider > #campaign, #articles #campaign, article#article.campaign, #saishin li.campaign {
    border-color: #009ee7;
}


#article.shouhinjyouhou .obi2, #return.shouhinjyouhou a, #shouhinjyouhou .obi {
    background-color: #f28f00;
}
#article.shouhinjyouhou h2, #shouhinjyouhou time, li.shouhinjyouhou time {
    color: #f28f00;
}
#slider > #shouhinjyouhou, #articles #shouhinjyouhou, article#article.shouhinjyouhou, #saishin li.shouhinjyouhou {
    border-color: #f28f00;
}

#article.funclub .obi2, #return.funclub a, #funclub .obi {
    background-color: #ff6d87;
}
#article.funclub h2, #funclub time, li.funclub time {
    color: #ff6d87;
}
#slider > #funclub, #articles #funclub, article#article.funclub, #saishin li.funclub {
    border-color: #ff6d87;
}


#bg_wrapper {
    background-image: url(../img/bg.gif);
}

#slider div, .sub-category .container article {
	box-sizing: content-box;
}



