@charset "Shift_JIS";
@import url("../../css/3-012_b/base.css");
/*	exclusive
-----------------------------------------------------*/
body {
	background-repeat: repeat;
	background-image: url(../../img/common_bg/bg.gif);
	background-color: #FFCCFF;
}
body {
	margin: 0;
	padding: 0;
	color: #555;
	font: 14px "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	}
td#header {
	background: url(img/header02.jpg) no-repeat left top;
} /* 事業所ごとに変更 */
div#visual p {
	margin-left: 10px;
}
div#topContents {
	margin: 10px 20px;
}
div.tNavi {
	margin: 10px 10px 10px 0;
	padding: 5px;
	border: 1px solid #029AE5;
	background: #DDF8FF;
}
/*	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;
}
img.border2 {
	background: url(../../img/common_bg/bg_1pxslash.gif) repeat;
} /* 写真枠に画像を入れる場合 */
img.border3 {
	border: 1px #0099FF solid;
	padding: 2px;
	background: #00B9FF;
} /* 写真枠に画像を入れる場合 */
/*	追加
-----------------------------------------------------*/
p.commonCatch2 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
	color: #000000;
	text-align: left;
}
p.sectionOutCatch2 {
	font-weight: bold;
	font-size: 120%;
	margin: 10px 20px;
	color: #0099FF;
	text-align: left;
}
div#lNavi2 {
	margin: 0 10px 10px;
}
div#lNavi2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#lNavi2 ul li {
	float: left;
	margin: 0;
	padding: 0;
}
span.pdfIcon {
	padding: 3px 0 3px 14px;
	background: url(../../img/common_icon/icon_pdf02.gif) no-repeat right center;
}
.fl {
	float: left;
}
.mr20 {
	margin-right: 20px;
}
/*	財務
----------------------------------------*/
div.simpleAccordion .data {
	background: #FFFFCC;
	margin: 5px;
	padding: 5px;
}
/* アコーディオンプラグイン用 */
.accordion_head {
	font-size: 110%;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
	padding-left: 5px;
	line-height: 1.5em;
	cursor: pointer;
}
.accordion_head:hover {
	color: #FF3366;
}
/* アコーディオンが開いているときに適用するスタイル */
.accordion_head_selected {
	color: #FF3366;
}
.topImg {
	display: block;
	margin: 0 auto 0 8px;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	background: #fff;
}

/*	イベントの様子
----------------------------------------*/

.event {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	border-bottom: 1px dashed #8A8A8A;
	margin-bottom: 25px;
}
.event li {
	margin: 0px !important;
	list-style: none;
	align-self: flex-start;
}
.event li img {
	margin-bottom: 10px;
	max-width: 240px;
	max-height: 220px;
	border: 3px solid #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	background: #fff;
}

.h1Bg {
	color: #343444;
	width: 550px;
	height: 30px;
	padding: 1px 8px;
	font-size: 17px;
	border: #73C7F1 1px solid;
	box-sizing: border-box;
	background: #D1EDFA;
	text-shadow: 1px 1px 1px #7DCEF5;
	box-shadow: inset 1px 1px 0px 1px rgba(255, 255, 255, 1);
	background: linear-gradient(177deg, rgba(210, 237, 250, 1) 0%, rgba(210, 237, 250, 1) 51%, rgba(62, 178, 235, 1) 53%, rgba(62, 178, 235, 1) 100%);
}
.mb20{margin-bottom:20px!important;}