/*----- baseFont -----*/
html,body{margin:0; padding:0;}
html{
	font-size:62.5%;
	}
body {
	font-family: Verdana, "游ゴシック", YuGothic, /*"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", */"メイリオ", Meiryo, sans-serif;
	font-size:14px;/*for IE*/ font-size:1.4rem;
	line-height: 1.5;
	color: #333;
}
input,
textarea {
	font-family: Verdana, "游ゴシック", YuGothic, /*"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", */"メイリオ", Meiryo, sans-serif;
	font-size:14px;/*for IE*/ font-size:1.4rem;
}
#layout_header, #layout_body {
	min-width:1050px;
}
.mstmnt .heading01{
	margin:2px 4px;
}
div.groupbox{
	margin: 2px 4px 5px 4px;
	border-bottom: 1px solid #111987;
}
div.groupbox div.header{
	background: #41479f;
	color: #fff;
	border-color: #111987;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	padding: 5px 5px 5px 10px;
	font-size: 15px;
	font-weight: bold;
}
div.groupbox div.body{
	border-color: #111987;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	padding: 3px;
}
div.groupbox div.footer{
	border-color: #111987;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	padding: 3px;
}

input[type="button"],
input[type="submit"],
button[type="button"],
button[type="submit"]{
	margin: 1px 4px;
    padding:5px 20px 5px;
    color:#fff;
	text-align:center;
	background-color:#41479f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		border-style: none;
	cursor: pointer;
	border:1px solid #41479f;
}

input[type="button"]:hover,
input[type="submit"]:hover,
 button:hover{
	background-color:#1e2bda;
}

input[type="button"]:disabled,
input[type="submit"]:disabled,
button:disabled {
  border: 1px solid #cccccc;
  background: #fff;
  color: #cccccc;
  cursor: default;
}
div.groupbox ul.menu_list {
  float: right;
  margin-right: 10px;
  background: #1e2bda;
  background: #41479f;
  list-style: none;
}
div.groupbox ul.menu_list li {
  display: inline-block;
  list-style-image: none;
  float: left;
  border-left: 1px solid #fff;
  /*border-right:1px solid #fff;*/
  list-style: none;
  font-weight: normal !important;
}
div.groupbox ul.menu_list li:last-child {
  border-right: 1px solid #fff;
}
div.groupbox ul.menu_list li a {
  text-decoration: none !important;
  display: inline-block;
  padding: 1px 20px 1px;
  color: #fff !important;
}
div.groupbox ul.menu_list li a:hover {
  background: #1e2bda;
  text-decoration: underline !important;
  /*font-weight: normal !important;*/
}
div.smallbox{
	margin-bottom: 5px;
	border-left: 1px solid #111987;
	border-right: 1px solid #111987;
	border-bottom: 1px solid #111987;
}
div.smallbox div.header{
	background: #41479f;
	color: #fff;
	border-color: #111987;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	padding: 5px 5px 5px 10px;
	font-size: 15px;
	font-weight: bold;
	width:200px;
}
div.smallbox div.body{
	border-color: #111987;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	padding: 3px;
	width:80%;
}
.mstmnt select {
	font-size: 14px;
	padding:3px;
}
input[type="text"],
input[type="password"],
textarea,
select {
  font-family: Verdana, "游ゴシック", YuGothic, /*"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", */"メイリオ", Meiryo, sans-serif;
  border: 1px solid #bfbfbf;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #4cb5e8;
  background: #f7ffff;
  box-shadow: 0px 0px 8px rgba(76, 181, 232, 0.8);
}
input[readonly],
textarea[readonly] {
  border: 1px solid #bfbfbf !important;
  background: #f9f9f9 !important;
  box-shadow: none !important;
}

/* �ʏ탁�b�Z�[�W�p�O���[�v�{�b�N�X */
div.msg_normal div.groupbox {
  border-bottom: 1px solid #4f75a5;
}
div.msg_normal div.groupbox div.header {
  border-color: #4f75a5;
  background: rgba(17, 25, 135, 1);
  color: #fff;
}
div.msg_normal div.groupbox div.body {
  border-color: #4f75a5;
}
div.msg_normal div.groupbox div.footer {
  border-color: #4f75a5;
}
/* �x�����b�Z�[�W�p�O���[�v�{�b�N�X */
div.msg_warning div.groupbox {
  border-bottom: 1px solid #e8d85e;
}
div.msg_warning div.groupbox div.header {
  border-color: #e8d85e;
  background: #ffec67;
}
div.msg_warning div.groupbox div.body {
  border-color: #e8d85e;
}
div.msg_warning div.groupbox div.footer {
  border-color: #e8d85e;
}
div.msg_warning div.groupbox span.message {
  color: #ff0000;
}
/* �G���[���b�Z�[�W�p�O���[�v�{�b�N�X */
div.msg_error div.groupbox {
  border-bottom: 1px solid #e06897;
}
div.msg_error div.groupbox td {
  text-align:left;
}
div.msg_error div.groupbox div.header {
  border-color: #e06897;
  background: #ed9db9;
}
div.msg_error div.groupbox div.body {
  border-color: #e06897;
}
div.msg_error div.groupbox div.footer {
  border-color: #e06897;
}
div.msg_error div.groupbox span.message {
  color: #e06897;
}
div.msg_normal div.groupbox div.msg_detail,
div.msg_warning div.groupbox div.msg_detail,
div.msg_error div.groupbox div.msg_detail {
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #eee;
}
div.msg_normal div.groupbox div.calc_msg_detail,
div.msg_warning div.groupbox div.calc_msg_detail,
div.msg_error div.groupbox div.calc_msg_detail {
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #eee;
}
/*�G���[�\��*/
.error_text {
  color: #ff0000 !important;
}
.error_div {
  background: #ffced8 !important;
}
.input_error_message {
  padding-top: 3px;
  color: #ff0000;
}
/*�A�C�R���t�H���g*/
.icon-info-circled {
  color: #217346;
}
.icon-attention {
  color: #ec9800;
}
.icon-cancel-circled {
  color: #ff0000;
}
/*----- Table ------*/
table.box {
	border: 0px solid #d9d9d9;
}
table.box th,
table.box td {
	padding: 2px 6px;
}
table.box th {
	color: #333333;
	font-size: 13px;
	border: 0px solid #d9d9d9;
	vertical-align: top;
	text-align:left;
	padding-top:5px;
}
table.box td {
	border: 0px solid #d9d9d9;
	font-size: 13px;
	text-align:left;
}
table.grid {
	border: 1px solid #d9d9d9;
}
table.grid th,
table.grid td {
	padding: 8px 6px;
}
table.grid th {
	background: #eeeeee;
	color: #333333;
	font-size: 13px;
	border: 1px solid #d9d9d9;
	vertical-align: baseline;
	text-align:center;
}
table.grid td {
	border: 1px solid #d9d9d9;
	font-size: 13px;
	text-align:left;
}
table.fixed_grid thead {
  display: block;
  float:left\9;
  clear:both\9;
}
table.fixed_grid tbody {
  display: block;
  float:left\9;
  clear:both\9;

  overflow-y: scroll;
}
table.fixed_grid tbody tr td:first-child {
  border-left: none;
}

/*----- Anchor -----*/
a{
	color:#000ebb;
	text-decoration:none;
}
a img {border:0;}
a:visited {}
a:hover {
	text-decoration:underline;
}
a:hover img{
	-ms-filter:"alpha(opacity=70)";
	opacity:0.7;
}

#wrapper{margin: 0 auto; width:980px;}
#header,
#footer{
	background:#f2f4f3;
	padding:10px 20px;
	}
#footer{ margin-top:30px;}
#header { height: 40px;}
#header label {
	color:#111987;
	font-size:28px;/*for IE*/ font-size:2.8rem;
	font-weight:bold;
	vertical-align:bottom;
	padding-left:10px;
}
h1{
	color:#FFF;
	font-size:26px;/*for IE*/ font-size:2.6rem;
	background:#111987;
	padding:5px 20px;
	margin:0;
}
input[type="text"]{height:1.4em;}
.mstmnt input{ padding:5px; margin:2px; height:1.3em;}
textarea{ padding:5px; margin:2px;}
/*----- heading -----*/
.heading01{
	font-size:18px;/*for IE*/ font-size:1.8rem;
	border:solid 3px #111987;
	border-radius: 5px;
	padding:6px 10px;
	margin:40px 0 20px;
/*	background: #f2f4f3;*/
	}
.heading02{
	font-size:16px;/*for IE*/ font-size:1.6rem;
	line-height:1.5;
	border-bottom:solid 1px #41479f;
	padding-bottom:5px;
	margin:40px 0 16px;
	}
.heading03{
	font-size:14px;/*for IE*/ font-size:1.4rem;
	color:#000;
	background:#f2f4f3;
	margin-bottom:10px;
	padding:5px;
	border-radius:2px;
	}
.heading04{
	font-size:14px;/*for IE*/ font-size:1.4rem;
	font-weight:bold;
	margin-bottom:5px;
	}

.btn_form01 button:before,
.btn_form01 a:before{
	display: inline-block;
	vertical-align: middle;
	content: "";
	overflow: hidden;
	background: url(/form/images/ico_common.png) no-repeat 0 0;
}
/*----- Button -----*/
.btnWrap01,
.btnWrap02{ margin:0 auto;}
.btnWrap01{ width:12em;}
.btnWrap02{ width:30em;}

a.btn_modal {
    background-color:#ffffff;
    border:1px solid #bbbbbb;
    padding:3px 8px;
    border-radius:3px;
    box-shadow:0px 0px 5px #e9e9e9;
    cursor:pointer;
		display:inline-block;
}
a.btn_modal:hover {
    background-color:#41479f;
		text-decoration:none;
    color:#FFF;
}

/* Annotation */
ul.annotation{
	margin-left:0;
	padding-left:0;
	}
ul.annotation li {
	list-style:none;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0.5em;
}

.fsCol01{ color:#C00;}
.fsCol02{ color:#36C;}

.required{}
.required:after{
	font-size:12px;/*for IE*/ font-size:1.2rem;
	color:#fff;
	text-align:center;
	display: inline-block;
	float:right;
	vertical-align: middle;
	content: "必須";
	overflow: hidden;
	width:3em;
	background-color:#cc0000;
	margin-left:5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;

}

/*----- inline-industry -----*/
#colorbox{ border:none; outline:none;}
#inline-industry h3{	font-size:16px;/*for IE*/ font-size:1.6rem; text-align:center;}
#inline-industry hr{ height:1px; border:0; background:#CCC;}
#inline-industry input{ margin:0 5px 0 10px;}
#inline-industry .btn_modal{ margin-top:10px;}
#colorbox #cboxClose{ border:none; outline:none;}


.box01{
	padding:10px;
	border:solid 1px #CCC;
	background:#f2f4f3;
	}
/*
.box01.error .inner01{ background-color:#ffe0e0; border-color:#FF0000;}
.ckmsg {
	font-size:16px;
	font-weight:bold;
	color:red;
}
*/
}

/*----- add -----*/

/*ツールチップ*/
.tooltip {
  text-decoration: underline;
  cursor: pointer;
}
.tooltip div {
  border: 1px solid #595959;
  padding: 10px;
  display: none;
  background: #fff09e;
}
.tooltip:hover div {
  margin: 5px;
  display: inline;
  position: absolute;
}

/* ダイアログ */
div.dialog_container {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  /*height:100%;*/
  background: rgba(0, 0, 0, 0.5);
}
div.dialog {
  position: relative;
  /*top : 150px;*/
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
div.dialog .footer {
  text-align: right;
}

.heading05{
	font-size:17px;
	border:solid 3px #111987;
	border-radius: 5px;
	padding:6px 10px;
	margin:40px 0 0;
	width:30%;
	text-align:center;
/*	background: #f2f4f3;*/
	}
div.middle_box{
	width:95%;
	margin:0 auto 0 auto;
}
input[type="radio"] {
	vertical-align:middle;
}

.button_area button{
    margin:20px 0px 10px 50px;
    padding:5px 20px 5px;
    color:#fff;
	text-align:center;
	background-color:#41479f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
		border-style: none;
	cursor: pointer;
	border:1px solid #41479f;
}
.button_area button:hover {
	background-color:#1e2bda;
}
.notopborder{
		border-top-style:none;
}

.noborder{
	border-style:none;
}

.button_area{
	width:100%; text-align:center;
}
#menu_link li{
	list-style: none;
}
#menu_link li a:hover {
    color: #fff;
    background: #111987;
    text-decoration: none;
}


#menu_link li a {
    display: block;
    background: #f4f5fe;
    padding: 5px 10px;
    border-right: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
}

#structure td#ratepower{
	width:18%;
}

#structure td#ratepower p{
	font-size:9px;
}

#structure label{
	margin-right:30px;
}

#structure div.main_box{
	overflow:hidden;
	margin-bottom:20px;
	border-collapse:collapse;
	border:1px solid #111987;
}
#structure .group_slot{
	width:18%;
	float:left;
}

#structure .group_volt{
	width:10%; float:left;
}

#structure .group_volt .cell_title{
	font-size:11px;
}

#structure .group_volt
input[type="text"] {
	width:20px; text-align:center;
}

#structure .group_module{
	width:42%; float:left;
}

.module_select {
	text-align: left;
	line-height:29px;
	padding-left:1px;
}

.module_div .button_dropdown {
	float:right;
	position: relative;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	height: 100%;
	color:#fff;
	text-align:center;
	vertical-align: middle;
	background-color:#41479f;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-style: none;
}

.module_div .button_dropdown:hover{
	background-color:#1e2bda;
}

#structure .group_parallel, .group_series{
	width:20%; float:left;
}

#structure div.cell_title{
	padding:14px 8px 2px 12px;
	height: 30px;
	text-align:center;
	border-left:1px solid #111987;
}
#structure	div.cell_type1{
	border-collapse:collapse;
	padding:14px 8px 2px 12px;
	height: 30px;
	text-align:center;
	border-left:1px solid #111987;
	border-top:1px solid #111987;
}
#structure div.cell_type2{
	border-collapse:collapse;
	padding:16px 8px 0px 12px;
	height: 6px;
	text-align:center;
	border-left:1px solid #111987;
	border-top:1px solid #111987;
}
#structure div.cell_type3{
	border-collapse:collapse;
	padding:8px 8px 8px 8px;
	height: 30px;
	text-align:center;
	border-left:1px solid #111987;
	border-top:1px solid #111987;
}

#structure div.cell_type4{
	border-collapse:collapse;
	padding:16px 8px 0px 12px;
	height: 7px;
	text-align:center;
	border-left:1px solid #111987;
	border-top:1px solid #111987;
}

#structure .group_slot div{
	border-left-style:none;
}

#structure .module_overview{
	text-align:center;
	font-weight:bold;
}
#structure .outline{
	box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.1);
	background-color:#CCC;
	padding:20px;
	width:auto;
	display:none;
	margin:0 auto 0 auto;
	overflow:hidden;
}
#structure div.outline th{
	line-height: 1.4;
    text-align: center;
    color: #fff;
    background-color: #8c90cc;
}

#structure div.outline th.sub{
	color: black;
	font-weight: normal;
    padding: 8px;
    text-align: center;
    background: #F4F5FE;
}
#structure div.outline td{
	font-weight: normal;
    padding: 8px;
    text-align: center;
}

div.footer {
	text-align:right;
	padding-top:5px;
}

/*----- Table -----*/
#structure table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
	border:1px solid #111987;
}
#structure th, #structure td{ line-height:1.6;}
#structure th{
	font-weight:bold;
	padding:8px;
	text-align:left;
	vertical-align:middle;
}
#structure td{
	padding:8px 8px 8px 12px;
	background:#FFF;
	vertical-align:middle;
}

	#dealar_box {
		margin-top:5px;

	}

	#dealar_box .dealar_cell_title {
		display: inline-block;
		margin:0px 3px 0px 5px;
	}

	#dealar_box .dealar_cell {
		display: inline-block;
		margin:0px 120px 0px 2px;
	}

	.module_list_div {
		position: absolute;
		z-index: 9999;
		border-style: solid;
		border-width: 1px;
		border-color:#a6a6a6;
		margin-top:-2px;
		background:#fff;
	}

	#list_contents {
		height: 245px;
		width:100%;
		overflow-x:hidden;
		overflow-y:auto;
		background:#fff;
	}

	.module_div {
		border-style: solid;
		border-width: 1px;
		border-color: #a8a8a8;
		width:100%;
		height:29px;
		text-align: left;
	}

	.module_list_div .list_item {
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

	#list_contents .item_element {
		height: 20px;
		width: 100%;
	}

	#list_contents .item_element:hover {
		color:#fff;
		background:#bbbcde;
		cursor:pointer;
	}

	#list_contents .item_content {
		padding: 2px;
	}

	.module_list_div .item_menu {
		width: 100%;
		padding:5px;
		background:#f4f5fe;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color:#a6a6a6;
	}

	.module_list_div .menu_content {
		display: inline-block;
		padding-right: 2px;
		height: 20px;
	}

	.module_list_div .menu_content:hover {
		color:#fff;
		background:#bbbcde;
		cursor:pointer;
	}

	#list_contents .selected {
		/*color:#fff;*/
		background:#bbbcde;
	}

#option .header{
	font-weight:bold;
	color:rgb(0,112,192);
}
#option .small_box{
	border-collapse:collapse;
	border:1px solid #111987;
	padding:8px 8px 8px 12px;
}
#option{
	overflow:hidden;
}

#option div.group_left{
	float:left; width:50%;
}
#option div.group_right{
	float:right; width:47%;
}
#option .box{
	margin-bottom: 10px;
}

#option .box_aux{
	margin-bottom: 30px;
}

#option .box_module{
	margin-bottom: 40px;
}
#option .small_box p{
	text-align:right;
	float:right;
}

#option .group_memo p{
	 text-indent: 1em;
}

#option label{
	margin-right:5px;
}

#confirm .header{
	font-weight:bold;
	color:rgb(0,112,192);
}
#confirm .main_box{
	font-size:24px;
}
#confirm table, #confirm th, #confirm td{
		text-align:center;
		margin:10px;
		vertical-align:middle;
}

#confirm .small_box{
	border-collapse:collapse;
	border:1px solid #111987;
	padding:8px 0px 8px 8px;
	margin-left:30px;
	width:95%;
}
#confirm .small_box ul{
	padding-left:20px;
}
#confirm .small_box li{
	list-style-type: disc;
	padding-left:0px;
}
#confirm .main_head{
	width:100%;
	margin-bottom:0px;
	border-spacing:20px 0px;
	border-collapse : separate;
	border-style:none;
}
#confirm .middle_head{
	width:100%;
	margin-bottom:10px;
	border-spacing:20px 5px;
	border-collapse : separate;
	border-style:none;
}

#confirm .small_head{
	width:35%;
	margin-bottom:0px;
	margin-left:25px;
	border-spacing:5px;
	border-collapse : separate ;
	border-style:none;
}
#confirm .group_table{
	width:97%;
	margin:0 auto 0 25px;
	border-spacing:5px;
	border-collapse : separate ;
	border-style:none;
}

#confirm .group_memo{
	font-weight:bold;
	margin-bottom:10px;
	margin-left:80px;
}

#confirm .group_result{
	width:32%;
	margin-bottom:0px;
	margin-left:25px;
	border-spacing:5px 0px;
	border-collapse : separate ;
	border-style:none;
}
#confirm .group_result_value{
	text-align:right;
	margin:10px;
	border-bottom-style: none;
}
#confirm .group_result_title{
	text-align:center;
	width:120px;
	border-bottom-style: none;
}
#confirm .group_result_value_last{
	text-align:right;
	margin:10px;
}
#confirm .group_result_title_last{
	text-align:center;
	width:120px;
}
#confirm .group_result2{
	margin-bottom:0px;
	margin-left:25px;
	border-spacing:5px 0px;
	border-collapse : separate ;
	border-style:none;
}
#confirm .group_result2_value{
	text-align:right;
	margin:10px;
	width: 140px;
	border-bottom-style: none;
}
#confirm .group_result2_title{
	text-align:center;
	width:130px;
	border-bottom-style: none;
}
#confirm .group_result2_value_last{
	text-align:right;
	width: 140px;
	margin:10px;
}
#confirm .group_result2_title_last{
	text-align:center;
	width:130px;
}
#confirm .indevelop{
	color:gray;
}

.caution{
	margin-left:25px;
	margin-top:20px;
	padding-left:1em;
	text-indent:-1em;
}

.caution p {
	color:red;
	padding-left:1em;
}

#confirm .group_pict{
	margin:20px 80px;
}

#confirm .cell_title{
	width : 10%;
}
#confirm .terminal{
	font-size : 10px;
}

#confirm .width100{
	width:100px;
}

#confirm th, #confirm td{ line-height:1.6;}
#confirm th{
	font-weight:bold;
	padding:8px;
}
#confirm td{
	padding:8px 8px 8px 12px;
	background:#FFF;
}
#confirm .output_massage{
	width:94%;
	margin: 0 auto 0 auto;
}

#confirm .outspecMsg{
	padding-left:0px;
	text-align:left;
}
#btn_clip {
--	height:45px;
--	margin-left:5px;
--	vertical-align:middle;
--	cursor:pointer;
}
.warning {
	color:red;
}
.possible{
	color:green;
}
.impossible{
	color:magenta;
}
.orderMsg{
	margin-top:10px;
	font-size:22px;
	margin-bottom:0px;
}
.message_area{
	margin-top: 10px;
}
.group_pict img{
	height:215px;
}

th, td{
	border-collapse:collapse;
	border:1px solid #111987;
}
h1 span a{
	color: #fff !important;
	font-size:15px;/*for IE*/ font-size:1.5rem;
	font-weight:normal;
}
h1 span.menu_box {
	float:right;
}
h1 span.menu {
	border-left: 1px solid #fff;
	padding: 1px 20px 1px;
	vertical-align : middle;
}
h1 span.menu_last {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 1px 20px 1px;
	vertical-align : middle;
}
