#block.container{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display: flex;

}
#block .main.left{
	margin-right: 30px;
}

.breadcrumb {
	max-width:1000px;
	margin:0 auto 0px;
	padding:16px 0;
}
.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;
}


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

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

.share-btns{
display: flex;
align-items: center;
justify-content: flex-end;
margin-top: 13px;
}
.share-btns > div,
.share-btns a{
	margin:0 3px;
}
.share-btns .fb-share-button{
margin: 0px 5px 3px 0px; 
}

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

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

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

.text-body p{
	font-size: 15px;
	line-height: 1.8em;
	margin: 20px 10px 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;
	width:81px;
	background-size: contain;
	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;
	width:81px;
	background-size: contain;
	border:none;
	padding-right: 20px;
	line-height: 34px;
	font-size: 11px;
}
.pagenation a.next:hover{
	opacity: 0.8;
}
.recommned {
	margin: 100px auto 50px auto;
}
.recommned h3{
	font-weight: bold;
	font-size: 20px;
}
.recommned .prof-box{
width: 80%;
margin: 0px auto 30px auto;
	border:1px solid #B7B7B7;
	padding:18px 16px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.recommned .recommend-box {
width: 80%;
margin: 0px auto 30px auto;
border:1px solid #B7B7B7;
	padding:18px 16px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.recommned .recommend-box .pic{
	width: 30%;
	overflow: hidden;
}
.recommned .prof-box .pic{
	width: 30%;
	overflow: hidden;
}
.recommned .recommend-box .pic img,
.recommned .prof-box .pic img{
	width: 100%;
}

.recommned .prof-box .text{
	width: 65%;
}
.recommned .recommend-box .text{
	width: 65%;
}
.recommend-box .text .title p{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	margin-top: 0;
}

.prof-box .text .name p{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
	margin-top: 0;
}

.recommend-box .inner-text{
	font-size: 14px;
	color: #666666;
	line-height: 140%;
}
.recommend-box .prof-history{
	font-size: 12px;
	color: #666666;
	line-height: 200%;
}
.recommend-box .price{
	font-size: 20px;
	font-weight: bold;
}
.recommend-box .price p{
	font-size: 20px;
}
.prof-history dl{
	display: flex;
width: 100%;
}
.prof-history dt{
	width:70px;
	text-align: center;
}
.prof-history  dd{
margin: 0;
padding: 0;
}

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


.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 right center;
	background-size: cover;
	height: 414px;
	width:100%;
	padding-right:calc((100% - 1150px) / 2);
	padding-left:calc((100% - 1150px) / 2);
	box-sizing: border-box;
	position: relative;

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

.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 70px 0;
}
.subpage-main.bg{
	background:#EFEFEF;
}

.subpage-main .container{
	width:1150px;
	margin:0 auto;
}

.card-items{
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.card-item{
	background-color: #fff;
	width:calc((100% - 106px) / 3);
	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: 15px;
	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: 25px;
	font-weight: bold;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.subpage-title p.en{
	font-size: 15px;
	color: #000;
}

/*未ログイン*/
.post-content .not_login{
background: #FBFAFF;
text-align: center;
overflow: hidden;
}
.post-content .not_login p{
display: inline-block;
font-size: 14px;
margin: 30px auto;
padding:10px 0px 10px 25px;
background: url("../commonImage/icon_lock02.svg") no-repeat left center;
background-size: 20px;
}
.post-content .not_login .login_block{
margin: 0px auto 30px auto;
padding: 0;
width: 85%;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
padding: 0px;
text-align: center;
width: 48%;
}
.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: #575753;
padding: 15px 0px;
border-radius: 30px;
font-weight: bold;
}
.post-content .not_login .login_block li .touroku_btn a{
display: block;
color: #fff;
background: #004AA3;
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: 0px auto 20px auto;
	padding: 0;
	text-align: left;
	width:100%;
	max-width:970px;
}
.company-logo img{
max-height: 30px;
}

.company-table:nth-of-type(2){
	margin-top: 100px;
}

.company-table table{
	width:100%;
	max-width:970px;
	text-align: left;
	border-collapse: collapse;
	border-top: 0.1vw solid #808080;
margin: 0px auto 20px auto;
padding: 0;
}
.company-table table th,
.company-table table td{
	padding: 15px 30px;
	font-size: 15px;
	vertical-align: middle;
	border-bottom: 0.1vw solid #808080;
	box-sizing: border-box;
	line-height: 30px;
}


.company-table table th{
	width:264px;
	background:#EFEFEF;

}
.company-table table td{
	padding-left: 75px;
}

.company-table table td span{
	width:40%;
	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: 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%;
}
.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: 18px;
}

.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;
    margin-bottom: 50px;
}
.sitemap ul,
.sitemap ul a{
	display: flex;
	color: #0066b4;
}
.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;
}


/*広告掲載*/
.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;

}
.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{
	width:40%;
	padding-left: 50px;
	margin-right: 40px;
}
.ad-block:nth-of-type(2) .pic{
	width:480px;
	margin-right: 40px;
}
.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 {
width: 65%;
	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{
	padding-left: 31px;
	font-size: 15px;
}
.ad-block:nth-of-type(2) .text{
	padding-top: 50px;
}
.ad-block .text .morebtn {
	position: absolute;
	bottom: 43px;
	right: 27px;
}
.ad-block .text .morebtn a{
	background:#0066b4;
	display: flex;
	align-items: center;
	justify-content: center;
	width:250px;
	height: 38px;
	border-radius: 20px;
	color: #fff;
text-decoration: none;
}
.ad-block .text .morebtn a:hover{
	opacity: 0.9;
}

.ad .morebtn {
margin: 10px 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:58px 90px 66px 60px;
	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.d-flex{
	padding-left: 30px;
	display: flex;
	flex-wrap:wrap;
}
.inputarea:nth-of-type(1) label{
	width:40%;
	/* display: block; */
	line-height: 30px;
}
.inputarea:nth-of-type(2),.inputarea:nth-of-type(3){
	padding-left: 29px;

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

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

}
.inputarea table tr th{
	padding:34px 0 23px 40px;
	font-size: 16px;
	font-weight: bold;
	width:230px;
}
.inputarea table td{
	padding:34px 0 23px 0;
	font-size: 16px;
}
span.req{
background: #E4521A;
	color: #fff;
	font-size: 12px;
	padding: 2px 3px;
}
.inputarea table tr th,
.inputarea table tr td{
	border-bottom: 2px solid #EFEFEF;

}
.inputarea table tr td input[type="text"], 
.inputarea table tr td input[type="password"]{
	max-width:366px;
	width:100%;
	border: 1px solid #ccc;
	height: 33px;
	line-height: 33px;
}
.text1{
	max-width:300px !important;
}
.pl100{
	padding-left: 100px !important;
}
.pl50{
	padding-left: 50px !important;
}

.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: 20px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 33px;
	padding-bottom: 5px;
	position: relative;
}
.faq-item .toggle{
	margin-bottom: 34px;
	cursor: pointer;
}
.faq-item .toggle p::after{
	content:"";
	display: block;
	background:url("../img/faq-arrow.svg") no-repeat;
    background-size: 100%;
	width:25px;
	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: 40px;
	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;
}
.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;
}



