@charset "utf-8";


/*-----------------------------------------------------------
=== 〔 Base Layout 〕 ====================================
 ------------------------------------------------------------*/

#kokuyo-st-main-contents .wrap div#contents-header {
	position: relative !important;
	min-height: 34px !important;
	width: calc(100vw - 60px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 10px !important;
	margin-left: 5px !important;
}
* html #kokuyo-st-main-contents .wrap div#contents-header {
	height: 34px;
}

#kokuyo-st-main-contents .wrap #contents {
	width: 950px;
	margin: 39px 0 0 0;
}

#kokuyo-st-main-contents .wrap #contents #aside {
	float: left;
	width: 230px;
}

#kokuyo-st-main-contents .wrap #contents #main {
	float: right;
	width: 670px;
	line-height: 1.6;
}

/*EOF*/
