@charset "utf-8";

/*  ========== 外国語用 ========== */
@media screen and (min-width: 768px) {
	.menuInner .nBlock02 h3,
	.menuInner li{line-height: 1.2;}
	.menuInner .nBlock02 h3{margin-bottom: 20px;font-size: 19px;}
	.menuInner .nBlock01>*:first-child,
	.menuInner .nBlock02>*:first-child,
	.menuInner .nBlock03>*:first-child{width: 270px;}
	.menuInner .nBlock01>*:nth-child(2),
	.menuInner .nBlock02>*:nth-child(2),
	.menuInner .nBlock03>*:nth-child(2){width: 260px;}
}
@media screen and (max-width: 767px) {
	.siteFooter .infomation .name{padding: 0 10px;}
}
/* home 
--------------------------------------------------*/
.timeItem li{}
.timeItem li:nth-child(6){width: 100px;font-size: 10px;line-height: 1.2;align-items: center;padding-left: 31px;position: relative;padding-top: 3px;}
.timeItem li:nth-child(6) span{position: absolute;left: 0;top: 4px;}
/*
@media screen and (min-width: 768px) {
	.conBox .searchBox button{
		font-size: 14px;padding: 0 3px 0 23px;
		background: url(../images/common/icon_glass.png) no-repeat 5px 50%;
	}
	html[lang="zh-cmn-Hans"] .conBox .searchBox button{font-size: 13px;}
	.linkArea li{line-height: 1.3;}
}
@media screen and (max-width: 767px) {
	.conBox .searchBox button{width: 100%;text-align: center;}
	html[lang="zh-cmn-Hans"] .conBox .searchBox button{font-size: 16px;}
}
*/