@charset "UTF-8";

/* ==========================================================
[ Module CSS - Contents ]

**サイトで共通使用する汎用モジュールを記述**

module_view_head

========================================================== */



/* ---------------------------------------------
*   module_view_head
--------------------------------------------- */
.module_view_head {
	padding-top: 60px;
}
@media screen and (max-width: 640px) {
	.module_view_head {
		padding-top: 0;
	}
}


/*  view_head_title
--------------------------------------------- */
@media screen and (max-width: 640px) {
	.view_head_title {
		display: none;
	}
}
.view_head_title a {
	display: block;
	width: 218px;
	margin-right: auto;
	margin-left: auto;
}
.view_head_title a:hover {
	text-decoration: none;
}

/* -- item_title_logo -- */
.view_head_title .item_title_logo {
	width: 111px;
	padding-top: 18px;
	background-image: url(../img/common/logo_kajima_eng.png);
	margin: 0 auto 9px;
}

/* -- item_title_text -- */
.view_head_title .item_title_text {
	width: 218px;
	padding-top: 18px;
	background-image: url(../img/common/text_major_projects_small.png);
	margin: 0 auto 18px;
}

/* -- item_title_text_jpn -- */
.view_head_title .item_title_text_jpn {
	display: block;
	text-align: center;
	font-size: 114.2%;
	font-weight: bold;
}


/*  view_head_tabs
--------------------------------------------- */
.view_head_tabs {
	text-align: center;
	letter-spacing: -0.4em;
	padding: 2px 0;
	margin-top: 45px;
}
@media screen and (max-width: 640px) {
	.view_head_tabs {
		padding: 25px 0;
		margin-top: 0;
	}
}

/* -- view_head_tab -- */
.view_head_tab {
	box-sizing: border-box;
	display: inline-block;
	width: 160px;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 5px;
}
@media screen and (max-width: 640px) {
	.view_head_tab {
		width: 140px;
		margin: 0 5px;
	}
}

/* item_tab */
.view_head_tab .item_tab {
	box-sizing: border-box;
	display: block;
	height: 30px;
	padding: 2px 0 0;
	color: #aaa;
	border: 1px solid #ccc;
}
.view_head_tab .item_tab:hover {
	text-decoration: none;
}
.view_head_tab .item_tab:before {
	content: "";
	position: relative;
	top: -1px;
	display: inline-block;
	width: 14px;
	height: 0;
	vertical-align: middle;
	padding-top: 14px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 16px;
}
@media screen and (max-width: 640px) {
	.view_head_tab .item_tab {
		height: 35px;
		line-height: 33px;
		font-size: 107.1%;
		padding: 0;
	}
	.view_head_tab .item_tab:before {
		margin-right: 12px;
	}
}

/* item_tab (skin) */
.ie10 .view_head_tab .item_tab {
	padding-top: 5px;
}
.ie11 .view_head_tab .item_tab {
	padding: 4px 0 0;
}
.ie10 .view_head_tab.skin_current .item_tab {
	padding: 4px 0 0;
}
.ie11 .view_head_tab.skin_current .item_tab {
	padding: 3px 0 0;
}
.view_head_tab.skin_thumbnail .item_tab:before {
	background-image: url(../img/common/icon_thumbnail.png);
}
.view_head_tab.skin_table .item_tab:before {
	background-image: url(../img/common/icon_table.png);
}
.view_head_tab.skin_current .item_tab {
	font-weight: bold;
	color: inherit;
	border-width: 2px;
	border-color: #fc0010;
}
.view_head_tab.skin_current .item_tab:hover {
	color: inherit !important;
}
.view_head_tab.skin_current .item_tab:before {
	background-position: center bottom;
}
@media screen and (max-width: 640px) {
	.view_head_tab.skin_table .item_tab:before {
		top: -2px;
		background-image: url(../img/common/icon_table.png);
	}
}


/*  view_head_queries
--------------------------------------------- */
.view_head_queries {
	margin-top: 60px;
}
@media screen and (max-width: 640px) {
	.view_head_queries {
		display: none;
	}
}

/* -- item_queries -- */
.view_head_queries .item_queries {
	text-align: center;
	letter-spacing: -.4em;
}

/* item_query */
.view_head_queries .item_query {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	border-left: 1px solid #797979;
	padding-left: 22px;
	overflow: hidden;
	margin-left: 4px;
}

/* item_query (skin) */
.view_head_queries .item_query:first-child {
	border-left: 0;
	margin-left: 0;
}

/* item_query_title / item_query_content */
.view_head_queries .item_query_title,
.view_head_queries .item_query_content {
	float: left;
}

/* item_query_title */
.view_head_queries .item_query_title {
	color: #797979;
	margin-right: 18px;
}

/* item_query_content */
.view_head_queries .item_query_content {
	overflow: hidden;
}

/* item_query_word */
.view_head_queries .item_query_word {
	float: left;
/*
	padding-left: 26px;
	background: url(../img/common/icon_check_query.png) left 3px no-repeat;
	margin-left: 27px;
*/
	margin-right: 15px;
	font-weight: bolder;
}

/* item_query_word (skin) */
.view_head_queries .item_query_word:first-child {
/*
	margin-left: 0;
*/
}


/*  view_head_direction
--------------------------------------------- */
.view_head_direction {
	margin-top: 55px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.view_head_direction {
		display: none;
	}
}