/* カスタマイズ用のCSS定義をここに記述してください */

.half-box-right {
	float:right;
	margin-right:20px;
	margin-left:0;
}
.result-no-data {
	padding-bottom: 10px;
}

.clinic-map-print {
    margin-bottom: 0px;
}
#headContainer {
    width: 1024px;
    margin: 0 auto;
    background-color: #FAF0E4;
}
#header {
    width: 950px;
    padding: 10px 0;
    margin-left: 42px;
}
#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
#siteLogo {
    float: left;
}
#pfizerLogo {
    margin-top: 8px;
    margin-right: 24px;
    float: left;
}
#footContainer {
    width: 1024px;
    margin: 0 auto;
}
#footer {
    width: 950px;
    margin-left: 42px;
    font-size: 0.84rem;
}
#attention {
    margin-top: 15px;
}
#attention p {
    margin-bottom: 1.0em;
}
#copyRight {
    text-align: center;
    margin-top: 50px;
}










/* mikataのtest-css.cssから転用 */

.btn_test:hover {
  background-color: #a8a8a8;
  color:#ffffff; 
  text-decoration:none;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  font-size: 16px;
  font-weight: 500;
  border:solid #dedede 3px;
}

.btn_test {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color:#a8a8a8;
  font-size: 16px;
  font-weight: 500;
  background-color:#ffffff;
  padding: 8px;
  border:solid #dedede 3px;
  text-decoration: none;
}

.new-class a{
    color:#ffffff;
    z-index: 101; 
}

.text_test01{
    color:#a8a8a8; 
}

.text_test{
    color:#0000ff; 
}

#search ul li.hospital a:hover {
    color: #ef5782;
    width: 295px;
    height: 35px;
    -webkit-border-radius: 26px/25px 25px 26px 26px;
    -moz-border-radius: 26px/25px 25px 26px 26px;
    border-radius: 26px/25px 25px 26px 26px;
    background-color: #fff;
    border: solid 1px #ef5782;
    box-sizing: border-box;
}

#search ul li.hospital a {
    display: table-cell;
    width: 300px;
    height: 35px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 28px/27px 27px 28px 28px;
    -moz-border-radius: 28px/27px 27px 28px 28px;
    border-radius: 28px/27px 27px 28px 28px;
    background-color: #ef5782;
    border: solid 2px #ef5782;
    text-decoration: none;
/*    padding:3px; */
    box-sizing: border-box;
}

/* del 20170703 */
/*
body a:link, body a:visited {
    color: #333;
}
*/

.motionBtn {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}


.motionBtn:hover {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}


.ward li a {
    font-size: 1em;
    display: block;
}


.address-current a {
    display: block;
    padding-bottom: 7px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}

base.css:220
.details a {
    color: #2677ad;
}

base.css:52
a {
    color: #00a3d9;
    text-decoration: none;
}

/* del 20170703 */
/*
a:-webkit-any-link {
    color: -webkit-link;
    cursor: auto;
    text-decoration: underline;
}
*/

Inherited from li.address-current
base.css:938
.ward li {
    margin-top: 16px;
    display: inline-block;
    /* width: 114px; */
    width: 75px;
    text-align: center;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: 0% 45%;
}

li {
    list-style: none;
}

user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

Inherited from ul
user agent stylesheet
ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

#search2 ul li.hospital2 a:hover {
    color: #ffffff;
    font-size:18px;
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    background-color: #203864;
    border: solid 3px #203864;
    box-sizing: border-box;
    padding-top: 3px;
    margin: 2px;
    text-decoration: none;
    float: left;
}

#search2 ul li.hospital2 a {
    display: table-cell;
    width: 90px;
    height: 35px;
    color: #203864;
    font-size:18px;
    text-align: center;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 3px #203864;
    box-sizing: border-box;
    padding-top: 3px;
    margin: 2px;
    text-decoration: none;
    float: left;
}


/* del 20170703 */
/*
body a:link, body a:visited {
    color: #333;
}
*/

.motionBtn2 {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.motionBtn2 {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}


.mt-20{
    margin-top: 20px;
}

.mt-40{
    margin-top: 40px;
}

.pt-20;{
    padding-top: 20px;
}

.pd-10{
    padding: 10px;

}


#search3 ul li.hospital3 a:hover {
    color: #ffffff;
    font-size:18px;
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    background-color: #203864;
    border: solid 3px #203864;
    box-sizing: border-box;
    padding-top: 3px;
    margin: 2px;
    text-decoration: none;
    float: left;
}


#search2 ul li.hospital3 a {
    display: table-cell;
    width: 90px;
    height: 35px;
    color: #ffffff;
    font-size:18px;
    text-align: center;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    background-color: #203864;
    border: solid 3px #203864;
    box-sizing: border-box;
    padding-top: 3px;
    margin: 2px;
    text-decoration: none;
    float: left;
}

/* del 20170703 */
/*
base_clinics.css:116
body a:link, body a:visited {
    color: #333;
}
*/

.st-fc{
    color: #ffffff;
    background-color: #203864;
}

.fs{
    font-size: 16px;
    padding-left: 10px;
}

.asterisk{
        padding-left:1em;
        font-size:85%;
    }

.asterisk2 li{
        text-indent:-1em;
        list-style-type:none;
    }


li {
text-decoration: none;
}


.note p {
    text-indent: -1em;
    margin-left: 1em;
}


.note p:before {
    content: '*';
    display: inline-block;
    width: 1em;
    text-indent: 0;
}

.tp_footer_btn_area_section .tp_btn_wrap:nth-child(7) {
    margin-left: 17%;
}

.tp_icon_iryou:before {
  content: url(../images/icon_footer_08.png);
  padding: 8px;
  margin: -4px;
}