
/* 問い合せ */

.box_empl{
	background-color:#fafafa;
	border:2px solid #e1e5e9;
	height:auto;
	margin:10px 0 20px 0;
	padding:0 0 1em 10;
}

#tel-font{
padding:0 0 10px 10px;
}


/* 問い合せ */


/* ページトップ */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* ページトップ */
div.flexslider{
    border:0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}



/* 独自 */

dt,dd{
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}


div.contents_textarea {
	background-color:white;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	color:#414550;
}
div.contents_textarea .name {
	padding:30px 0px 0 20px;
}
div.contents_textarea .email {
	padding-left:20px;
	padding-top:10px;
}
div.contents_textarea p {
	margin-bottom:10px;
	padding-top:5px;
}
div.contents_textarea .message {
	padding-left:20px;
	padding-top:10px;
}
div#loader {
	margin-left: 20px;
	margin-bottom:30px;
}
div.contents_textarea input[type="text"] {
	border: 1px solid #e1e5e9;
	background-color: white;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom:20px;
}
div.contents_textarea input#email {
	border: 1px solid #e1e5e9;
	background-color: white;
	height: 30px;
	padding: 0 10px;
	width: 250px;
	margin-bottom:20px;
}
div.contents_textarea textarea {
	border: 1px solid #e1e5e9;
	background-color: white;
	width: 500px;
	margin-bottom:20px;
}
div.contents_textarea label {
	margin-right: 20px;
	font-size: 12px;
	font-weight:bold;
	color: #414550;
	text-transform: uppercase;
}
div.contents_textarea label span {
	color: #414550;
}
div.contents_textarea input[type="text"]:focus, div.contents_textarea input[type="text"]:hover, div.contents_textarea textarea:focus, div.contents_textarea textarea:hover, div.contents_textarea input[type="text"]:focus, div.contents_textarea input[type="text"]:hover, div.contents_textarea textarea:focus, div.contents_textarea textarea:hover {
	background-color:#efefef;
}
div.contents_textarea input[type="submit"] {
	background: #414550;
	border:none;
	padding:5px;
	font-size:11px;
	text-transform:uppercase;
	color:white;
	margin-bottom:10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
div.contents_textarea input[type="submit"]:hover {
	color:#bfd6e4;
}


/* 線付きリスト */
ul li.underline{
	border-top:solid 1px rgb(191,214,228);
	padding:3px 0;
}
ul li.underline:first-child{
	border-top:none;
}


/* グレーボックス　*/
div.orgbox{
  width:48%;
  margin:0;
  display:inline-block;
  padding: 15px;
}
div.orgbox.first{
  margin-right:2%;
}
div.orgbox:hover{
  opacity:0.8;
}
div.orgbox.gray
{
  background-image: -moz-linear-gradient(top, #b1b2b4, #9b9da0);
  background-image: -ms-linear-gradient(top, #b1b2b4, #9b9da0);
  background-image: -o-linear-gradient(top, #b1b2b4, #9b9da0);
  background-image: -webkit-linear-gradient(top, #b1b2b4, #9b9da0);
  background-image: linear-gradient(top, #b1b2b4, #9b9da0);
  color: #414558;
}


.one_half.right, .one_third.right, .two_third.right, .one_fourth.right, .one_fifth.right {
	margin-left: 4%;
	margin-right:0!important;
	margin-bottom: 10px;
	float: right;
}
.lastcolumn.right {
	margin-left: 0!important;
	clear: left;
}


.contents_textarea dt{
	width:150px;
	display:inline-block;
	float:left;
	border-top: 1px solid black;
	font-weight:bold;
	padding:3px 5px;
}
.contents_textarea dd{
	display:block;
	margin-left:170px;
	border-top: 1px solid black;
	padding:3px 5px;
}
.seminarList li:before{
}

.about-btn-area{
	background-image: url("/common/images/about_bn.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about-btn-area div{
	font-size: 14px;
	color:white;
	padding:5px;
}

.page_navi .page-numbers{
	display: inline-block;
	background-color: #bfd6e4;
	color:#fff;
	padding: 5px 15px;
	margin: 10px 2px;
	
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}
.page_navi .page-numbers.current{
	color:#8098a6;
	opacity:0.8;
}


/*パンくず*/
.pankuzu{
	font-size:0.8em;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li:after {
    content: " /";
    color: #8098a6;
}
[disabled] {
    cursor: not-allowed !important;
    opacity: 0.4 !important;
}
.breadcrumb a[disabled] {
    color: #698a8a;
    cursor: default;
}
.breadcrumb li:last-of-type:after {
    content: "";
}

