@charset "utf-8";

/*-----------------------------------------------------
common
-----------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	/*font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
	background: url(../img/back_header_style.jpg) repeat-x left top;
}

/*-----------------------------------------------------
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
-----------------------------------------------------*/

dt, dd, ol, li, pre, input, p, blockquote, th, td, address {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6,strong, em, p, address,table, tr, td,
dl, dt, dd, ul, li, ol, form, fieldset, legend,noscript, img {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	border: 0;
	overflow: hidden;
	color: #333333;
}

a:hover {
	border: 0;
	overflow: hidden;
	color: #23426E;
}

a img {
	border: 0;
}

a[href$=".pdf"]{
    background: url(../img/icon_pdf.png) no-repeat left center;
    padding-left: 25px;
}

a[href$=".pdf"].noIcon{
    background: none;
    padding-right: 0;
}

a[href$=".pdf"].noIcon02{
    background: none;
    	padding: 0px !important;  
}

a[href$=".shtml"]{
    background: url(../img/icon_down.png) no-repeat left center;
    padding-left: 25px;
}

a[href$=".shtml"].noIcon{
    background: none;
    padding-right: 0;
}

a[href$=".shtml"].noIcon02{
    background: none;
	padding: 0px !important;  
}

li {
	list-style: none;
}

.clear {
	width: auto;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;/* 隙間対応 */
	font-size: 0.1em;/* 隙間対応 */
	line-height: 0;/* 隙間対応 */
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.log {
	display: none;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
     
}
 
sup {
    bottom: 1ex;
}
 
sub {
    top: .5ex;
}

.in1em {
	padding-left:1em; 
	text-indent:-1em;
}

/*-----------------------------------------------------
フォント関係
-----------------------------------------------------*/

.caption {
	font-size: 10px;
	line-height: 125%;
	margin-top: 5px;
}

.font_caption {
	font-size: 10px;
	line-height: 135%;
}

.font_little {
	font-size: 12px;
	line-height: 135%;
}

.font_large {
	font-size: 14px;
	line-height: 22px;
}

.font_large_bold  {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}

.font_large_bold_blue  {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #23426E;
}

.font_large_bold_orange  {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #FF6600;
}

.font_large_bold_red  {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #FF0000;
}

.font_bold {
	font-weight: bold;
}

.font_bold_blue {
	font-weight: bold;
	color: #23426E;
}

.font_bold_orange {
	font-weight: bold;
	color: #FF6600;
}

.font_bold_red {
	font-weight: bold;
	color: #FF0000;
}

.font_bold_webseminar {
	font-weight: bold;
	color: #79BE1E;
}

.font_blue {
	color: #23426E;
}

.font_red {
	color: #FF0000;
}

.font_white {
	color: #FFFFFF;
}

.font_large_16 {
	font-size: 16px;
	line-height: 1.6em;
}

.font_large_16_bold {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
}

/*-----------------------------------------------------
距離
-----------------------------------------------------*/

.mg_b_5 {
	margin-bottom: 5px;
}

.mg_b_10 {
	margin-bottom: 10px;
}

.mg_b_15 {
	margin-bottom: 15px;
}

.mg_b_20 {
	margin-bottom: 20px;
}

.mg_b_30 {
	margin-bottom: 30px;
}

.mg_b_50 {
	margin-bottom: 50px;
}

.mg_t_5 {
	margin-top: 5px;
}

.mg_t_10 {
	margin-top: 10px;
}

.mg_t_15 {
	margin-top: 15px;
}

.mg_t_20 {
	margin-top: 20px;
}

.mg_t_30 {
	margin-top: 30px;
}

.mg_t_50 {
	margin-top: 50px;
}

/*-----------------------------------------------------
table_bace
-----------------------------------------------------*/

table.table_bace {
	border-top: 1px solid #314A66;
	border-left: 1px solid #314A66;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

table.table_bace th {
  	border-right: 1px solid #314A66;
    border-bottom: 1px solid #314A66;
    color: #ffffff;
    background-color: #2D4979;
	background-image: url(../img/table-back.gif);
    background-position: left top;
    padding: 7px 5px;
    text-align: center;
}

table.table_bace td {
  	border-right: 1px solid #314A66;
    border-bottom: 1px solid #314A66;
	padding: 7px 5px;
}

/*-----------------------------------------------------
table_bace_noline
-----------------------------------------------------*/

table.table_bace_noline {
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells: show;
}

table.table_bace_noline th {
    color: #ffffff;
    background-color: #2D4979;
    padding: 7px 5px;
    text-align: center;
}

table.table_bace_noline td {
	padding: 7px 5px;
}

/*-----------------------------------------------------
top back
-----------------------------------------------------*/

.top_back a {
	display: block;
	background: url(../img/top_back.jpg) no-repeat right top;
	width: 114px;
	height: 11px;
	white-space:nowrap;
overflow:hidden;
text-indent:100%;
	margin: 0 0 0 800px;
	padding: 0 0 20px 0;
}

.top_back_c a {
	display: block;
	background: url(../img/top_back.jpg) no-repeat right top;
	width: 114px;
	height: 11px;
	white-space:nowrap;
overflow:hidden;
text-indent:100%;
	margin: 0 0 0 515px;
	padding: 0 0 20px 0;
	margin-top: 20px;
}

/*-----------------------------------------------------
pankuzu
-----------------------------------------------------*/

#pankuzu {
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 14px;
}

#pankuzu ul li {
	float: left;
}

#pankuzu .pan_home {
	background: url(../img/pankuzu.gif) no-repeat right center;
	padding: 0 18px 0 0;
	margin: 0 12px 0 0;
}

#pankuzu .pan_home a {
	color: #244D8A;
	text-decoration: none;
}

#pankuzu .pan_home a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#pankuzu .pan_second {
	background: url(../img/pankuzu.gif) no-repeat right center;
	padding: 0 18px 0 0;
	margin: 0 12px 0 0;
}

#pankuzu .pan_second a {
	color: #244D8A;
	text-decoration: none;
}

#pankuzu .pan_second a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#pankuzu .pan_third {
	background: url(../img/pankuzu.gif) no-repeat right center;
	padding: 0 18px 0 0;
	margin: 0 12px 0 0;
}

#pankuzu .pan_third a {
	color: #244D8A;
	text-decoration: none;
}

#pankuzu .pan_third a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#pankuzu .pan_fourth {
	background: url(../img/pankuzu.gif) no-repeat right center;
	padding: 0 18px 0 0;
	margin: 0 12px 0 0;
}

#pankuzu .pan_fourth a {
	color: #244D8A;
	text-decoration: none;
}

#pankuzu .pan_fourth a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/*-----------------------------------------------------
wrap
-----------------------------------------------------*/

#wrap {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 600px;
	
}

body > #wrap {
	height: auto;
}

/*-----------------------------------------------------
content
-----------------------------------------------------*/

#content {
	padding-bottom: 50px;
}

/*-----------------------------------------------------
header
-----------------------------------------------------*/

#header {
	width: 930px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 9999;
	border-top: solid 3px #25426C;
}

#header h1 a {
	display: block;
	background: url(../img/logo_new.png) no-repeat left top;
	width: 360px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 15px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

/*-----------------------------------------------------
グローバルメニュー
-----------------------------------------------------*/

#menu {
	width: 915px;
	position: absolute;
	left: 0px;
	top: 60px;
	background: url(../img/main_menu_back.jpg) repeat-x left top;
	padding: 0 0 0 15px;
}

#main_menu li {
	float: left;
	font-size: 12px;
	position: relative;
}

#main_menu .company a {
	display: block;
	background: url(../img/main_menu_company.jpg) no-repeat left top;
	width: 128px;
	height: 43px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#main_menu .company a:hover {
	display: block;
	background: url(../img/main_menu_company_h.jpg) no-repeat left top;
}

#main_menu .business a {
	display: block;
	background: url(../img/main_menu_business.jpg) no-repeat left top;
	width: 128px;
	height: 43px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#main_menu .business a:hover {
	display: block;
	background: url(../img/main_menu_business_h.jpg) no-repeat left top;
}


#main_menu .product a {
	background-color: #295181;
}

#main_menu .product a {
	display: block;
	background: url(../img/main_menu_product.jpg) no-repeat left top;
	width: 129px;
	height: 43px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#main_menu .product a:hover {
	display: block;
	background: url(../img/main_menu_product_h.jpg) no-repeat left top;
}

#main_menu .engineering a {
	display: block;
	background: url(../img/main_menu_engineering.jpg) no-repeat left top;
	width: 129px;
	height: 43px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#main_menu .engineering a:hover {
	display: block;
	background: url(../img/main_menu_engineering_h.jpg) no-repeat left top;
}

#main_menu .seminar a {
	display: block;
	background: url(../img/main_menu_seminars.jpg) no-repeat left top;
	width: 129px;
	height: 43px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#main_menu .seminar a:hover {
	display: block;
	background: url(../img/main_menu_seminars_h.jpg) no-repeat left top;
}

#main_menu .support a {
	display: block;
	background: url(../img/main_menu_support.jpg) no-repeat left top;
	width: 128px;
	height: 43px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#main_menu .support a:hover {
	display: block;
	background: url(../img/main_menu_support_h.jpg) no-repeat left top;
}

#main_menu .support-service a {
	display: block;
	background: url(../img/main_menu_support-service.jpg) no-repeat left top;
	width: 128px;
	height: 43px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#main_menu .support-service a:hover {
	display: block;
	background: url(../img/main_menu_support-service_h.jpg) no-repeat left top;
}

#main_menu .contact a {
	display: block;
	background: url(../img/main_menu_contact.jpg) no-repeat left top;
	width: 129px;
	height: 43px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#main_menu .contact a:hover {
	display: block;
	background: url(../img/main_menu_contact_h.jpg) no-repeat left top;
}

#main_menu .ugm a {
	display: block;
	background: url(../img/main_menu_ugm.jpg) no-repeat left top;
	width: 129px;
	height: 43px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#main_menu .ugm a:hover {
	display: block;
	background: url(../img/main_menu_ugm_h.jpg) no-repeat left top;
}

#main_menu .demo a {
	display: block;
	background: url(../img/main_menu_demo.jpg) no-repeat left top;
	width: 128px;
	height: 43px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#main_menu .demo a:hover {
	display: block;
	background: url(../img/main_menu_demo_h.jpg) no-repeat left top;
}

#main_menu .recruit a {
	display: block;
	background: url(../img/main_menu_recruit.jpg) no-repeat left top;
	width: 128px;
	height: 43px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#main_menu .recruit a:hover {
	display: block;
	background: url(../img/main_menu_recruit_h.jpg) no-repeat left top;
}

/*-----------------------------------------------------
プルダウンメニュー
-----------------------------------------------------*/

body#product #main_menu li li a span,
body#activities #main_menu li li a span,
body#consul #main_menu li li a span,
body#case #main_menu li li a span,
body#seminar #main_menu li li a span,
body#company #main_menu li li a span,
#main_menu li li a span {
	display: block;
	background: url(../img/main_menu_icon.jpg) no-repeat left 3px;
	padding: 3px 0 3px 20px;
	margin: 5px 0 0 5px;
}

body#product #main_menu li li a span,
body#activities #main_menu li li a span,
body#consul #main_menu li li a span,
body#case #main_menu li li a span,
body#seminar #main_menu li li a span,
body#company #main_menu li li a span,
#main_menu li li a:hover span {
	display: block;
	background: url(../img/main_menu_icon_h.jpg) no-repeat left 3px;
	padding: 3px 0 3px 20px;
	margin: 5px 0 0 5px;
}

*:first-child+html body#product #main_menu li li a span,
*:first-child+html body#activities #main_menu li li a span,
*:first-child+html body#consul #main_menu li li a span,
*:first-child+html body#case #main_menu li li a span,
*:first-child+html body#seminar #main_menu li li a span,
*:first-child+html body#company #main_menu li li a span,
*:first-child+html #main_menu li li a span {
	display: block;
	background: url(../img/main_menu_icon.jpg) no-repeat left 3px;
	padding: 3px 0 3px 20px;
	margin: 5px 0 0 5px;
}

*:first-child+html body#product #main_menu li li a:hover span,
*:first-child+html body#activities #main_menu li li a:hover span,
*:first-child+html body#consul #main_menu li li a:hover span,
*:first-child+html body#case #main_menu li li a:hover span,
*:first-child+html body#seminar #main_menu li li a:hover span,
*:first-child+html body#company #main_menu li li a:hover span,
*:first-child+html #main_menu li li a:hover span {
	display: block;
	background: url(../img/main_menu_icon_h.jpg) no-repeat left 3px;
	padding: 3px 0 3px 20px;
	margin: 5px 0 0 5px;
}

* html body#product #main_menu li li a span,
* html body#activities #main_menu li li a span,
* html body#consul #main_menu li li a span,
* html body#case #main_menu li li a span,
* html body#seminar #main_menu li li a span,
* html body#company #main_menu li li a span,
* html #main_menu li li a span {
	display: block;
	background: url(../img/main_menu_icon.jpg) no-repeat left top;
	padding: 3px 0 3px 20px;
	margin: 5px 0 0 5px;
	font-size: 12px;
}

* html body#product #main_menu li li a:hover span,
* html body#activities #main_menu li li a:hover span,
* html body#consul #main_menu li li a:hover span,
* html body#case #main_menu li li a:hover span,
* html body#seminar #main_menu li li a:hover span,
* html body#company #main_menu li li a:hover span,
* html #main_menu li li a:hover span {
	display: block;
	background: url(../img/main_menu_icon_h.jpg) no-repeat left top;
	padding: 3px 0 3px 20px;
	margin: 5px 0 0 5px;
}

body#product #main_menu li ul li a,
body#activities #main_menu li ul li a,
body#consul #main_menu li ul li a,
body#case #main_menu li ul li a,
body#seminar #main_menu li ul li a,
body#company #main_menu li ul li a,
#main_menu li ul li a {
	display: block;
	line-height: 125%;
	color: #FFFFFF;
	text-decoration: none;
}

#main_menu .business:hover ul a, 
#main_menu .business.sfHover ul a {
	display: block;
	width: 220px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #396FB0;
	text-indent: 0px;	
}

#main_menu .product:hover ul a, 
#main_menu .product.sfHover ul a {
	display: block;
	width: 280px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #396FB0;
	text-indent: 0px;	
}

#main_menu .consul:hover ul a, 
#main_menu .consul.sfHover ul a {
	display: block;
	width: 480px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #396FB0;
	text-indent: 0px;	
}

#main_menu .engineering:hover ul a, 
#main_menu .engineering.sfHover ul a {
	display: block;
	width: 330px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #396FB0;
	text-indent: 0px;	
}

#main_menu .engineering li.e-text, 
#main_menu .engineering.sfHover li.e-text {
	display: block;
	width: 310px;
	height: 100%;
	padding: 10px;
	color: #FFF;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #396FB0;
	text-indent: 0px;	
}

#main_menu .hpc:hover ul a, 
#main_menu .hpc.sfHover ul a {
	display: block;
	width: 480px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #396FB0;
	text-indent: 0px;	
}

#main_menu .support-service:hover ul a, 
#main_menu .support-service.sfHover ul a {
	display: block;
	width: 370px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #396FB0;
	text-indent: 0px;	
}

#main_menu .support-service li.m-text, 
#main_menu .support-service.sfHover li.m-text {
	display: block;
	width: 350px;
	height: 100%;
	padding: 10px;
	color: #FFF;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #396FB0;
	text-indent: 0px;	
}

body#activities #main_menu li:hover ul a, 
body#activities #main_menu li.sfHover ul a,
body#case #main_menu li:hover ul a, 
body#case #main_menu li.sfHover ul a,
body#seminar #main_menu li:hover ul a, 
body#seminar #main_menu li.sfHover ul a,
body#company #main_menu li:hover ul a, 
body#company #main_menu li.sfHover ul a,
#main_menu li:hover ul a, 
#main_menu li.sfHover ul a {
	display: block;
	width: 180px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #396FB0;
	text-indent: 0px;	
}

#main_menu .business:hover ul a:hover, 
#main_menu .business.sfHover ul a:hover {
	display: block;
	width: 220px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #295181;	
}

#main_menu .product:hover ul a:hover, 
#main_menu .product.sfHover ul a:hover {
	display: block;
	width: 280px;
	height: 21px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #295181;	
}


#main_menu .consul:hover ul a:hover, 
#main_menu .consul.sfHover ul a:hover {
	display: block;
	width: 480px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #295181;	
}

#main_menu .engineering:hover ul a:hover, 
#main_menu .engineering.sfHover ul a:hover {
	display: block;
	width: 330px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #295181;	
}

#main_menu .hpc:hover ul a:hover, 
#main_menu .hpc.sfHover ul a:hover {
	display: block;
	width: 480px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #295181;	
}

#main_menu .support-service:hover ul a:hover, 
#main_menu .support-service.sfHover ul a:hover {
	display: block;
	width: 370px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #295181;	
}

body#activities #main_menu li:hover ul a:hover, 
body#activities #main_menu li.sfHover ul a:hover,
body#case #main_menu li:hover ul a:hover, 
body#case #main_menu li.sfHover ul a:hover,
body#seminar #main_menu li:hover ul a:hover, 
body#seminar #main_menu li.sfHover ul a:hover,
body#company #main_menu li:hover ul a:hover, 
body#company #main_menu li.sfHover ul a:hover,
#main_menu li:hover ul a:hover, 
#main_menu li.sfHover ul a:hover {
	display: block;
	width: 180px;
	height: 100%;
	padding: 1px 0 5px 0;
	background: url(../img/dod_line.gif) repeat-x left bottom;
	background-color: #295181;	
}

#main_menu .business ul {
	width: 220px;
	position: absolute;
	top: -9999px;
	left: 0;
}

#main_menu .product ul.left {
	width: 240px;
	position: absolute;
	top: -9999px;
	left: 0;
	float: left;
}

#main_menu .product ul.right {
	width: 280px;
	position: absolute;
	top: -9999px;
	left: 0;
	float: left;
}

#main_menu .consul ul {
	width: 480px;
	position: absolute;
	top: -9999px;
	left: 0;
}

body#activities #main_menu ul,
body#case #main_menu ul,
body#seminar #main_menu ul,
body#company #main_menu ul,
#main_menu ul {
	width: 180px;
	position: absolute;
	top: -9999px;
	left: 0;
}

body#product #main_menu li:hover ul,
body#product #main_menu li.sfHover ul,
body#activities #main_menu li:hover ul,
body#activities #main_menu li.sfHover ul,
body#consul #main_menu li:hover ul,
body#consul #main_menu li.sfHover ul,
body#case #main_menu li:hover ul,
body#case #main_menu li.sfHover ul,
body#seminar #main_menu li:hover ul,
body#seminar #main_menu li.sfHover ul,
body#company #main_menu li:hover ul,
body#company #main_menu li.sfHover ul,
#main_menu li:hover ul,
#main_menu li.sfHover ul {
	top: 43px;
	left: 0px;
}

#main_menu .consul ul .category {
	width: 472px;
	padding: 2px 2px 2px 6px;
	background-color: #295181;
	color: #cccccc;
	border-bottom: 1px solid #396FB0;
}

#main_menu .product ul .category {
	width: 272px;
	padding: 3px 2px 3px 6px;
	background-color: #295181;
	color: #cccccc;

}

/*-----------------------------------------------------
header sub menu
-----------------------------------------------------*/

#sub_menu {
	width: 330px;
	height: 28px;
	position: absolute;
	left: 600px;
	top: 0px;
}

#sub_menu li {
	float: left;
}

#sub_menu .sub_home a {
	display: block;
	background: url(../img/home_new.gif) no-repeat left top;
	width: 42px;
	height: 13px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin: 7px 10px 0 10px;
}

#sub_menu .sub_home a:hover {
	background: url(../img/home_new_h.gif) no-repeat left top;
}

#sub_menu .sub_recruit a {
	display: block;
	background: url(../img/recruit_new.gif) no-repeat left top;
	width: 49px;
	height: 13px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin: 7px 10px 0 0;
}

#sub_menu .sub_recruit a:hover {
	background: url(../img/recruit_new_h.gif) no-repeat left top;
}

#sub_menu .sub_contact a {
	display: block;
	background: url(../img/contact_new.gif) no-repeat left top;
	width: 48px;
	height: 13px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin: 7px 10px 0 0;
}

#sub_menu .sub_contact a:hover {
	background: url(../img/contact_new_h.gif) no-repeat left top;
}

#sub_menu .sub_access a {
	display: block;
	background: url(../img/access_new.gif) no-repeat left top;
	width: 63px;
	height: 13px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin: 7px 10px 0 0;
}

#sub_menu .sub_access a:hover {
	background: url(../img/access_new_h.gif) no-repeat left top;
}

#sub_menu .sub_sitemap a {
	display: block;
	background: url(../img/sitemap_new.gif) no-repeat left top;
	width: 61px;
	height: 13px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin: 7px 10px 0 0;
}

#sub_menu .sub_sitemap a:hover {
	background: url(../img/sitemap_new_h.gif) no-repeat left top;
}

#sub_menu .sub_en a {
	display: block;
	background: url(../img/en_new.gif) no-repeat left top;
	width: 48px;
	height: 13px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin: 7px 25px 0 0;
}

#sub_menu .sub_en a:hover {
	background: url(../img/en_new_h.gif) no-repeat left top;
}

#sub_menu .sub_youtube a {
	display: block;
	background: url(../img/youtube_btn.png) no-repeat left top;
	width: 46px;
	height: 18px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin: 5px 10px 0 0;
}

#sub_menu .sub_youtube a:hover {
	background: url(../img/youtube_btn_h.png) no-repeat left top;
}

#sub_menu .sub_x a {
	display: block;
	background: url(../img/sub_x_btn.png) no-repeat left top;
	width: 18px;
	height: 18px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin: 5px 10px 0 0;
}

#sub_menu .sub_x a:hover {
	opacity: 0.5;
}

#sub_menu .sub_instagram a {
	display: block;
	background: url(../img/sub_instagram_btn.png) no-repeat left top;
	width: 18px;
	height: 18px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin: 5px 0 0 0;
}

#sub_menu .sub_instagram a:hover {
	opacity: 0.5;
}

#sub_menu #search-box {
	position: absolute;
	left: 90px;
	top: 31px;
}

#sub_menu #serach-box-r {
	float: left;
	width: 200px;
}

#sub_menu #search-box #serach-box-r #search-field {
	position: absolute;
	top: 0px;
	width: 165px;
}

#sub_menu #search-box #serach-box-r #search-button {
	left: 170px;
	margin-left: 8px;
	position: absolute;
	top: 1px;
}

/*-----------------------------------------------------
side
-----------------------------------------------------*/
#side {
	padding-bottom: 50px;
}

#side #user_support_waku {
	border: 1px solid #CCC;
}


#side #user_support_waku h2 {
	background: url(../img/user_support.jpg) no-repeat left top;
	width: 176px;
	height: 30px;
	text-indent: -9999px;
	margin: 1px 1px 0 1px;
}

#side #user_support_waku #login a {
	display: block;
	background: url(../img/login_bt_s_rollout.jpg) no-repeat left top;
	width: 153px;
	height: 24px;
	margin: 10px 0 10px 12px;
	text-indent: -9999px;
}

#side #user_support_waku #login a:hover {
	background: url(../img/login_bt_s_rollover.jpg) no-repeat left top;
}

#side #user_support_waku ul .side_license a {
	display: block;
	background: url(../img/side_license_s_rollout.jpg) no-repeat left top;
	width: 178px;
	height: 40px;
	text-indent: -9999px;
}

#side #user_support_waku ul .side_license a:hover {
	background: url(../img/side_license_s_rollover.jpg) no-repeat left top;
}

#side #user_support_waku ul .side_faq a {
	display: block;
	background: url(../img/side_faq_s_rollout.jpg) no-repeat left top;
	width: 178px;
	height: 30px;
	text-indent: -9999px;
}

#side #user_support_waku ul .side_faq a:hover {
	background: url(../img/side_faq_s_rollover.jpg) no-repeat left top;
}

#side ul .side_teiki a {
	display: block;
	background: url(../img/side_teiki_rollout.jpg) no-repeat left top;
	width: 178px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#side ul .side_teiki a:hover {
	background: url(../img/side_teiki_rollover.jpg) no-repeat left top;
}

#side ul .side_download a {
	display: block;
	background: url(../img/side_download_rollout.jpg) no-repeat left top;
	width: 178px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#side ul .side_download a:hover {
	background: url(../img/side_download_rollover.jpg) no-repeat left top;
}

#side ul .side_free a {
	display: block;
	background: url(../img/side_free_rollout.jpg) no-repeat left top;
	width: 178px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#side ul .side_free a:hover {
	background: url(../img/side_free_rollover.jpg) no-repeat left top;
}

#side ul .side_request a {
	display: block;
	background: url(../img/side_request_rollout.jpg) no-repeat left top;
	width: 178px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#side ul .side_request a:hover {
	display: block;
	background: url(../img/side_request_rollover.jpg) no-repeat left top;
	width: 178px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#side ul .side_donyufaq a {
	display: block;
	background: url(../img/side_donyu_faq_rollout.jpg) no-repeat left top;
	width: 178px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#side ul .side_donyufaq a:hover {
	background: url(../img/side_donyu_faq_rollover.jpg) no-repeat left top;
}

#side .movie a {
	display: block;
	background: url(../img/seihin_case_rollout.jpg) no-repeat left top;
	width: 178px;
	height: 85px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	margin-top: 15px;
}

#side .movie a:hover {
	background: url(../img/seihin_case_rollover.jpg) no-repeat left top;
}

#side_license {
	margin-bottom: 15px;
	padding-bottom: 3px;
	border: solid 1px #4E7A9E;
	background-color: #F3F7FA;
}

#side_license h2 {
	background: url(../img/side_license.jpg) no-repeat 0 0;
	width: 178px;
	height: 34px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
}

#side_license h3 {
	color: #DCE4EC;
	font-size: 16px;
	font-weight: bold;
	background-color: #4F7A9E;
	padding: 5px 8px;
}

#side_license .side_list li {
	background: url(../img/side_line.gif) repeat-x left bottom;
	padding-bottom: 1px;
	border-top: solid 1px #FFFFFF; 
}

#side_license .side_list li a {
	display: block;
	background: url(../img/side_icon_n.jpg) no-repeat 8px 9px;
	padding: 3px 10px 3px 20px;
	height: auto;
	font-size: 12px;
	color: #304C77;
	background-color: #F3F7FA;
	text-decoration: none;
}

#side_license .side_list li a:hover {
	display: block;
	background: url(../img/side_icon_n_h.jpg) no-repeat 8px 9px;
	background-color: #E8EBF0;
}

#side_license .side_list .ad_on {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #304C77;
	padding: 5px 10px 5px 10px;
}

#side_license .side_list li ul .minimenu {
	background: url(../img/side_line.gif) repeat-x left top;
	padding-top: 1px;
}

#side_license .side_list li ul .minimenu a {
	display: block;
	background: url(../img/side_icon_s.png) no-repeat 8px 9px;
	padding: 3px 5px 3px 20px;
	height: auto;
	font-size: 12px;
	color: #304C77;
	background-color: #EEEEEE;
	text-decoration: none;
}

#side_license .side_list li ul .minimenu a:hover {
	display: block;
	background: url(../img/side_icon_s_h.png) no-repeat 8px 9px;
	background-color: #FFFFFF;
}
/*-----------------------------------------------------
#side #side_common_contact_waku {
	background: url(../img/side_contact.jpg) no-repeat left top;
	width: 180px;
	height: 220px;
	margin-top: 15px;
	position: relative;
}

#side #side_common_contact_waku p img {
	margin: 170px 0 0 7px;
}
-----------------------------------------------------*/
#side #side_contact_waku {
	border: 1px solid #CCC;
	width: 178px;

	background: url(../img/side_contact_no.jpg) no-repeat left top;
	margin-top: 15px;
}

#side #side_contact_waku .con_bana img {
	margin: 60px 0 120px 7px;
}

#side #side_contact_waku .no_bana img {
	vertical-align: top;
	text-align: center;
	margin: 0 0 10px 24px;
	width: 130px;
	height: 88px;
}

#side #side_common_contact_waku .contact_form a {
	display: block;
	background: url(../img/side_contact_btn_rollout.jpg) no-repeat left top;
	width: 166px;
	height: 40px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	position: absolute;
	top: 170px;
	left: 7px;
}

#side #side_common_contact_waku .contact_form a:hover {
	background: url(../img/side_contact_btn_rollover.jpg) no-repeat left top;
	width: 166px;
	height: 40px;
}

#side #user_support_waku ul .side_license_new a {
	display: block;
	background: url(../img/side_icon_n.jpg) no-repeat 8px 9px;
	padding: 5px 10px 5px 20px;
	height: auto;
	font-size: 12px;
	color: #304C77;
	text-decoration: none;
}

#side #user_support_waku ul .side_license_new a:hover {
	display: block;
	background: url(../img/side_icon_n_h.jpg) no-repeat 8px 9px;
	background-color: #E8EBF0;
}


#side ul .side_support-service_new a {
	display: block;
	background: url(../img/side_icon_n.jpg) no-repeat 8px 9px;
	padding: 5px 10px 5px 20px;
	height: auto;
	font-size: 12px;
	color: #304C77;
	text-decoration: none;
}

#side ul .side_support-service_new a:hover {
	display: block;
	background: url(../img/side_icon_n_h.jpg) no-repeat 8px 9px;
	background-color: #E8EBF0;
}

#side ul .side_teiki_new a {
	display: block;
	background: url(../img/side_icon_n.jpg) no-repeat 8px 9px;
	padding: 5px 10px 5px 20px;
	height: auto;
	font-size: 12px;
	color: #304C77;
	text-decoration: none;
}

#side ul .side_teiki_new a:hover {
	display: block;
	background: url(../img/side_icon_n_h.jpg) no-repeat 8px 9px;
	background-color: #E8EBF0;
}

/*-----------------------------------------------------
お問い合わせが1番上にくる場合
-----------------------------------------------------*/

#side #side_common_contact_waku_top {
	background: url(../img/side_contact.jpg) no-repeat left top;
	width: 180px;
	height: 220px;
	position: relative;
}

#side #side_common_contact_waku_top p img {
	margin: 170px 0 0 7px;
}

#side #side_common_contact_waku_top .contact_form a {
	display: block;
	background: url(../img/side_contact_btn_rollout.jpg) no-repeat left top;
	width: 166px;
	height: 40px;
	white-space:nowrap;
	overflow:hidden;
	text-indent:100%;
	position: absolute;
	top: 170px;
	left: 7px;
}

#side #side_common_contact_waku_top .contact_form a:hover {
	background: url(../img/side_contact_btn_rollover.jpg) no-repeat left top;
	width: 166px;
	height: 40px;
}

/*-----------------------------------------------------
footer
-----------------------------------------------------*/
#footerlink-waku {
	width: 100%;
	padding: 20px 0;
	background-color:  #23426E;
	position: absolute;
	bottom: 50px;
}

#footerlink-waku footer {
	width: 930px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#footerlink-waku footer .foot-wrap table {
	padding: 20px 0 0;
	font-size: 12px;
}

#footerlink-waku footer .foot-wrap table th {
	text-align: left;
	border-bottom: 1px solid #6F8CC6;
    padding-bottom: 5px;
}

#footerlink-waku footer .foot-wrap table th a {
	text-decoration: none;
	color: #FFF;
    font-size: 14px;
}

#footerlink-waku footer .foot-wrap table td {
	text-align: left;
}

#footerlink-waku footer .foot-wrap table td a {
	text-decoration: none;
	color: #FFF;
}

#footerlink-waku footer .foot-wrap table td.cate {
	background-color: #2C5389; 
	padding: 2px 3px;
	color: #FFF;
}


#footer_waku {
	width: 100%;
	height: 50px;
	padding: 0;
	background-color:  #1A2D4A;
	position: absolute;
	bottom: 0;

}

#footer {
	width: 930px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}

#footer address {
	font-weight: bold;
	font-style: normal;
	color: #CCC;
	position: absolute;
	left: 15px;
	top: 18px;
	font-size: 12px;
}

#footer .sub_menu {
	position: absolute;
	left: 550px;
	top: 19px;
	padding-bottom: 5px;
}

#footer .sub_menu li {
	float: left;
}

#footer .sub_menu li a {
	display: block;
	color: #CCC;
	text-decoration: none;
	font-size: 12px;
	line-height: 120%;
}

#footer .sub_menu li a:hover {
	text-decoration: underline;
}

#footer .sub_menu .home_footer a {
	display: block;
	width: 50px;
	background: url(../img/footer_line.gif) no-repeat right center;
	text-align: left;
	vertical-align: middle;
}

#footer .sub_menu .privacy a {
	display: block;
	width: 100px;
	background: url(../img/footer_line.gif) no-repeat right center;
	text-align: center;
	vertical-align: middle;
}

#footer .sub_menu .copyright a {
	display: block;
	width: 120px;
	background: url(../img/footer_line.gif) no-repeat right center;
	text-align: center;
	vertical-align: middle;
}

#footer .sub_menu .link a {
	display: block;
	width: 60px;
	background: url(../img/footer_line.gif) no-repeat right center;
	text-align: center;
	vertical-align: middle;
}

#footer .sub_menu .sitemap_footer a {
	display: block;
	width: 85px;
	text-align: right;
	vertical-align: middle;
}

/* ボタン全体 */
.flowbtn9{
display:inline-block;	
font-size:30px;
text-decoration:none;
transition:.5s;
}
.flowbtn9 .fa-youtube{
color:#ccc;
font-size:38px;
}
/* #fc0d1c */
.flowbtn9 .fa-x-twitter{
color:#ccc;
margin-top: 3px;
}
/* #000000 */
.flowbtn9 .fa-instagram{
color:#ccc;
margin-top: 3px;
}
/* #D93177 */
.flowbtn9 .fa-square-facebook{
color:#3b5998;
}
.flowbtn9 .fa-note-sticky{
color:#333333;
}
.flowbtn9 .fa-line{
color:#00c300!important;
font-size:38px;
}

.flowbtn9 .fa-envelope{
color:#32B061;
font-size:38px;
	margin-top: 6px;
}
ul.snsbtniti{
padding:0;
}
/* アイコン全体の位置 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:space-between;
	width: 360px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
/* アイコン全体の位置 */


/* アイコン同士の余白 */
.snsbtniti li{
text-align:center;
	list-style-type:none;
}
/* アイコンにマウスを乗せた時 */
.flowbtn9:hover{
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}


/*-----------------------------------------------------
footer ここまで
-----------------------------------------------------*/

#content .service_contact {
	position: relative;
	background: url(../img/contact_service.png) no-repeat left top;
	width: 690px;
	height: 162px;
}

#content .service_contact_form {
	position: absolute;
	left: 320px;
	top: 60px;
}

.list_all_12 {
	background: url(../../common/img/ic_seihin_top_tokutyo.gif) no-repeat 0px 2px; 
	padding: 0 0 0 25px; 
	margin-bottom: 5px;	
	font-size: 12px;
}

.list_all_14 {
	background: url(../../common/img/ic_seihin_top_tokutyo.gif) no-repeat 0px 2px; 
	padding: 0 0 0 25px; 
	margin-bottom: 5px;	
	font-size: 14px;
}

/* 下向き矢印 */
/* 長方形 */
.arrow_down {
	font-size: 20px;
	position: relative;
	width: 0.6em;
	height: 1em;
	background-color: #ED7D31;
}
/* 三角 */
.arrow_down::before {
	position: absolute;
	top: 0.8em;
	left: -0.5em;
	width: 0;
	height: 0;
	content: "";
	border-top: 0.8em solid #ED7D31;
	border-left: 0.8em solid transparent;
	border-right: 0.8em solid transparent;
}

/* 長方形 */
.arrow_down_mini {
	font-size: 10px;
	position: relative;
	width: 0.6em;
	height: 1em;
	background-color: #2E5082;
}
/* 三角 */
.arrow_down_mini::before {
	position: absolute;
	top: 0.8em;
	left: -0.5em;
	width: 0;
	height: 0;
	content: "";
	border-top: 0.8em solid #2E5082;
	border-left: 0.8em solid transparent;
	border-right: 0.8em solid transparent;
}

/* リスト菱形 */
.listsample li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}

.listsample02 li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 0px 0px 0px 0px !important;
}

.hisigata li{
	position:relative;
	padding-left:20px;
}
 
.hisigata li:after{
	content:'';
	display:block; 
	position:absolute; 
	background: #000;
	width:9px;
	height:9px; 
	top:5px; 
	left:5px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}