﻿/* /en/corc/ */


/* whatnew,list */
.whatnew {
	font-size: 70%;
	line-height:120%;
}

/* titleM */
.Mtitle{
	font-size: 70%;
    font-weight:bold;
	line-height:120%;
}

/* titleL */
.Ltitle{
	font-size: 80%;
    font-weight:bold;
}


/* lead */
.Mlead{
	font-size: 70%;
    font-weight:bold;
	line-height:120%;
	color:#336666;
}

/* subtitleL */
.Lsubt{
	font-size: 80%;
    font-weight:bold;
	line-height:140%;
}

/* subtitleM */
.Msubt{
	font-size: 70%;
    font-weight:bold;
	line-height:120%;
}

/* subtitleM blue */
.C2Msubt{
	font-size: 70%;
    font-weight:bold;
	line-height:120%;
	color:#157dc3;
}

/* subtitleL olympusColor */
.C1Lsubt{
	font-size: 80%;
    font-weight:bold;
	line-height:140%;
	color:#08107b;
}

/* textL */
.Ltext{
	font-size: 80%;
	line-height:140%;
}

/* textM */
.Mtext{
	font-size: 70%;
	line-height:160%;
}

/* textS */
.Stext{
	font-size: 65%;
	line-height:140%;
}

/* textS caption */
.S_lh120text{
	font-size: 60%;
	line-height:120%;
}

/* textM lh160 */
.M_lh160text{
	font-size: 70%;
	line-height:160%;
}

/* textM lh140 */
.M_lh140text{
	font-size: 70%;
	line-height:140%;
}


/* etc */

/* olumpus color */
.corc_C1{color:#08107B;}

/* skyblue */
.corc_C2{color:#157dc3;}

/* blue */
.corc_C3{color:#343B8F;}

/* gray */
.corc_C6{color:#666666;}

/* orange */
.corc_C7{color:#cc6600;}


/* white */
.corc_CW{color:#ffffff;}

/* black */
.corc_CB{color:#000000;}

/* yellow */
.corc_CY{color:#ff9900;}

/*bluegray*/
.corc_C8{color:#39496c;}




/* paragraph space */
div.m-line {
	font-size: 0.8em;
	line-height:100%;
	margin-bottom:0px;
}

/*table cellpadding*/
table.padS td {
	padding:3px;}
	
table.padM td {
	padding:5px;}
	
table.padL td {
	padding:8px;}
	
table.padLL td {
	padding:10px;}

table.pad0 td {
	padding:0px;}
	
table.padXS td {
	padding:1px;}
	
table.padSS td {
	padding:2px;}



/* popup */

div.blankContainer {
	margin: 0px 0px 25px 0px;
	text-align: center;
}

div.blanktitle {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	background-image: url(/en/corc/csr/image/dotline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.blanktitle h1 {
	padding: 5px 5px 5px 7px;
	font-size: 80%;
	line-height: 120%;
	font-weight: bold;
	text-align: left;
	border-left: 6px solid #08107B;
}

div.blankContainer p.subtitle {
	padding: 10px 0px 3px 0px;
	font-size: 70%;
	line-height: 120%;
	text-align: left;
	font-weight: bold;
}

div.blankContainer img {
	padding: 0px 0px 10px 0px;
}

div.blankContainer p.text {
	font-size: 70%;
	line-height: 140%;
	text-align: left;
}

div.blankContainer p.note {
	margin: 15px 0px 25px 0px;
	padding: 5px 0px;
	font-size: 65%;
	line-height: 140%;
	text-align: left;
	border-top : 1px Solid #CCCCCC;
	border-bottom : 1px Solid #CCCCCC;
}

p.img {
	margin: 0px 0px 10px 0px;
}

p.img2 {
	margin: 10px 0px 10px 0px;
}
/*会社案内役員一覧のため追加*/
table.officer{ 
	text-align:left;
	width:500px;
	border-top:solid 1px #CCCCCC;
	line-height:160%;
	}
table.officer th{ 
	padding:3px 10px;
	background-color:#eef1f3;
	font-size:70%;
	font-weight:bold;
	text-align:left;
	border-bottom:solid 1px #CCCCCC;
	width:40%;
	}
	
table.officer td.border{ 
	padding:3px 5px;
	font-size:70%;
	text-align:left;
	border-bottom:solid 1px #CCCCCC;
	width:180px;
	}


.marginLeft{
	margin: 0px 0px 0px 10px;
}

.marginLeftHalf{
	margin: 0px 0px 0px 5px;
}
.righttext{
	text-align:right;
}

	
