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

*{
	margin:0px;
	padding:0px;
}

html,body{
	height:100%;
	margin:0px;
}

body {
	width:100%;
	height:100%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#231815;
/*	background:url(../img/seasonbg.png) repeat;*/
	line-height: 1.5em;
}

a{
	color:#231815;
}

a:hover{
	color:#885f54;
}


h1,h2,h3,h4,h5,h6,address{
	font-size:100%;
	font-weight:normal;
	font-style:normal;
}

img{
	margin:0px;
	padding:0px;
	border:none;
	vertical-align:middle;
}

div {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}

.clear{clear:both;}


.clearbox{
	overflow:hidden;
	position:relative;
	zoom:1;
}

ul{
	margin:0px;
	padding:0px;
}

.last{
	margin:0px !important;
}



.last_border{
	border:none !important;
}

/*//header//*/
#header{
	margin:0 auto;
}


#header .otherlinkbg{
	background:#231815;
	height:22px;
}

#header .box{
	width:944px;
	margin:0 auto;
}


#header .otherlinkbg .box p{
	float:left;
	padding:5px 15px 0 0;
}

#header .otherlinkbg .box ul{
	margin:2px 0 0;
	padding:0px;
	float:left;
}

#header .otherlinkbg .box ul li{
	list-style:none;
	margin:0 13px 0 0;
	float:left;
	padding:0px;
	font-size:10px;
}


#header .otherlinkbg .box ul li a{
	display:block;
	text-decoration:none;
	height:16px;
	width:48px;
	background:url(../img/header-other-area.png) no-repeat 0 0;
	background-size: 240px;
}

#header .otherlinkbg .box ul li a:hover{
	background-position-y: -17px !important;
}


#header .otherlinkbg .box ul li.gunma a{
	background-position: 0 0;
}


#header .otherlinkbg .box ul li.tochigi a{
	background-position: -48px 0;
}


#header .otherlinkbg .box ul li.saitama a{
	background-position: -96px 0;
}

#header .otherlinkbg .box ul li.nagano a{
	background-position: -144px 0;
}


#header .header{
	height:170px;
}

#header .header-gunma{
	background:url(../img/header_bg.gif?_=20150317) repeat-x;
}

#header .header-tochigi{
	background:url(../img/header-tochigi-bg.gif?_=20150317) repeat-x;
}

#header .header-saitama{
	background:url(../img/header-saitama-bg.gif?_=20150317) repeat-x;
}

#header .header-nagano{
	background:url(../img/header-nagano-bg.gif) repeat-x;
}



#header .header .logobox{
	float:left;
	padding-top:10px;
}
		
#header .header .logobox span.icon{
	position:absolute;
	z-index:1;
	left:106px;
	top:0px;
}

#header .header .logobox span.logo{
	z-index:2;
}


#header .header .header_all_shopnumber{
	background:url(../img/header-all-shop-number.png) no-repeat;
	width:398px;
	height:64px;
	float:left;
	padding:6px 6px 0;
	margin:0 10px 0 25px;
}


#header .header .header_all_shopnumber .day{
	text-align:center;
	height:17px;
	color:#fff;
	background:#ee86a8;
	margin:0 0 4px;
}

#header .header .header_all_shopnumber .allshop{
	margin:0 0 3px 106px;
}

#header .header .header_all_shopnumber .allshop p.all{
	margin:0 10px 0 0;
	float:left;
}

#header .header .header_all_shopnumber .allshop p.number{
	text-align:right;
	float:left;
	color:#ae0082;
	font-weight:bold;
	width:112px;
	font-size:36px;
	line-height: 1.4em;
	/*background:url(../img/header_shop_all_shop.gif) no-repeat 100% 18px;*/
}

#header .header .header_all_shopnumber p.girls,
#header .header .header_all_shopnumber p.syuchou,
#header .header .header_all_shopnumber p.shop {
/*	text-align:center;
*/	font-weight:bold;
	font-size:14px;
	color:#ae0082;
	margin:0 0 3px;
}

/*#header .header .header_all_shopnumber .judgment{
	width:216px;
	margin:0 auto;
}*/

/*#header .header .header_all_shopnumber .judgment p{
	width:102px;
	float:left;
	text-align:right;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size:11px;
	color: #231815 !important;
}*/

#header .header .header_all_shopnumber .judgment p.syuchou{
	background:url(../img/header_all_shopnumber_syuchou.gif) no-repeat;
}

#header .header .header_all_shopnumber .judgment p.shop{
	background:url(../img/header_all_shopnumber_shop.gif) no-repeat;
}

#header .header .infobox{
	float:left;
	position: absolute;
    right: 0;
    top: 0;
	/*margin:21px 0 0;*/
}

#header .header .infobox ul.link{
	margin:0 0 5px;
}

#header .header .infobox ul.link li{
	list-style:none;
	float:left;
}

#header .header .infobox ul.link li .historie-btn {
	background-color: #fad5e5;
	border-radius: 5px;
    color: #e4007f;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    padding: 4px;
    text-align: center;
    width: 110px;
}

#header .header .infobox ul.link li .historie-btn span {
	color: #e4007f;
}

#header .header .infobox ul.link li .historie-btn img,
#header .header .infobox ul.link li .historie-btn span {
	display: inline-block;
	vertical-align: middle;
	visibility: visible;
}

#header .header .infobox ul.link li a{
	display:block;
	text-decoration:none;
}

#header .header .infobox ul.link li a:hover{
	background-position:0 -20px !important;
}


#header .header .infobox ul.link li.mobile a{
	background:url(../img/header-icon-mobile.png) no-repeat;
	width:49px;
	margin:0 12px 0 0;
}

#header .header .infobox ul.link li.smart a{
	background:url(../img/header-icon-smart.png) no-repeat;
	width:114px;
	margin:0 12px 0 0;
}

#header .header .infobox ul.link li.kanri a{
	background:url(../img/header-icon-kanri.png) no-repeat;
	width:72px;
}

#header .header .infobox .searchbox{
	color:#fff;
}

#header .header .infobox .searchbox form {
	align-items: center;
	display: -webkit-flex;
	display: flex;
}

#header .header .infobox .radio {
	background: rgba(255,255,255,.3);
    border: 1px solid #4c4948;
    border-right: 0;
    height: 19px;
    padding: 0px 4px;
}

#header .header .infobox .radio p{
	float:left;
}

#header .header .infobox .radio p.shopname{
	margin:0 4px 0 0;
}

#header .header .infobox input{
	vertical-align:middle;
}

#header .header .infobox .searchbtn {
	background-image: linear-gradient(#f5f5f5 0%, #6f6f6f 80%, #f5f5f5 130%);
	border: 1px solid #4c4948;
	height: 21px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px;
}

#header .header .infobox .searchbtn:hover {
	cursor: pointer;
}

#header .header .infobox .textbox{
	border:1px solid #4c4948;
	border-right: 0;
	width:140px;
	padding:2px;
}



#header .header h1,
#header .header h2{
	float:none;
	width:944px;
	margin:0 auto;
	color:#fff;
}

#header .header h1{
	margin:0 auto 2px;
	padding-top:2px;
}


#header .header h2{
	/*margin:-5px auto 6px;*/
	margin:2px auto;
}








#header .header .header_all_shopnumber .all-shop-number-left {
	width:250px;
	float:left;
}

#header .header .header_all_shopnumber .all-shop-number-right {
	width:128px;
	float:right;
	padding-left:16px;
}





/*//layout//*/
#seasonbg{
	margin:0 auto;
}


#mainlayout{
	background-color: #fff;
	width:945px;
	margin:0 auto;
	padding:15px 30px;
}


#mainlayout #leftcontent{
	width:674px;
	margin:0 13px 0 0;
	padding:0 0 30px;
	float:left;
}


#mainlayout #rightcontent{
	width:258px;
	padding:0 0 30px;
	float:left;
}


/*//rightcontent//*/
/*newshop*/
#rightcontent #newshop{
	background: #F9F6F2;
	border:1px solid #F9F6F2;
	border-top:none;
	padding:5px 4px 0;
	margin:0 0 17px;
}


#rightcontent #newshop div.box{
	width:247px;
	border-bottom:1px solid #797776;
	padding:0 0 2px;
	margin:0 0 5px;
}

#rightcontent #newshop div.box .photo{
	width:83px;
	height: 62px;
	overflow: hidden;
	margin:0 5px 0 0;
	float:left;
}

#rightcontent #newshop div.box .textbox{
	float:left;
	width:159px;
	margin:0 0 4px;
}

#rightcontent #newshop div.box .textbox p.name{
	height:38px;
	margin:0 0 3px;
}


#rightcontent #newshop div.box .textbox .iconbox p{
	float:left;
	margin:0 3px 0 0;
	height:21px;
}

#rightcontent #newshop div.box .industrybox p.industry{
	float:left;
}

#rightcontent #newshop div.box .industrybox p.day{
	float:right;
	font-size:10px;
}


/*gekkan*/
#rightcontent #gekkan{
	margin:0 0 17px;
}

#rightcontent #gekkan img{
	border:1px solid #c2c1bf;
}
#rightcontent #gekkan img.main-img{
	width: 255px;
}

#rightcontent #gekkan div.vpiece{
	background-size:cover!important;
}


/*recruitlist*/
#rightcontent #recruitlist,
#rightcontent #search-for-playing{
	background: #F9F6F2;
	border:1px solid #F9F6F2;
	border-top:none;
	padding:5px 4px 0;
	margin:0 0 17px;
}

#rightcontent #search-for-playing .ow-form-submit{
	padding: 6px;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#rightcontent #recruitlist .box{
	border-bottom:1px solid #797776;
	width:247px;
	margin:0 0 5px;
	padding:0 0 3px;
}

#rightcontent #recruitlist .box .photo{
	width:84px;
	margin:0 3px 0 0;
	float:left;
	height: 62px;
	overflow: hidden;
}

#rightcontent #recruitlist .box .textbox p.text{
	height:35px;
	white-space:normal !important;
	overflow:hidden;
}



/*hotellist*/
#rightcontent #hotellist{
	background: #F9F6F2;
	border:1px solid #F9F6F2;
	border-top:none;
	padding:5px 4px 0;
	margin:0 0 17px;
}

#rightcontent #hotellist a{
	color:#00b2ae;
}

#rightcontent #hotellist a:hover{
	color:#88e2e0;
}

#rightcontent #hotellist .box{
	border-bottom:1px solid #797776;
	width:247px;
	margin:0 0 5px;
	padding:0 0 3px;
}

#rightcontent #hotellist .box .photo{
	width:84px;
	margin:0 3px 0 0;
	float:left;
}

#rightcontent #hotellist .box .textbox{
	float:left;
	width:160px;
}

#rightcontent #hotellist .box .textbox p{
	white-space:nowrap;
	font-size:11px;
}


#rightcontent #hotellist .box .textbox p.text{
	height:35px;
	white-space:normal !important;
	overflow:hidden;
}

/*osusume*/
#rightcontent #osusume_box{
	background: #F9F6F2;
	border:1px solid #F9F6F2;
	border-top:none;
	padding:6px 7px;
	margin:0 0 17px;
}

#rightcontent #osusume_box p{
	margin:0 0 10px;
	text-align:center;
	width:242px;
}


/*rightqr*/
#rightcontent #rightqr{
	margin:0 0 10px;
}

#rightcontent #rightqr img.main-img{
	width: 258px;
}

#rightcontent #rightqr div.vpiece{
	background-size:cover!important;
}




/*rightbanner*/
#rightcontent #rightbanner p,
#rightcontent #rightbanner div.pr-box{
	margin:0 0 10px;
}




/*//history//*/
h3.history{
	background:#e1c4de;
	margin:0 0 8px;
	height:24px;
	padding:6px 0 0 16px;
	width:929px;
}

#history_box{
	width:925px;
	margin:0 auto;
	padding:0 10px 7px;
	border-bottom:1px solid #797776;
}

#history_box .box{
	float:left;
	width:95px;
	margin:0 23px 0 0;
	height: 227px;
}

#history_box .box p{
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

#history_box .box p.photo{
	margin:0 0 6px;
	height:132px;
}


/*//footer//*/
#footer{
	background:#231815;
	padding:17px 0 10px;
	color:#fff;
}

#footer a{
	color:#D3D3D4;
	text-decoration:none;
}

#footer .footer{
	width:945px;
	margin:0 auto;
}

#footer .footer .bannerbox{
	margin:0 0 30px;
}

#footer .footer .bannerbox .box{
	float:left;
	width:147px;
	margin:0 12px 0 0;
}

#footer .footer .bannerbox .box .photo{
	margin:0 0 4px;
}

#footer .footer .bannerbox .box p{
	padding:2px;
}

#footer .footer .bannerbox .box p.text{
	height:30px;
}

#footer .footer .footerlink{
	text-align:center;
	margin:0 0 35px;
}


#footer .footer .footerlink ul{
	margin:0 0 10px;
	padding:0px;
}

#footer .footer .footerlink ul li a{
	color:#fff;
	text-decoration:none;
}

#footer .footer .footerlink ul li a:hover{
	color:#ffd3ec;
	text-decoration:none;
}


#footer .footer .footerlink ul li{
	display:inline;
	padding-left:8px;
	padding-right:4px;
	border-right:1px solid #fff;
	list-style:none;
	font-weight:bold;
}

#footer .footer .footerinfo{
	color:#d3d3d4;
	padding:0 5px;
}

#footer .footer .footerinfo .copyright{
	float:left;
	padding:17px 0 0;
}

/* 201910月リニューアルで削除 */
/* #footer .footer .footerinfo .under18{
	float:right;
	background:url(../img/footer_under18.gif) no-repeat;
	padding:0 0 0 36px;
} */


/*//common//*/
h2.m12,
h3.m12,
.title_hl.m12{
	margin:0 0 12px;
}

.h2_title{
	height:24px;
	padding:6px 4px 0 14px;
}

.h2_bgpink{
	background:url(../img/h2_pinkbg.jpg) repeat-x;
}

.h2_bgpink2{
	background:url(../img/h2_pink2bg.jpg) repeat-x;
}

.h2_bggreen{
	background:url(../img/h2_greenbg.jpg) repeat-x;
}

.h2_bgpurple{
	background:url(../img/h2_purplebg.jpg) repeat-x;
}

.h2_bgpurple2{
	background:url(../img/h2_purple2bg.jpg) repeat-x;
}

.h2_title h2,
.h2_title .title_hl{
	float:left;
}

.h2_title h2 {
	font-size: 16px;
	font-weight: bold;
    color: #fff;
}

.h2_title .btn{
	float:right;
}


ul.morebtn{
	margin:0px;
	padding:0px;
}


ul.morebtn li{
	list-style:none;
}

ul.morebtn li a{
	height:20px;
	width:85px;
	display:block;
	text-decoration:none;
}

ul.morebtn li a:hover{
	background-position:0 -20px !important;
}

ul.morebtn li.pink a{
	background:url(../img/btn_more_pink.png) no-repeat;
}

ul.morebtn li.green a{
	background:url(../img/btn_more_green.png) no-repeat;
}

ul.morebtn li.purple a{
	background:url(../img/btn_more_purple.png) no-repeat;
}

.link_purple01 a{
	color:#b3108a;
}

.link_purple01 a:hover{
	color:#f3a7e0;
}

.link_pink01 a{
	color:#e4007f;
}

.link_pink01 a:hover{
	color:#ee98c8;
}

.link_orange01 a{
	color:#eb6100;
}

.link_orange01 a:hover{
	color:#f6b07f;
}


.fontbold{
	font-weight:bold;
}


.btnset ul{
	float:left;
}


ul.uploadbtn{
	padding:0px;
	margin:1px 5px 0 0;
}


ul.uploadbtn li{
	list-style:none;
}

ul.uploadbtn li a{
	height:19px;
	width:57px;
	display:block;
	text-decoration:none;
}

ul.uploadbtn li a:hover{
	background-position:0 -19px !important;
}


ul.uploadbtn li.pink a{
	background:url(../img/btn_updata_pink.png) no-repeat;
}

ul.uploadbtn li.purple a{
	background:url(../img/btn_updata_purple.png) no-repeat;
}


ul.navbtn li{
	list-style:none;
}

ul.navbtn li a{
	height:20px;
	width:85px;
	display:block;
	text-decoration:none;
}

ul.navbtn li a:hover{
	background-position:0 -20px !important;
}


ul.navbtn li.n_pink a{
	/* background:url(../img/btn_next_pink.png) no-repeat; */
}

ul.navbtn li.b_pink a{
	/* background:url(../img/btn_back_pink.png) no-repeat; */
}

ul.navbtn li.n_purple a{
	/* background:url(../img/btn_next_purple.png) no-repeat; */
}

ul.navbtn li.b_purple a{
	/* background:url(../img/btn_back_purple.png) no-repeat; */
}

ul.pagetop li{
	list-style:none;
}

ul.pagetop li a{
	/* height:20px; */
	/* width:96px; */
	width:151px;
	display:block;
	text-decoration:none;
}


ul.pagetop li a:hover{
	/* background-position:0 -20px !important; */
}


ul.pagetop li.pink a{
	/* background:url(../img/btn_pagetop_pink.png) no-repeat; */
}

ul.pagetop li.purple a{
	/* background:url(../img/btn_pagetop_purple.png) no-repeat; */
}


#underlink{
	margin:0 0 30px;
	width: 100%;;
}


#underlink .linkbox{
	float:left;
	width: 70%;
	margin-right: 20px;
}

#underlink .linkbox ul{
	float:left;
}

#underlink .linkbox ul.next{
	float:right;
}


#underlink .linkbox ul.link{
	margin:0px auto;
	padding:0px;
	/* width:335px; */
	width:280px;
	text-align:center;
}

#underlink .linkbox ul.link li{
	list-style:none;
	display:inline;
	margin:0 5px;
}


.fullsize_link{
	display: flex;
	justify-content: space-between;
}

ul li span{
	visibility:hidden;
}


/*banner_box*/


#bannaer02_box{
	padding:0 0 20px;
}

#bannaer02_box p{
	margin:0 0 10px;
}

.ajax-loader{
	display:none;
	text-align:center;
}

.empty{
	text-align:center;
	padding:90px;
}


#flashMessage{
	text-align:center;
	background-color:#F90;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
	border:1px solid black;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding:20px;
	margin:auto;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position: fixed;
	width:100%;
	top: 0;
	left: 0;
	z-index:1000;
}

/*for ipad*/
@media screen and (max-device-width: 1024px) {
 .header_all_shopnumber .allshop p.number  {
line-height: 1.5em !important;
 }
}


#breadcrumbs{
    overflow: hidden;
	background-color: #fff;
	width: 945px;
	margin: 0 auto;
	padding: 5px 30px;
    list-style: outside none none;
}
#breadcrumbs li{
	position: relative;
	float: left;
	margin: 0 .5em 0 1em!important;
}
#breadcrumbs a{
	padding: 0 0.8em;
	float: left;
	text-decoration: none;
	color: #444;
	font-size : 12px;
	font-weight: bold;
}
#breadcrumbs a:hover{
	color: #ee86a8;
}
#breadcrumbs li::after{
	content: "＞";
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -1.2em;
}
#breadcrumbs li:last-of-type::after{
	content: none;
}
#breadcrumbs .last a,
#breadcrumbs .last a:hover{
	font-weight: bold;
	background: none;
}
#breadcrumbs .last a::after,
#breadcrumbs .last a::before{
	content: normal;
}

/* 女の子の検索、リアルタイム検索 */
.button-girl-images {
	background: #e9618c;
	border-radius: 5px;
	border: 1px solid #e9618c;
	color: #fff;
	font-weight: bold;
	margin-left: 120px;
	padding: 5px 30px 5px 8px;
	position: relative;
}

.button-girl-images:hover {
	cursor: pointer;
}

.button-girl-images:after {
	content: "▼";
	color: #fff;
	position: absolute;
	right: 8px;
	top: 5px;
	font-size: 16px;
	/* text-shadow: 1.5px 1.5px 0 rgba(0,0,0,.6); */
}

#js-girl-images-wrap.is-open .button-girl-images:after {
	content: "▲";
}

#js-girl-images-wrap.is-open #js-girl-images {
	display: block;
}

#js-girl-images {
	display: none;
}

.text-result {
	color: #666;
	display: inline-block;
	font-weight: bold;
	line-height: 1;
    font-size: 16px;
    vertical-align: bottom;
    margin-right: 5px;
}

.text-result > span {
	color: #e60011;
	font-size: 30px;
}

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

/* 2019リニューアルで追加
速姫検索と女の子検索の絞り込みボタン
 */
.ow-searchbtn-wrap input {
	background: #e9618c;
	border-radius: 5px;
	border: 1px solid #e9618c;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
	min-width: 200px;
	padding: 5px 8px;
}
.ow-searchbtn-wrap input:hover {
	cursor: pointer;
	background: rgba(233, 97, 140, .9);
}



/* クーポン */
#couponsbox {
	background: #F9F6F2;
	border:2px solid #F9F6F2;
    border-top: none;
    margin-bottom: 30px;
	padding: 7px;
}

.coupon-lists {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 5px;
}

.coupon-lists > .coupon-list {
    margin: 10px;
    width: calc(50% - 20px);
}

/* クーポン-本体 */
.coupon-content {
	background-color: #fee8ef;
	padding: 10px;
}

.coupon-content .coupon-content-title {
	color: #e4007f;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coupon-content .coupon-content-body {
	margin-bottom: 8px;
}

.coupon-content .coupon-content-body > p + p {
	margin-top: 5px;
	margin-bottom: 0;
}

.coupon-content .normal {
	background-color: #fff;
	color: #231815;
	margin-bottom: 0;
    padding: 2px 5px;
    text-align: center;
}

.coupon-content .discount {
	background-color: #f31a5e;
	color: #fff;
	font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.coupon-content .info {
	display: -webkit-box;
	color: #231815;
    max-height: 54px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.coupon-list .shop-name {
	border-top: 1px solid rgba(0,0,0, .1);
	color: #666;
	font-weight: bold;
	padding-top: 8px;
}

/* お店紹介内にある場合(内容文の3行制御を解除) */
#rightcontent  .coupon-content .info {
	display: block;
    max-height: 100%;
}

#rightcontent  .coupon-content .coupon-content-title {
	overflow: visible;
    text-overflow: initial;
    white-space: initial;
}



/* 閲覧履歴 削除ボタン */
.remove-button {
	background: #f5f5f5;
	border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    color: #424242;
    display: block;
    float: left;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.remove-button > span {
	font-size: 1.75em;
    vertical-align: middle;
    margin-right: 5px;
    visibility: visible;
}

.remove-button:hover {
	opacity: .8;
	cursor: pointer;
}

/*-------------------------- 汎用スタイル --------------------------*/
.font-bold {
	font-weight: bold;
}
.float-none {
	float: none;
}

.text-center {
	text-align: center;
}

.d-block {
	display: block;
}

.d-inline-block {
	display: inline-block;
}

.p-3 {
	padding: 10px;
}
.pt-5 {
	padding-top: 20px;
}

.mb-0 {
	margin-bottom: 0!important;
}

.mb-2 {
	margin-bottom: 5px;
}

.mb-3 {
	margin-bottom: 10px;
}

.mb-4 {
	margin-bottom: 15px;
}

.mb-5 {
	margin-bottom: 20px;
}

.mt-0 {
	margin-top: 0!important;
}

.mt-2 {
	margin-top: 5px;
}

.mt-3 {
	margin-top: 10px;
}

.mt-4 {
	margin-top: 15px;
}

.mt-5 {
	margin-top: 20px;
}

.ml-2 {
	margin-left: 5px;
}

.ml-3 {
	margin-left: 10px;
}

.ml-4 {
	margin-left: 15px;
}

.ml-5 {
	margin-left: 20px;
}

.mr-2 {
	margin-right: 5px;
}

.mr-3 {
	margin-right: 10px;
}

.mr-4 {
	margin-right: 15px;
}

.mr-5 {
	margin-right: 20px;
}
/*flexユーティリティー*/
.d-flex {
	display: -webkit-flex;
	display: flex;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.flex-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex-center {
	-webkit-justify-content: center;
	justify-content: center;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



/* letter-spacing */
.letter-spacing-m2 {
	letter-spacing: -2px!important;
}