/* clear
-----------------------------------------------------*/  
.clearfix:after,.section:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix,.section {
  min-height: 1px;
}

* html .clearfix,* html .section {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{
  clear: both;
}

.fl_off{
	overflow:hidden;
}

/*link
-----------------------------------------------------*/  

a{
	color: #333;
	
}

a:hover{
	color:#c0c0c0;
	
}


/*sphoneView
-----------------------------------------------------*/  

#sphoneView{
	background:#ff5559;
	text-align:center;
	padding:60px 0 60px 50px;
	width:100%;
	position:relative;
	font-size: 45px;
	box-sizing:border-box;
}

#sphoneView:after{
	content:url(../images/sphone_icon.png);
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-20px;
	margin-left:-340px;
	}
	
#sphoneView a{
	color:#fff;
	text-decoration:none;
}

/*layout
-----------------------------------------------------*/  




#header	{
	position: relative;
	background:url(../images/header_bg.png) repeat-x left top;
	padding-top:52px;
	height:204px;	
}

#header .inner{
	width:960px;
	margin:0 auto;
	}


#txt{
	font-size: 10px;
	position: absolute;
	color:#666666;
	top:26px;
	width:960px;
	text-align:center;
}


#logo{
	float: left;
	margin-bottom:12px;
	
}
#info{
	float: right;
	
}


#mainV{
	background:url(../images/main_bg.png);
	position:relative;
	height:254px;
	margin-bottom:40px;
	overflow:hidden;
	}

	
#mainV h2{
	width:960px;
	margin:0 auto;
	position:relative;
	
}


#mainV h2 img{
padding:46px 0 0 50px;
}


#mainV:before{
	content:"";
	position:absolute;
	top:0;
	display:block;
	width:100%;
	height:516px;
	background:url(../images/page_main_bg.jpg) no-repeat top center;
	z-index:0;
	}

#contents{
	overflow:hidden;
	width:960px;
	margin:0 auto;	

	
}

.lead{
	background:url(../images/lead_line.png) no-repeat left top;
	position:relative;
	padding:40px 0;
	overflow:hidden;
	margin-bottom:40px;
}
	

.lead:after{
	content:url(../images/lead_line.png);
	position:absolute;
	left:0;
	bottom:0;
}
	
.aboutLead{
	background:url(../images/lead_line.png) no-repeat left top;
	position:relative;
	padding-top:40px;
	overflow:hidden;
	margin-bottom:40px;
}

#main{
	overflow:hidden;
	width:690px;
	float:right;

}



#pup	{
	width:960px;
	margin:0 auto;
	text-align: right;
	margin-bottom:5px;
	
}

#footer {
	overflow:hidden;
	font-size:12px;
	
}

#ftrLink{
	line-height:61px;
	background:url(../images/ftrlink_bg.png) repeat-x top left;
	margin-bottom:30px;
}

#ftrLink ul{
	width:960px; 
	margin:0 auto;
	text-align:center;}
	
#ftrLink li{
	display:inline;}
	
#ftrLink li{
	background:url(../images/link_arrow.png) no-repeat left 5px;
	padding-left:12px;
	padding-right:10px;}
	
#ftrLink a{
	text-decoration:none;}

#ftrIn{
	width:960px;
	margin:0 auto;
	}
	
.ftrColL{
	width:420px;
	float:left;
	margin-bottom:20px;}

.ftrColR{
	width:420px;
	float:right;
	margin-bottom:20px;
	}


#copy {
	background:url(../images/copy_right_bg.png) repeat-x;
	line-height:60px;
	text-align:center;
	clear:both;
}


.box{
	padding:20px;
	background:url(../images/bg_yellow01.png);}



.flow{
	margin-top:40px;
	}
	
.flow li{
	background:url(../images/flow_arrow.png) no-repeat center bottom;
	margin-bottom:25px;
	padding-bottom:30px;}
	
.flow li:last-child{
	background:none;
	padding-bottom:0px
	
	}
	
.baBox{
	width:650px;
	margin:0 auto;
	background:url(../images/ba_arrow.png) no-repeat center 100px;
	overflow:hidden;}
	
.baBox li:first-child{
	float:left;}
	
.baBox li{
	float:right;}

.baBox02{
	width:590px;
	margin:0 auto;
	padding:0px 30px;
	background:url(../images/ba_arrow.png) no-repeat center 59px;
	overflow:hidden;}
	
.baBox02 li:first-child{
	float:left;}
	
.baBox02 li{
	float:right;}
	
.point{
	background:url(../images/bg_yellow01.png);
	padding:20px;
	margin-bottom:30px;
	}
.pointTtl{
	margin-top:-40px;
	margin-left:-10px;
	margin-bottom:10px;
	}	
.pointTxt{
	width:430px;
	float:left;}


/*side
-----------------------------------------------------*/
#side{
	overflow:hidden;
	width:240px;
	float:left;
	font-size:12px;
}
	
#side .section {
	margin-bottom: 30px;
}

#side h3{
	padding:0;
	background:none;
	border:none;
}

.lNavi{
	margin-bottom:20px;
}


.lNavi:nth-child(2){
	margin-bottom:30px;
}

.lNavi ul{
	border-left:2px solid #eee;
	border-right:2px solid #eee;
	border-bottom:2px solid #eee;
	padding:0 11px;
}

.lNavi li+li{
	border-top:1px dotted #ccc;
}

.lNavi a{
	text-decoration:none;
	display:block;
	padding:10px 10px 10px 20px;
	background:url(../images/link_arrow_pink02.png) no-repeat left 15px;
	
}

.lNavi .on{
	background:#fff5be;
	margin-right:-11px;
	margin-left:-11px;
	padding:0 10px 0 11px;
}

/*section
-----------------------------------------------------*/
.section {
	margin-bottom: 40px;

}
.section p{
	margin-bottom: 1.5em;

}
.section h2 {

}
.section h3 {
	border-top: solid 3px #ffd800;
	padding:10px 10px 5px 10px;
	margin-bottom: 20px;
	background: url(../images/h3_bg.png) no-repeat left 3px;
	font-size:18px;
	

}
.section h4 {
	font-size: 16px;
	font-weight: bold;
	background:url(../images/h4_bg.png) repeat-x left bottom;
	padding:0 10px 5px 0;
	margin-bottom:20px;

}

#h4Dft{
	background:none;
	margin:-20px -20px 0;
	padding:0;
	}

.section h5 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;

}


/*navi
-----------------------------------------------------*/
#gNavi{
	clear:both;
	height:115px;

}
#gNavi ul li{
	float: left;
}




/*text
-----------------------------------------------------*/
.name {
	font-weight: bold;
	
}
.point_a {
	color:#F00;
	
}

.point_b {
	color:#8caa42;
	
}
.cap {
	padding:10px;
	text-align:center;
	border:1px dotted #999;
	margin-top:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.capY {
	padding:10px;
	text-align:center;
	border:1px dotted #cfb93d;
	margin-top:10px;
}

.alignC{
	text-align:center;}
.st {
	font-weight: bold;
}
.alignR {
	text-align: right;
}


.alignL {
	text-align:left;
}

.inline li{
	display:inline;
	padding-left:5px;}	
	
.indent {
	text-indent:-1em;
	padding-left:1em;

}


/*topicPath
-----------------------------------------------------*/

#topicPath{
	padding:10px;
	background:#f4f4f4;
	margin-bottom:20px;

}  

#topicPath li:first-child{
	padding:0 5px 0 22px;
}

#topicPath li{
	padding:0 5px 0 12px;
	font-weight:bold;
}


#topicPath li{
	display:inline;
	background:url(../images/home_icon.png) no-repeat left 2px;
}


#topicPath li+li{
	background:url(../images/topic_path_arrow.png) no-repeat left center;
}

#topicPath a{
	text-decoration:none;
	font-weight:normal;
}

/*index
-----------------------------------------------------*/
#idx #mainV{
	height:516px;
	}

#idx #mainV:before{
	content:"";
	position:absolute;
	top:0;
	display:block;
	width:100%;
	height:516px;
	background:url(../images/idx_main_bg.jpg) no-repeat top center;
	z-index:0;
	}
	
#idx .section h3,#idx .section h4  {
	border-top:none;
	padding:0;
	background:none;
}

.idxPoint h4{
	margin-bottom:14px;}

	
.idxPointPink{
	width:295px;
	background: url(../images/idx_point_first_bg.png) no-repeat left top #fff1f1;
	padding:0 20px 20px 20px;
	overflow:hidden;
	margin-bottom:15px;}
	
.idxPointPink h4{
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:13px;
}


.idxPointPink a{
	display:block;
	background:url(../images/link_arrow_pink.png) no-repeat left center;
	padding:5px 5px 5px 22px;
}

.idxPointInPink{
	float:right;
	padding-top:16px;
}
	
.idxPoint{
	width:220px;
	float:left;
	margin-right:15px;
	background:url(../images/idx_point_bg.png) no-repeat left top #fff5be;}

.idxPointIn{
	padding:0 16px 15px;}
	

.pgList{
	padding-top:10px;
	background:url(../images/idx_pg_bg.png) no-repeat right top;
	min-height:206px;
	}
	
.pgList li{
	margin-bottom:15px;}
	
.pgList li:first-line{
	color:#999999;
	font-size:10px;}
	
.pgList a{
	text-decoration:none;
	}
	
	
.social{
	margin:20px 0;
}

.social li{
	margin: 5px 5px 5px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}


/*info
-----------------------------------------------------*/

.infoToday{
	background:url(../images/info_today_inner_bg.png) repeat-y left center;
	position:relative;
	}
	
.infoToday:after{
	content:url(../images/info_today_bottom_bg.png);
	position:absolute;
	left:0;
	bottom:0;
	}
	
.infoToday h4{
	padding:0;
	background:none;
	margin-bottom:0px;}
	
.infoTodayIn{
	padding:0 20px 20px;
	overflow:hidden;}


#map{
	clear:both;
	width: 690px;
	height: 410px;}
	
.infoList{
	width:370px;}
	
.infoList+.infoList{
	width:270px;}

.infoList dt{
	margin-bottom:15px;
	width:100px;
	float:left;
	margin-right:10px;}
	
.infoList dd{
	margin-bottom:15px;
	overflow:hidden;}
	
.infoList .flNone{
	float:none;
	margin-right:0px;}
	

/*slider
-----------------------------------------------------*/

.bx-viewport{
	margin-bottom:12px;

}

.bx-pager-item{
	float:left;
	background:#000;
}

.bx-pager-item+.bx-pager-item{
	margin-left:12px;

}

.bx-pager-link{
	display:block;
	-o-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}

.bx-pager-link.active,
.bx-pager-link.selected {
	opacity:0.5;

}


/*baby
-----------------------------------------------------*/

#tab{
	background:url(../images/baby_tab_bg.png) no-repeat left bottom;
	height:50px;
	margin-bottom:30px;
	position:relative;
	z-index:999;
	}

#tab li{
	margin-left:5px;
	float:left;}

#tab li:first-child{
	margin-left:10px;
	}
	
.babyLead{
	background:url(../images/baby_lead_bg.jpg) no-repeat left top;
}

.motherLead{
	background:url(../images/mother_lead_bg.jpg) no-repeat left top;
}
	
.babyLead ul{
	padding-left:28px;
	padding-bottom:31px;
}

.babyLead p{
	margin-bottom:0;
}
	
/*prevention
-----------------------------------------------------*/

#propos{
	background:url(../images/bg_yellow01.png);
	padding:15px;
	position:relative;}
	
#propos h4{
	border:none;
	padding:0;
	margin:-15px -15px 15px -15px;}
	
#propos p{
	position:relative;
	z-index:999;}
	
.proposLine{
	padding-bottom:30px;
	background:url(../images/prevention_propos_line.png) no-repeat center bottom;}
	
	
#propos:after{
	content:url(../images/prevention_propos_bottom_bg.png);
	position:absolute;
	right:0;
	bottom:0px;
	}
	
.proposBox{
	padding:10px;
	background:url(../images/bg_yellow02.png);
	width:190px;
	float:left;
	margin-bottom:30px;}
	
.proposBox+.proposBox{
	margin-left:15px;}

.kenshinBox{
	background:url(../images/bg_green.png) left top;
	position:relative;
	text-align:center;
	padding:30px;
	margin-bottom:20px;
}

.kenshinBox:before{
	position:absolute;
	left:0px;
	top:0px;
	content: url("../images/prevention_kenshin_top_bg.png");
}

.kenshinBox:after{
	position:absolute;
	right:0px;
	bottom:0px;
	content: url("../images/prevention_kenshin_bottom_bg.png");
}
	
/*pg
-----------------------------------------------------*/

.pgNews p,.pgItem p,.pgBa p{
	margin-bottom:0;
	}
	
.pgSTbl .cap{
	font-size:12px;
	padding:3px;
	text-align:left;
	}
			
.pgPh{
	width:328px;
	height:328px;
	border:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
}

.pgPh02{
	text-align:center;
	vertical-align:middle;
	width:115px;
	height:115px;}
	
			
.pgPh03{
	width:313px;
	height:313px;
	border:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
}

.pgPh03{
	z-index:-1;
	position:relative;}

.pgPh04{
	width:240px;
	height:240px;
	border:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
	box-sizing:border-box;
	display:table-cell;
}

.pgPh05{
	width:240px;
	height:240px;
	text-align:center;
	vertical-align:middle;
	box-sizing:border-box;
	display:table-cell;
}
	

.pgBa{
	background:url(../images/ba_arrow.png) no-repeat center 145px;
	position:relative;
	margin-top:40px;
}

.pgBa:after{
	content:url(../images/after.png);
	position:absolute;
	right:100px;
	top:-18px;
	}

.pgBa:before{
	content:url(../images/before.png);
	position:absolute;
	left:100px;
	top:-18px;
	z-index:999;
	}


#detailList li {
	padding: 15px;
}

#detailList li:nth-child(even){
	background:#f6f6f6;}

#detailList li:nth-child(odd){
	background:#eeeeee;}


#detailList a {
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/link_arrow.png) no-repeat left center;
}



#articleLink{
	clear:both;
	position:relative;
	border-top:1px dotted #ccc;
	height:50px;
	margin-bottom:40px;
	}
	
#articleLink a{
	display:block;
	padding:3px 10px;
	background:#ffd800;
	text-decoration:none;
	border-radius:2px;
	font-size:12px;
	}
	
#articleLink a:hover{
	color:#fff;
	}
	
.prev{
	position:absolute;
	left:0;
	top:20px;}

.next{
	position:absolute;
	right:0;
	top:20px;}
	
.back{
	position:absolute;
	left:50%;
	top:20px;
	margin-left:-28px;}
	
.pgNewsLeft{
	float:left;
	margin-right:20px;}
	
.pgNewsRight{
	float:right;
	margin-left:20px;}

.pgNewsLeft li+li,.pgNewsRight li+li{
	margin-top:15px;}
	
.pgNews cap{
	box-sizing:border-box;}
	
.npt01 .pgNewsLeft,.npt01 .pgNewsRight{
	width:240px;
	}
	
.pgNews .section div{
	overflow:hidden;
}

.pgTbl table{
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.pgTbl td,.pgTbl th{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
}

.itemBox{
	display:table;
	width:100%;
	padding:20px;
	border:1px solid #dfdfdf;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.itemBox+.itemBox{
	border-top:none;
}


.itemBoxPh,
.itemBoxTxt{
	display:table-cell;
}

.itemBoxPh{
	width:198px;
	height:198px;
	border:1px solid #dfdfdf;
	text-align:center;
	vertical-align:middle;
}

.itemBoxTxt{
	padding-left:20px;
}

.itemBoxTxt dt{
	border-bottom:2px #ffd800 solid;
	padding-bottom:5px;
	margin-bottom:15px;
	font-size:16px;
	white-space: nowrap;
	width: 428px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:bold;
	display:block;
}


.itemBoxTxt .txt{
	height:119px;
	padding-bottom:15px;
}

.more{
	text-align:right;
}

.more a{
	padding:5px 10px 5px 30px;
	background: url(../images/link_arrow02.png) no-repeat 10px center,
	url(../images/main_bg.png);
	text-decoration:none;
}

.more a:hover{
	color:#fff;
	
}


/*table
-----------------------------------------------------*/
 .timeTbl {
	margin-bottom:20px;
	background-color:#ffffff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom:10px;
}

.timeTbl td {
	line-height:18px;
	text-align:center;
	padding:5px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	text-align:center;
}
.timeTbl th {
	font-weight:bold;
	padding:5px;
	background-color:#ffdf2f;
	border-left: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
}
.timeTbl th.bg01 {
	font-weight:bold;
	padding:5px;
	background: #FDF8CC;
}

.bdRNon{
	border-right:none !important;}




/*float
-----------------------------------------------------*/

.colL{
	float:left;
	}

.colR{
	float:right;
	}
	
.phL{
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	}

.phR{
	float:right;
	margin-bottom:10px;
	margin-left:20px;
	}
	
	

	
.list2c{}

.list2c li{}
	
.list3c{
	margin-right:-15px;
	overflow:hidden;}

.list3c li{
	margin-right:15px;
	float:left;
	}

.list4c{
	margin-right:-14px;
	overflow:hidden;}
	
.list4c li{
	margin-right:14px;
	float:left;}

/*width
-----------------------------------------------------*/

.col2c{
	width:330px;}


.g01_01{
	width:430px;}

.g01_02{
	width:240px;}

.g02_01{
	width:510px;}

.g02_02{
	width:180px;}
	
.g03_01{
	width:370px;}

.g03_02{
	width:290px;}

/*margin&padding
-----------------------------------------------------*/



.mgnBtm5{
	margin-bottom:5px;}
	
.mgnBtm15{
	margin-bottom:15px;}

.mgnBtm10{
	margin-bottom:10px;}
	
.mgnBtm20{
	margin-bottom:20px;}
	
.mgnBtm30{
	margin-bottom:30px !important;}
	
.mgnBtm35{
	margin-bottom:35px;}

.mgnBtm40{
	margin-bottom:40px;}
	
.mgnBtm-20{
	margin-bottom:-20px;}
	
.mgnTop-15{
	margin-top:-15px;}

.mgnBtm0{
	margin-bottom:0px !important;}


.mgnR0{
	margin-right:0px !important;}
	
.mgnRit15{
	margin-right:15px;}
	

