@charset "utf-8";
/* CSS Document */

.mt0{
	margin-top:0px !important;
}
.mt5{
	margin-top:5px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt50{
	margin-top:50px !important;
}

.mb0{
	margin-bottom:0px !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}

.switch {
  visibility: hidden; /* 画面サイズによって表示を切り替える */
}

/*テンプレート選択ボックス*/
#pop .container .template_select_box div img{
	display:inline !important;
}
#pop .container .template_select_box div img.img_line{
	border:#CCCCCC 1px solid;
}
#pop .container .template_select_box div p{
	text-align:left;
	font-size:1.2em;
}
#pop .container .template_select_box div p span{
	font-size:0.8em;
	color:#333333;
}
#pop .container .template_select_box div p span.price{
	color: #C00;
}
#pop .container .template_select_box div p span.price strong{
	font-size:1.2em;
}
#pop .container .template_select_box div p.c_copy{
	font-size:1.0em;
	color:#333333;
	padding:0px 15px 10px 15px;
}
.container p.notes{
	font-size:0.9em !important;
	margin:1.5rem auto !important;
}

.container p.attention{
	font-size:0.9em !important;
	margin:1.5rem auto !important;
	color: #F00;
}

#home footer .container{
	margin-top:0px !important;
}
#pop .template_select_box div img.mb {
	margin-bottom:2rem;
}
/* index クーポン情報*/
.label-coupon {
	background-color: #ff7979;
}
#home .coupon_box {
    border-bottom: #CCC dotted 0.1rem;
    margin-bottom: 1rem !important;
    padding-bottom: 0.5rem;
}
.coupon_box dt {
	padding-left: 1.5rem;
	text-align: left;
	width: 120px;
}
#home .coupon_box .label {
	padding-top: 0.5rem;
    display: inline-block;
    width: 10rem;
}
.coupon_box dd {
	margin-left: 140px;
}
.fa-ticket {
	color: #fff;
}


@media (max-width:767px){
	.nav-wizard{
		display:none;
	}
	.download{
		display:none;
	}
	#home .coupon_box dd {
    	padding-left: 1.5rem;
    	margin-left: 0;
	}
}

/*テンプレート価格table*/
.price_table .table tr th,
.price_table .table tr td{
	border-top:none;
	border-bottom:1px dotted #CCCCCC;
}
.price_table .table tr.red{
	color:#C00;
}
.price_table .table tr td span{
	font-weight:bold;
}

/*ビンゴカードe*/
.form-bingo {
    display: inline-block;
    padding: 0.5rem 0.5rem 0 0.5rem;
}
.opbtn:hover {
	opacity:0.6;
}

/*cartクーポン注意文*/
.coupon_note {
	margin-top: 3.5rem;
    margin-bottom: 0;
    padding: 1rem 1rem 0.8rem;
    border: 2px #F00 solid;
	font-size: 1.2rem;
	color: #F00;
}
