html {
	color: #333;
	font-size: 1em;
	line-height: 140%;
}
* {
	margin: 0;
	padding: 0;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
ul li,
ol li {
	list-style: none;
}
em {
	font-style: normal;
}


/* link */
a {
	color:#06B;
	text-decoration: none;
}

a img {
	border: none;
}

a:link {
	color:#06B;
}

a:visited {
	color:#955496;
}

a:hover {
	color:#06B;
	text-decoration: underline;
}

/* span */
span.normal {
	font-weight: 400;
}

span.bold {
	font-weight: 600;
}

span.blue {
	color: #06C;
}

span.red {
	color: #F00;
}

span.gray {
	color: #666;
}

span.orange {
	color: #FF6600;
}

span.small {
	font-size: 78%;
}

.bold {
	font-weight: 600;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	line-height: 0;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.clearfix {
	min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

body {
	color:#333;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	background: #FFF;
	font: 16px/26px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,Arial,sans-serif;
}
.font_mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_x-small {
	font-size: 0.7em;
}

.font_small {
	font-size: 0.75em;
}

.font_medium {
	font-size: 0.85em;
}

.font_large {
	font-size: 1em;
}

.font_x-large {
	font-size: 1.2em;
}

img.sp_image {
	display: none;
	width: 0%;
}

.btn_over_image:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000000;
}

.sp {
	display: none;
}

label.myError {
	display: block;
	color: red;
	font-weight: 600;
}


/* テキストの横に線を引く */
.text_side_line {
	position: relative;
}
.text_side_line:before {
	content: "";
	display: block;
	border-top: solid 1px #333;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 40%;
	z-index: 1;
}
.text_side_line span {
	background: #FFF;
	padding: 0 1%;
	position: relative;
	z-index: 5;
}
.text_side_line span.gray {
	background: #EFEFEF;
}

/* ボックスの影 */
.shadow_lower {
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.3);
}
.shadow_upper {
	box-shadow: 0 -6px 3px -3px rgba(0,0,0,0.3);
}
.shadow_ud {
	box-shadow: 0 6px 3px -3px rgba(0,0,0,0.3), 0 -6px 3px -3px rgba(0,0,0,0.3);
}
.shadow_all {
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

/* ブロックの角丸 */
.round_all {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.round_top {
	border-top-left-radius: 6px;
	-webkit-top-left-border-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-top-right-border-radius: 6px;
	-moz-border-top-right-radius: 6px;
}
.round_bottom {
	border-bottom-left-radius: 6px;
	-webkit-bottom-left-border-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-bottom-right-border-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
}
.round_left {
	border-top-left-radius: 6px;
	-webkit-top-left-border-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-bottom-left-border-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
}
.round_right {
	border-top-right-radius: 6px;
	-webkit-top-right-border-radius: 6px;
	-moz-border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-bottom-right-border-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
}


/* ページトップボタン */
#pagetop {
	position: fixed;
	width: 100%;
	bottom: 150px;
	display: none;
}

#pagetop > div {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#pagetop > div a {
	width: 50px;
	position: absolute;
	right: 0;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
}

/* ツールチップ */
span.tooltip{
	line-height:1.5;
	color:white;
	width:170px;
	background:#1585A3;
	border:2px solid white;
	padding:1em;
	font-size:small;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* レスポンシブ */
.wrapper {
	width: 96%;
	margin: 0 2%;
}
.wrapper_left {
	width: 98%;
	margin: 0 2% 0 0;
}
.wrapper_right {
	width: 98%;
	margin: 0 0 0 2%;
}

img {
	width: 100%;
}
br {
	display: none;
}

.header-container {
	background: #FFF;
}

header {
	margin: 0;
	padding: 0;
	width: 100%;
}

.header-container header .title {
	width: 70%;
	margin: 0.5em 0;
}

header nav #header_nav {
	display: none;
}
header nav #header_nav_mobile {
	display: none;
}

.sp-menu {
	display: display;
	text-align: left;
}
.sp-menu a {
	color: #FFF;
}

.breadcrumb_wrap {
	background: #001654;
}
.breadcrumb {
	margin: 0 auto;
	padding: 5px 0;
	font-size: 0.75em;
	line-height: 130%;
	color: #FFF;
}
.breadcrumb div {
	float: left;
	margin: 0 2px;
}
.breadcrumb div a {
	color: #FFF;
}
.breadcrumb div span {
}

.main-container {
	width: 100%;
}

/* コンテンツの背景色設定 */
.bg_white {
	background: #FFF;
}
.bg_gray {
	background: #F2F2F2;
}
.bg_orange {
	background: #EA9300;
}
.bg_blue1 {
	background: #0571B0;
}
.bg_black {
	background: #000;
}

/* コンテンツの罫線設定 */
.border-tws {
	border-top: 1px solid #FFF;
}
.border-twd {
	border-top: 1px dotted #FFF;
}
.border-bws {
	border-bottom: 1px solid #FFF;
}
.border-bwd {
	border-bottom: 1px dotted #FFF;
}
.border-tbs {
	border-top: 1px solid #333;
}
.border-tbd {
	border-top: 1px dotted #333;
}
.border-bbs {
	border-bottom: 1px solid #333;
}
.border-bbd {
	border-bottom: 1px dotted #333;
}
.border-tgs {
	border-top: 1px solid #CCC;
}
.border-tgd {
	border-top: 1px dotted #CCC;
}
.border-bgs {
	border-bottom: 1px solid #CCC;
}
.border-bgd {
	border-bottom: 1px dotted #CCC;
}

/* テキスト位置 */
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}

/* コンテンツタイトル */
.content_title {
	border-left: 8px #0571B0 solid;
	padding-left: 5px;
	text-align: left;
}
.bg_blue1 .content_title {
	border-left: 8px #FFF solid;
}
.content_title .jn {
	font-size: 0.9em;
	line-height: 110%;
	display: block;
}
.bg_blue1 .content_title .jn {
	color: #FFF;
}
.content_title .en {
	font-size: 0.6em;
	line-height: 120%;
	font-weight: 400;
	color: #82B8D7;
	display: block;
	font-style: italic;
}
.feature_title {
	border-left: 10px #0571B0 solid;
	padding-left: 10px;
	text-align: left;
}
.bg_blue1 .feature_title {
	border-left: 10px #FFF solid;
}
.feature_title .jn {
	font-size: 3em;
	line-height: 110%;
	display: block;
	font-weight: 400;
	color: #0571B0;
}
.bg_blue1 .feature_title .jn {
	color: #FFF;
}
.feature_title .en {
	font-size: 1.8em;
	line-height: 130%;
	font-weight: 600;
	color: #82B8D7;
	display: block;
	font-style: italic;
}
.bg_blue1 .title_band {
	font-size: 1.4em;
	color: #FFF;
	padding: 0.4em 1em 0.25em 1em;
	background: #4495C4;
	margin: 4% 0 0 0;
	text-align: left;
	line-height: 110%;
	font-style: italic;
}
.bg_white .title_band {
	font-size: 1.4em;
	color: #0571B0;
	padding: 0.4em 1em 0.25em 1em;
	background: #C7DFED;
	margin: 4% 0 0 0;
	text-align: left;
	line-height: 110%;
	font-style: italic;
}
.bg_black .title_band {
	font-size: 1.4em;
	color: #FFF;
	padding: 0.4em 1em 0.25em 1em;
	background: #404040;
	margin: 4% 0 0 0;
	text-align: left;
	line-height: 110%;
	font-style: italic;
}
.text_maintitle1 >div {
	width: 100%;
	position: relative;
}
.text_maintitle1 >div:before {
	padding-top: 24.167%;
	display: block;
	content: "";
}
.text_maintitle1 >div > h2 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2;
}
.text_maintitle1 >div > h2 span {
	display: block;
	font-size: 0.9em;
	color: #CCC;
}

/* ヘッダー */
#header_title {
	display: none;
}
#header_info {
	padding: 0.5% 0;
	display: table;
}
#header_info #header_logo {
	padding:  0 1% 0 0;
	display: table;
	text-align: left;
	vertical-align: middle;
}
#header_info #header_logo a:hover {
	text-decoration:none;
}
#header_logo > img{
	margin-left: 10px;
	vertical-align: bottom;
}

@media screen and (max-width:768px){
	#header_logo img.ann{
	display: none;
	}
}


#header_info #header_content {
	width: 60%;
	padding:  0;
	display: table-cell;
	vertical-align: middle;
}
#header_info #header_content #header_content_upper {
	display: none;
}
#header_info #header_content #header_content_lower {
	width: 100%;
}
#header_info #header_content #header_content_lower .search {
	display: none;
}
#header_info #header_content #header_content_lower .typo {
	width: 80%;
	margin: 0 0 0 20%;
	text-align: right;
}
header nav {
	display: none;
}

.bottom-container {
	width: 100%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #0571B0;
	line-height:1.4;
}
.bottom-container .bottom_link {
	background:  #0571B0;
	width: 100%;
}
.bottom-container .bottom_link .download {
	background:  #E6E9E9;
	width: 100%;
}

.bottom-container .bottom_link .download dt {
	width: 90%;
	color: #0571B0;
	margin: 0 auto;
	border: 1px solid #FFF;
}
.bottom-container .bottom_link .download dt span {
	padding: 0.25em 1em;
	display: block;
	font-weight: 600;
}
.bottom-container .bottom_link .download dt span.upper {
	background: #FFF;
	font-size: 1.2em;
}
.bottom-container .bottom_link .download dt span.lower {
	font-size: 0.9em;
}
.bottom-container .bottom_link .download dd#catalog_select select {
	width: 90%;
	margin: 5px auto;
}
.bottom-container .bottom_link .download dd#catalog_select .icon {
	width: 50%;
}
.bottom-container .bottom_link .service_link dt {
	width: 90%;
	padding: 0.25em 1em;
	color: #0571B0;
	background: #FFF;
	margin: 0 auto;
	font-size: 1em;
	font-weight: 600;
}
.bottom-container .bottom_link dl {
	padding: 1% 0;
}
.bottom-container .bottom_link dd a {
	font-size: 0.9em;
	font-weight: 600;
}
.bottom-container .bottom_link dd a span {
	display: block;
}
.bottom-container .bottom_link dd a img {
	width: auto;
}
.bottom-container .bottom_link dd a span img {
	width: 25px;
}
.bottom-container .bottom_link .service_link dd a {
	color: #FFF;
}
.bottom-container .bottom_link .download dd a {
	color: #27A359;
}
.bottom-container .bottom_link  dd {
	padding: 3% 0;
}
.bottom-container .bottom_search {
	width: 100%;
}
.bottom-container .bottom_search section {
	padding: 0 0 3% 0;
}
.bottom-container .bottom_search section .bottom_search_link {
	width: 100%;
	padding: 3% 0 0 0;
}
.bottom-container .bottom_search section .bottom_search_link .link {
	margin: 2% 0 0 0;
}
.bottom-container .bottom_search section .bottom_search_link .link a {
	width: 100%;
	display: block;
	background: #0571B0;
	color: #FFF;
	font-weight: 600;
	padding: 0.25em 0 0.15em 0;
	text-align: center;
	font-size: 1em;
	margin: 0 auto;
}

/* フッター */
.footer {
	clear: both;
	padding: 2% 0;
	text-align: left;
}
.footer .logo {
	width: 70%;
}
.footer nav > dl {
	float: left;
	padding: 2% 1% 0 0;
	width: 49%;
	font-size: 0.85em;
}
.footer nav > dl > dt {
	margin: 0;
	padding: 0;
	line-height: 160%;
	font-weight: 600;
	list-style: none;
}
.footer nav > dl > dt a {
	color: #333;
}
.footer nav > dl.link .mt {
	margin: 2% 0 0 0;
}
.footer nav > dl > dd {
	margin: 1% 0;
	padding: 0;
	line-height: 140%;
	list-style: none;
}
.footer nav > dl > dd a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #333;
	vertical-align: middle;
}
.footer nav > dl > dd a:after,
.footer nav > dl > dd a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.footer nav > dl > dd a:before {
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #1263AB;
	border-right: 2px solid #1263AB;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.copy {
	padding: 1% 0;
	color: #fff;
}
.copy .link {
	display: none;
}
.copy .copyright {
	text-align: center;
	font-size: 0.7em;
	line-height: 120%;
}

/* 製品の一覧 */
.model_left {
	width: 100%;
}
.model_right {
	width: 100%;
	margin-top: 3%;
}
.model_right .margin_top {
	margin-top: 3%;
}
.model_right h3 {
	color: #FFF;
	font-size: 2.6em;
	line-height: 1.1;
	font-style: italic;
}
.model_right h3 span {
	font-size: 1.5em;
}
.model_right .model_text {
	font-size: 0.85em;
	color: #FFF;
	margin: 2% 0;
	line-height: 1.4;
}
.model_right .model_list_wrap {
	width: 95%;
	font-size: 1em;
	font-weight: 600;
	color: #0571B0;
	background: #4495C4;
	padding: 2.5%;
	margin: 5% auto 0 auto;
}
.model_right .model_list_wrap .model_list {
	background: #FFF;
	width: 95%;
	padding: 2.5%;
}
.model_right .model_list_wrap .model_list ul {
	width: 45%;
	margin: 0 2.5%;
	float: left;
}
.model_right .model_list_wrap .model_list ul.list_single {
	width: 70%;
	margin: 0 auto;
	float: none;
}
.model_right .model_list_wrap .model_list ul li {
	padding: 0.25em 0;
	border-bottom: 1px dotted #CCC;
}
.model_right .model_list_wrap .model_list ul li:last-child {
	padding: 0.25em 0 0 0;
	border-bottom: none;
}
.model_right .model_list_wrap .model_list ul li.title {
	padding: 0.25em;
	background: #0571B0;
	color: #FFF;
	border-bottom: none;
}


/* スマホサイズB */
@media only screen and (min-width: 480px) {
	.text_maintitle1 >div > h2 {
		top: 20%;
		font-size: 1.4em;
	}
	.text_maintitle1 >div > h2 span {
		font-size: 0.9em;
	}
	.footer .logo {
		width: 51%;
	}
	.footer nav > dl {
		float: left;
		padding: 2% 1% 0 0;
		width: 32.33%;
		font-size: 0.85em;
	}

	/* 製品の一覧 */
	.model_right h3 {
		font-size: 3.2em;
	}
	.model_right .model_list_wrap {
		width: 80%;
		font-size: 1.1em;
	}

	.bottom-container .bottom_link .service_link dt {
		width: 95%;
	}
	.bottom-container .bottom_link .service_link dd {
		width: 30%;
		padding: 2% 1.25%;
		margin: 3% 0;
		float: left;
		border-right: 1px solid #FFF;
	}
	.bottom-container .bottom_link .service_link dd:last-child {
		border-right: none;
	}
	.bottom-container .bottom_link .service_link dd img {
		width: 90%;
		max-width: 200px;
	}

	.bottom-container .bottom_search section {
		padding: 0 0 2% 0;
	}
	.bottom-container .bottom_search section .bottom_search_link {
		width: 48%;
		float: left;
		margin: 0 1%;
		padding: 3% 0 0 0;
	}
	.bottom-container .bottom_search section .bottom_search_link .link a {
		font-size: 1em;
	}
}


/* タブレットサイズ */
@media only screen and (min-width: 768px) {
	br {
		display: block;
	}

	.text_maintitle1 >div > h2 {
		top: 40%;
		font-size: 1.8em;
	}
	.text_maintitle1 >div > h2 span {
		font-size: 0.8em;
	}
	#header_info #header_logo img {
		width: 65%;
	}
	#header_title {
		display: block;
		padding: 0.1% 0;
		background: #001654;
	}
	#header_title h1 {
		font-size: 0.65em;
		text-align: left;
		font-weight: 400;
		color: #FFF;
		line-height: 160%;
	}
	#header_info #header_content #header_content_upper {
		width: 100%;
		display: table;
		padding: 1% 0 4% 0
	}
	#header_info #header_content #header_content_upper .link {
		width: 52%;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	#header_info #header_content #header_content_upper .link li {
		float: left;
		padding: 0 5px;
		line-height: 110%;
		border-right: 1px solid #0571B0;
	}
	#header_info #header_content #header_content_upper .link li:last-child {
		border-right: none;
	}
	#header_info #header_content #header_content_upper .link li a {
		font-size: 0.7em;
		color: #0571B0;
	}
	#header_info #header_content #header_content_upper .lang {
		width: 48%;
		display: table-cell;
		text-align: left;
		vertical-align: middle;
	}
	#header_info #header_content #header_content_upper .lang li {
		float: right;
	}
	#header_info #header_content #header_content_upper .lang li a {
		padding: 1px 15px;
		line-height: 140%;
		font-size: 0.8em;
		font-weight: 600;
		border: 2px solid #0571B0;
		color: #A1CAE1;
		background: #FFF;
	}
	#header_info #header_content #header_content_upper .lang li.current a {
		background: #0571B0;
		color: #FFF;
	}
	#header_info #header_content #header_content_lower {
		width: 100%;
		display: table;
		padding: 0 0 1.5% 0
	}
	#header_info #header_content #header_content_lower .search {
		width: 50%;
		display: block;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		font-size: 0.85em;
	}
	#header_info #header_content #header_content_lower .search input[type="text"]{
		width: 65%;
		padding: 1px 2px;
	}
	#header_info #header_content #header_content_lower .typo {
		width: 80%;
		margin: 0 0 0 20%;
		text-align: right;
		vertical-align: middle;
		display: table-cell;
	}
	#header_info #header_content #header_content_lower .typo img {
		width: 100%;
	}

	header nav {
		display: block;
		background: #0571B0;
		margin: 0;
		padding: 0;
	}
	.sp-menu {
		display: none;
	}
	header nav #header_nav {
		display: table;
		height: 50px;
	}
	header nav #header_nav li {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		line-height: 150%;
	}
	header nav #header_nav li .main {
		width:99.5%;
		height: 50px;
		display: table;
	}
	header nav #header_nav li .main a {
		color: #FFF;
		font-size: 0.8em;
		font-weight: 600;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		cursor: pointer;
	}
	header nav #header_nav li .main a span {
		line-height: 140%;
		display: block;
		width: 100%;
		border-left: 1px #FFF solid;
	}
	header nav #header_nav li:first-child .main a span {
		border-left: none;
	}
	header nav .float_menu {
		display: none;
		position: absolute;
		width: 95%;
		padding: 1% 1.5% .5% 1.5%;
		background: #0571B0;
		color: #FFF;
		font-size: 1em;
		z-index: 10000;
		text-align: left;
		line-height: 150%;
		margin: 0 auto;
	}
	header nav #header_nav li .float_menu li {
		display: block;
		text-align: left;
	}
	header nav #header_nav li .float_menu a {
		color: #FFF;
	}
	header nav #header_nav li .float_menu .submenu_block {
		display: block;
		float: left;
	}
	header nav #header_nav li .float_menu #menu_forklift {
		width: 35%;
		margin-right: 2%;
	}
	header nav #header_nav li .float_menu #menu_forklift dd.submenu_link_box {
		padding-left: 58px;
		background: url("ico_fork1.jpg"/*tpa=http://sumitomonacco.co.jp/images/common/ico_fork1.jpg*/) left top no-repeat;
	}
	header nav #header_nav li .float_menu #menu_carrier {
		width: 15%;
		margin-right: 2%;
	}
	header nav #header_nav li .float_menu #menu_carrier dd.submenu_link_box {
		padding-left: 58px;
		background: url("ico_fork4.jpg"/*tpa=http://sumitomonacco.co.jp/images/common/ico_fork4.jpg*/) left top no-repeat;
	}
	header nav #header_nav li .float_menu #menu_attachment {
		width: 22%;
		margin-right: 2%;
	}
	header nav #header_nav li .float_menu #menu_attachment dd.submenu_link2 {
		padding-left: 58px;
		min-height: 50px;
		background: url("ico_fork2.jpg"/*tpa=http://sumitomonacco.co.jp/images/common/ico_fork2.jpg*/) left top no-repeat;
	}
	header nav #header_nav li .float_menu #menu_supplies {
		width: 22%;
	}
	header nav #header_nav li .float_menu #menu_supplies dd.submenu_link2 {
		padding-left: 58px;
		min-height: 50px;
		background: url("ico_fork3.jpg"/*tpa=http://sumitomonacco.co.jp/images/common/ico_fork3.jpg*/) left top no-repeat;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_title {
		width: 100%;
		font-size: 0.9em;
		font-weight: 600;
		padding-bottom: 1.5%;
		margin-bottom: 2.5%;
		border-bottom: 1px solid #FFF;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_title span:before {
		content: "■";
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link2_list {
		font-size: 0.8em;
		line-height: 1.5;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link2_list li {
		margin: 0.15em 0;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link2 .link1_left {
		width: 49%;
		margin-right: 2%;
		float: left;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link2 .link1_right {
		width: 49%;
		float: left;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link_box .submenu_link1 {
		float: left;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link_box .submenu_link_left {
		width: 46%;
		margin-right: 2%;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link_box .submenu_link_right {
		width: 52%;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link_box .submenu_link1_title {
		text-align: center;
		padding: 0.15em 0.5em;
		background: #4495C4;
		font-size: 0.8em;
		line-height: 1.5;
		font-weight: 600;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link_box .submenu_link_right .link1_left {
		width: 46.5%;
		padding-right: 3%;
		margin-right: 3%;
		float: left;
		border-right: 1px dotted #CCC;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link_box .submenu_link_right .link1_right {
		width: 46.5%;
		float: left;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link_box .submenu_link1_list_title {
		font-weight: 600;
		color: #66FFFF;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link_box .submenu_link1_list_title a {
		color: #66FFFF;
	}
	header nav #header_nav li .float_menu .submenu_block .submenu_link_box .submenu_link1 ul li {
		font-size: 0.8em;
		line-height: 1.5;
		margin: 0.15em 0;
	}
	header nav #header_nav li .child_menu {
		display: none;
		position: absolute;
		width: 20%;
		padding: 0.5% 1%;
		background: #0571B0;
		color: #FFF;
		z-index: 10000;
		text-align: left;
		margin: 0;
	}
	header nav #header_nav li .menu_shift {
		margin: 0 0 0 -5%;
	}
	header nav #header_nav li .child_menu li {
		width: 100%;
		display: block;
		padding: 0.1em 0;
		border-bottom: 1px dotted #FFF;
		text-align: left;
		font-size: 0.9em;
		line-height: 140%;
	}
	header nav #header_nav li .child_menu li:last-child {
		padding: 0.1em 0 0 0;
		border-bottom: none;
	}
	header nav .child_menu li a {
		display: block;
		width: 95%;
		color: #FFF;
		padding: 0.6em 2.5%;
	}

	.footer .logo {
		width: 20%;
		float: left;
	}
	.footer .logo img {
		width: 95%;
	}
	.footer nav > dl.link {
		width: 15.5%;
		float: left;
		padding: 0% 0.5% 0 0;
		font-size: 0.75em;
	}
	.footer nav > dl.link .mt {
		margin: 4% 0 0 0;
	}
	.copy {
		padding: 1% 0 3% 0;
	}
	.copy .link {
		display: block;
		width: 35%;
		float: left;
		text-align: left;
	}
	.copy .link li {
		display: inline-block;
		padding: 0 10px;
		line-height: 110%;
		border-left: 1px solid #FFF;
	}
	.copy .link li:last-child {
		border-right: 1px solid #FFF;
	}
	.copy .link li a {
		color: #FFF;
		font-size: 0.7em;
	}
	.copy .copyright {
		width: 65%;
		float: left;
		padding: 0.5% 0 0 0;
		font-size: 0.7em;
		font-weight: 600;
		line-height: 150%;
	}
	.content_title {
		border-left: 10px #0571B0 solid;
	}
	.content_title .jn {
		font-size: 1.1em;
	}
	.feature_title {
		border-left: 15px #0571B0 solid;
		padding-left: 15px;
	}
	.bg_blue1 .feature_title {
		border-left: 15px #FFF solid;
	}
	.feature_title .jn {
		font-size: 4em;
	}
	.feature_title .en {
		font-size: 2.5em;
	}
	.title_band {
		font-size: 2.2em;
	}

	/* 製品の一覧 */
	.model_left {
		width: 49%;
		float: left;
		margin-right: 2%;
	}
	.model_right {
		width: 49%;
		float: left;
		margin-top: 0%;
	}
	.model_right h3 {
		width: 90%;
		margin: 0 auto;
		font-size: 4em;
	}
	.model_right .model_text {
		font-size: 0.9em;
		width: 90%;
		margin: 1% auto;
	}
	.model_right .model_list_wrap {
		width: 90%;
		font-size: 1.1em;
	}

	.bottom-container .bottom_link .download {
		width: 25%;
		float: left;
	}
	.bottom-container .bottom_link .download .icon {
		width: 65%;
		max-width: 250px;
	}
	.bottom-container .bottom_link ._with {
		width: 75%;
		float: left;
	}
	.bottom-container .bottom_link ._all {
		width: 100%;
	}
	.bottom-container .bottom_link .service_link dt {
		width: 90%;
		margin: 1% auto;
	}
	.bottom-container .bottom_link .service_link dd {
		padding: 1% 1.25%;
		margin: 1% 0 2% 0;
		font-size: 1em;
	}
	.bottom-container .bottom_search section .bottom_search_link .link a {
		width: 95%;
		font-size: 1.1em;
	}
}


/* PCサイズ */
@media only screen and (min-width: 1024px) {
	img {
		width: auto;
	}
	.wrapper {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	#header_info #header_logo img {
		width: auto
	}
	#header_info {
		width: 100%;
	}
	header nav #header_nav li .main a {
		font-size: 1em;
	}
	header nav #header_nav li .child_menu {
		width: 15%;
	}
	header nav #header_nav li .menu_shift {
		margin: 0 0 0 -2%;
	}
	.copy .link {
		width: 30%;
	}
	.copy .copyright {
		width: 70%;
		font-size: 0.75em;
	}
	#header_info #header_content #header_content_upper .link li {
		padding: 0 10px;
	}
	#header_info #header_content #header_content_upper .link li a {
		font-size: 0.8em;
	}
	#header_info #header_content #header_content_upper .lang li a {
		padding: 2px 25px;
		font-size: 0.85em;
	}
}


/* PCサイズ(フルサイズ) */
@media only screen and (min-width: 1200px) {
	header nav .float_menu {
		max-width: 1200px;
	}
	header nav #header_nav li .child_menu {
		width: 12%;
	}
	header nav #header_nav li .menu_shift {
		margin: 0 0 0 0;
	}
}


.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}


/* 印刷用 */
@media print {
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.sp-menu {
		display: none;
	}
	br {
		display: block;
	}
	#pagetop {
		display: none;
	}

}

