@charset "utf-8";
/* CSS Document */

/*　コンテンツ　*/
#contents {
	width: 750px;
	float: right;
}
.title_img_service,
.title_img_investor {
	margin: 0 10px 15px;
	background-repeat: no-repeat;
	height: 200px;
}

.title_img_service {
	background-image: url(../../service/img/title_service.png);

}

.title_img_service p,
.title_img_investor p {
	position: relative;
	top: 110px;
	padding: 0 5px;
}

ul.service_menu {
	margin: 5px 10px;
}

ul.service_menu li {
	float: left;
	margin: 5px 40px;
	padding: 10px;
}

h1,
h2.service_title {
	font-size: 18px;
	margin: 0 10px 15px;
	padding: 8px 30px 10px;
	background-image: url(../../service/img/content_title.jpg);
	background-repeat: no-repeat;
}

h2 {
	margin: 0 5px 0;
	padding: 0 5px 5px 12px;
	font-size: 18px;
}

#contents p {
	line-height: 1.7;
	margin: 5px 8px;
	padding: 5px 10px 5px;	
}

#contents ul {
	margin: 5px 5px 10px 35px;
	padding: 5px 3px;
}

#contents ul li {
	padding: 3px;
}

h3 {
	background-image: url(../img/icon_circle.gif);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	border-bottom: 1px dotted #ccc;
	margin: 15px;
	padding: 4px 25px 5px;
	font-size: 16px;
	font-weight: normal;
}

h5.up {
	margin: 3px 15px;
	background-image: url(../../service/img/icon_triangle_up.gif);
	background-repeat: no-repeat;
	padding: 0 15px 5px;
	background-position: left 5px;
	border-bottom: 1px dotted #333;
}

h5.under {
	margin: 3px 15px;
	background-image: url(../../service/img/icon_triangle_under.gif);
	background-repeat: no-repeat;
	padding: 0 15px 5px;
	background-position: left 5px;
}

.feature {
	border: 1px solid #ccc;
	margin: 5px 20px 30px;
	padding: 0 8px 5px;
	overflow: hidden;	
}

.feature h2 {
	margin: 15px 0 5px 3px;
}	

.feature h4 {
	margin: 8px;
	padding: 5px 10px;
}

.feature ul {
	margin: 0 5px;
	padding: 0 10px 0;
}

.feature ol {
	margin: 0 5px 10px 18px;
	padding: 0 10px 0;
}
.feature ul li,
.feature ol li {
	margin-left: 10px;
}


.feature ul li.word {
	background-image: url(../../service/img/word.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 5px 25px !important;
	margin: 5px;
	list-style: none;	
}

.feature ul li.pdf {
	background-image: url(../../service/img/pdf.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 5px 25px !important;
	margin: 5px;
	list-style: none;	
}


.feature .float_L {
	float: left;
	padding: 5px 10px;
	width: 170px;
	margin: 10px 5px 5px;
}

.feature .float_R {
	padding: 5px;
	width: 470px;
	overflow: hidden;	
}


.contents_contact {
	background-color: #dcdcdc;
}

.contents_contact a:hover img,
#contents a:hover img {
	opacity: 0.7;
}

.contents_contact_discro {
	background-color: #f5f5f5;
}

.contents_contact,
.contents_contact_discro {
	border: 4px solid #ccc;
	margin: 5px 15px 20px;
	padding: 10px 10px 3px;
	border-radius: 8px;
}

.contents_contact p,
.contents_contact_discro p{
	text-align: center;
}

.contents_contact img,
.contents_contact_discro img {
	display: block;
	margin: 10px auto 15px;
}

img.contact_L {
	float: left;
	margin: 10px 40px 20px;
}


.feature ul li.list_detail {
	list-style-type: circle;
	margin: -10px 25px 5px;
}

.contents_blue {
	background-color: #f0f8ff;
	border: 2px solid #043c78;
}

.contents_red {
	background-color: #f7e8c9;
	border: 2px solid #c19d5f;
}

.contents_green {
	background-color: #dcdcdc;
	border: 2px solid #a9a9a9;
}

.contents_gray {
	background-color: #f7f6f5;
	border: 2px solid #ccc;
	margin: 5px 15px 10px;
	padding: 5px 5px 0;
}	

.contents_blue,
.contents_red,
.contents_green {
	margin: 10px 5px;
	padding: 10px 10px 10px;
}

 p.contents_red_title,
 p.contents_blue_title,
 p.contents_green_title {
	font-weight: bold;
	text-align: center;	   
	font-size: 16px;
 }

 p.contents_red_title  {
	color: #c19d5f;

}

 p.contents_blue_title {
	color: #043c78;
}

 p.contents_green_title {
	color: #808080;
	text-align: left;
}

 p.contents_sub_title {
	font-weight: bold;   
	font-size: 16px;
 }

 p.contents_bk_title {
	font-weight: bold;
	text-align: left;
	font-size: 16px;
}


table.invest_red,
table.invest_blue {
	width: 650px;
	margin: 5px;
	padding: 8px;
	border: 1px solid #ccc;
	border-collapse: collapse;	
}

table.invest_red th,
table.invest_red td,
table.invest_blue th,
table.invest_blue td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 5px 0 5px 10px;	
}

table.invest_red td,
table.invest_blue td {
	background-color: #fff;
}

table.invest_red th {
	background-color: #c19d5f;
	color: #fff;
	width: 35%;
}

table.invest_blue th {
	background-color: #043c78;
	color: #fff;
	width: 35%;	
}

table.invest_share {
	width: 650px;
	margin: 10px;
	padding: 8px;
	border: 1px solid #ccc;
	border-collapse: collapse;	
}

table.invest_share th,
table.invest_share td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 5px 0 5px 15px;
}

table.invest_share th {
	background-color: #dcdcdc;
}

.contents_blue_L,
.contents_blue_L_180 {
	width: 325px;
	float: left;
	background-color: #f7e8c9;
	margin: 5px;
	padding: 10px 5px;
}

.contents_blue_L_180 {
	height: 180px;
}

.contents_red_R {
	width: 325px;
	float: right;
	background-color: #f7e8c9;
	margin: 5px;
	padding: 10px 5px;
	height: 320px;
}

.contents_blue_L ul li,
.contents_red_R ul li  {
	padding: 0 3px 3px ;
}

.contents_blue_tob_L,
.contents_red_tob_R {
	width: 300px;
	margin: 10px 5px;
	padding: 3px 5px;
	height: 650px;
	position: relative;
	top: -50px;
}

.contents_blue_tob_L {	
	background-color: #dcdcdc;
	float: left;
	height: 650px;
}

.contents_red_tob_R {
	background-color: #f7e8c9;
	float: right;
}

.contents_red_tob_R p {
	margin: 5px !important;
	padding: 2px 0 !important;
}

.contents_red_tob_yajirushi {
	float: left;
	width: 42px;
	margin: 5px;
	height: 630px;
	position: relative;
	top: 300px;
}

ul.tob_list {
	margin: -10px 5px 5px 20px !important;
}

ul.tob_list li {
	padding: 3px !important;
}
	
.movie_space {
	border: 1px solid #ccc;
	margin: 5px 10px;
	padding: 5px 5px 15px;
	background: linear-gradient(#fff, #f5f5f5);
}

	
table.evaluation_flow {
	width: 680px;
	margin: 8px;
	padding: 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;		
}
	
table.evaluation_flow td,
table.evaluation_flow th {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 10px;
}
	
table.evaluation_flow th {
	width: 35%;
	font-weight: normal;
	background-color: #f5f5f5;
	text-align: left;
}
 .evaluation_flow_title {
	 font-weight: bold;
	 padding: 0 0 5px;
 }
	
.evaluation_flow_img {
	float: left;
	padding: 5px 0 5px 5px;
	width: 160px;
	margin: 0 0 8px;
}

.evaluation_flow_img_explain {
	float: right;
	width: 250px;
	overflow: hidden;		
}

.evaluation_flow_img_explain li {
	padding: 0 0 5px;
	list-style-image: url(../../service/img/checkbox.gif);
}

.evaluation_flow_point {
	clear: both;
	border: 1px solid #ccc;
	background-color: #f0f8ff;
	padding: 10px;
	margin: 8px 5px 3px;
}

.evaluation_flow_yajirushi img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.service_corporate_blue_L {
	width: 250px;
	margin: 5px 3px 25px 20px;
	border: 1px solid #043c78;
	background-color: #f0f8ff;
	float: left;
}

.service_corporate_gray_yajirushi {
	width: 160px;
	background-image: url(../../service/img/yajirushi_gray.gif) ;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	overflow: hidden;
	height: 100px;
	margin: 25px 18px;
}

.service_corporate_gray_yajirushi p {
	text-align: center;
	position: relative;
	top: 38px;
}

.service_corporate_red_R {
	width: 250px;
	margin: 5px 20px 5px 5px;
	border: 1px solid #d70035;
	background-color: #ffc0cb;
	float: right;	
}

.contents_m_and_a {
	width: 680px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px;
	height: 1020px;
}
	
.contents_gray_L {
	width: 300px;
	float: left;
	background-color: #f5f5f5;
	margin: 5px 15px 10px;
	padding: 3px 5px;
	height: 130px;
}	

img.content_img_L {
	position: relative;
	left: 450px;
}

img.content_img_C {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
.contents_blue_R {
	background-color: #f0f8ff;
	border: 1px solid #043c78;
	margin: 20px 17px 10px ;
	width: 305px;
	float: right;			
}
		
.contents_blue_R p {
	font-weight: bold;
	margin-top: 10px !important;
	text-align: center;
}

h3.red_sub_title,
h4.red_sub_title {
	font-size: 16px;
	color: #c19d5f;
	margin: 5px 0;
}

h4.blue_sub_title {
	font-size: 16px;
	color: #043c78;
	margin: 0 5px;
}

h4.green_sub_title {
	font-size: 16px;
	color: #808080;
	margin: 15px 5px 5px;
}

.takeover_defense {
	margin: 10px;
	background-image: url(../../service/img/red_yajirushi_3.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 690px;
	height: 928px;
}

.takeover_defense_L,
.takeover_defense_L_gray {
	width: 195px;
	margin: 10px 16px 10px;
	float: left;
}

.takeover_defense_L_gray {
	background-color: #f7f6f5;
	border: 2px solid #ccc;
}

h4.takeover_defense_L_title {
	text-align: center;
	margin: 5px 0 5px 10px !important;
}

p.takeover_defense_subtitle {
	font-weight: bold;
	color: #c19d5f;
	position: relative;
	top: -5px;
	left: 5px;
}

ul.m_and_a_list {
	margin: -10px 15px 0 !important;
}

ul.m_and_a_list li {
	padding: 3px 5px !important;
}

.integrated_report_L {
	width: 160px;
	float: left;
	margin: 10px 25px 10px 8px;
	border: 1px solid #ccc;
	padding: 10px 3px 5px;
	height: 150px;
}

.integrated_report_yajirushi {
	float: left;
	margin: 40px 13px 10px 3px;
}

.integrated_report_R {
	float: right;
	width: 160px;
	border: 1px solid #ccc;
	padding: 10px 3px 5px;
	margin: 10px 5px 10px 10px;	
	height: 150px;			
}

table.integrated_report,
table.legal {
	width: 685px;
	margin: 10px 5px;
	padding: 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;		
}

table.integrated_report th,
table.integrated_report td,
table.legal th,
table.legal td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 8px;
}

table.integrated_report th.info {
	background-color: #043c78;
	color: #fff;
	text-align: center;
	padding: 10px;
}
	
table.integrated_report th.discro {
	background-color: #f0f8ff;
	text-align: center;
	padding: 10px;
	vertical-align: central;
}

table.integrated_report td {
	vertical-align: top;
}

.integrated_report_detail {
	position: relative;
	border: 1px solid #d70035;
	background-color: #ccc;
	padding: 10px;
	width: 100px;
	text-align: center;
	background: linear-gradient(#fff, #f5f5f5);	
	top: -150px;
	left: 340px;
}

table.legal th {
	background-color: #f0f8ff;
	text-align: center;
	padding: 10px;
}

table.legal td.case {
	vertical-align: central;
	width: 13%;
	padding: 5px 8px;
}

table.legal th.regulation {
	width: 25%;
}

table.legal th.support {
	width: 20%;
}

.kabu_url {
	border: 1px solid #ccc;
	background: linear-gradient(#fff, #f5f5f5);
	text-align: center;
	font-weight: bold;
	padding: 15px;
}

#mov_space {
	margin: 10px 200px 30px;
	width: 320px;
}

ul.calender_list {
	margin: 5px 5px 10px 0 !important;
}

ul.transfer_list {
	margin: 5px 5px 10px 10px !important;
}

/* 取締役会評価追加 */
.float_L_evaluation,
.float_R_evaluation {
	overflow: hidden;
	padding: 5px;
	width: 330px;
}

.float_L_evaluation {
	float: left;
}

.float_R_evaluation {
	float: right;
}

h3.evaluation_process {
	width: 300px;
	border-bottom: 1px dotted #ccc;
	margin: 5px 0 5px 3px;
	background-image: url(../img/icon_circle.gif) ;
	background-position: 8px 10px;
	background-repeat:  no-repeat;
	padding-left: 25px;
}

h4.evaluation_process_title {
	font-weight:bold;
	margin: 5px 10px;
	font-size: 14px;
}

.flow_quest_study,
.flow_quest,
.flow_quest_end,
.flow_interview_study,
.flow_interview,
.flow_interview_end {
	border-radius: 5px;
	padding: 3px;
	position: relative;
	margin: 15px 10px 20px;
}

.flow_quest_study {
	background: #dcdcdc;
}

.flow_interview_study {
	background: #f7e8c9;
}

.flow_quest,
.flow_quest_end {
	background-color: #a9a9a9;
}

.flow_interview,
.flow_interview_end {
	background: #c19d5f;
}

.balloon_under_quest_study::after,
.balloon_under_quest::after,
.balloon_under_interview_study::after,
.balloon_under_interview::after {
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;
	bottom: -10px;
	content:"";
	display:block;
	height:0;
	left:10%;
	margin-left:-5px;
	position: absolute;
	width:0;
}

.balloon_under_quest_study::after {
	border-top: solid 15px #dcdcdc;
}

.balloon_under_interview_study::after {
	border-top: solid 15px #f7e8c9;
}

.balloon_under_quest::after {
	border-top: solid 15px #a9a9a9;
}

.balloon_under_interview::after {
	border-top: solid 15px #c19d5f;
}

.flow_quest_end::after,
.flow_interview_end::after {
	content:"";		
	display:block;
	height:0;
	left:10%;
	margin-left:-5px;
	width:0;
}

/* プロキシー追加 */
ul.proxy_list {
	margin: 5px 5px 10px 10px !important;
}


/* ma追加 */
h4.ma_title {
	font-size: 16px;
	margin: 5px 10px;
	border-bottom: 1px solid #ccc;
}

h5.ma_subtitle {
	margin: 10px 20px 5px;
}

/* 株主提案追加 */
.shareowner {
	background-image: url(../../service/img/shareowner_proposals_img_1.png);
	background-position: center;
	margin: 15px 0 0;
	width: 660px;
	height: 1050px;	
}

.shareowner_L {
	width: 160px;
	float: left;
	margin: 70px 40px 10px 105px;	
}

.shareowner_C {
	width: 180px;
	float: left;
	margin: 70px 0px 10px 10px;
}

.shareowner_R {
	width: 150px;
	float: right;
	margin: 70px 5px 10px 0;
}

.shareowner_R_after {
	width: 150px;
	float: right;
	margin: 275px 5px 10px 0;
}

.shareowner_R_after_bottom {
	width: 150px;
	float: right;
	margin: 95px 10px 10px 0;
}

.share_title_L {
	padding-left: 30px !important;
}

.share_title_C {
	padding-right: 50px !important;
}

.share_title_R {
	padding-right: 50px !important;
}

ul.share_list_C {
	margin: 0 30px 0 20px !important;
}

ul.share_list_R {
	margin: -15px 0 0 25px !important;
}

h4.sale_title {
	background-image: url(../img/icon_sankaku.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
	margin: -5px 20px;
	padding: 0 10px;
}

/* ma実績追加 */
h2.fa_title {
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}

h2.fa_title span {
	display: block;
	margin-bottom: .2em;
	color: #c19d5f;
	font-size: .8em;
}

h3.fa_sub_title {
	font-weight: bold;
	background-image: none !important;
	padding-left: -5px;
	margin: -5px 0;
	border: none !important;
}


.flow,
.flow_end {
	position: relative;
	display: inline-block;
 	margin: 0 15px 20px 20px;
	padding: 0 10px 5px;
	min-width: 120px;
 	max-width: 100%;
	border: 1px solid #ccc;
	width: 685px;
}

.flow:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 10%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ccc;
}

.triangle_btm {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #c19d5f;
	position: relative;
	left: 315px;
}

.triangle_R {
	width: 30px;
	height: 0;
	border-left: 30px solid #c19d5f;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	position: relative;
	top: 80px;
	left: 330px;
}
