@charset "utf-8";
.sp {
    display: none;
}

#consulting main  {
	width: 96%;
	margin: 0 auto;
	text-align: left;
}

main .boxA {
}
main .boxA dt {
}
main .boxA dd {
  float:left;
  width:70%;
}
main .tableA{
	border-collapse: collapse;
    border-spacing: 0;
	width:99%;
	margin-bottom:25px;
	box-sizing:border-box;
	font-style: bold;
}
main .tableA th{
	text-align:center;
	width: 30%;
	padding:15px 7px 12px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	background: #F5F5F5;
}
main .tableA td{
	width: 70%;
	padding:15px 7px 12px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
	font-weight: bold;
}


@media screen and (max-width: 640px){

.sp { display: block !important; }
.pc { display: none !important; }
	


/*=============================================== 
	base.css
===============================================*/


sup {
	vertical-align: 1.0;
}
sub {
	vertical-align: 0.01em;
}

img {
	border: none;
}	

a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}
main a:link,
main a:visited {
	color: #3D629E;
} 
main a:hover {
	color: #3D629E;
	text-decoration: none;
}

main a:hover img,
footer a:hover img {
	opacity: 0.8; /* 0.0～1.0 */
	filter: alpha(opacity=80); /* 0～100 */
}


main .boxA {
}
main .boxA dt {
}
main .boxA dd {
  float:left;
  width:65%;
}
main .tableA{
	border-collapse: collapse;
    border-spacing: 0;
	width:99%;
	margin-bottom:25px;
	box-sizing:border-box;
	font-style: bold;
}
main .tableA th{
	text-align:center;
	width: 20%;
	padding:15px 7px 12px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	background: #F5F5F5;
}
main .tableA td{
	width: 80%;
	padding:15px 7px 12px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
	font-weight: bold;
}	


	
/*=============================================== 
	style.css
===============================================*/


main ul, 
main ol {
	padding-left: 30px;
	margin-bottom: 1.5em;
}
main ul li {
	margin-bottom: 8px;
	list-style: square;
}
main ol li {
	margin-bottom: 8px;
	list-style: decimal;
}
main ol.lower-latin li {
	margin-bottom: 8px;
	list-style: lower-latin;
}

main ul li ul li {
	margin-bottom: 8px;
	list-style: circle;
}



main p {
	margin-bottom: 1em;
	padding: 0 10px;
}


main ol.basic {
	padding: 10px 15px 0 20px;
}
ol.basic li {
	margin-bottom: 8px;
	line-height: 1.5;
}

figure.left,
figure.right {
	text-align: center;
	font-size: 90%;
}



figure.left {
	float: left;
	margin: 0 20px 20px 0;
}
figure.right {
	float: right;
	margin: 0 0 20px 20px;
}

div.pm_left,
div.pm_right {
	margin-top: 20px;
}

div.pm_left {
	float: left;
	width: 267px;
}
div.pm_right {
	width: 325px;
	float: right;
}

figure.left img,
figure.right img {
	padding: 3px;
	background: #FFF;
	border: 1px solid #CCC;
}

figure img.extra {
	padding: 0;
	border: none;
}
figcaption {
	font-size: 90%;
}
figure.center {
	text-align: center;
	margin: 25px 15px;
}
figure.center img{
	width: 100%;
	height: auto;
}
main figure h5,
main figure p {
	margin-bottom: 5px;
}

.lead {
	margin-bottom: 20px;
}



.bg_title580 {
	background: url(../images/top_hd_bg580.jpg) no-repeat;
	width: 580px;
	height: 40px;
	padding-left: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 40px;
	color: #444444;
}


.mugen {
	width: 100%;
	height: 38em;
	position: relative;
}
.mugen .base {
	position: absolute;
	top: 0;
	left: 0;
}
.mugen .caption {
	position: absolute;
	top: 235px;
	left: 0;
	width: 430px;
}
.mugen p.first {
	width: 280px;
}
.mugen p.second {
	width: 370px;
}

.mugen h5 {
	font-size: 120%;
	margin: 0 0 5px;
}

.consulting_thumbnail {
	width: 302px;
	float: left;
	text-align: center;
	margin: 25px 20px 0 0;
}
.consulting_thumbnail h5,
.consulting_thumbnail p {
	margin: 0 0 3px;
}

.end {
	margin-right: 0;
}
.consulting_thumbnail a:link img,
.consulting_thumbnail a:visited img {
	border: 1px solid #CCC;
}
.consulting_thumbnail a:hover img {
	border: 1px solid #33559C;
}


div.merit {
	padding: 10px;
	background: #E2EAF3;
	width: 100%;
}

table.rim-pc {
	width: 100%;
	border: 1px solid #999;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.rim-pc caption {
	text-align: left;
	padding: 0 0 5px;
	font-weight: bold;
}

.rim-pc th,
.rim-pc td {
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #999;
}
.rim-pc th {
	background: #203D81;
	color: #FFF;
	text-align: center;
	font-size: 110%;
}


dl.faq {

}



.faq dt {
	font-weight: bold;
	margin-bottom: 5px;
	background: url(../images/mark_faq_Q.jpg) no-repeat 0 0;
	line-height: 1.5;
	padding: 0 0 4px 30px;
}

.faq dd {
	margin-bottom: 20px;
	line-height: 1.5;
	border-bottom: 1px dotted #CCC;
	background: url(../images/mark_faq_A.jpg) no-repeat 0px 0px;
	padding: 0 0 15px 30px;
}


ul#flow {
	margin-top: 25px;
}

div#flow_hr {
	margin-top: 25px;
	width: 100%;
	height: 200px;
	position: relative;
}
#flow_hr .base {
	position: absolute;
	top: 0;
	left: 0;
}
#flow_hr .base img{
	width: 100%;
	height: auto;
}

#flow_hr div {
	position: relative;
}

#flow_hr div ul {
	padding: 0;
	margin: 0;
}

#flow_hr div li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.2;
}


#flow_hr div.section1 {
	top: 50%;
	left: 6%;

}
#flow_hr div.section2 {
	top: 50%;
	left: 6%;
}
#flow_hr div.section3 {
	top: 50%;
	left: 6%;
	width: 160px;
}
#flow_hr div.section4 {
	top: 50%;
	left: 6%;
}


main #flow li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.0;
}

#flow li img {
	vertical-align: top;
}

div.flow {
	padding: 15px 10px;
	border-bottom: 1px dotted #999;
}

.flow h5 {
	font-size: 130%;
	margin: 0 0 10px;
	color: #2B498C;
	padding-left: 8px;
	border-left: 6px solid #2B498C;
}

.flow .pagetop {
	text-align: right;
	font-size: 90%;
}	

.service_solution_top_link {
	position: relative;
	margin: 25px auto;
	background:  url(../images/research_img_bg.jpg) no-repeat;
	width: 401px;
	height: 303px;
}
.service_solution_top_link p {
	position: absolute;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
main .service_solution_top_link p a{
	color: #244391;
}
.service_solution_top_link p.link1 {
	top: 51px;
	/* left: 153px; */
	left: 145px;
}
.service_solution_top_link p.link2 {
	top: 212px;
	/* left: 13px; */
	left: 5px;
}
.service_solution_top_link p.link3 {
	top: 220px;
	/* left: 293px; */
	left: 285px;
}
.service_solution_top_link p.center_text {
	top: 169px;
	/* left: 125px; */
	left: 117px;
	font-size: 14px;
}




/*エネルギーフローデータベース*/
.databeseMap {
	position: relative;
	min-height: 400px;
}
.databeseMap div {
	position: absolute;
	padding: 5px;
	font-size: 11px;
}


main .databeseMap div ul {
	padding: 0;
	margin: 0;
}
main .databeseMap div li {
	list-style: none;
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
}
main .databeseMap div li:before {
	content:"○";
}
main .databeseMap div li ul {
	padding-left: 1em;
}
main .databeseMap div li li {
	list-style: disc;
	text-indent: 0;
	padding-left: 0;
}
main .databeseMap div li li:before {
	content:"";
}

.databeseMap .flow10 {
	border: 1px dashed #BF0049;
	width: 192px;
	height: 110px;
	top: -6px;
	left: 42px;
	z-index: 110;
	color: #BF0049;
	font-size: 14px;
	font-weight: bold;
}
.databeseMap .flow10 p { 
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin: 0!important;
}
.databeseMap .db10 {
	background: #0070C0;
	color: #FFFFFF;
	width: 60px;
	text-align: center;
	padding: 14px 0;
	top: 10px;
	left: 48px;
	font-size: 12px;
}
.databeseMap .db15 {
	top: 20px;
	left: 106px;
}
.databeseMap .db20 {
	top: 0;
	left: 140px;
	border: 1px solid #0070C0;
	background: #F4FAFF;
}
.databeseMap .db25 {
	top: 20px;
	left: 240px;
}

.databeseMap .flow20 {
	border: 1px dashed #BF0049;
	width: 112px;
	height: 108px;
	top: -6px;
	left: 308px;
	z-index: 110;
	color: #BF0049;
	font-size: 14px;
	font-weight: bold;
}
.databeseMap .flow20 p { 
	position: absolute;
	width: 12em;
	bottom: -40px;
	left: 80px;
	margin: 0!important;
	text-indent: -1.5em;
	padding-left: 1.5em;
	line-height: 1.2;
}


.databeseMap .db28 {
	top: 10px;
	left: 313px;
	border: 1px solid #0070C0;
	border-right: none;
	width: 7px;
	height: 84px;
	padding: 0;
}

.databeseMap .db30 {
	top: -5px;
	left: 320px;
}
main .databeseMap .db30 p {
	border: 1px solid #0070C0;
	background: #FEFCEB;
	text-align: center;
	padding: 3px 5px;
	margin-bottom: 4px;
}
.databeseMap .db33 {
	top: 10px;
	left: 420px;
	border: 1px solid #0070C0;
	border-left: none;
	width: 7px;
	height: 84px;
	padding: 0;
}
.databeseMap .db35 {
	top: 20px;
	left: 427px;
}

.databeseMap .flow40 {
	border: 1px dashed #BF0049;
	width: 124px;
	height: 380px;
	top: -6px;
	right: -6px;
	z-index: 110;
	color: #BF0049;
	font-size: 14px;
	font-weight: bold;
}
.databeseMap .flow40 p { 
	position: absolute;
	width: 12em;
	top: 360px;
	right: 36px;
	margin: 0!important;
	text-indent: -1.5em;
	padding-left: 1.5em;
	line-height: 1.2;
}


.databeseMap .db40 {
	width: 112px;
	right: 0;
	border: 1px solid #004475;
	background: #FEFCEB;
}
.databeseMap .db45 {
	top:76px;
	right: 45px;
}

.databeseMap .flow30 {
	border: 1px dashed #BF0049;
	width: 292px;
	height: 258px;
	top: 144px;
	left: -6px;
	z-index: 110;
	color: #BF0049;
	font-size: 14px;
	font-weight: bold;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.databeseMap .flow30 {
		height: 252px;
  }
}


.databeseMap .flow30 p { 
	position: absolute;
	width: 12em;
	top: 198px;
	left: 142px;
	margin: 0!important;
}

.databeseMap .db50 {
	top: 150px;
	border: 1px solid #0070C0;
	background: #FFF7F4;
}
.databeseMap .db60 {
	top: 150px;
	left: 145px;
	border: 1px solid #006600;
	background: #FFF7F4;
}
.databeseMap .db63 {
	top:107px;
	left: 294px;
}
.databeseMap .db65 {
	top:220px;
	left: 290px;
}


.databeseMap .db70 {
	top: 165px;
	left: 400px;
	border: 1px solid #0070C0;
	background: #dff8dc;
}
.databeseMap .db80 {
	width:width: 112px;
	top: 150px;
	right: 0;
	border: 1px solid #004475;
	background: #FEFCEB;
}
.databeseMap .db85 {
	top: 256px;
	right: 45px;
}

.databeseMap .db90 {
	width: 112px;
	top: 320px;
	right: 0;
	border: 1px solid #004475;
	background: #FEFCEB;
}
/*コンサルティング技術分野の拡がり*/
.expansionMap{
	background: #EAF0F7;
	border: 1px solid #A7BFD9;
	border-radius: 5px;
	padding: 0 5px 10px;
	position: relative;
	width: 100%;
}
.expansionMap .arrowL1,
.expansionMap .arrowL2,
.expansionMap .arrowR1,
.expansionMap .arrowR2,
.expansionMap .arrowC1,
.expansionMap .arrowC2,
.expansionMap .arrowC3 {
	position: absolute;
}
.expansionMap .arrowL1 {
	top: 72px;
	left: 144px;
}
.expansionMap .arrowL2 {
	top: 183px;
	left: 144px;
}
.expansionMap .arrowR1 {
	top: 72px;
	left: 477px;
}
.expansionMap .arrowR2 {
	top: 183px;
	left: 477px;
}
.expansionMap .arrowC1 {
	top: 100px;
	left: 310px;
}
.expansionMap .arrowC2 {
	top: 158px;
	left: 308px;
}
.expansionMap .arrowC3 {
	top: 168px;
	left: 235px;
}


main .expansionMap h4 {
	font-size: 16px;
	background: none;
	border: none;
	margin: 10px 5px 0;
	padding: 0;
	color: #333;
}
.expansionMap h6 {
	background: #BCCDE3;
	border: 1px solid #666666;
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}
.expansionMap .CentertArea h5 {
	background: none;
	border: none;
	font-size: 14px;
	text-align: center;
}

.expansionMap .LeftArea {
	float: left;
	margin: 10px 0 10px 5px;
	width: 130px;
}
.expansionMap .CentertArea {
	float: left;
	margin: 0 15px;
	padding: 5px;
	width: 320px;
	background: #FFFFFF;
	border-radius: 5px;
}

.expansionMap .CentertArea .area1,
.expansionMap .CentertArea .area2,
.expansionMap .CentertArea .area3,
.expansionMap .CentertArea .area4 {
	float: left;
	width: 140px;
	padding: 0 10px 10px;
}
.expansionMap .CentertArea .area1 div,
.expansionMap .CentertArea .area2 div {
	height: 6.5em;
}
.expansionMap .CentertArea .area3 div,
.expansionMap .CentertArea .area4 div {
	height: 9em;
}


.expansionMap .CentertArea .area1 h6 {
	background: #DBC8BD;
	margin-bottom: 0;
	border-bottom: none;
}
.expansionMap .CentertArea .area1 div {
	background: #E9E2DC;
	padding-top: 5px;
	border: 1px solid #666666;
} 
.expansionMap .CentertArea .area2 h6,
.expansionMap .CentertArea .area3 h6,
.expansionMap .CentertArea .area4 h6 {
	background: #CFE5C1;
	margin-bottom: 0;
	border-bottom: none;
}
.expansionMap .CentertArea .area2 div,
.expansionMap .CentertArea .area3 div,
.expansionMap .CentertArea .area4 div {
	background: #E0EAD9;
	padding-top: 5px;
	border: 1px solid #666666;
}




.expansionMap .RightArea {
	float: left;
	margin: 10px 0 10px;
	width: 130px;
}

main .expansionMap ul {
	padding-left: 0;
	margin-left: 1.5em;
	padding-bottom: 10px;
}
main .expansionMap li {
	list-style: disc;
	font-size: 11px;
	margin-bottom: 0;
}
main .expansionMap p {
	margin-bottom: 0;
}



/* ################################### */

	/* technology */

/* ################################### */
main .TechnicalField {
	margin-bottom: 10px;
}

main .TechnicalField li:nth-child(3n) {
	margin-right: 0;
}
main .TechnicalField p.red {
	background: #EDB7A9;
}
main .TechnicalField p.blue {
	background: #D4DFEC;
}
main .TechnicalField p.green {
	background: #D0E5C2;
}

main .TechnicalField p.HalfBox22 {
	width: 46%;
}


table.coal_vari {
	border: 1px solid #999;
	margin-bottom: 10px;
}

.coal_vari th,
.coal_vari td {
	padding: 5px;
	text-align: center;
	border: 1px solid #999;
	font-size: 75%;
}

.coal_vari th {
	font-weight: normal;
	background: #203D81;
	color: #FFF;
	font-weight: bold;
}

.coal_vari th.left {
	text-align: left;
	width: 130px;
	background: #EDEDED;
	color: #333;
	font-weight: normal;
}
.coal_vari th span {
	font-size: 10px;
}

.coal_vari td {
	width: 148px;
}

.social_top_link {
	position: relative;
	margin: 25px auto;
	background:  url(../images/service_training_img_bg.jpg) no-repeat;
	width: 463px;
	height: 340px;
}
main .social_top_link p {
	position: absolute;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 0;
}
main .social_top_link p a{
	color: #244391;
}
.social_top_link p.link1 {
	top: 49px;
	left: 15px;
}
.social_top_link p.link2 {
	top: 49px;
	left: 222px;
}
.social_top_link p.link3 {
	top: 187px;
	left: 128px;
}
.social_top_link p.link4 {
	top: 208px;
	left: 315px;
}



/* ################################### */

	/* training*/

/* ################################### */

/*
.training_box {
	position: relative;
	height: 400px;
}
.training {
	position: absolute;
	left: 113px;
	z-index: 100;
}
.training1,
.training2,
.training3 {
	width: 200px;
	font-size: 16px;
	position: absolute;
}
.training1 {
	right: 0;
	top: 20px;
	z-index: 110;
}
.training2 {
	left: 0;
	top: 155px;
	z-index: 120;
}
.training3 {
	right: 0;
	top: 275px;
	z-index: 130;
}
*/
.training h5 {
	color: #2B498C;
	font-size: 120%;	
}
.training_box1,
.training_box2,
.training_box3,
.training_box4,
.training_box5,
.training_box6{
	margin-top: 10px;
	width: 100%;
	float: left;
}
.training_box1 p,
.training_box2 p,
.training_box3 p,
.training_box4 p,
.training_box5 p,
.training_box6 p{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px!important;
}
.training_box1 div,
.training_box2 div,
.training_box3 div,
.training_box4 div,
.training_box5 div,
.training_box6 div{
	padding: 5px;
	margin-bottom: 1em;
	/*height: 415px;*/
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	font-size: 1.1em;
}
.training_box1 div {
	background: #F4BDBD;
}
.training_box2 div {
	background: #BCF2BC;
}
.training_box3 div {
	background: #BCBCF2;
}
.training_box4 div {
	background: #FFFEC6;
}
.training_box5 div {
	background: #C6FFFD;
}
.training_box6 div {
	background: #C6FFE3;
}
.training_arrow {
	float: none;
	width: 50px;
	margin: 10px auto 0;
	text-align: center;
	display: none;
}
.training_table,
.training_table2 {
	margin-bottom: 20px;
}
.training_table2 {
	width: 100%;
	font-size: 0.9em;
	background: #E0F4EF;
}
.training_table th,
.training_table td {
	padding: 0 5px 3px 0;
}
.training_table2 th,
.training_table2 td{
	border: 1px #333 solid;
	padding: 3px 5px;
}
.training_table th,
.training_table2 th{
	text-align: center;
}
.training_table2 th {
	white-space: nowrap;
	text-align: center;
}
.training_table2 tr td:first-child,
.training_table2 tr td:nth-child(4) {
	text-align: center;
} 
.training_table tr td:nth-child(2) {
	width: 60%;
}


/* ################################### */

	/* Feasibility_Study*/

/* ################################### */
.Feasibility_Study {
	position: relative;
	min-height: 250px;
}
.Feasibility_Study div {
	position: absolute;
    padding: 5px;
}
main .Feasibility_Study p {
	margin: 5px 0;
}


.Feasibility_Study .flow10 {
    border: 1px solid #70AD47;
	background: #E2F0D9;
    width: 140px;
	height: 50px;
    top: 10px;
    left: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
}
.Feasibility_Study .flow15 {
    top: 28px;
    left: 171px;
}
.Feasibility_Study .flow20 {
    border: 2px solid #70AD47;
	background: #DEEBF7;
    width: 230px;
    top: 0;
    left: 199px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	z-index: 120;
}
.Feasibility_Study .flow20 ol {
	margin: 10px;
}
.Feasibility_Study .flow20 li {
	margin-bottom: 0;
}
.Feasibility_Study .flow25 {
    top: 28px;
    left: 436px;
}

.Feasibility_Study .flow30 {
    border: 1px solid #70AD47;
	background: #E2F0D9;
    width: 140px;
	height: 50px;
    top: 10px;
    right: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.Feasibility_Study .flow35 {
    top: 116px;
    left: 171px;
}

.Feasibility_Study .flow40 {
    border: 1px solid #70AD47;
	background: #E2F0D9;
    width: 140px;
	height: 50px;
    top: 99px;
    left: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.Feasibility_Study .flow45 {
    top: 166px;
    left: 296px;
	z-index: 100;
}


.Feasibility_Study .flow50 {
    border: 1px solid #70AD47;
	background: #E2F0D9;
    width: 140px;
	height: 50px;
    top: 200px;
    left: 244px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
}
.Feasibility_Study .flow55 {
    top: 116px;
    left: 436px;
}

.Feasibility_Study .flow60 {
    border: 1px solid #70AD47;
	background: #E2F0D9;
    width: 140px;
	height: 50px;
    top: 99px;
    right: 25px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
	line-height: 50px;
}


.MasterPlanning {
	position: relative;
	min-height: 340px;
}
.MasterPlanning div {
	position: absolute;
    padding: 5px;
}
main .MasterPlanning p {
	margin: 0;
}
.MasterPlanning .flow10 {
    border: 2px solid #114D8A;
	background: #FFF2CC;
    width: 140px;
	height: 50px;
    top: 0;
    left: 32px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
	text-align: center;
	line-height: 50px;
}

.MasterPlanning .flow15 {
    top: 12px;
    left: 180px;
}
.MasterPlanning .flow20 {
    border: 1px solid #114D8A;
	background: #E2F0D9;
    width: 140px;
	height: 50px;
    top: 0;
    right: 32px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.MasterPlanning .flow25 {
    top: 60px;
    left: 87px;
}
.MasterPlanning .flow27 {
    top: 100px;
    left: 170px;
	font-weight: bold;
	font-size: 14px;
}

.MasterPlanning .flow30 {
    border: 1px solid #114D8A;
	background: #E2F0D9;
    width: 120px;
	height: 50px;
    top: 117px;
    left: 42px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
	line-height: 50px;
	border-radius: 20px;
}
.MasterPlanning .flow35 {
    top: 135px;
    left: 170px;
}
.MasterPlanning .flow37 {
    top: 100px;
    left: 325px;
	font-weight: bold;
	font-size: 14px;
}
.MasterPlanning .flow37 span {
	border-bottom: dashed 1px #000;
}
.MasterPlanning .flow38 {
    top: 57px;
    right: 84px;
}

.MasterPlanning .flow40 {
    border: 2px solid #114D8A;
	background: #EDEDED;
    width: 140px;
	height: 50px;
    top: 117px;
    right: 32px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.MasterPlanning .flow45 {
    top: 178px;
    right: 84px;
}

.MasterPlanning .flow50 {
    border: 1px solid #114D8A;
	background: #5B9BD5;
    width: 140px;
	height: 63px;
    top: 235px;
    left: 32px;
    font-size: 14px;
    font-weight: bold;
	color: #FFFFFF;
}

main .MasterPlanning .flow50 ul {
	margin-left: 5px;
}
main .MasterPlanning .flow50 li {
	margin-bottom: 0;
}
.MasterPlanning .flow55 {
    top: 310px;
    left: 32px;
}


.MasterPlanning .flow60 {
    border: 2px solid #114D8A;
	background: #FFF2CC;
    width: 180px;
	height: 50px;
    top: 240px;
    left: 220px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
	text-align: center;
}
.MasterPlanning .flow65 {
    top: 310px;
    left: 248px;
}
.MasterPlanning .flow68 {
    top: 254px;
    left: 409px;
}

.MasterPlanning .flow70 {
    border: 1px solid #114D8A;
	background: #E2F0D9;
    width: 140px;
	height: 50px;
    top: 240px;
    right: 32px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
	line-height: 50px;
}

.kadomaru_box {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #333;
	background: #ECF2FF;
	padding: 20px 10px 0;
}

/* ################################### */

	/* profile */

/* ################################### */



.companyprofile table {
	width: 600px;
	border-top: 1px solid #CCC;
	margin-bottom: 20px;
}

.companyprofile th,
.companyprofile td {
	text-align: left;
	padding: 10px 15px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

.companyprofile main p {
	font-weight: bold;
	margin: 0 0 10px;
}

.companyprofile td ul {
	padding-left: 30px;
}
.companyprofile td ul li {
	list-style: square;
	margin-bottom: 10px;
	font-weight: bold;
}

.companyprofile td ul li ul {
	padding: 0;
	margin: 5px 0;
}
.companyprofile td ul li ul li {
	list-style: none;
	font-weight: normal;
	margin-bottom: 5px;
}	


.companyprofile th {
	width: 20%;
	white-space: nowrap;
	background: #F5F5F5;
}
.partner main h4 {
	margin-top: 0;
}

.partner main dl {
	margin-bottom: 25px;
}

.partner main dt {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 110%;
}
.partner main dt span {
	font-weight: normal;
}	

.partner main dt a {
	padding: 0 15px 0 0;
	background: url(../images/ico_blank.gif) no-repeat right center;
}

.partner main dd {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
}

.accessmap table {
	border-collapse: collapse;
	margin-bottom: 15px;
}

.accessmap table th,
.accessmap table td {
	padding: 3px 10px 3px 0;
	text-align: left;
	line-height: 1.5;
	font-weight: normal;
	vertical-align: top;
}
.accessmap table th {
	width: 1%;
	white-space: nowrap;
}	

#profile main h6 {
	color: #2B498C;
	font-weight: bold;
	font-size: 1.0em;
}



/* ################################### */

	/* consultantlist */

/* ################################### */
.consultantlist {
	border-bottom: 1px dotted #CCCCCC;;
	margin-bottom: 20px;
}

.consultantlist div.photo_area {
	float: left;
	margin: 0 20px 20px 0;
 }
.consultantlist div.photo_area div.photo {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 3px;
	margin-bottom: 5px;
}
.consultantlist div.photo_area div.photo a {
	display: block;
	height: 150px;
	overflow: hidden;
}

.consultantlist div.photo_area p a {
	display: block;
	width: 100%;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
.consultantlist div.photo_area p a:hover {
	background: #EEEEEE;
}
main .consultantlist p.consultant_name {
	font-size: 1.8em;
	margin-bottom: 10px;
}
.companyprofile #consultant td ol,
.companyprofile #consultant td ul,
.companyprofile .consultantlist td ol,
.companyprofile .consultantlist td ul {
 	padding-left: 15px;
 }


.companyprofile #consultant td ol li,
.companyprofile .consultantlist td ol li {
	font-weight: bold;
	margin-bottom: 10px;
}

/* ################################### */

	/* consultant */

/* ################################### */
.companyprofile main #consultant p {
	margin: 0;
}


/* ################################### */

	/* major-projects */

/* ################################### */
.major-projects table {
    border: 1px solid #ccc;
}
.major-projects table th {
    background: #757575 none repeat scroll 0 0;
    white-space: nowrap;
	color: #FFFFFF;
}
.major-projects table th, 
.major-projects table td {
    border: 1px solid #ccc;
    padding: 5px;
	text-align: center;
}
.major-projects table tr:nth-child(odd) td {
    background: #f5f5f5;
}
.major-projects table td:nth-child(1) {
    white-space: nowrap;
}

.major-projects table td:nth-child(3) {
	text-align: left;
}

/* ################################### */

	/* common */

/* ################################### */

.alignleft {
	text-align: left!important;
}
.aligncenter {
	text-align: center;
}
.aligncenter img{
	text-align: center;
	width: 100%;
	height: auto;
}
.alignright {
	text-align: right;
}
.aligntop {
	vertical-align: top;
}
.mgnt08 {
	margin-top: 8px !important;
}
.mgnt20 {
	margin-top: 20px;
}
.mgnl15 {
	margin-left: 15px;
}
.mgnl50 {
	margin-left: 50px;
}
.mgnb1em {
	margin-bottom: 1em;
}
.mgnb00 {
	margin-bottom: 0 !important;
}
.mgnb05 {
	margin-bottom: 5px !important;
}
.mgnb10 {
	margin-bottom: 10px !important;
}
.mgnb30 {
	margin-bottom: 30px !important;
}
.indent10 {
	text-indent: -0.5em;
	padding-left: 1em;	
}
.indent20 {
	text-indent: -2em;
	padding-left: 2em;	
}
.indent50 {
/*	text-indent: -5em;*/
	text-indent: 0;
	padding-left: 5em;	
}
.pdnl10 {
	padding-left: 10px!important;
}
.pdnl20 {
	padding-left: 20px!important;
}
.pdnl30 {
	padding-left: 30px!important;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.rate05 {
	width: 10%!important;
	font-size: 1.5rem;
}
.rate10 {
	width: 15%!important;
	font-size: 1.5rem;
}
.rate15 {
	width: 20%!important;
	font-size: 1.5rem;
}
.rate20 {
	width: 20%!important;
	font-size: 1.5rem;
}

.rate30 {
	width: 30%!important;
	font-size: 1.5rem;
}
.rate40 {
	width: 40%!important;
	font-size: 1.5rem;
}
.rate50 {
	width: 50%!important;
	font-size: 1.5rem;
}
.rate60 {
	width: 50%!important;
	font-size: 1.5rem;
}
.rate70 {
	width: 70%!important;
	font-size: 1.5rem;
}
.rate100 {
	width: 100%!important;
	font-size: 1.5rem;
}

.bold {
	font-weight: bold;
}
.fs-normal {
	font-weight: normal!important;
}
.underline {
	text-decoration: underline;
}
.f-base {
	color: #2B498C;
}
.red {
	color: red!important;
}
.f-large {
	font-size: 120%;
}
.f-large110 {
	font-size: 110%;
}
.f-large140 {
	font-size: 140%!important;
}
.f-small80 {
	font-size: 80%!important;
}
.normal_tbl {
	width: 100%;
}
.normal_tbl td {
	border: 1px solid #000000;
	padding: 10px;
}
	

.nowrap {
	white-space: nowrap;
}

.fs10 {
	font-size: 10px;
}
.fs12 {
	font-size: 12px;
}
.fs16 {
	font-size: 16px!important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.clear {
	clear: both;
}



}
