#block.container{
	width:100%;
	max-width:1150px;
	margin:0 auto;
	/* display: flex; */
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 135px;

}
#block .main.left{
	width:100%;
	/* margin-right: 30px; */
}
img{
	max-width:100%;
	height: auto;
}
.breadcrumb {
	width:100%;
	margin:80px auto 0px;
	padding:16px 20px;
}
.breadcrumb ul{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	-webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}
.breadcrumb li ,.breadcrumb li a{
	font-size: 10px;
	color: #757575;
	text-align: left;
}
.breadcrumb li a:hover{
	text-decoration: underline;
}
.breadcrumb li::after{
	content:url("../commonImage/breadcrumb-arrow.svg");
	padding:0 1em;
}
.breadcrumb li:last-child::after{
	display: none;
}
.side{
	display: none;
}

.post-title{
border-left: 6px solid #000;
padding:7px 17px;
text-align: left;
}
.post-title h1{
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.2;
}
h1 + p{
margin: 5px 0px 0px 0px;
	font-size: 16px;
}

.post-data{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #757575;
	font-size: 13px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 26px;
}

.share-btns{
display: flex;
align-items: center;
justify-content: flex-end;
margin-top: 13px;
margin-bottom: 32px;

}
.share-btns > div,
.share-btns a{
	margin:0 3px;
}

.post-content{
	text-align: left;
	padding-bottom: 60px;
}

.text-head{
	font-size: 15px;
	line-height: 1.8em;
}
.text-head p{
	font-size: 15px;
	line-height: 1.8em;
}
.eye-catch {
	margin:0px auto 50px;
}
.eye-catch img{
	max-width:100%;
}

h2{
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #757575;
	margin-bottom: 35px;
	font-weight: bold;
}

.text-body p{
	font-size: 15px;
	line-height: 1.8em;
	margin: 0 0px 30px 0px;
}

figure{
	margin:0;
	padding:0;
	margin-bottom: 1em;

}
.text-body img{
	margin:0;
}
figcaption{
	font-size: 10px;
	color: #757575;
	margin:0;
}

.pagenation{
	display: flex;
	align-items: center;
	justify-content: center;

}

.pagenation span,
.pagenation a{
	font-size:14px;
	display: inline-block;
	text-align: center;
	height: 34px;
	min-width: 31px;
	background:#fff;
	border:3px solid #CCCCCC;
	line-height: 30px;
	box-sizing: border-box;
	padding:0;
	margin:0 5px;


}
.pagenation .current,
.pagenation a:hover{
	background:#ccc;
}
.pagenation a.prev{
	background:url("../img/prev.svg") no-repeat left center;
	width:81px;
	background-size: cover;
	border:none;
	padding-left: 20px;
	line-height: 34px;
	font-size: 11px;
}
.pagenation a.prev:hover{
	opacity: 0.8;
}
.pagenation a.next{
	background:url("../img/next.svg") no-repeat right center;
	width:81px;
	background-size: cover;
	border:none;
	padding-right: 20px;
	line-height: 34px;
	font-size: 11px;

}
.pagenation a.next:hover{
	opacity: 0.8;
}
.recommned {
	margin-top: 100px;
}
.recommned h3{
	font-weight: bold;
	font-size: 18px;
}
.recommned .recommend-box,
.recommned .prof-box{
	border:1px solid #B7B7B7;
	padding:10px 10px;
	display: flex;
	-webkit-box-align: start;
     -ms-flex-align: start;
        align-items: flex-start;
}
.recommend-box {
	margin-bottom: 24px;
}
.recommned .recommend-box .pic,
.recommned .prof-box .pic{
	width:40%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 1em;
}
.recommned .text{
	width:58%;
	padding-left: 10px;
}

.recommend-box .text .title p,.prof-box .text .name p{
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
	margin-top: 0;
	text-align: left;
	word-break: break-all;
}

.inner-text,.prof-history{
	font-size: 12px;
	color: #666666;
	line-height: 21px;

}
.price{
	font-size: 20px;
	font-weight: bold;
}
.prof-history dl{
width: 100%;
}

.prof-history dt{
	width:100%;
	text-align: left;
}
.prof-history  dd{
	width:100%;
	text-align: left;
	line-height: 140%;
}

/*関連記事*/
.related_article {
	margin: 50px auto 50px auto;
}
.related_article h3{
	font-weight: bold;
	font-size: 18px;
}



.fb_iframe_widget{
	margin-right: 5px;
	margin-top: -5px;
}

#twitter-widget-0{
	margin-right: 5px;
}

.service .subpage-mv{
	background:url("../img/service-mv.png") no-repeat 50% 50%;
	background-size: cover;
	height: 414px;
	width:100%;
	box-sizing: border-box;
	position: relative;

}
.mv-inner{
	width:100%;
	text-align: center;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom:0;
	margin:auto;
	padding:20px;


}

.service-logo{
	margin-bottom: 36px;
}

h1{
	margin:0 auto;
	font-size: 25px;
	font-weight: bold;

}
h1 span{
	display: block;
	font-size: 15px;

}
.mv-inner h1 + p{
	margin:0;
	padding-top: 37px;
	line-height: 30px;
	font-size: 15px;
}
.subpage-main{
	padding:30px 0 50px 0;
}
.subpage-main.bg{
	background:#EFEFEF;
}

.subpage-main .container{
	width:100%;
	margin:0 auto;
	padding:0 20px;
}

.card-items{
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content: space-between;

}
.card-item{
	background-color: #fff;
	width:100%;
	padding:27px 23px;
	box-sizing: border-box;
	margin: 0px auto 63px auto;
}
.card-item .logo{
	height: 130px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-item .logo img{
	flex:0 0 auto;
}

.card-item .text{
	padding-bottom: 10px;
}
.card-item .text p{
	margin:0;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
.card-item .linkbtn a{
	background: #D1DAF0;
	border: 2px solid #566790;
	max-width:240px;
	width:100%;
	/*border-radius: 24px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 15px;
	font-weight: bold;
	letter-spacing:0.03em;
	/*color: #94B1F7;
	padding-left: 49px;*/
	color: #566790;
	height: 45px;
	box-sizing: border-box;
	margin:0 auto;
}
.card-item .linkbtn a:hover{
	opacity: 0.9;
}
/*.card-item .linkbtn a::before{
	content:"";
	width:36px;
	height: 1px;
	display: block;
	background-color: #94B1F7;
	position: absolute;
	left:40px;
	top: 50%;
}*/
.log_link{
text-align: center;
margin: 3px auto;
font-size: 12px;
}
.subpage-title{
	text-align: center;
    margin: 0px auto 50px auto;
}
.subpage-title h1{
	color: #000;
	font-size: 20px;
	font-weight: bold;

}
.subpage-title p.en{
	font-size: 15px;
	color: #000;
    text-align: center;
}

/*未ログイン*/
.post-content .not_login{
background: #FBFAFF;
text-align: center;
overflow: hidden;
}
.post-content .not_login p{
display: inline-block;
font-size: 14px;
margin: 15px auto;
padding:10px 0px 10px 40px;
background: url("../commonImage/icon_lock02.svg") no-repeat left center;
background-size: 30px;
}
.post-content .not_login .login_block{
margin: 0px auto 20px auto;
padding: 0;
width: 85%;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.post-content .not_login .login_block li{
margin: 0px auto 10px auto;
padding: 0px;
text-align: center;
width: 100%;
}
.post-content .not_login .login_block li .login_btn{
width: 100%;
}
.post-content .not_login .login_block li .touroku_btn{
width: 100%;
}
.post-content .not_login .login_block li .login_btn a{
display: block;
color: #fff;
background: #000;
padding: 15px 0px;
border-radius: 30px;
font-weight: bold;
}
.post-content .not_login .login_block li .touroku_btn a{
display: block;
color: #fff;
background: #0066b4;
padding: 15px 0px;
border-radius: 30px;
font-weight: bold;
}
.post-content .not_login .login_block li .login_btn a:hover,
.post-content .not_login .login_block li .touroku_btn a:hover{
opacity: 0.7;
}


/*会社概要*/


.company-logo{
	margin-bottom: 30px;
	text-align: left;
}
.company-table:nth-of-type(2){
	margin-top: 100px;
}
.company-table table{
	width:100%;
	text-align: left;
	border-collapse: collapse;
	border-top: 0.1vw solid #808080;
	display: block;
	width:100%;

}
.company-table table tbody{
	display: block;
	width:100%;
}
.company-table table tr{
	display: block;
	width:100%;
}
.company-table table th,
.company-table table td{
	padding:1em;
	font-size: 15px;
	vertical-align: middle;
	border-bottom: 0.1vw solid #808080;
	box-sizing: border-box;
	line-height: 30px;
	display: block;
	width:100%;
}


.company-table table th{
	background:#EFEFEF;

}
.company-table table td{

}

.company-table table td span{
	width:100%;
	display: inline-block;
}


/*プライバシーポリシー*/
.privacy {
	text-align: left;
}
.privacy p{
	line-height: 2;
	font-size: 15px;
}
.privacy h2{
	  position: relative;
  padding: 5px 0px 10px 0px;
  text-align: left;
  margin: 30px 0 15px 0;
  font-size: 1.2rem;
  display: flex;
  font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
  align-items: center;
  line-height: 140%;
}
.privacy h2 p.cap{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 600;
font-size: 0.9rem;
position: relative;
margin: 0 0 5px 20px;
}
.privacy h2 .ec_bg{
position: absolute;
z-index: -1;
right: 0;
bottom: 0;
color: #ececec;
font-size: 2.8rem;
font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    line-height: 100%;
}
.privacy h2::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 130px;
  height: 2px;
  background: #1a1a1a;
  z-index: 1;
}
.privacy h2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #707070;
}


/*サイトマップ*/
.sitemap {
	text-align: left;
}
.sitemap h2 {
	border: 0;
	padding:0;
	margin:0;
	margin-bottom: 35px;

}
.sitemap h2 span{
	background:#000;
	padding:7px 32px;
	border-radius: 18px;
	color: #fff;
	font-size: 12px;

}

.sitemap h3{
	  position: relative;
  padding: 5px 0px 10px 0px;
  text-align: left;
  margin: 0px 0 15px 0;
  font-size: 1.4rem;
  display: flex;
  font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
  align-items: center;
  line-height: 120%;
}
.sitemap h3 p.cap{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 600;
font-size: 0.9rem;
position: relative;
margin: 0 0 5px 20px;
}
.sitemap h3 .ec_bg{
position: absolute;
z-index: -1;
right: 0;
bottom: 0;
color: #ececec;
font-size: 2.8rem;
font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    line-height: 100%;
}
.sitemap h3::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 130px;
  height: 2px;
  background: #1a1a1a;
  z-index: 1;
}
.sitemap h3::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #707070;
}

.sitemap ul{
	padding-bottom: 10px;
}
.sitemap ul,
.sitemap ul a{
	display: flex;
	color: #0066b4;
	flex-wrap:wrap;

}
.sitemap ul li a{
	padding:0 19px 0 0;
	display: inline-block;
	font-size: 15px;
}
.sitemap ul li a:hover{
	opacity: 0.8;
}
.sitemap ul li a::after{
	content:"|";
	padding-left: 19px;
}
.sitemap ul li:last-child a::after{
	display: none;
}



/*広告掲載*/
.ad h2{
	padding:16px 0;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 28px;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	box-sizing: border-box;
}
.ad h2 + p{
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 77px;
}
.ad-block{
	border:1px solid #231815;
	box-sizing: border-box;

	display: flex;
	position: relative;
	flex-direction: column-reverse;

}
.ad-block:nth-of-type(1){
	padding:50px 27px;

}
.ad-block:nth-of-type(2){
	padding:18px 22px;
}
.ad-block:nth-of-type(1){
	margin-bottom: 58px;
}
.ad-block:nth-of-type(1) .pic{
	margin: 60px auto;



}
.ad-block:nth-of-type(2) .pic{



}
.ad-block:nth-of-type(1) .pic img:nth-child(1){
	margin-bottom:30px ;
}
.ad-block:nth-of-type(1) .pic img:nth-child(2){
	margin-bottom: 27px;
}
.ad-block .text {
	text-align: left;
}
.ad-block .text h3{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 27px;
	margin-bottom: 30px;
	font-weight: bold;

}
.ad-block .text h3::before{
	content:"";
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	width: 8px;
	height: 40px;
	background:#B7B7B7;


}
.ad-block .text p{

	font-size: 15px;

}
.ad-block:nth-of-type(2) .pic{
	margin-bottom: 60px;
}
.ad-block:nth-of-type(2) .text{
	margin-bottom: 30px;


}
.ad-block .text .morebtn {
	position: absolute;
	bottom: 20px;
	right: 0;
	left:0;
	margin:auto;
	padding-top: 30px;
}
.ad-block .text .morebtn a{
	background:#0066b4;
	display: flex;
	align-items: center;
	justify-content: center;
	width:250px;
	height: 38px;
	border-radius: 20px;
	color: #fff;
	margin:0 auto;
text-decoration: none;
}
.ad-block .text .morebtn a:hover{
	opacity: 0.9;
}
.ad .morebtn {
margin: 30px auto 50px auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ad .morebtn a{
	background:#333;
	display: flex;
	align-items: center;
	justify-content: center;
	width:250px;
	height: 38px;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
}
.ad .morebtn a:hover{
	opacity: 0.9;
}


/*お問い合わせ*/
.contact p:first-child{
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 46px;
}

.contact-form{
	background:#EFEFEF;
	padding:20px;
	text-align: left;
}

.contact-form h3{
	font-size: 17px;
	font-weight: bold;
	color: #333;
	padding-left: 32px;
	position: relative;
	margin-bottom: 30px;

}

.contact-form h3::before{
	content:"";
	display: block;
	width:8px;
	height: 28px;
	background:#333;
	position: absolute;
	bottom: 0;
	left:0;
}
.inputarea{
	margin-bottom: 50px;
}

.inputarea:nth-of-type(1) label{
	display: block;
	line-height: 30px;
}

textarea{
	border: 1px solid #ccc;
	width:100%;
	height: 207px;
}

.inputarea table{
	width:100%;
	display: block;
	background:#fff;
	border-collapse: collapse;

}
tbody,tr,th,td{
	display: block;
	width:100%;
}
.inputarea table tr th{
	font-weight: bold;

}
.inputarea table tr td{
		border-bottom: 2px solid #EFEFEF;

}

span.req{
background: #E4521A;
	color: #fff;
	font-size: 12px;
	padding: 2px 3px;
}
.inputarea table tr th,
.inputarea table tr td{

	padding:20px;

}
.inputarea table tr td input[type="text"], 
.inputarea table tr td input[type="password"]{
	width:100%;
	border: 1px solid #ccc;
	height: 33px;
	line-height: 33px;
}



.contact-form p.text-center{
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 52px;
}

.submit{
	text-align: center;

}
.submit input[type="submit"], 
.submit input[type="button"]{
	width:100%;
	max-width:250px;
	background-color: #0066b4;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	font-size: 15px;
	border:0;
	margin:0 auto;
	cursor: pointer;
}
.submit input[type="submit"]:hover, 
.submit input[type="button"]:hover{
	opacity: 0.9;
}

.inputarea .kiyaku{
overflow-y: scroll;
width: 90%;
height: 200px;
margin: 20px auto 20px auto;
} 
.inputarea .kiyaku .kiyaku_hd{
font-size: 13px;
line-height: 130%;
text-align: left;
font-weight: bold;
} 
.inputarea .kiyaku p{
font-size: 12px;
line-height: 130%;
text-align: left;
} 


/*よくある質問*/

.faq h2{
	  position: relative;
  padding: 5px 0px 10px 0px;
  text-align: left;
  margin: 0px 0 15px 0;
  font-size: 1.4rem;
  display: flex;
  font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
  align-items: center;
  line-height: 120%;
}
.faq h2 p.cap{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 600;
font-size: 0.9rem;
position: relative;
margin: 0 0 5px 20px;
}
.faq h2 .ec_bg{
position: absolute;
z-index: -1;
right: 0;
bottom: 0;
color: #ececec;
font-size: 2.8rem;
font-family: aktiv-grotesk, sans-serif;
    font-weight: 200;
    line-height: 100%;
}
.faq h2::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 130px;
  height: 2px;
  background: #1a1a1a;
  z-index: 1;
}
.faq h2::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #707070;
}

.faq-area .faq-item{
	margin-bottom: 59px;
	text-align: left;
}

.faq-item .toggle p{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 20px;
	position: relative;
	padding-right: 40px;
}
.faq-item .toggle{
	margin: 34px 0px;
	cursor: pointer;
}
.faq-item .toggle p::after{
	content:"";
	display: block;
	background:url("../img/faq-arrow.svg") no-repeat;
	background-size: 100%;
    width:19px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.faq-item .toggle.active p::after{
	transform: translateY(-50%) rotate(-90deg);
}
.faq-item .toggle p:before {
	content:"";
	display: block;
	width:8px;
	height: 100%;
	background:#333;
	position: absolute;
	left: 0;
	bottom:0;
}
.faq-item .hiddenitem{
	display: none;
	background:#EFEFEF;
	padding:32px 28px;
}
.faq-item .hiddenitem p:first-child{
	margin-bottom: 38px;
}
.faq-item .hiddenitem dl{
	margin-bottom: 32px;
	    font-size: 0.8em;
}
.faq-item .hiddenitem dd{
	padding-left: 1em
}
.subpage-main .container a{
text-decoration: underline;
}


/* ========================================
 * #mini-calendar
 * ========================================*/
#mini-calendar .calendar-year-month {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: bold;
}
#mini-calendar table {
	width: 100%;
	border-spacing: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 0;
	line-height: 1.5;
	border-collapse: separate;
}
#mini-calendar th,
#mini-calendar td {
	background: #fff;
	padding: 7px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#mini-calendar th {
	color: #fff;
	text-align: center;
	background: #757575;
	vertical-align: top;
	padding-top: 7px;
	padding-bottom: 7px;
}



/*
#mini-calendar th.calendar-sun {
	color: #DF0D2D;
	background: #F8E4E4;
}
#mini-calendar th.calendar-sat {
	color: #2574D3;
	background: #E2F3FC;
}
*/
#mini-calendar td {
	width: 14.3%;
	height: 100px;
	vertical-align: top;
}
#mini-calendar td.calendar-day-off {
	background: #F4F3F2;
	color: #555;
}
#mini-calendar td.calendar-holiday,
#mini-calendar td.calendar-sun {
	color: #CE2727;
	background: #FCF3F3;
}
#mini-calendar td.calendar-sat {
	color: #54AFC8;
	background: #F5FBFE;
}

#mini-calendar .calendar-day-number {
	font-style: normal;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	display: block;
	padding: 0 3px;
	line-height: 1.2;
}
#mini-calendar td.calendar-holiday .day,
#mini-calendar td.calendar-sun .day {
	color: #DF0D2D;
}
#mini-calendar td.calendar-sat .day {
	color: #2574D3;
}
#mini-calendar td span {
	font-size: 11px;
	line-height: 1.3;
	display: block;
}
#mini-calendar [class*=calender-label] {
	font-size: 11px;
	line-height: 1.3;
	color: #000;
	background: #FCEBCF;
	border: solid 1px #D2AC8E;
	display: block;
	padding: 3px;
	margin-top: 3px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
#mini-calendar td span.calender-label-red {
	background-color: #FCCFD1;
	border-color: #D28EA6;
}
#mini-calendar td span.calender-label-blue {
	background-color: #CFE4FC;
	border-color: #8E9BD2;
}
#mini-calendar td span.calender-label-green {
	background-color: #E5FCCF;
	border-color: #99C170;
}
/* 何もない日 */
#mini-calendar td.calendar-none {
	background: #FBFAF7;
}
#mini-calendar td.calendar-today {
	background: #FEFBDA;
}

@media screen and (max-width: 600px) {
	#mini-calendar thead {
		display: none;
	}
	#mini-calendar th,
	#mini-calendar td {
		display: block;
		width: 100%;
		padding: 0;
	}
	#mini-calendar td {
		height: auto;
		display: -webkit-flex;
		display: flex;
	}
	#mini-calendar .calendar-none {
		display: none
	}

	#mini-calendar .calendar-labels {
		padding: 5px;
	}
	#mini-calendar [class*=calender-label] {
		display: inline-block;
		padding: 5px;
		margin-top: 0;
		margin-right: 5px;
		font-size: 12px;
	}

	/* 日付 */
	#mini-calendar td .calendar-day-number {
		font-weight: normal;
		padding: 7px;
		font-size: 18px;
		display: block;
		background: #f2e6cd;
		margin-bottom: 0;
		width: 75px;
		height: auto;
	}
	#mini-calendar td.calendar-holiday .calendar-day-number,
	#mini-calendar td.calendar-sun .calendar-day-number {
		background: #f8c7c7;
	}

	#mini-calendar td.calendar-sat .calendar-day-number {
		background: #c8ebfe;
	}

	/* モバイル用曜日を追加 */
	#mini-calendar td i:after {
		font-size: 12px;
		position: relative;
		left: -5px;
	}
	#mini-calendar td:nth-child(1) i:after {
		content: "（日）";
	}
	#mini-calendar td:nth-child(2) i:after {
		content: "（月）";
	}
	#mini-calendar td:nth-child(3) i:after {
		content: "（火）";
	}
	#mini-calendar td:nth-child(4) i:after {
		content: "（水）";
	}
	#mini-calendar td:nth-child(5) i:after {
		content: "（木）";
	}
	#mini-calendar td:nth-child(6) i:after {
		content: "（金）";
	}
	#mini-calendar td:nth-child(7) i:after {
		content: "（土）";
	}
}