@charset "shift_jis";

@import url("../../css/3-007_g/base.css");

/*	exclusive style
------------------------------------*/
body { background: #AFEAAF url(../../img/common_bg/bg_1pxline.gif) repeat; }

div.tNavi { margin: 10px 10px 1.5em; }	/* tNavi margin setting */

.tc { text-align: center !important; }
.mb15em { margin-bottom: 1.5em !important; }
.mb30em { margin-bottom: 3em !important; }

/*	角丸
-----------------------------------------------------*/
div.rcbox {
	background: #CCC;
	width: 160px;
	}
div.rcboxtop { background: url(../../img/3-001_o/radius/rc_rt.gif) no-repeat right top; }
div.rcboxtop div {
	height: 10px; 
	background: url(../../img/3-001_o/radius/rc_lt.gif) no-repeat top left; 
	}
div.rcboxbottom { background: url(../../img/3-001_o/radius/rc_rb.gif) no-repeat bottom right; }
div.rcboxbottom div {
	height: 10px; 
	background: url(../../img/3-001_o/radius/rc_lb.gif) no-repeat bottom left; 
	}
div.rcboxcontent { padding: 0 10px 0 10px; } /* content area */


/*	photo
-----------------------------------------------------*/
div.imagePositionWR {
	width: 260px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */
div.imagePositionWL {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}	/* 写真のwidthをwidthに指定する */

div.imagePositionWR p,
div.imagePositionWL p {
	text-align: center;
	line-height: 1.3;
	}.companyTable {
	border: 2px dotted #AFEAAF;
}
.b51Table p {
	padding: 3px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}


/* company.php */
div#promoPlan h3 { font-size: 128%; text-align: center; margin-bottom: 0.5em; }
.company_table td { padding:5px 36px; }


div.eventSection{margin: 0 0px 20px;}
.border {
	border: 1px solid #666;
}
.border2 {
	padding: 3px;
	border-top: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
	border-bottom: 1px solid #c2c2c2 !important;
	border-right: 1px solid #c2c2c2 !important;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	background: #fff;
	border-radius:3px;
}/* 白枠を入れる場合 */
/* border太め */
.border3 {
	padding: 6px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
	background: #fff;
}
/* border細め */
img.border4 {
	border:3px solid #fff;
	box-shadow: 1px 1px 2px 3px #B0B0B0;
}