﻿@charset "utf-8";
body#update2015,
#update2015_header,
#update2015_overlay,
#update2015_footer  {
  color: #666;
  margin: 0;
  padding: 0;
  background-color: #fff;
  line-height:1.4;
  letter-spacing: 0.05em;
}
body#update2015,
#update2015_header,
#update2015_overlay,
#update2015_footer  {
  -webkit-text-size-adjust: none;
  font-size:13px;
  line-height: 1.5em;
  color:#666;
  width:100%;
  min-width: 320px;
  position: relative;
}

body#update2015 a,
body#update2015 a:focus,
body#update2015 a:active,
body#update2015 a:hover,
body#update2015 a:visited {
  color: #333;
  text-decoration: none;
}


.cf {
  zoom:1;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height:0;
  visibility:hidden;
}

body#update2015 .link01 {
  text-align:center;
  line-height:1;
}
body#update2015 .link01 a {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight:200;
  color:#63b2ed;
  padding-left:0.6em;
  position:relative;
}
body#update2015 .link01 a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -0.5em;
  width: 4px;
  height: 4px;
  margin-top:-3px;
  border-right: 1px solid #63b2ed;
  border-bottom: 1px solid #63b2ed;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body#update2015 .link02 {
  text-align:center;
  line-height:1;
}
body#update2015 .link02 a {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight:200;
  color:#63b2ed;
  padding-left:0.6em;
  position:relative;
}
body#update2015 .link02 a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -0.5em;
  width: 4px;
  height: 4px;
  margin-top:-3px;
  border-right: 1px solid #63b2ed;
  border-bottom: 1px solid #63b2ed;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body#update2015 .link03 {
  text-align:center;
  line-height:1;
  display: none;
}
body#update2015 .link03 a {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight:200;
  color:#63b2ed;
  padding-left:0.6em;
  position:relative;
}
body#update2015 .link03 a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: -0.5em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #63b2ed;
  border-bottom: 1px solid #63b2ed;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mb05 {
  margin-bottom: 5px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}

/*
--------------------------------------------
body#update2015 .pageTitle {
  font-size: 12px;
  text-align:center;
  line-height: 45px;
  height: 45px;
  background: #fafafa;
  margin: 0 auto 30px;
  position:relative;
}
body#update2015 .pageTitle a {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #333;
  display: block;
}
body#update2015 .pageTitle a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 4px;
  height: 4px;
  margin-top:-2px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
*/

/* header
-------------------------------------------- */
header#update2015_header {
  clear: both;
  width: 100%;
  min-width: 320px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

header#update2015_header a,
header#update2015_header a:focus,
header#update2015_header a:active,
header#update2015_header a:hover,
header#update2015_header a:visited {
  color: #333;
  text-decoration: none;
}

header#update2015_header #headerInner {
  padding: 0 0 0 15px;
  height: 50px;
  border-bottom: 1px solid #ccc;
}
header#update2015_header h1 {
  float: left;
  width: 100px;
  display: block;
}
header#update2015_header h1 a {
  display: block;
  padding: 15px 0;
}
header#update2015_header ul {
  width: 162px;
  overflow: hidden;
  float: right;
}
header#update2015_header li {
  float: left;
  width: 53px;
  height: 50px;
  display: table;
  border-left: 1px solid #ccc;
}
header#update2015_header li:nth-child(3) {
  background: #f2f2f2;
}
header#update2015_header li a {
  width: 53px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
header#update2015_header .btn {
  width: 49%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  display : inline-block;
}
header#update2015_header .btn a {
  color: #5ab1f3;
  text-decoration: none;
}
header#update2015_header .btn img {
  margin: 10px 5px 10px 0;
}
header#update2015_header li.item03 #panel-btn {
  display: inline-block;
  position: relative;
  width: 52px;
  height: 50px;
}
header#update2015_header li.item03 #panel-btn:hover {
  background: #fafafa;
}
header#update2015_header li.item03 #panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #999999;
}
header#update2015_header li.item03 #panel-btn-icon:before,
header#update2015_header li.item03 #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #999999;
}
header#update2015_header li.item03 #panel-btn .close:before,
header#update2015_header li.item03 #panel-btn .close:after {
  background: #5ab1f3;
}
header#update2015_header li.item03 #panel-btn-icon:before {
  margin-top: -6px;
}
header#update2015_header li.item03 #panel-btn-icon:after {
  margin-top: 4px;
}
header#update2015_header li.item03 #panel-btn .close {
  background: transparent;
}
header#update2015_header li.item03 #panel-btn .close:before,
header#update2015_header li.item03 #panel-btn .close:after {
  margin-top: 0;
}
header#update2015_header li.item03 #panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header#update2015_header li.item03 #panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}


/* row
-------------------------------------------- */
#update2015_row h2.pageTitle {
  font-size: 12px;
  text-align:center;
  /*line-height: 45px!important;*/
  line-height: 1.2 !important;
  height: 45px;
  width: 100%;
  background: #fafafa;
  margin: 0 0 30px;
  position:relative;
  display: table;
}
#update2015_row h2.pageTitle a {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #333;
  display: block;
  display: table-cell !important;
  height: 45px;
  width: 100%;
  padding: 0 15px;
  vertical-align: middle;
  text-decoration: none;
}
#update2015_row h2.pageTitle a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 4px;
  height: 4px;
  margin-top:-2px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* #update2015_emg
-------------------------------------------- */
#update2015_emg .item01 {
	width: 92%;
	border: 3px solid #f00;
	margin: 0 auto 10px;
}

#update2015_emg .item01 ul {
  padding: 4%;
}

#update2015_emg .item01 ul li {
	font-size: 12px;
	color: #f00;
}

/* #update2015_emg2
-------------------------------------------- */

#update2015_emg2 .item01 {
    width: 92%;
	border: 3px solid #f00;
	border-radius: 10px;
	margin: 0 auto 10px;
}

#update2015_emg2 .item01 .inMessage{
        padding: 4%;
	text-align:left;
}

#update2015_emg2 .item01 .inMessage p {
	font-size: 12px;
        line-height:1.4;
        letter-spacing: 0.05em;
	color: black;
        margin: 0;
        font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#update2015_emg2 .item01 .inMessage a {
	font-size: 12px;
        line-height:1.4;
        letter-spacing: 0.05em;
	color:#0687d1;
        text-decoration:underline;
        margin: 0;
        font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* :::: overlay :::: */
article#update2015_overlay {
  /*width: 100%;*/
  overflow: hidden;
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 9999;
  display: none;
  -webkit-overflow-scrolling: touch;
}
#update2015_overlay a,
#update2015_overlay a:focus,
#update2015_overlay a:active,
#update2015_overlay a:hover,
#update2015_overlay a:visited {
  color: #333;
  text-decoration: none;
}
#update2015_overlay p {
  line-height: 1.4;
}
article#update2015_overlay #update2015_overlayBg {
  width: 100%;
  background: #fafafa;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
article#update2015_overlay #input {
  width: auto;
  margin: 10px;
}
article#update2015_overlay #input form {
  text-align: center;
}
article#update2015_overlay input {
  width: 100%;
  font-size: 12px;
  border:1px solid #999999;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 0 auto;
  background:url(/common2015/sp/img/input_btn.png) no-repeat right 2% center;
  background-size:20px 20px;
  padding: 12px 6% 12px 2%;
}
article#update2015_overlay button{
	position: absolute;
        width:40px;
	top: 10px;
	right: 10px;
	background: none;
	border: 0;
	padding: 0;
	height: 40px;
	cursor: pointer;
	line-height: 2;
	outline:none;
}
article#update2015_overlay nav#menuNavi {
  background: #fff;
  opacity: 1;
  z-index: 1;
}

/* :::: nav :::: */
article#update2015_overlay nav ul.list01 li {
  font-size: 14px;
  color: #333333;
  /* line-height: 60px; */
  line-height: 1.4;
  /*padding: 20px 0;*/
  border-top: 1px #e6e6e6 solid;
}
article#update2015_overlay nav ul.list01 li.active > p {
  border-bottom: 1px #e6e6e6 solid;
  /* line-height: 60px; */
  line-height: 1.4;
  padding: 20px;
  background: #f8f8f8;
}
article#update2015_overlay nav ul.list01 li span {
  padding: 0 20px;
}
article#update2015_overlay nav ul.list01 > li:last-child {
  border-bottom: 1px #e6e6e6 solid;
}
article#update2015_overlay nav ul.list01 > li > p {
  padding: 20px;
}
article#update2015_overlay nav ul.list02 {
  display: none;
}
article#update2015_overlay nav ul.list02 > li > a {
  padding: 20px 10px;
}
article#update2015_overlay nav ul.list02 > li > .open {
  padding: 20px 10px;
}
article#update2015_overlay nav ul.list02 > li:last-child {
  /* padding-bottom: 0; */
}
article#update2015_overlay nav ul.list02 > li.active > p {
  border-bottom: 1px #e6e6e6 solid;
  line-height: 1.4em;
  background: #fff;
  color: #333333;
  padding: 20px 10px;
}
article#update2015_overlay nav ul.list02 > li .close {
  padding: 0 10px;
}
article#update2015_overlay nav ul.list03 {
  display: none;
  /* padding:0 10px; */
  padding: 0;
  margin: 0 15px;
}
article#update2015_overlay nav ul.list03 li > a {
  padding: 20px 10px;
}
article#update2015_overlay nav li a {
  display: block;
  padding: 20px 0;
}
article#update2015_overlay nav li.active {
  padding: 0!important;
}
article#update2015_overlay nav li.active li:first-child {
  border-top: none;
}
article#update2015_overlay nav li.active ul.list02 {
  margin: 0 25px;
}
article#update2015_overlay nav li p span {
  font-size: 14px;
  color: #999999;
  float: right;
  font-weight: bold;
}
article#update2015_overlay nav li .open {
  position: relative;
}
article#update2015_overlay nav li .open:before,
article#update2015_overlay nav li .open:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  width: 11px;
  height: 3px;
  margin: -1px 0 0 0;
  background: #999;
}
article#update2015_overlay nav li .open:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
article#update2015_overlay nav li .close {
  position: relative;
  color: #999;
  padding-right: 20px;
}
article#update2015_overlay nav li .close:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  width: 11px;
  height: 3px;
  margin: -1px 0 0 0;
  background: #999;
}


/* mega
-------------------------------------------- */
#update2015_mega img{
  width: 100%;
  padding-bottom: 30px;
}


/* footer
-------------------------------------------- */
#update2015_footer {
  width: 100%;
  overflow: hidden;
  font-size: 12px;
}
#update2015_footer p {
  line-height: 1.4;
}
#update2015_footer a,
#update2015_footer a:focus,
#update2015_footer a:active,
#update2015_footer a:hover,
#update2015_footer a:visited {
  color: #333;
  text-decoration: none;
}


#update2015_footer #footer_sec-00 {
  position: relative;
  /*height: 105px;*/
  overflow: hidden;
}
#update2015_footer #footer_sec-00 .snsList {
	height: 80px;
	text-align: center;
	margin-top: 30px;
	/*margin-bottom: 30px;*/
}
#update2015_footer #footer_sec-00 .snsList ul {
	display: inline-block;
 *display: inline;
	_display: inline;
 *zoom: 1;
	_zoom: 1;
	margin: 0 auto;
	padding: 0;
}
#update2015_footer #footer_sec-00 .snsList ul:after {
	content: "";
	display: block;
	clear: both;
}
#update2015_footer #footer_sec-00 .snsList li {
	float: left;
}
#update2015_footer #footer_sec-00 .snsList li + li {
	margin-left: 12px;
}
#update2015_footer #footer_sec-00 .snsList li {
	height: 80px;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	border-radius: 2px;
}
#update2015_footer #footer_sec-00 .snsList li a{
	text-decoration: none;
}
#update2015_footer #footer_sec-00 .snsList span {
	font-size: 80%;
	line-height: 30px;
	position: relative;
	display: block;
	border: 1px solid #bbb;
	font-weight: bold;
	color: #777;
	background: #FFF;
	text-decoration:none;
	margin-bottom:5px;
}
#update2015_footer #footer_sec-00 .snsList span:before{
	top: 100%;
	left:50%;
	border: solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	}
#update2015_footer #footer_sec-00 .snsList span:before{
	border: 1px solid #fff;
	border-top-color: #bbb !important;
	border-width: 5px!important;
	margin-left:-5px;
	}
#update2015_footer #footer_sec-00 .snsList span:after,.snsList span:before{
	top:100%;
	left:50%;
	border: solid transparent !important;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	}
#update2015_footer #footer_sec-00 .snsList span:after{
	border-color:rgba(255,255,255,0);
	border-top-color: #fff !important;
	border-width: 4px !important;
	margin-left: -4px;
	margin-top: 0px;
}
#update2015_footer #footer_sec-00 .snsList .fb {
	width: 70px;
}
#update2015_footer #footer_sec-00 .snsList .fb b {
	background: url(//www.lawson.co.jp/lab/common/img/facebookicon.gif) no-repeat left center #4a6fb5;
	padding: 0 20px 10px 50px;
}
#update2015_footer #footer_sec-00 .snsList .twt2 {
	width: 70px;
}
#update2015_footer #footer_sec-00 .snsList .twt2 b {
	background: url(//www.lawson.co.jp/lab/common/img/twittericon.gif) no-repeat left center #7bbbe7;
	width: 32px;
	padding: 0 20px 10px 50px;
}
#update2015_footer #footer_sec-00 .snsList .g {
	width: 70px;
}
.snsList .g b {
	background: url(//www.lawson.co.jp/lab/common/img/googleicon.gif) no-repeat left center #eb6048;
	padding: 0 20px 10px 50px;
}
#update2015_footer #footer_sec-00 .snsList .line {
	width: 70px;
}
#update2015_footer #footer_sec-00 .snsList .line b {
	background: url(//www.lawson.co.jp/lab/common/img/lineicon.gif) no-repeat left center #0ad200;
	padding: 0 20px 10px 50px;
}

/* :::: footer_sec-02 :::: */
#update2015_footer #footer_sec-01 {
  position: relative;
  height: 130px;
  overflow: hidden;
}
#update2015_footer #footer_sec-01 #slider {
  position: absolute;
  cursor: move;
  z-index: 0;
  width: 1300px;
  height: 65px;
  margin-top:50px;
  border-top:solid 1px #cccccc;
}
#update2015_footer #footer_sec-01 #slider p {
  float: left;
  width: 120px;
  height: 65px;
  margin: 4px;
  text-align: center;
  padding-top:9px;
}
#update2015_footer #footer_sec-01 #slider p:nth-of-type(1) {
  margin-left: 12px;
}
#update2015_footer #footer_sec-01 #slider p:nth-of-type(2) {
  margin-left: 12px;
}
#update2015_footer #footer_sec-01 #slider p:nth-of-type(3) {
  margin-left: 13px;
}
#update2015_footer #footer_sec-01 #slider p:nth-of-type(4) {
  width: 130px;
  margin-left: 16px;
}
#update2015_footer #footer_sec-01 #slider p:nth-of-type(5) {
  width: 130px;
  margin-left: 20px;
}
#update2015_footer #footer_sec-01 #slider p:nth-of-type(6) {
  margin-left: 7px;
}
#update2015_footer #footer_sec-01 #slider p:nth-of-type(7) {
  width: 80px;
  margin-left: 4px;
}
#update2015_footer #footer_sec-01 #slider p:nth-of-type(8) {
  width: 130px;
  margin-left: 30px;
}

/* :::: footer_sec-02 :::: */
#update2015_footer #footer_sec-02 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#update2015_footer #footer_sec-02 .footer_sec-02Inner {
  overflow: hidden;
  background:url(/common2015/sp/img/sec-05_item02_01.png) no-repeat center center;
  padding: 20px 0 0 0;
}
#update2015_footer #footer_sec-02 .footer_sec-02Inner ul {
  width: auto;
  margin-right: 10px;
  margin: 0 10px 30px 0;
}
#update2015_footer #footer_sec-02 .footer_sec-02Inner li {
  width: 50%;
  float: left;
  text-align: left;
  margin-bottom: 20px;
}
#update2015_footer #footer_sec-02 .footer_sec-02Inner li a {
  display: block;
  color: #666;
  font-size:12px;
}
#update2015_footer #footer_sec-02 .footer_sec-02Inner li img {
  width: 31px;
  height: 20px;
  margin-left: 22%;
}
#update2015_footer #footer_sec-02 .footer_sec-02Inner li span {
  margin-left: 10px;
}

/* :::: footer_sec-03 :::: */
#update2015_footer #footer_sec-03 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #f7f7f7;
}
#update2015_footer #footer_sec-03 .list02 ul {
  width: 93%;
  text-align:center;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #ccc;
}
#update2015_footer #footer_sec-03 .list02 ul > li {
  display:inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
  font-size: 10px;
}
#update2015_footer #footer_sec-03 .list02 ul > li:first-child {
  margin-left: 0;
}
#update2015_footer #footer_sec-03 .list02 ul > li:before {
  content:"● ";
  color: #cccccc;
  font-size: 10px;
}
#update2015_footer #footer_sec-03 .copy {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  margin: 20px 0 30px;

}
#update2015_footer #footer_sec-03 #footerMenuNavi {
  margin: 40px auto 0;
}
#update2015_footer #footer_sec-03 #footerMenuNavi .list01 {
  margin: 0 20px;
}
#update2015_footer #footer_sec-03 #footerMenuNavi .list01 > li {
  color: #333333;
  border-top: 1px #e6e6e6 solid;
}
#update2015_footer #footer_sec-03 #footerMenuNavi .list01 > li:last-child {
  border-bottom: 1px #e6e6e6 solid;
}
#update2015_footer #footer_sec-03 #footerMenuNavi .list01 > a {
  padding: 20px 0;
}
#update2015_footer #footer_sec-03 #footerMenuNavi .list02 {
  display: none;
}
#update2015_footer #footer_sec-03 #footerMenuNavi .list02 > li {
  color: #333333;
  border-top: 1px #e6e6e6 solid;
}
#update2015_footer #footer_sec-03 #footerMenuNavi .list02 > li > a {
  padding: 20px 0;
  display:block;
}
#update2015_footer #footer_sec-03 #footerMenuNavi .list02 > li:last-child {
  padding-bottom: 0;
}
#update2015_footer #footer_sec-03 #footerMenuNavi .open {
  position: relative;
  padding: 20px 0;
}
#update2015_footer #footer_sec-03 #footerMenuNavi .open:before,
#update2015_footer #footer_sec-03 #footerMenuNavi .open:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 11px;
  height: 3px;
  margin: -1px 0 0 0;
  background: #999;
}
#update2015_footer #footer_sec-03 #footerMenuNavi .open:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
#update2015_footer #footer_sec-03 #footerMenuNavi .close {
  position: relative;
  padding: 20px 0;
}
#update2015_footer #footer_sec-03 #footerMenuNavi .close:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 11px;
  height: 3px;
  margin: -1px 0 0 0;
  background: #999;
}

/* columns
-------------------------------------------- */
body#update2015 ul.col-1 {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
body#update2015 ul.col-1 li {
  width: 100%;
  margin: 0 0 30px 0;
}
body#update2015 ul.col-1 li p {
  margin: 0 10px;
}
body#update2015 ul.col-1 li a {
  display: block;
}
body#update2015 ul.col-1 li img {
  width: 100%;
  height: auto;
}
body#update2015 ul.col-1 li p {
  font-size: 13px;
  line-height: 1.5em;
}
body#update2015 ul.col-1 li .img {
  margin: 0 0 14px 0;
}
body#update2015 ul.col-1 li .ttl {
  color: #5a2e00;
  margin: 0 10px 10px 10px;
}
body#update2015 ul.col-2 {
  width: auto;
  margin: 0 10px 0 0;
  overflow: hidden;
}
body#update2015 ul.col-2 li {
  width: 46%;
  float: left;
  margin: 0 0 10px 10px;
}
/*  20171010変更　*/

body#update2015 ul.col-2 li a {
  margin-left: 10px;
  display: block;
}
body#update2015 ul.col-2 li img {
  width: 100%;
  height: auto;
}
body#update2015 ul.col-2 li p {
  font-size: 13px;
  line-height: 1.5em;
}
body#update2015 ul.col-2 li p {
  font-size: 13px;
  line-height: 1.5em;
}
body#update2015 ul.col-2 li p.ico_new{
    width: 90px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #ff5151;
  margin-top: -6px;
  margin-bottom: 6px;
  padding: 0.2em 0;
}
body#update2015 ul.col-2 li .img {
  margin: 0 0 14px 0;
}
body#update2015 ul.col-2 li .ttl {
  color: #5a2e00;
  margin: 0 10px 10px 0;
}
body#update2015 span.blank {
  width: 10px;
  height: 10px;
  margin: 0 0 0 3px;
}
body#update2015 span.blank img {
  width: 10px!important;
  height: 10px!important;
}
body#update2015 .price {
  margin: 0 10px 10px 0;
}
body#update2015 .text {
  margin: 0 10px 10px 10px;
}
body#update2015 .date {
  margin: 0 10px 10px 0;
}
body#update2015 .date span,
body#update2015 .people span,
body#update2015 .point span {
  color: #63b2ed;
  padding-left: 1em;
}

/* font
-------------------------------------------- */
/*
@font-face {font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}
*/

body#update2015,
#update2015_header,
#update2015_overlay,
#update2015_footer,
#update2015_snsList {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight:300;
}
body#update2015 h2.font01,
#update2015_header h2.font01,
#update2015_footer h2.font01 {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 100;
  text-align: center;
  padding: 60px 0 10px 0;
}
body#update2015 h3,
#update2015_header h3,
#update2015_footer h3 {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight:200;
}

/* snsList
-------------------------------------------- */
#update2015_snsList {
  width: 300px;
  height: 42px;
  overflow: hidden;
  zoom: 1;
  margin: 0 auto !important;
  -webkit-text-size-adjust: none;
  font-size:13px;
  position: relative;
  line-height: 1.5em;
  font-weight: 100;
  list-style:none;
}
#update2015_snsList a,
#update2015_snsList a:focus,
#update2015_snsList a:active,
#update2015_snsList a:hover,
#update2015_snsList a:visited {
  color: #333;
  text-decoration: none;
}
#update2015_snsList li {
  width: 92px;
  float: left;
  margin-left: 12px;
}
#update2015_snsList li a, #update2015_snsList li a:hover, #update2015_snsList li a:focus, #update2015_snsList li a:active, #update2015_snsList li a:visited {
  text-decoration: none;
}
#update2015_snsList li:first-child {
  margin-left: 0;
}
#update2015_snsList li a {
  display:block;
  height:30px;
}
#update2015_snsList li span {
  display:block;
  height:30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  padding:0 1em;
  margin: 0 0 0 42px;
  position:relative;
  zoom: 1;
  font-size: 15px;
}
#update2015_snsList li.fb a {
  background:url(/common2015/sp/img/sns_fb_bg.png) no-repeat left center #5077cc;
  background-size: 42px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#update2015_snsList li.fb span {
  background: #5077cc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#update2015_snsList li.twt a {
  background:url(/common2015/sp/img/sns_tw_bg.png) no-repeat left center #7ac6ff;
  background-size: 42px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#update2015_snsList li.twt span {
  background: #7ac6ff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#update2015_snsList li.twt2 a.icon{
  background: url(/common2015/sp/img/sns_tw_bg.png) no-repeat left center #7bbbe7;
  background-size: 42px 30px;
  width:42px;
  line-height:30px;
	display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#update2015_snsList li.twt2 a.miru{
line-height: 30px;
font-weight: 200;
display: inline-block;
background: #7bbbe7;
color: #fff;
float: right;
width:55px;
margin-left:-5px;
overflow: hidden;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
#update2015_snsList li.twt2 a.miru span{
color: #fff;
font-size:80%;
margin-left: 5px;
}


#update2015_snsList li.g a {
  background:url(/common2015/sp/img/sns_g_bg.png) no-repeat left center #f7634f;
  background-size: 42px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#update2015_snsList li.g span {
  background: #f7634f;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
