/*
Theme Name: dailysha-corp
Description: original theme
Author: allmanage
Author URI: https://www.allmanage.co.jp/
Theme URI:
Version:
License:
License URI:
Tags:
-----------------------------------------------------------------------------*/
/*---- ADD CSS ----*/
p{font-weight:600;}
.ul_news time {
	display: block;
	line-height: 130%;
}
.ul_news .text {
	display: block;
	line-height: 120%;
}
.recform_addselect {
	display: block;
	letter-spacing: .1rem;
	line-height: 1.3;
	margin-top: 1em;
	margin-left: -2px;
}
.recform_addselect option {
	padding-right: 55px;
}
.rec_detail {
	padding-bottom: 20px;
}
.link_vertical > li > .child > li + li {
    margin-top: 0.35em;
}
.link_vertical > li > .child {
    margin-top: 1.0em;
}
/*---- Media Queries ----*/
/* 992px 以上 */
@media screen and (min-width: 992px) {}
/* 991px 以下 */
@media screen and (max-width: 991px) {}
/* 767px 以下 */
@media screen and (max-width: 767px) {}