@charset "utf-8";
/**********************************************

	global_style_forPC.css

**********************************************/

/* 文字折り返し設定 */
* {
	word-break: keep-all !important;
}


/* TOPモーダルView details部分のアイコン調整 */
.linkbutton-largeblue.store {
	background-position: 85px center;
}
.linkbutton-largeblue.personal {
	background-position: 120px center;
}
.linkbutton-largeblue.company {
	background-position: 110px center;
}
.linkbutton-largeblue.factory {
	background-position: 120px center;
}
.linkbutton-largeblue.outdoors {
	background-position: 120px center;
}
.linkbutton-largeblue.church {
	background-position: 120px center;
}
.linkbutton-largeblue.ship {
	background-position: 125px center;
}
.linkbutton-largeblue.museum {
	background-position: 115px center;
}

ul.list-icon-half li {
	margin-bottom: 10px;
}

/* サイトマップ上部 */
/* Citizen's technologies and products that help society */
h2.title-2-bigtitle {
	margin-bottom: 10px;
}
.wrapeer-overlay-header p {
	line-height: 1.3em;
	padding: 0 20px;
}
/* サイトマップアイコン */
dl.list-navigation dd ul.list-link-navigation > li {
	margin: 3px 0 10px;
	height: 40px;
}

/* 詳細ページの枠の高さ */
dl.box-detail {
	min-height: 800px;
}