@charset "UTF-8";p
/* 管理画面描画調整 */
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.inner {
	width: 1170px;
	margin: 0 auto;
}
/* bigScreen ---------------- */
/*#bigScreen{
    max-width: 100%!important;
}
.sp-mask,
.sp-slide,
.sp-image-container{
    width:100%!important;
}
.sp-image{
    margin-top:0!important;

}*/

.sp-thumbnail {
	padding: 10px 10px;
}
.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container {
	margin: 0!important;
}
.sp-thumbnail-container {
	background-color: #fff;
	border-bottom: solid 1px #ccc;
}
.sp-thumbnail-container:first-child {
	border-top: solid 1px #ccc;
}
.sp-thumbnail-image-container {
	position: relative;
	float: left;
	width: 78px;
	height: 60px;
	margin: 5px 10px 0 0;
	overflow: hidden;
}
.sp-thumbnail-image-container img {
	position: relative;
	left: -61px;
}
.sp-thumbnail-text {
	float: right;
	width: 190px;
	font-size: 12px;
	line-height: 1.2em;
}
.sp-thumbnail-text .sp-thumbnail-title {
	font-size: 15px;
}
.sp-selected-thumbnail {
	background-color: #333;
	color: #fff;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail::before {
	border-left: 5px solid #333!important;
	content: "";
	height: 100%;
	left: 0;
	margin-left: 13px;
	position: absolute;
	top: 0;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail::after {
	border-bottom: 8px solid transparent;
	border-right: 13px solid #333!important;
	border-top: 8px solid transparent;
	content: "";
	height: 0;
	left: 0;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 0;
}
.sp-thumbnail .sp-thumbnail-text .sp-thumbnail-title {
	margin: 0 0 5px;
}
.sp-thumbnail .sp-thumbnail-text .sp-thumbnail-description {
	line-height: 1.2em;
	font-size: 12px;
}
#bigScreen .sp-slide a[href="#"] {
	cursor: default!important;
}
/* content ---------------- */

#main {
/*background:url(../images/top/bg_autmun_fes_201609.jpg) no-repeat top center;*/
}
#main #messageArea {
	padding: 30px 0;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	min-width:1170px;
}
#main #messageArea .title {
	float: left;
	width: 170px;
	vertical-align: middle;
	padding: 14px 10px 13px 55px;
	box-sizing: border-box;
}
#main #messageArea .text {
	float: right;
	width: 1000px;
	padding: 20px;
	box-sizing: border-box;
}
#main #messageArea .text span img {
	margin: 0 20px 0 0;
}
#main #messageArea.emergency {
	background: #9d0500;
}
#main #messageArea.emergency .title {
	background: #ffd200 url(../images/top/icon_message_emergency.png) no-repeat 20px 20px;
	color: #d52d39;
}
#main #messageArea.emergency .text {
	background: #fffcef;
	color: #d52d39;
}
#main #messageArea.emergency .text strong {
	font-size: 170%;
	display: inline-block;
	margin: 0 0 10px 0;
}
#main #messageArea.info {
	background: #f3f3f3;
	color: #5e5e5e;
}
#main #messageArea.info .title {
	background: #333333 url(../images/top/icon_message_info.png) no-repeat 20px 16px;
	color: #fff;
}
#main #messageArea.info .text {
	background: #ffffff;
}

/* 災害情報 */
#main #emergency a{
	display:block;
	text-align: center;
	font-size:50px;
	font-weight:bold;
	padding:30px;
	color:#fff;
	background:#111C3C;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #111C3C), color-stop(0.00, #16399c));
    background: -webkit-linear-gradient(top, #16399c 0%, #111C3C 88%);
    background: -moz-linear-gradient(top, #16399c 0%, #111C3C 88%);
    background: -o-linear-gradient(top, #16399c 0%, #111C3C 88%);
    background: -ms-linear-gradient(top, #16399c 0%, #111C3C 88%);
    background: linear-gradient(to bottom, #16399c 0%, #111C3C 88%);
}
#main #emergency a:hover{
	text-decoration: none;
	opacity: 0.9;
}
#main .arrow{
	color:#fff;
	position:relative;
	top:-20px;
	left:20px;
}

#emergency{
    margin-bottom:30px;
}

/* ブランド枠あるとき */
#prArea.anachoco2020{
	overflow: hidden;
	min-width: 1170px;
	text-align:center;
	background:url("/images/top/bg_brand_anachoco2020.gif") repeat-x center top;
	padding-bottom:40px;
	margin-bottom:-40px;
}
#prArea.anachoco2020 #campaign img {

}
#prArea.anachoco2020 #campaign a:hover img {
	opacity: 1; /*不透明*/
}



/* きらきら

#prArea3 .star {
    position: absolute;
    background: url(../campaign/sentimental2016/img/fig_star.png) no-repeat;
    background-size: contain;
    overflow: hidden;
    display: block;
}
#prArea3 .star-1 {
    width: 64px;
    height: 47px;
    top: 109px;
    left: 117px;
}
#prArea3 .star-2 {
    width: 70px;
    height: 60px;
    top: 30px;
    left: 7px;
}
#prArea3 .star-3 {
    width: 57px;
    height: 70px;
    top: 88px;
    right: 384px;
}
#prArea3 .star-4 {
    width: 68px;
    height: 70px;
    top: 65px;
    left: 205px;
}
#prArea3 .star-5 {
    width: 68px;
    height: 70px;
    top: 11px;
    left: 444px;
}*/

#pushProgram {
	float: left;
	width: 864px;
	height: 252px;
	border: solid 3px #fff;
	background: #fff;
	overflow: hidden;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;    /* Firefox用 */
}
#pushProgram .pict {
	float: left;
	width: 420px;
}
#pushProgram .discription {
	float: right;
    width: 404px;
    min-height: 212px;
    padding: 20px 20px 20px;
    background: #F6D63A url(../images/top/bg_pushProgram.png) no-repeat right top;
    text-align: center;
}
#pushProgram .discription span {
	display: block;
	text-align: left;
}
#pushProgram .discription .title {
	padding: 20px 0 10px;
	font-size: 20px;
	font-weight: bold;
}
#rectangle {
	float: right;
	width: 268px;
	height: 252px;
	background: #fff;
	border: solid 3px #fff;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;    /* Firefox用 */
}
/* ブランド枠ないとき */
#prArea.none {
	padding: 30px 0 0;
	height: 260px;
	background: none;
}
#prArea.none #campain {
	display: none;
}
#prArea #pushProgram {
	float: left;
	width: 864px;
	height: 252px;
	border: solid 3px #fff;
	background: #fff;
	overflow: hidden;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;    /* Firefox用 */
}
#prArea #pushProgram .pict {
	float: left;
	width: 420px;
}
#prArea #pushProgram .discription {
	float: right;
	width: 400px;
	height: 202px;
	padding: 30px 20px 20px 24px;
	background: url(../images/top/bg_pushProgram.png) no-repeat right top;
	text-align: center;
}
#prArea #pushProgram .discription span {
	display: block;
	text-align: left;
	line-height: 1.5;
    font-size:90%;
}
#prArea #pushProgram .discription .title {
	padding: 17px 0 10px;
	font-size: 20px;
	font-weight: bold;
}
#prArea #rectangle {
	float: right;
	width: 268px;
	height: 252px;
	background: #fff;
	border: solid 3px #fff;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;    /* Firefox用 */
}
#onairArea {
	height: 80px;
    display:none;
}
#onairArea .timeTable {
	display: none;
	height: 80px;
}
#onairArea .timeTable .slide {
	width: 277px;
	height: 50px;
	background: url(../images/top/bg_onair_next.png) no-repeat;
	margin: 0 10px 0 0;
}
#onairArea .timeTable .active {
	background: url(../images/top/bg_onair_active.png) no-repeat;
}
#onairArea .timeTable .slide span {
	display: block;
	height: 25px;
	text-align: center;
	line-height: 25px;
	overflow: hidden;
}
#onairArea .timeTable .slide span.time {
	color: #fff;
	font-size: 10px;
}
#onairArea .timeTable .slide span.title {
	font-size: 11px;
}
#onairArea .timeTable .slide.active span.title {
	padding: 0 0 0 40px;
}
.bx-wrapper .bx-pager {
	display: none!important;
}
#newsArea {
	/*padding: 50px 0 0 0;*/
	padding: 30px 0 0 0;
	min-width: 1170px;
}
#sideLeft {
	float: left;
	width: 270px;
	margin: 0 30px 0 0;
}
#sideLeft #textInfo {
	margin: 0 0 30px;
}
#sideLeft #textInfo dl {
	border: 1px solid #d0d0d0;
	font-size: 15px;
}
#sideLeft #textInfo dl img {
	vertical-align: middle;
	margin-right:10px;
}
#sideLeft #textInfo dl dt {
	font-size: 20px;
	background: #000;
	color: #fff;
}
#sideLeft #textInfo dl dt a{
	color: #fff;
	display:block;
	padding: 20px;
}
#sideLeft #textInfo dl dt a:hover{
	opacity:0.9;
	text-decoration:none;
}
#sideLeft #textInfo dl dd {
	padding: 20px;
}
#sideLeft #textInfo dl dd .date {
	display: block;
}
#sideLeft #textInfo dl dd .title a {
	color: #f68001;
	text-decoration: underline;
}
#sideLeft #sunsetTV {
	margin: 0 0 30px;
}
#sideLeft #sunsetTV dl dd {
	padding: 20px;
	overflow: hidden;
}
#sideLeft #sunsetTV dl dd img {
	display: block;
	float: right;
	margin: 0 0 0 10px;
}
#sideLeft #sunsetTV dl dd .date {
	display: block;
}
#sideLeft #sunsetTV dl dd .title a {
	color: #f68001;
	text-decoration: underline;
}
#sideLeft ul.bnrArea {
}
#sideLeft ul.bnrArea li {
	margin: 0 0 10px 0;
}
#sideLeft #uranai {
	position: relative;
}
#sideLeft #uranai {
	border-left: 1px solid #8540bd;
	border-right: 1px solid #8540bd;
	border-bottom: 1px solid #8540bd;
}
#sideLeft #uranai h2 img {
	position: relative;
	top: -2px;
}
#sideLeft #uranai {
}
#sideLeft #uranai .cate {
	padding: 20px 20px 10px;
	color: #8540bd;
	font-size: 24px;
	font-weight: bold;
}
#sideLeft #uranai .text {
	padding: 0 20px 20px;
	font-size: 17px;
	line-height: 21px;
}
#sideRight {
	float: right;
	width: 870px;
	overflow: hidden;
}
#sideRight .col3 li {
	float: left;
	width: 270px;
	margin: 0 30px 30px 0;
}
#sideRight .col3 li:nth-child(3n) {
	margin: 0 0 30px 0;
}
#sideRight ul.boxInfo {
	overflow: hidden;
}
#sideRight ul.boxInfo li {
	height: 378px;
	border: 1px solid #eee;
	box-sizing: border-box;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
#sideRight ul.boxInfo li a {
	display: block;
	text-decoration: none;
}
#sideRight ul.boxInfo li a:hover {
	text-decoration: none;
}
#sideRight ul.boxInfo li .title a {
	display: block;
	width: 270px;
	height: 80px;
	padding: 10px 50px 10px 10px;
	color: #fff;
	background: url(../images/common/ico/icon_arrow_white_right.png) no-repeat 95% 50%;
	font-size: 18px;
	vertical-align: middle;
	text-shadow: 1px 1px 2px #333;
	box-sizing: border-box;
}
#sideRight ul.boxInfo li .title a[name="#"] {
	padding: 10px;
	background: none;
}
#sideRight ul.boxInfo li a[name="#"]:hover img {
	opacity: 1;
}
#sideRight ul.boxInfo li.program .title a {
	background-color: #d52d39
}
#sideRight ul.boxInfo li.program .title a:hover {
	background-color: #d54e57
}
#sideRight ul.boxInfo li.program .title a[name="#"]:hover {
	background-color: #d52d39
}
#sideRight ul.boxInfo li.marketing .title a {
	background-color: #9ab63a
}
#sideRight ul.boxInfo li.marketing .title a:hover {
	background-color: #aec65a
}
#sideRight ul.boxInfo li.marketing .title a[name="#"]:hover {
	background-color: #9ab63a
}
#sideRight ul.boxInfo li.event .title a {
	background-color: #2992ec
}
#sideRight ul.boxInfo li.event .title a:hover {
	background-color: #49a0eb
}
#sideRight ul.boxInfo li.event .title a.[name="#"]:hover {
background-color: #2992ec
}
#sideRight ul.boxInfo li.shop .title a {
	background-color: #f3c50d
}
#sideRight ul.boxInfo li.shop .title a:hover {
	background-color: #f4ce38
}
#sideRight ul.boxInfo li.shop .title a[name="#"]:hover {
	background-color: #f3c50d
}
#sideRight ul.boxInfo li .discription {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 15px;
	text-align: 1.5em;
	overflow: hidden;
}
#sideRight ul.boxInfo li .discription strong {
	font-size: 15px;
	font-weight: bold;
}
#sideRight ul.bnrArea {
	clear: both;
}
#pickupArea {
	clear: both;
	padding: 15px 0 60px;
	overflow: hidden;
	min-width: 1170px;
}
#ana {
	float: left;
	;
	width: 370px;
	margin: 20px 0 0;
}
#ana #anablog {
	position: relative;
	width: 368px;
	margin: 0;
	padding: 0;
}
#ana #anablog .title {
	position: absolute;
	display: inline-block;
	padding: 10px;
	width: auto;
	width: 220px;
	height: 128px;
	color: #fff;
	background: #cf202f;
	z-index: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;        /* CSS3草案 */
}
#ana #anablog .title:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #cf202f transparent transparent;
}
#anablog .title img {
	display: block;
}
#anablog a {
	color: #fff;
	text-decoration: underline;
}
/* とび（旧） */

#tobi {
	position: relative;
	float: right;
	width: 770px;
	height: 440px;
	background: url(../images/top/bg_tobi.jpg) no-repeat 0 20px;
	z-index: 1;
}
#tobi #tobiTitle {
	position: relative;
	width: 377px;
	height: 205px;
	top: 40px;
	left: 0;
}
#tobi #tobiblog {
	position: absolute;
	width: 406px;
	height: 220px;
	padding: 60px 20px 10px;
	background: url(../images/top/bg_tobiblog.png) no-repeat;
	top: 0;
	right: 15px;
	z-index: 100;
	box-sizing: border-box;
}
#tobi #tobiblog img {
	display: block;
	margin: 0 0 0 90px;
}
#tobi #tobiblog .text {
	margin: 20px;
}
#tobi #tobiblog .text a {
	color: #cf202f;
	text-decoration: underline;
}
#tobi #tobiblog .text a:hover {
	color: #cf8320;
}
/* とび（新） */

#tobi_201610 {
	position: relative;
	top: 0;
	float: right;
	width: 770px;
	height: 455px;
	background: url(../images/top/bg_tobi.jpg) no-repeat 0 20px;
	z-index: 1;
}
#tobi_201610 #tobiTitle {
	position: relative;
	width: 377px;
	height: 185px;
	top: 17px;
	left: 18px;
}
/*
#tobi_201610 #tobiblog {
    position: absolute;
    width: 406px;
    height: 200px;
    padding: 35px 20px 10px;
    background: url(../images/top/bg_tobiblog_20161021.png) no-repeat;
    top: 0;
    right: 15px;
    z-index: 100;
    box-sizing: border-box;
}
#tobi_201610 #tobiblog img {
    display: block;
    margin: 0 0 0 133px;
}
#tobi_201610 #tobiblog .text {
    margin: 20px;
}
#tobi_201610 #tobiblog .text a {
    color: #cf202f;
    text-decoration: underline;
}
#tobi_201610 #tobiblog .text a:hover {
    color: #cf8320;
}
*/

#tobi_201610 #tobicolumn {
	position: absolute;
    background: #fff;
    top: -10px;
    right: 20px;
    z-index: 100;
    box-sizing: border-box;
    border-radius: 5px;
    width: 390px;
}
#tobi_201610 #tobicolumn .tobicolumn__header {
	text-align: center;
	background: #FCD2D4;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
}
#tobi_201610 #tobicolumn .tobicolumn__header img {
}
#tobi_201610 #tobicolumn .tobicolumn__body {
	padding: 13px;
}
#tobi_201610 #tobicolumn .entryList li {
}
#tobi_201610 #tobicolumn .entryList li a {
	color: #000;
	display: block;
}
#tobi_201610 #tobicolumn .entryList li a:hover {
	color: #e95377;
	text-decoration: none;
}
#tobi_201610 #tobicolumn .entryList li .photo {
	width: 90px;
	height: 90px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
}
#tobi_201610 #tobicolumn .entryList li .photo img {
	height: 90px;
	width: auto;
	margin-left: -20px;
}
#tobi_201610 #tobicolumn .entryList .date {
	padding-left: 110px;
	color: #b4b0b0;
}
#tobi_201610 #tobicolumn .entryList .title {
	padding-left: 110px;
	font-size: 90%;
	font-weight: normal;
}
/* とび食（旧） */

#tobi #tobishoku {
	position: relative;
	width: 725px;
	height: 174px;
	top: 40px;
	left: 20px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 3px;
}
#tobi #tobishoku * {
	vertical-align: bottom;
	box-sizing: border-box;
}
#tobi #tobishoku #tobishokuLogo {
	display: block;
	float: left;
	width: 380px;
}
#tobi #tobishoku #tobishokuData {
	float: right;
	width: 345px;
	padding: 15px 15px 15px 0;
}
#tobi #tobishoku #tobishokuData p {
	margin: 0;
	line-height: 1.2em;
}
#tobi #tobishoku #tobishokuData .onair {
	font-size: 13px;
}
#tobi #tobishoku #tobishokuData .shopList {
}
#tobi #tobishoku #tobishokuData .shopList .details {
	clear: both;
	font-size: 13px;
	padding: 0 0 10px;
}
#tobi #tobishoku #tobishokuData .shopList .details:nth-child(2n) {
	padding: 10px 0 0;
	border-top: 1px dashed #ccc;
}
#tobi #tobishoku #tobishokuData .shopList .details .pict {
	float: left;
	width: 110px;
	height: 62px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
}
#tobi #tobishoku #tobishokuData .shopList .details .pict img {
/*position:relative;
        left:-24px;*/
}
#tobi #tobishoku #tobishokuData .shopList .details .disc {
	float: right;
}
#tobi #tobishoku #tobishokuData .shopList .details strong {
	display: block;
	font-size: 13px;
}
/* とび食（新） */

#tobi_201610 #tobishoku_20160822 {
	position: relative;
	width: 730px;
	height: 207px;
	top: 30px;
	left: 20px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 3px;
}
#tobi_20160822 #tobishoku * {
	vertical-align: bottom;
	box-sizing: border-box;
}
#tobi_201610 #tobishoku_20160822 #tobishokuLogo {
	display: block;
	float: left;
	width: 238px;
}
#tobi_201610 #tobishoku_20160822 #tobishokuData {
	float: left;
	width: 245px;
	padding: 15px 15px 15px 10px;
}
#tobi_201610 #tobishoku_20160822 #tobishokuData p {
	margin: 0;
	line-height: 1.2em;
}
#tobi_201610 #tobishoku_20160822 #tobishokuData .onair {
	font-size: 13px;
}
#tobi_201610 #tobishoku_20160822 #tobishokuData .shopList {
}
#tobi_201610 #tobishoku_20160822 #tobishokuData .shopList .details {
	clear: both;
	font-size: 13px;
	padding: 0 0 7px;
}
#tobi_201610 #tobishoku_20160822 #tobishokuData .shopList .details:nth-child(2n) {
	padding: 10px 0 0;
	border-top: 1px dashed #ccc;
}
#tobi_201610 #tobishoku_20160822 #tobishokuData .shopList .details .pict {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 10px 10px 0;
	overflow: hidden;
	position: relative;
}
#tobi_201610 #tobishoku_20160822 #tobishokuData .shopList .details .pict img {
	position: relative;
	left: -20px;
}
#tobi_201610 #tobishoku_20160822 #tobishokuData .shopList .details .desc {
	line-height: 1.4;
}
#tobi_201610 #tobishoku_20160822 #tobishokuData .shopList .details strong {
	display: block;
	font-size: 13px;
}
#tobi_201610 #tobishoku_20160822 #tobishokuTouhyou {
	padding: 25px 3px 0 0;
}
#localProgramArea {
	clear: both;
	padding: 50px 0;
	background: url(../images/top/bg_programArea.png);
	overflow: hidden;
	min-width:1170px;
}
#localProgramArea .programBox li {
	float: left;
	width: 370px;
	height: 262px;
	margin: 0 20px 0 0;
	background: #fff;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}
#localProgramArea .programBox li:nth-child(3n) {
	margin: 0;
}
#localProgramArea .programBox li img {
	display: block;
	margin: 0 0 20px;
}
#localProgramArea .btn {
	clear: both;
	text-align: center;
	padding: 30px 0 0;
}
#socialArea {
	clear: both;
	padding: 25px 0;
	background: #f8f8f8;
	overflow: hidden;
	border-bottom: solid 1px #d4d4d4;
	min-width:1170px;
}
#socialArea #csr {
	float: left;
	width: 568px;
	height: 176px;
	margin: 0 30px 0 0;
	border: solid 1px #b8b8b8;
	background: #eef4fb;
	font-size: 13px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}
#socialArea #csr h1, #socialArea #csr h2, #socialArea #csr ul li:nth-child(n+2) {
	display: none;
}
#socialArea #csr ul {
	margin: 20px;
}
#socialArea #csr201609 {
	float: left;
	width: 568px;
	height: 176px;
	margin: 0 30px 0 0;
	border: solid 1px #b8b8b8;
	background: #eef4fb;
	font-size: 13px;
	position: relative;
	background: url(../images/top/bg_CSR_002.jpg) no-repeat 373px top;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}
#socialArea #csr201609 #csrTitle {
}
#socialArea #csr201609 ul {
	margin: 20px;
	width: 333px;
}
#socialArea #csr201609 #bnrKotobanochikara {
	position: absolute;
	top: 7px;
	right: 7px;
}
#socialArea #webshop {
	float: left;
	width: 270px;
	margin: 0 30px 0 0;
}
#socialArea #webmember {
	float: right;
	width: 270px;
}
#socialArea #webmember span {
	display: block;
	float: right;
	padding: 0 0 0 10px;
	margin: 10px 0 0;
	background: url(../images/common/ico/icon_arrow02_right_green.png) no-repeat 0 3px;
	font-size: 12px;
}
#socialArea #webmember a {
	color: #333;
}
#socialArea #webmember #btn_wktk {
	margin: 18px 0 0;
}

@media screen and (min-width: 1900px) {
.sp-image-container {
	background: #333;
}
.slider-pro a {
	display: block;
	max-width: 1595px!important;
	margin: 0 auto;
}
.slider-pro a img {
	margin: -40px auto 0!important;
}
}
