@charset "utf-8";


i.fonts{
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;

}

/* recruit */

.recruitinfo ul {
	overflow : hidden;
}
.recruitinfo li {
	border-bottom : 1px solid #eee;
	padding : 10px 0;
}
.recruitinfo li .subcomment {
	padding : 0;
}


.recruitinfo li:before {
	
	content : "▲";
	transform: rotate( 90deg );
	display : inline-block;
	text-decoration : none;
	margin-right : 5px;
	color : #5aaf35;
}


/* news */

.news_list dt{
	display : inline-block;
	width : 13%;
	vertical-align : top;
}
.news_list dd{
	display : inline-block;
	width : 85%;
}
.new_icon {
	display : inline-block;
	background : #f93a25;
	padding : 1px 5px;
	margin : 0 10px;
	color:#fff;
	font-size : 70%;
}

/*override*/
#new dl {
/*	padding-left : 0;*/
	height : auto;
}
#new dt,
#new dd {
	padding-top : 10px;
	padding-bottom : 10px;
} 

.list_date {
	text-align : right;
	font-size : 80%;
}

.journal_list {
	padding : 10px;
}
/*detail*/

.images_list {
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	box-sizing : border-box;
}
.images_list li{
	box-sizing : border-box;
	text-align : center;
}
.images_list li img {
	margin : 0 auto;
	width : 100%;
}

.images_list.col2 li{
	width : 50%;
	text-align : center;
	padding : 5px;
}
.images_list.col3 li{
	width : 33.3%;
	text-align : center;
	padding : 5px;
}

.images_list.col2 li img,
.images_list.col3 li img{
	margin : 0 5px;
}

.image_caption {
	font-size : 90%;
}


.cms_comment {
	margin : 20px 0;
}

.cms_pdf {
	margin-bottom : 40px;
}

.file_title {
	border-bottom : 1px solid #8e7c6d;
}
.file_title:before{
	content : "■";
	color : #8e7c6d;
	padding-right : 10px;
	display : inline-block;
}

.prev_page {
	padding : 20px 0;
}

.prev_page a:before {
	content : "▲";
	transform: rotate( 270deg );
	display : inline-block;
	text-decoration : none;
	margin-right : 10px;
}

.base_btn {
	display: block;
	background: #1e77b8; /* Old browsers */
	background: -moz-linear-gradient(top,  #3cabf8 0%, #1e77b8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3cabf8 0%,#1e77b8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3cabf8 0%,#1e77b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cabf8', endColorstr='#1e77b8',GradientType=0 ); /* IE6-9 */
	border:solid 1px #666;
	border-radius:6px;
	position: relative;
	color:#fff;
	text-align: center;
	font-size:18px;
	line-height:36px;
	overflow: hidden;
	margin:20px 0;
	cursor:pointer;
	color : #fff;
	text-decoration: none;
}

#contents a.base_btn {
	color : #fff;
}

.base_btn:before {
	content:"";
	width:100%;
	height:1px;
	background:#7cb739;
	/*position: absolute;*/
	top:0px;
	left:0;
}

.base_btn:hover {
	color:#fff;
	filter: alpha( opacity=80 );
	opacity:0.8;
}
#yubinbtn{
	margin-left : 10px;
	background : #666;
	border-radius : 4px;
	color:#fff;
	padding : 10px;
	border : #000;
	cursor : pointer;
	font-size : 100%;
}

.recruit_area {
	margin : 30px 0;
}

.inquiry_link {
	text-align : center;
}
.inquiry_link img {
	max-width : 350px;
}
.nr_detail {
	display : flex;
	justify-content : space-between;
}

.nr_detail .prev{
	
}

/*mail*/
.mail_area input[type=text],
.mail_area textarea,
.mail_area select{
	font-size : 100%;
	padding : 10px;
	border : #999 1px solid;
	border-radius : 4px;
	width : 80%;
	margin-bottom : 5px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.mail_area input[type=text],
.mail_area textarea {
	width : 95%;
}


.mail_area input[type=text].short {
	width : 20%;
}
.mail_area select {
	padding : 10px;
	border : #ccc 1px solid;
	border-radius : 4px;
}
.mail_area textarea {
	height : 10em;
}
.mail_area mark {
	background : none;
	display : inline-block;
	font-size : 100%;
	color : #f93a25;
	padding : 0 10px;
	font-weight : 400;
}
.mail_area .attention,
.mail_area .err {
	color : #f93a25;
}

.mail_area button,
.mail_area input[type=button]{

    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


.mail_area .field_area label {
	display : inline-block;
	width : 100px;
}

.btn_area {
	margin : 20px;
}
.submit_btn {
	width : 40%;
	margin : 0 auto;
	min-width : 250px;
}

.submit_btn {
    background: #5aaf35 none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.submit_btn:hover {
    background: #fff none repeat scroll 0 0;
    color: #5aaf35;
}



.pager_area ul{
	margin : 20px auto;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pager_area li {
	padding : 5px;
	font-weight : 700;
}
.pager_area li a {
	color : #b40000;
}

#main #lecture p {
	padding : 5px;
}



@media screen and (max-width:600px){
	.news_list {
		margin-bottom : 20px;
	}
	.news_list dt,
	.news_list dd{
		width : 100%;
	}

	.images_list.col2 li,
	.images_list.col3 li
	{
		width : 100%;
		text-align : center;
	}
	.images_list.col2 li img,
	.images_list.col3 li img{
		margin : 0 0;
	}

	.mail_area input,
	.mail_area textarea{
		width : 90%;
	}
	.inquiry_link img {
		max-width : 100%;
		width : 100%;
	}
	
	
}
