@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust:none;
	overflow-x: hidden;
}
body {
	font-size:14px;
	line-height:1.2em;
	-webkit-text-size-adjust:none;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}

/***** PC用ソースのOFFクラス *****/
.sp_out {
	display:none !important;
}
/***** PC用ソースのOFFクラス *****/

.vishdn{
	visibility:hidden;
}

.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}
img {
 	border: none;
	outline: none;
}

a:link {
	outline: none;
	TEXT-DECORATION: none;
	color: #0066cc;
}
a:visited {
	TEXT-DECORATION: none;
	outline: none;
	color: #0066cc;
}
a:hover {
	TEXT-DECORATION: none;
	outline: none;
	color: #0066cc;
}
a:active {
	TEXT-DECORATION: none;
	outline: none;
	color: #0066cc;
}

a.ovr {
  transition: all 0.2s ease-in-out 0s;
	color: #333;
}
a.ovr:hover {
  opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
ul, ol {
	list-style-type: none;
	line-height: 1.4em;
}
.sp_header {
	margin-bottom: 8px;
	height: 60px;
}
.sp_header .header_logo {
	display: inline-block;
	margin-top: 14px;
	margin-left: 10px;
	float: left;

}
.sp_header .header_logo img {
	width: 136px;
	height: auto;
}
.sp_header .sp_search_btn {
	border-left: 1px solid #ccc;
	display: inline-block;
	color: #21577C;
	font-weight: bold;
	float: right;
	padding-top: 1px;
	font-size: 57%;
	cursor: pointer;
	width: 55px;
	text-align: center;
	margin-top: 20px;
}
.sp_header .sp_search_btn p {
	background-image: url(../image/MNC_icon_common_sp_search_on.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 14px;
	width: 15px;
	height: 15px;
	margin: 0 auto 1px auto;
}
.sp_header .sp_search_btn p.search_icon_p {
	background-image: url(../image/MNC_icon_common_sp_close_off.jpg);
}
.sp_header .sp_menu_btn p.menu_icon_p {
	background-image: url(../image/MNC_icon_common_sp_close_off.jpg);
	background-size: 14px 14px;
}
.sp_header .sp_menu_btn {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: inline-block;
	color: #21577C;
	font-weight: bold;
	float: right;
	padding-top: 1px;
	font-size: 57%;
	cursor: pointer;
	width: 55px;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
}
.sp_header .sp_menu_btn p {
	background-image: url(../image/MNC_icon_common_sp_menu_on.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	width: 19px;
	height: 14px;
	margin: 0 auto 1px auto;
}

.sp_header .header_search {
	background-color: #21577C;
	padding: 15px 10px 10px 10px;
	display: none;
	width: 96%;
	position: absolute;
	top: 68px;
	z-index: 10;
}
.sp_header .header_search form {
	background-color: #fff;
	border: 1px solid #103E5D;
}
.sp_header .header_search input.header_serach_btn {
	float: left;
	background-image: url(../image/MNC_icon_common_sp_search_on.jpg);
	background-repeat: no-repeat;
	background-position: 4px top;
	background-size: 15px auto;
	background-color: #fff;
	border: none;
	width: 22px;
	height: 20px;
	cursor: pointer;
  margin-top: 12px;
}
.sp_header .header_search input.header_serach_input {
	border: none;
	height: 42px;
	width: 90%;
	color: #333;
	font-size: 107%;
}
.sp_header .header_search .sp_search_close {
	color: #fff;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 8px;
}
.sp_header .header_search .sp_search_close span {
  background-image: url("../image/MNC_icon_common_sp_search_close.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  display: inline-block;
  height: 30px;
  padding-left: 30px;
  padding-top: 15px;
	cursor: pointer;
}

/***** sp_menu *****/
.gnavi_box {
	left: 100%;
	position: absolute;
	width: 100%;
	z-index: 999;
	border-top: 5px solid #103E5D;
	display: none;
}
.gnavi_box.active {
  /*left: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;*/
  z-index: 999;
}
.gnavi_box:first-child {
	position: fixed;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	top: 68px;
}
ul.gnaviWrap {
	background-color: #21577c;
}





ul.gnaviWrap li {
  background-size: 20px;
  border-bottom: 1px solid #103E5D;
  font-size: 86%;
	font-weight: bold;
  padding: 16px 10px 15px 10px;

	color:#FFF;

}





.open_sub_box { padding-left: 26px; background-color: #4982AD; }
.open_sub_box a { background-color: #4982AD; display: block; }
.open_sub_box a:last-child li.sub { border-bottom: none; }
.sp_contact { background-color: #fff; padding: 10px; }
.sp_contact .sp_contact_links {
  background-color: #85288F;
  border-bottom: 2px solid #610B6A;
  border-radius: 5px;
  height: 47px;
  line-height: 47px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.sp_contact .sp_contact_links a {
  background-image: url("../image/MNC_icon_common_top_list_bg.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 86%;
  font-weight: bold;
}
.sp_contact .sp_request_links {
  background-color: #156CA7;
  border-radius: 5px;
  height: 47px;
  line-height: 47px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.sp_contact .sp_request_links a {
  background-image: url("../image/MNC_content_link_btn01_bg.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 86%;
  font-weight: bold;
}
.sp_contact .sp_menu_close {
	color: #333;
  font-size: 86%;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}
.sp_contact .sp_menu_close span {
  background-image: url("../image/MNC_icon_common_sp_close_menu.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  padding-left: 30px;
  padding-top: 15px;
}

/***** sp_menu Off *****/

.top_banner img { width: 100%; height: auto; }
.top_indent {
	padding: 0 10px;
}
.bx-wrapper {
	margin-bottom: 10px !important;
}
/*
.bx-wrapper .bx-controls-direction a {
	width: 25px !important;
	height: 25px !important;
}
*/
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 9px !important;
	height: 9px !important;
}
.top_banner_slide .bx-wrapper .bx-next {
	background-size: 25px !important;
}
.bx-wrapper .bx-controls-direction a {
	margin-left: 8px;
}

/***** top_News *****/
.top_news {
	display: table;
	background-color: #EDEDED;
	margin: 10px 0 15px 0;
	height: auto;
}
.top_news .news {
	display: table-cell;
	background-color: #10629a;
	color: #fff;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 71%;
}
.top_news .news_text {
	display: table-cell;
	padding: 15px 15px 5px;
	font-size: 100%;
	line-height: 1.3em;
}
.top_news .news_text dt {
	padding-top: 10px;
}
.top_news .news_text dd {
  border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	width: 100%;
}
.top_news .news_text dt:first-of-type , .top_news .news_text dd:first-of-type {
	padding-top: 0;
}
.top_news .news_text dd:last-child {
	border: none;
}

.top_box_three li {
	margin-bottom: 15px;
}
.top_box_three_off {
	display: none;
}
.top_box_three .pic {
	margin-bottom: 8px;
}
.top_box_three .pic img {
	width: 100%;
	height: auto;
}

.top_box_three .date {
	margin-bottom: 5px;
}
.top_box_three .date span {
  color: #fff;
  display: inline-block;
  padding: 5px 0;
	margin-right: 5px;
  text-align: center;
  width: 62px;
}
.top_box_three .title {
	margin-bottom: 15px;
}
.top_box_three .title a {
  color: #333;
}
.top_news_link_box {
	margin-bottom: 50px;
}
.top_news_link {
  background-color: #156CA7;
  border-bottom: 2px solid #00477C;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
  height: 47px;
  line-height: 47px;
  text-align: center;
	margin: 0 auto 20px auto;
	width: 204px;
}
.top_news_link a {
  background-image: url("../image/MNC_icon_common_sp_top_box_three_bg.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
	background-size: 20px 20px;
  color: #fff;
  display: block;
  font-weight: bold;
}
/***** top_News OFF *****/

/***** top_product *****/
.top_product {
	background-image: url(../image/MNC_top_product_sp_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	padding: 43px 0;
}
.top_product .top_product_box {
	padding: 0 10px;
}
.top_product .top_product_box .top_product_title {
	text-align: center;
	margin-bottom: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 150%;
}
.top_product .top_product_box .top_product_title i {
  background-color: #fff;
  display: block;
  height: 5px;
  margin: 12px auto 0;
  width: 27px;
}
.top_product .top_product_box .top_product_four {
  background-image: url("../image/MNC_top_product_four_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 100% 100%;
  float: left;
	margin-bottom: 10px;
  text-align: center;
  width: 49%;
	height: 102px;
	padding: 0;
	padding-top: 44px
}

.top_product .top_product_box .top_product_four i.ico01 {
	background-image: url(../image/MNC_top_product_icon01.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 107%;
	display: block;
	padding-top: 50px;
}
.top_product .top_product_box .top_product_four i.ico02 {
	background-image: url(../image/MNC_top_product_icon02.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 107%;
	display: block;
	padding-top: 50px;
}
.top_product .top_product_box .top_product_four i.ico03 {
	background-image: url(../image/MNC_top_product_icon03.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 107%;
	display: block;
	padding-top: 40px;
	line-height: 1.2em
}

.top_product .top_product_box .top_product_four i.ico04 {
	background-image: url(../image/MNC_top_product_icon04.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 107%;
	display: block;
	padding-top: 50px;
}

.top_product .top_product_box .top_product_four i.ico05 {
	background-image: url(../image/MNC_top_product_icon05.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	font-size: 107%;
	display: block;
	padding-top: 50px;
}




.top_product_four_clear:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
}
.top_product_link {
	background-color: #fff;
	border-bottom: 1px solid #366f9a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 45px;
	line-height: 47px;
	text-align: center;
	width: 204px;
	margin: 18px auto auto;
}
.top_product_link a {
	background-image: url("../image/MNC_top_product_link_icon.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  color: #0066cc;
  display: block;
  font-weight: bold;
	font-size: 93%;
}
/***** top_product Off *****/
/***** top_case *****/
.top_case {
	background-color: #E1EEF6;
	padding: 43px 0;
}
.top_case .top_case_box { padding: 0 10px; }
.top_case .top_case_box .top_case_title {
	text-align: center;
	margin-bottom: 25px;
	color: #333;
	font-weight: bold;
	font-size: 150%;
}
.top_case .top_case_box .top_case_title i {
  background-color: #ABD2E9;
  display: block;
  height: 5px;
  margin: 12px auto 0;
  width: 27px;
}
.case_wrap {
	margin-bottom: 30px;
	width: 100%;
}
.case_wrap a {
	color: #333;
	text-decoration: none;
}
.case_tblwrap {
	width: 100%;
	display: table;
	height: 150px;
}
.case_tblwrap + p,
a .case_tblwrap + p {
	font-size: 93%;
	color: #333;
	line-height: 1.38;
	padding-top: 10px;
	width: auto;
}

.case_tblwrap_l {
	display: table-cell;
	width: 50%;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	box-sizing: border-box;
	line-height: 0;
}
.case_tblwrap_r {
	display: table-cell;
	width: 50%;
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #b278de;
	color: #fff;
	font-size: 88%;
	font-weight: bold;
	box-sizing: border-box;
}
.case_tblwrap_l img {
	width: 35%;
}

.top_case .top_case_box .top_case_three {
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.top_case .top_case_box .top_case_three p {
	line-height: 1.6em;
}
.top_case .top_case_box .top_case_three p.bg01 {
	margin-bottom: 20px;
	display: block;
	background-image: url(../image/MNC_top_case_banner01.jpg);
	background-repeat: no-repeat;
	background-position: left top -5px;
	height: 140px;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	line-height: 152px;
  margin: 0 auto 10px;
  padding-left: 200px;
  width: 100px;
}
.top_case .top_case_box .top_case_three p.bg02 {
  background-image: url("../image/MNC_top_case_banner02.jpg");
  background-position: left top -10px;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 95px;
  margin: 0 auto 10px;
  padding-left: 150px;
  padding-top: 55px;
  text-align: center;
  width: 150px;
}
.top_case .top_case_box .top_case_three p.bg03 {
	margin-bottom: 20px;
	display: block;
	background-image: url(../image/MNC_top_case_banner03.jpg);
	background-repeat: no-repeat;
  background-position: left top -10px;
	height: 95px;
  margin: 0 auto 10px;
  padding-left: 150px;
  padding-top: 55px;
  text-align: center;
	color: #fff;
	font-weight: bold;
	width: 150px;
}
.top_case .top_case_box .top_case_link {
	text-align: center;
}

.top_case .top_case_box .last {
	margin-right: 0px;
}
/***** top_case Off *****/
/***** top_solution *****/

.top_solution {
	background-image: url(../image/MNC_top_solution_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	padding: 40px 0;
	margin-bottom: 45px;
}
.top_solution .top_solution_box {
	padding: 0 10px;
	margin: 0 auto;
	width: 220px;
}
.top_solution .top_solution_box .top_solution_title {
	text-align: center;
	margin-bottom: 25px;
	color: #333;
	font-weight: bold;
	font-size: 150%;
}
.top_solution .top_solution_box .top_solution_title i {
  background-color: #ABD2E9;
  display: block;
  height: 5px;
  margin: 12px auto 0;
  width: 27px;
}

.top_solution .top_solution_box .top_solution_three {
	display: block;
	float:left;
	width: 220px;
	background-color: #fff;
	height: 325px;
	line-height: 20px;
	padding-bottom: 20px;
}
.top_solution .top_solution_box .top_solution_three .title {
	text-align: center;
	font-size: 143%;
	font-weight: bold;
	margin: 26px 0 15px 0;
	color: #333;
}
.top_solution .top_solution_box .top_solution_three .text {
	margin: 0 25px;
	font-size: 100%;
	color: #333;
}
.top_solution .top_solution_box .top_solution_left_link {
	float: left;
	margin-right: 15px;
	margin-top: 210px;
	cursor: pointer;
}
.top_solution .top_solution_box .top_solution_right_link {
	float: right;
	margin-top: 210px;
	cursor: pointer;
}

.top_solution .top_solution_box .last {
	margin-right: 0px;
}
.top_solution .top_solution_box .top_solution_link {
	text-align: center;
}
#mainSlider_sp .bx-wrapper img {
	/*height: 200px;*/
}
/***** top_solution Off *****/
/***** Top_Topics *****/
.top_topics {
	padding: 0 10px;
}
.top_topics .left {
	margin-bottom: 73px;
}
.top_topics .title {
	background-image: url(../image/MNC_top_topics_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 27px auto;
	text-align: center;
	padding-bottom: 17px;
	font-size: 150%;
	margin-bottom: 25px;
}
.top_topics dl.news {
	border-top: 1px #dadada solid;
}
.top_topics dl.news dt {
	padding: 13px 0 10px 0;
}
.top_topics dl.news dd {
	padding: 0 0 15px 0;
	line-height: 1.4em;
}
.top_topics dl.event {
	border-top: 1px #dadada solid;
	padding-top: 10px;
}
.top_topics dl.event dt {
	float: left;
	margin-right: 5px;
  margin-top: 4px;
}
.top_topics dl.event dd {
	padding-bottom: 10px;
	line-height: 1.4em;
}
.top_topics dl.event dd span {
	background-color: #f9a34f !important;
	display: inline-block;
	padding: 0px 8px 0px 8px;
	text-align: center;
	color: #ffffff;
	font-size: 79%;
}
.top_topics dl dd a {
	color: #0071c5;
}
.top_topics dl.border_bottom {
	border-bottom: 1px #dadada solid;
}
.top_topics dl.border_bottom:last-of-type {
	border-bottom: none;
}
.top_topics .top_topics_btn {
	text-align: center;
	margin-top: 30px;
}

/***** Top_Topics Off *****/
.top_list_link {
  background-color: #156CA7;
  border-bottom: 2px solid #00477C;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  height: 43px;
  line-height: 47px;
  width: 70%;
	margin: 0 auto;
	text-align: center;
}
.top_list_link a {
  background-image: url("../image/MNC_icon_common_top_list_bg.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
	font-size: 93%;
}
.sp_float_right { float: right !important; }



.top_list_link2 {
	border-bottom: 2px solid #610B6A;
	background-color: #85288f;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  height: 43px;
  line-height: 47px;
  width: 70%;
	margin: 0 auto;
	text-align: center;
}
.top_list_link2 a {
  background-image: url("/image/MNC_icon_common_top_list_bg.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
	font-size: 93%;
}














/***** sp_footer_menu *****/
.gnavi_box_footer {
	position: relative !important;
	display: block !important;
	left: 0!important;
	margin-top: 25px !important;
	z-index: 0 !important;
}

.sp_footer_link {
	background-color: #fff;
	clear: both;
  overflow: hidden;
  width: 100%;
}



.sp_footer_link li {
  background-image: url("../image/MNC_icon_common_sp_footer_link_bg.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border-bottom: 1px solid #dbdbdb;
  font-size: 86%;
  padding: 16px 10px 15px 10px;
	letter-spacing: -0.5px;
}
/*
.sp_footer_link li.half {
  border-right: 1px solid #dbdbdb;
  float: left;
  width: 43.5%;
}
*/
.sp_footer_link li.top_line {
  border-top: 1px solid #dbdbdb;
}
.sp_footer_link li.no_line {
  border-right-style: none;
}
.sp_footer_link a { color: #333; font-weight: bold;}





.sp_footer_logo {
	background-color: #fff;
	text-align: center;
	padding: 15px 0 15px 0;
}
.sp_footer_logo img {
	width: 120px;
	height: auto;
}
.sp_copyright {
	font-size: 64%;
	background-color: #fff;
	color: #333;
	text-align: center;
	padding-bottom: 15px;
}

/***** sp_footer_menu Off *****/
.page_top {
	position: fixed;
	display: none;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2;
}
.page_top img {
	width: 35px;
	height: 35px;
}





/*** Breadclumb ***/
.Breadclumb{
  border: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: #dbdbdb;
  overflow-x: auto;
  overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.Breadclumb ul{
  display:table;
  overflow: hidden;
}
.Breadclumb li{
  display:table-cell;
  white-space:nowrap;
  font-size: 86%;
	height: 35px;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
  text-decoration: none;
  position: relative;
  padding-left: 22px;
	padding-right: 10px;
}
.Breadclumb li:first-child {
  padding-left: 10px;
	padding-right: 2px;
  border-radius: 5px 0 0 5px;
}
.Breadclumb li::after,
.Breadclumb li::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2.0em;
  border-top: 2.0em solid transparent;
  border-bottom: 2.0em solid transparent;
  border-left: 1em solid;
  right: -1em;
  padding-left: 1px;
}
.Breadclumb li::after{
  z-index: 2;
  border-left-color: #fff;
}
.Breadclumb li::before{
  border-left-color: #ccc;
  right: -1.1em;
  z-index: 1;
}
.Breadclumb li:last-child {
  padding-right: 10px;
	padding-left: 20px;
}
.Breadclumb li:last-child::before{
	border: none;
}
/*** Breadclumb end ***/


#content h1 , .hl_ttl01 {
  color: #fff;
	font-size: 129%;
	font-weight: bold;
  line-height: 1.3em;
	background-color: #21577C;
	margin-bottom: 15px;
	padding: 17px 0 15px 10px;
}
#content h2 , .hl_ttl02 {
  background-image: url("../image/MNC_content_h2_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  color: #333;
  font-size: 129%;
  font-weight: bold;
  line-height: 18px;
  padding: 23px 10px 15px 10px;
  position: relative;
}
#content h2 i.sp_on {
  background-image: url("../image/MNC_content_h2_sp_on_bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  cursor: pointer;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 38%;
  width: 42px;
}
#content h2 i.sp_off {
	background-image: url(../image/MNC_content_h2_sp_off_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50% auto;
  height: 21px;
  position: absolute;
  right: 20px;
  width: 42px;
	cursor: pointer;
}
#content h2.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#content h2 i.icon_01 {
  background-image: url("../image/MNC_icon_common_h2_01_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 45px;
	margin-right: -10px;
}
#content h2 i.icon_02 {
  background-image: url("../image/MNC_icon_common_h2_02_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 45px;
	margin-right: -10px;
}
#content h2 i.icon_03 {
  background-image: url("../image/MNC_icon_common_h2_03_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 45px;
	margin-right: -10px;
}
#content h2 i.icon_04 {
  background-image: url("../image/MNC_icon_common_h2_04_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 45px;
	margin-right: -10px;
}
#content h2 i.icon_05 {
  background-image: url("../image/MNC_icon_common_h2_05_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 50px;
	margin-right: -10px;
}
#content h2 i.icon_06 {
  background-image: url("../image/MNC_icon_common_h2_06_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
	background-size: 23px auto;
  padding-right: 50px;
	margin-right: -10px;
}
#content h2.no_bg , .hl_ttl02_no_bg {
  background-image: none;
  border-top: 6px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
  position: relative;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.2em;
}
#content h2.no_bg i , .hl_ttl02_no_bg i {
  height: 6px;
  position: absolute;
  top: -6px;
  width: 30px;
	left: 0;
}
#content h3 , .hl_ttl03 {
	font-size: 107%;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333;
	background-color: #CBE4F6;
	padding: 8px 0 8px 10px;
}
#content h3.slide_h3 {
	color: #0066cc;
	background-image: url(../image/MNC_content_h3_slide01_bg.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
  background-size: 20px auto;
}
#content h3.slide_h3_open {
	background-image: url(../image/MNC_content_h3_slide02_bg.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
  background-size: 20px auto;
}

#content h3 i.sp_on {
  background-image: url("../image/MNC_content_h2_sp_on_bg.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 15px auto;
  cursor: pointer;
  position: absolute;
  right: 20px;
  width: 42px;
  height: 21px;
}
#content h3 i.sp_off {
	background-image: url(../image/MNC_content_h2_sp_off_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 15px auto;
  height: 21px;
  position: absolute;
  right: 20px;
  width: 42px;
	cursor: pointer;
}
#content h4 , .hl_ttl04 {
  color: #333;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
	line-height: 1.3em;
}
#content h4 i , .hl_ttl04 i {
  left: 0;
  position: absolute;
  top: 5px;
	height: 5px;
  width: 16px;
	background-color: #156CA7;
}
#content h4.sp_product_top {
	padding-left: 0;
	font-size: 121%;
	line-height: 1.2em;
}
#content h5 , .hl_ttl05 {
  color: #333;
  font-size: 86%;
  font-weight: bold;
  margin-bottom: 25px;
	background-color: #DCDCDC;
  padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h6 , .hl_ttl06 {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 2px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
}
#content .sp_box {
	display: none;
}
#content .sp_box_2 {
	display: none;
}
#content .content_box2 {
	position: relative;
}

#content .sp_indent {
	margin: 10px;
}
#content .sp_indent2 {
	margin: 0px 12px;
}
#content .pic_center {
	text-align: center;
}
#content .pic_center img {
	display: inline;
}

#content .content_top_border_gray {
  background-color: #cdcdcd;
  height: 8px;
}

/* product */
span.product_border {
	display: block;
	height: 8px;
	width: 45px;
}
/* product */

#content .content_box_blue {
	background-color: #EAF5FC;
	border: 1px solid #D4EBFA;
	padding: 16px 20px 22px 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#content .content_box_blue a.link_btn  {
	background-image: url(../image/MNC_content_blue_link_bg.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
	color: #fff;
	display: block;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 114%;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom: 1px solid #00477c;
	width: 204px;
	margin: 0 auto;
	line-height: 1.4em;
}
#content .content_box_blue .link_text {
	padding-top: 25px;
	text-align: center;
}
#content .content_box_blue .link_text2 {
	padding-top: 25px;
		padding-left: 5px;
	/*text-align: center;*/
}

#content .content_box_blue .sp_ml_01 {
	margin-left: -40px;
}
#content .content_box_blue .sp_ml_02 {
	margin-left: -27px;
}
#content .content_box_blue a.link_btn span {
	font-size: 86%;
}
#content .content_box_blue a.link_btn .font_s {
	font-size: 86%;
	font-weight: normal;
}
#content .content_box_blue a.link_btn .font_b {
	font-size: 114%;
}
#content .content_box_blue02 {
	background-color: #EAF5FC;
	border: 1px solid #D4EBFA;
	padding: 10px 10px 14px;
}
#content .content_box_blue02 span {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#content .content_box_blue02 input {
  border: 1px solid #c9c9c9;
  font-size: 100%;
  margin: 0 auto;
  padding: 8px;
  width: 93%;
}
#content a.link_btn_white  {
	background-image: url(../image/MNC_content_link_btn02_bg.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 6px auto;
	width: 127px;
	color: #333;
	display: inline-block;
	text-align: center;
	padding-top: 18px;
	padding-right: 5px
	font-size: 114%;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 32px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DADADA;
	border-right-color: #DADADA;
	border-bottom-color: #ACACAC;
	border-left-color: #DADADA;
}
#content a.link_btn_ptb_s  {
	padding-top: 12px;
	height: 26px;
	font-size: 71%;
}
#content .list_category_box {
  background-color: #156CA7;
  float: left;
  height: 85px;
  margin-bottom: 10px;
  padding: 21px 0 0;
  text-align: center;
  width: 49%;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 107%;
}
#content .list_category_box i.ico01 {
  background-image: url("../image/MNC_top_product_icon01.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  padding-top: 54px;
	font-style: normal;
}
#content .list_category_box i.ico02 {
  background-image: url("../image/MNC_top_product_icon02.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  padding-top: 54px;
	font-style: normal;
}
#content .list_category_box i.ico03 {
  background-image: url("../image/MNC_top_product_icon03.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  padding-top: 40px;
	font-style: normal;
	line-height: 1.2em;
}
#content .list_category_box i.ico04 {
  background-image: url("../image/MNC_top_product_icon04.png");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  padding-top: 54px;
	font-style: normal;
}
#content table {
  border-collapse: collapse;
  width: 100%;
}

#content table.dis_block td {
	display: block;
	border-bottom: none !important;
}
#content table.dis_block td.border_bottom {
	border-bottom: 1px solid #dadada !important;
}
#content table.content_table {
  margin-bottom: 10px;
  margin-top: 10px;
}
#content table.content_table th {
  background-color: #ccc;
  border: 1px solid #dadada;
  padding: 5px 0;
}
#content table.content_table td {
  border: 1px solid #dadada;
  padding: 5px;
	line-height: 1.4em;
}
#content table.content_table td.title {
  background-color: #eee;
  font-weight: bold;
}
#content table.content_table td.text_center {
  text-align: center;
}

#content table.content_table td a.link_btn {
  background-image: url("../image/MNC_content_link_bg.png");
  background-position: 160px center;
  background-repeat: no-repeat;
  border-color: #dadada #dadada #acacac;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px 1px 3px;
  color: #333;
  display: inline-block;
  font-size: 114%;
  font-weight: bold;
  height: 35px;
  padding-top: 15px;
  text-align: center;
  width: 175px;
}
#content table.content_table td a.link_btn2 {
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  height: 30px;
  padding-top: 12px;
  text-align: center;
  width: 94px;
}

#content ul.search_list {
	margin-bottom: 30px;
}
#content ul.search_list li {
	padding: 14px 20px 10px;
	border: 1px solid #DADADA;
	border-bottom: none;
	list-style: none;
	line-height: 1.4em;
}
#content ul.search_list li:last-child {
	border-bottom: 1px solid #DADADA;
}
#content ul.search_list li a {
}
#content ul.search_list li a span {
	color: #333333;
	font-size: 86%;
}
#content ul.search_list li .td_logo {
	display: inline-block;
	width: 75px;
	height: auto;
}
#content ul.search_list li .td_logo img {
	max-width: 100%;
	height: auto;
}
#content ul.search_list li .td_logo_title {
	display: inline-block;
	margin-left: 5px;
	color: #0066cc;
}
#content ul.search_list li.sp_title {
  background-image: url("../image/MNC_content_h2_sp_on_bg.png");
	background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
	border-bottom: 1px solid #DADADA;
	cursor: pointer;
	padding: 4px 20px 4px;
	font-size: 107%;
}
#content ul.search_list li.sp_off {
	background-image: url("../image/MNC_content_h2_sp_off_bg.png");
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
#content ul.search_list .open_tbody {
	display: none;
}
#content ul.search_list li .td_logo3 {
	float: left;
	width: 27%;
	margin-right: 5px;
	margin-top: 5px;
}
#content ul.search_list li .td_logo3 img {
	max-width: 100%;
	height: auto;
}
#content ul.search_list li a.product_title {
	font-size: 114%;
	line-height: 1.5em;
}
#content ul.search_list li span.gray {
	color: #666666;
}
#content .maker_box {
	border: 1px solid #DADADA;
	border-bottom: none;
	width: 100%;
	margin-bottom: 30px;
}
#content .maker_logo {
	padding-left: 20px;
	padding-top: 20px;
}
#content .maker_list {
	width: 100%;
	vertical-align: top;
	padding-top: 10px;
}
#content ul.maker_search_list {
	width: 100%;
	margin-bottom: 10px;
}
#content ul.maker_search_list li {
	padding: 14px 20px 10px;
	border-bottom: 1px solid #DADADA;
	list-style: none;
	line-height: 1.4em;
}
#content ul.maker_search_list li.sp_title {
  background-image: url("../image/MNC_content_h2_sp_on_bg.png");
	background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	cursor: pointer;
	padding: 10px 20px 10px;
	font-size: 107%;
}
#content ul.maker_search_list li.active {
  background-image: url("../image/MNC_content_h2_sp_off_bg.png");
}
#content .maker_box_sp .sp_title {
	display: none;
}
#content .maker_box_sp ul.maker_search_list li:first-child {
	border-top: 1px solid #DADADA;
}
#content ul.maker_search_list .open_tbody {
	display: none;
}


#content table.content_table3 {
	margin-top: 15px;
	margin-bottom: 15px;
}
#content table.content_table3 th {
	background-color: #f4f4f4;
	padding: 15px 20px;
	border: 1px solid #DADADA;
	font-weight: normal;
	text-align: left;
}
#content table.content_table3 a:hover {
	text-decoration: underline;
}
#content table.content_table3 th a {
	font-size: 143%;
}
#content table.content_table3 th a span {
	color: #333333;
	font-size: 114%;
}
#content table.content_table3 tr.sp_title {
	font-size: 114%;
	position: relative;
}
#content table.content_table3 tr.sp_title i.sp_on {
  background-image: url("../image/MNC_content_h2_sp_on_bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  cursor: pointer;
  height: 21px;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 42px;
}

#content table.content_table3 tr.sp_title i.sp_off {
	background-image: url(../image/MNC_content_h2_sp_off_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50% auto;
  height: 21px;
  position: absolute;
  right: 10px;
  width: 42px;
	cursor: pointer;
}
#content table.content_table3 tbody.open_tbody {
	display: none;
}

#content table.content_table3 td {
	padding: 10px 10px;
	border: 1px solid #DADADA;
	position: relative;
}
#content table.content_table3 td.sp_td_logo_box {
	border: none;
	padding-left: 0;
}
#content table.content_table3 .td_logo {
	display: inline-block;
	width: 75px;
	height: auto;
	vertical-align: top;
}
#content table.content_table3 .td_logo3 {
	float: left;
	width: 27%;
	margin-right: 5px;
	margin-top: 5px;
}
#content table.content_table3 .td_logo3 img {
	max-width: 100%;
	height: auto;
}
#content table.content_table3 .td_logo img {
	max-width: 100%;
	height: auto;
}
#content table.content_table3 .td_logo_title {
	display: inline-block;
	margin-left: 5px;
	color: #0066cc;
}
#content table.content_table3 td a {
	color: #0066cc;
	margin-bottom: 5px;
}
#content table.content_table3 td a.product_title {
	font-size: 114%;
	line-height: 1.5em;
}
#content table.content_table3 td span.gray {
	color: #666666;
	font-size: 86%;
}
#content table.sp_list_product td {
	padding-top: 10px;
}
.disc, .square, .circle, .rhombus, .check, .line, .decimal {
	padding-left: 15px;
}
.disc li, .square li, .circle li, .rhombus li, .check li, .line li, .decimal li,  li.list_text {
	margin-bottom: 10px;
	position: relative;
  line-height: 1.4em;
}
#content ul.disc li:before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 0.28em;
  left: -1em;
  width: 8px;
}


/*ikeda*/
#content ul.disc li ol li:before {
  background-color: #888 !important;
  border-radius: 100%;
  content: "";
  display: block;
  height: 7px;
  left: -1em;
  position: absolute;
  top: 0.52em;
  width: 7px;
}

#content ul.disc li ol li ol li:before {
  background-color: #888 !important;
  border-radius: 0% !important;
  content: "";
  display: block;
  height: 3px;
  left: -1em;
  position: absolute;
  top: 0.60em;
  width: 8px;
}

ul.circle_num{
	counter-reset:number;
	list-style-type: none !important;
	padding:0.5em;
}
ul.circle_num > li{
	position: relative;
	line-height: 1.5em;
	padding: 0.2em 0.5em 0.2em 25px;
}
ul.circle_num > li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #aaa;
	color: white;
	font-family: 'Avenir','Arial',sans-serif;
	font-weight:bold;
	font-size:0.8rem;
	border-radius: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 20px;
	text-align:center;
	/*top: 45%;*/
	top:14px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.n2 > li:before{counter-reset: number 1 !important;}
.n3 > li:before{counter-reset: number 2 !important;}
.n4 > li:before{counter-reset: number 3 !important;}
.n5 > li:before{counter-reset: number 4 !important;}
.n6 > li:before{counter-reset: number 5 !important;}
.n7 > li:before{counter-reset: number 6 !important;}
.n8 > li:before{counter-reset: number 7 !important;}
.n9 > li:before{counter-reset: number 8 !important;}
.n10 > li:before{counter-reset: number 9 !important;}
.n11 > li:before{counter-reset: number 10 !important;}
.n12 > li:before{counter-reset: number 11 !important;}
.n13 > li:before{counter-reset: number 12 !important;}
.n14 > li:before{counter-reset: number 13 !important;}
.n15 > li:before{counter-reset: number 14 !important;}
.n16 > li:before{counter-reset: number 15 !important;}
.n17 > li:before{counter-reset: number 16 !important;}
.n18 > li:before{counter-reset: number 17 !important;}
.n19 > li:before{counter-reset: number 18 !important;}
.n20 > li:before{counter-reset: number 19 !important;}
.n21 > li:before{counter-reset: number 20 !important;}
.n22 > li:before{counter-reset: number 21 !important;}
.n23 > li:before{counter-reset: number 22 !important;}
.n24 > li:before{counter-reset: number 23 !important;}
.n25 > li:before{counter-reset: number 24 !important;}
.n26 > li:before{counter-reset: number 25 !important;}
.n27 > li:before{counter-reset: number 26 !important;}
.n28 > li:before{counter-reset: number 27 !important;}
.n29 > li:before{counter-reset: number 28 !important;}
.n30 > li:before{counter-reset: number 29 !important;}

/*ikeda*/


#content .square li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #0071c5;
	display: block;
	position: absolute;
	top: 0.55em;
	left: -1em;
}

#content .circle li:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: 1px solid #0071c5;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: 0.55em;
	left: -1em;
}

#content .rhombus li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #0071c5;
	display: block;
	position: absolute;
	top: 0.55em;
	left: -1em;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#content .check li:before {
	content: '';
	width: 6px;
	height: 2px;
	border-left: 2px solid #0071c5;
	border-bottom: 2px solid #0071c5;
	display: block;
	position: absolute;
	top: 0.55em;
	left: -1em;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#content .line li:before {
	content: '';
	width: 6px;
	height: 2px;
	background-color: #0071c5;
	display: block;
	position: absolute;
	top: 0.75em;
	left: -1em;
}
#content ul li.no_mrkr:before {
  content: none;
}
#content ul.key {
	margin-bottom: 5px;
	margin-left: 10px;
}
#content ul.key li {
	margin-bottom: 10px;
	text-indent: -1em;
	line-height: 1.5em;
}
#content ul.key li:before {
  display: inline;
  content: "※";
}
#content ul.decimal {
	margin-bottom: 10px;
	list-style-position: inside;
}
#content ul.decimal li {
  list-style: decimal outside;
	margin-bottom: 10px;
}
#content ul.decimal li.no_decimal {
	list-style-type: none;
	margin-bottom: 10px;
}

/*ikeda*/
#content ul.decimal li.discs {
	display: list-item;
	list-style-image:url(/image/top_t_dot.gif);
	list-style-position: outside;
	padding-left:10px;
	margin-left:20px;
	margin-bottom: 3px;
}
/*ikeda*/




#content ul.decimal li.text_left {
	letter-spacing: -0.13em;
}
.list_text {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

#content .alphabet {
  clear: both;
	margin-bottom: 20px;
	display: table-cell;
}
#content .alphabet a {
  background-color: #fff;
  text-align: center;
  color: #000;
	font-size: 129%;
	width: 20px;
	height: 20px;
	line-height: 20px;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	padding: 11px;
	text-decoration: none;
	border-top: 1px #dadada solid;
	border-right: 1px #dadada solid;
	border-left: 1px #dadada solid;
	border-bottom: 2px #ACACAC solid;
	margin: 0 2px 5px 0;
}
/*
#content .alphabet a:nth-child(6n) {
	margin-right: 0;
}*/
#content .alphabet a.current {
	background-color: #EDEDED;
	border: none;
	color: #adadad;
	border-right: 1px #EDEDED solid;
	border-left: 1px #EDEDED solid;
	cursor: text;
}
#content .alphabet a.hiragana {
	width: 38px;
	padding: 11px 2px;
}
#content .alphabet a.hiragana span {
	font-size: 71%;
}
#content ul.list_link_bottom {
  width: 100%;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	box-sizing: border-box;
	overflow: hidden;
}
#content ul.list_link_bottom li {
  width: 100%;
	padding: 5px 8px;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	box-sizing: border-box;
}

#content ul.list_link_bottom li a {
	display: block;
	background-image: url(../image/MNC_content_link_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left top 5px;
  background-size: 12px auto;
	padding-left: 20px;
	color: #0066cc;
}

a.content_link {
	padding-left: 18px;
	text-indent: -18px;
	display: block;
}
a.content_link::before {
	content: url(../image/MNC_content_link_bg.png);
	left: -2px;
	top: 2px;
  position: relative;
}
a.content_link_s {/*okuda for support lnk */
	padding-left: 18px;
	text-indent: -18px;
	display: block;
}
a.content_link_s::before {
	content: url(../image/MNC_content_link_bg.png);
	left: -2px;
	top: 2px;
  position: relative;
}
a.content_anchor_link {
	padding-left: 18px;
	text-indent: -18px;
	display: block;
}
a.content_anchor_link::before {
	content: url(../image/MNC_content_link_bottom_bg.png);
	left: -5px;
  position: relative;
}
a.content_link_pdf {
	padding-left: 18px;
	text-indent: -18px;
	display: block;
}
a.content_link_pdf::before {
	content: url(../image/MNC_content_link_pdf_bg.png);
	left: -3px;
  position: relative;
}
a.content_link_blank {
	padding-left: 15px;
	text-indent: -10px;
	display: block;
}
a.content_link_blank::before {
	content: url(../image/MNC_content_link_blank_bg.png);
	left: -5px;
  position: relative;
}

a.content_link_btn {
  background-image: url("../image/MNC_content_link_btn01_bg.png");
  background-position: 120px center;
  background-repeat: no-repeat;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
a.content_link_btn02 {
	background-image: url("../image/MNC_content_link_btn02_bg.png");
	background-repeat: no-repeat;
  background-position: 120px center;
	color: #333;
	display: inline-block;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
  font-size: 100%;
	font-weight: bold;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.content_link_btn03 {
  background-image: url("../image/MNC_content_link_btn01_bg.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 93%;
  font-weight: bold;
	height: 30px;
	padding-top: 16px;
  text-align: center;
  width: 204px;
	margin: 10px auto;
}
a.content_link_btn04 {
	background-image: url("../image/MNC_content_link_blank02_bg.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
	background-size: 14px auto;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 93%;
  font-weight: bold;
  margin: 10px auto;
  height: 30px;
  padding-top: 16px;
  text-align: center;
  width: 204px;
}
a.content_link_btn_orange {
	border-bottom: 2px solid #B34204;
	background-color: #F16519;
}
a.content_link_btn_purple {
	border-bottom: 2px solid #610B6A;
	background-color: #85288f;
}

#content .two_box_wrap ul {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
#content .two_box_wrap li > a.ovr {
	display: block;
}

#content .two_box_wrap .two_box .text{
	padding-left: 20%;
}
#content .contact_btn {
	background-image: url("../image/MNC_content_link_btn01_bg.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
	background-size: auto 14px;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 93%;
  font-weight: bold;
  margin: 10px auto;
  height: 30px;
  padding-top: 15px;
  text-align: center;
  width: 204px;
}
#content .contact_btn_short {
	width: 154px;
}
#content .sp_page_products_menu_box {
	padding: 7px 10px;
}
#content .sp_page_products_menu {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 4px 10px 3px 10px;
	float: left;
	font-size: 57%;
	text-align: center;
}
#content .sp_page_products_menu i {
	background-image: url(../image/mcafee_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top 5px;
	background-size: auto 14px;
	display: block;
	width: 28px;
	height: 20px;
	margin: 0 auto 2px auto;
}
#content .sp_page_products_menu i.active {
	background-image: url(../image/mcafee_menu_close_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top 5px;
	background-size: auto 14px;
}
#content .sp_page_products_menu i.red {
	background-image: url(../image/mcafee_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top 5px;
	background-size: auto 14px;
}

#content .page_products_logo {
	float: left;
	width: 75px;
	margin-top: 10px;
	margin-left: 10px;
}
#content .page_products_logo img {
	width: auto;
	height: 35px;
	padding: 8px 0 15px 0;
}





#content .page_products_title {
	margin-top: 14px;
	margin-left: 8px;
	float: left;
	line-height: 1.0em
}
#content .page_products_title span {
  font-size: 100%;
  font-weight: bold;
}
#content .page_products_title span.font_14 {
	font-size: 64% !important;
	font-weight: normal !important;
}



/*ikeda*/
#content .page_products_title h1.H1seciton {
	font-size: 125%;
	margin:0;
	font-weight: bold;
	padding:0;
	margin:0;
	background:#FFFFFF;
	color:#444;
}
/*ikeda*/
/*ikeda*/
#content .page_products_box3 {
	padding: 4px 10pxpx 4px 10px;
}
/*ikeda*/






#content .page_products_contact {
	float: right;
}
#content .page_products_contact a {
  background-image: url("../image/MNC_content_link_btn01_bg.png");
  background-position: right 5px top 12px;
  background-repeat: no-repeat;
	background-size: 6px auto;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 71%;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 6px;
  padding-top: 9px;
  text-align: center;
	width: 88px;
}
#content .page_products_contact .tel {
	font-size: 77%;
	margin-top: 3px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 15px;
	width: 180px;
}
#content .page_products_contact .tel a {
	background: none;
  color: #333;
  display: inline;
	font-size: 100%;
  font-weight: normal;
	margin: 0;
	padding: 0;
	width: auto;
	text-align: right;
}
#content .info {
	margin: 10px 20px 10px 0;
	padding: 20px 10px;
	line-height: 1.6em;
	border: 1px #cdcdcd solid;
}
#content .info2 {
	background-color: #fff;
	display: none;
	position: absolute;
	margin-left: -50px;
	width: 200px;
}
#content .info a {
	display: inline;
	outline: none;
	TEXT-DECORATION: none;
	color: #0066cc;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#content .point_box {
	border: 2px #cdcdcd solid;
	width: 42px;
	height: 30px;
	text-align: center;
	font-size: 57%;
	float: left;
	font-weight: bold;
	padding: 4px 0 6px;
	line-height: 1.5em;
}
#content .point_text {
	float: left;
	width: 80%;
	margin-left: 10px;
	font-weight: bold;
	padding-top: 15px;
	line-height: 19px;
}
#content .point_box span {
	display: block;
	line-height: 1em;
	font-size: 129%;
}
#content .page_products_box2 a {
	border: 1px #dadada solid;
	padding: 10px 20px 10px 10px;
	display: block;
	color: #333333;
  font-size: 100%;
	background-image: url("../image/MNC_product_link_bg.png");
	background-repeat: no-repeat;
	background-position: 98% center;
	margin-bottom: 5px;
	line-height: 1em;
}
#content .page_products_box2 a span {
  font-size: 100%;
  color: #0066cc;
  outline: medium none;
  text-decoration: none;
}
#content .page_products_box2 a span.special {
	background-color: #ffeff2;
	padding:2px 5px;
	margin-right: 2px;
	color: #333333;
  font-size: 86%;
}
#content .page_products_box2 .text {
	margin-top: 10px;
	line-height: 1.4em;
}

#content .two_box_wrap a.box {
  border: 1px solid #eee;
  color: #0066cc;
  display: block;
  float: left;
  margin-bottom: 10px;
  padding: 2%;
  width: 96%;
}
#content .two_box_wrap span.pic {
  float: left;
  margin-right: 20px;
}
#content .two_box_wrap span.pic img {
	width: 80px;
	height: 80px;
}
#content .two_box_wrap span.title {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
#content .two_box_wrap span.text {
  display: inline-block;
  font-size: 100%;
  width: 170px;
}
#content .two_box_wrap a span.text {
	color: #333;
}
#content .three_box2 {
	margin-bottom: 15px;
}
#content .three_box2 .title {
	margin-bottom: 3px;
}
#content .three_box2 .title a {
	color: #0066cc;
}

#content .three_box2 .text {
	margin-bottom: 3px;
}
#content .three_box2 .text2 {
	font-size: 71%;
	color: #666;
}
#content .light_pic {
	position: relative;
}
#content .light_pic .light_ico {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#content .round_box {
	border: 1px solid #cdcdcd;
	border-radius: 0.4em;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#content .round_box_gray1 {
	background-color: #eee;
}
#content .round_box_gray2 {
	background-color: #989898;
	color: #fff;
}
#content .round_box h5 {
	background-color: #fff;
	margin-bottom: 0;
	padding-left: 0;
}
#content .round_box_gray1 h5 {
	background-color: #eee;
}
#content .round_box_gray2 h5 {
	background-color: #989898;
	color: #fff;
}
.content_switch_box {
}
.content_switch_box div {
	padding: 0 10px;
}
ul.content_switch_nav {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	display: inline-table;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
	letter-spacing: -6px;
	margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 4px 0;
}
ul.content_switch_nav li {
	display: table-cell;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	font-size: 100%;
	color: #333;
	letter-spacing: 0;
	cursor: pointer;
	vertical-align: middle;
	padding: 10px 10px 5px;
	white-space: nowrap;
}
ul.content_switch_nav li:hover {
	background-color: #989898;
	transition: all 0.2s ease-in-out 0s;
	color: #fff;
}
ul.content_switch_nav li.on {
	background-color: #989898;
	border-top: 1px solid #989898;
	color: #fff;
}

ul.contact_link {
	margin-bottom: 25px;
}

.contact_link li {
  background: rgba(0, 0, 0, 0) url("../image/MNC_content_link_bottom_bg.png") no-repeat scroll center bottom 10px;
	background-size: 11px auto;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  display: table;
  float: left;
  padding: 23px 0 32px;
  text-align: center;
  width: 24.6%;
}
.contact_link li.width_188 {
	background: none !important;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	text-align: center;
	float: left;
	padding: 30px 0 12px;
}
.contact_link li.sp_last {
	border-right: 1px solid #dadada;
}
.contact_link li.sp_top_none {
	border-top: none !important;
}
.contact_link li.sp_bottom_none {
	border-bottom: none !important;
}
.contact_link li.sp_right_none {
	border-right: none !important;
}
.contact_link li.last {
	border-right: 1px solid #dadada;
}
.contact_link li img {
  height: auto;
  width: 60%;
}
ul.contact_link2 {
	margin-bottom: 25px;
}

ul.contact_link2 li a {
  background: rgba(0, 0, 0, 0) url("../image/MNC_content_link_bottom_bg.png") no-repeat scroll 3% center;
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  float: left;
  padding: 2% 1% 2% 7%;
  width: 41%;
	font-size: 86%;
  color: #0066cc;
}
ul.contact_link2 li a.last {
	border-right: 1px solid #dadada;
}
ul.contact_link2 li a.last_sp {
	border-right: 1px solid #dadada;
}
ul.contact_link2 li a.bottom {
	border-bottom: 1px solid #dadada;
}
ul.contact_link2 li a.bottom_none_sp {
	border-bottom: none;
}
ul.contact_link2 li a.bottom_none {
	border-bottom: none;
}
ul.content_list_nav li {
	margin-left: 20px;
}
ul.content_list_nav li:first-child {
	margin-left: 0;
	border-top: 1px solid #dadada;
}
ul.content_list_nav li.mr_0 {
  border-top: 1px solid #dadada;
  margin-left: 0 !important;
}
ul.content_list_nav li.close {
	border-bottom: 2px solid #dadada;
	margin-left: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../image/MNC_icon_common_sp_close_menu2.jpg);
	background-repeat: no-repeat;
	background-position: 39% center;
	text-align: center;
	cursor: pointer;
}
/***2016/2/17マクニカ修正　メニュー表示***/
ul.content_list_nav li a , ul.content_list_nav li span.subnavi {
	border-bottom: 1px solid #dadada;
	display: block;
	padding: 15px 0 16px 10px;
	color: #333333;
	background-image: url(../image/MNC_content_link_bg.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: auto 14px;
}
ul.content_list_nav li span.subnavi {
	background-image: url("../image/MNC_icon_common_spl_arrow02.png");
	background-position: right 20px center;
	background-size: 20px auto;
}
ul.content_list_nav li.active_sub span.subnavi {
	background-image: url("../image/MNC_icon_common_spl_arrow02_close.png");
	background-position: right 20px center;
	background-size: 20px auto;
}

dl.content_news {
  border-top: 1px solid #dadada;
	line-height: 1.5em;
}
dl.content_news dt {
  float: left;
  padding: 10px 0;
}
dl.content_news dd {
  float: left;
  padding: 0 0 8px 0;
}
dl.content_news dd.special {
  float: left;
  text-align: center;
  width: 60px;
	padding-top: 8px;
}
/***2016/2/17マクニカ修正　メニュー表示ここまで***/
dl.content_news dd span {
  color: #ffffff;
  display: inline-block;
  font-size: 86%;
  padding: 2px 10px 0;
  text-align: center;
}
dl.content_news.border_bottom {
  border-bottom: 1px solid #dadada;
}


#content .product_btn {
  background: #156ca7 url("../image/MNC_content_link_btn01_bg.png") no-repeat scroll 180px center;
  border-bottom: 2px solid #00477c;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 93%;
  font-weight: bold;
  height: 28px;
  margin: 10px auto;
  padding-top: 14px;
  text-align: center;
  width: 204px;
}
#content .faq_box h2 {
	background-image: url("../image/MNC_content_h2_sp_on_bg.png");
	background-position: right 15px top 10px;
	background-repeat: no-repeat;
	background-size: 21px auto;
	cursor: pointer;
	margin: 0;
	border-bottom: 0;
}
#content .faq_box h2.active {
	background-image: url("../image/MNC_content_h2_sp_off_bg.png");
}
#content dl.faq_list {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	width: 100%;
	display: none;
}
#content dl.faq_list dt {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	clear:left;
	padding: 14px 0px 10px 10px;
	text-align: center;
	width: 15%;
}
#content dl.faq_list dd {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	width: auto;
	padding: 14px 45px 10px 10px;
	width: 85%;
}
#content dl.faq_list dt.q , #content dl.faq_list dd.q {
	border-top: 1px solid #cdcdcd;
}
#content dl.faq_list dt span {
	padding: 2px 10px 2px;
	color: #fff;
	font-size: 87.5%;
	font-weight: bold;
}
#content dl.faq_list dt.q span {
	background-color: #0066cc;
}
#content dl.faq_list dt.a span {
	background-color: #333;
}
#content dl.faq_list dt.a {
	display: none;
	padding-top: 0;
}
#content dl.faq_list dd.q {
	background-image: url("../image/MNC_content_h2_sp_on_bg.png");
	background-position: right 15px top 14px;
	background-repeat: no-repeat;
	background-size: 21px auto;
	font-weight: bold;
	font-size: 112.5%;
	cursor: pointer;
}
#content dl.faq_list dd.active {
	background-image: url("../image/MNC_content_h2_sp_off_bg.png");
}
#content dl.faq_list dd.a {
	display: none;
	padding-top: 0;
}
#content dl.faq_list dd.a span {
	background-image: url("../image/MNC_icon_common_sp_close_menu.png");
	background-position: center top 7px;
	background-repeat: no-repeat;
	background-size: 21px auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin-right: 30px;
	text-align: center;
	cursor: pointer;
}

/*
#content dl.faq_list dd.a span::before {
	content: "";
	width: 21px;
	height: 21px;
	background: url("../image/MNC_icon_common_sp_close_menu.png") left -10px top no-repeat;
	background-size: 21px auto;
	position: absolute;
}*/

#content p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
#content p.text_medium {
	font-size: 88%;
}
#content p.text_small {
	font-size: 75%;
}
#content p.bottom_none {
	margin-bottom: 0px !important;
}

/***** scroll *****/
.scroll_wrap {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}

.scroll {
	width: 610px;
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
}

.scroll_wrap::-webkit-scrollbar {
	display: none;
	height: 0 !important;
}
/*
.scrollWrap {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 35px;
}
*/
/*
.scroll {
  margin: 0 auto;
  width: 100%;
}*/
.content_box .scroll {
  width: 760px;
}
.content_box2 .scroll {
  width: 978px;
}
.content_box3 .scroll {
  width: 760px;
}

/***** scroll *****/


.td_blue_right {
	color: #0066cc !important;
	float: right;
	width: 70%;
	margin-top: 5px;
}
#content .sp_text_center { text-align: center; }
#content .sp_text_right { text-align: right; }
.content_menu_slide {
	background-color: #fff;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
/***	top: -44px; **/
/** 2016/03/18メニュー位置調整のためコメントアウト **/
}
.page_products_two_box {
  margin-bottom: 15px;
}
.page_products_two_box .pic {
  border: 1px solid #dcdcdc;
  float: left;
  padding: 10px;
  text-align: center;
	margin-right: 10px;
}
.page_products_two_box .pic img {
	width: 70px;
	height: auto;
}
.page_products_two_box .right .title {
  font-size: 86%;
  margin-bottom: 3px;
}
.page_products_two_box .right .title a {
	color: #0066cc;
}

.page_products_two_box .right .text {
  font-size: 86%;
  margin-bottom: 3px;
}
.page_products_two_box .right .text2 {
  color: #666;
  font-size: 71%;
}
.pagenavi {
  text-align: center;
  clear: both;
	margin: 25px 0;
	width: 100%;
}
.pagenavi a {
  width: 20px;
	height: 20px;
	padding: 4px;
	color: #000;
	font-size: 86%;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	box-shadow:0px 1px 0px #acacac;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
}
.pagenavi a.first {
  background-image: url("../image/MNC_content_pagenavi_left_bg.png");
  background-position: 3px center;
  background-repeat: no-repeat;
  background-size: 7px auto;
	width: 30px;
	padding-left: 10px;
}
.pagenavi a.last {
  background-image: url("../image/MNC_content_pagenavi_right_bg.png");
  background-position: right 3px center;
  background-repeat: no-repeat;
  background-size: 7px auto;
	width: 30px;
	padding-right: 10px;
}
.pagenavi span.extend {
	width: 18px;
	height: 18px;
	line-height: 20px;
	font-size: 86%;
	border: none;
}
.pagenavi span.current {
  width: 30px;
	height: 30px;
	color: #999;
	font-size: 86%;
	line-height: 30px;
	background-color: #ededed;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
}

ul.page_nav {
	overflow-x: auto;
	overflow-y: hidden;
	text-align: center;
	width: auto;
	padding-left: 30px;
}
/***2016/02/17修正****/
ul.page_nav li {
	display: table-cell;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	border-left: 1px solid #989898;
	font-size: 86%;
	color: #333;
	padding: 15px 27px;
	letter-spacing: 0;
	cursor: pointer;
	background-image: url(../image/MNC_content_list_nav_border_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}
ul.page_nav > li > a {
	color: #333;
	white-space: nowrap;
}
ul.page_nav li:last-child {
	background: none;
}
ul.page_nav li.on {
	background-color: #989898;
	border-top: 1px solid #989898;
	color: #fff;
}
ul.page_nav li.on a {
	color: #fff;
}

.page_nav_border_bottom {
	height: 3px;
	background-color: #989898;
}
ul.page_nav li a.subnavi {
	background-image: url(../image/MNC_product_navi_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 17px;
}
ul.page_nav li.on a.subnavi {
	background-image: url(../image/MNC_product_navi_arrow_on.png);
	background-color: #989898;
	color: #fff;
}
ul.page_nav ul.content_list_nav_sub_menu {
	display: none;
	background-color: #fff;
	position: absolute;
	width: 100%;
  margin-top: 19px;
	left: 0;
	z-index: 1;
}
ul.page_nav ul.content_list_nav_sub_menu li {
	display: block;
	background: none;
	margin-left: 0;
	border-top: none;
	border-bottom: 1px solid #dadada;
	font-size: 117%;
	text-align: left;
	padding: 0;
}
.content_list_nav ul.content_list_nav_sub_menu li:first-child {
	margin-left: 20px !important;
	border-top: none !important;
}
ul.page_nav ul.content_list_nav_sub_menu li a {
	display: block;
	padding: 20px 50px 20px 10px;
	color: #333333;
	background-image: url(../image/MNC_content_link_bg.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: auto 14px;
	word-wrap: break-word !important;
}
ul.page_nav ul.content_list_nav_sub_menu li.close {
  border-bottom: 3px solid #989898;
  margin-left: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(../image/MNC_icon_common_sp_close_menu2.jpg);
  background-repeat: no-repeat;
  background-position: 39% center;
  text-align: center;
  cursor: pointer;
}
/***2016/02/17 ここまで***/
.content_slide_wrap {
	margin-bottom: 30px;
}

/***** table *****/
.tbl_style01 , .tbl_style01s {
	width: 100%;
}
.tbl_style01s td {
	font-size: 75%;
}
.tbl_style01 th , .tbl_style01s th {
	padding: 5px 5px 4px 5px ;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dadada;
	background-color: #ccc;
}
.tbl_style01 td , .tbl_style01s td {
	padding: 7px 5px 5px 5px ;
	border: 1px solid #dadada;
}
.tbl_style01 .title , .tbl_style01s title {
	font-weight: bold;
	background-color: #eee;
}

.tbl_style02 {
	width: 100%;
}
.tbl_style02 tr:nth-child(odd) {
	background-color: #efefef;
}
.tbl_style02 th {
	padding: 5px 5px 4px 5px ;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dadada;
	background-color: #ccc;
}
.tbl_style02 td {
	padding: 7px 5px 5px 5px ;
	border: 1px solid #dadada;
}
.tbl_style02 .title {
	font-weight: bold;
	background-color: #eee;
}

.tbl_style03 th,
.tbl_style03 td{
	padding: 3px 0px 2px 0px ;
}




.tbl_style04 {
	width: 100%;
}
.tbl_style04 tr td:nth-child(1) {
	background-color: #efefef;
}
.tbl_style04 th {
	padding: 5px 5px 4px 5px ;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dadada;
	background-color: #ccc;
}
.tbl_style04 td {
	padding: 7px 5px 5px 5px ;
	border: 1px solid #dadada;
}
.tbl_style04 .title {
	font-weight: bold;
	background-color: #eee;
}

.tbl_style05 {
	width: 100%;
}
.tbl_style05 th {
	display: block;
	padding: 10px 10px 8px 10px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #d4ebfa;
	background-color: #eaf5fc;
}
.tbl_style05 td {
	display: block;
	padding: 10px 10px 8px 10px;
	border: 1px solid #d4ebfa;
}

.tbl_style06 , .tbl_style06s {
	width: 100%;
}
.tbl_style06s td {
	font-size: 75%;
}
.tbl_style06 th , .tbl_style06s th {
	padding: 5px 5px 4px 5px ;
	font-weight: bold;
	text-align: center;
	border: 1px solid #dadada;
	background-color: #ccc;
}
.tbl_style06 td , .tbl_style06s td {
	padding: 7px 5px 5px 5px ;
	border: 1px solid #dadada;
}
.tbl_style06 .title , .tbl_style06s title {
	font-weight: normal;
	background-color: #eee;
}

.tbl_style07{
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #dadada;
}
.tbl_style07 th,.tbl_style07 td{
	border: 1px solid #dadada;
	padding:7px;
}
.tbl_style07 th{
	background:#4F81BD;
	color:#FFFFFF;
	font-weight:bold;
}
.tbl_style07 tr:nth-child(even) td{
	background:#e5eeff;
}
.tbl_style07 tr:nth-child(odd) td{
	background:#f2f7ff;
}


.tbl_style08 {
	width: 100%;
}
.tbl_style08 th {
	padding: 5px 5px 4px 5px ;
	font-weight: bold;
	text-align: center;
	border: none;
	background-color: #ccc;
}
.tbl_style08 td {
	padding: 7px 5px 5px 5px ;
	border: none;
}
.tbl_style08 .title {
	font-weight: bold;
	background-color: #eee;
}









/***** table *****/

/***** form *****/
label {
	cursor: pointer;
}
.tag_list_wrap input[type=radio] , .tag_list_wrap input[type=checkbox] {
	display: none;
}
.tag_list_wrap li {
    display: inline-block;
    margin-bottom: 5px;
}
.tag_list_wrap li label > span {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: 86%;
    line-height: 1;
    padding: 10px 11px 8px;
}
.tag_list_wrap li label > input:checked + span {
    background-color: #1469a3;
    border: 1px solid #1469a3;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

/*** キーワード用（一部表示状態をもっと見るで全表示）***/
/*** 2016.03.22 マクニカ追加 ***/
.tag_list_wrap_keyword input[type=radio] , .tag_list_wrap_keyword input[type=checkbox] {
	display: none;
}
.tag_list_wrap_keyword li {
    display: inline-block;
    margin-bottom: 5px;
}
.tag_list_wrap_keyword li label > span {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    font-size: 86%;
    line-height: 1;
    padding: 10px 11px 8px;
}
.tag_list_wrap_keyword li label > input:checked + span {
    background-color: #1469a3;
    border: 1px solid #1469a3;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}
/*** ここまで ***/

/***** form *****/

/***** news list *****/
dl.news_list dt {
  float: left;
  padding: 15px 0;
  width: 100px;
	border-top: : 1px solid #dadada;
}
dl.news_list dd {
  padding: 15px 0 15px 100px;
	border-top: 1px solid #dadada;
}
dl.news_list dt:last-child , dl.news_list dd:last-child {
	border-bottom: 1px solid #dadada;
}
/***** news list *****/

/***** slide *****/
.content_slide_wrap {
	margin-bottom: 50px;
}
.content_slide_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover, .content_slide_wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000 none repeat scroll 0 0;
}
.content_slide_wrap .bx-wrapper .bx-next {
  background: none;
}
.content_slide_wrap .bx-wrapper .bx-prev {
  background: none;
}

/***** lightbox *****/
a[rel*="lightbox"] {
	width: 100%;
	display: inline-block;
	position: relative;
}
a[rel*="lightbox"]:after {
	content: "";
	width: 27px;
	height: 27px;
	background: url("../image/MNC_content_lightbox_icon.png") left top no-repeat;
	background-size: 27px 27px;
	position: absolute;
	right: 5px;
	bottom: 10px;
}

.box_off { display: none; }





/***** left right *****/
.text_center { text-align: center; }
.text_right { text-align: right; }
.text_left { text-align: left;}
.sp_content_box_left { float: left !important;}
.sp_content_box_right { float: right !important;}
/***** left right Off  *****/

/***** font_size *****/
.sp_fs10 { font-size:72% !important; }
.sp_fs12 { font-size:86% !important; }
.sp_fs14 { font-size:100% !important; }
.sp_fs16 { font-size:114% !important; }
.sp_fs18 { font-size:129% !important; }
.sp_fs24 { font-size:171% !important; }
.sp_fs26 { font-size:186% !important; }
/***** font_size *****/

/***** font_weight *****/
.fwl {font-weight: lighter !important; }
.fwn {font-weight: normal !important; }
.fwb {font-weight: bold !important; }
.fwbr {font-weight: bolder !important; }
.fw1 {font-weight: 100 !important; }
.fw2 {font-weight: 200 !important; }
.fw3 {font-weight: 300 !important; }
.fw4 {font-weight: 400 !important; }/* normal */
.fw5 {font-weight: 500 !important; }
.fw6 {font-weight: 600 !important; }
.fw7 {font-weight: 700 !important; }/* bold */
.fw8 {font-weight: 800 !important; }
.fw9 {font-weight: 900 !important; }
/***** font_weight *****/

/***** font_style *****/
.noto{font-family: 'Noto Sans Japanese','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;}
/***** font_style *****/

/***** text_Color *****/
.color_white_text { color: #FFFFFF !important; }
.color_orange_text { color: #F48F2D !important; }
.color_green_text { color: #69BD4C !important; }
.color_blue_text { color: #4497D0 !important; }
.color_red_text { color: #FF2A4F !important; }
.color_red_u_deep_text { background-color: #da0000 !important; }
.color_purple_text { color: #BF5ACA !important; }
.color_gray_01_text { color: #E1E1E1 !important; }
.color_gray_02_text { color: #828282 !important; }
.color_gray_03_text { color: #525252 !important; }
.color_gray_04_text { color: #999999 !important; }
.color_yellow_deep { background-color: #fe9a23 !important; }
/***** text_Color Off *****/

/***** margin *****/
.sp_mt_00 { margin-top: 0px !important;}
.sp_mt_05 { margin-top: 5px !important;}
.sp_mt_10 { margin-top: 10px !important;}
.sp_mt_15 { margin-top: 15px !important;}
.sp_mt_20 { margin-top: 20px !important;}
.sp_mt_25 { margin-top: 25px !important;}
.sp_mt_30 { margin-top: 30px !important;}
.sp_mt_35 { margin-top: 35px !important;}
.sp_mt_40 { margin-top: 40px !important;}
.sp_mt_45 { margin-top: 45px !important;}
.sp_mt_50 { margin-top: 50px !important;}
.sp_mt_55 { margin-top: 55px !important;}
.sp_mt_60 { margin-top: 60px !important;}
.sp_mt_65 { margin-top: 65px !important;}
.sp_mt_70 { margin-top: 70px !important;}
.sp_mt_75 { margin-top: 75px !important;}
.sp_mt_80 { margin-top: 80px !important;}
.sp_mt_85 { margin-top: 85px !important;}
.sp_mt_90 { margin-top: 90px !important;}
.sp_mt_95 { margin-top: 95px !important;}
.sp_mt_100 { margin-top: 100px !important;}

.sp_mr_00 { margin-right: 0px !important;}
.sp_mr_05 { margin-right: 5px !important;}
.sp_mr_10 { margin-right: 10px !important;}
.sp_mr_15 { margin-right: 15px !important;}
.sp_mr_20 { margin-right: 20px !important;}
.sp_mr_25 { margin-right: 25px !important;}
.sp_mr_30 { margin-right: 30px !important;}
.sp_mr_35 { margin-right: 35px !important;}
.sp_mr_40 { margin-right: 40px !important;}
.sp_mr_45 { margin-right: 45px !important;}
.sp_mr_50 { margin-right: 50px !important;}
.sp_mr_55 { margin-right: 55px !important;}
.sp_mr_60 { margin-right: 60px !important;}
.sp_mr_65 { margin-right: 65px !important;}
.sp_mr_70 { margin-right: 70px !important;}
.sp_mr_75 { margin-right: 75px !important;}
.sp_mr_80 { margin-right: 80px !important;}
.sp_mr_85 { margin-right: 85px !important;}
.sp_mr_90 { margin-right: 90px !important;}
.sp_mr_95 { margin-right: 95px !important;}
.sp_mr_100 { margin-right: 100px !important;}

.sp_mb_00 { margin-bottom: 0px !important;}
.sp_mb_05 { margin-bottom: 5px !important;}
.sp_mb_10 { margin-bottom: 10px !important;}
.sp_mb_15 { margin-bottom: 15px !important;}
.sp_mb_20 { margin-bottom: 20px !important;}
.sp_mb_25 { margin-bottom: 25px !important;}
.sp_mb_30 { margin-bottom: 30px !important;}
.sp_mb_35 { margin-bottom: 35px !important;}
.sp_mb_40 { margin-bottom: 40px !important;}
.sp_mb_45 { margin-bottom: 45px !important;}
.sp_mb_50 { margin-bottom: 50px !important;}
.sp_mb_55 { margin-bottom: 55px !important;}
.sp_mb_60 { margin-bottom: 60px !important;}
.sp_mb_65 { margin-bottom: 65px !important;}
.sp_mb_70 { margin-bottom: 70px !important;}
.sp_mb_75 { margin-bottom: 75px !important;}
.sp_mb_80 { margin-bottom: 80px !important;}
.sp_mb_85 { margin-bottom: 85px !important;}
.sp_mb_90 { margin-bottom: 90px !important;}
.sp_mb_95 { margin-bottom: 95px !important;}
.sp_mb_100 { margin-bottom: 100px !important;}

.sp_ml_00 { margin-left: 0px !important;}
.sp_ml_05 { margin-left: 5px !important;}
.sp_ml_10 { margin-left: 10px !important;}
.sp_ml_15 { margin-left: 15px !important;}
.sp_ml_20 { margin-left: 20px !important;}
.sp_ml_25 { margin-left: 25px !important;}
.sp_ml_30 { margin-left: 30px !important;}
.sp_ml_35 { margin-left: 35px !important;}
.sp_ml_40 { margin-left: 40px !important;}
.sp_ml_45 { margin-left: 45px !important;}
.sp_ml_50 { margin-left: 50px !important;}
.sp_ml_55 { margin-left: 55px !important;}
.sp_ml_60 { margin-left: 60px !important;}
.sp_ml_65 { margin-left: 65px !important;}
.sp_ml_70 { margin-left: 70px !important;}
.sp_ml_75 { margin-left: 75px !important;}
.sp_ml_80 { margin-left: 80px !important;}
.sp_ml_85 { margin-left: 85px !important;}
.sp_ml_90 { margin-left: 90px !important;}
.sp_ml_95 { margin-left: 95px !important;}
.sp_ml_100 { margin-left: 100px !important;}
/***** margin Off *****/

/***** padding *****/
.sp_pa_05{padding:05px !important;}
.sp_pa_10{padding:10px !important;}
.sp_pa_20{padding:20px !important;}

.sp_pt_00 { padding-top: 0px !important;}
.sp_pt_05 { padding-top: 5px !important;}
.sp_pt_10 { padding-top: 10px !important;}
.sp_pt_15 { padding-top: 15px !important;}
.sp_pt_20 { padding-top: 20px !important;}
.sp_pt_25 { padding-top: 25px !important;}
.sp_pt_30 { padding-top: 30px !important;}
.sp_pt_35 { padding-top: 35px !important;}
.sp_pt_40 { padding-top: 40px !important;}
.sp_pt_45 { padding-top: 45px !important;}
.sp_pt_50 { padding-top: 50px !important;}
.sp_pt_55 { padding-top: 55px !important;}
.sp_pt_60 { padding-top: 60px !important;}
.sp_pt_65 { padding-top: 65px !important;}
.sp_pt_70 { padding-top: 70px !important;}
.sp_pt_75 { padding-top: 75px !important;}
.sp_pt_80 { padding-top: 80px !important;}
.sp_pt_85 { padding-top: 85px !important;}
.sp_pt_90 { padding-top: 90px !important;}
.sp_pt_95 { padding-top: 95px !important;}
.sp_pt_100 { padding-top: 100px !important;}

.sp_pr_00 { padding-right: 0px !important;}
.sp_pr_05 { padding-right: 5px !important;}
.sp_pr_10 { padding-right: 10px !important;}
.sp_pr_15 { padding-right: 15px !important;}
.sp_pr_20 { padding-right: 20px !important;}
.sp_pr_25 { padding-right: 25px !important;}
.sp_pr_30 { padding-right: 30px !important;}
.sp_pr_35 { padding-right: 35px !important;}
.sp_pr_40 { padding-right: 40px !important;}
.sp_pr_45 { padding-right: 45px !important;}
.sp_pr_50 { padding-right: 50px !important;}
.sp_pr_55 { padding-right: 55px !important;}
.sp_pr_60 { padding-right: 60px !important;}
.sp_pr_65 { padding-right: 65px !important;}
.sp_pr_70 { padding-right: 70px !important;}
.sp_pr_75 { padding-right: 75px !important;}
.sp_pr_80 { padding-right: 80px !important;}
.sp_pr_85 { padding-right: 85px !important;}
.sp_pr_90 { padding-right: 90px !important;}
.sp_pr_95 { padding-right: 95px !important;}
.sp_pr_100 { padding-right: 100px !important;}

.sp_pb_00 { padding-bottom: 0px !important;}
.sp_pb_05 { padding-bottom: 5px !important;}
.sp_pb_10 { padding-bottom: 10px !important;}
.sp_pb_15 { padding-bottom: 15px !important;}
.sp_pb_20 { padding-bottom: 20px !important;}
.sp_pb_25 { padding-bottom: 25px !important;}
.sp_pb_30 { padding-bottom: 30px !important;}
.sp_pb_35 { padding-bottom: 35px !important;}
.sp_pb_40 { padding-bottom: 40px !important;}
.sp_pb_45 { padding-bottom: 45px !important;}
.sp_pb_50 { padding-bottom: 50px !important;}
.sp_pb_55 { padding-bottom: 55px !important;}
.sp_pb_60 { padding-bottom: 60px !important;}
.sp_pb_65 { padding-bottom: 65px !important;}
.sp_pb_70 { padding-bottom: 70px !important;}
.sp_pb_75 { padding-bottom: 75px !important;}
.sp_pb_80 { padding-bottom: 80px !important;}
.sp_pb_85 { padding-bottom: 85px !important;}
.sp_pb_90 { padding-bottom: 90px !important;}
.sp_pb_95 { padding-bottom: 95px !important;}
.sp_pb_100 { padding-bottom: 100px !important;}

.sp_pl_00 { padding-left: 0px !important;}
.sp_pl_05 { padding-left: 5px !important;}
.sp_pl_10 { padding-left: 10px !important;}
.sp_pl_15 { padding-left: 15px !important;}
.sp_pl_20 { padding-left: 20px !important;}
.sp_pl_25 { padding-left: 25px !important;}
.sp_pl_30 { padding-left: 30px !important;}
.sp_pl_35 { padding-left: 35px !important;}
.sp_pl_40 { padding-left: 40px !important;}
.sp_pl_45 { padding-left: 45px !important;}
.sp_pl_50 { padding-left: 50px !important;}
.sp_pl_55 { padding-left: 55px !important;}
.sp_pl_60 { padding-left: 60px !important;}
.sp_pl_65 { padding-left: 65px !important;}
.sp_pl_70 { padding-left: 70px !important;}
.sp_pl_75 { padding-left: 75px !important;}
.sp_pl_80 { padding-left: 80px !important;}
.sp_pl_85 { padding-left: 85px !important;}
.sp_pl_90 { padding-left: 90px !important;}
.sp_pl_95 { padding-left: 95px !important;}
.sp_pl_100 { padding-left: 100px !important;}
/***** padding Off *****/

/***** Bg_Color *****/
.color_white { background-color: #FFFFFF !important; }
.color_orange { background-color: #F48F2D !important; }
.color_orange_deep { background-color: #F16519 !important; }
.color_green { background-color: #69BD4C !important; }
.color_blue { background-color: #4497D0 !important; }
.color_blue_deep { background-color: #156CA7 !important; }
.color_blue_sky { background-color: #d2edff !important; }
.color_red { background-color: #FF2A4F !important; }
.color_red_deep {background-color: #ff2a4f !important;}
.color_red_u_deep { background-color: #da0000 !important; }
.color_purple { background-color: #BF5ACA !important; }
.color_purple_deep { background-color: #85288F !important; }
.color_gray_01 { background-color: #E1E1E1 !important; }
.color_gray_02 { background-color: #828282 !important; }
.color_gray_03 { background-color: #525252 !important; }
.color_yellow_deep {
  background-color: #fe9a23 !important;
}
.color_yellow { background-color: #FFFFCC !important; }
.color_beige { background-color: #FEECC8 !important; }
.color_pink { background-color: #FFDDE2 !important; }
/***** Bg_Color Off *****/
.img_auto {
	width: 100%;
	height: auto;
}
.img_auto_90 {
	width: 90%;
	height: auto;
}
.img_auto_80 {
	width: 80%;
	height: auto;
}
.img_auto_70 {
	width: 70%;
	height: auto;
}
.img_auto_60 {
	width: 60%;
	height: auto;
}
.img_auto_50 {
	width: 50%;
	height: auto;
}
.img_auto_40 {
	width: 40%;
	height: auto;
}

/***** width *****/
.sp_w05 { width: 5% !important;}
.sp_w10 { width: 10% !important;}
.sp_w15 { width: 15% !important;}
.sp_w20 { width: 20% !important;}
.sp_w25 { width: 25% !important;}
.sp_w30 { width: 30% !important;}
.sp_w35 { width: 35% !important;}
.sp_w40 { width: 40% !important;}
.sp_w45 { width: 45% !important;}
.sp_w50 { width: 50% !important;}
.sp_w55 { width: 55% !important;}
.sp_w60 { width: 60% !important;}
.sp_w65 { width: 65% !important;}
.sp_w70 { width: 70% !important;}
.sp_w75 { width: 75% !important;}
.sp_w80 { width: 80% !important;}
.sp_w85 { width: 85% !important;}
.sp_w90 { width: 90% !important;}
.sp_w95 { width: 95% !important;}
.sp_w100 { width: 100% !important;}

/*ikeda*/
.sp_w01 { width: 1% !important;}
.sp_w02 { width: 2% !important;}
.sp_w03 { width: 3% !important;}
.sp_w04 { width: 4% !important;}
.sp_w06 { width: 6% !important;}
.sp_w07 { width: 7% !important;}
.sp_w08 { width: 8% !important;}
.sp_w09 { width: 9% !important;}
.sp_w11 { width: 11% !important;}
.sp_w12 { width: 12% !important;}
.sp_w13 { width: 13% !important;}
.sp_w14 { width: 14% !important;}
.sp_w16 { width: 16% !important;}
.sp_w17 { width: 17% !important;}
.sp_w18 { width: 18% !important;}
.sp_w19 { width: 19% !important;}
.sp_w21 { width: 21% !important;}
.sp_w22 { width: 22% !important;}
.sp_w23 { width: 23% !important;}
.sp_w24 { width: 24% !important;}
.sp_w26 { width: 26% !important;}
.sp_w27 { width: 27% !important;}
.sp_w28 { width: 28% !important;}
.sp_w29 { width: 29% !important;}
.sp_w31 { width: 31% !important;}
.sp_w32 { width: 32% !important;}
.sp_w33 { width: 33% !important;}
.sp_w34 { width: 34% !important;}
.sp_w36 { width: 36% !important;}
.sp_w37 { width: 37% !important;}
.sp_w38 { width: 38% !important;}
.sp_w39 { width: 39% !important;}
.sp_w41 { width: 41% !important;}
.sp_w42 { width: 42% !important;}
.sp_w43 { width: 43% !important;}
.sp_w44 { width: 44% !important;}
.sp_w46 { width: 46% !important;}
.sp_w47 { width: 47% !important;}
.sp_w48 { width: 48% !important;}
.sp_w49 { width: 49% !important;}
/*ikeda*/


/*ikeda*/
.sp_wt_10 { width: 10px !important;}
.sp_wt_20 { width: 20px !important;}
.sp_wt_30 { width: 30px !important;}
.sp_wt_40 { width: 40px !important;}
.sp_wt_50 { width: 50px !important;}
.sp_wt_60 { width: 60px !important;}
.sp_wt_70 { width: 70px !important;}
.sp_wt_80 { width: 80px !important;}
.sp_wt_90 { width: 90px !important;}
.sp_wt_100 { width: 100px !important;}
.sp_wt_110 { width: 110px !important;}
.sp_wt_120 { width: 120px !important;}
.sp_wt_130 { width: 130px !important;}
.sp_wt_140 { width: 140px !important;}
.sp_wt_150 { width: 150px !important;}
.sp_wt_160 { width: 160px !important;}
.sp_wt_170 { width: 170px !important;}
.sp_wt_180 { width: 180px !important;}
.sp_wt_190 { width: 190px !important;}
.sp_wt_200 { width: 200px !important;}
/*ikeda*/

.sp_wt_105 { width: 105px !important;}
.sp_wt_130 { width: 140px !important;}
.sp_wt_300 { width: 300px !important;}
.sp_wt_400 { width: 400px !important;}
.sp_wt_500 { width: 500px !important;}
.sp_wt_600 { width: 600px !important;}
.sp_wt_700 { width: 700px !important;}
.sp_wt_800 { width: 800px !important;}
.sp_wt_940 { width: 940px !important;}
/***** width Off *****/

/***** line-height *****/
.sp_lh10 { line-height: 1.0em !important; }
.sp_lh11 { line-height: 1.1em !important; }
.sp_lh12 { line-height: 1.2em !important; }
.sp_lh13 { line-height: 1.3em !important; }
.sp_lh14 { line-height: 1.4em !important; }
.sp_lh15 { line-height: 1.5em !important; }
.sp_lh16 { line-height: 1.6em !important; }
/***** line-height *****/




/***** other *****/
.sp_ws_nowrap {
	white-space: nowrap;
}
/***** other Off *****/

/***** sp_border *****/
.sp_content_border {
	border-left: 5px solid #dcdcdc;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 1.4em;
}
.sp_content_border_bottom {
	border-bottom: 1px solid #dcdcdc;
}
.sp_content_border_menu {
	border: 1px solid #dcdcdc;
}

.sp_border_top_none { border-top: none !important;}
.sp_border_bottom_none { border-bottom: none !important;}
.sp_border_left_none { border-left: none !important;}
.sp_border_right_none { border-right: none !important;}
.sp_border_top_true { border-top: 1px solid #cdcdcd !important;}
.sp_border_left_true { border-left: 1px solid #cdcdcd !important;}
.sp_border_right_true { border-right: 1px solid #cdcdcd !important;}
.sp_border_bottom_true { border-bottom: 1px solid #cdcdcd !important;}
/***** sp_border Off *****/


/*---------------------------------------------------
	[MNC追加分]
---------------------------------------------------*/

/***** asterisk *****/
.sp_atk10{text-indent:-1.0em;padding-left:1.0em !important;}
	.sp_atk11{text-indent:-1.1em;padding-left:1.1em !important;}
	.sp_atk12{text-indent:-1.2em;padding-left:1.2em !important;}
	.sp_atk13{text-indent:-1.3em;padding-left:1.3em !important;}
	.sp_atk14{text-indent:-1.4em;padding-left:1.4em !important;}
	.sp_atk15{text-indent:-1.5em;padding-left:1.5em !important;}
	.sp_atk16{text-indent:-1.6em;padding-left:1.6em !important;}
	.sp_atk17{text-indent:-1.7em;padding-left:1.7em !important;}
	.sp_atk18{text-indent:-1.8em;padding-left:1.8em !important;}
	.sp_atk19{text-indent:-1.9em;padding-left:1.9em !important;}

.sp_atk20{text-indent:-2.0em;padding-left:2.0em !important;}
	.sp_atk21{text-indent:-2.1em;padding-left:2.1em !important;}
	.sp_atk22{text-indent:-2.2em;padding-left:2.2em !important;}
	.sp_atk23{text-indent:-2.3em;padding-left:2.3em !important;}
	.sp_atk24{text-indent:-2.4em;padding-left:2.4em !important;}
	.sp_atk25{text-indent:-2.5em;padding-left:2.5em !important;}
	.sp_atk26{text-indent:-2.6em;padding-left:2.6em !important;}
	.sp_atk27{text-indent:-2.7em;padding-left:2.7em !important;}
	.sp_atk28{text-indent:-2.8em;padding-left:2.8em !important;}
	.sp_atk29{text-indent:-2.9em;padding-left:2.9em !important;}

.sp_atk30{text-indent:-3.0em;padding-left:3.0em !important;}
.sp_atk40{text-indent:-4.0em;padding-left:4.0em !important;}
.sp_atk50{text-indent:-5.0em;padding-left:5.0em !important;}
/***** asterisk *****/

/***** height *****/
.sp_ht_10 { height: 10px !important;}
.sp_ht_20 { height: 20px !important;}
.sp_ht_30 { height: 30px !important;}
.sp_ht_40 { height: 40px !important;}
.sp_ht_50 { height: 50px !important;}
.sp_ht_60 { height: 60px !important;}
.sp_ht_70 { height: 70px !important;}
.sp_ht_80 { height: 80px !important;}
.sp_ht_90 { height: 90px !important;}
.sp_ht_100 { height: 100px !important;}
.sp_ht_110 { height: 110px !important;}
.sp_ht_120 { height: 120px !important;}
.sp_ht_130 { height: 130px !important;}
.sp_ht_140 { height: 140px !important;}
.sp_ht_150 { height: 150px !important;}
.sp_ht_160 { height: 160px !important;}
.sp_ht_170 { height: 170px !important;}
.sp_ht_180 { height: 180px !important;}
.sp_ht_190 { height: 190px !important;}
.sp_ht_200 { height: 200px !important;}
/***** height Off *****/




/***** イメージのセンタリングとインライン化 *****/
.sp_il{display:inline;}
.sp_ilb{display:inline-block;}
.sp_ib{border:none;display: block;}
.sp_imgc{margin:0 auto;}
.imgr{margin-right:auto;}
.imgl{margin-left:auto;}


/* Seminer Table */
table.SemTable {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table.SemTable tr th:nth-child(1) {
	width:15%;
}
table.SemTable tr th:nth-child(2) {
	width:65%;
}
table.SemTable tr th:nth-child(3) {
	width:20%;
}
table.SemTable tr td:nth-child(2) {
	padding:15px 10px 10px 15px;
}
table.SemTable tr td:nth-child(2) div.SemKind {
	padding:0px 5px;
	border-right:1px solid #85288f;
	border-left:1px solid #85288f;
	color:#85288f;
	text-align:center;
}

/* Seminer Table 詳細 */
table.SemDetTable {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dadada;
}

table.SemDetTable tr th,
table.SemDetTable tr td {
	border: 1px solid #dadada;
	padding:12px;
}
table.SemDetTable tr td:nth-child(1) {
	width:20%;
}
table.SemDetTable tr td:nth-child(2) {
	width:80%;
}
table.SemDetTable tr th {
	text-align:center;
	vertical-align:top;
	background-color: #efefef;
}

/* 資料請求 Table */
table.DocTable {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #dadada;
}
table.DocTable tr th,
table.DocTable tr td {
	border: 1px solid #dadada;
	padding:12px;
}
table.DocTable tr td:nth-child(1) {
	width:22%;
}
table.DocTable tr td:nth-child(2) {
	width:78%;
}
table.DocTable tr:nth-child(1) td {
	font-weight: bold;
	background-color: #ccc;
	text-align:center;
	padding:5px !important;
}
table.DocTable tr th {
	background-color: #efefef;
	text-align:center;
}

.seminar_menu {
    padding-top:5px;
    padding-bottom:15px;
}
.seminar_menu li  {
    float:left;
    padding:0px 5px;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#AAAAAA;
}
.seminar_menu li.no-border  {
    border-style:none;
}


/* Table Style */
div.restblcell{
	display:block;
}
div.restblcell > dl{
	display:block;
}
div.restblcell > dl dt,
div.restblcell > dl dd{
	display:block;
}

div.restblcell > dl dt{
	background:#EFEFEF;
	border-top:1px solid #DADADA;
	border-bottom:1px solid #DADADA;
	border-right:1px solid #DADADA;
	border-left:1px solid #DADADA;
}
div.restblcell > dl dd{
	background:#FFF;
	border-left:1px solid #DADADA;
	border-right:1px solid #DADADA;
}
div.restblcell > dl:last-child dd{
	border-bottom:1px solid #DADADA;
}

/* Table Style Seminar */
div.rt_sem > dl dt{
  text-align:center;
	padding:8px 0px;
}
div.rt_sem > dl dd{
	padding:8px 10px 8px 10px;
	line-height:1.4rem;
}
div.rt_sem > dt{
    text-align:center;
}

div.rt_sem > dl ul li{
	margin-bottom:8px !important;
}
div.rt_sem > dl p{
	margin-bottom:0px !important;
}
/* profile_table */
.profile_table{
	margin-bottom:10px;

}
.profile_table tr td{
	padding:0px 0px 5px 10px;
}








/* セミナーページ内リンク */
ul.SemPageLink li {
	display: inline-block;
	margin-right: 20px;
	font-size: 100%;
}
ul.SemPageLink li.last {
	margin-right: 0px;
}
ul.SemPageLink li a {
	background-image: url(../image/MNC_content_link_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #0066cc;
}

#content a.content_link_btn05 {
	background-image: url("/image/MNC_content_link_btn05_bg.png");
	background-repeat: no-repeat;
  background-position: 30px center;
	color: #333;
	display: inline-block;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
  font-size: 100%;
	font-weight: bold;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content a.content_link_btn06 {
	background-image: url("/image/MNC_content_link_btn02_bg.png");
	background-repeat: no-repeat;
  background-position: 170px center;
	color: #333;
	display: inline-block;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
  font-size: 100%;
	font-weight: bold;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* 日立様追加分 お申込みボタン用 */
#content a.content_link_btn07 {
    background-image: url("/image/MNC_content_link_btn01_bg.png");
    background-position: 180px center;
    background-repeat: no-repeat;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 113%;
    font-weight: bold;
    padding-bottom: 22px;
    padding-top: 22px;
    text-align: center;
}

/***** align *****/
.sp_ta_l { text-align: left !important; }
.sp_ta_c { text-align: center !important; }
.sp_ta_r { text-align: right !important; }
.sp_va_t { vertical-align: top !important; }
.sp_va_m { vertical-align: middle !important; }
.sp_va_b { vertical-align: bottom !important; }
.sp_block_c { display: block; margin: 0 auto !important; }
img.sp_block_c { margin-top: 28px !important; margin-bottom: 28px !important; }
/***** align *****/

/***2016/02/08 マクニカ追加 ***/
/* 行中に改行ポイントが無い場合、単語途中でも改行する指定 */
.break_word {
    word-wrap:break-word;
    overflow-wrap:break-word;
}
.break_all {
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
}
/***2016/02/09 マクニカ追加 ***/
/* プレスリリース　グレーボックス */
.box_area {
	width: 100%;
	margin: 10px auto;
	padding: 15px;
	box-sizing: border-box;
}
.gry {
	color: #000;
	background-color: #ebebeb;
}




/* 動画 */
.Moviebox iframe{
	width:100%;
	height:auto;
}

/***2016/02/09 マクニカ追加 ***/
/* 図表タイトル用キャプション */
.caption {
	padding-top: 5px;
	font-size: 88%;
}


/* Box丸ごとリンク設定 */
.LBox{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border-radius: 0.4em;
  -webkit-border-radius:0.4em;
  -moz-border-radius:0.4em;
	border:1px solid #cdcdcd;
}
.LBHover{cursor:pointer;opacity: 0.5;filter: alpha(opacity=50);}
.LBnone{text-indent:-9999px;height:0px;overflow:hidden;}


/*BoxSizeing*/
.pdclear{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/* スマホ用Clearfix */
.sp_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sp_clearfix {
	min-height: 1px;
}
* html .sp_clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* アンダーライン（点線） */
.sp_UnderDotLine{
	border-bottom:1px dotted #AAA;
}


/***2016/02/29 日立さん追加 ***/
/* 注目記事 */
/*
.textbanner{
  background-color:#FFDDE2;
  font-size:100%;
  margin-bottom:15px;
  padding:5px;
  background-image:url(/image/icon_chumoku.gif);
  background-repeat:no-repeat;
  background-position:5px 6px;
  padding-left:37px;
  color:#666666;
}
*/
.textbanner{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/image/MNC_pc_icon_tyumoku_sp.png)0.5em 0.5em no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffcbb9), color-stop(0.00, #ffe1d7));
	background: url(/image/MNC_pc_icon_tyumoku_sp.png)0.5em 0.5em no-repeat,-webkit-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_tyumoku_sp.png)0.5em 0.5em no-repeat,-moz-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_tyumoku_sp.png)0.5em 0.5em no-repeat,-o-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_tyumoku_sp.png)0.5em 0.5em no-repeat,-ms-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_tyumoku_sp.png)0.5em 0.5em no-repeat,linear-gradient(#ffe1d7, #ffcbb9);
	padding:7px 7px 7px 50px;
	line-height:1.4;
}







/* 注目記事（アイコンなし） */
.textbanner2{
  background-color:#FFDDE2;
  font-size:100%;
  margin-bottom:15px;
  padding:5px;
  color:#666666;
}
/* 注目記事 （2段組用）*/
.textbanner3{
  background-color:#FFDDE2;
  font-size:100%;
  margin-bottom:5px;
  padding:5px;
  background-image:url(/image/icon_chumoku.gif);
  background-repeat:no-repeat;
  background-position:5px 6px;
  padding-left:37px;
  color:#666666;
}
/* 注目記事 （背景スカイブルー）*/
.textbannerBlue{
  background-color:#ddf2ff;
  font-size:100%;
  margin-bottom:15px;
  padding:5px;
  background-image:url(/image/icon_chumoku.gif);
  background-repeat:no-repeat;
  background-position:5px 6px;
  padding-left:37px;
  color:#666666;
}
/* 注目記事 （2段組用・背景スカイブルー）*/
.textbannerBlue2{
  background-color:#ddf2ff;
  font-size:100%;
  margin-bottom:5px;
  padding:5px;
  background-image:url(/image/icon_chumoku.gif);
  background-repeat:no-repeat;
  background-position:5px 6px;
  padding-left:37px;
  color:#666666;
}
/*
.textbanner4{
  background-color:#FFDDE2;
  font-size:100%;
  margin-bottom:15px;
  padding:5px;
  background-image:url(/image/icon_jyuyo.gif);
  background-repeat:no-repeat;
  background-position:5px 6px;
  padding-left:37px;
              color:#666666;
}
*/


.textbanner4{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/image/MNC_pc_icon_jyuyo_sp.png)0.5em 0.5em no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffcbb9), color-stop(0.00, #ffe1d7));
	background: url(/image/MNC_pc_icon_jyuyo_sp.png)0.5em 0.5em no-repeat,-webkit-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_jyuyo_sp.png)0.5em 0.5em no-repeat,-moz-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_jyuyo_sp.png)0.5em 0.5em no-repeat,-o-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_jyuyo_sp.png)0.5em 0.5em no-repeat,-ms-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_jyuyo_sp.png)0.5em 0.5em no-repeat,linear-gradient(#ffe1d7, #ffcbb9);
	padding:7px 7px 7px 40px;
}


.txtb_box{
	margin: 5px auto 0;
	padding: 0;
}







/* ニュースバックナンバーページボタン */
.AgeBtn li{
	float:left;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-right:5px;
	padding-bottom:5px;
}
.AgeBtn li a{
	display:block;
	border:1px solid #CCC;
	border-radius: 0.4em;
	-webkit-border-radius:0.4em;
	-moz-border-radius:0.4em;
	padding:5px 15px;
	height:20px;
}

/*上に戻るリンク非表示*/
.content_anchor_link[href="#top"]{
	display:none;
}








/***** About Us *****/
.about_us {
	background-image: url(/image/english_top_aboutus_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding: 43px 0;
}
.about_us .about_us_box {
	margin: 0 auto;
}
.about_us .about_us_box .about_us_title {
	text-align: center;
	margin-bottom: 25px;
	color: #333;
	font-weight: bold;
	font-size: 150%;
}
.about_us .about_us_box .about_us_title i {
  background-color: #CCC;
  display: block;
  height: 5px;
  margin: 12px auto 0;
  width: 27px;
}












/***** About Us end *****/


/* Product */
ul.en_prolayout li:nth-child(1){
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:10px;
}
ul.en_prolayout li:nth-child(2){
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a.makerbox{
	display:block;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color:#333;
	font-size:1.0rem;
	padding:30px 15px 15px 15px;
	border: none;
	box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.3), inset 0 2px 5px rgba(255, 255, 255, 0.6);
	text-decoration: none;


}

a.makerbox img{
	display:block;
	margin:0 auto 20px;
}
a.makerbox p{
	text-align:center;
}
/* Product END */



/* TEXT */

/* TEXT END */


/* NEW TABLE */
.PressCell{
	border-top:2px solid #AAA;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
	border-left:2px solid #AAA;
	margin:0 auto;
}
.PressCell th{
	background-color:#DDDDDD;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
.PressCell td{
	background-color:#FFF;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
	padding:10px 0px 10px 15px;
}
/* NEW TABLE END */






/* About */
.memberbox{
	background:url(/image/english_about_memberbg.png)-200px -100px no-repeat;
}

ul.memberlayout li{
	display:block;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:10px;
}

ul.memberlayout li:nth-child(1){
	width:35%;
	padding-left:10px;
}
ul.memberlayout li:nth-child(2){
	width:25%;
	padding-top:165px;
}
ul.memberlayout li:nth-child(2) img{
	display:block;
	margin:0 auto;
	padding-left:20px;
}

ul.memberlayout li:nth-child(3){
	width:40%;
}
ul.memberlayout li:nth-child(3) img{
	display:block;
	margin-left:auto;
	padding-right:10px;
}

.colorbox{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: none;
	box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.3), inset 0 2px 5px rgba(255, 255, 255, 0.6);
	color:#FFF;
	padding:15px 15px 15px 15px;
	text-align:center;
	font-size:1.2rem;
	font-weight:300;
	line-heightt:1.5rem;


}

.bgcolor1{background:#4389b9;}
.bgcolor2{background:#c65252;}
.bgcolor3{background:#9ec054;}
.bgcolor4{background:#b270d5;}

.EntblStyle01{
	border:2px solid #ccc;
}
.EntblStyle01 th{
	background:#EEE;
	border-bottom:1px solid #fff;
	padding:5px 5px 5px 15px;
}
.EntblStyle01 td{
	background:#fff;
	border-bottom:1px solid #ccc;
	padding:5px 5px 5px 15px;
}




ul.valuelayout > li{
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:10px;
}
ul.valuelayout > li:nth-child(1){
	width:100%;
}
ul.valuelayout > li:nth-child(2){
	width:100%;
}
ul.valuelayout > li:nth-child(2) img{
	display:block;
}

ul.marketinglayout > li{
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:10px;
}



ul.DevCut3 > li{
	display:block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

ul.DevCut3 > li:nth-child(odd){width:100%;}
ul.DevCut3 > li:nth-child(even){
	width:100%;
	text-align:center;
	padding:10px 0px;
}
ul.DevCut3 > li:nth-child(even) > div img{
	display:block;
	width:10%;
	/*transform:rotate(90deg);*/
	margin:0 auto;
}


div.Devbox{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:20px;
}

ul.DevCut3 > li:nth-child(1) > div{
	background:#EEE;
	border:2px solid #E0E0E0;
}
ul.DevCut3 > li:nth-child(3) > div{
	background:url(/image/english_about_bd_bg.png)0px 0px no-repeat,#d3e7f4;
	background-size:cover;
}




/* Technical Services */
ul.Cut2Person{
	width:100%;
	margin:0 auto;
}
ul.Cut2Person li{
	display:block;
	margin-bottom:10px;
	width:100%;
	list-style: none outside none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


ul.Cut2Person li div.masamoto{
	background: url(/image/english_about_valuebg_masamoto.png) no-repeat -40px 0px, url(/image/english_about_valuebg_masamoto_bg.png) no-repeat right bottom, url(/image/usa_menu_patterns3.png) repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #121212), color-stop(0.00, #808080));
	background: url(/image/english_about_valuebg_masamoto.png) no-repeat -40px 0px, url(/image/english_about_valuebg_masamoto_bg.png) no-repeat right bottom, url(/image/usa_menu_patterns3.png) repeat, -webkit-linear-gradient(#808080, #121212);
	background: url(/image/english_about_valuebg_masamoto.png) no-repeat -40px 0px, url(/image/english_about_valuebg_masamoto_bg.png) no-repeat right bottom, url(/image/usa_menu_patterns3.png) repeat, -moz-linear-gradient(#808080, #121212);
	background: url(/image/english_about_valuebg_masamoto.png) no-repeat -40px 0px, url(/image/english_about_valuebg_masamoto_bg.png) no-repeat right bottom, url(/image/usa_menu_patterns3.png) repeat, -o-linear-gradient(#808080, #121212);
	background: url(/image/english_about_valuebg_masamoto.png) no-repeat -40px 0px, url(/image/english_about_valuebg_masamoto_bg.png) no-repeat right bottom, url(/image/usa_menu_patterns3.png) repeat, -ms-linear-gradient(#808080, #121212);
	background: url(/image/english_about_valuebg_masamoto.png) no-repeat -40px 0px, url(/image/english_about_valuebg_masamoto_bg.png) no-repeat right bottom, url(/image/usa_menu_patterns3.png) repeat, linear-gradient(#808080, #121212);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	padding:10px 15px 0 0;
	text-align:right;
	min-height:185px;
}
ul.Cut2Person li div.shinogi{
	background: url(/image/english_about_valuebg_shinogi.png) no-repeat -40px 0px, url(/image/english_about_valuebg_shinogi_bg.png) no-repeat right bottom, url(/image/usa_menu_patterns3.png) repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #121212), color-stop(0.00, #808080));
	background: url(/image/english_about_valuebg_shinogi.png) no-repeat -40px 0px, url(/image/english_about_valuebg_shinogi_bg.png) no-repeat right bottom, url(/image/usa_menu_patterns3.png) repeat, -webkit-linear-gradient(#808080, #121212);
	background: url(/image/english_about_valuebg_shinogi.png) no-repeat -40px 0px, url(/image/english_about_valuebg_shinogi_bg.png) no-repeat right bottom, url(/image/usa_menu_patterns3.png) repeat, -moz-linear-gradient(#808080, #121212);
	background: url(/image/english_about_valuebg_shinogi.png) no-repeat -40px 0px, url(/image/english_about_valuebg_shinogi_bg.png) no-repeat right bottom, url(/image/usa_menu_patterns3.png) repeat, -o-linear-gradient(#808080, #121212);
	background: url(/image/english_about_valuebg_shinogi.png) no-repeat -40px 0px, url(/image/english_about_valuebg_shinogi_bg.png) no-repeat right bottom, url(/image/usa_menu_patterns3.png) repeat, -ms-linear-gradient(#808080, #121212);
	background: url(/image/english_about_valuebg_shinogi.png) no-repeat -40px 0px, url(/image/english_about_valuebg_shinogi_bg.png) no-repeat right bottom, url(/image/usa_menu_patterns3.png) repeat, linear-gradient(#808080, #121212);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	padding:10px 15px 0 0;
	text-align:right;
	min-height:185px;
}

ul.Cut2Person li div p.p1{
	color:#ffffff;
	font-size:0.9rem;
	margin-bottom:-5px !important;
}
ul.Cut2Person li div p.p2{
	color:#ffffff;
	font-size:1.4rem;
	font-weight:bold;
}
ul.Cut2Person li div p.p3{
	color:#ffffff;
	font-size:0.8rem;
	margin-bottom:5px;
	line-height:1.4em;
}
/* Technical Services END */



<!------------------------------
	FlexBox(SPsp_)
-------------------------------->
.sp_fb{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.sp_fd_r{flex-direction:row;}
.sp_fd_c{flex-direction:column;}

.sp_jc_c{justify-content:center;}
.sp_jc_sb{justify-content:space-between;}
.sp_jc_sa{justify-content:space-around;}

.sp_fl_w{flex-wrap:wrap;}

