/* CSS Document */

.desktop{
    display: none;
}
#headerWrapper {
    width:100%;
    background:rgba(255,255,255,1);
    height: 80px;
    position: fixed;
    top:0;
    z-index: 100;
    box-shadow: 0 3px 3px rgba(0,0,0,0.5);
}
#header{
    width:100%;
    margin:auto;
    position: relative;
}
p.menu {
    width:50px;
    height: 50px;
    background:url("../images/menu.svg") no-repeat;
    background-size:50px;
    position: absolute;
    top:15px;
    right: 10px;
    z-index: 101;
}
p.menu a{
    display: block;
    width:100%;
    height: 100%;
}
.shadow{
    box-shadow: 0 3px 3px rgba(0,0,0,0.5);
}

h1.top {
    background:url("../images/logo_1.png") no-repeat;
    width:185px;
    height: 42px;
    background-size:cover;
    position: absolute;
    top:20px;
    left:10px;
}
h1.top a{
    display: block;
    width:100%;
    height: 100%;
}
h2.general{
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-size:20px;
    color:#fff;
    text-align: center;
    margin:15px auto;

}
h2.general.black{
    color:#333;
}
dl.tel{
    width:40px;
    height: 40px;
    position: absolute;
    top:20px;
    right:80px;
}
dl.tel dt{
    display: none;
}
dl.tel dd{
    width:40px;
    height: 40px;
    background: url("../images/tel.svg") no-repeat;
    background-size:40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
dl.tel a{
    display: block;
    width:100%;
    height: 100%;
}
ul#nav {
    width:100%;
    position: absolute;
    top:80px;
    right: 0;
    border-top:1px solid #275379;
    display: none;
}
ul#nav li{
    width:100%;
    height: 45px;
    line-height: 45px;
    border-bottom:1px solid #275379;
    text-indent: 30px;
    background:#fff;
}
ul#nav li.close{
    text-indent:0;
    text-align: center;
}
div.container {
    width:100%;
    height: calc(70vh);
    position: relative;
}
 #slide_wrapp {
	position: relative;
	width:100%;
	height: 70vh;
	overflow: hidden;
}
#slide_wrapp .slide_item {
	opacity: 0;
	transform: scale(1);
	transition: opacity 2s linear, transform 7.5s linear;
	position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}
#slide_wrapp .slide_item.show_ {
	opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
	transform: scale(1.2);
}
#slide_wrapp .slide_item img {
	display: block;
	object-fit: cover;
	width:100vw;
	height: 75vh;

}
p.catch{
    background:url("../images/topCopy.svg") no-repeat;
    background-size:672px;
    width:672px;
    height: 150px;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    
    display: none;
}
div.catch{
    width:100%;
    position: absolute;
    top:250px;
    left:0;
    right:0;
    margin:auto;
    text-align: center;
    color:#fff;
}
div.catch h2{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background:url("../images/asahigroup.svg") no-repeat;
    width:300px;
    height: 77px;
    background-size:300px;
    background-position: center center;
    margin:0 auto 1em;
}
div.catch p{
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-size:18px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
div.wrapper {
    width:100%;
    overflow: hidden;
    padding-bottom:50px;
}
div.wrapper.blue{
    background-color:#C8D2E3;
}
div.wrapper.white{
    background-color:#fff;
}
div.wrapper.gray{
    background-color:#efefef;
    background:rgba(39,83,121,1);
}
div.wrapper.topshadow{
    box-shadow: 0 -3px 3px rgba(0,0,0,0.35);
}
div.wrapper.stripe{
    background-color: #ECECEC;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}
div.wrapper.stripe2{
    background-color: #444;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #555), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #555),color-stop(.75, #555), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}
div.wrapper.stripe3{
    background-color: #C8D2E3;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #CCDDEE), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #CCDDEE),color-stop(.75, #CCDDEE), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}
div.inner{
    margin:10px;
}
div.inner.blog{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.inner.blog2{
    overflow: hidden;
}
p.aboutus,p.storeInfo,p.recruitInfo{
    text-indent:100%;
    overflow: hidden;
    white-space: nowrap;
    background-repeat:no-repeat;
    background-size:cover;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
}
p.aboutus a,p.storeInfo a,p.recruitInfo a{
    display: block;
    width:100%;
    height: 100%;
}
p.aboutus a:hover,p.storeInfo a:hover,p.recruitInfo a:hover{
    opacity:0.8;
}
p.aboutus{
    width:550px;
    height: 240px;
    float: left;
    background-image:url("../images/banner01.png");
}
p.storeInfo,p.recruitInfo{
    width:400px;
    height: 115px;
}
p.storeInfo{
    background-image:url("../images/banner02.png");
    margin-bottom:10px;
}
p.recruitInfo{
    background-image: url("../images/banner03.png");
}
div.innerRight{
    width:400px;
    float: right;
}
div.blogBox{
    width:300px;
    height: 300px;
    position: relative;
    background:#fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
    margin:10px auto;
}
div.blogBox img{
    width:calc(100% - 20px);
    height: calc(100% - 20px);
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    z-index: 1;
}
div.blog2{
    overflow: hidden;
}

div.blog1st{
}
div.blog1st div.blogBox{
}
div.blog2nd{
}
div.blog2nd a:nth-child(1) div.blogBox{
}
div.blog2nd a:nth-child(2) div.blogBox{
}
div.blog2nd a:nth-child(3) div.blogBox{
}
div.blog3rd{
}
div.blog3rd div.blogBox{
}

div.blogBox p.cover{
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    position: absolute;
    top:10px;
    left:10px;
/*    background:rgba(103,170,183,0.5);
    background:linear-gradient(rgba(103,170,183,0.7),rgba(103,170,183,0.1));
    background:linear-gradient(rgba(46,54,66,0.7),rgba(46,54,66,0.1));
    background:linear-gradient(rgba(39,83,121,0.1),rgba(39,83,121,0.8));*/
    z-index: 2;
    /*transition: opacity 0.2s ease 0s;*/
}
div.blogBox p.cover:hover{
    opacity:0;
    transition: opacity 0.2s ease 0s;
}
div.blogBox p.category{
    width:140px;
    height: 24px;
    line-height: 24px;
    background:rgba(103,170,183,1);
    position: absolute;
    z-index: 3;
    top:20px;
    left:20px;
    text-indent: 10px;
    font-size:14px;
    color:#fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.35);
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
}
div.blogBox p.date{
    width:80px;
    position: absolute;
    height: 24px;
    line-height: 24px;
    font-size:12px;
    bottom:58px;
    right:10px;
    z-index: 3;
}
div.blogBox h3{
    width:calc(100% - 40px) !important;
    height: 30px !important;
    padding:10px !important;
    position: absolute !important;
    z-index: 3 !important;
    background:rgba(103,170,183,1) !important;
    bottom:10px !important;
    left:10px !important;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-size:14px !important;
    color:#fff !important;
    line-height: 1.2em !important;
    font-weight: normal !important;
    text-align: left !important;
    margin-bottom: 0 !important;
}
#footer ul,
ul.group{
    margin: 15px auto 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-size:14px;
    text-align: center;
}
#footer ul li{
    border-bottom:1px solid transparent;
    color:#fff;
}
#footer ul li a{
    color:#fff;
}
#footer ul li a:hover{
    border-bottom:1px solid #fff;
}
#footer ul.noline{
    border:none !important;
}
p.copy{
    font-size:12px;
    text-align: center;
    margin-top:20px;
}
p#totop{
    width:50px;
    height: 50px;
    background:url("../images/totop.svg") no-repeat;
    position: fixed;
    right:50px;
    bottom:50px;
    display: none;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}
p#totop a{
    display: block;
    width:100%;
    height: 100%;
}
div.wideLink {
    width:100%;
    overflow: hidden;
    background:white;
    border-top:5px solid #fff;
    border-bottom:5px solid #fff;
}
div.wideLink div.wideInner{
    width:100%;
}
div.wideLeft div.wideInner{
    width:100%;
    height: 380px;
    background-image:url("../images/wideLeftBg.png");
    background-position: center center;
    background-size:cover;
}
div.wideLeft p.desc{
    color:#fff;
    font-size:18px;
    width:calc(100%  - 30px);
    line-height: 1.5em;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
    z-index: 2;
    position: absolute;
    top:80px;
    left:0;
    right:0;
    margin:auto;
}
div.wideRightTop p.desc,
div.wideRightBottom p.desc{
    color:#fff;
    font-size:18px;
    width:80%;
    line-height: 1.5em;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
    position: absolute;
    top:80px;
    left:0;
    right:0;
    margin:auto;
    z-index: 2;
}
div.wideLeft p.wideMore,
div.wideRightTop p.wideMore,
div.wideRightBottom p.wideMore{
    width:calc(100% - 80px);
    line-height: 2em;
    border:2px solid #fff;
    text-align: center;
    position: absolute;
    left:0;
    right:0;
    bottom:20px;
    margin:auto;
    z-index: 2;
    text-indent: 0 !important;
    white-space: normal !important;
    height: 2em !important;
    color:#fff;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
}
p.wideMore:hover{
    background-color:#fff;
}
p.wideMore a:hover {
    color:#000 !important;
}
p.wideMore a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff !important;
}
div.wideLeft div.wideInner:hover{
    /*transform: scale(1.1);*/
}
div.wideRightTop div.wideInner{
    width:100%;
    height: 200px;
    background:url("../images/wideRightTopBg.jpg");
    background-position: center center;
    background-size:cover;
    /*transition: transform 0.25s ease-in;*/
}
div.wideLeft a:hover,
div.wideRightTop a:hover,
div.wideRightBottom a:hover{
   /* transform: scale(0.98)*/
}
div.wideRightBottom div.wideInner{
    width:100%;
    height: 100%;
    background:url("../images/top_slide04.jpg") no-repeat;
    background-position: center center;
    background-size:cover;
    /*transition: transform 0.25s ease-in;*/
}
div.wideLeft{
    position: relative;
    overflow: hidden;
}
div.wideLeft h3,
div.wideRightTop h3,
div.wideRightBottom h3{
    z-index: 2;
    position: absolute;
    margin:auto;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-position: center center;
    background-repeat:no-repeat;
}
div.wideLeft h3{
    width:252px;
    height:58px;
    background-image:url("../images/wideLink01.svg");
    background-size:252px;
    position: absolute;
    top:20px;
    right:0;
    left:0;
    margin:auto;
    backgrround-position:center center;
}
div.wideRightTop h3{
    width:79px;
    height: 50px;
    background-image:url("../images/wideLink02.svg");
    background-size:79px;
    top:20px;
    right:0;
    left:0;
    margin: auto;
}
div.wideRightBottom h3{
    width:78px;
    height: 50px;
    background-image:url("../images/wideLink03.svg");
    background-size:78px;
    top:20px;
    right:0;
    left:0;
    margin: auto;
}
div.wideRightTop{
    width:100%;
    height: 250px;
    position: relative;
}
div.wideRightBottom{
    width:100%;
    height: 250px;
    position: relative;
}
div.wideLink div{
    overflow: hidden;
}
div.wideLeft div.wideInner:hover,
div.wideRightTop div.wideInner:hover,
div.wideRightBottom div.wideInner:hover{
    /*transform: scale(1.1);*/
}
div.wideLink div a{
    display:block;
    width:100%;
    height: 100%;

    position: absolute;
}
div.wideLink div a:hover + div.wideInner{
    /*transform: scale(1.1);*/
}
div.wideInner::after{
    content: "";
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background:rgba(46, 54, 66, .4);
    background:linear-gradient(45deg,rgba(80, 80, 90, .8),rgba(46, 54, 66, .1));
    z-index: 1;
}
div.secondWrapper{
    width:100%;
}
div.secondH2Wrapper {
    height: 80px;
    width:100%;
    background-color: rgba(39,83,121,1);
    /*background-image:url(../images/secondH2Bg.svg),radial-gradient(rgba(39,83,121,0.7), rgba(39,83,121,0.3));*/
    background-image:url(../images/secondH2Bg.svg),linear-gradient(rgba(39,83,121,1), rgba(49,101,146,0.7));
    background-repeat: no-repeat;
    background-size: 960px;
    margin-top:90px;
    box-shadow: 0 3px 3px rgba(0,0,0,0.5);
}
div.secondH2Wrapper h2{
    height: 80px;
    line-height: 80px;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-size:22px;
    color:#fff;
    text-shadow: 2px,2px,2px,rgba(0,0,0,1);
    margin:auto;
    text-indent: 20px;
}
div.secondInner{
    padding:10px;
    overflow: hidden;
}
div.second {
    width:calc(100% - 20px);
    background:#fff;
    /*border:5px solid #efefef;*/
    box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    margin:20px auto;
    overflow: hidden;
}
div.second h3 {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: bold;
    font-size:18px;
    color:rgba(39,83,121,1);
    border-bottom:1px solid rgba(39,83,121,1);
    padding-bottom:5px;
    text-indent: 20px;
    margin-bottom:10px;
}
div.second h3 span.child{
    /*display: inline-block;*/
    width:30px;
    padding:0 10px;
    height: 100%;
    background:url("../images/rightBlueArrow.svg") center center no-repeat;
    background-size:7px;
}

div.second h4.store{
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    color:rgba(39,83,121,1);
    font-size:22px;
    margin:20px auto 20px;
    font-weight: bold;
    text-indent: 10px;
    margin-top:-100px;
    padding-top:100px;
}
div.second h4.store span{
    background:#fff;
    padding-right:20px;
    padding-left:20px;
}

ul.switch {
    margin:10px auto;
    width:calc(100% - 40px);
    padding-left:20px;
    background:#fff;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
}
ul.switch li{
    width: 100%;
    text-align: left;
    text-indent: 20px;
    line-height: 35px;
    background:#333;
    margin-bottom:5px;
}
ul.switch li a{
    display: block;
    width:100%;
    height: 100%;
    background:#ccc;
    color:#fff;
}
ul.switch li.active,
ul.switch li:hover{
    background:#fff;
    transition: background 0.2s;
}
ul.switch li.active a,
ul.switch li:hover a{
    color:#000 !important;
    background-color:#fff;
    background-image:url("../images/list_disc.svg");
    background-size:5px;
    background-repeat: no-repeat;
    background-position: left 5px center;
    
}
h4.message{
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    color:rgba(39,83,121,1);
    font-size:22px;
    text-align: center;
    margin:50px auto 0;
    font-weight: bold;
}
p.sign{
    font-size:16px;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    margin:30px auto;
}
div.message {
    overflow: hidden;
    margin:10px;
}
div.message p.mesLeft{
    width:calc(60% - 10px);
    float: left;
}
div.message p.mesRight{
    width:calc(60% - 10px);
    float: right;
}
div.message img.mesLeft{
    width:calc(40% - 10px);
    float: left;
}
div.message img.mesRight{
    width:calc(40% - 10px);
    float: right;
}
dl.company {
    width:100%;
    margin:50px auto;
    overflow: hidden;
    border-bottom:1px solid #ccc;
}
dl.company dt{
    width:calc(30% - 20px);
    padding:10px;
    border-top:1px solid #ccc;
    float: left;
    clear: both;
}
dl.company dd{
    width:calc(70% - 20px);
    padding:10px;
    border-top:1px solid #ccc;
    float: right;
}
dl.companyChild{
    width:100% !important;
    margin:0 !important;
    border:none !important;
}
dl.companyChild dt{
    width:100%;
    border:none;
    padding:0;
}
dl.companyChild dd{
    border:none;
    padding:0;
    width:calc(100% - 20px);
    margin-left:20px;
    font-size:14px;
}
dl.history {
    width:100%;
    margin:20px auto;
    display: flex;
    justify-content: space-between;
    background-image:url("../images/historyArrow.svg");
    background-repeat:no-repeat;
    background-size:60px;
    background-position: left bottom;
    padding-bottom:12px;
}
div.historyLeft{
    width:60px;
    padding-bottom:20px;
    background-image:linear-gradient(rgba(39,83,121,0.75),rgba(39,83,121,1));
}
div.historyRight{
    width:calc(100% - 70px);
    overflow: hidden;
}
dl.history p.history{
    width:50px;
    padding:5px;
    text-align: center;
    color:#fff;
    font-size:15px;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;

}
dl.history  dl dt{
    width:100%;
    font-weight: bold;
}
dl.history dl dd{
    padding-left:10px;
    margin-bottom: 15px;
}
div.form {
    width:100%;
    margin:10px auto;
}
dl.form{
    border-bottom:1px solid #ccc;
    overflow: hidden;
}
dl.form dt{
    width:calc(100% - 20px);
    padding:10px;
    font-weight: bold;
}
dl.form dt.must{
    background:url("../images/iconMust.svg") right 15px top 15px no-repeat;
    background-size:45px;
}
dl.form dd{
    width:calc(100% - 20px);
    padding:10px;
    float: right;
    border-bottom:1px solid #ccc;
    margin-bottom: 10px;
}
dl.form input[type=text],
dl.form input[type=mail],
dl.form input[type=tel],
dl.form textarea,
dl.form select{
    width:calc(100% - 20px);
    padding:0 10px;
    line-height:2em;
    border:1px solid #999;
}
dl.form textarea{
    line-height: 1.5em;
}
dl.form .half,
dl.form select{
    
}
dl.form input[type=radio],
dl.form label{
    cursor: pointer;
}
input[type=submit],
p.inquiry{
	width:45%;
	height: 60px;
	line-height: 60px;
	font-size:24px;
	color:#fff;
	text-align: center;
	border-radius: 4px;
    background:linear-gradient(30deg,#f15a24,#f7931e);
    cursor: pointer;
}
input[type=button]{
	width:45%;
	height: 60px;
	line-height: 60px;
	font-size:24px;
	color:#fff;
	text-align: center;
	border-radius: 4px;
    background:#ccc;
    cursor: pointer;
}
input[type=button]:hover{
    background:#333;
}
p.inquiry a{
    color:#fff;
}
input[type=submit]:hover,
p.inquiry:hover{
    background:linear-gradient(30deg,#006837,#39b54a);
}
form textarea{
	width:100%;
	height: 200px;
	border:1px solid #ccc;
}
div.submit{
    display: flex;
    text-align: center;
	margin:30px auto;
    justify-content: space-around;
}
table.store{
    width:100%;
    border-top:1px solid #ccc;
    margin:50px auto;
}
table.store th,
table.store td{
    padding:10px 0;
    text-align: center;
    border-bottom:1px solid #ccc;
}
table.store th:not(fist-child){
    width:2.5em;
}
table.store tr td:first-child{
    text-align: left;
}
div.recruitSwitchWrapper {
    width:calc(100% - 40px);
    margin:30px auto;

}
p.recruitSwitch{
    width:100%;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    border-radius: 4px;
    color:#fff;
    text-align: center;
    font-size:18px;
    margin-bottom:15px;
}
p.recruitSwitch a{
    color:#fff;
    display: block;
    width:100%;
    height: 100%;
}
p.recruitSwitch:hover{
    box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    transition: box-shadow 250ms ease-in-out;
}
p.recruitSwitch.green{
    background-image: linear-gradient(120deg, #6cc24a 10%, rgba(0,155,119,0.9) 100%);
}
p.recruitSwitch.blue{
    background-image: linear-gradient(120deg, #00abc7 10%, rgba(22,92,125,0.9) 100%);
}
p.recruitSwitch.orange{
    background-image: linear-gradient(120deg,#f15a24 10%,#f7931e 100%);
}

div.switch2 {
    width:100%;
    text-align: center;
    margin:20px auto;
    background:#3d6486;
    font-size:15px;
}
div.kanagawa{
    width:80%;
    float: left;
    color:#fff;
    background:linear-gradient(#3d6486,#476d8d);
}
div.shizuoka{
    width:20%;
    float: right;
    color:#fff;
    background:linear-gradient(#3d6486,#476d8d);
}
div.area{
    width:calc(100% / 6);
    height: 130px;
    float: left;
    background-image:url("../images/downArrow.svg");
    background-repeat: no-repeat;
    background-size:10px;
    background-position: center bottom 5px;
    writing-mode: vertical-rl;
    text-align: left;
    line-height: calc((100vw - 40px) / 6);
    padding:10px 0 20px;

}
div.switch2 .area:nth-child(2n+1){
    background-color:#ccc;
}
div.switch2 .area:nth-child(2n+2){
    background-color:#b3b3b3;
}
div.area a{
    display: block;
    width:100%;
    height: 100%;
}
div.area a:hover{
    color:#fff;
}



div.storeBox {
    height: 100%;
    padding:10px;
    background:#efefef;
    margin-bottom:20px;
    position: relative;
    padding-bottom:50px;
}
div.storeBox.white{
    background:#fff;
}

div.storeBox h5 {
    font-size:18px;
    font-weight: bold;
    margin-bottom:20px;
    border-bottom:1px solid rgba(39,83,121,1);
}

div.storeLeft {
    width:100%;
}
div.storeLeft img{
    width:100%;
    object-fit: cover;
}
div.storeLeft img:hover{
    box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    transition: box-shadow 0.2s;
}
div.storeRight{

}
div.storeRight dl{
    margin:10px auto;
    overflow: hidden;
}
div.storeRight dl dt{
    width:30%;
    float: left;
    clear: both;
}
div.storeRight dl dd{
    width:70%;
    float: right;
}
p.storeMore{
    width:calc(100% - 20px);
    height: 40px;
    line-height: 40px;
    position: absolute;
    background:url("../images/rightArrow.svg"),linear-gradient(#3d6486,#476d8d);
    background-repeat: no-repeat;
    background-size:10px,100%;
    background-position: right 20px center,center center;
    text-align: center;
    right:0;
    left:0;
    bottom:10px;
    margin:auto;
}
div.storeRight p.storeMore:hover{
    box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    transition: box-shadow 0.2s;

}
div.storeRight p.storeMore a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
}
p.serviceicon {
/*    text-align: center;
    width:80%;
    font-size:14px;
    background:#6887a1;
    padding:2px 10px;
    margin-bottom:0.25em;
    color:#fff;
    text-indent:0 !important;*/
}

div.storeSlideWrapper {
    width:100%;
    margin:auto;
}
div.storeSlideMain{
    margin-bottom:10px;
}
div.storeSlideChild img{
    margin:5px;
    cursor: pointer;
}

dl.storeDetail {
    width:calc(90% - 10px);
    margin:20px auto;
    overflow: hidden;
    border-bottom:1px solid #ccc;
}
dl.storeDetail dt,
dl.storeDetail dd{
    padding:0.5em 0;
    border-top:1px solid #ccc;
}
dl.storeDetail dt{
    width:25%;
    float: left;
    clear: both;
}
dl.storeDetail dd{
    width:75%;
    float: right;
}
dl.storeDetail dt img{
    width:calc(100% - 10px);
}
div.storeMap{
    width:calc(90% - 10px);
    height: 400px;
    margin:20px auto;
    border:5px solid #ccc;
}
h6.storeDetail{
    color: rgba(39,83,121,1);
    font-size: 22px;
    margin: 50px auto 20px;
    font-weight: bold;
    background: url(../images/storeH4Bg.svg) no-repeat left bottom 12px;
    background-size: 1020px;
    text-align: center;
}
h6.storeDetail span{
    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
}


div.qr img{
    width:300px;
    height: 300px;
    object-fit: cover;
}

div.storeInfoWrapper {
    width:100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


div.storeInfo{
    width:240px !important;
    height: 240px !important;
    position: relative;
    background:#fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
    margin-bottom:25px;
    border: 10px solid #fff;

}
div.storeInfo img{
    width:100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    z-index: 1;
}




div.storeInfo p.cover{
    width:calc(100%);
    height:calc(100%);
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background:rgba(103,170,183,0.5);
    background:linear-gradient(rgba(103,170,183,0.7),rgba(103,170,183,0.1));
    background:linear-gradient(rgba(46,54,66,0.7),rgba(46,54,66,0.1));
    background:linear-gradient(rgba(39,83,121,0.1),rgba(39,83,121,0.8));
    z-index: 2;
    transition: opacity 0.2s ease 0s;
}
div.storeInfo p.cover:hover{
    opacity:0;
    transition: opacity 0.2s ease 0s;
}
div.storeInfo p.category{
    width:140px;
    height: 24px;
    line-height: 24px;
    background:rgba(103,170,183,1);
    position: absolute;
    z-index: 3;
    top:10px;
    left:10px;
    text-indent: 10px;
    font-size:14px;
    color:#fff;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.35);
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
}
div.storeInfo p.date{
    width:80px;
    position: absolute;
    height: 24px;
    line-height: 24px;
    font-size:12px;
    bottom:48px;
    right:10px;
    z-index: 3;
    text-align: right;
}
div.storeInfo h6{
    width:calc(100% - 20px);
    height: 30px;
    padding:10px;
    position: absolute;
    z-index: 3;
    background:rgba(103,170,183,1);
    bottom:0;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-size:14px;
    color:#fff;
    line-height: 1.2em;
}
p.storeInfoMore{
    width:100%;
    height: 45px;
    line-height: 45px;
    background:url("../images/rightArrow.svg"),linear-gradient(#3d6486,#476d8d);
    background-repeat: no-repeat;
    background-size:10px,100%;
    background-position: right 20px center,center center;
    text-align: center;
    margin:30px auto;
}
p.storeInfoMore:hover{
    box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    transition: box-shadow 250ms ease-in-out;
}
p.storeInfoMore a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
}


ul.newcareer {
    margin:10px auto;
    width:calc(100% - 20px);
}
ul.newcareer li{
    width:100%;
    border-image: 40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    margin-bottom: 10px;
}
ul.newcareer li.new{
    background-image: linear-gradient(120deg, #00abc7 10%, rgba(22,92,125,0.9) 100%);
}
ul.newcareer li.career{
    background-image: linear-gradient(120deg, #6cc24a 10%, rgba(0,155,119,0.9) 100%);
}
ul.newcareer li.nutritionist{
    background-image: linear-gradient(120deg,#f15a24 10%,#f7931e 100%);
}
ul.newcareer li a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
    background-color:#ccc;
}
ul.newcareer li.new a:hover{
    background-image: linear-gradient(120deg, #00abc7 10%, rgba(22,92,125,0.9) 100%);
}
ul.newcareer li.career a:hover{
    background-image: linear-gradient(120deg, #6cc24a 10%, rgba(0,155,119,0.9) 100%);
}
ul.newcareer li.nutritionist a:hover{
    background-image: linear-gradient(120deg,#f15a24 10%,#f7931e 100%);
}
div.trainingPhoto{
	height: 110px;
	position: relative;
	display: flex;
	justify-content: space-around;
	margin:10px;
}
div.trainingPhoto img{
	border:5px solid #efefef;
	width:90px;
	height: 90px;
	object-fit: cover;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
}
img.t01{
	transform: rotate(-5deg);
}
img.t02{
	transform: rotate(3deg);
}
img.t03{
	transform: rotate(-2deg);
}



p.welfare {
    margin:10px;
    text-align: justify;
}
dl.welfare{
    width:100%;
    margin:10px auto;
    overflow: hidden;
    border-bottom:1px solid #ccc;
}
dl.welfare dt{
    padding:1em 0;
    border-top:1px solid #ccc;
    font-weight: bold;
}
dl.welfare dt{
}
dl.welfare dd{
    margin-bottom:10px;
    margin-left:10px;
}
dl.welfare2{
    width:100%;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.35);
}
dl.welfare2 dt{
    width:100%;
    text-align: center;
    background:#275379;
    font-size:16px;
    position: relative;
    color:#fff;
}
dl.welfare2 dt::after{
}
dl.welfare2 dd{
    background:#e4eef8;
    padding:20px;
}
div.flow{
    width:100%;
    height: 100px;
    display: table;
    margin:20px auto;
}
div.flow p.flow1,
div.flow p.flow2,
div.flow p.flow3{
    width:calc(100% / 3);
    height: 100px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size:14px;
    color:#fff;
    position: relative;
}
div.flow p.flow1{
    background:#945252;
}
div.flow p.flow1::after{
    content: "";
    position: absolute;
    top:0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 15px;
    border-color: transparent transparent transparent #945252;
    z-index: 2;
}

div.flow p.flow2{
    background:#863d3d;
}
div.flow p.flow2::after{
    content: "";
    position: absolute;
    top:0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 15px;
    border-color: transparent transparent transparent #863d3d;
    z-index: 1;
}
div.flow p.flow3{
    background:#792727;
}
dl.step{
    width:100%;
    margin:20px auto;
    position: relative;
}
dl.step::after{
    content: "";
    position: absolute;
    bottom:-10px;
    right: 0;
    left:0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 15px 0 15px;
    border-color: #539452 transparent transparent transparent;
}
dl.step.last::after{
    content: "";
    position: absolute;
    bottom:-10px;
    right: 0;
    left:0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: none;
    border-width: 10px 10px 0 10px;
    border-color: #539452 transparent transparent transparent;
}
dl.step dt{
    background:#287927;
    height: 60px;
    line-height: 60px;
    font-size:22px;
    font-weight: bold;
    text-align: center;
    color:#fff;
}
dl.step dd{
    padding:30px;
    background:#ccc;
    font-size:16px;
    height: 100px;
}
dl.step li{
    background:url("../images/list_check.svg") left 0.4em no-repeat;
    background-size:18px;
    padding-left:30px;
}
ul.staffWrapper {
    width:calc(100%);
    display: flex;
    justify-content: space-around;
}
div.staffBox{

    border:2px solid #ccc;
    overflow: hidden;
    background-size:30px;
    background-repeat:no-repeat;
    background-position: center top 10px;
    padding:5px;
    padding-top:40px;
}
li.ui-tabs-active div.staffBox {
    box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
    transition: box-shadow 250ms ease-in-out;

}
ul.staffWrapper div.staffBox:hover {
    box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
    transition: box-shadow 250ms ease-in-out;
}
div.staffBox.p1{
    background-image:url("../images/p1.svg")
}
div.staffBox.p2{
    background-image:url("../images/p2.svg")
}
div.staffBox.p3{
    background-image:url("../images/p3.svg")
}
div.staffBox.p4{
    background-image:url("../images/p4.svg")
}
div.staffBox ul{
    text-align: center;
    margin-top:15px;
    font-size:12px;
}
div.staffBox ul li{
    border-bottom:1px dotted #aaa;
    padding:2px 0;
}

div.staffTitle{
    background:rgba(22,92,125,1);
    background:#efefef;
    padding:10px;
    overflow: hidden;
    margin:20px auto 10px;
}
div.staffTitle h3{
}
div.staffTitle img{
    width:150px;
    height: 150px;
    display: block;
    object-fit: contain;
    margin:10px auto;;
    z-index: 1000;
}
div.staffTitle h3{
    border:none !important;
    color:rgba(22,92,125,1) !important;
	font-size: 18px;
	width:calc(100%);
	margin-bottom:15px;
    text-indent: 0;
    text-align: center;
}
div.staffTitle dl{
	margin:10px;
	overflow: hidden;
	border-bottom:1px solid #ccc;
}
div.staffTitle dl dt{
	width:calc(25%);
	float: left;
	clear: both;
	padding:5px 0;
	border-top:1px solid #ccc;
}
div.staffTitle dl dd{
	width:calc(75%);
	float: right;
	padding:5px 0;
	border-top:1px solid #ccc;
}

h4.staff {
    font-size:20px;
    color:rgba(22,92,125,1);
    font-weight: bold;
    margin:20px 30px;
    border-bottom:2px solid rgba(22,92,125,1);
    text-indent: 1em;
}
dl.interview{
	margin:10px;
}
dl.interview dt{
    font-weight: bold;
}
dl.interview dt::before{
	content: "Q";
	font-size:32px;
	font-weight: bold;
	color:pink;
	padding-right: 10px;
	font-style: oblique;
}
dl.interview dd{
	margin-left:20px;
}
dl.interview dd::before{
	content: "A";
	font-size:32px;
	font-weight: bold;
	color:skyblue;
	padding-right: 10px;
	font-style: oblique;
}
div.note{
	width:640px;
	margin:20px auto;
	background:url("http://turumi-shoukai.co.jp/images/noteBg.png") left top repeat-y #fff;
    background-size:30px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	overflow: hidden;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
div.note dl{
	margin:30px 60px;
	overflow: hidden;
	border-bottom:1px dashed skyblue;
	margin-bottom:20px;
}
div.note dl dt{
	width:50px;
	float: left;
	clear: both;
	text-align: right;
	padding-right: 20px;
	border-top:1px dashed skyblue;
	padding-top:1em;
}
div.note dl dd{
	border-top:1px dashed skyblue;
	width:calc(100% - 70px);
	float: right;
	padding-top:1em;
	margin-bottom: 1em;
}
div.note dl dd span{
	font-weight: bold;
}
p.netEntry {
    width:calc(80% + 20px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom:20px;
    background-image: url(../images/rightArrow.svg);
    background-color:#792727;
    background-repeat: no-repeat;
    background-size: 7px,100%;
    background-position: right 10px center,center center;
}
p.netEntry:hover{
    box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    transition: box-shadow 250ms ease-in-out;
}
p.netEntry a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
}

div.main {
    width:100%;
}
div.side{
    width:300px;
    float: left;
    margin-top:100px;
}
div.side h3{
    font-size:20px;
    margin-bottom:10px !important;
}
div.side ul{
    margin:10px 10px 30px;
}
div.side li{
    background:url("../images/list_disc.svg") left 0.5em no-repeat;
    background-size:8px;
    padding-left:15px;
}
div.side li li{
    background-size:4px;
}
div.eyecatch{
    margin:20px auto;
    width:100%;
    text-align: center;
}
div.eyecatch img{
    max-width:60%;
    height: auto;
    object-fit: cover;
}

div.title {
    padding:15px 15px 1px;
    background:#efefef;
}


div.title h3 {
    font-size:24px;
    margin-bottom:40px;
}
div.title p.date{
    margin-bottom:20px;
}

/*div.entryBody {
    margin-bottom: 20px;
    border-bottom:1px solid #ccc;
    clear: both;
    padding-bottom:20px;
}
div.entryBody p{
    margin-bottom:1em;
}
div.entryBody img{
    float: right;
    margin:20px;
    max-width: calc(100% - 40px);
    height: auto;
}
div.entryBody ul,
div.entryBody ol{
    margin:1em;
}
div.entryBody ul li{
    background:url("../images/list_disc.svg") left 0.5em no-repeat;
    padding-left:15px;
    background-size:5px;
}*/
div.prevnext {
    width:100%;
}
div.flex{
    display: flex;
}
div.between{
    justify-content: space-between;
}
div.prev{
    background:url("../images/leftBlueArrow.svg") left top 0.5em no-repeat;
    background-size:5px;
    padding-left:20px;
    width:30%;
}
div.next{
    background:url("../images/rightBlueArrow.svg") right top 0.5em no-repeat;
    background-size:5px;
    padding-right:20px;
    width:30%;
}



div.archiveWrapper {
}
.screen-reader-text{
  display:none;
}
div.nav-links {
    width:100%;
    margin:20px auto;
    text-align: center;
}
div.nav-links span{
    display: inline-block;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin:0 5px;
    padding:4px 8px;
}
div.nav-links a.page-numbers{
    display: inline-block;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin:0 5px;
    border:1px solid #ccc;
    padding:4px 8px;
}
div.nav-links a.page-numbers:hover{
    background:rgba(22,92,125,1);
    color:#fff;
}

div.recruitBoxWrapper {
}
div.recruitBox{
    width:calc(100% - 20px);
    padding:10px;
    border:1px solid rgba(22,92,125,1);
    margin-bottom:20px;
    padding-bottom:50px;
    position: relative;
}
div.recruitBox.single{
    /*width:80%;*/
    margin:10px auto;
    border:none;
}
div.recruitBox h4{
    background:rgba(22,92,125,1);
    color:#fff;
    text-align: center;
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 10px;
}
dl.recruit{
    overflow: hidden;
}
dl.recruit dd a {
    border-bottom: 1px solid #ccc;
}
div.single dl.recruit{
    border-bottom:1px solid #ccc;
    margin-bottom:50px;
}
form.entry{
    /*margin:30px;*/
}
dl.entry{
    overflow: hidden;
}
dl.entry dt{
    width:30%;
    float: left;
    clear: both;
    padding:10px 0;
}
dl.entry dd{
    width:70%;
    float: right;
    padding:10px 0;
}
form.entry input[type=text],
form.entry input[type=tel],
form.entry input[type=email]{
    border-bottom:1px solid #333;
    width:100%;
}
form.entry select{
    margin:10px 0;
    border:1px solid #333;
    padding:5px 30px 5px 10px;
    background:url("../images/downBlueArrow.svg") right 10px center no-repeat;
    background-size:10px;
}
form.entry textarea{
    width:calc(100% - 22px);
    padding:10px;
    border:1px solid #333;
}

form.entry dt.must + dd{
    background:url("../images/iconMust.svg") right 15px top 15px no-repeat;
    background-size:45px;
}

dl.recruit dt,
dl.recruit dd{
    padding:10px 0;
}
dl.recruit dt{
    width:25%;
    float: left;
    clear: both;
    border-top:1px solid #ccc;
}
dl.recruit dd{
    width:75%;
    float: right;
    border-top:1px solid #ccc;
}
p.recruitDetail {
    width: calc(100% - 100px);
    height: 45px;
    line-height: 45px;
    position: absolute;
    background: url(../images/rightArrow.svg),linear-gradient(#792727,#8d4747);
    background-repeat: no-repeat;
    background-size: 10px,100%;
    background-position: right 20px center,center center;
    text-align: center;
    left:0;
    right: 0;
    bottom: 10px;
    margin: auto;    
}
p.recruitDetail a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
}
p.recruitDetail:hover{
    box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    transition: box-shadow 0.2s;
}
div.recruitMap {
    width:100%;
    height: 350px;
    margin:10px auto;
}

h5.recruit {
    font-size:18px;
    font-weight: bold;
    color:rgba(22,92,125,1);
    border-bottom:1px solid rgba(22,92,125,1);
    margin:20px 0 10px;
}
h5.recruit + p{
    margin:10px 10px 20px 30px;
}
.slick-arrow{
    width:20px;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size:20px;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top:calc(50% - 10px);
    cursor: pointer;
    z-index: 1;
}
.slick-next{
    background-image:url("../images/slick_next.svg");
    right:10px;
}
.slick-prev{
    background-image:url("../images/slick_prev.svg");
    left:10px;
}
.slick-arrow:hover{
    background-position: center bottom;
}
ul.medicine {
    margin:10px;
}
ul.medicine li{
    background:url("../images/list_square.svg") left 0.3em no-repeat;
    background-size:12px;
    padding-left:20px;
    margin-bottom: 0.5em;
}

div.areaPhoto {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}
div.areaPhoto img{
    border:5px solid #fff;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.35);
    width:calc(50% - 15px);
    height: auto !important;
}

span.bgBlue {
    display: block;
    padding:10px;
    margin:10px 0;
    background:#d4dde4;
    border-radius: 3px;
}
span.bgBlue a{
    text-decoration: underline;
}

p.areatac {
    text-align: left;
    font-size:18px;
    margin:0 auto 10px;
}
div.planWrapper {
    width:100%;
    margin:20px auto;
    display: flex;
    justify-content: space-between;
}
div.planWrapper div.goal{
    width:45%;
    background:#fff;
}
div.goal h5{
    width:100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color:#fff;
}
div.green h5{
    background:#287927;
}
div.red h5{
    background:#792727;
}
div.goal p{
    padding:10px;
}
p.plan{
    margin:10px auto;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
}
p.plan1{
    width:100%;
    background:#ccc;
}
p.plan2{
    width:80%;
    background:#ddd;
}
p.plan3{
    width:60%;
    background:#eee;
}
div.up{
    width:100%;
    height: 30px;
    background:url("../images/planArrow.svg") center center no-repeat;
    background-size:20px;
}
div.doubleUp{
    width:100%;
    height: 30px;
    background-image:url("../images/planArrow.svg"),url("../images/planArrow.svg");
    background-repeat:no-repeat;
    background-position: left 20% center,right 20% center;
    background-size:20px;
    margin:auto;
}
dl.intern{
    width:100%;
    margin:20px auto 20px;
    position: relative;
}
dl.intern::after{
    content: "";
    position: absolute;
    bottom:-10px;
    right: 0;
    left:0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 15px 0 15px;
    border-color: #539452 transparent transparent transparent;
}
dl.intern.last::after{
    border:none;
}
dl.intern dt{
    background:rgba(22,92,125,1);;
    height: 40px;
    line-height: 40px;
    font-size:18px;
    font-weight: bold;
    text-align: center;
    color:#fff;
}
dl.intern dd{
    padding:30px;
    background:#ccc;
    font-size:16px;
}
ul.manabi {
    margin:10px;
}
ul.manabi li{
    width:calc(100%);
    line-height: 50px;
    text-align: center;
    color:#fff;margin-bottom: 5px;
}
ul.manabi li:nth-child(1){
    background:#3d6486;
}
ul.manabi li:nth-child(2){
    background:#539452;
}
ul.manabi li:nth-child(3){
    background:#945252;
}

p.etc{
    margin:10px;
    text-align: right;
}
/*ブログ設定*/
div.entryBody {
    margin-bottom: 20px;
    border-bottom:1px solid #ccc;
    clear: both;
    padding-bottom:20px;
    overflow: hidden;
}
div.entryBody p{
    margin-bottom:1em;
}
div.entryBody p strong{
    font-weight: bold;
}
div.entryBody p em{
    font-style: italic;
}
div.entryBody img{
    max-width: 100%;
    height: auto;
}
div.entryBody ul,
div.entryBody ol{
    margin:1em;
}
div.entryBody ul li{
    background:url("../images/list_disc.svg") left 0.5em no-repeat;
    padding-left:15px;
    background-size:5px;
}
div.entryBody ol li{
    padding-left:10px;
    margin-left:10px;
}
div.entryBody h1,
div.entryBody h2,
div.entryBody h3,
div.entryBody h4,
div.entryBody h5,
div.entryBody h6{
    font-weight: bold;
    color: rgba(39,83,121,1);
    border-bottom: 1px solid rgba(39,83,121,1);
    margin-bottom:1em;
    text-indent: 0;
}
div.entryBody h1{
    font-size:26px;
}
div.entryBody h2{
    font-size:24px;
}
div.entryBody h3{
    font-size: 22px;
}
div.entryBody h4{
    font-size:20px;
}
div.entryBody h5{
    font-size:18px;
}
div.entryBody h6{
    font-size:16px;
}
div.entryBody blockquote{
    margin:20px;
    padding:30px;
    background-color:#efefef;
    background-image:url("../images/cite1.svg"),url("../images/cite2.svg");
    background-size:15px;
    background-repeat: no-repeat;
    background-position: left 10px top 10px,right 10px bottom 10px;
}
div.entryBody .alignright{
    float: right;
    margin:0 0 10px 10px;
}
div.entryBody .alignleft{
    float: left;
    margin:0 10px 10px 0;
}
div.entryBody .aligncenter{
    float: none;
    margin:0 auto 10px !important;
    display: block;
}
div.youtube{
    width:calc(100% - 30px);
    height:195px;
    border:5px solid #ccc;
    margin:10px auto 20px;
}
div.recruitMovie {
    width:100%;
    margin-bottom:30px;
}
dl.movieIndex{
    width:240px;
    overflow: hidden;
}
dl.movieIndex dt{
    width:80px;
    text-align: right;
    float: left;
    clear: both;
}
dl.movieIndex dd{
    width:150px;
    float: right;
}
div.recruitMovie div.movie{
    width:calc(100% - 20px);
    margin:10px;
    height: 200px;
}
