/********************************/
/*　赤ちゃん子どものお薬ガイド　*/
/*　お薬の上手な飲ませ方　　　　*/
/********************************/

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; outline: none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
#cboxContent{
	overflow:visible;
	border:5px #bee594 solid;
	border-radius: 12px;		/* CSS3 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
	background-color:#bee594;
}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{
	/*border:1px #476e1c dotted;*/
	border-radius: 10px;		/* CSS3 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	background-color:#f8fff0;
	padding:10px;
}
#cboxLoadingGraphic{background:url(/useful/medicine/pop/images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#fff;}
#cboxTitle{ display:none; }
/*#cboxSlideshow, #cboxPrevious, #cboxNext, */
#cboxClose{text-indent:-9999px; width:62px; height:22px; position:absolute; top:20px; right:20px; background:url(/useful/medicine/pop/images/bt_close.jpg) no-repeat 0 0;}
/*
#cboxClose{background-position:-50px -25px; top:20px; right:20px; z-index:999; background-color:#CC0000}
#cboxClose:hover{background-position:-50px -25px;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
*/

#pop_body {
	width:640px;
	/*margin:0 auto;*/
}
#pop_header {
	width:600px;
	margin-bottom:10px;
	padding:10px 20px 0;
	border-bottom:1px #693 dotted;
}
#pop_header p {
	color:#498c00;
	font-size:24px;
	font-weight:bold;
}
#pop_contents {
	width:600px;
	padding:10px 20px;
}
#pop_contents p {
	padding-bottom:5px;
}
.guide1 {
	background:url(/useful/medicine/pop/images/guide1_img_02.jpg) no-repeat right bottom;
}
.guide2 {
	background:url(/useful/medicine/pop/images/guide2_img_01.jpg) no-repeat right 90px;
}
.guide2 ol {
	padding-right:100px;
}
.guide3 {
	background:url(/useful/medicine/pop/images/guide3_img_01.jpg) no-repeat right 70px;
}
.guide4 {
	background:url(/useful/medicine/pop/images/guide4_img_01.jpg) no-repeat right 70px;
}
.guide5 {
	background:url(/useful/medicine/pop/images/guide5_img_01.jpg) no-repeat right 70px;
}
.guide6 {
	background:url(/useful/medicine/pop/images/guide6_img_01.jpg) no-repeat right 70px;
}
.guide7 {
	background:url(/useful/medicine/pop/images/guide7_img_01.jpg) no-repeat right 70px;
}

button {
	border:0;
}