@charset "utf-8";
/*
Theme Name:   Aikoh 2019
Theme URI: https://www.rc-aikoh.or.jp
Description: 
Author: scitech
Tags: 
Version: 0.1.0
*/
/* 採用特設サイト */
section{
	padding-top: 130px;
}
body.guide1 section,
body.guide2 section{
	padding-top: 0px;
}
body.guide1 section table.tablepress tbody td{
	border-top:		none;
}

/*-----------------------------------------------------------------*/
/* アーカイブ */
.items .icos a{
	color:	#fff;
}
.items .icos a:hover{
	color:	#ccc;
}
	/* 画像のアスペクト比を適正化 */
.txt_area img{
	height:		auto;
}
	/* ページ送り */
.page a {
}
.page .prev {
	margin-right:	1.2em;
}
.page .next {
	margin-left:	1.2em;
}
.page .current {
	text-decoration: underline;
}
/*-----------------------------------------------------------------*/
/* WordPress */
	/* キャプション付きの画像 */
.wp-caption{
	width:	auto !important;
}
.wp-caption-text{
	text-align:	center !important;
}
/*-----------------------------------------------------------------*/
/* サイド */
/*-----------------------------------------------------------------*/
/* フッター */
#footer{
}
/*-------------------------------------------------------------------------*/
/* スマホ */
@media (max-width: 660px) { 
}
@media (max-width: 480px) { 
}
/*-------------------------------------------------------------------------*/
/* 印刷 */
@media print { 
}
