#head{
	width:auto;
	margin: 0 auto;
}
.head01{
	height:127px;
	background: url( "../img/common/headbg01.png" )  repeat-x ;
}
.head01_1{
	width:1100px;
	margin: 0 auto;
	padding-top: 20px
}
.t-right{
	text-align: right;
}
.headmain{
	height:500px;
	background: url("../img/common/head.jpg" ) no-repeat center center;
}
.head01_2{
	max-width:1100px;
	margin: 0 auto;
	padding-top: 100px
}

.head_nav{
	margin: 0 auto;
}
.head_nav.navdetail{

	margin: 0 auto;
}

.headsubimg{
	margin:-10px 0 5px 0;
}
.headsubimg2{
	margin:0px 0 5px 0;
}
h2 {
	padding: 0.8rem 1.5rem ;
	background: #ED7958;
	color: white;
    border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */ 

}
h3 {
	padding: 0.8rem 1.5rem ;
	color: #333;
	border-bottom: 3px solid #ED7958;
}
.gmapnav{
	text-align: right;
	margin:10px 0 0 0;
}
.gmapnav a{
	color: black;
	font-size:80%;
	margin-top:0.5rem;
}

.font80{
	font-size:80%;
}

.font90{
	font-size:90%;
}

.font130{
	font-size:130%;
}
.font120{
	font-size:120%;
}
.font110{
	font-size:110%;
}
.font150{
	font-size:150%;
}
.font200{
	font-size:200%;
}

.fontbold{
	font-weight:700;
}

.fontorange{
	color:#ED7958;
}

.fontred{
	color:#F00;
}

.w100per{
	width:100%;
}
.w60per{
	width:60%;
}
.w55per{
	width:55%;
}
.w50per{
	width:50%;
}
.w45per{
	width:45%;
}
.w40per{
	width:40%;
}

.fontorange{
	color:#ED7958 ;
}

.contents_right{
	float: right;
	margin:0px 10px 0px 10px;
}
.contents_left{
	float: left;
	width: 200px;
}

.imgcenter{
	text-align: center;
}


.event dt {
  clear: left;
  float: left;
  width: 4rem;
  font-weight: bold;
}
.event dd { margin: 0 0 1rem 4rem; line-height: 1.5em;}
.event dd:before { content: ''; }

table.company {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 15px;
}
 
table.company th,
table.company td {
    padding: 12px;
}
 
table.company th {
    background: #ED7958;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #ED7958;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #eee;
    width: 360px;
    padding-left: 20px;
}



/*about*/
.aboutbgblue{
	background:#BFFFFF;
	border:#26C9FF 5px solid;
	padding:1rem;
	}
.aboutbox_lft{
	float: left;
	width:48%;
	border: solid #ED7958 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.aboutbox_rt{
	float: right;
	width:48%;
	border: solid #ED7958 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.aboutbox_rt{
	margin:0 auto;
}
.aboutbox_rt p,.aboutbox_lft p,.aboutbox1col p{
	margin:20px 15px;
}
.aboutbox{
	clear: both;
	margin:20px 0;
}
.aboutbox1col{
	border: solid #ED7958 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.aboutbox h3{
	width:88%;
	height: 2rem;
	padding:1rem 0 0 3rem ;
	border-bottom: double #F8E0BE 5px;
	background: url( "../img/about/check.png" ) no-repeat 15px 12px;
	font-size:140%;
	margin: 0 0 -10px 0;
}
.aboutbox1col h3{
	width:100%;
	height: 2rem;
	padding:1rem 0 0 3rem ;
	border-bottom: double #F8E0BE 5px;
	background: url( "../img/about/check.png" ) no-repeat 15px 12px;
	font-size:140%;
	margin: 0 0 -10px 0;
}
.aboutsubtitle{
	color: #ED7958;
	font-weight:900;
	margin-top:70px;
	margin-bottom:30px;
	text-align:center;
	line-height:2.5rem;
}
.aboutsubtitle2{
	text-align:center;
}
.abouttitle_lft{
	background: #ED7958;
	width:40%;
	float:left;
	margin: 0 auto 0 1rem;
	color: #FFF;
	text-align: center;
	padding:10px;
	border: solid 5px #EFB86A;
	font-weight:700;
	font-size:120%;
}
.abouttitle_rt{
	background: #ED7958;
	width:40%;
	float:right;
	margin: 0 1rem 0 auto;
	color: #FFF;
	text-align: center;
	padding:10px;
	border: solid 5px #EFB86A;
	font-weight:700;
	font-size:120%;
}
.aboutimg_right{
	float: right;
	margin-top:20px;
	padding-left:20px;
}
.aboutimg_center{
	margin:0 auto;
	text-align: center;
	margin-top:0px;
}

.aboutimg_left{
	float: left;
}

.aboutsidetitle{
	background: #ED7958;
	margin: 20px auto;
	color: #FFF;
	text-align: center;
	padding:10px;
	border: solid 5px #EFB86A;
	font-weight:700;
	font-size:120%;
	width:280px;
}

.aboutsidetitle2{
	background: #63cbff;
	margin: 20px auto;
	color: #FFF;
	text-align: center;
	padding:10px;
	border: solid 5px #b3e6ff;
	font-weight:700;
	font-size:120%;
	width:280px;
}

.abouttitle_lft a{
	color: #FFF;
	text-decoration: none;
	display: block;
}
.abouttitle_rt a{
	color: #FFF;
	text-decoration: none;
	display: block;
}
.aboutsidetitle a{
	color: #FFF;
	text-decoration: none;
	display: block;
}
.aboutsidetitle2 a{
	color: #FFF;
	text-decoration: none;
	display: block;
}
.abouttitle_lft:hover{
	background: #EFB86A;
	border: solid 5px #F8E0BE;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
}
.abouttitle_rt:hover{
	background: #EFB86A;
	border: solid 5px #F8E0BE;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
}
.aboutsidetitle:hover{
	background: #EFB86A;
	border: solid 5px #F8E0BE;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition: 0.3s ease-in-out;
	  -o-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
}
.about_detail{
	border: solid 25px #26C9FF;
	padding:30px;
	color: #ED7958;
	color: #000;
}

/*staff*/
.staffbox{
	border:#ED7958 1px solid;
	padding:2rem 1rem 0 1rem;
	margin:0 0 40px 0;
	min-height: 250px;
}
.staffbox_nomargin{
	margin:0;
}
.staff_left{
	float: left;
	width: 240px;
	height:250px;
}
.staff_left img{
	width: 220px;
}

.staffbox h3,.timeschedulebox h3{
	padding:0 ;
	font-size:140%;
	margin: 0;
}
/*recruit*/
.head2menu{
  width: 100%;
  display: table;
  table-layout: fixed;
	margin:0 auto;
}

.menubox{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:50%;
}

.timeschedulebox{
	border:#ED7958 1px solid;
	padding:1rem 1rem 0 1rem;
	margin:0;
	min-height: 200px;
}

.timescheduleattention{
	border:#900 3px double;
	padding:1rem;
	margin:0;
}

.staff1day{
	float: right;
	margin:0 10px 10px;
	padding:0.5em;
	width:40%;
}

.timeschedule {
    margin: 0 auto;
}
 
.timeschedulebox {
    margin: 0px auto 30px;
	border:#ED7958 1px solid;
	padding:1rem 1rem 0 1rem;
	min-height: 200px;
    position: relative;
}
.timescheduleattention {
	border:#900 3px double;
	padding:0.5rem 1rem;
	margin-bottom:2rem;
    position: relative;
}
.timeschedulebox:after {
    border-top: 28px solid #ED7958;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    content: "";
    position: absolute;
    bottom: -28px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
    left: 50%;/* 中央寄せに使用 */
    margin-left: -70px; /* 中央寄せに使用 */
}
.timeschedulebox:last-child:after {
    border: none; /* 最後のボックスだけ三角形を表示しない */
}


.qa dl{
     width:100%;
     margin:0px;
     overflow: hidden;
     _zoom: 1;
}

.qa dl dd,
.qa dl dt{
     text-indent: -2.6em;   
     padding: 0 20px 0px 50px;
}

.qa dl dt{
     margin:20px 20px 0 0;
}

.qa dl dd:first-letter,
.qa dl dt:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}

.qa dl dd{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
	 line-height: 1.5rem;
}

.qa dl dt:first-letter{
     color: #0F78E1;
}
.qa dl dd:first-letter{
     color: #ff6767;
}


table.youkou {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
}
table.youkou th {
	width: 20%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #FFEFBF;
	font-weight:400;
}
table.youkou td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*privacy*/
.prv h3{
	border-bottom:#CCC dotted 2px;
	padding:10px 1rem;
	}


@media only screen and (min-width: 768px) {
	.sp_only{
		display: none;
	}
}

@media only screen and (max-width: 769px) {
	.sp_only{
		display: block;
		margin-top: 10px;
	}

h1{
	display:none;
	}
	h2{
	}
.head01_2 img{
	width:100%;
}
.staff1day{
	float: none;
	margin:15px;
	padding:0em;
	width:75%;
	text-align: center;
	margin:20px auto 10px auto;
}


.w60per,.w55per,.w50per,.w45per,.w40per{
	width:100%;
	margin:0 auto;
	text-align: center;
	clear: both;
}


.menubox{
	display: block;
	vertical-align: middle;
	text-align: center;
	width:75%;
	margin:0 auto;
	margin-bottom:20px;
}

	#footmenubox{
		display:none;
	}
	#copyright{
		font-size:80%;
		text-align: center;
	}
	aside#sidemenuscroll,aside.fb-page{
		display:none;
	}

	aside{
		display:none;
	}
	
	#main{
		width:95%;
		margin:0 auto;
	}
	.head_nav{
	display:none;	
	}
	.spimg{
		width:100%;
		text-align: center;
	}
.aboutimg_right{
	float: none;
	width:100%;
	text-align: center;
}
.aboutimg_right img{
	width:70%;
}
	.aboutbgblue{
		width:85%;
		text-align: left;
		}
	.aboutbox_lft{
		float:none;
		width:auto;
		text-align: left;
		margin:0 auto 20px auto;
	}
	.aboutbox_lft img{
		width:80%;
		text-align:center;
		
	}
	.aboutbox_rt{
		float:none;
		width:auto;
		text-align: left;
		margin:0 auto 20px auto;
	}
	.aboutbox_rt img{
		width:80%;
		text-align:center;
		
	}
.abouttitle_lft{
	background: #ED7958;
	width:80%;
	float:none;
	margin: 20px auto;
	color: #FFF;
	text-align: center;
	padding:10px;
	border: solid 5px #EFB86A;
	font-weight:700;
	font-size:120%;
}
.abouttitle_rt{
	background: #ED7958;
	width:80%;
	float:none;
	margin: 20px auto;
	color: #FFF;
	text-align: center;
	padding:10px;
	border: solid 5px #EFB86A;
	font-weight:700;
	font-size:120%;
}
.staff_left{
	float:none;
	width: 75%;
	margin:10px auto;
}
.staff_left img{
	width: 100%;
}




}

