@charset "utf-8";

/*	style　[ top : ゆみレディースクリニック Smart Phone ]
=================================================================== */

@media screen and (max-width: 767px) {
p {
  margin-bottom: 10px;
}
/*	header
=================================================================== */

/* navi */
.navbar {
	background-color: #bb003d;
}
.navbar ul.nav li {
	width: 100%;
}
.navbar ul.nav li a {
	color: #FFF;
}
.navbar ul.nav li a:hover {
	background-color: #EB0054;
}
.navbar ul.nav li.menu2 br {
	display: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #EB0054;
}
.navbar-inverse {
	border-color: #bb003d;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #FFF;
}
.navbar-collapse {
	border-top: 1px solid #FFF;
}
/*	contents
=================================================================== */
.row {
	margin-left: 0;
}
/* mainImg */
#mainImg {
	padding: 30px 0 0;
	position: relative;
}
#mainImg h1 {
    color: #333333;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    position: absolute;
    top: 55%;
    left: 50%;
    margin-top: 12px;
    margin-left: -105px;
    font-size: 14px;
    text-shadow: 1px 1px 1px #CCC;
    text-align: center;
}
/* carousel */
#carousel {
	margin: 0;
	padding: 0;
}
.carousel {
	width: 100%;
}
.carousel .carouselImage {
	background-color: #FFF;
	margin: 0;
	padding: 10px 0;
}
.carousel .carouselImage img {
	margin: 0 6%;
	width: 88%;
}
div#siteID img {
	margin: 0;
	max-width: 100%;
	padding: 0;
}
h2.h2Tit {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 40%, rgba(232,121,157,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(40%, rgba(255,255,255,0.4)), color-stop(100%, rgba(232,121,157,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 40%, rgba(232,121,157,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 40%, rgba(232,121,157,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 40%, rgba(232,121,157,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 40%, rgba(232,121,157,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e8799d', GradientType=1 );
	border-bottom: 1px solid #c90040;
	font-size: 120%;
	font-weight: bold;
	padding: 9px 0;
}
h2.h2Tit span {
	background: url(../images/icon-clover.png) left center no-repeat;
	padding: 9px 0 9px 2em;
}
/* bnSpace */
#bnSpace {
	padding: 20px 0;
	text-align: center;
}
#bnSpace img {
	background-color: rgba(255, 255, 255, 0);
}
/* news */
#news .container {
	padding: 30px 10px 0;
}
#news ul.newsList {
	background-color: #FFF;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 1px solid #C00246;
	padding: 20px 30px;
	list-style-type: none;
}
#news ul.newsList li {
    border-bottom: 1px dashed #999;
    padding: 5px 0;
}
#news ul.newsList li.new:before {
	content: "NEW!";
	background-color: #bb003d;
    color: #fff;
    padding: 0 7px;
	border-radius: 8px;
	margin-right: 5px;
}
/* greeting */
#greeting .container {
	padding: 30px 10px 0;
}
#greeting .leftBox {
	font-size: 110%;
	margin-top: 40px;
}
#greeting .leftBox img {
	max-width: 100%;
}
#greeting .leftBox sup {
	font-size: 60%;
	top: 0;
}
#greeting .leftBox .status {
	margin: 10px auto 0;
	width: 90%;
}
#greeting .rightBox {
	margin-top: 10px;
}
#greeting h3.h3Tit {
	border-bottom: 1px dotted #bb003d;
	font-size: 110%;
	font-weight: normal;
	padding: 3px 0;
}
#greeting .b-line {
	border-bottom: 1px solid #bb003d;
}
/* logomark */
#logomark .container {
	padding: 30px 10px 0;
}
#logomark .leftBox {
	margin-top: 30px;
}
#logomark .rightBox {
	margin-top: 30px;
}
/* services */
#services .container {
	padding: 30px 10px 0;
}
#services ul {
	padding: 20px 30px;
}
/* consultation-day */
#consultation-day .container {
	padding: 30px 10px 0;
}
#consultation-day .centerBox {
	margin: 20px auto;
}
#consultation-day table.thDay {
	border-spacing: 2px;
	border-collapse: separate;
	width: 100%;
}
#consultation-day table.thDay th {
	background-color: #FFF;
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}
#consultation-day table.thDay td {
	background-color: #FFF;
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}
#consultation-day table.thDay img {
	max-width: 100%;
}
/* access */
#access .container {
	padding: 20px 10px 30px;
}
#access .map {
	margin: 0;
	padding: 0;
}
#access .map iframe {
	height: 300px;
	vertical-align: bottom;
	width: 100%;
}
/* calendar */
#calendar .container {
	padding: 30px 10px 0;
}
#calendar .calendar {
	background-color: #FFF;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 1px solid #C00246;
	margin: 15px auto;
	padding: 5px 8px 8px 8px;
  text-align: center;
}
#calendar .calendar iframe {
	height: 300px;
	vertical-align: bottom;
	width: 100%;
}
    ul.calender-list {
  list-style: none;
  margin: 10px auto 0 auto;
  padding: 0;
  text-align: center;
}
ul.calender-list li {
  margin: 0;
  padding: 0 15px 0 0;
  display: inline-block;
  font-size: 12px;
}
.bg01 {
  color: #AD2D2D;
}
.bg02 {
  color: #668CD9;
}
.bg03 {
  color: #8CBF40;
}
   .bg04 {
  color: #8C66D9;
}
  
/* footer */
footer#footer {
	background-color: #bb003d;
	color: #FFFFFF;
	font-size: 90%;
	padding: 30px 0;
	text-align: center;
}
footer#footer p.fTit {
	font-size: 130%;
	font-weight: bold;
}
footer#footer p.fTit span {
	font-size: 60%;
	font-weight: normal;
}
footer#footer address {
	font-size: 120%;
}
/* ※※※※※※　class　※※※※※※ */

}
