@charset "utf-8";

@import url("fontawesome-4.4.0.min.css");
@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0, .row0 a{}
.row1{
	border-bottom:1px solid;
}
.row2{
	border-bottom:1px solid;
}
.row3, .row3 a{}
.row4, .row4 a{}
.row5, .row5 a{}


/* Head Wrapper
--------------------------------------------------------------------------------------------------------------- */
.headwrapper{
	position:relative;
	padding:0 0 60px 0;
}


/* Top Bar
--------------------------------------------------------------------------------------------------------------- */
#topbar{
	padding:3px 0;
}


/* Header
--------------------------------------------------------------------------------------------------------------- ヘッダ */
#header{
	padding:10px 0;
}

#header .table .table-cell{
	width:40%;
	vertical-align:middle;
	line-height:1;
}
#header .table .table-cell2{
	width:20%;
	vertical-align:middle;
	line-height:1;
}
#header .table .table-cell *{
	margin:0;
}
#header .table .table-cell:nth-child(1){}
#header .table .table-cell:nth-child(2){}
#header .table .table-cell:nth-child(3){}

#header #logo{
	font-size:26px;
	text-transform:uppercase;
}
#header form{
	display:block;
	position:relative;
	width:100%;
}
#header input, #header button{
	display:block;
	height:32px;
	border:solid;
}
#header input{
	width:200px;
	float:right;
	padding:5px 40px 5px 10px;
	border-width:1px;
}
#header button{
	position:absolute;
	top:1px;
	right:1px;
	width:32px;
	height:30px;
	border-width:0 0 0 1px;
	font-size:16px;
	cursor:pointer;
}
#header button em{
	display:none;
}


/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro{
	padding:89px 20px;
}

#pageintro article{
	max-width:98%;
}
#pageintro article *{
	margin:0;
	white-space:normal;
	word-wrap:break-word;
	line-height:1;
}
#pageintro article .heading{
	margin-bottom:15px;
	font-size:54px;
	letter-spacing:8px;
}
#pageintro article p{
	margin:0 0 15px 0;
	font-size:16px;
	line-height:1.4;
}
/*
#pageintro article p:nth-of-type(1){
	text-transform:uppercase;
	letter-spacing:5px;
}
*/
#pageintro article ul{
	margin-top:50px;
}
#pageintro article ul li{
	margin-right:20px;
}
#pageintro article ul li:last-child{
	margin:0;
}
#pageintro article .btn{}

/* iframe
--------------------------------------------------------------------------------------------------------------- iframe使用 */
.osirase{
	color:#666666;
	font-weight:bold;
	font-size:20px;
}
.ifrm-container {
	width:460px;
	height:240px;
	float:left;
	margin-left:20px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
}

.ifrm {
	width:100%;
	height:100%;
	border:none;
	display:block;
}

/* iframe
--------------------------------------------------------------------------------------------------------------- iframe　旧 */
iframe{
	width:320px;
	height:200px;
	float:right;
	background-color:transparent;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#cccccc;
	scrollbar-track-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#cccccc;
	filter:chroma(color=#ffffff);
}

/* Shout - 3 Boxes
--------------------------------------------------------------------------------------------------------------- トップ中段：性能表・経歴書・各部紹介 */
#shout{
	position:relative;
	margin:-60px auto 0;
	z-index:1;
}

#shout figure{
	position:relative;
	max-width:480px;
	margin:0 auto;
	box-shadow:8px 8px 10px;
	text-align:center;
}				/* box shadow colour is inherited via color */
#shout figure img{
	max-width:100%;
}
#shout figure figcaption{
	display:block;
	position:absolute;
	top:86.5%;
	left:0;
	width:100%;
	height:60px;
	line-height:60px;
	margin-top:-30px;
}
#shout figure figcaption a{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	font-size:120%;
}

/* Content Area
--------------------------------------------------------------------------------------------------------------- トップ下段：採用・リンク・掲示板・お問合せ */
.container{
	padding:40px 0;
}

/* Content */
.container .content{}

.steps li *{
	margin:0;
	padding:0;
	text-align:center;
}
.steps figure{
	position:relative;
	max-width:320px;
	margin:0 auto;
}
.steps figure, .steps .heading{
	margin-bottom:20px;
}
.steps figure figcaption, .steps figure figcaption a{
	display:block;
	width:100px;
	height:36px;
	line-height:32px;
	overflow:hidden;
}
.steps figure figcaption2, .steps figure figcaption2 a{
	display:block;
	width:100px;
	height:36px;
	line-height:15px;
	overflow:hidden;
}
.steps figure figcaption a, .steps figure figcaption2 a{
	width:100%;
	height:100%;
}
.steps figure figcaption{
	position:absolute;
	top:0;
	left:0;
	font-size:14px;
	border-right:3px solid;
	border-bottom:3px solid;
}
.steps figure figcaption2{
	position:absolute;
	top:0;
	left:0;
	font-size:11px;
	border-right:3px solid;
	border-bottom:3px solid;
}

/* Comments */
#comments ul{
	margin:0 0 40px 0;
	padding:0;
	list-style:none;
}
#comments li{
	margin:0 0 10px 0;
	padding:15px;
}
#comments .avatar{
	float:right;
	margin:0 0 10px 10px;
	padding:3px;
	border:1px solid;
}
#comments address{
	font-weight:bold;
}
#comments time{
	font-size:smaller;
}
#comments .comcont{
	display:block;
	margin:0;
	padding:0;
}
#comments .comcont p{
	margin:10px 5px 10px 0;
	padding:0;
}

#comments form{
	display:block;
	width:100%;
	}
#comments input, #comments textarea{
	width:100%;
	padding:10px;
	border:1px solid;
}
#comments textarea{
	overflow:auto;
}
#comments div{
	margin-bottom:15px;
}
/*
#comments input[type="submit"], #comments input[type="reset"]{
	display:inline-block;
	width:auto;
	min-width:150px;
	margin:0;
	padding:8px 5px;
	cursor:pointer;
}
*/
.alignright{
	text-align:right;
}

/* Sidebar */
.container .sidebar{}

.sidebar .sdb_holder{
	margin-bottom:50px;
}
.sidebar .sdb_holder:last-child{
	margin-bottom:0;
}
.name{
	font-size:24px;
	font-weight:bold;
}

/* Coloured Boxes
--------------------------------------------------------------------------------------------------------------- */
.clrbox{
	display:table;
}
.clrbox li{
	display:table-cell;
	width:33.33333333333333%;
}

.clrbox *{
	margin:0;
}
.clrbox article{
	padding:15%;
}
.clrbox .heading, .clrbox p:first-of-type{
	margin-bottom:30px;
}
.clrbox .btn{}


/* Sign Up
--------------------------------------------------------------------------------------------------------------- */
#signup{
	padding:120px 0;
}

#signup form{
	display:block;
	position:relative;
	width:60%;
	margin:0 auto;
}
#signup input, #signup button{
	display:block;
	height:50px;
	border:solid;
}
#signup input{
	width:100%;
	padding:5px 50px 5px 10px;
	border-width:1px;
	font-size:16px;
}
#signup button{
	position:absolute;
	top:1px;
	right:1px;
	width:48px;
	height:48px;
	border-width:0 0 0 1px;
	font-size:22px;
	cursor:pointer;
}
#signup button em{
	display:none;
}


/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer{
	padding:10px 0;
	line-height:2;
	text-align:center;
}

#footer ul{
	margin:0 0 0 5px;
}

#footer li{
	padding:0 7px 0 5px;
	list-style:none;
	border-bottom:0;
	display:inline-block;
	border-right:1px solid #fff;
}

#footer li a:hover{
	color:#ffbb99;
}

#footer li.top{
	border-left:1px solid #fff;
}

#footer .title{
	margin:0 0 30px 0;
	padding:0;
	font-size:16px;
	text-transform:uppercase;
}

#footer .linklist li{
	margin-bottom:10px;
}
#footer .linklist li:last-child{
	margin-bottom:0;
}

#footer .smallfont{
	font-size:.8em;
	margin:0;
}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright{
	padding:30px 0;
}
#copyright *{
	margin:0;
	padding:0;
}
#copyright a.hoiku{
	color:#f2f2f2;
	font-size:5px;
}


/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
.faico a, #mainav *, #backtotop, input, textarea, .btn, #shout *, .steps *{
	transition:all .3s ease-in-out;
}


/* ------------------------------------------------------------------------------------------------------------ サイトマップリスト*/

li.map{
	font-size:1.2em;
	padding-bottom:10px;
}



/* ------------------------------------------------------------------------------------------------------------ 印刷用説明リスト*/

ol.print{
	position: relative;
	margin:0;
	padding:0
}
ol.print li  {
	list-style: none;
	list-style-position:outside;
	margin:0;
	padding-left:1.25em
}
ol.print li span {
	position: absolute;
	left:0;
	margin:0
}
/*IE6*/
*html ol li span  {
left: -1.25em;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol{
	margin:0;
	padding:0;
	list-style:none;
}

#mainav, #breadcrumb, .sidebar nav{
	line-height:normal;
}
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after{
	position:absolute;
	font-family:"FontAwesome";
	font-size:10px;
	line-height:10px;
}

/* Top Navigation */
--------------------------------------------------------------------------------------------------------------- */
#mainav{
	margin-bottom:-1px;
}
#mainav ul{}

#mainav ul ul{
	z-index:9999;
	position:absolute;
	width:160px;
	text-align:left;
}
#mainav ul ul ul{
	left:160px;
	top:0;
}
#mainav li{
	display:block;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#mainav li:last-child{
	margin-right:0;
}
#mainav li li{
	width:100%;
	margin:0;
	text-transform:none;
}
#mainav ul.clear{
	border:solid;
	border-width:0 0 0 1px;
}
#mainav li a{
	display:block;
	padding:10px 16.5px;
	border:solid;
	border-width:0 1px 0px 0;
	border-collapse:collapse;
}
#mainav li li a{
	border-width:0 0 1px 0;
}
#mainav li li:first-child a, #mainav li li:last-child a{
	border-width:0 0 1px 0;
}
#mainav .drop{
	padding-left:25px;
}
#mainav li li a, #mainav li li .drop{
	display:block;
	margin:0;
	padding:10px 15px;
}
#mainav .drop:after, #mainav li li .drop:after{
	content:"\f0d7";
}
#mainav .drop:after{
	top:15px; left:15px;
}
#mainav li li .drop:after{
	top:15px;
	left:5px;
}
#mainav ul ul{
	visibility:hidden;
	opacity:0;
}
#mainav ul li:hover > ul{
	visibility:visible;
	opacity:1;
}

#mainav form{
	display:none;
	margin:0;
	padding:20px 0;
}
#mainav form select, #mainav form select option{
	display:block;
	cursor:pointer;
	outline:none;
}
#mainav form select{
	width:100%;
	padding:5px;
	border:1px solid;
}
#mainav form select option{
	margin:5px;
	padding:0;
	border:none;
}
/*-------------------------------------- Bar */
.bar{
	text-align:center;
	margin:20px auto;
}
/*-------------------------------------- Breadcrumb */
#breadcrumb{
	padding:60px 0 0 0;
}
#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	/*background:rgba(34,136,68,.7);*/
}
#breadcrumb li{
	display:inline-block;
	margin:0 6px 0 0;
	padding:0;
	text-shadow: 2px 2px 1px #fff;
}
#breadcrumb li a{
	display:block;
	position:relative;
	margin:0;
	padding:0 12px 0 0;
	font-size:14px;
}
#breadcrumb li a::after{
	top:3px;
	right:0;
	content:"\f0da";
}
#breadcrumb li:last-child a{
	margin:0;
	padding:0;
}
#breadcrumb li:last-child a::after{
	display:none;
}

/*----------------------------------- Sidebar Navigation */
.sidebar nav{
	display:block;
	width:100%;
}
.sidebar nav li{
	margin:0 0 3px 0;
	padding:0;
}
.sidebar nav a{
	display:block;
	position:relative;
	margin:0;
	padding:5px 10px 5px 15px;
	text-decoration:none;
	border:solid;
	border-width:0 0 1px 0;
}
.sidebar nav a::after{
	top:9px;
	left:5px;
	content:"\f101";
}
.sidebar nav ul ul a{
	padding-left:35px;
}
.sidebar nav ul ul a::after{
	left:25px;
}
.sidebar nav ul ul ul a{
	padding-left:55px;
}
.sidebar nav ul ul ul a::after{
	left:45px;
}

/* Pagination */
.pagination{
	display:block;
	width:100%;
	text-align:center;
	clear:both;
}
.pagination li{
	display:inline-block;
	margin:0 2px 0 0;
}
.pagination li:last-child{
	margin-right:0;
}
.pagination a, .pagination strong{
	display:block;
	padding:8px 11px;
	border:1px solid;
	background-clip:padding-box;
	font-weight:normal;
}

/* Back to Top */
#backtotop{
	z-index:999;
	display:inline-block;
	position:fixed;
	visibility:hidden;
	bottom:20px;
	right:20px;
	width:36px;
	height:36px;
	line-height:36px;
	font-size:16px;
	text-align:center;
	opacity:.2;
}
#backtotop i{
	display:block;
	width:100%;
	height:100%;
	line-height:inherit;
}
#backtotop.visible{
	visibility:visible;
	opacity:.5;
}
#backtotop:hover{
	opacity:1;
}


/* Tables
--------------------------------------------------------------------------------------------------------------- テーブル */
/*
table, th, td{
	border:1px solid;
	border-collapse:collapse;
	vertical-align:top;
}
table th{
	table-layout:auto;
	color:#FFFFFF;
	background-color:#666666;
}
table{
	width:100%;
	margin-bottom:30px;
}
th, td{
	padding:5px 8px;
	border-width:1px;
}
td.title{
	color:#FFFFFF;
	background-color:#aaaaaa;
}
*/
/* Tables
--------------------------------------------------------------------------------------------------------------- 性能表テーブル(ライン無し) */
table.noborder,table.noborder tr,table.noborder td{
	border:0px solid;
	border-collapse:collapse;
	vertical-align:top;
}

/* Tables
--------------------------------------------------------------------------------------------------------------- 性能表テーブル
table.table th, table.table td{
	border:1px solid;
	border-collapse:collapse;
	vertical-align:top;
}
table.table, table.table th{
	table-layout:auto;
}
table.table{
	width:100%;
	margin-bottom:15px;
}
table.table th, table.table td{
	padding:5px 8px;
}
table.table th{
	color:#FFFFFF;
	background-color:#000000;
}
table.table td.title{
	color:#FFFFFF;
	background-color:#999999;
}
 */

/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery{
	display:block;
	width:100%;
	margin-bottom:50px;
}
#gallery figure figcaption{
	display:block;
	width:100%;
	clear:both;
}
#gallery li{
	margin-bottom:30px;
}


/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico{
	margin:0;
	padding:0;
	list-style:none;
}
.faico li{
	display:inline-block;
	float:left;
	margin:0 2px 0 0;
	padding:0;
	line-height:normal;
}
.faico li:last-child{
	margin-right:0;
}

.faico a{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:16px;
	text-align:center;
}
.faico a{
	color:#FFFFFF;
	background-color:inherit;
}

/* ------------------------------------------------------------------------------------------------------------ */


/* Color
--------------------------------------------------------------------------------------------------------------- */
body{
	color:#888888;
	background-color:#F2F2F2;
}
a{
	color:#684568;
}
hr, .borderedbox{
	border-color:#D7D7D7;
}
label span{
	color:#FF0000;
	background-color:inherit;
}
input:focus, textarea:focus, *:required:focus{
	border-color:#684568;
}
.overlay{
	color:#FFFFFF;
	background-color:inherit;
}
.overlay::after{
	color:inherit;
	background-color:rgba(255,255,255,.2);			/* #817081 */
}
.btn, .btn.inverse:hover{
	color:inherit;
	background-color:transparent;
	border-color:inherit;
}
.btn:hover, .btn.inverse{
	color:#FFFFFF;
	background-color:#684568;
	border-color:#684568;
}

/* Select
--------------------------------------------------------------------------------------------------------------- 選択カラー */
li.live{
	color:#ff6611;
}

select.selected{
	font-weight:bold;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 0;
	margin: 0;
	height: 30px;
	background:transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
select::-ms-expand {
    display: none;
}
.selectWrap{
    position: relative;
    display: inline-block;
}
.selectWrap::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #fff;
    height: 100%;
    width: 30px;
}
.selectWrap::after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #999 transparent transparent transparent; 
}
/* ------------------------------------------------------------------------------------------------------ トップメニュー */
/* Rows */
.row0{
	color:#FFFFFF;
	background-color:rgba(153,153,102,.7);			/* #D7D7D7 rgba(0,102,255,.7) */
}
.row1{
	color:#333333;
	background-color:rgba(255,255,255,.2);
	border-color:#F2F2F2;
}
.row2{
	color:#333333;
	background-color:rgba(220,220,180,.7);			/* #FFFFFF; */
	border-color:#eeeeee;
}
.row3{
	color:#888888;
	background-color:#FFFFFF;
}
.row4{
	color:#FFFFFF;
	background-color:#999966;
}								/* 3A273A */
.row4 a{
	color:#ffffff;
	background-color:inherit;
}
.row5, .row5 a{
	color:#888888;
	background-color:#f2f2f2;
}


/* Top Bar */
#topbar{
	font-size:12px;
}
#topbar a{
	color:inherit;
}
#topbar a:hover{
	color:#684568;
}
#topbar .faicon-dribble:hover{
	color:#EA4C89;
}
#topbar .faicon-facebook:hover{
	color:#3B5998;
}
#topbar .faicon-google-plus:hover{
	color:#DB4A39;
}
#topbar .faicon-linkedin:hover{
	color:#0E76A8;
}
#topbar .faicon-pinterest:hover{
	color:#C8232C;
}
#topbar .faicon-rss:hover{
	color:#EE802F;
}
#topbar .faicon-twitter:hover{
	color:#00ACEE;
}


/* Header */
#header #logo a{
	color:inherit;
	background-color:inherit;
}
#header input, #header button{
	color:inherit;
	background-color:transparent;
	border-color:#F2F2F2;
}
#header input:focus{
	background-color:#FFFFFF;
	border-color:#684568;
}
#header button{
	color:inherit;
}


/* Shout - 3 Boxes */
#shout figure{
	color:rgba(0,0,0,.3);
}								/* This actually sets the box shadow colour as the colour is inherited - it's a workaround */
#shout figure figcaption a{
	color:#FFFFFF;
	background-color:rgba(255,170,0,.8);
}
#shout figure:hover figcaption a{
	background-color:#ffaa00;
}


/* Content Area */
.steps a{
	color:#FFFFFF;
}
.steps li:nth-of-type(1) a{
	background-color:#ffaa00;
}
.steps li:nth-of-type(2) a{
	background-color:#ffaa00;
}							/* #FF7659 */
.steps li:nth-of-type(3) a{
	background-color:#ffaa00;
}							/* #56AED4 */
.steps li:nth-of-type(4) a{
	background-color:#ffaa00;
}							/* #F36174 */
.steps li:hover a{
	background-color:#dd8800;
}
.steps figure figcaption, .steps figure figcaption2{
	border-color:#FFFFFF;
}


/* Coloured Boxes */
.clrbox{
	color:#FFFFFF;
}
.clrbox li:nth-of-type(1){
	background-color:rgba(129,112,129,.8);		/* #817081 */
}
.clrbox li:nth-of-type(2){
	background-color:rgba(129,112,129,.5);
							/* #817081 */
}
.clrbox li:nth-of-type(3){
	background-color:rgba(129,112,129,.8);
							/* #817081 */
}
.clrbox li:hover .btn{color:#684568; background-color:#FFFFFF; border-color:#FFFFFF;}


/* Sign Up */
#signup input, #signup button{
	color:#FFFFFF;
	background-color:transparent;
	border-color:#F2F2F2;
}
#signup form:hover input, #signup input:focus{
	color:#888888;
	background-color:#FFFFFF;
	border-color:#684568;
}
#signup form:hover button, #signup button:hover{
	color:#684568;
}
#signup *[placeholder]{
	color:#FFFFFF; opacity:1;
}


/* Navigation */
#mainav ul.clear{
	border-color:#F2F2F2;
}
#mainav li a{
	color:inherit;
	background-color:rgba(204,204,153,.3);		/*inherit;*/
	border-color:#F2F2F2;
}
#mainav .active a, #mainav a:hover, #mainav li:hover > a{
	color:#238A45;
	background-color:rgba(204,204,153,.5);		/*inherit;*/
}
#mainav li li a, #mainav .active li a{
	color:#FFFFFF;
	background-color:rgba(102,102,102,.6);
	border-color:rgba(0,0,0,.6);
}
#mainav li li:hover > a, #mainav .active .active > a{
	color:#FFFFFF;
	background-color:#999966;
}
#mainav form select{
	color:#888888;
	background-color:#FFFFFF;
	border-color:#F2F2F2;
}

#breadcrumb a{
	color:#666;
	background-color:inherit;
}
#breadcrumb li:last-child a{}

.container .sidebar nav a{
	color:inherit;
	border-color:#D7D7D7;
}
.container .sidebar nav a:hover{
	color:#684568;
}

.pagination a, .pagination strong{
	border-color:#D7D7D7;
}
.pagination .current *{
	color:#FFFFFF;
	background-color:#684568;
}

#backtotop{
	color:#FFFFFF;
	background-color:#684568;
}


/* Tables + Comments */
/*
table, th, td, #comments .avatar, #comments input, #comments textarea{
	border-color:#999999;
}
#comments input:focus, #comments textarea:focus, #comments *:required:focus{
	border-color:#684568;
}
th{
	color:#FFFFFF;
	background-color:#999999;
}
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"]{
	color:inherit;
	background-color:#FBFBFB;
}
tr:nth-child(even), #comments li:nth-child(even){
	color:inherit;
	background-color:#F7F7F7;
}
table a, #comments a{
	background-color:inherit;
}
*/

/* ------------------------------------------------- 理念 ---------------------------------------------------- */
.kensyo_under_title{
	width:98%;
	text-align:center;
}
.kensyo{
	width:98%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
table.ks{
	margin:20px auto;
	border:0;
	width:70%;
}
table.ks td{
	border:0;
	text-align:left;
	vertical-align:top;
}
table.ms{
	margin:20px auto;
	border:0;
	width:60%;
}
table.ms td{
	border:0;
	text-align:left;
	vertical-align:top;
}
.kai{
	padding-left: 20px;
	column-count:2;
	column-width: 320px;
	column-gap:2em;
	margin-bottom:20px;
}
.kubura{
	text-align:center;
}
.sanko{
	font-size:11px;
}

.kai_sub_title{
	width:98%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin:10px auto;
}

.rineniin ul{
	margin:0 0 0 5px;
}

.rineniin li{
	list-style:none;
	border-bottom:0;
	display:inline-block;
}

/* ------------------------------------------------- 沿革 ---------------------------------------------------- */
.enkakuphoto{
	width:24%;
}
/*-------------------------------------------------- テーブル */
table.enkaku{
	float:right;
	margin-bottom:20px;
}
table.w70{
	width:70%;
}
table.w100{
	width:100%;
}
table.enkaku{
	border:1px solid;
	border-color:#ddddaa;
	border-collapse:collapse;
	vertical-align:top;
}
table.enkaku tr.back{
	background:#ddddcc;
}
table.enkaku td{
	border:0px solid;
}
table.enkaku td.year{
	width:55px;
	text-align:right;
	vertical-align:top;
	font-size:12px;
}
table.enkaku td.month{
	width:32px;
	text-align:right;
	vertical-align:top;
	font-size:12px;
}
table.enkaku td.day{
	width:32px;
	text-align:right;
	vertical-align:top;
	font-size:12px;
}
table.enkaku td.histry{
	text-align:left;
	vertical-align:top;
	padding:0 2px 5px 12px;
}

/* ------------------------------------------------- 概要 ---------------------------------------------------- */
.gaiyophoto{
	width:40%;
}
.gaiyo_siryo{
	width:400px;
	margin:0 auto;
}
.gaiyo_siryo li{
	list-style:none;
	margin-left:-36px;
}
.siryo{
	padding:2px 0;
	margin-bottom:20px;
	text-align:center;
	font-size:16px;
	color:#668;
	background:#eeeecc;
	border-radius:4px;
	border:1px solid;
	border-color:#999955;
}
.danhou{
	margin:30px 0;
}
.danhou li{
	list-style:none;
	text-align:center;
	font-size:11px;
	display:inline-block;
	margin-left:10px;
	margin-bottom:20px;
}
.leaf{
	width:100%;
	margin:30px 0;
	text-align:center;
}

/*-------------------------------------------------- 中途採用率テーブル */
.chuto{
	margin-bottom:30px;
}
.chuto table{
	border:1px solid;
	border-collapse:collapse;
	width:100%;
	border-color:#333;
	margin:30px 0;
}
.chuto table th{
	background:#dcdcdc;
	text-align:center;
	vertical-align:middle;
	color:#333;
	border:1px solid;
	border-color:#333;
}
.chuto table td{
	border:1px solid;
	border-color:#333;
	text-align:center;
	color:#666;
	padding:10px;
}

/* ----------------------------------------------- 施設一覧 -------------------------------------------------- */


/*-------------------------------------------------- テーブル */

.sisetu{
	width:100%;
	border:1px solid;
	border-color:#ddddaa;
	border-collapse:collapse;
	padding:0;
}
.sisetu ul{
	margin:0;
	padding:5px 0 5px 2px;
}
.sisetu ul.back{
	background:#ddddcc;
}
.sisetu li{
	display:inline-block;
	list-style:none;
	margin:0;
	font-size:12px;
	vertical-align:top;
}
.sisetu li.sisetu_name{
	width:23%;
}
.sisetu li.add{
	width:39%;
}
.sisetu li.web{
	width:36%;
	font-size:11px;
}

/* ----------------------------------------------- 苦情解決 -------------------------------------------------- */
.system{
	text-align:center;
}

/*-------------------------------------------------- 規程テーブル */
.kitei table{
	background:#ffffff;
	border:0px solid;
	width:100%;
}
.kitei table td{
	border:0px solid;
	vertical-align:top;
}
.kitei table td.dai{
	font-weight:bold;
}
.kitei table td.jou{
	width:50px;
}
.kitei table td.jou2{
	width:50px;
	text-align:center;
}
.kitei table td.jou3{
	width:50px;
	text-align:right;
}
/*-------------------------------------------------- 規程インデント */
.kitei p.indent-kitei{
	padding-left:2em;
	text-indent:-2em;
	margin: 0;
}
.kitei p.indent-kitei2{
	padding-left:4em;
	text-indent:-2em;
	margin: 0;
}
/*-------------------------------------------------- 責任者テーブル */
.sekinin table{
	border:1px solid;
	border-collapse:collapse;
	width:100%;
	border-color:#333;
}
.sekinin table th{
	background:#dcdcb4;
	text-align:center;
	vertical-align:middle;
	color:#333;
	border:1px solid;
	border-color:#333;
}
.sekinin table td{
	border:1px solid;
	border-color:#333;
	vertical-align:top;
	background:#fff;
	color:#666;
}
.sekinin table td.dai{
	font-weight:bold;
}
.sekinin table td.kubun{
	padding-left:8px;
}
.sekinin table td.ind{
	padding-left:10px;
	vertical-align:middle;
}
.sekinin table td.kyoten{
	vertical-align:middle;
}
.sekinin table td.shisetu{
	padding: 0 5px;
	vertical-align:middle;
	text-align:center;
}
.sekinin table .k_name{
	text-align:center;
	vertical-align:middle;
}
/*-------------------------------------------------- 報告テーブル */
.kujo_box {
	display:inline;
}
.kujo_box table{
	border:1px solid;
	border-collapse:collapse;
	border-color:#333;
}
.kujo_box table th{
	background:#dcdcb4;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	color:#333;
	border:1px solid;
	border-color:#333;
}
.kujo_box table td{
	border:1px solid;
	border-color:#333;
	vertical-align:top;
	font-size:12px;
	color:#666;
}
.kujo_box table.kujo_left{
	width:20%;
	float:left;
}
.kujo_box table.kujo_center{
	width:40%;
	float:left;
}
.kujo_box table.kujo_right{
	width:40%;
}
.kujo_box table th.num{
	width:40px;
}
.kujo_box table td.num{
	text-align:center;
}
.kujo_box table th.kujo_title{
	height:20px;
}
.kujo_box table td.list{
	vertical-align:middle;
}

/* ------------------------------------------ プライバシーポリシー -------------------------------------------- */

ol.nolist {
	list-style-type: none;
	padding:0;
}
ol.policy li {
	list-style-type:none;
	counter-increment: cnt;
	text-indent:-2.5em;
	padding:0;
}
ol.policy0 li {
	list-style-type:none;
	text-indent:-3em;
	padding:0;
}
ol.policy li:before {
	display: marker;
	content: "( "counter(cnt) " ) ";
}
/* ------------------------------------------ 求人情報 -------------------------------------------- */

/*-------------------------------------------------- 求人テーブル */

.block{
	margin-bottom:30px;
}
.kyujin{
	margin-bottom:30px;
}
.kyujin table{
	border:1px solid;
	border-collapse:collapse;
	width:100%;
	border-color:#333;
	margin:30px 0;
}
.kyujin table.list{
	margin-bottom:120px;
}
.kyujin table th{
	background:#dcdcb4;
	text-align:center;
	vertical-align:middle;
	color:#333;
	border:1px solid;
	border-color:#333;
}
.kyujin table td{
	border:1px solid;
	border-color:#333;
	vertical-align:top;
	color:#666;
	padding:20px 10px;
}
.kyujin table td.chiku{
	font-weight:bold;
	font-size:20px;
	line-height:60px;
	width:50%;
}
.kyujin table th.sisetu{
	width:20%;
}
.kyujin table .k_name{
	text-align:center;
	vertical-align:middle;
}
.kyujin table td.keisai{
	width:20%;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
}
.kyujin table td.kyodo{
	line-height:30px;
}

/*-------------------------------------------------- 求人テーブル2 */

.qjin table.rec{
	border-spacing: 0;
	border: none;
	width:100%;
	border-radius: 20px;
	margin:30px 0;
}
.qjin table.rec tr {
	border: none;
}
.qjin table.rec th {
	padding: 10px;
	border-radius: 20px 20px 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
}
.qjin table.rec td {
	padding: 10px;
	border-radius: 0 0 20px 20px;
}
.qjin table.rec .dr {
	background:#f1667c;
	border:1px solid #f1667c;
}
.qjin table.rec a:hover .dr {
	background:#ffffff;
	color:#f1667c;
	border:1px solid #f1667c;
}
.qjin table.rec .br {
	background:#fde2da;
}
.qjin table.rec .dv {
	background:#885ea8;
	border:1px solid #885ea8;
}
.qjin table.rec a:hover .dv {
	background:#ffffff;
	color:#885ea8;
	border:1px solid #885ea8;
}
.qjin table.rec .bv {
	background:#e7e0ef;
}
.qjin table.rec .dg {
	background:#8dc63f;
	border:1px solid #8dc63f;
}
.qjin table.rec a:hover .dg {
	background:#ffffff;
	color:#8dc63f;
	border:1px solid #8dc63f;
}
.qjin table.rec .bg {
	background:#e6f1d5;
}
.qjin table.rec .db {
	background:#348dcc;
	border:1px solid #348dcc;
}
.qjin table.rec a:hover .db {
	background:#ffffff;
	color:#348dcc;
	border:1px solid #348dcc;
}
.qjin table.rec .bb {
	background:#dde8f7;
}
.qjin table.rec .do {
	background:#ff9966;
	border:1px solid #ff9966;
}
.qjin table.rec a:hover .do {
	background:#ffffff;
	color:#ff9966;
	border:1px solid #ff9966;
}
.qjin table.rec .bo {
	background:#fefdde;
}
h3.qjin {
	font-size :16px;
	font-weight: 600;
	margin-bottom:0;
}
.qjin li{
	margin-right : 30px;
}

.qjin-btn{
	border-radius: 100px;
	display: block;
	width: 300px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin: 20px auto;
}

@media screen and (min-width:450px){
	.qjin ul{
 	  display: flex;
	}
}

/*--------------------- 求人テーブル2-事業別 */

.qjin table table {
	border: 1px solid #cccccc;
	width:96%;
	border-radius: 10px;
	margin:  2%;
	line-height :0px;
	background:#ffffff;
}
.qjin table table tr td {
	border-top: 1px solid #eeeeee;
}
.qjin table table tr:first-child td {
	border-top: none;
}

/*-------------------------------------------------- 求人注釈 */
ol.chusyaku li {
	list-style-type:none;
	counter-increment: cnt;
	text-indent:-2.0em;
	padding:0;
}
ol.chusyaku li:before {
	display: marker;
	content: "※";
}

/*-------------------------------------------------- 会議資料ダウンロード */

.kyujin table.kaigi th{
	font-size: 24px;
}
.kyujin table.kaigi td{
	font-size: 18px;
}

/* ------------------------------------------ 神戸保育専門学院 -------------------------------------------- */

.hoiku_g{
	width:100%;
	padding:5px 100px;
}
table.gakuin{
	border:0px solid;
	width:400px;
}
table.gakuin td{
	padding:5px 10px;
	vertical-align:top;
}
.gakuin_under_title{
	width:98%;
	text-align:center;
}
.hoiku_t{
	width:100%;
	padding:5px 10px;
}
table.toroku{
	border:0px solid;
}
table.toroku td{
	padding:5px 10px;
	vertical-align:top;
}

/* ------------------------------------------------------------------------------------------------------------ */

/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport{
	width:device-width;
}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px){
	#topbar, #header, #mainav, #breadcrumb, .container, .centred, #footer, #copyright{
		max-width:978px;
	}
}
@media screen and (min-width:750px){
	.kujo_box table{
		height:210px;
	}
	.kujo_box table{
		line-height:15px;
	}
}


/* Smartphone + Tablet
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px){
	#topbar, #header, #mainav, #breadcrumb, .container, .centred, #footer, #copyright{
		max-width:90%;
	}

	#topbar{}

	#header{}

	#mainav{}
	#mainav ul{
		display:none;
	}
	#mainav form{
		display:block;
	}

	#breadcrumb{}

	.container{}
	#comments input[type="reset"]{
		margin-top:10px;
	}
	.pagination li{
		display:inline-block;
		margin:0 5px 5px 0;
	}

	.centred{}

	#footer{}

	#copyright{}
	#copyright p:first-of-type{
		margin-bottom:10px;
	}
}


@media screen and (max-width:750px){
	.imgl, .imgr{
		display:inline-block;
		float:none;
		margin:0 0 10px 0;
	}
	.fl_left, .fl_right{
		display:block;
		float:none;
	}
	.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{
		display:block;
		float:none;
		width:auto;
		margin:0 0 30px 0;
		padding:0;
	}

	#header .table .table-cell form{
		max-width:200px;
		margin:0 auto;
	}
	#header .table .table-cell form input{
		float:none;
	}

	.clrbox, .clrbox li{
		display:block;
		width:100%;
	}

	#signup form{
		width:100%;
	}
	.enkakuphoto{
		display:inline-block;
		float:none;
		margin:0 20%;
		width:50%;
	}
	table.enkaku{
		width:98%;
	}
	.sisetu li.sisetu_name{
		width:100%;
	}
	.sisetu li.add{
		width:100%;
	}
	.sisetu li.web{
		width:100%;
	}
	.kujo_box table.kujo_left{
		width:100%;
		float:none;
	}
	.kujo_box table.kujo_center{
		width:100%;
		float:none;
	}
	.kujo_box table.kujo_right{
		width:100%;
	}
	.kujo_box table th.num{
		width:60px;
	}
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px){
	.scrollable{
		display:block;
		width:100%;
		margin:0 0 30px 0;
		padding:0 0 15px 0;
		overflow:auto;
		overflow-x:scroll;
	}
	.scrollable table{
		margin:0;
		padding:0;
		white-space:nowrap;
	}

	.inline li{
		display:block;
		margin-bottom:10px;
	}
	.pushright li{
		margin-right:0;
	}

	.font-x2{
		font-size:1.4rem;
	}
	.font-x3{
		font-size:1.6rem;
	}

	.table, .table .table-cell{
		display:block;
		width:100%;
		height:100%;
	}

	#header .table .table-cell{
		width:100%;
		margin-bottom:30px;
		text-align:center;
	}
	#header .table .table-cell:last-child{
		margin-bottom:0;
	}

	#pageintro{
		padding:100px 0;
	}
	#pageintro article{
		max-width:none;
		width:100%;
	}
	#pageintro article .heading{
		font-size:40px;
	}
	#pageintro article ul li{
		display:block;
		margin:0 0 10px 0;
	}

	.container, #footer{
		padding-bottom:50px;
	}
	.kagawaphoto{
		display:inline-block;
		float:none;
		margin:0 20%;
	}
	table.ks{
		width:98%;
	}
	.kai{
		margin-left:0;
		width:98%;
	}
	.gaiyophoto{
		width:100%;
		margin:0;
	}
	.gaiyo_siryo{
		width:100%;
		margin:5px;
	}
	.hoiku_g{
		width:100%;
		padding:5px 0px;
	}
	table.gakuin{
		width:100%;
	}
	.kyujin table th.sisetu{
		width:28%;
	}
}
/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:450px){

	.enkakuphoto{
		width:100%;
		margin:0;
	}
	.sekinin table .k_name{
		width:36px;
		margin:0;
	}
	.ifrm-container {
		width:100%;
		height:340px;

	}
	#pageintro{
		padding:50px 0px;
	}
	.osirase{
		text-align:center;
		background:rgba(255,232,191,.7);
	}
}
/* kitei
--------------------------------------------------------------------------------------------------------------- */
table.kitei{
	width: 100%;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
}
table.kitei th, table.kitei td{
	font-size: 12px;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
table.kitei th{
	text-align: center;
	background: #eeeeee;
}
