﻿@charset "utf-8";
/* CSS Document */

#imgTop {
background-image: url(/shopping/buyer/images/img_top.png);
background-repeat: no-repeat;
background-position: top center;
padding-top: 14%;
background-size: contain;
}
#imgTop > h1 {
width: 100%;
text-align:center;
margin-bottom: 30px;
font-weight: normal;
}
#imgTop > h1 + img {
margin-bottom: 50px;
}

/* ボタン
-------------------------------------------------------------------------------------*/
ul.listGeneralFloatA {
list-style: none;
margin: 0;
padding: 5px 0;
}
ul.listGeneralFloatA li {
line-height: 35px;
display: inline;
float: left;
margin: 0 10px 0 0;
padding: 5px;
border: 1px solid #ccc;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
font-weight: bold;
font-size: 16px;
}
ul.listGeneralFloatA a {
display: block;
min-width: 200px;
height: 35px;
padding: 10px 5px;

border: 1px solid #ce4051;
border-radius: 3px;

text-shadow: 0 -1px 1px #999;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45), 1px 1px 0px rgba(255,255,255, 0.7) inset;

background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ce2137), color-stop(0.00, #f7768c)) #cb1e1e;
background: -webkit-linear-gradient(top, #f7768c 0%, #ce2137 100%) #cb1e1e;
background: -moz-linear-gradient(top, #f7768c 0%, #ce2137 100%) #cb1e1e;
background: -ms-linear-gradient(top, #f7768c 0%, #ce2137 100%) #cb1e1e;
background: linear-gradient(top, #f7768c 0%, #ce2137 100%) #cb1e1e;
background-color: #cb1e1e;
text-decoration: none;
color: #fff;
}
ul.listGeneralFloatA a:link {
text-decoration: none;
color: #fff;
}
ul.listGeneralFloatA a:hover {
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #df495c), color-stop(0.00, #f17e92));
background: -webkit-linear-gradient(top, #f17e92 0%, #df495c 100%);
background: -moz-linear-gradient(top, #f17e92 0%, #df495c 100%);
background: -o-linear-gradient(top, #f17e92 0%, #df495c 100%);
background: -ms-linear-gradient(top, #f17e92 0%, #df495c 100%);
background: linear-gradient(top, #f17e92 0%, #df495c 100%);

background-color: #f17e92;
}
ul.listGeneralFloatA a:active {
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f17e92), color-stop(0.00, #df495c));
background: -webkit-linear-gradient(top, #df495c 0%, #f17e92 100%);
background: -moz-linear-gradient(top, #df495c 0%, #f17e92 100%);
background: -o-linear-gradient(top, #df495c 0%, #f17e92 100%);
background: -ms-linear-gradient(top, #df495c 0%, #f17e92 100%);
background: linear-gradient(top, #df495c 0%, #f17e92 100%);
background-color: #e23333;

}
ul.listGeneralFloatA a img {
vertical-align: middle;
margin-right: 5px;
margin-left: 5px;
}
ul.listGeneralFloatA a img {
display: inline;
float: left;
}
ul.listGeneralFloatA a span.text {
line-height: 1.2;
display: inline;
float: left;
font-size: 16px;
}
/* 特殊フォントサイズ系
-------------------------------------------------------------------------------------*/
#wPrimary .fonS12 {
font-size: 12px;
}

/* フキダシのCSS
-------------------------------------------------------------------------------------*/
.talk-wrap{
display: block;
clear: both;
margin:0 auto 3px auto;
font-size: 1.8rem;
}
.talk-wrap p{
margin:0;
}
.left-icon{
width: 100px;
height: 100px;
border-radius: 50%;
-webkit-border-radius: 50%;
background: no-repeat;
background-size: 130%;
background-position: center;
float:left;
display:inline-block;
box-shadow: 1px 1px 7px #aaa; /*左のアイコンの影の設定*/
border: 1px solid #ccc; /*左のアイコンの枠の設定*/
margin-bottom: 10px;
}
.talk-left{
float:right;
position: relative;
background: #fff; /*左のフキダシの背景色*/
border: 1px solid #666;
padding: 3%;
border-radius: 10px;
width: 76%;
margin-top:10px;
box-shadow: 1px 1px 5px #aaa; /*左のフキダシの影の設定*/
margin-bottom: 10px;
}
.talk-left:before {
content: "";
display: inline-block;
border: 10px solid transparent;
border-right-color: #666; /*左のフキダシのしっぽ*/
position: absolute;
left: -20px;
top: 25%;
margin-top: -8px;
}
.talk-left:after {
content: "";
display: inline-block;
border: 10px solid transparent;
border-right-color: #fff; /*左のフキダシのしっぽ*/
position: absolute;
left: -19px;
top: 25%;
margin-top: -8px;
}
.right-icon{
width: 100px;
height: 100px;
border-radius: 50%;
-webkit-border-radius:50%;
background: no-repeat;
background-size: 130%;
background-position: center;
float:right;
display:inline-block;
box-shadow: 1px 1px 7px #aaa; /*右のアイコンの影の設定*/
border: 1px solid #ccc; /*右のアイコンの枠の設定*/
margin-bottom: 10px;
}
.talk-right{
float:left;
position: relative;
background: #f2faff; /*右のフキダシの背景色*/
border: 1px solid #666;
padding: 3%;
border-radius: 10px;
width: 76%;
margin-top:10px;
box-shadow: 1px 1px 5px #aaa; /*右のフキダシの影*/
margin-bottom:10px;
}
.talk-right:before {
content: "";
display: inline-block;
border: 10px solid transparent;
border-left-color: #666; /*右のフキダシのしっぽ*/
position: absolute;
right: -20px;
top: 25%;
margin-top: -8px;
}
.talk-right:after {
content: "";
display: inline-block;
border: 10px solid transparent;
border-left-color: #f2faff; /*右のフキダシのしっぽ*/
position: absolute;
right: -19px;
top: 25%;
margin-top: -8px;
}
.talk-end{
clear:both;
margin-bottom:50px;
}

#newsList {
	clear: both;
	height: 2.5em;
}
#newsList p#prev {
	display: inline;
	float: left;
	padding-left: 15px;
	background: url(/photo/tanekiyo/images/arrow_L.gif) left 5px no-repeat;
}
#newsList p#next {
	display: inline;
	float: right;
	padding-right: 15px;
	background: url(/photo/tanekiyo/images/arrow_R.gif) right 3px no-repeat;
}
.summary:after, #newsList:after {
	content: "";
	display: block;
	clear: both;
}
/* for IE6 */
* html .summary, * html #newsList {
	display: inline-block;
}
/* for IE7 */
*+html .summary, *+html #newsList {
	display: inline-block;
}

/* ここからスマホの設定
-------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px){

#imgTop > h1 + img {
margin-bottom: 20px;
}	

.titleSub p span {
	display: none;
}

#newsList {
	margin-bottom: 15px;
}

.summary:after {
	content: "";
	display: block;
	clear: both;
}

/* ボタン
-------------------------------------------------------------------------------------*/
/*reset*/
.listGeneralFloatA.listGeneralFloatA {
margin: 0 5px 20px;
padding: 10px 0 0;
}

.listGeneralFloatA.btnStyle1 li {
display: block;
float: none;
margin: 0 0 15px;
padding: 0;
border: none;
line-height: inherit;
-moz-border-radius: initial;
-webkit-border-radius: initial;
border-radius: initial;
}
/*end*/

.btnStyle1 li {
width: 100%;
}

.btnStyle1 li + li,
.listGeneralFloatA li + li {
margin-top: 15px;
}

.btnStyle1 li:nth-child(2n+1),
.btnStyle1 li:nth-child(2n+2) {
padding: 0;
}

.btnStyle1 li a,
.listGeneralFloatA.btnStyle1 li a {
min-width: 0;/*reset*/
height: auto;/*reset*/
box-shadow: none;/*reset*/
text-shadow: none;/*reset*/
border: none;/*reset*/
display: block;
width: 100%;
min-height: 35px;
padding: 0 10px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: #fff;
text-align: left;
font-weight: bold;
text-decoration: none;
background: #d80b24;
}

.btnStyle1 li a img,
.listGeneralFloatA.btnStyle1 li a img {
display: none;
}

.btnStyle1 li a > span,
.listGeneralFloatA.btnStyle1 li a > span {
display: table;
position:relative;
margin: 0 auto;
padding: 11px 0 11px 15px;
line-height: 1.2;
text-align: left;
vertical-align: middle;
}

.btnStyle1 li a > span.text2,
.listGeneralFloatA.btnStyle1 li a > span.text {
float: none;/*reset*/
font-size: 14px;
font-size: 1.4rem;
}

.listGeneralFloatA.btnStyle1 a.netshop > span {
padding: 11px 8px 11px 37px;
line-height: 1.4;
}

.listGeneralFloatA.btnStyle1 a.shop > span {
padding: 11px 8px 11px 37px;
line-height: 1.4;
}

.listGeneralFloatA.btnStyle1 li a:hover,
.listGeneralFloatA.btnStyle1 li a:active {
background: #d80b24;/*reset*/
}

.btnStyle1 li a > span:before,
.listGeneralFloatA.btnStyle1 a > span:before {
content: "";
position: absolute;
top: 50%;
left: 0;
margin-top: -6px;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 9px solid #fff;
}

.listGeneralFloatA.btnStyle1 a.netshop > span:before {
content: url(/shopping/news/images/ico_cart.png);
margin-top: -18px;/*IE8以外*/
transform: scale(0.6);
-ms-transform: scale(0.6);
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
border: none;
}

.listGeneralFloatA.btnStyle1 a.shop > span:before {
content: url(/shopping/images/ico_sss.gif);
margin-top: -18px;/*IE8以外*/
transform: scale(0.6);
-ms-transform: scale(0.6);
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
border: none;
}
section > h2 {
background-color: #ffffff;
color: #3d3333;
}
/* フキダシのCSS
-------------------------------------------------------------------------------------*/	
.left-icon{
width: 80px;
height: 80px;
}
.talk-left{
width: 76%; 
}
.right-icon{
width: 80px;
height: 80px;
}
.talk-right{
width: 76%; 
}
.section {margin-left: 10px; margin-right:10px;}
/* サイドメニュー
-------------------------------------------------------------------------------------*/
#wSideBar {
display: none;
}
}

@media screen and (min-width:640px) and (max-width:768px){
.talk-left{width: 80%;}
.talk-right{width: 80%;}
}

@media screen and (max-width: 380px){
.left-icon{
width: 60px;
height: 60px;
}
.talk-left{
width: 70%; 
}
.right-icon{
width: 60px;
height: 60px;
}
.talk-right{
width: 70%; 
}
}

video {width:100%; padding:10px 20px 0 0 ;}