/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

#TabCont{
	width:738px;
	background:url(/images/tabs/tabcont_bg.jpg) repeat-y center;
	padding-bottom:0;
	margin-top:15px;
	margin-bottom:0;
}


#TabCont img{
	border:none;
}
#TabCont h2{
	float:left;
	margin:0 ;
	padding:0;
}


.ui-tabs-nav, .ui-tabs-panel {
    font-size: 12px;
	line-height:130%;
}
.ui-tabs-nav {
    list-style: none;
    padding: 0;
	height:42px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 ;
	cursor:pointer;
    /*min-width: 84px; /* be nice to Opera */
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
}


.ui-tabs-nav a {
    margin:0; /* position: relative makes opacity fail for disabled tab in IE */
    text-align: center;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}


*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}


.ui-tabs-nav li a{
	display:block;
	font-size:1px;
	text-indent:-9999px;
	height:42px;
}

.ui-tabs-nav li a:link,
.ui-tabs-nav li a:visited{
	background-position:top;
	background-repeat:no-repeat;
}
.ui-tabs-nav li a:hover,
.ui-tabs-nav li a:active,
.ui-tabs-nav li.ui-tabs-selected a:link,
.ui-tabs-nav li.ui-tabs-selected a:visited{
	background-position:bottom;
	background-repeat:no-repeat;
}

.ui-tabs-nav li#Tab-premama a{ width:116px; background-image:url(/images/tabs/tab_pm.jpg);}
.ui-tabs-nav li#Tab-baby a{ width:122px; background-image:url(/images/tabs/tab_baby.jpg);}
.ui-tabs-nav li#Tab-child a{ width:115px; background-image:url(/images/tabs/tab_ch.jpg);}
.ui-tabs-nav li#Tab-mamapapa a{ width:122px; background-image:url(/images/tabs/tab_mp.jpg);}
.ui-tabs-nav li#Tab-info a{ width:115px; background-image:url(/images/tabs/tab_info.jpg);}

#Tab-ikujiIndex a{
	text-indent:0 !important;
	width:148px !important;
	background:none;
}

.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

/*-------- タブコンテンツ --------*/
.clearfix {
	zoom:1;/*for IE 5.5-7*/
	overflow:hidden; /*--Dreamweaverデザインビューでの崩れを防ぐため--*/
}
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0.1px;
    clear: both;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearfix {
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.ui-tabs-panel {
	width:738px;
	padding:0;
	margin:0;
}

/*タブコンテンツ内デザインCSS*/


.TBCont-in{
	padding-left:14px;
}

.TBCont-title{
	width:239px;
	float:left;
	margin-top:10px;
}
.TBCont-icon{
	float:left;
	margin-right:5px;
}

.TBCont-title h4{
	float:left;
	width:168px;
	padding:3px 3px 5px;
	margin-bottom:3px;
}
.TBCont-title p{
	float:left;
	width:174px;
	font-size:10px;
	line-height:140%;
	padding-left:3px;
	overflow:hidden;
	color:#666666;
}

.prDotline{background:url(/images/tabs/pr_dotline.gif) repeat-x bottom;}
.bbDotline{background:url(/images/tabs/bb_dotline.gif) repeat-x bottom;}
.chDotline{background:url(/images/tabs/ch_dotline.gif) repeat-x bottom;}
.mpDotline{background:url(/images/tabs/mp_dotline.gif) repeat-x bottom;}
.ifDotline{background:url(/images/tabs/if_dotline.gif) repeat-x bottom;}

#childTTL{
	padding:3px 3px 3px 5px;
	margin-right:14px;
}

#childTTL h4{
	float:left;
	margin-right:10px;
}

#childTTL p{
	float:left;
	font-size:10px;
	line-height:140%;
	color:#666666;
}





/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

