@charset "utf-8";

/*****************************************
	reset
*****************************************/
*{ margin: 0;padding: 0; }
html { -webkit-text-size-adjust: none; }
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, form, fieldset, th, td,p { margin: 0; padding: 0; }
input, textarea { margin: 0; font-size: 100%; }
label { cursor: pointer; }
table { border-collapse: collapse; border-spacing: 0; font-size: 100%; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:after, q:before { content:''; }
abbr, acronym { border: 0; }
img { vertical-align:top; height:auto; }
i { font-style: normal; }


/***** HTML5 elements *****/
header, footer, nav, section, aside, article { display: block; }

.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;
}
img {
	border:none;
	display: block;
}

* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a:link {
	outline: none;
	TEXT-DECORATION: none;
	color: #0066cc;
}
a:visited {
	TEXT-DECORATION: none;
	outline: none;
	color: #0066cc;
}
a:hover {
	TEXT-DECORATION: underline;
	outline: none;
	color: #0066cc;
}
a:active {
	TEXT-DECORATION: none;
	outline: none;
	color: #0066cc;
}
a.ovr {
  transition: all 0.2s ease-in-out 0s;
	-moz-transition: 0.2s; /* Firefox 4 */
	-webkit-transition: 0.2s; /* Safari Chrome */
	-o-transition: 0.2s; /* Opera */
}
a.ovr:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	TEXT-DECORATION: none;
}



a.ovr2 {
  transition: all 0.2s ease-in-out 0s;
	-moz-transition: 0.2s; /* Firefox 4 */
	-webkit-transition: 0.2s; /* Safari Chrome */
	-o-transition: 0.2s; /* Opera */
}
a.ovr2:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	TEXT-DECORATION: none;
}










a.img_hover {
	transition: all 0.5s linear 0s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari Chrome */
	-o-transition: 0.5s; /* Opera */
}
a.img_hover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a.link_text_ovr:hover {
	text-decoration: none;
}
ul, ol { list-style-type: none; }


/***** PC用ソースのOFFクラス *****/
.pc_out {
	display:none !important;
}

/***** PC用ソースのOFFクラス *****/

.vishdn{
	visibility:hidden;
}

/***** header *****/
#header {
	width: 980px;
	min-width: 980px;
	margin: 0 auto;
	margin-bottom: 25px;
}
#header .header_logo {
	margin-top: 19px;
	float: left;
}
#header ul.header_link {
	margin-top: 37px;
	float: left;
	margin-left: 450px;
}
#header ul.header_link li {
	display: inline;
	float: left;
	margin-right: 15px;
}
#header ul.header_link li a {
	display: inline;
	color: #333;
	font-size: 81%;
}
#header ul.header_link li a.border {
	background-image: url(/image/MNC_img_common_header_link_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
#header ul.header_link li a:hover {
  color: #666;
  text-decoration: underline;
}
#header .header_search {
	float: right;
	margin-top: 34px;
}
#header .header_search input.header_serach_input {
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
	height: 28px;
	width: 198px;
	border-right-style: none;
}
#header .header_search input.header_serach_btn {
	float: left;
	background-image: url(/image/MNC_icon_common_header_search.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	width: 32px;
	height: 30px;
	cursor: pointer;
}

/***** header Off *****/


/***** Nav *****/

.pc_menu { background-color: #21577C; height: 48px; }
ul.nav { width: 980px; margin: 0 auto; }
ul.nav li { display: inline; float:left; position: relative;}
ul.nav li.first_logo {
	margin-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
}
ul.nav li a { display: block; }
.pc_menu_fixed { display: none; }
ul.sub_menu {
	display: none;
	position: absolute;
	width: 102%;
	padding: 15px 15px 0 20px;
	background-image: url(/image/MNC_img_common_sub_menu_bg.png);
	background-repeat: repeat;
	background-position: left top;
	z-index: 1;
}
ul.sub_menu li {
	float: none !important;
}
ul.sub_menu li a {
	color: #fff;
	display: block;
	font-size: 81%;
	margin-bottom: 15px;
}
ul.sub_menu li a:hover {
	text-decoration: underline;
}
/***** Nav Off *****/

/***** top_banner *****/
.top_banner {
	background-color: #EEE;
	width: 100%; height: 100%; overflow: hidden;
}
.slide_all {margin: 0 auto; height: 370px; position: relative;}
.slide_wrap {width: 5250px; position: absolute; left: 50%; margin-left: -2625px;}
.top_banner_slide {
	width: 100%;
	margin: 0 auto;
}
.top_banner ul#mainSlider {
}
/***** top_banner Off *****/

.top_indent {
	width: 980px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
/***** top_News *****/
.top_news {
	display: table;
	background-color: #EDEDED;
	line-height: 50px;
	font-size: 100%;
	margin-bottom: 40px;
	width: 980px;
}
.top_news .news {
	display: table-cell;
	background-color: #10629a;
	color: #fff;
	font-size: 88%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	width: 85px;
	margin-right: 10px;
}
.top_news .news_text {
	display: table-cell;
	font-size: 88%;
	vertical-align: middle;
	padding: 15px 10px 11px 10px;
	line-height: 1.8em;
}
.top_news .news_text dt {
	position: absolute;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 140px;
	padding-top: 10px;
}
.top_news .news_text dd {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  border-bottom: 1px solid #fff;
	width: 100%;
	padding-left: 140px;
	padding-top: 10px;
	padding-bottom: 8px;
}
.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_news_link {
  background-color: #156CA7;
  border-bottom: 2px solid #00477C;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  height: 48px;
  line-height: 47px;
  padding-left: 10px;
  padding-top: 3px;
  width: 137px;
	margin: 0 auto;
	text-align: center;
}
.top_news_link a {
  background-image: url("/image/MNC_icon_common_top_box_three_bg.png");
  background-position: 10px 16px;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
	font-size: 88%;
}

.top_box_three {
	float:left;
	font-size: 88%;
	margin-bottom: 15px;
}
.top_box_three li {
	float: left;
	padding-right: 20px;
	margin-bottom: 22px;
}
.top_box_three li:nth-child(3n) {
	padding-right: 0px;
}
.top_box_three_off {
	display: none;
}
.top_box_three .pic {
	margin-bottom: 15px;
}
.top_box_three .date {
	margin-bottom: 6px;
}
.top_box_three .date span {
  color: #fff;
  display: inline-block;
  padding: 0 4px;
  text-align: center;
  width: 60px;
	font-size: 88%;
}
.top_box_three a {
  color: #333;
}
/***** top_News Off *****/

/***** top_product *****/
.top_product {
	background-image: url(/image/MNC_top_product_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: 100% 100%;*/
	padding: 73px 0 80px;
}
.top_product .top_product_box {
	width: 980px;
	margin: 0 auto;
}
.top_product .top_product_box .top_product_title {
	text-align: center;
	margin-bottom: 40px;
	color: #fff;
	font-size: 213%;
	font-weight: bold;
}
.top_product .top_product_box .top_product_title i {
  background-color: #fff;
  display: block;
  height: 7px;
  margin: 7px auto;
  width: 38px;
}
.top_product .top_product_box .top_product_four {
	text-align: center;
	/*
	background-image: url(/image/top_product_four_bg.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	background-color:rgba(0,113,197,0.60);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom: 2px solid #00477c;
	height: 112px;
	width: 230px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	padding-top: 50px;
}
.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;
	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;
	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;
	display: block;
	padding-top: 50px;
}
.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;
	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;
	display: block;
	padding-top: 50px;
}









.top_product_link {
  background-color: #fff;
  border-bottom: 1px solid #366f9a;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  display: inline-block;
  height: 47px;
  line-height: 47px;
  text-align: center;
  width: 178px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-right: 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.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;
	transition: all 0.5s linear 0s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.top_product_link a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	text-decoration: none;
}


.top_product .top_product_box .last {
	margin-right: 0px;
}
/***** top_product Off *****/

/***** top_case *****/
.top_case {
	background-color: #E1EEF6;
	padding: 73px 0 80px;
}
.top_case .top_case_box {
	width: 980px;
	margin: 0 auto;
}
.top_case .top_case_box .top_case_title {
	text-align: center;
	margin-bottom: 40px;
	color: #7a41a5;
	font-size: 213%;
	font-weight: bold;
}
.top_case .top_case_box .top_case_title i {
  background-color: #ABD2E9;
  display: block;
  height: 7px;
  margin: 7px auto;
  width: 38px;
}

.case_wrap {
	float: left;
	margin-bottom: 30px;
	width: 312px;
}
.case_wrap + .case_wrap {
	margin-left: 22px;
}
.case_wrap a {
	color: #333;
	text-decoration: none;
	display: block;
}

.case_tblwrap {
	display: table;
	width: 100%;
	height: 162px;
}
.case_tblwrap + p,
a .case_tblwrap + p {
	font-size: 88%;
	color: #333;
	padding-top: 15px;
	width: auto;
}

.case_tblwrap_l {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	box-sizing: border-box;
}
.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 {
	/*display:block;*/
	width: 40%;
	margin:0 auto;
}

.top_case .top_case_box .top_case_three {
	float:left;
	width: 312px;
	font-size: 88%;
	margin-right: 22px;
	margin-bottom: 30px;
}
.top_case .top_case_box .top_case_three a {
	color: #333;
}
.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;
	height: 152px;
	width: 312px;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	line-height: 152px;
  margin-bottom: 18px;
  padding-left: 203px;
	padding-right: 7px;
  width: 102px;
}
.top_case .top_case_box .top_case_three p.bg02 {
	margin-bottom: 20px;
	display: block;
	background-image: url(/image/MNC_top_case_banner02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
  height: 102px;
  margin-bottom: 18px;
  padding-left: 155px;
  padding-top: 60px;
  text-align: center;
	color: #fff;
	font-weight: bold;
}
.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;
  height: 102px;
  margin-bottom: 18px;
  padding-left: 155px;
  padding-top: 60px;
  text-align: center;
	color: #fff;
	font-weight: bold;
}
.top_case_three:nth-of-type(3n+1) {
	margin-right: 0px !important;
}
.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: center center;
	padding: 69px 0 80px;
	margin-bottom: 65px;
}
.top_solution .top_solution_box {
	width: 1000px;
	margin: 0 auto;
}
.top_solution .top_solution_box .top_solution_title {
	text-align: center;
	margin-bottom: 40px;
	color: #333;
	font-size: 213%;
	font-weight: bold;
}
.top_solution .top_solution_box .top_solution_title i {
  background-color: #ABD2E9;
  display: block;
  height: 7px;
  margin: 7px auto;
  width: 38px;
}
.top_solution .top_solution_box .top_solution_three {
	float:left;
	width: 288px;
	margin-right: 13px;
	margin-bottom: 30px;
	background-color: #fff;
	padding-bottom: 50px;
	height: 320px;
}
.top_solution .top_solution_box .top_solution_three .title {
	text-align: center;
	font-size: 138%;
	font-weight: bold;
	margin: 38px 0 20px 0;
	color: #333;
	line-height: 1.2em;
}
.top_solution .top_solution_box .top_solution_three .text {
	margin: 0 25px;
	font-size: 88%;
	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;
}
/***** top_solution Off *****/




/***** About Us *****/
.about_us {
	background-image: url(/image/english_top_aboutus_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;


	padding: 73px 0 80px;
}
.about_us .about_us_box {
	/*width: 980px;*/
	width: 650px;
	margin: 0 auto;
}
.about_us .about_us_box .about_us_title {
	text-align: center;
	margin-bottom: 40px;
	color: #333;
	font-size: 213%;
	font-weight: bold;
}
.about_us .about_us_box .about_us_title i {
  background-color: #CCC;
  display: block;
  height: 7px;
  margin: 7px auto;
  width: 38px;
}










/***** About Us Off *****/







/***** Top_Topics *****/
.top_topics {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.top_topics .title {
	background-image: url(/image/MNC_top_topics_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-bottom: 15px;
	font-size: 138%;
	margin-bottom: 40px;
	height: 37px;
}
.top_topics .left {
	width: 460px;
	float: left;
}
.top_topics .right {
	width: 460px;
	float: right;
}
.top_topics dl.news {
	border-top: 1px #dadada solid;
}
.top_topics dl.news dt {
	width: 100px;
	float: left;
	padding: 15px 0;
}
.top_topics dl.news dd {
	padding: 15px 0 15px 120px;
}
.top_topics dl.event {
	border-top: 1px #dadada solid;
}
.top_topics dl.event dt {
	width: 90px;
	float: left;
	padding: 17px 0;
}
.top_topics dl.event dd:nth-of-type(1) {
	float: left;
	width: 80px;
	text-align: center;
	padding: 17px 0;
	margin: 0 10px;
}
.top_topics dl.event dd:nth-of-type(2) {
	padding: 17px 0;
	float: left;
	width: 270px;
}
.top_topics dl.event dd span {
	background-color: #f9a34f !important;
	display: inline-block;
	padding-top: 2px;
	text-align: center;
	color: #ffffff;
	font-size: 75%;
	width: 100%;
}
.top_topics dl dd a {
	color: #0071c5;
}
.top_topics dl dd a:hover {
	text-decoration: underline;
}
.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: 47px;
  line-height: 47px;
  padding-top: 5px;
  /*width: 122px;*/
  width: 30%;
	margin: 0 auto;
	text-align:center;
}
.top_list_link a {
  background-image: url("/image/MNC_icon_common_top_list_bg.png");
  background-position: 260px 14px;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
}
.top_list_link a:hover {
	text-decoration: none;
}

.top_list_link2 {
	border-bottom: 2px solid #610B6A;
	background-color: #85288f;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  height: 47px;
  line-height: 47px;
  padding-top: 5px;
  /*width: 122px;*/
  width: 25%;
	margin: 0 auto;
	text-align:center;
}
.top_list_link2 a {
  background-image: url("/image/MNC_icon_common_top_list_bg.png");
  background-position: 170px 16px;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
}
.top_list_link2 a:hover {
	text-decoration: none;
}










/***** Footer Nav *****/

.foot_pc_menu { background-color: #21577C; height: 48px; margin-top: 150px;}



/***** Footer Nav Off *****/

/***** Footer *****/
#footer {
	background: url(/image/english_img_common_foot_bg.gif) left top repeat-x;
	padding-bottom: 34px;
	font-size: 81%;
}
#footer .indent {
	width: 980px;
	min-width: 980px;
	margin: 0 auto;
}
#footer .foot_box {
	background: url(/image/english_img_common_foot_box_bg.gif) left top repeat-y;
}
#footer .foot_box2 {
	text-align: center;
	margin-top: 27px;
}
#footer ul {
	width: 225px;
	float: left;
	list-style-type: none;
	padding: 17px 0 0 20px;
	/*height: 223px;*/
	height: 133px;
	font-size: 85%;
}
#footer ul li {
  letter-spacing: 0.5px;
  list-style-type: none;
  margin-bottom: 15px;
}
#footer ul li a {
	color: #ddecf6;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer .foot_box_bottom ul {
	width: 100%;
	height: 40px;
	padding: 15px 0 0 0 ;
}
#footer .foot_box_bottom ul li {
	float: left;
	padding-right: 10px;
	line-height: 1.0em;
	vertical-align: middle;
}
#footer .foot_box_bottom ul li:nth-child(n + 2) {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #6494BA;
}

#footer .foot_link {
	color: #dadada;
}
#footer .foot_link a {
	color: #333333;
}
#footer .foot_link a:hover {
	text-decoration: underline;
}
#footer .foot_logo {
	margin: 12px 0 11px;
}
#footer .foot_logo img {
	display: inline;
}
/***** Footer Off *****/


.top_news_link, .top_product_link, .top_list_link, .top_list_link2, .page_top, .content_link, .content_link_s, .content_link_btn, .content_link_btn02, .content_link_btn03, .content_link_btn04, .content_link_btn05, .content_link_btn06, .content_link_btn07, .contact_btn, .link_btn, .link_btn2, .category_btn, .link_btn_ptb_s {
	transition: all 0.5s linear 0s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari Chrome */
	-o-transition: 0.5s; /* Opera */
}
.top_news_link:hover, .top_product_link:hover, .top_list_link:hover, .top_list_link2:hover, .page_top:hover, .content_link:hover, .content_link_btn:hover, .content_link_btn02:hover, .content_link_btn03:hover, .content_link_btn04:hover, .content_link_btn05:hover, .content_link_btn06:hover, .content_link_btn07:hover, .contact_btn:hover, .link_btn:hover, .link_btn2:hover, .category_btn:hover, .link_btn_ptb_s:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.bx-wrapper .bx-prev {
	left: -60px;
	background: url(/image/bx_prev_bg.png) no-repeat left top;
}
.bx-wrapper .bx-next {
	right: -60px;
	background: url(/image/bx_next_bg.png) no-repeat left top;
}
.top_solution_box .bx-wrapper {
	min-width: 884px !important;
}


/*** Breadclumb ***/
.Breadclumb_box {
	background-color: #eee;
	margin-bottom: 20px;
}
ul.Breadclumb {
	width: 980px;
	margin: 0 auto;
	padding: 11px 0 8px 0;
}
ul.Breadclumb li {
	display: inline;
	font-size: 81%;
}
ul.Breadclumb li:nth-child(n + 2):before {
	content: "> ";
}
ul.Breadclumb li a {
	color: #0066cc;
}
/*** Breadclumb end ***/

/*** Content ***/

#content {
	width: 980px;
	margin: 0 auto;
}
#content h1 , .hl_ttl01 {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 12px;
	color: #333;
}
#content h1 img , .hl_ttl01 img {
	display: inline;
	padding-top: 9px;
}
#content h2 , .hl_ttl02 {
	font-size: 163%;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333;
	background-image: url(/image/MNC_content_h2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 28px;
	padding-bottom: 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
}
#content h2 a , .hl_ttl02 a {
	color: #0066cc;
	background-image: url(/image/MNC_content_h2_a_bg.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-right: 25px;
}
#content h2.no_bg , .hl_ttl02_no_bg {
	background-image: none;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #cdcdcd;
	padding-top: 22px;
/*	margin-bottom: 40px; okuda for H2tag */
	margin-bottom: 30px;
	position: relative;
}
#content h2.no_bg i , .hl_ttl02_no_bg i {
	width: 60px;
	height: 6px;
	position: absolute;
	top: -6px;
}
#content .faq_box h2 {
	background-image: url("/image/MNC_content_h2_sp_on_bg.png");
	background-position: right 15px top 20px;
	background-repeat: no-repeat;
	background-size: 33px auto;
}
#content .faq_box h2.active {
	background-image: url("/image/MNC_content_h2_sp_off_bg.png");
	background-position: right 15px top 20px;
	background-repeat: no-repeat;
	background-size: 33px auto;
}
#content h2 i.icon_01 {
  background-image: url("/image/MNC_icon_common_h2_01_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-right: 45px;
}
#content h2 i.icon_02 {
  background-image: url("/image/MNC_icon_common_h2_02_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-right: 45px;
}
#content h2 i.icon_03 {
  background-image: url("/image/MNC_icon_common_h2_03_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-right: 45px;
}
#content h2 i.icon_04 {
  background-image: url("/image/MNC_icon_common_h2_04_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-right: 45px;
}
#content h2 i.icon_05 {
  background-image: url("/image/MNC_icon_common_h2_05_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding-right: 50px;
}
#content h2 i.icon_06 {
  background-image: url("/image/MNC_icon_common_h2_06_bg.png");
  background-position: left 5px;
  background-repeat: no-repeat;
  padding-right: 50px;
}
#content h3 , .hl_ttl03 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333;
	background-color: #CBE4F6;
	padding: 10px 0 5px 15px;
}
#content h3.slide_h3 {
	color: #0066cc;
	background-image: url(/image/MNC_content_h3_slide01_bg.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 55px;
	cursor: pointer;
}
#content h3.slide_h3_open {
	background-image: url(/image/MNC_content_h3_slide02_bg.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#content h3 a  , .hl_ttl03 a {
	color: #0066cc;
	background-image: url(/image/MNC_content_h3_a_bg.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 25px;
}
#content h3 span img  , .hl_ttl03 span img {
	padding-right: 10px;
	display: inline;
}

#content h4 , .hl_ttl04 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
	padding-left: 30px;
	position: relative;
}
#content h4 i , .hl_ttl04 i {
  height: 6px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 11px;
  width: 20px;
	background-color: #156CA7;
}
#content h4 i.top_15 {
  top: 15px !important;
}
#content h4.product_top {
	font-size: 163%;
	margin-top: 0;
	margin-bottom: 10px;
}
#content h4.product {
	font-size: 113%;
}
#content h4 a , .hl_ttl04 a {
	color: #0066cc;
	background-image: url(/image/MNC_content_h4_a_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#content h5 , .hl_ttl05 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
}
#content h6 , .hl_ttl06 {
	border-bottom: 1px solid #dadada;
	font-size: 113%;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 4px;
	width: 100%;
}
#content .content_box_top_border {
	background-image: url(/image/MNC_content_box_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
	margin: 0 auto;
	height: 6px;
}
#content .content_top_border_gray {
	height: 6px;
	background-color: #CDCDCD;
}

/* product */
.product_copy {
	font-size: 163%;
}
span.product_border {
	width: 60px;
	height: 6px;
	display: block;
}
/* product */

#content .content_box {
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #cdcdcd;
	border-left-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	width: 760px;
	margin: 0 auto;
	padding: 60px 109px 60px 109px;
}

#content .content_box2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #cdcdcd;
	border-left-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	width: 978px;
	margin: 0 auto;
}
#content .content_box3 {
	margin: 0 auto;
  padding: 0 109px;
  width: 760px;
}
#content .content_box_blue {
	background-color: #EAF5FC;
	border: 2px solid #D4EBFA;
	/*padding: 48px 120px;*/
	padding: 48px 100px;

}

#content .content_box_blue a.link_btn  {
	background-image: url(/image/MNC_content_blue_link_bg.png);
	background-repeat: no-repeat;
	background-position: 230px center;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 113%;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 2px solid #00477c;
	width: 260px;
	float: left;
}
#content .content_box_blue .link_text,
#content .content_box_blue .link_text2 {
	float: right;
	padding-top: 15px;
}
#content .content_box_blue .link_text a:hover,
#content .content_box_blue .link_text2 a:hover {
	text-decoration: underline;
}
#content .content_box_blue a.link_btn .font_s {
	font-size: 75%;
	font-weight: normal;
}
#content .content_box_blue a.link_btn .font_b {
	font-size: 138%;
}
#content .content_box_blue a.login {
	padding-top: 18px;
	padding-bottom: 16px;
	margin-left: 10px;
}
#content .content_box_blue a.login:hover {
	text-decoration: none;
}
#content .content_box_blue02 {
	background-color: #EAF5FC;
	border: 2px solid #D4EBFA;
	text-align: center;
	padding: 18px 0;
}
#content .content_box_blue02 span {
	font-weight: bold;
	margin-right: 10px;
}
#content .content_box_blue02 input {
	border: solid 2px #C9C9C9;
	font-size: 100%;
	padding: 10px;
	width: 316px;
}
#content .one_box {
	width: 760px;
}

#content .two_box_wrap .two_box {
	width: 365px;
	float: left;
}
#content .two_box_wrap .two_box:first-child {
	margin-right: 30px;
}

#content .two_box_wrap ul {
	width: 100%;
	overflow: hidden;
}
#content .two_box_wrap li {
	width: 365px;
	float: right;
}
#content .two_box_wrap li:nth-child(odd) {
	float: left;
	clear: both;
}
#content .two_box_wrap li > a.ovr {
	display: block;
}

#content .three_box {
	width: 234px;
	float: left;
	margin-right: 29px;
}
#content .three_box_wrap .three_box:last-child {
	margin-right: 0px;
}

#content .three_box2 {
	margin-bottom: 20px;
	width: 270px;
	float: left;
	margin-right: 29px;
}
#content .three_box2 .title {
	font-size: 88%;
}
#content .three_box2 .text {
	font-size: 88%;
}
#content .three_box2 .text2 {
	font-size: 75%;
	color: #666;
}

#content .content_img_left {
	float: left;
	width: 365px;
}
#content .content_img_center {
	width: 365px;
	margin: 0 auto;
}
#content .content_img_right {
	float: right;
	width: 365px;
}
#content .light_pic {
	position: relative;
}
#content .light_pic .light_ico {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.round_box {
	border: 1px solid #cdcdcd;
	border-radius: 0.4em;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.round_box_gray1 {
	background-color: #eee;
}
.round_box_gray2 {
	background-color: #989898;
	color: #fff;
}
.round_box_gray2 h5 {
	color: #fff !important;
}

.content_switch_box {
}
.content_switch_box div {
	padding: 0 20px;
}
ul.content_switch_nav {
	display: table;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
	letter-spacing: -6px;
	margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 4px 0;
	width: 760px;
	padding-left: 10px;
	padding-right: 10px;
}
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;
}
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;
}

#content .list_category_box {
  background-color: #156CA7;
  float: left;
  height: 100px;
  margin-bottom: 65px;
  margin-right: 13px;
  padding-top: 41px;
  text-align: center;
  width: 180px;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom: 2px solid #00477C;
}
#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: 45px;
}
#content .list_category_box i.ico_bottom {
  background-image: url("/image/MNC_icon_common_list_category.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  padding-top: 20px;
}
#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: 45px;
}
#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: 45px;
}
#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: 45px;
}

.disc, .square, .circle, .rhombus, .check, .line, .decimal {
	padding-left: 1em;
}
.disc li, .square li, .circle li, .rhombus li, .check li, .line li, .decimal li {
	margin-bottom: 10px;
	position: relative;
}

#content ul.disc li:before {
  background-color: #000;
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  left: -1em;
  position: absolute;
  top: 0.42em;
  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.6em;
  width: 8px;
}
/*ikeda*/



/*ikeda*/
#content ul.disc li ul 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 ul li ul li:before {
  background-color: #888 !important;
  border-radius: 0% !important;
  content: "";
  display: block;
  height: 3px;
  left: -1em;
  position: absolute;
  top: 0.6em;
  width: 8px;
}

ul.circle_num{
	counter-reset:number;
	list-style-type: none !important;
	padding:0.5em;
}
ul.circle_num > li{
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.2em 0.5em 0.2em 30px;
}
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.9rem;
	border-radius: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	/*top: 45%;*/
	top:16px;
	-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: 8px;
	height: 8px;
	background-color: #0071c5;
	display: block;
	position: absolute;
	top: 0.55em;
	left: -1em;
}

#content .circle li:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #fff;
	border: 2px solid #0071c5;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: 0.55em;
	left: -1em;
}

#content .rhombus li:before {
	content: '';
	width: 8px;
	height: 8px;
	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: 8px;
	height: 3px;
	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: 8px;
	height: 2px;
	background-color: #0071c5;
	display: block;
	position: absolute;
	top: 0.75em;
	left: -1em;
}
#content ul li.no_mrkr:before {
  content: none;
}
#content ul li ol li.no_mrkr:before {
  content: none;
}




#content ul li.list_text {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
#content ul.key {
	margin-bottom: 10px;
}
#content ul.key li {
	margin-bottom: 10px;
  text-indent: -1em;
}
#content ul.key li:before {
  display: inline;
  content: "※";
	padding-right: 5px;
}
#content ul.decimal {
	margin-bottom: 10px;
	list-style-position: inside;
}
#content ul.decimal li {
	list-style-type: decimal;
	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:18px;
	margin-left:20px;
	margin-bottom: 3px;
}
/*ikeda*/



#content ul.decimal li.text_left {
	letter-spacing: -0.13em;
}

#content ul.list_link_bottom {
	margin-top: 50px;
	margin-bottom: 50px;
}
#content ul.list_link_bottom li {
	display: inline-block;
	margin-right: 20px;
	font-size: 100%;
}
#content ul.list_link_bottom li.last {
	margin-right: 0px;
}
#content ul.list_link_bottom li a {
	background-image: url(/image/MNC_content_link_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left top 6px;
	padding-left: 20px;
	color: #0066cc;
	display: block;
}
ul.content_list_nav {
	border-bottom: 1px solid #cdcdcd;
	/*border-left: 1px solid #cdcdcd;*/	/*ikeda*/

	text-align: center;
	letter-spacing: -6px;
	margin-bottom: 50px;
}






#content ul.list_link_bottom2 li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom:5px;
	/*font-size: 0.9rem;*/
}
#content ul.list_link_bottom2 li.last {
	margin-right: 0px;
}
#content ul.list_link_bottom2 li a {
	background-image: url(/image/MNC_content_link_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left top 6px;
	padding-left: 20px;
	color: #0066cc;
	display: block;
}


#content ul.list_link_bottom3 li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom:10px;
}
#content ul.list_link_bottom3 li.last {
	margin-right: 0px;
}
#content ul.list_link_bottom3 li a {
	background-image: url(/image/MNC_content_link_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: left top 6px;
	padding-left: 20px;
	color: #0066cc;
	display: block;
}








/***2016/02/17 マクニカ追加 メニュー表示***/
ul.content_list_nav_top {
	border-bottom: none;
}
ul.content_list_nav_top li {
	border-top: 1px solid #cdcdcd;
}
ul.content_list_nav_top li:first-child {
	border-left: 1px solid #cdcdcd;
}
ul.content_list_nav_bottom {
	border-bottom: none;
}
ul.content_list_nav_bottom li:first-child {
	border-left: 1px solid #cdcdcd;
}
ul.content_list_nav_bottom li {
	border-bottom: 1px solid #cdcdcd;
}

ul.content_list_nav li {
	font-size: 100%;
	color: #333;
	letter-spacing: 0;
	cursor: pointer;
	vertical-align: middle;
	background-image: url(/image/MNC_content_list_nav_border_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	padding: 15px 0 10px;
}
ul.content_list_nav li a {
	color: #333;
	padding: 0 24px;
}
ul.content_list_nav li:hover {
	background-color: #989898;
	transition: all 0.2s ease-in-out 0s;
}
ul.content_list_nav li:hover a {
color: #fff;
}
ul.content_list_nav li a:hover {
	text-decoration: none;
	color: #fff;
	transition: all 0.2s ease-in-out 0s;
}
ul.content_list_nav li.on a {
	color: #fff;
}
ul.content_list_nav li.border_right {
	background-image: url(/image/MNC_content_list_nav_border_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}



ul.content_list_nav_top li:last-child , ul.content_list_nav_bottom li:last-child{
 border-right: 1px solid #DADADA;
 background-image: none;
}


ul.content_list_nav li.border_right_none {
	border-right: none !important;
}
ul.content_list_nav li.on {
	background-color: #989898;
	color: #fff;
}
ul.content_list_nav li span.subnavi {
	background-image: url(/image/MNC_product_navi_arrow.png);
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-left: 24px;
	padding-right: 30px;
}
ul.content_list_nav li.on span.subnavi {
	background-image: url(/image/MNC_product_navi_arrow_on.png);
}
ul.content_list_nav li:hover span.subnavi {
	background-image: url(/image/MNC_product_navi_arrow_on.png);
	transition: all 0.2s ease-in-out 0s;
	color: #fff;
}
ul.content_list_nav ul.content_list_nav_sub_menu {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	margin-top: 10px;
	padding: 10px 5px 10px 15px;
	z-index: 1;
}
ul.content_list_nav ul.content_list_nav_sub_menu li {
	display: block;
	background-image: url(/image/MNC_content_h4_a_bg.png);
	background-repeat: no-repeat;
	background-position: left top 7px;
	border: none;
	height: auto;
	padding: 5px 10px 5px 15px;
	text-align: left;
	float: none;
}
ul.content_list_nav ul.content_list_nav_sub_menu li:last-child {
	border: none;
}
ul.content_list_nav ul.content_list_nav_sub_menu li:hover {
	background-color: #fff;
}
ul.content_list_nav ul.content_list_nav_sub_menu li a {
	color: #0066cc;
	display: block;
	font-size: 81%;
	padding: 0;
}
ul.content_list_nav ul.content_list_nav_sub_menu li a:hover {
	text-decoration: underline;
	background-color: #fff;
}
/***2016/02/17 マクニカ追加 メニュー表示ここまで***/
a.content_link {
	padding-left: 18px;
	text-indent: -18px;
	display: block;
}
a.content_link::before {
	content: url(/image/MNC_content_link_bg.png);
	left: -5px;
	top: 2px;
  position: relative;
}
a.content_link_s {/*okuda for support btn*/
	padding-left: 18px;
	text-indent: -10px;
	display: block;
}
a.content_link_s::before {
	content: url(/image/MNC_content_link_bg.png);
	left: -5px;
	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: -5px;
  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;
}

.link_list {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.link_list li {
	float: left;
	width: 300px;
	height: 60px;
	text-align: center;
}
.link_list a {
	background-image: url(/image/MNC_content_link_btn01_bg.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: #666;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 21px;
	font-size: 113%;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.content_link_btn {
	background-image: url(/image/MNC_content_link_btn01_bg.png);
	background-repeat: no-repeat;
	background-position: 170px center;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 21px;
	font-size: 113%;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.content_link_btn:hover {
	text-decoration: none;
}

#content a.content_link_btn02 {
	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: 113%;
	font-weight: bold;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.content_link_btn02:hover {
	text-decoration: none;
}

#content a.content_link_btn03  {
	background-image: url(/image/MNC_content_link_btn01_bg.png);
	background-repeat: no-repeat;
	background-position: 150px center;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding-top: 15px;
	font-size: 100%;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 167px;
	height: 35px;
}
#content a.content_link_btn03:hover {
	text-decoration: none;
}

#content a.content_link_btn04 {
	background-image: url(/image/MNC_content_link_blank02_bg.png);
	background-repeat: no-repeat;
	background-position: 185px 25px;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 88%;
	width: 208px;
	height: 35px;
}
#content a.content_link_btn04:hover {
	text-decoration: none;
}
#content a.content_link_btn_orange {
	border-bottom: 2px solid #B34204;
	background-color: #F16519;
}
#content a.content_link_btn_orange:hover {
	text-decoration: none;
}
#content a.content_link_btn_purple {
	border-bottom: 2px solid #610B6A;
	background-color: #85288f;
}
#content a.content_link_btn_purple:hover {
	text-decoration: none;
}
#content table {
	border-collapse: collapse;
	width: 100%;
}
#content table.content_table {
	margin-top: 50px;
	margin-bottom: 50px;
}
#content table.content_table th {
	background-color: #CCC;
	/*padding: 10px 0;*/
	padding: 5px 5px 4px 5px ;
	border: 1px solid #DADADA;
	font-size: 88%;
}
#content table.content_table th.title {
	font-weight: bold;
}
#content table.content_table td {
	padding: 7px 5px 5px 5px ;
	border: 1px solid #DADADA;
	font-size: 88%;
}
#content table.content_table td.title {
	font-weight: bold;
	background-color: #eee;
}
#content table.content_table td.f_normal {
	font-weight: normal;
}
#content table.content_table td.text_center {
	text-align: center;
}
#content table.content_table td.text_right {
	text-align: right;
}
#content table.content_table td.text_center img {
	display: inline;
	vertical-align: middle;
}
#content table td.gray01  {
	background-color: #f4f4f4;
}
#content a.link_btn_white  {
	background-image: url(/image/MNC_content_link_btn02_bg.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	width: 175px;
	color: #333;
	display: inline-block;
	text-align: center;
	padding-top: 15px;
	font-size: 100%;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	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: 10px;
	height: 30px;
	font-size: 88%;
}
#content a.link_btn_ptb_s:hover {
	text-decoration: none;
}
/*
#content table.content_table td a.link_btn  {
	background-image: url(/image/content_link_btn02_bg.png);
	background-repeat: no-repeat;
	background-position: 160px center;
	width: 175px;
	color: #333;
	display: inline-block;
	text-align: center;
	padding-top: 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 35px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	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 table.content_table td a.link_btn2  {
	width: 94px;
	height: 30px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	padding-top: 12px;
	font-size: 88%;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content table.content_table td a.link_btn2:hover {
	text-decoration: none;
}
#content table.content_table td span  {
	font-weight: bold;
}
#content table.content_table td span.font_10  {
	font-size: 63%;
	color: #999;
}

#content .two_box_wrap a.box {
	float: left;
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	width: 348px;
	height: 110px;
}
#content .two_box_wrap span.pic {
	float: left;
  margin-right: 20px;
}
#content .two_box_wrap span.title {
	float: left;
	margin-top: 5px;
}
#content .two_box_wrap span.text {
	display: inline-block;
  width: 200px;
	font-size: 88%;
}
#content .two_box_wrap a span.text {
	color: #333;
}
#content .two_box_wrap .two_box .btn{
	width: 207px;
	background-position: 180px center;
	margin-left: 90px;
}
#content .two_box_wrap .two_box .btn:hover {
	text-decoration: none;
}
#content .two_box_wrap .two_box .text{
	font-size: 75%;
	margin: 5px 0 26px;
	padding-left: 120px;
}

#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 {
	font-size: 113%;
}
#content ul.search_list li a span {
	color: #333333;
	font-size: 100%;
}
#content ul.search_list li.sp_title {
	display: none;
}
#content ul.search_list li .td_logo {
	display: inline-block;
}
#content ul.search_list li .td_logo_title {
	display: inline-block;
}
#content ul.search_list li  .td_logo2 {
	float: left;
	margin: 5px 10px 0 0;
}
#content ul.search_list li  .td_text {
	float: left;
}
#content ul.search_list li .special {
	padding: 15px 40px;
}
#content ul.search_list li  span.gray {
	color: #666666;
	font-size: 88%;
}
#content .maker_box {
	display: table;
	border: 1px solid #DADADA;
	width: 100%;
	margin-bottom: 30px;
}
#content .maker_logo{
	display: table-cell;
	padding-left: 20px;
	padding-top: 20px;
}
#content .maker_list{
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-top: 10px;
}
#content .maker_logo2{
	display: table-cell;
	padding-left: 20px;
	/*padding-top: 20px;*/
	padding-top: 25px;
	width:30%;
}
#content .maker_list2{
	display: table-cell;
	width: 70%;
	vertical-align: top;
	padding-top: 10px;
}
#content .maker_logo .td_logo {
	width: 190px;
}
#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 {
	display: none;
}
#content ul.maker_search_list li:last-child {
	border-bottom: none;
}

#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: 125%;
}
#content table.content_table3 th a span {
	color: #333333;
	font-size: 100%;
}
#content table.content_table3 tr.sp_title {
	display: none;
}
#content table.content_table3 td {
	padding: 14px 20px 13px;
	border: 1px solid #DADADA;
}
#content table.content_table3 .td_logo {
	display: inline-block;
}
#content table.content_table3 .td_logo_title {
	display: inline-block;
}
#content table.content_table3 .td_logo2 {
	float: left;
	margin: 5px 10px 0 0;
}
#content table.content_table3 .td_text {
	float: left;
}
#content table.content_table3 td a {
	font-size: 113%;
}
#content table.content_table3 td.special {
	padding: 15px 40px;
}
#content table.content_table3 td span.gray {
	color: #666666;
	font-size: 88%;
}
#content .alphabet {
  clear: both;
	margin-bottom: 20px;
	margin-top: 50px;
}
#content .alphabet a {
  background-color: #fff;
  text-align: center;
  color: #000;
	font-size: 125%;
	width: 21px;
	height: 20px;
	line-height: 20px;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	padding: 15px;
	text-decoration: none;
	border-top: 1px #dadada solid;
	border-right: 1px #dadada solid;
	border-left: 1px #dadada solid;
	border-bottom: 2px #ACACAC solid;
  background-image: url("/image/MNC_content_alphabet_bg.png");
  background-position: 19px 38px;
  background-repeat: no-repeat;
	float: left;
	margin: 0 5px 5px 0;
}
#content .alphabet a {
	transition: all 0.5s linear 0s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
#content .alphabet a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	TEXT-DECORATION: none;
}
#content .alphabet a.bg_none {
  background-image: none !important;
}
#content .alphabet a.current {
	background-color: #EDEDED;
	border: none;
  background-image: url("/image/MNC_content_alphabet_on.png");
  background-position: 20px 38px;
  background-repeat: no-repeat;
	color: #adadad;
	border-right: 1px #EDEDED solid;
	border-left: 1px #EDEDED solid;
	cursor: text;
}
#content .alphabet a.last {
	margin-right: 0px;
}
#content .alphabet a.hiragana {
	width: 47px;
	padding: 15px 2px;
	margin-top: 15px;
	font-size: 113%;
}
#content .alphabet a.hiragana span {
	font-size: 75%;
}
#content .category_list {
	margin-bottom: 80px;
}
#content .category_btn {
	margin: 30px auto 80px;
	text-align: center;
}
#content .category_btn a {
  background: #156ca7 url(/image/MNC_content_link_btn01_bg.png) no-repeat 185px center;
	border-bottom: 2px #00477c solid;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding-top: 15px;
	font-size: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 207px;
	height: 35px;
	font-weight: bold;
}
#content .category_btn a:hover {
	text-decoration: none;
}
ul.contact_link {
	margin-bottom: 40px;
}
.contact_link li {
	background: url(/image/MNC_content_link_bottom_bg.png) no-repeat;
	background-position:  center bottom 15px;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	width: 188px;
	text-align: center;
	line-height: 1.2em;
	float: left;
	padding: 30px 0 38px;
}
.contact_link li.width_188 {
	background: none !important;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	width: 188px;
	text-align: center;
	float: left;
	padding: 30px 0 20px;
	height: 110px;
}
.contact_link li.last {
	border-right: 1px solid #dadada;
}
.contact_link li img {
	display: inline;
}
ul.contact_link2 {
	margin-bottom: 25px;
}
ul.contact_link2 li a {
	background: url(/image/MNC_content_link_bottom_bg.png) no-repeat 10px center;
	border-left: 1px solid #dadada;
	border-top: 1px solid #dadada;
	width: 148px;
	float: left;
	padding: 6px 5px 6px 35px;
	font-size: 88%;
}
ul.contact_link2 li a.last {
	border-right: 1px solid #dadada;
}
ul.contact_link2 li a.bottom {
	border-bottom: 1px solid #dadada;
}
ul.contact_link2 li a.bottom_none {
	border-bottom: none;
}

/* ボタン */
#content .contact_btn {
	background-image: url(/image/MNC_content_link_btn01_bg.png);
	background-repeat: no-repeat;
	background-position: 225px center;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 248px;
	height: 35px;
}
#content .contact_btn:hover {
	text-decoration: none;
}

#content .contact_text {
	text-align: center;
	font-size: 75%;
	margin-top: 5px;
}
#content p {
	margin-bottom: 10px;
}
#content p.text_large {
	font-size: 100%;
}
#content p.text_medium {
	font-size: 88%;
}
#content p.text_small {
	font-size: 75%;
}







/***** scroll *****/
.scroll_wrap_navi {
	width: 980px;
	margin-left: -41px;
	margin-top: 50px;
	/*height:14px;*/
}
.scroll_wrap_navi .prev {
	float: left;
	width: 30px;
	padding-left: 7px;
	padding-top: 7px;
	cursor: pointer;
}
.scroll_wrap_navi .next {
	float: right;
	width: 30px;
	padding-right: : 7px;
	padding-top: 7px;
	cursor: pointer;

}
.scroll_wrap_navi .box {
	float: left;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 908px;
}

.scroll_wrap_navi ul.content_list_nav {
	margin-bottom: 50px;
}

.scroll_wrap_navi ul.content_list_nav li {
	display: table-cell;
}
/***** scroll *****/

dl.content_news {
	border-top: 1px #dadada solid;
}
dl.content_news dt {
	width: 100px;
	float: left;
	padding: 15px 0;
}
dl.content_news dd {
	padding: 15px;
	float: left;
	width: 560px;
}
dl.content_news dd a:hover {
	text-decoration: underline;
}
dl.content_news dd.special {
	width: 60px;
	float: left;
  margin: 0 10px;
  text-align: center;
}
dl.content_news dd span{
  color: #ffffff;
  display: inline-block;
  font-size: 75%;
  padding: 2px 10px 0;
  text-align: center;
}
dl.content_news.border_bottom {
  border-bottom: 1px solid #dadada;
}
#content .pic_center {
	text-align: center;
}
#content .pic_center img {
	display: inline;
}
#content .category_btn {
  margin: 30px auto 80px;
  text-align: center;
}
#content .category_btn a.gigamon {
  background: #156ca7 url("/image/MNC_content_link_btn01_bg.png") no-repeat scroll 115px center;
  width: 137px;
}

#content .page_products_box {
	padding: 0 40px 50px 40px;
	margin-bottom: 60px;
	border-bottom: 1px solid #cdcdcd;
}
#content .page_products_box .left {
	float: left;
	width: 550px;
}
#content .page_products_box .right {
	float: right;
}

/*ikeda*/
#content .page_products_box .lefts {float: left;width: 550px;}
#content .page_products_box .rights {float: right;}
#content .page_products_box4 {
	padding: 0 40px 50px 40px;
	margin-bottom:1px;
}
#content .page_products_box5{
	padding: 0 40px;
}
/*ikeda*/

#content .page_products_logo {
	float: left;
	margin-top: 15px;
}
#content .page_products_logo2 {
	margin-top: 45px;
}
#content .page_products_title {
/*	margin-top: 45px; okuda*/
	margin-top: 35px;
	margin-left: 25px;
	line-height: 1.4em;
	float: left;
}
#content .page_products_title_2 {
	margin-top: 75px;
}






#content .page_products_title span {
	font-size: 125%;
	font-weight: bold;
}
#content .page_products_title span.font_14 {
	font-size: 88% !important;
	font-weight: normal !important;
}

/*ikeda*/
#content .page_products_title h1 {
	font-size: 125%;
	margin:0;
	font-weight: bold;
}
/*ikeda*/
/*ikeda*/
#content .page_products_box3 {
/*	padding: 0 40px 37px 40px; okuda for H2tag*/
	padding: 0 40px 30px 40px;
}
/*ikeda*/

#content .page_products_contact {
	float: right;
}
#content .page_products_contact .text {
	font-size: 88%;
	margin-bottom: 5px;
	text-align: center;
}
#content .page_products_contact a {
  background-image: url("/image/MNC_content_link_btn01_bg.png");
  background-position: 140px center;
  background-repeat: no-repeat;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 20px;
  text-align: center;
	margin-left: 5px;
}

#content .page_products_contact .tel {
	text-align: right;
	font-size: 88%;
	margin-top: 5px;
	padding-right: : 14px;
}
#content .page_products_contact .tel a {
	margin-top: 5px;
	margin-right: 0;
	padding: 0;
	color: #333;
	background: none;
	font-weight: normal;
}

#content .info {
	font-size: 88%;
	margin-top: 5px;
	margin-left: 5px;
	padding: 5px 10px;
	border: 1px #cdcdcd solid;
}
#content .info2 {
	background-color: #fff;
	display: none;
	position: absolute;
	margin-left: 100px;
}
#content .info a {
	outline: none;
	TEXT-DECORATION: none;
	color: #0066cc;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 88%;
	width: auto;
}

#content .page_products_box2 a {
	border-top: 1px #dadada solid;
	border-right: 1px #dadada solid;
	border-left: 1px #dadada solid;
	padding: 18px 40px;
	display: block;
	color: #333333;
  font-size: 100%;
}
#content .page_products_box2 a.last {
	border-bottom: 1px #dadada solid;
}
#content .page_products_box2 a span {
  font-size: 138%;
  color: #0066cc;
  outline: medium none;
  text-decoration: none;
}
#content .page_products_box2 a span:hover {
  text-decoration: underline;
}
#content .page_products_box2 a span.special {
	background-color: #ffeff2;
	padding:2px 20px 0;
	margin-bottom: 5px;
	margin-right: 2px;
	color: #333333;
  font-size: 88%;
}
#content .page_products_box2 a span.special:hover {
  text-decoration: none !important;
}
#content .point_box {
	border: 3px #cdcdcd solid;
	width: 59px;
	height: 50px;
	text-align: center;
	font-size: 81%;
	float: left;
	font-weight: bold;
	padding: 5px 0 3px;
}
#content .point_box span {
	display: block;
	line-height: 1em;
	font-size: 188%;
}
#content .point_text {
	float: left;
	width: 670px;
	font-size: 119%;
	font-weight: bold;
	padding-top: 15px;
	margin-left: 20px;
}
#content .product_btn {
  background: #156ca7 url("/image/MNC_content_link_btn01_bg.png") no-repeat scroll 220px center;
  border-bottom: 2px solid #00477c;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  height: 61px;
	line-height: 62px;
  text-align: center;
  width: 240px;
}

#content dl.faq_list {
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	margin-bottom: 80px;
}
#content dl.faq_list dt {
	float:left;
	clear:left;
	width: 60px;
	padding: 18px 0px 14px 20px;
	text-align: center;
}
#content dl.faq_list dd {
	float:left;
	width: 598px;
	padding: 18px 60px 14px 20px;
}
#content dl.faq_list dt.q , #content dl.faq_list dd.q {
	border-top: 1px solid #cdcdcd;
}
#content dl.faq_list dt span {
	padding: 3px 15px 3px;
	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: 33px 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 {
	display: none;
}

.page_products_two_box {
	float: left;
	width: 390px;
	margin-right: 60px;
	margin-bottom: 30px;
}
.page_products_two_box .pic {
	float: left;
	border: 1px solid #cdcdcd;
	text-align: center;
	padding: 18px 10px 15px;
}
.page_products_two_box .right .title {
	font-size: 88%;
}
.page_products_two_box .right .text {
	font-size: 88%;
}
.page_products_two_box .right .text2 {
	font-size: 75%;
	color: #666;
}
.pagenavi {
  text-align: center;
  clear: both;
	width: 100%;
	margin: 50px 0;
}
.pagenavi a {
	width: 40px;
	height: 20px;
	padding: 10px 0;
	color: #000;
	font-size: 113%;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	box-shadow:0px 2px 0px #acacac;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
}
.pagenavi a.first {
  background-image: url("/image/MNC_content_pagenavi_left_bg.png");
  background-position: 25px center;
  background-repeat: no-repeat;
  padding-left: 15px;
  width: 85px;
}
.pagenavi a.last {
  background-image: url("/image/MNC_content_pagenavi_right_bg.png");
  background-position: 65px center;
  background-repeat: no-repeat;
  padding-right: 15px;
  width: 85px;
}
.pagenavi span.extend {
  border: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
}
.pagenavi span.current {
	background-color: #EDEDED;
	color: #999;
	font-size: 100%;
	width: 40px;
	height: 40px;
	line-height: 40px;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
}
.pagenavi a {
	transition: all 0.5s linear 0s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.pagenavi a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	TEXT-DECORATION: none;
}

/***** 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 {
	padding: 20px 20px 18px 20px ;
	font-weight: bold;
	text-align: left;
	border: 2px solid #d4ebfa;
	background-color: #eaf5fc;
	width: 25%;
	white-space: nowrap;
}
.tbl_style05 td {
	padding: 20px 10px 18px 20px ;
	border: 2px 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:10px;
}
.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:hover span, .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:hover span, .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: 140px;
	border-top: : 1px solid #dadada;
}
dl.news_list dd {
  padding: 15px 0 15px 160px;
	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: rgba(0, 0, 0, 0) url("/image/bx_next_bg02.png") no-repeat scroll left top;
  right: -50px;
}
.content_slide_wrap .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("/image/bx_prev_bg02.png") no-repeat scroll left top;
  left: -45px;
}

.top_banner_slide {
	background-color: #192744;
}
.top_banner_slide .bx-viewport {
	width: 100% !important;
}
.top_banner_slide .bx-wrapper {
	width: 100% !important;
	max-width: 100% !important;
}
.top_banner_slide .bx-wrapper .bx-controls {
	margin: 0 auto;
	position: relative;
	width: 1260px;
}
.top_banner_slide .bx-wrapper .bx-controls-direction {
	display: block !important;
	margin-top: -200px;
	position: absolute;
	width: 1260px;
}
.top_banner_slide .bx-wrapper .bx-prev {
	left: 120px !important;
}
.top_banner_slide .bx-wrapper .bx-next {
	right: 120px !important;
}
.top_banner_slide .bx-wrapper .bx-pager.bx-default-pager a {
	width: 13px !important;
	height: 13px !important;
	margin: 0 8px 9px !important;
}
.top_banner_slide .bx-viewport #mainSlider {
	text-align: center;
	width: 100% !important;
	height: 370px;
}
.top_banner_slide .bx-wrapper .main {
  width: 100% !important;
}
.top_banner_slide .bx-wrapper .main_img1 {
	background-color: #3d75b5;
}
.top_banner_slide .bx-wrapper .main_img1 div {
	background-image: url("/image/MNC_top_key_01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
  width: 1260px;
	height: 370px;
}
.top_banner_slide .bx-wrapper .main_img2 {
	background-color: #122243;
}
.top_banner_slide .bx-wrapper .main_img2 div {
	background-image: url("/image/MNC_top_key_02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
  width: 1260px;
	height: 370px;
}
.top_banner_slide .bx-wrapper .main_img3 {
	background-color: #fff;
}
.top_banner_slide .bx-wrapper .main_img3 div {
	background-image: url("/image/MNC_top_key_03.jpg");
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
  width: 1260px;
	height: 370px;
}
.top_banner_slide .bx-wrapper img {
	position: relative;;
}
.top_banner_slide .bx-wrapper img.img1_text {
	margin-top: 122px;
	left: 200px;
}
.top_banner_slide .bx-wrapper img.img2_text {
	margin-top: 128px;
	left: 200px;
}
.top_banner_slide .bx-wrapper img.img3_text {
	margin-top: 128px;
	left: 200px;
}
/***** slide *****/

/***** table-layout *****/
.lay_fixed {
	table-layout: fixed;
}
/***** table-layout *****/

/***** lightbox *****/
a[rel*="lightbox"] {
	display: inline-block;
	position: relative;
	z-index: 1;
}
a[rel*="lightbox"]:after {
	content: "";
	width: 42px;
	height: 41px;
	background: url("/image/MNC_content_lightbox_icon.png") left top no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}
a[rel*="lightbox"] {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
a[rel*="lightbox"]:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.content_img_left img, .content_img_right img, .content_img_center img {
  max-width: 100%;
  width: auto;
}


/*** Content end ***/
.last {
  margin-right: 0!important;
}
.box_off { display: none; }

.page_top {
  cursor: pointer;
  position: fixed;
  right: 20px;
	bottom: 20px;
  z-index: 2;
	display: none;
}


/***** left right *****/
.text_center { text-align: center; }
.text_right { text-align: right; }
.content_box_left { float: left !important;}
.content_box_right { float: right !important;}
/***** left right Off  *****/

/***** font_size *****/
.fs10 { font-size:63% !important; }
.fs12 { font-size:75% !important; }
.fs14 { font-size:88% !important; }
.fs16 { font-size:100% !important; }
.fs24 { font-size:150% !important; }
.fs26 { font-size:163% !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 *****/


/***** 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_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 { background-color: #FFFFCC !important; }
.color_beige { background-color: #FEECC8 !important; }
.color_pink { background-color: #FFDDE2 !important; }
/***** Bg_Color Off *****/

/***** 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_blue_deep__text { color: #156CA7 !important; }
.color_red_text { color: #FF2A4F !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 *****/

/***** align *****/
.ta_l { text-align: left !important; }
.ta_c { text-align: center !important; }
.ta_r { text-align: right !important; }
.va_t { vertical-align: top !important; }
.va_m { vertical-align: middle !important; }
.va_b { vertical-align: bottom !important; }
.block_c { display: block; margin: 0 auto !important; }
img.block_c { margin-top: 28px !important; margin-bottom: 28px !important; }
/***** align *****/

/***** margin *****/
.mt_00 { margin-top: 0px !important;}
.mt_05 { margin-top: 5px !important;}
.mt_10 { margin-top: 10px !important;}
.mt_15 { margin-top: 15px !important;}
.mt_20 { margin-top: 20px !important;}
.mt_25 { margin-top: 25px !important;}
.mt_30 { margin-top: 30px !important;}
.mt_35 { margin-top: 35px !important;}
.mt_40 { margin-top: 40px !important;}
.mt_45 { margin-top: 45px !important;}
.mt_50 { margin-top: 50px !important;}
.mt_55 { margin-top: 55px !important;}
.mt_60 { margin-top: 60px !important;}
.mt_65 { margin-top: 65px !important;}
.mt_70 { margin-top: 70px !important;}
.mt_75 { margin-top: 75px !important;}
.mt_80 { margin-top: 80px !important;}
.mt_85 { margin-top: 85px !important;}
.mt_90 { margin-top: 90px !important;}
.mt_95 { margin-top: 95px !important;}
.mt_100 { margin-top: 100px !important;}

.mr_00 { margin-right: 0px !important;}
.mr_05 { margin-right: 5px !important;}
.mr_10 { margin-right: 10px !important;}
.mr_15 { margin-right: 15px !important;}
.mr_20 { margin-right: 20px !important;}
.mr_25 { margin-right: 25px !important;}
.mr_30 { margin-right: 30px !important;}
.mr_35 { margin-right: 35px !important;}
.mr_40 { margin-right: 40px !important;}
.mr_45 { margin-right: 45px !important;}
.mr_50 { margin-right: 50px !important;}
.mr_55 { margin-right: 55px !important;}
.mr_60 { margin-right: 60px !important;}
.mr_65 { margin-right: 65px !important;}
.mr_70 { margin-right: 70px !important;}
.mr_75 { margin-right: 75px !important;}
.mr_80 { margin-right: 80px !important;}
.mr_85 { margin-right: 85px !important;}
.mr_90 { margin-right: 90px !important;}
.mr_95 { margin-right: 95px !important;}
.mr_100 { margin-right: 100px !important;}

.mb_00 { margin-bottom: 0px !important;}
.mb_05 { margin-bottom: 5px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_15 { margin-bottom: 15px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_25 { margin-bottom: 25px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_35 { margin-bottom: 35px !important;}
.mb_40 { margin-bottom: 40px !important;}
.mb_45 { margin-bottom: 45px !important;}
.mb_50 { margin-bottom: 50px !important;}
.mb_55 { margin-bottom: 55px !important;}
.mb_60 { margin-bottom: 60px !important;}
.mb_65 { margin-bottom: 65px !important;}
.mb_70 { margin-bottom: 70px !important;}
.mb_75 { margin-bottom: 75px !important;}
.mb_80 { margin-bottom: 80px !important;}
.mb_85 { margin-bottom: 85px !important;}
.mb_90 { margin-bottom: 90px !important;}
.mb_95 { margin-bottom: 95px !important;}
.mb_100 { margin-bottom: 100px !important;}

.ml_00 { margin-left: 0px !important;}
.ml_05 { margin-left: 5px !important;}
.ml_10 { margin-left: 10px !important;}
.ml_15 { margin-left: 15px !important;}
.ml_20 { margin-left: 20px !important;}
.ml_25 { margin-left: 25px !important;}
.ml_30 { margin-left: 30px !important;}
.ml_35 { margin-left: 35px !important;}
.ml_40 { margin-left: 40px !important;}
.ml_45 { margin-left: 45px !important;}
.ml_50 { margin-left: 50px !important;}
.ml_55 { margin-left: 55px !important;}
.ml_60 { margin-left: 60px !important;}
.ml_65 { margin-left: 65px !important;}
.ml_70 { margin-left: 70px !important;}
.ml_75 { margin-left: 75px !important;}
.ml_80 { margin-left: 80px !important;}
.ml_85 { margin-left: 85px !important;}
.ml_90 { margin-left: 90px !important;}
.ml_95 { margin-left: 95px !important;}
.ml_100 { margin-left: 100px !important;}
.ml_110 { margin-left: 110px !important;}
.ml_210 { margin-left: 210px !important;}
/***** margin Off *****/

/***** padding *****/
.pa_05{padding:05px !important;}
.pa_10{padding:10px !important;}
.pa_20{padding:20px !important;}

.pt_00 { padding-top: 0px !important;}
.pt_05 { padding-top: 5px !important;}
.pt_10 { padding-top: 10px !important;}
.pt_15 { padding-top: 15px !important;}
.pt_20 { padding-top: 20px !important;}
.pt_25 { padding-top: 25px !important;}
.pt_30 { padding-top: 30px !important;}
.pt_35 { padding-top: 35px !important;}
.pt_40 { padding-top: 40px !important;}
.pt_45 { padding-top: 45px !important;}
.pt_50 { padding-top: 50px !important;}
.pt_55 { padding-top: 55px !important;}
.pt_60 { padding-top: 60px !important;}
.pt_65 { padding-top: 65px !important;}
.pt_70 { padding-top: 70px !important;}
.pt_75 { padding-top: 75px !important;}
.pt_80 { padding-top: 80px !important;}
.pt_85 { padding-top: 85px !important;}
.pt_90 { padding-top: 90px !important;}
.pt_95 { padding-top: 95px !important;}
.pt_100 { padding-top: 100px !important;}

.pr_00 { padding-right: 0px !important;}
.pr_05 { padding-right: 5px !important;}
.pr_10 { padding-right: 10px !important;}
.pr_15 { padding-right: 15px !important;}
.pr_20 { padding-right: 20px !important;}
.pr_25 { padding-right: 25px !important;}
.pr_30 { padding-right: 30px !important;}
.pr_35 { padding-right: 35px !important;}
.pr_40 { padding-right: 40px !important;}
.pr_45 { padding-right: 45px !important;}
.pr_50 { padding-right: 50px !important;}
.pr_55 { padding-right: 55px !important;}
.pr_60 { padding-right: 60px !important;}
.pr_65 { padding-right: 65px !important;}
.pr_70 { padding-right: 70px !important;}
.pr_75 { padding-right: 75px !important;}
.pr_80 { padding-right: 80px !important;}
.pr_85 { padding-right: 85px !important;}
.pr_90 { padding-right: 90px !important;}
.pr_95 { padding-right: 95px !important;}
.pr_100 { padding-right: 100px !important;}
.pr_109 { padding-right: 109px !important; }

.pb_00 { padding-bottom: 0px !important;}
.pb_05 { padding-bottom: 5px !important;}
.pb_10 { padding-bottom: 10px !important;}
.pb_15 { padding-bottom: 15px !important;}
.pb_20 { padding-bottom: 20px !important;}
.pb_25 { padding-bottom: 25px !important;}
.pb_30 { padding-bottom: 30px !important;}
.pb_35 { padding-bottom: 35px !important;}
.pb_40 { padding-bottom: 40px !important;}
.pb_45 { padding-bottom: 45px !important;}
.pb_50 { padding-bottom: 50px !important;}
.pb_55 { padding-bottom: 55px !important;}
.pb_60 { padding-bottom: 60px !important;}
.pb_65 { padding-bottom: 65px !important;}
.pb_70 { padding-bottom: 70px !important;}
.pb_75 { padding-bottom: 75px !important;}
.pb_80 { padding-bottom: 80px !important;}
.pb_85 { padding-bottom: 85px !important;}
.pb_90 { padding-bottom: 90px !important;}
.pb_95 { padding-bottom: 95px !important;}
.pb_100 { padding-bottom: 100px !important;}

.pl_00 { padding-left: 0px !important;}
.pl_05 { padding-left: 5px !important;}
.pl_10 { padding-left: 10px !important;}
.pl_15 { padding-left: 15px !important;}
.pl_20 { padding-left: 20px !important;}
.pl_25 { padding-left: 25px !important;}
.pl_30 { padding-left: 30px !important;}
.pl_35 { padding-left: 35px !important;}
.pl_40 { padding-left: 40px !important;}
.pl_45 { padding-left: 45px !important;}
.pl_50 { padding-left: 50px !important;}
.pl_55 { padding-left: 55px !important;}
.pl_60 { padding-left: 60px !important;}
.pl_65 { padding-left: 65px !important;}
.pl_70 { padding-left: 70px !important;}
.pl_75 { padding-left: 75px !important;}
.pl_80 { padding-left: 80px !important;}
.pl_85 { padding-left: 85px !important;}
.pl_90 { padding-left: 90px !important;}
.pl_95 { padding-left: 95px !important;}
.pl_100 { padding-left: 100px !important;}
.pl_109 { padding-left: 109px !important; }


/***** padding Off *****/

/***** width *****/
.w05 { width: 5% !important;}
.w10 { width: 10% !important;}
.w15 { width: 15% !important;}
.w20 { width: 20% !important;}
.w25 { width: 25% !important;}
.w30 { width: 30% !important;}
.w35 { width: 35% !important;}
.w40 { width: 40% !important;}
.w45 { width: 45% !important;}
.w50 { width: 50% !important;}
.w55 { width: 55% !important;}
.w60 { width: 60% !important;}
.w65 { width: 65% !important;}
.w70 { width: 70% !important;}
.w75 { width: 75% !important;}
.w80 { width: 80% !important;}
.w85 { width: 85% !important;}
.w90 { width: 90% !important;}
.w95 { width: 95% !important;}
.w100 { width: 100% !important;}
.wt_50p { width: 50% !important;}



.wt_10 { width: 10px !important;}
.wt_20 { width: 20px !important;}
.wt_30 { width: 30px !important;}
.wt_40 { width: 40px !important;}
.wt_50 { width: 50px !important;}
.wt_60 { width: 60px !important;}
.wt_70 { width: 70px !important;}
.wt_80 { width: 80px !important;}
.wt_90 { width: 90px !important;}
.wt_100 { width: 100px !important;}
.wt_110 { width: 110px !important;}
.wt_120 { width: 120px !important;}
.wt_130 { width: 130px !important;}
.wt_140 { width: 140px !important;}
.wt_150 { width: 150px !important;}
.wt_160 { width: 160px !important;}
.wt_170 { width: 170px !important;}
.wt_180 { width: 180px !important;}
.wt_190 { width: 190px !important;}
.wt_200 { width: 200px !important;}







.wt_197 { width: 197px !important;}
.wt_250 { width: 250px !important;}/*ikeda*/
.wt_300 { width: 300px !important;}/*ikeda*/
.wt_520 { width: 520px !important;}
.wt_760 { width: 760px !important;}





/*ikeda*/
.w01 { width: 1% !important;}
.w02 { width: 2% !important;}
.w03 { width: 3% !important;}
.w04 { width: 4% !important;}
.w06 { width: 6% !important;}
.w07 { width: 7% !important;}
.w08 { width: 8% !important;}
.w09 { width: 9% !important;}
.w11 { width: 11% !important;}
.w12 { width: 12% !important;}
.w13 { width: 13% !important;}
.w14 { width: 14% !important;}
.w16 { width: 16% !important;}
.w17 { width: 17% !important;}
.w18 { width: 18% !important;}
.w19 { width: 19% !important;}
.w21 { width: 21% !important;}
.w22 { width: 22% !important;}
.w23 { width: 23% !important;}
.w24 { width: 24% !important;}
.w26 { width: 26% !important;}
.w27 { width: 27% !important;}
.w28 { width: 28% !important;}
.w29 { width: 29% !important;}
.w31 { width: 31% !important;}
.w32 { width: 32% !important;}
.w33 { width: 33% !important;}
.w34 { width: 34% !important;}
.w36 { width: 36% !important;}
.w37 { width: 37% !important;}
.w38 { width: 38% !important;}
.w39 { width: 39% !important;}
.w41 { width: 41% !important;}
.w42 { width: 42% !important;}
.w43 { width: 43% !important;}
.w44 { width: 44% !important;}
.w46 { width: 46% !important;}
.w47 { width: 47% !important;}
.w48 { width: 48% !important;}
.w49 { width: 49% !important;}
/*ikeda*/



/***** width Off *****/

/***** line-height *****/
.lh10 { line-height: 1.0em; }
.lh11 { line-height: 1.1em; }
.lh12 { line-height: 1.2em; }
.lh13 { line-height: 1.3em; }
.lh14 { line-height: 1.4em; }
.lh15 { line-height: 1.5em; }
.lh16 { line-height: 1.6em; }

/***** line-height *****/

/***** border *****/
a.border_bottom_01 { border-bottom: 2px solid #B34204; }
a.border_bottom_02 { border-bottom: 2px solid #610B6A; }
a.border_bottom_03 { border-bottom: 2px solid #00477C; }
.border_top_none { border-top: none !important;}
.border_bottom_none { border-bottom: none !important;}
.border_left_none { border-left: none !important;}
.border_right_none { border-right: none !important;}
.border_top_true { border-top: 1px solid #cdcdcd !important;}
.border_left_true { border-left: 1px solid #cdcdcd !important;}
.border_right_true { border-right: 1px solid #cdcdcd !important;}
.border_bottom_true { border-bottom: 1px solid #cdcdcd !important;}
/***** border Off *****/





/*---------------------------------------------------
	[MNC追加分]
---------------------------------------------------*/

/***** asterisk *****/
.atk05{text-indent:-0.5em;padding-left:0.5em !important;}
.atk10{text-indent:-1.0em;padding-left:1.0em !important;}
	.atk11{text-indent:-1.1em;padding-left:1.1em !important;}
	.atk12{text-indent:-1.2em;padding-left:1.2em !important;}
	.atk13{text-indent:-1.3em;padding-left:1.3em !important;}
	.atk14{text-indent:-1.4em;padding-left:1.4em !important;}
	.atk15{text-indent:-1.5em;padding-left:1.5em !important;}
	.atk16{text-indent:-1.6em;padding-left:1.6em !important;}
	.atk17{text-indent:-1.7em;padding-left:1.7em !important;}
	.atk18{text-indent:-1.8em;padding-left:1.8em !important;}
	.atk19{text-indent:-1.9em;padding-left:1.9em !important;}

.atk20{text-indent:-2.0em;padding-left:2.0em !important;}
	.atk21{text-indent:-2.1em;padding-left:2.1em !important;}
	.atk22{text-indent:-2.2em;padding-left:2.2em !important;}
	.atk23{text-indent:-2.3em;padding-left:2.3em !important;}
	.atk24{text-indent:-2.4em;padding-left:2.4em !important;}
	.atk25{text-indent:-2.5em;padding-left:2.5em !important;}
	.atk26{text-indent:-2.6em;padding-left:2.6em !important;}
	.atk27{text-indent:-2.7em;padding-left:2.7em !important;}
	.atk28{text-indent:-2.8em;padding-left:2.8em !important;}
	.atk29{text-indent:-2.9em;padding-left:2.9em !important;}

.atk30{text-indent:-3.0em;padding-left:3.0em !important;}
.atk40{text-indent:-4.0em;padding-left:4.0em !important;}
.atk50{text-indent:-5.0em;padding-left:5.0em !important;}
/***** asterisk *****/





/***** height *****/
.ht_10 { height: 10px !important;}
.ht_20 { height: 20px !important;}
.ht_30 { height: 30px !important;}
.ht_40 { height: 40px !important;}
.ht_50 { height: 50px !important;}
.ht_60 { height: 60px !important;}
.ht_70 { height: 70px !important;}
.ht_80 { height: 80px !important;}
.ht_90 { height: 90px !important;}
.ht_100 { height: 100px !important;}
.ht_110 { height: 110px !important;}
.ht_120 { height: 120px !important;}
.ht_130 { height: 130px !important;}
.ht_140 { height: 140px !important;}
.ht_150 { height: 150px !important;}
.ht_160 { height: 160px !important;}
.ht_170 { height: 170px !important;}
.ht_180 { height: 180px !important;}
.ht_190 { height: 190px !important;}
.ht_200 { height: 200px !important;}
/***** height Off *****/












/***** イメージのセンタリングとインライン化 *****/
.il{display:inline;}
.ilb{display:inline-block;}
.ib{border:none;display: block;}
.imgc{margin:0 auto;}
.imgr{margin-right:auto;}
.imgl{margin-left:auto;}

/* Seminer Table List*/
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;
}

/* DocDL 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;
}

/* Table Style */
div.restblcell{
	display:table;
	width:100%;
}
div.restblcell > dl{
    display:table-row;
}
div.restblcell > dl dt,
div.restblcell > dl dd{
	display:table-cell;
	vertical-align:middle;
}
div.restblcell > dl dt{
	background:#EFEFEF;
	border-bottom:1px solid #DADADA;
	border-right:1px solid #DADADA;
	border-left:1px solid #DADADA;
}
div.restblcell > dl dd{
	background:#FFF;
	border-bottom:1px solid #DADADA;
	border-right:1px solid #DADADA;
}
div.restblcell > dl:nth-child(1) dt{
	border-top:1px solid #DADADA;
}
div.restblcell > dl:nth-child(1) dd{
	border-top:1px solid #DADADA;
}

/* Table Style Seminar */
div.rt_sem > dl dt{
    text-align:center;
	padding:12px 0px;
}
div.rt_sem > dl dd{
	padding:12px 10px 12px 15px;
}
div.rt_sem > dt{
    text-align:center;
}

div.rt_sem > dl ul li{
	margin-bottom:4px !important;
}
div.rt_sem > dl p{
	margin-bottom:0px !important;
}

/* profile_table */
.profile_table{
	margin-bottom:10px;

}
.profile_table tr td{
	padding-bottom:5px;

}






/* Page Link */
.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;
}

/* セミナーページ内リンク */
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: 113%;
	font-weight: bold;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.content_link_btn05:hover {
	text-decoration: none;
}
#content a.content_link_btn06 {
	background-image: url("/image/MNC_content_link_btn02_bg.png");
	background-repeat: no-repeat;
	background-position: 220px center;
	color: #333;
	display: inline-block;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
	font-size: 113%;
	font-weight: bold;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.content_link_btn06:hover {
	text-decoration: none;
}

/* 日立様追加分 お申込みボタン用 */
#content a.content_link_btn07 {
    background-image: url("/image/MNC_content_link_btn01_bg.png");
    background-position: 220px 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;
}
a.content_link_btn07:hover {
	text-decoration: none;
}


/***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:640px;
	height:360px;
}

/***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;}


.DatMore{
	font-size:70%;
	float:right;
	background-color:#bc0000;
	padding:3px;
	color:#FFFFFF;
	width:80px;
	text-align:center;
	font-weight:bold;
}

/***2016/02/25 マクニカ追加 ***/
/* プロダクトメニュー（ボトム表示用）ライン定義 */
.bottom_menu_border_gray {
	height: 1px;
	background-color: #CDCDCD;
}


/*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;
}


/***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;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: url(/image/MNC_pc_icon_tyumoku.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.png)0.5em 0.5em no-repeat,-webkit-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_tyumoku.png)0.5em 0.5em no-repeat,-moz-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_tyumoku.png)0.5em 0.5em no-repeat,-o-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_tyumoku.png)0.5em 0.5em no-repeat,-ms-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_tyumoku.png)0.5em 0.5em no-repeat,linear-gradient(#ffe1d7, #ffcbb9);
	padding:7px 7px 7px 60px;
}


/* 注目記事（アイコンなし） */
.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;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: url(/image/MNC_pc_icon_jyuyo.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.png)0.5em 0.5em no-repeat,-webkit-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_jyuyo.png)0.5em 0.5em no-repeat,-moz-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_jyuyo.png)0.5em 0.5em no-repeat,-o-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_jyuyo.png)0.5em 0.5em no-repeat,-ms-linear-gradient(#ffe1d7, #ffcbb9);
	background: url(/image/MNC_pc_icon_jyuyo.png)0.5em 0.5em no-repeat,linear-gradient(#ffe1d7, #ffcbb9);
	padding:7px 7px 7px 60px;
}

.txtb_box{
	margin: 0 auto 30px;
	padding: 0;
	width: 898px;
}



/* ニュースバックナンバーページボタン */
.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;
}
.AgeBtn li a{
	display:block;
	border:1px solid #CCC;
	border-radius: 0.4em;
	-webkit-border-radius:0.4em;
	-moz-border-radius:0.4em;
	padding:2px 10px;
}
.AgeBtn li a:hover{
	display:block;
	border:1px solid #CCC;
	text-decoration: none;
	background:#21577c;
	color:#FFF;
}

/* テーブルn行目のセルの内幅指定 */
.ta_pd1 tr:nth-child(1) td{padding:40px 0px;}
.ta_pd2 tr:nth-child(2) td{padding:40px 0px;}
.ta_pd3 tr:nth-child(3) td{padding:40px 0px;}

.content_anchor_link[href="#top"]{
	display:none;
}

/* ソリューションページ トップボックス */
.solution_wrap_wide {
	float: left;
	margin-bottom: 30px;
	margin-left: 22px;
	width: 646px;
}
.solution_wrap_wide + .solution_wrap_wide {
	margin-left: 22px;
}
.solution_wrap_wide a {
	color: #333;
	text-decoration: none;
	display: block;
}


/* Product */
ul.en_prolayout li:nth-child(1){
	float:left;
	display:block;
	width:50%;
	-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:10px;
}
ul.en_prolayout li:nth-child(2){
	float:right;
	display:block;
	width:50%;
	-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-left:10px;
}

a.makerbox{
	display:block;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color:#333;
	font-size:1.0rem;
	padding:30px 15px 0px 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;
	height:130px;

}
a.makerbox img{
	margin:0 auto;
}
a.makerbox p{
	text-align:center;
}
/* Product END */


/* TEXT */
.h1txt{
	line-height:2.4rem;
	letter-spacing:-0.05rem;
}
.subtitle{
	line-height:1.6rem;
	font-size:1.2rem;
	letter-spacing:-0.02rem;
}

/* 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 */


/* IMAGE */
.imgboxzoom{
	padding:10px 0px;
}
.imgboxzoom a[rel*="lightbox[theme1]"] img{
	display:block;
	margin:0 auto;
}


/* IMAGE 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:36%;
	padding-left:10px;
}
ul.memberlayout li:nth-child(2){
	width:19%;
	padding-top:185px;
}
ul.memberlayout li:nth-child(2) img{
	margin-left:auto;
}


ul.memberlayout li:nth-child(3){
	width:45%;
}
ul.memberlayout li:nth-child(3) img{
	margin:0 auto;
}


.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.5rem;
	font-weight:400;

}

.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;
	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.valuelayout > li:nth-child(1){
	width:70%;
}
ul.valuelayout > li:nth-child(2){
	width:30%;
}
ul.valuelayout > li:nth-child(2) img{
	display:block;
	margin-left:auto;
}


ul.marketinglayout > 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.marketinglayout > li:nth-child(1){
	width:35%;
}
ul.marketinglayout > li:nth-child(2){
	width:65%;
}
ul.marketinglayout > li:nth-child(2) img{
	display:block;
	margin-left:auto;
}


ul.DevCut3 > 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;
}

ul.DevCut3 > li:nth-child(odd){width:47%;}
ul.DevCut3 > li:nth-child(even){width:6%;padding-top:140px;}



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;
	min-height:330px;
}

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;
}









/* About END */








/* Technical Services */
ul.Cut2Person{
	width:100%;
	margin:0 auto;
}
ul.Cut2Person li{
	width:50%;
	float:left;
	display:block;
	margin:0;
	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:nth-child(1){
	padding-right:5px;
}
ul.Cut2Person li:nth-child(2){
	padding-left:5px;
}

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 30px 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 30px 0 0;
	text-align:right;
	min-height:185px;
}

ul.Cut2Person li div p.p1{
	color:#ffffff;
	font-size:0.9rem;
}
ul.Cut2Person li div p.p2{
	color:#ffffff;
	font-size:1.6rem;
	font-weight:bold;
}
ul.Cut2Person li div p.p3{
	color:#ffffff;
	font-size:0.9rem;
	margin-bottom:5px;
	line-height:1.4em;
}
/* Technical Services END */

.fb{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fd_r{flex-direction:row;}
.fd_c{flex-direction:column;}

.jc_c{justify-content:center;}
.jc_sb{justify-content:space-between;}
.jc_sa{justify-content:space-around;}

.fl_w{flex-wrap:wrap;}




