@charset "UTF-8";
/*Basestyle
**************************************************************/
body{padding-top: 80px;}
iframe.contactform {
	width: 100%;
	border: 0;
}
/*.video iframe {
	width: 100%;
	height: 350px;
}*/
.marginauto {
	margin: auto;
}
.container.minicolumn {
	max-width: 800px;
}
.highlight {
	padding: 9px 14px;
	margin-bottom: 14px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 4px;
}
.panel-group {
	margin-bottom: 50px;
}

/*販売終了関連 20161011*/
.discon-bnr {
	padding: 1rem;
	background-color: #b12828;
	/* display: inline-block; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 4px;
	font-size: 1rem;
	margin: -2rem 0 4rem;
	text-align: center;
	color:white;
}

/*角丸削除*/
.no-border-radius {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}


/*フッターのデザインをセンターに修正*/
/*
.facebook-like {
    width: auto;
}
footer div[class*="col-"].social {
    margin-top: 0;
}
footer div[class*=col].share {
    width: 250px;
    margin: auto;
		margin-bottom: 2rem;
    float: none;
}
#en footer div[class*=col].share {
	width: 190px;
}
footer div[class*="col-"] {
    min-width: 100%;
    text-align: center;
}
*/


/*Del のスタイルを調整*/
del {
    opacity: .4;
    color: #6d7579;
}

/*GDPR調整*/
a.cc-btn.cc-dismiss:hover {
    color: rgb(35, 122, 252);
}

/*ソーシャルアイコン修正*/
.social .svg-img{
	width:30px;
	height:30px;
}
.pm-social .svg-img{
	width:70px;
	height:70px;
}
