@charset "utf-8";
/* ●タブ */
@media projection, screen {
	.tabs-hide {
		display			: none;
	}
}

@media print {
	.tabs-nav {
		display			: none;
	}
}

/* ●タブ.スキン */
.tabs-nav {
	width				: 412px;
	list-style			: none;
	background			: #ffffff;
	margin				: 0;
	padding				: 0 0 0 4px;
	border-left			: 2px solid #B4D1E3;
	border-right		: 2px solid #B4D1E3;
}
.tabs-nav:after {
	display				: block;
	clear				: both;
	content				: " ";
}
.tabs-nav li {
	float				: left;
	margin				: 0 0 0 1px;
	min-width			: 84px;
}
/*-----------------------------------------------------------------------------------------------------------
070915オカダ修正

.tabs-nav a, .tabs-nav a span {
	display				: block;
	padding				: 0 10px;
	background			: url(../images/tab.png) no-repeat;
}*/

.tabs-nav a, .tabs-nav a span {
	display				: block;
	padding				: 0 10px;
	background			: url(../images/tab_test.png) no-repeat;
}


.tabs-nav a {
    position			: relative;
    top					: 1px;
    z-index				: 0;
    padding-left		: 0;
    color				: #4B89B0;
    font-size			: 12px;
    font-weight			: bold;
    line-height			: 1.2;
    text-align			: center;
    text-decoration		: none;
    white-space			: nowrap;
}
.tabs-nav .tabs-selected a {
    color				: #004FBB;
}
/*--071020オカダ
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position	: 100% -150px;
    outline				: 0;
    color				: #4B89B0;
    color				: #FFFFFF;
}*/

/*--071020オカダend--*/


.tabs-nav .tabs-selected a, .tabs-nav a:focus, .tabs-nav a:active {
    background-position	: 100% -150px;
    outline				: 0;
    color				: #FFFFFF;
}
.tabs-nav a:hover {
    background-position	: 100% -250px;
    outline				: 0;
    color				: #FFFFFF;
}

/*--071020オカダ
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position	: 100% -100px;
}*/
.tabs-nav a, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position	: 100% -100px;
}
.tabs-nav .tabs-disabled a:hover {
    background-position	: 100% -200px;
}

/*--071020オカダend--*/


.tabs-nav a span {
	width				: 64px;
	height				: 18px;
	min-width			: 64px;
	min-height			: 18px;
	padding-top			: 6px;
	padding-right		: 0;
}
*>.tabs-nav a span {
	width				: auto;
	height				: auto;
}
.tabs-nav .tabs-selected a span {
	padding-top			: 7px;
}
/*--071020オカダ
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background-position	: 0 -50px;
}*/
.tabs-nav .tabs-selected a span, .tabs-nav a:focus span, .tabs-nav a:active span {
	background-position	: 0 -50px;
}
.tabs-nav a:hover span {
	background-position	: 0 -200px;
}

/*--071020オカダend--*/


.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
	background-position	: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited {
	cursor				: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	cursor				: pointer;
}
.tabs-nav .tabs-disabled {
	opacity				: .4;
}
.tabs-container {
	border-top			: 1px solid #B4D1E3;
	padding				: 5px 13px 10px 13px;
	margin-bottom		: 10px;
	background			: #ffffff;
	width				: 394px;
}
.tabs-loading em {
	padding				: 0 0 0 20px;
	background			: url(../images/loading.gif) no-repeat 0 50%;
}

.tabs-container li {
	list-style-type		: none;
	margin				: 0px 0px 4px;
	padding-left		: 12px;
	background-image	: url(../images/arw.gif);
	background-position	: left 2px;
	background-repeat	: no-repeat;
	line-height			: 140%;
	text-align			: left;
}

.event_image {
	float				: left;
	margin				: 0 10px 0 0;
}

#itemContent_prInfo {
	background-image	: url(../images/c_bottom05.gif);
	background-position	: left bottom;
	background-repeat	: repeat-y;
	padding				: 5px 13px 10px 13px;
	margin-bottom		: 10px;
	width				: 394px;
}
#itemContent_prInfo li {
	list-style-type		: none;
	background			: url(../images/arw.gif) no-repeat left 2px;
	padding				: 0 0 8px 12px;
	line-height			: 150%;
	text-align			: left;
}

#event p.showAll {
	clear: both;
	text-align: right;
	padding: 5px 10px 10px 0px;
	margin-bottom: 10px;
/*	background-image: url(../images/c_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;*/
}

