/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");


label {
	display: block;
	border: 1px solid #fff;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 30px;
	color: #FFF;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 100%;
}

#footer{
	background-color: #C8000A;
	padding: 10px;
}

#container #footer #footer1 .menu ul li {
	font-size: 12px;
}
#container #footer #footer1 .menu ul li a {
	text-decoration: none;
	color: #FFF;
}

#container #footer #footer2 .menu ul li {
	font-size: 12px;
}
#container #footer #footer2 .menu ul li a {
	text-decoration: none;
	color: #FFF;
}

#container #footer #footer3 .menu ul li {
	font-size: 12px;
}
#container #footer #footer3 .menu ul li a {
	text-decoration: none;
	color: #FFF;
}
.moji{
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	display: block;
	width: 100%;
	padding-bottom: 10px;
	height: 40px;
	margin-top:10px;
}

#address{
	padding-top: 20px;
}
#name{
	background-image: url(../image/index/umedica_logo.svg);
	height: 26px;
	background-repeat: no-repeat;
	background-position: left;
}
.font1{
	font-size: 12px;
	color: #FFF;
	padding-top: 5px;
}
.font2{
	font-size: 16px;
	color: #FFF;
	padding-top: 15px;
}