@charset "UTF-8";

/* **************************************************

Name: add.css

Description: CSS for Japanese Common Modules

Create: 2017.09.31
Update: 2017.09.31

Copyright 2015 Hitachi, Ltd.

***************************************************** */


/* 1: Font Setting
=========================================================================================== */

body {
	color: #333;
	font-size: 100%;
	line-height: 100%;
	text-align: left;
	background-color: #e5e5e5;
	text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif!important;
}

/* word break
=========================================================================================== */
div, p, span, li, table td, a, h2, strong{word-break:break-all!important;}

.current_category .cat_item .title span,
.current_category .cat_item .text{
	word-break:keep-all!important;
}