@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Site URL:       http://
 File name:      index.css
   
----------------------------------------------------------- */

/* ----------------------------------------------------------------------
	main
---------------------------------------------------------------------- */

#main {
	display:box;
	display:-moz-box;
	display:-webkit-box;
	-webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
	margin-bottom: 45px;
	position: relative;
}

#main #info_btn {
	position: absolute;
	right: 4px;
	bottom: 6px;
}

/* ----------------------------------------------------------------------
	contents
---------------------------------------------------------------------- */

h3.ttl1 {
	text-align: center;
	margin-bottom: 10px;
}

h3.ttl2 {
	background: url(../images/common/icon_c1.png) 10px center no-repeat #E96F8C;
	-webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
	color: #FFF;
	font-size: 1.4rem;
	padding: 8px 0 8px 25px;
	line-height: 100%;
	margin: 15px 0;
}


/* ////////////// 
  info
////////////// */

#info {
	background: url(../images/info_bg.png) center top no-repeat;
	-webkit-background-size: 320px 5px;
    -moz-background-size: 320px 5px;
    background-size: 320px 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 1.4rem;
}

#info h3 {
	text-align: center;
	font-size: 1.7rem;
	line-height: 100%;
	margin: 15px 0;
}

#info h3 span {
	background: url(../images/info_icon.png)  left center no-repeat;
	-webkit-background-size: 32px 32px;
    -moz-background-size: 32px 32px;
    background-size: 32px 32px;
	padding: 8px 0 8px 40px;
}

#info h4 {
	margin: 10px 0;
	background: #FDF5F7;
	font-size: 1.4rem;
	color: #E96D8C;
	padding: 6px 0;
	text-align: center;
	line-height: 100%;
}

#info img {
	padding-bottom: 5px;
}

#info dl {
	width: 285px;
	margin: 0 auto;
	line-height: 100%;
	padding-bottom: 10px;
	font-size: 14px;
}

#info dl dt {
	float: left;
	text-align: center;
	width: 40px;
	background: #E96F8C;
	color: #FFF;
	padding: 2px 0;
	margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#info dl dd {
	float: left;
	width: 235px;
	padding: 2px 0 2px 10px;
	margin-bottom: 5px;
	text-align: left;
}

#info p span {
	background: #DF0000;
	color: #FFF;
	display: block;
	margin: 5px 0;
	padding: 10px 0 5px;
}

#info p span strong {
	font-size: 2.6rem;
	font-weight: normal;
}

#info .tel_btn img {
	-webkit-box-shadow: 1px 1px 2px #999;
    -moz-box-shadow: 1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	border-radius: 6px;
	padding-bottom: 0;
}

#info dl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#info dl { display: inline-block; }
/* Hides from IE-mac \*/
* html #info dl { height: 1%; }
#info dl { display: block; }
/* End hide from IE-mac */


/* -- end -- */
