@charset "utf-8";

/* **************************************************

店頭受取用CSS

Copyright (c) Dospara Co., Ltd. All rights reserved. 

***************************************************** */


/* content===========================================

[1] Base Setting
[2] Page Top
[3] Text Setting
[4] Layout Setting
[5] ABOUT
[6] MERIT
[7] FLOW CHART
[8] PROCEDURE
===================================================== */


/* 1: Base Setting
=========================================================================================== */
.column2R #main {
	float: none;
	width: auto;
}

#stPickup {
	width: 970px;
	margin: 0px auto;
	font-size: 16px;
	line-height: 160%;
}

#stPickup a:hover img {
	opacity: 0.8;
 	filter: alpha(opacity=80);
 	-ms-filter: "alpha(opacity=80)";
}

@media screen and (max-width:479px){	
	#container {
		margin-bottom: 0px;
	}
	
	.column2R #main {
		width: 98%;
		margin-left: 1%;
	}
	
	#stPickup {
		width: 100%;
		margin: 0px;
		font-size: 1.0em;
	}
	
	#stPickup img {
		width: 100%;
	}
	
	#stPickup .breadCrumb {
		line-height: 130%;
	}
}


/* 2: Page Top
=========================================================================================== */
#pageTop {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 50px;
}

#pageTop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

#pageTop a:hover {
	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width:479px){
	#pageTop {
		bottom: 0px;
		right: 10px;
	}
}


/* 3: Text Setting
=========================================================================================== */
#stPickup em {
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

#stPickup strong {
	color: #ff0000;
}

#stPickup h2 {
	margin: 0px -25px 25px -25px;
	padding: 15px 0px 14px 18px;
	background-color: #064c9f;
	color: #ffffff;
	font-size: 150%;
}

#stPickup p {
	margin: 0px 0px 26px 0px;
}

#stPickup .img {
	margin: 0px;
}

#stPickup .notes {
	clear: both;
	padding-left: 1.0em;
	text-indent: -1.0em;
}

#stPickup .notes li {
	margin-bottom: 9px;
}


@media screen and (max-width:479px){
	#stPickup h2 {
		margin: 0px -14px 14px -14px;
	}
}


/* 4: Layout Setting
=========================================================================================== */
#stPickup div[class$="Cont"] {
	clear: both;
	margin: 0px 0px 72px 0px;
	padding: 0px 25px 25px 25px;
	background-color: #e5e8ea;
}

#stPickup div[class$="Cont"]:after {
	content:" ";
    display:block;
    clear:both;
}

#stPickup .forSMP {
	display: none;
}

@media screen and (max-width:479px){
	#stPickup div[class$="Cont"] {
		margin-bottom: 42px;
		padding: 0px 14px 14px 14px;
	}
	
	#stPickup .forSMP {
		display: block;
	}
}


/* 5: ABOUT
=========================================================================================== */
#stPickup .aboutCont .img {
    float: right;
    width: 350px;
	margin:10px 0 0 50px;
}

#stPickup .aboutCont .img img {
    width: 100%;
}

#stPickup div.aboutCont {
	margin: 0px 0px 40px 0px;
}

@media screen and (max-width:479px){
	#stPickup .aboutCont .img {
		width: 45%;
		margin:0;
	}
	.caution {
		margin-bottom: 40px;
	}

}


/* 6: MERIT
=========================================================================================== */
#stPickup .meritCont .meritBox {
	clear: both;
	margin: 0px 0px 25px 0px;
	padding: 18px 0px 18px 18px;
	background-color: #ffffff;
}
#stPickup .meritCont .meritBox:after {
	content:" ";
    display:block;
    clear:both;
}
#stPickup .meritCont .meritBox:last-of-type {
	margin-bottom: 0px;
}

#stPickup .meritCont .point {
	float: left;
	width: 82px;
	height: 82px;
	margin-right: 22px;
	border-radius: 50%;
	-moz-border-radius: 50%;
  	-webkit-border-radius: 50%;
  	-o-border-radius: 50%;
  	-ms-border-radius: 50%;
	background-color: #ec6941;
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

#stPickup .meritCont .point span {
	display: block;
	position: relative;
  	top: 55%;
  	transform: translateY(-50%);
}

#stPickup .meritCont h3 {
	float: left;
	width: 623px;
	margin-bottom: 9px;
	font-size: 150%;
}

#stPickup .meritCont p {
	float: left;
	width: 623px;
	margin-bottom: 0px;
}

#stPickup .meritCont .img {
	float: right;
	width: 160px;
}


@media screen and (max-width:479px){
	#stPickup .meritCont .meritBox {
		margin-bottom: 14px;
		padding: 8px 0px 8px 8px;
	}
	
	#stPickup .meritCont .point {
		float: none;
		width: auto;
		height: auto;
		margin: -8px 0px 8px -8px;
		padding: 4px;
		border-radius: 0%;
		-moz-border-radius: 0%;
		-webkit-border-radius: 0%;
		-o-border-radius: 0%;
		-ms-border-radius: 0%;
		background-color: #ec6941;
		color: #ffffff;
		font-size: 150%;
		font-weight: bold;
		text-align: left;
	}
	
	#stPickup .meritCont .point br {
		display: none;
	}
	
	#stPickup .meritCont .point span {
		display: inline;
  		top: auto;
  		transform: none;
	}
	
	#stPickup .meritCont h3 {
		float: none;
		width: auto;
	}
	
	#stPickup .meritCont p {
		width: 70%;
	}
	
	#stPickup .meritCont .img {
		width: 28%;
	}
}



/* 7: FLOW CHART
=========================================================================================== */
#stPickup .flowCont li {
	float: left;
}


@media screen and (max-width:479px){
	#stPickup .flowCont li {
		float: none;
		width: 90%;
		margin: 0% 0% 12px 0%;
		text-align: center;
	}
	
	#stPickup .flowCont li img {
		width: auto;
	}
}





/* 8: PROCEDURE
=========================================================================================== */
#stPickup .procedureCont h3 {
	margin: 0px 0px 18px 0px;
	padding: 70px 0px 2px 0px;
	border-bottom: 2px dotted #014fa4;
	background-image: url(/5info/img/in-store-pickup/04proc_arrow.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #014fa4;
	font-size: 112.5%;
}
#stPickup .procedureCont h3:first-of-type {
	padding-top: 0px;
	background-image: none;
}

#stPickup .procedureCont h4 {
	position: relative;
	width: 271px;
	margin-bottom: 14px;
	padding: 3px 0px;
	border: 1px solid #014fa4;
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
}
#stPickup .procedureCont h4:after {
	position: absolute;
	content: "▼";
	color: #40c5ec;
	right: 8px;
}
#stPickup .procedureCont h4:hover {
	background-color: #f3f4f5;
}

#stPickup .procedureCont .cap {
	text-align: center;
}

#stPickup .procedureCont .notes {
	margin-top: -23px;
}

#stPickup .procedureCont .boxL {
	float: left;
	width: 76%;
}

#stPickup .procedureCont .boxR {
	float: right;
	width: 24%;
	text-align: right;
}



@media screen and (max-width:479px){
	#stPickup .procedureCont h4 {
		width: 100%;
	}
	
}



/* 9: NOTES
=========================================================================================== */



@media screen and (max-width:479px){
    #Header {
	min-width: 320px;
}
#Header .inner {
	height: 40px;
	width: 100%;
}
#Header .logo {
	position: static;
}
#Header .logo img {
	height: auto;
	width: 50%;
}
#Header h1,
#Header ul.navi,
#Header .keyword,
#Header .btn,
#Globalnavi,
#headsearchBox,
.leadSection,
.leadSectionInner,
.breadCrumb {
	display: none !important;
}

body {
	min-width: 320px!important;
    width: 100%!important;
}
#container, #wrapper {
	width:100% !important;
}
#container #lp_page {
	margin-top: 10px;
    width: 96%;
}
.sectionBox img , .bnrBox img{
	width: 100%;
	height: auto;
}	
.sectionBox li + li {
	margin-top: 0.5em;
}
.sectionBox p + p {
	margin-top: 0.5em;
}
	
/*-------------------------------------
　フッター周り
---------------------------------------*/
#pagetop {
	bottom: 10px;
	right: 10px;
}

.footerTagline {
	margin-bottom: 4px;
	padding: 0% 2%;
	text-align: left;
	font-size: 90%;
	line-height: 140%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks {
	display: none;
}

.footerTagline,
#footer,
#footerNav2,
#footerLinks #footerLinks_Nav,
#footerLinks #footerLinks_NavParts,
#footerCopy,
#footerCopy p.copyright {
	width: 100%;
	min-width: 100%;
}

#footer {
	padding: 9px 0px 7px 0px;
}

#footerLinks ul {
	float: none;
}

#footerCopy p.copyright a {
	display: block;
	margin-bottom: 7px;
}

#footerLinks ul {
	margin: 12px 0px 0px 5px;
}

#footerLinks ul li {
	display: inline-table;
	width: 45%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks ul li.catName,
#footerLinks ul li.noLink {
		width: 90%;
}

#footerNav2 ul {
	margin: 0% 4%;
}

#footerNav2 li {
	display: inline-table;
	width: 49%;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	border-left: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerNav2 li:first-of-type {
	margin-bottom: 9px !important;
}

#splink_footer {
	display: none !important;
}

#footerCopy p.copyright {
	text-align: center;
	font-size: 80%;
}
	
}





/* 99: Pop Up for SmartPhone
=========================================================================================== */
@media screen and (max-width:510px){
	#fvpop {
		height:auto !important;
		width:90% !important;
	}
	#fvpop img {
		height:auto !important;
		width:100% !important;
	}
}

