@charset "UTF-8";

/* //////////////////////////////////////////////////
[COMMON] 
////////////////////////////////////////////////// */

/* webFont
----------------------------------- */
#companyOfficeNav ul li a .en,
#salesGraphBar li .innr p .num {
	font-family: 'Cantarell', arial, serif;
}
#termSalesSectionWrap .financeSection .feeIndication .yen,
#termSalesSectionWrap .financeSection .feeIndication .num em {
	font-family: 'VT323', arial, sans-serif;
}

/* textOutline
----------------------------------- */
#institutionSection .specialTtlArea p {
	text-shadow: 3px 3px 1px white, 3px 1.5px 1px white, 3px 0px 1px white, 3px -1.5px 1px white, 3px -3px 1px white, 1.5px -3px 1px white, 0px -3px 1px white, -1.5px -3px 1px white, -3px -3px 1px white, -3px -1.5px 1px white, -3px 0px 1px white, -3px 1.5px 1px white, -3px 3px 1px white, -1.5px 3px 1px white, 0px 3px 1px white, 1.5px 3px 1px white;
}

/* formGradiet
----------------------------------- */
.routeSearch .transitList dd input,
.routeSearch .trainTime .dateInput input,
#blockinputMialAddress .txtbox input {
	padding: 3px;
	border: solid 1px #ddd;
	background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1, from(#ccc), color-stop(50%, #ccc), color-stop(50%, #fff), to(#fff));   
	font-size: 93%;
	color: #666;
	background-size: 3px;
	-webkit-background-size: 3px;
	-moz-background-size: 3px;
}
.routeSearch .transitList dd input:focus,
.routeSearch .trainTime .dateInput input:focus,
#blockinputMialAddress .txtbox input:focus {
	background: white;
	outline: 0px none black;
}

/* bnrSlideArea
----------------------------------- */
.bnrSlideArea {
	position: relative;
	margin-bottom: 30px;
}
.bnrSlideWrap {
	position: relative;
	z-index: 10;
	overflow: hidden;
	border: solid 1px #666; 
}
.bnrSlideWrap .bnrSlide {
	position: relative;
	top: 0;
	left: -30px;
	width: 20000px;
} 
.bnrSlideWrap li {
	position: relative;
	float: left;
}
.bnrSlideWrap li .caption {
	position: absolute;
	bottom: -50%;
	left: 0;
	width: 95%;
	padding: 7px 3%;
	background: black;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	text-align: left;
	opacity: 0;

	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.bnrSlideWrap li:hover .caption {
	bottom: 0;
}
.bnrSlideWrap li .caption a {
	display: block;
	background-position: 0 -700px;
	color: white;

}
.bnrSlideWrap li:hover .caption {
	opacity: 1;
	font-size:80%;
	text-align:left;
}
.bnrSlideArea .headerEffect p {
	position: absolute;
}
.bnrSlideArea .headerEffect .effectLine {
	z-index: 1;
	top: -220px;
	left: -20%;
	height: 600px;
	width: 140%;
	/*-webkit-animation: 'companyHeaderEffect' 2s ease-out 0s infinite;*/
}
@-webkit-keyframes companyHeaderEffect {
	0% {
		width: 80%;
		height: 450px;
		top: -145px;
		left: 10%;
	}
	10% {
		width: 140%;
		height: 600px;
		top: -220px;
		left: -20%;
	}
	20% {
		width: 80%;
		height: 500px;
		top: -145px;
		left: 10%;
	}
	30% {
		width: 140%;
		height: 600px;
		top: -220px;
		left: -20%; 
	}
	40% {
		width: 80%;
		height: 500px;
		top: -145px;
		left: 10%;
	}
	100% {
		width: 80%;
		height: 500px;
		top: -145px;
		left: 10%;
	}
} 
.bnrSlideArea .headerEffect .effectLine svg {
	width: 100%;
	height: 100%;
}
.bnrSlideArea .headerEffect .onomatopoeia {
	z-index: 10;
	top: -150px;
	left: 95%;
}

/* navNextPrevSlide */ 
.bnrSlideArea .navNextPrevSlide {
}
.bnrSlideArea .navNextPrevSlide li {
	position: absolute;
	z-index: 10;
	top: 0;
	width: 25px !important;
	height: 100%;
}
.bnrSlideArea .navNextPrevSlide .next {
	right: -25px;
}
.bnrSlideArea .navNextPrevSlide .prev {
	left: -25px;
} 
.bnrSlideArea .navNextPrevSlide li span {
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	margin-top: -30px;
	background: black;
	color: white;
	font-size: 85%;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	text-indent: -99999px;	
	cursor: pointer;
	opacity: 0;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
.bnrSlideArea:hover .navNextPrevSlide li span {
	opacity: 1;
}
.bnrSlideArea .navNextPrevSlide .next span {
	right: 0;
	background: url(/img/common/ico/arrow_sprite.png) no-repeat 6px -577px;
	background-color: #666;
	background-color: rgba(0, 0, 0, 0.5);
}
.bnrSlideArea .navNextPrevSlide .prev span {
	left: 0;
	background: url(/img/common/ico/arrow_sprite.png) no-repeat 6px -377px;
	background-color: #666;
	background-color: rgba(0, 0, 0, 0.5);
} 
.bnrSlideArea .navNextPrevSlide li span:hover,
.bnrSlideArea .navNextPrevSlide li span:active {
	background-color: black;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 480px) {
	.bnrSlideArea .navNextPrevSlide li span {
		opacity: 1;
	}
	.bnrSlideArea .navNextPrevSlide .next {
		right: 0px;
	}
	.bnrSlideArea .navNextPrevSlide .prev {
		left: 0px;
	} 
	body#company .bnrSlideWrap li .caption {
		display: none;
	} 
	.bnrSlideWrap .bnrSlide {
		left: 0;
		width: 2000%;
	} 
	.bnrSlideWrap li {
		width: 5%;
	}
	.bnrSlideWrap li .image img {
		width: 100%;
		height: auto;
	}


	.bnrSlideArea .navNextPrevSlide li {
		width: 30px !important;
	}
	#recruitNewsSection .bnrSlideArea .navNextPrevSlide li {
		height: 92px;
	}
	.bnrSlideArea .navNextPrevSlide li span {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 100%;
		background-color: #333 !important;
		opacity: 1;
	}
	.bnrSlideArea .navNextPrevSlide .next { right: 0; }
	.bnrSlideArea .navNextPrevSlide .prev { left: 0; } 
	.bnrSlideArea .navNextPrevSlide .next span { background-position: 11px -2869px; }
	.bnrSlideArea .navNextPrevSlide .prev span { background-position: 8px -2670px; }	
	#recruitNewsSection .bnrSlideArea .navNextPrevSlide .next span { background-position: 11px -2863px; }
	#recruitNewsSection .bnrSlideArea .navNextPrevSlide .prev span { background-position: 8px -2664px; }	


} 

/* //////////////////////////////////////////////////
[INDEX] 
////////////////////////////////////////////////// */

/* header
----------------------------------- */
#companyOutlineHeader {
	position: relative;
	z-index: 10;
}

/* companyDataSection
----------------------------------- */
#blockCompanyOutlineData {
	position: relative;
	z-index: 10;
}
#blockCompanyOutlineData .companyDataSection {
	margin-bottom: 40px;
}
#blockCompanyOutlineData .companyDataSection h2 {
	width: 25%;
	float: left;
}
#blockCompanyOutlineData .companyDataSection .body {
	width: 70%;
	float: right;
}
#blockCompanyOutlineData .officeSection {
	margin-bottom: 30px;
}
#blockCompanyOutlineData .officeSection h3 {
	margin-bottom: 20px;
}
#blockCompanyOutlineData .officeSection h3 span {
	padding: 3px 5px;
	background: black;
	font-size: 124%;	
	font-weight: normal;
	color: white;
}
#blockCompanyOutlineData .officeSection h4 {
	margin-bottom: 10px;
	font-size: 116%;
}
#blockCompanyOutlineData .officeSection p {
	margin-bottom: 15px;
	color: #333;
	font-size: 93%;
}
#blockCompanyOutlineData p a {
	margin-left: 10px;
}
#blockCompanyOutlineData .officeSection p.sendaiBlog {
	float: left;
	margin: 3px 0 0 10px;
}
#blockCompanyOutlineData .companyDataSection dl {
	margin-bottom: 20px;
}
#blockCompanyOutlineData .companyDataSection dt {
	color: #333;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 680px) {
	#blockCompanyOutlineData .companyDataSection h2 {
		margin-bottom: 20px;
	} 
	#blockCompanyOutlineData .companyDataSection .body {
		margin-left: 10px;
	}
	#blockCompanyOutlineData .companyDataSection h2,
	#blockCompanyOutlineData .companyDataSection .body {
		float: none;
		clear: both;
		width: auto;
	}

} 

/* //////////////////////////////////////////////////
[NAME] 
////////////////////////////////////////////////// */ 

/* nameRoots
----------------------------------- */
#nameRoots{
}
#roots1, #roots3, #roots5{
	float: left;
	width: 48.5%;
	clear: both;
}
#roots2, #roots4 {
	float: right;
	width: 48.5%;
} 
#nameRoots .unitRoots .image{
	background: #eee;
	text-align: center;
	overflow: hidden;
} 
#nameRoots .unitRoots .image img{
	width: 100%;
	max-width: 470px;
	height: auto;
	max-height: 167px;
} 
#nameRoots .unitRoots figcaption p{
	line-height: 2.1;
}

/* nameInitial
----------------------------------- */
#nameInitial{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: -135px;
	line-height: 1;
} 
#nameInitial p{
	margin-bottom: 35px;
}
#nameInitial img{
	width: 100%;
	max-width: 469px;
	height: auto;
	max-height: 277px;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 680px) {
	#roots1, #roots2, #roots3, #roots4, #roots5{
		float: none;
		width: auto;
	} 
} 

/* //////////////////////////////////////////////////
[MAP] 
////////////////////////////////////////////////// */

/* mapSeciton
----------------------------------- */
#mangu, #ebisu, #geba, #kyoto {
	display: none;
} 

/* companyOfficeNav
----------------------------------- */
#companyOfficeNav {
	margin: 30px auto 25px;
}
#companyOfficeNav ul {
	text-align: center;
}	
#companyOfficeNav ul li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;	
	margin: 0 0.5% 5px 0;
}
#companyOfficeNav ul br {
	display: none;
}
#companyOfficeNav ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 28px;
	background: white;
	border: solid 1px black;;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#companyOfficeNav ul .select a {
	background: black;
	color:white;
	border: none;
}
#companyOfficeNav ul li a span{
	position: relative;
	display: block;
	top: 0;
	padding: 0 15px;
	line-height: 28px;
	text-align: center;

	transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
	-webkit-transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
	-moz-transition: 0.2s cubic-bezier(0, 0, 0.3, 1.0);
}
#companyOfficeNav ul li a:hover span{
	top: -27px;
}
#companyOfficeNav ul li a .en {
	font-size: 108%;
}
#companyOfficeNav ul li a .ja {
	font-size: 85%;
}
#companyOfficeNav ul .select a .ja {
	font-weight: bold;
}

/* header
----------------------------------- */
#companyMapSection {
	position: relative;
}
body.en #companyMapSection {
	padding-bottom: 200px;
}
.officeInfoHeader {
	margin-bottom: 30px;
}

/* blockRoute
----------------------------------- */
.blockOfficeInfo {
	float: left;
	width: 38%;
}
.blockRoute h2 {
	float: left;
}
.blockRoute .viewRoute {
	float: right;
	padding: 5px 0;
	cursor: pointer;
}
.blockRoute .viewRoute span {
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
.blockRoute .viewRoute span:hover {
	text-decoration: none;
}
#companyMapSection .viewRoute .stop {
	display: none;
} 
.blockRoute .content {
	clear: both;
}
.blockRoute .content ul {
}
.blockRoute .content ul li {
	min-height: 35px;
	margin-bottom: 20px;
	padding-left: 40px;
	cursor: pointer;
	text-decoration: underline;
}
.blockRoute .content ul li:hover,
.blockRoute .content ul li:hover a {
	text-decoration: none;
}
.blockRoute .content ul li a {
	padding: 2px 0;
}
.blockRoute .content ul li:hover a {
	background: yellow;
}
.blockRoute .content ul .point01 {
	background: url(/img/company/map/route01.png) no-repeat 0 0;
}
.blockRoute .content ul .point02 {
	background: url(/img/company/map/route02.png) no-repeat 0 0;
}
.blockRoute .content ul .point03 {
	background: url(/img/company/map/route03.png) no-repeat 0 0;
}

/* block
----------------------------------- */
body#foods .blockWithPic01 .blockPic,
body#foods .blockWithPic02 .blockPic .pic01,
body#foods .blockWithPic02 .blockPic .pic02 {
	width: 300px;
}
body#foods .blockWithPic02 .body {
	margin-right: 670px;
}
body#foods .blockWithPic01 .body {
	margin-right: 350px;
}

/* blockTransit
---------------------------------- */
.blockTransit .outline {
	margin-bottom: 15px;
}
.blockTransit .blockDashforTrain {
	margin-bottom: 20px;
	padding: 10px;
	background: rgba(238, 238, 238, 0.8); 
}
.blockTransit .blockDashforTrain h3 {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(/img/company/ico/run.gif) no-repeat 0 50%;
	border: none;
	line-height: 1.2;
	color: #777;
	font-size: 93%;
	text-shadow: 1px 1px 1px white;
}
.blockTransit .blockDashforTrain li span,
.blockTransit .blockDashforTrain li time {
	margin-right: 5px;
	font-size: 85%;
}
.blockTransit .blockDashforTrain li .rank {
	color: #666;
}
.routeSearch .transitList {
	display: inline-block;
	*display: inline;  
	*zoom: 1;	
	margin-bottom: 15px;
}
.routeSearch .transitList dt,
.routeSearch .transitList dd {
	display: inline;
}
.routeSearch .transitList dt {
	font-size: 108%;
	font-weight: bold;
}
.routeSearch .transitList dd {
	margin-right: 10px;
}
.routeSearch .trainTime {
	margin-bottom: 15px;
}
.routeSearch .trainTime p {
	display: inline;
}
.routeSearch .trainTime .label {
	font-size: 108%;
	font-weight: bold;
}
.routeSearch .trainTime .dateInput {
	margin-right: 5px;
}
.routeSearch .trainTime .dateInput input {
	margin-right: 5px;
}
.routeSearch .trainTime .dateInput img {
	vertical-align: middle;
	cursor: pointer;
} 
.routeSearch .decisionSearch ul {
	float: left;
}
.routeSearch .decisionSearch li {
	display: inline;
}
.routeSearch .decisionSearch .searchBtn {
	float: right;
}
	
/* blockCommonMapArea
----------------------------------- */
#blockCommonMapArea {
	position: absolute;
	top: 80px;
	right: 0;
	width: 60%;
}
#routeMapArea {
	width: 100% !important;
	margin-bottom: 15px;
	border: solid 1px black;
}
#routeMapArea iframe {
	width: 100%;
	height: 580px;
}
#blockinputMialAddress {
	float: right;
}
#blockinputMialAddress .txtbox,
#blockinputMialAddress .searchBtn {
	display: inline;
}
#blockinputMialAddress p label {
	margin-right: 5px;
	padding: 2px 0 2px 15px;
	background: url(/img/company/sprite.png) no-repeat;
	font-size: 93%;
	color: #666;
}
#blockinputMialAddress .txtbox input {
	width: 200px;
}
#blockinputMialAddress .message {
	display: none;
	float: right;
	margin-top: 10px;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 950px) {
	.blockOfficeInfo {
		float: none;
		width: auto;
	}
	#companyOfficeNav ul br {
		display: inline;
	}
	.blockRoute {
		margin-top: 500px;
	}
	#blockCommonMapArea {
		top: 280px;
		width: 100%;
	}
	#routeMapArea {
		margin-bottom: 15px;
		height: 300px !important;
	}
	#blockinputMialAddress {
		float: left;
	}
	#blockinputMialAddress p label {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	#companyOfficeNav ul li {
		display: block;
		margin: 0 auto 10px;
		width: 80%;
	}
	#companyOfficeNav ul br {
		display: none;
	}
	#companyOfficeNav ul li a span{
		top: -27px;
	}
	.blockRoute {
		margin-top: 450px;
	}
	#routeMapArea {
		height: 250px !important;
	}	
	.routeSearch .trainTime .pulldown {
		display: block;
		margin-top: 10px;
	}
}

/* //////////////////////////////////////////////////
[HISTORY] 
////////////////////////////////////////////////// */

/* header
----------------------------------- */
#historySectionHeader {
	margin-bottom: 40px;
	border-bottom: solid 1px black;
}
#historySectionHeader h1 {
	float: left;
	margin-bottom: 10px;
	font-size: 247%;
	line-height: 1.2;
}

/* blockYear
----------------------------------- */
#historySection .blockYear {
	margin-bottom: 30px;
}
#historySection .blockYear h2{
	margin-bottom: 30px;
}

/* blockDate
----------------------------------- */
#historySection .blockDate {
	margin-bottom: 40px;
}
#historySection .blockDate figcaption {
	margin-right: 270px;
}
#historySection .blockDate .date {
	float: left;
	width: 20%;
	margin-left: 3%;
	font-weight: bold;
	font-size: 108%;
}
#historySection .blockDate .content {
	float: left;
	width: 77%;
}
#historySection .blockDate .ttl {
	margin-bottom: 8px;
	font-size: 139%;
	line-height: 1.2;
}
#historySection .blockDate .sentence {
	margin-bottom: 10px;
	font-size: 93%;
}
#historySection .blockDate .photo {
	float: right;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 700px) {
	#historySection .blockDate figcaption {
		margin-right: 0;
	}
	#historySection .blockDate .content {
		margin-bottom: 30px;
	}
	#historySection .blockDate .photo {
		float: none;
		clear: both;
		text-align: center;
	}
} 


/* //////////////////////////////////////////////////
[FINANCE] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	common
-------------------------------------------------- */

/* financeSection
---------------------------------- */
.financeSection {
	margin-bottom: 40px;
}
.financeSection h2 {
	margin: -1px;
}
.financeSection .body {
	padding: 30px;
	border-left: dashed 1px #ccc;
	border-right: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	background: rgba(255, 255, 255, 0.8);
}
.financeSection .blockFinanceLeft {
	float: left;
	width: 48%;
}
.financeSection .blockFinanceRight {
	float: right;
	width: 48%;
}
.financeSection .body h3 {
	margin-bottom: 30px;
	border-width: 2px;
}
.financeSection .blockFinanceCenter {
	max-width: 800px;
	margin: 0 auto;
}

/* companyFinanceBg
--------------------------------- */
#companyFinanceBg01,
#companyFinanceBg02 {
	position: fixed;
	top: 0;
	width: 70%;
	min-width: 400px;
}
#companyFinanceBg01 {
	left: 10%;
	-webkit-animation: 'termBgZoomIn01' 3s ease-out 0s;
}
@-webkit-keyframes termBgZoomIn01 {
	0% {
		left: -200%;
		top: -300%;
		width: 350%;
		height: 500%;
	}
	100% {
		left: 10%;
		top: 0;
		width: 70%;
		height: 100%;
	}
}
#companyFinanceBg02 {
	right: 10%;
	-webkit-animation: 'termBgZoomIn02' 3s ease-out 0.5s;
}
@-webkit-keyframes termBgZoomIn02 {
	0% {
		right: -200%;
		top: -300%;
		width: 350%;
		height: 500%;
	}
	100% {
		right: 10%;
		top: 0;
		width: 70%;
		height: 100%;
	}
}
#companyFinanceBg01 svg,
#companyFinanceBg02 svg {
	width: 100%;
	height: 100%;
}

/* --------------------------------------------------
	index
-------------------------------------------------- */

/* header
----------------------------------- */
#companyFinanceSectionHeader {
	border-bottom: solid 1px black;
	margin-bottom: 40px;
} 
#companyFinanceSectionHeader h1 {
	margin-bottom: 10px;
	font-size: 247%;
	line-height: 1.2;
}

/* salesGraphArea
----------------------------------- */
#salesGraphSection .body {
	padding: 30px 70px;
}
#salesGraphArea {
	position: relative;
	margin: 0 0 40px 70px;
}
#salesGraphVertical li {
	position: relative;
	height: 54px;
	border-top: dotted 1px black;
}
#salesGraphVertical li.sales500 {
	height: 51px;
	border-bottom: solid 3px black;
}
#salesGraphVertical li span {
	display: block;
	position: absolute;
	top: -10px;
	right: 100%;
	width: 45px;
	padding-right: 10px;
	text-align: right;
}
#salesGraphVertical li .m0{
	top: auto;
	bottom: -10px;
}
#salesGraphBar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 220px;
}
#salesGraphBar li {
	position: absolute;
	bottom: 0;
	width: 7%;
	margin-bottom: 3px;
}
#salesGraphBar .term1 { left: 3%; }
#salesGraphBar .term2 { left: 19%; }
#salesGraphBar .term3 { left: 35%; }
#salesGraphBar .term4 { left: 51%; }
#salesGraphBar .term5 { left: 67%; }
#salesGraphBar .term6 { left: 83%; }

#salesGraphBar li .innr {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: #ddd;
	-webkit-animation: 'openingSalesGraphBar' 2s ease-in-out 0s;
}
@-webkit-keyframes openingSalesGraphBar {
	0% {
		height: 0;
		background: transparent;
	}
	100% {
		height: 100%;
		background: #ddd;
	}
}
#salesGraphBar li .innr p {
	position: absolute;
	top: 100%;
	left: -30%;
	width: 160%;
	padding-top: 7px;
	text-align: center;
}
#salesGraphBar li .innr p span {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  	
	line-height: 1;
}
#salesGraphBar li .innr p .num {
	font-size: 162%;
}
#salesGraphBar li .innr p .unit {
	font-size: 93%;
}
#salesGraphArea .label {
	position: absolute;
	top: 105%;
	left: -90px;
	width: 80px;
	text-align: right;
	font-size: 77%;
}
/* termSalesSection
----------------------------------- */ 
#termSalesSectionWrap .financeSection {
	float: left;
	margin-right: 5%;
	width: 30%;
}
#termSalesSectionWrap .financeSection:nth-of-type(3),
#termSalesSectionWrap .financeSection:nth-of-type(6),
#termSalesSectionWrap .financeSection:nth-of-type(9) {
	margin: 0;
}
#termSalesSectionWrap .financeSection h2 span {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  	
	margin-left: 10px;
	font-size: 50%;
	vertical-align: middle;
}
#termSalesSectionWrap .financeSection .feeIndication {
	max-width: 250px;
	margin: 0 auto 20px;
	background: #e5ebcf;
	background: -webkit-gradient(linear, left top, left bottom, from(#DDE3C7), to(#F5F9DF));
	border-top: solid 1px #B7BCA4;
	border-left: solid 1px #B7BCA4;
	text-align: center;
}
#termSalesSectionWrap .financeSection .feeIndication span {
	display: inline-block;
	*display: inline;  
	*zoom: 1;  	
	font-weight: normal;
	color: #4E5045;
	text-shadow: 1px 1px 1px #B7BCA4;
	line-height: 1;
}
#termSalesSectionWrap .financeSection .feeIndication .num {
	display: block;
	float: right;
	margin-right: 15px;
	font-size: 185%;
	font-weight: bold;
}
#termSalesSectionWrap .financeSection .feeIndication .num em {
	font-size: 150%;
	font-weight: normal;
}
#termSalesSectionWrap .financeSection .feeIndication .yen {
	display: block;
	float: left;
	margin-left: 15px;
	font-size: 270%;
}
#termSalesSectionWrap .financeSection .linktoContentMoreSmall {
	max-width: 200px;
	margin: 0 auto;
}
#termSalesSectionWrap .linktoContentMoreSmall a span {
    background:url(/img/company/ico/ico_pdf.png) no-repeat 0 4px;
    padding-left:24px;
}
.financeSection h2.ttl {
    font-size:178%;
}

/* linktoExternal
----------------------------------- */
#companyFinanceSection .linktoExternal {
	float: right;
	margin-top: -20px;
} 

/* Media Queries
----------------------------------- */
@media screen and (max-width: 950px) {
	#termSalesSectionWrap .financeSection {
		float: left;
		width: 46%;
	}
	#termSalesSectionWrap .financeSection:nth-of-type(1),
	#termSalesSectionWrap .financeSection:nth-of-type(3),
	#termSalesSectionWrap .financeSection:nth-of-type(5),
	#termSalesSectionWrap .financeSection:nth-of-type(7) {
		margin-right: 8%;
	}
	#termSalesSectionWrap .financeSection:nth-of-type(2),
	#termSalesSectionWrap .financeSection:nth-of-type(4),
	#termSalesSectionWrap .financeSection:nth-of-type(6),
	#termSalesSectionWrap .financeSection:nth-of-type(8) {
		margin-right: 0;
	}
}
@media screen and (max-width: 680px) {
	#salesGraphSection .body {
		padding: 30px 10px 30px !important;
	}
	#salesGraphArea {
		position: relative;
		height: 220px;
		margin-left: 85px;
	}
}
@media screen and (max-width: 480px) {
	#termSalesSectionWrap .financeSection {
		float: none;
		width: auto;
		margin: 0 0 40px !important;
	}
	#salesGraphBar li .innr p .num {
		font-size: 100%;
	}
	
}

/* --------------------------------------------------
	term
-------------------------------------------------- */

/* header
----------------------------------- */
#companyTermSectionHeader {
	border-bottom: solid 1px black;
	margin-bottom: 40px;
} 
#companyTermSectionHeader h1 {
	margin-bottom: 10px;
	font-size: 247%;
	font-weight: normal;
	line-height: 1.2;
}
#companyTermSectionHeader h1 br {
	display: none;
}

/* otherCompanyTermPagination
--------------------------------- */
#otherCompanyTermPagination ul {
	text-align: center;
}
#otherCompanyTermPagination li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;	
	border-right: solid 1px #999;
}
#otherCompanyTermPagination .term1 {
	border-left: solid 1px #999;
}
#otherCompanyTermPagination li a {
	display: block;
	padding: 0 10px;
	font-size: 108%;
}
body#term2005 #otherCompanyTermPagination .term2005 a,
body#term2006 #otherCompanyTermPagination .term2006 a,
body#term2007 #otherCompanyTermPagination .term2007 a,
body#term2008 #otherCompanyTermPagination .term2008 a,
body#term2009 #otherCompanyTermPagination .term2009 a,
body#term2010 #otherCompanyTermPagination .term2010 a {
	color: #999;
}


/* Media Queries
----------------------------------- */
@media screen and (max-width: 950px) {
	.termSection .blockTermLeft {
		margin-bottom: 40px;
	}
	.termSection .blockTermLeft,
	.termSection .blockTermRight {
		float: none;
		width: auto;
	}
}
@media screen and (max-width: 700px) {
	#companyTermSectionHeader h1 br {
		display: inline;
	}
}
@media screen and (max-width: 500px) {
	#companyTermSectionHeader h1 span {
		font-size: 70%;
	}
	.termSection {
		background: transparent;
	}
	.termSection .body {
		padding: 15px 0 0;
		border: none;
	}
	.termSection .body h3 {
		margin-bottom: 10px;
	}
	.termSection .body table th,
	.termSection .body table td {
		padding: 5px;
		font-size: 85%;
	}
}

/* //////////////////////////////////////////////////
[INSTITUTION] 
////////////////////////////////////////////////// */

/* specialTtlArea
----------------------------------- */
#institutionSection .specialTtlArea {
	position: relative;
	margin-bottom: 40px;
	height: 196px;
	background: url(/img/company/bg/eventTtl_repeat.png) 100% 0;
	border: solid 1px black;
	overflow: hidden;
}
#institutionSection .specialTtlArea p {
	display: table-cell;
	width: 1300px;
	height: 196px;
	background: url(/img/company/bg/eventTtl.png) no-repeat 50% 0;
	text-align: center;
	vertical-align: middle;
	font-size: 308%;
	font-weight: bold;
	line-height: 1.2;
}

/* blockTrayInstitution
----------------------------------- */
#institutionSection .blockTrayInstitution h3 {
	margin-top: 0;
}
#institutionSection .blockTrayInstitution dl {
	margin-bottom: 5px;
}
#institutionSection .blockTrayInstitution dt,
#institutionSection .blockTrayInstitution dd {
	display: block;
	color: #333;
	font-size: 93%;
}
#institutionSection .blockTrayInstitution dt {
	width: 250px;
	clear: both;
	float: left;
}
#institutionSection .blockTrayInstitution dd {
	margin-left: 250px;
	text-indent: -13px;
}

/* block
----------------------------------- */ 
body#institution .blockWithPic01 .blockPic {
	width: 270px;
}
body#institution .blockWithPic01 .blockPic img {
	max-width: 279px;
}
body#institution .blockWithPic01 .body {
	margin-right: 300px;
}


/* Media Queries
----------------------------------- */
@media screen and (max-width: 800px) {
	body#institution .blockWithPic01 .blockPic {
		margin: 0 auto;
	}
	#institutionSection .specialTtlArea p {
		height: 120px;
		font-size: 231%;
		background-size: auto 120px;
		-webkit-background-size: auto 120px;
		-moz-background-size: auto 120px;
	}
}
@media screen and (max-width: 680px) {
	#institutionSection .blockTrayInstitution dt,
	#institutionSection .blockTrayInstitution dd {
		float: none;
		margin: 0;
	}
	#institutionSection .blockTrayInstitution {
		padding: 20px;
	}
	#institutionSection .blockTrayInstitution dd {
		margin-left: 13px;
	}
}
@media screen and (max-width: 480px) {
	#institutionSection .specialTtlArea p {
		height: 90px;
		font-size: 193%;
		background-size: auto 90px;
		-webkit-background-size: auto 90px;
		-moz-background-size: auto 90px;
	}
}


/* //////////////////////////////////////////////////
[EVENT] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	detail
-------------------------------------------------- */

/* header
----------------------------------- */
#eventDetailHeader {
	margin-bottom: 40px;
}

/* blockOutline
----------------------------------- */
.blockOutline {
	margin-bottom: 40px;
}
.blockOutline h2 {
	margin-bottom: 20px;
	font-size: 139%;
}
.blockOutline p {
	margin-bottom: 20px;
}

/* blockYear
----------------------------------- */
#eventDetailSection .blockYear {
	margin-bottom: 60px;
}
#eventDetailSection .blockYear h2 {
	margin-bottom: 30px;
}

/* blockEventHistory
----------------------------------- */
#eventDetailSection .blockEventHistory {
	margin-bottom: 40px;
}
body#nenga #eventDetailSection .blockEventHistory figcaption {
	margin-right: 350px;
}
body#event777 #eventDetailSection .blockEventHistory figcaption {
	margin-right: 410px;
}
#eventDetailSection .blockEventHistory .content {
	float: left;
}
#eventDetailSection .blockEventHistory h3 {
	font-size: 139%;
	margin-bottom: 30px;
}
#eventDetailSection .blockEventHistory .sentence {
	margin-bottom: 30px;
}
#eventDetailSection .blockEventHistory ul li {
	clear: both;
	margin-bottom: 15px;
}
#eventDetailSection .blockEventHistory .image {
	float: right;
}
#eventDetailSection .blockEventHistory .image img {
	display: block;
}
#eventDetailSection .blockEventHistory .image img:nth-of-type(2) {
	margin-top: 20px;
}
#eventDetailSection .blockTripHistory {
	margin-bottom: 40px;
}
#eventDetailSection .blockTripHistory .mainPhoto {
	float: right;
	margin: 0 0 30px 30px;
}
#eventDetailSection .blockTripHistory figcaption {
}
#eventDetailSection .blockTripHistory figcaption ul {
	margin-bottom: 25px;
}
#eventDetailSection .blockTripHistory figcaption ul li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;	
	margin-right: 1px;
	padding-bottom: 5px;
}
#eventDetailSection .blockTripHistory figcaption ul li img {
}
#eventDetailSection .blockTripHistory .sentence {
	margin-bottom: 30px;
}
#eventDetailSection .outline {
	margin-bottom: 40px;
}
#eventDetailSection .blockEventHistoryLeft,
#eventDetailSection .blockEventHistoryRight {
	width: 48%;
}
#eventDetailSection .blockEventHistoryLeft {
	float: left;
}
#eventDetailSection .blockEventHistoryRight {
	float: right;
}
#eventDetailSection .blockEventHistoryLeft figcaption,
#eventDetailSection .blockEventHistoryRight figcaption {
	margin-right: 150px;
}
#eventDetailSection .blockEventHistoryLeft figcaption .content,
#eventDetailSection .blockEventHistoryRight figcaption .content {
	float: left;
}
#eventDetailSection .blockEventHistoryLeft h3,
#eventDetailSection .blockEventHistoryRight h3 {
	margin-bottom: 22px;
	color: #333;
	font-size: 116%;
}
#eventDetailSection .blockEventHistoryLeft .image,
#eventDetailSection .blockEventHistoryRight .image {
	float: right;
}

/* bnrSlideArea
----------------------------------- */
#eventDetailSection .blockEventHistory .bnrSlideArea {
	clear: both;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 950px) {
	#eventDetailSection .blockEventHistory figcaption {
		margin: 0 0 20px !important;
	}
	#eventDetailSection .blockEventHistory .image,
	#eventDetailSection .blockEventHistory .content {
		float: none;
	}
	#eventDetailSection .blockEventHistory .image {
		clear: both;
		text-align: center;
	}
	#eventDetailSection .blockEventHistoryLeft figcaption,
	#eventDetailSection .blockEventHistoryRight figcaption {
		margin: 0 0 20px;
	}
	#eventDetailSection .blockEventHistoryLeft figcaption .content,
	#eventDetailSection .blockEventHistoryRight figcaption .content,
	#eventDetailSection .blockEventHistoryLeft .image,
	#eventDetailSection .blockEventHistoryRight .image {
		float: none;
	} 
	#eventDetailSection .blockEventHistoryLeft .image,
	#eventDetailSection .blockEventHistoryRight .image {
		text-align: center;
	} 
	#eventDetailSection .blockTripHistory .mainPhoto {
		float: none;
		margin: 0 0 30px;
		text-align: center;
	}
	#eventDetailSection .blockTripHistory .mainPhoto img {
		width: 100%;
		max-width: 375px;
		height: auto;
	}
	#eventDetailSection .blockTripHistory figcaption ul {
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	#eventDetailSection .blockEventHistory .image img {
		display: inline;
	}
	body#event777 #eventDetailSection .blockEventHistory .image img {
		width: 100%;
		max-width: 370px;
	}
	#eventDetailSection .blockEventHistoryLeft,
	#eventDetailSection .blockEventHistoryRight { 
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	#eventDetailSection .blockEventHistoryLeft h3,
	#eventDetailSection .blockEventHistoryRight h3 {
		margin-bottom: 5px;
	}

}

/* //////////////////////////////////////////////////
[OFFICE] 
////////////////////////////////////////////////// */

/* blockOfficeWrap
----------------------------------- */
.blockOfficeWrap .blockOfficePhoto {
	margin-bottom: 40px;
}
.blockOfficeWrap .blockOfficePhoto .mainPhoto {
	float: right;
	margin: 0 0 30px 30px;
}
.blockOfficeWrap .blockOfficePhoto figcaption ul {
	margin: 0 0 30px;
}
.blockOfficeWrap .blockOfficePhoto figcaption ul li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;	
	margin-right: 1px;
	padding-bottom: 5px;
}
.blockOfficeWrap .blockOfficePhoto figcaption ul li img {
}
.blockOfficeWrap .blockOfficePhoto .sentence {
	margin-bottom: 30px;
}
.blockOfficeWrap .blockOfficePhoto figcaption .sentence {
	margin-bottom: 20px;
}

/* tripOffice
----------------------------------- */
.blockOfficeWrap .tripOffice {
	margin: 0 auto 20px;
	width: 740px;
}
.blockOfficeWrap .tripOffice dl {
	margin-bottom: 20px;
}
.blockOfficeWrap .tripOffice dt {
	margin-bottom: 5px;
}
.blockOfficeWrap .tripOffice .sendai {
	float: left;
	margin-right: 40px;
}

/* Media Queries
----------------------------------- */
@media screen and (max-width: 950px) {
	.blockOfficeWrap .blockOfficePhoto .mainPhoto {
		float: none;
		margin: 0 0 30px;
		text-align: center;
	}
	.blockOfficeWrap .blockOfficePhoto .mainPhoto img {
		width: 100%;
		max-width: 375px;
		height: auto;
	}
	.blockOfficeWrap .blockOfficePhoto figcaption ul {
		text-align: center;
	}
	.blockOfficeWrap .tripOffice {
		width: 350px;
	}
	.blockOfficeWrap .tripOffice .sendai {
		float: none;
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.blockOfficeWrap .tripOffice {
		width: auto;
	}
	.blockOfficeWrap .tripOffice dt img {
		width: 100%;
		max-width: 350px;
	}
}


/* //////////////////////////////////////////////////
[MAP UI] 
////////////////////////////////////////////////// */

/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/*
for map calendar
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/img/company/calendar/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(/img/company/calendar/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(/img/company/calendar/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(/img/company/calendar/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(/img/company/calendar/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(/img/company/calendar/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(/img/company/calendar/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/img/company/calendar/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/img/company/calendar/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/img/company/calendar/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/img/company/calendar/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/img/company/calendar/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/img/company/calendar/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/img/company/calendar/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/img/company/calendar/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(/img/company/calendar/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/img/company/calendar/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Datepicker 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}




