@charset "utf-8";
/* CSS Document */
/*===============================================
●SP 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
#form_checkout_title {
width: auto;
}
/* Footer
----------------------------------------------------------------- */
#footer_o {
border-top: solid 1px #CACACA;
margin: 30px 0 0 0;
padding: 10px 0 0 0;
}
#footer_o a:link , a:visited {
color: #02A621;
text-decoration: underline;
}
#footer_o a:hover , a:active {
color: #FF0000;
text-decoration: none;
}
#footer_o .footer_link_o {
text-align: left;
margin: 0px 10px 0px 10px;
padding: 0px;
list-style: none;
width: 300px;
}
#footer_o .footer_link_o li {
font-size: 14px;
line-height: 20px;
}
#footer_o .footer_company_info_o {
padding-top: 10px;
text-align:left;
}
#footer_o .footer_copyrigh_o {
padding-top: 10px;
text-align: left;
font-size: 12px;
}
}
/*===============================================
●PC 画面の横幅が768px
===============================================*/
@media screen and (min-width:768px){
}
/* -------------------------------------------------------------------- 
カウンター
-------------------------------------------------------------------- */
.counter {
position: fixed;
z-index: 10000;
max-width: 768px;
width: 100%;
margin: 0;
}
.conteiner {
margin: 2px auto;
width: 270px;
background-color: #fff;
padding: 15px;
text-align: center;
}
#timer {
background-color: gray;
font-size: 40px;
height: 120px;
line-height: 120px;
margin-bottom: 15px;
}
html {
box-sizing: border-box;
font-size: 62.5%;
}
@media screen and (min-width: 768px) {
html {
font-size: 78.195%;
}
}
body {
font-size: 1.2rem;
line-height: 1.75em;
}
.cdt_wrapper {
background-color: #000;
font-weight: bold;
}
@media screen and (min-width: 768px) {
br.sp_br {
display: none;
}
.cmbanner{
padding: 45px 0 0;
}
.cdt_wrapper {
line-height: .8;
font-size: 1.6rem;
padding: 10px 20px;
}
.cdt_txt {
font-size: .5em;
display: inline-block;
margin-right: 3em;
}
.cdt_num {
color: #ffffff;
line-height: 1;
padding: .1em .15em;
}
.cdt {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media screen and (max-width: 768px) {
.cmbanner{
padding: 17% 0 0;
}
.cdt_wrapper {
line-height: 1.5;
font-size: 1.8rem;
padding: 5px 20px;
text-align: center;
}
.cdt_txt {
font-size: .5em;
display: inline-block;
}
.cdt_num {
color: #ffffff;
line-height: 1;
padding: .1em .10em;
}
}
.cdt_wrapper small {
font-size: .6em;
padding: 0 .4em;
}
.cdt_txt span {
display: block;
line-height: 1;
font-size: 1.6em;
color: #fff;
padding: 5px 20px;
border: 1px solid #fff;
}
span#cdt_date small {
color: #fff;
}
#MainContent img {
width: auto;
margin: auto;
}