/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: 'Noto Sans JP', "Helvetica Neue", Helvetica, sans-serif;
	font-size: 100%;
	line-height:1.6em;
	color:#444;
}
a {
	color: #337ab7;
}
a:hover, a:focus {
	text-decoration: none;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
ul.maru {
	margin-top:1em;
	margin-bottom:1em;
}
ul.maru li {
	list-style-type: disc;
	margin-left:2em;
}
.clearfix::after {
	clear: both;
	content: "";
	display: block;
}
.clear {
	clear:both;
}
.lead {
	font-weight:600;
	font-size:x-large;
}
/* マージン
——————————————————————- */
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
/*パディング
——————————————————————- */
.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
/*HLINE
——————————————————————- */

hr.style1 {
	border-top: 1px solid #8c8b8b;
}
hr.style2 {
	border-top: 3px double #8c8b8b;
}
hr.style3 {
	border-top: 1px dashed #8c8b8b;
}
hr.style4 {
	border-top: 1px dotted #8c8b8b;
}
hr.style5 {
	height: 6px;
	background: url(../images/hr-11.png) repeat-x 0 0;
	border: 0;
}
hr.style6 {
	height: 6px;
	background: url(../images/hr-12.png) repeat-x 0 0;
	border: 0;
}
hr.style7 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.style8 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style8:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}
/*Badges
——————————————————————- */
.label {
	border-radius: 0;
	text-shadow: none;
	font-size: 10px;
	font-weight: 600;
	padding: 1px 5px 2px;
	background-color: #F00!important
}
.label[class*="span"][class*="arrow"] {
	min-height: 0
}
.label-info {
	background-color: #F00!important
}
.label.arrowed, .label.arrowed-in {
	position: relative;
	margin-left: 9px
}
.label.arrowed:before, .label.arrowed-in:before {
	display: inline-block;
	content: "";
	position: absolute;
	left: -14px;
	top: 0;
	border: 9px solid transparent;
	border-width: 9px 7px;
	border-right-color: #F00
}
.label.arrowed-in:before {
	border-color: #F00;
	border-left-color: transparent!important;
	left: -9px
}
.label.arrowed-right, .label.arrowed-in-right {
	position: relative;
	margin-right: 9px
}
.label.arrowed-right:after, .label.arrowed-in-right:after {
	display: inline-block;
	content: "";
	position: absolute;
	right: -14px;
	top: 0;
	border: 9px solid transparent;
	border-width: 9px 7px;
	border-left-color: #F00
}
.label.arrowed-in-right:after {
	border-color: #F00;
	border-right-color: transparent!important;
	right: -9px
}
.label-info.arrowed:before {
	border-right-color: #F00
}
.label-info.arrowed-in:before {
	border-color: #F00
}
.label-info.arrowed-right:after {
	border-left-color: #F00
}
.label-info.arrowed-in-right:after {
	border-color: #F00
}
/*----------------------------------------------------
   point-head
----------------------------------------------------*/ 

.point-head {
	position: relative;
	border-top: solid 2px #80c8d1;
	border-bottom: solid 2px #80c8d1;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
}
.point-head:after {/*タブ*/
	position: absolute;
	font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
	content: '\f0a7\ POINT';
	background: #80c8d1;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}
/*----------------------------------------------------
   page-head
----------------------------------------------------*/ 

.page-head {
	position: relative;
	color: white;
	background: #81d0cb;
	padding: 0.5em;/*文字周りの余白*/
	line-height: 1.3;/*行高*/
	border-radius: 25px 25px 25px 25px;/*左側の角を丸く*/
	margin-bottom:20px;
}
/*----------------------------------------------------
   check-point
----------------------------------------------------*/ 
.check-point {
	position: relative;
	color: black;
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 2em 0 0.5em;
	border-top:solid 1px #0066CC;
	border-bottom:solid 1px #0066CC;
}
.check-point:after {/*タブ*/
	position: absolute;
	font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
	content: '\f00c Check';
	background: #2196F3;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em
}
/*----------------------------------------------------
   block-point
----------------------------------------------------*/ 

.block-point {
	position: relative;
	display: inline-block;
	padding: 0 85px;
	color:#000;
}
.block-point:before, .block-point:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 75px;
	height: 1px;
	background-color: black;
}
.block-point:before {
	left:0;
}
.block-point:after {
	right: 0;
}
.title-head {
	border-bottom: solid 3px #99CCCD;
	position: relative;
	padding-bottom:5px;
	color:#000000;
	font-size:22px;
}
.title-head:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #14836E;
	bottom: -3px;
	width: 20%;
}

/*--------------------
Section
--------------------*/


section {
	margin:0;
	padding:0px 0;
}
#carousel-section {
	padding: 120px 0px 30px 0px !important;
}
.high_light-bg {
	background-color: #fff;
}
.light-bg {
	background-color: #f8f8f8;
}
.dark-bg {
	background-color:  #18202b;
	color: #fff;
}
.short-bg {
	padding: 20px 10px;
}
.container-fluid {
	padding-right: 0;
	padding-left: 0;
}
/*--------------------
Reset bootstrap
--------------------*/

.row-0-gutter {
	margin-left: -13px;
	margin-right: -13px;
}
.col-0-gutter {
	padding-left: 0;
	padding-right: 0;
}


/*-------------------- 
レスポンシブのフォントサイズ指定
--------------------*/

@media screen and (min-width: 0px) and (max-width : 767px) {
* {
	font-size:16px;
}
h1, h2 {
	font-size: 1.3em;
}
h3, h4 {
	font-size: 1.3em;
}
p, div, .panel-title, .form-control {
	font-size: 1em;
}
.lead {
	font-size: 1.0em;
}
.copyright {
	font-size: 0.7em;
}
.page-head {
	font-size:20px;
}
.point-head {
	font-size:20px;
}
}
 @media screen and (min-width: 768px) and (max-width : 991px) {
* {
	font-size:16px;
}
.copyright {
	font-size:14px;
}
}
 @media screen and (min-width : 992px) {
* {
	font-size:16px;
}
.copyright {
	font-size:12px;
}
}
/*-------------------- 
navbar collapse for iPad
--------------------*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/*----------------------------------------------------
    Navigation
----------------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 99999;
	border-top:solid 3px #14836E;
}
#header .container {
	position:relative;
	padding-top:5px;
}
#header h1 {
	margin:0;
	padding:0px 0 5px 0;
	font-size:14px;
	text-align:left;
}
#header p {
	margin:0;
	padding:0;
}
.phone {
	margin:0;
	padding:0;
	font-size:28px;
	font-weight:800;
	color:#45B4B4;
}
.phone:before {
	margin:0 0px 0 0;
	content:" ";
	display:inline-block;
	width:25px;
	height:28px;
	background:url(../images/phone.png) top no-repeat;
	background-size:contain;
	vertical-align:middle;
}
.navbar-default {
	background-color: #ffffff;
	font-weight:500;
	text-transform:uppercase;
	border-width:0;
	/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);*/
	border-radius:0;
}
.lgo {
	margin-top:0px;
	width:300px;
	height:auto;
}
.navbar-default .navbar-nav > li > a {
	font-size:18px !important;
	font-weight:400;
	color:#222;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #777;
	background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
li.dropdown a :after {
	font-family: 'FontAwesome';
	content: "\f078";
	margin-left:.5em;
}
li.dropdown a.is-active :after {
	font-family: 'FontAwesome';
	content: "\f077";
	margin-left:.5em;
}
li.dropdown a.is-current :after {
	font-family: 'FontAwesome';
	content: "\f078";
	margin-left:.5em;
	color:#F00;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #F60;
	background: none!important;
}
li.dropdown a.active {
	color: #F60;
	background: none!important;
}
.navbar-default .navbar-nav > .open > a:before {
	content: "";
	border-bottom: 15px solid #fff;
	border-right: 17px solid transparent;
	border-left: 17px solid transparent;
	position: absolute;
	top: 57px;
	left: 55px;
	z-index: 11;
}
.navbar-default .navbar-nav > .open > a:after {
	content: "";
	border-bottom: 17px solid #ccc;
	border-right: 19px solid transparent;
	border-left: 19px solid transparent;
	position: absolute;
	top: 55px;
	left: 53px;
	z-index: 8;
}
.navbar {
	margin-bottom: 0px;
}



#about .navbar-nav li.about > a {
	color: #14836E;
}
#gairai .navbar-nav li.gairai > a {
	color: #14836E;
}
#kenshin .navbar-nav li.kenshin > a {
	color: #14836E;
}
#department .navbar-nav li.section > a {
	color: #14836E;
}

#access .navbar-nav li.access > a {
	color: #14836E;
}
#medical .navbar-nav li.medical > a {
	color: #14836E;
}



 @media(max-width:768px) {
html, body {
	border-top:solid 3px #14836E;
}
#header {
	position: static;
	height: 10px;
	width:100%;
}
section {
	padding: 10px 0 !important;
}
#carousel-section {
	padding: 53px 0px 0 0 !important;
}
.phone {
	margin:0;
	padding:0;
	font-size:24px;
	font-weight:800;
	color:#F60;
}
.phone:before {
	margin:0 0px 0 0;
	content:" ";
	display:inline-block;
	width:33px;
	height:31px;
	background:url(../images/freedial.png) top no-repeat;
	background-size:contain;
	vertical-align:middle;
}
.lgo {
	margin-top:12px;
	margin-left:15px
}
.navbar-default {
	height:60px;
}
.navbar-toggle {
	position:absolute;
	top:7px;
	right:0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #555;
	background: none !important;
	border-bottom:solid 1px #333;
}
.mega-dropdown {
	position: static !important;
	width: 100%;
}
.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}
#bs-navbar-collapse-2 {
	background-color:#fff;
	position:absolute;
	top:60px;
	width:100%;
	border-bottom:solid 1px #f0f0f0;
	z-index:11;
}
.navbar-default .navbar-nav > .open > a:before {
	display:none;
}
.navbar-default .navbar-nav > .open > a:after {
	display:none;
}
}
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	z-index: 10;
}
/*
.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}
*/

.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	padding: 3px 0px 3px 1em;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #444;
	white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
	color: #222;
	background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
	color: #111;
	font-size: 18px;
	font-weight:600;
	margin-left:-.5em;
	margin-bottom:3px;
	border-bottom:solid 1px #f0f0f0;
}
.mega-dropdown-menu .dropdown-header a {
 color: #111  font-size: 18px;
	font-weight: bold;
	padding-left:0;
	margin-left:-.5em;
	margin-bottom:3px;
	border-bottom:solid 1px #f0f0f0;
}
.mega-dropdown-menu .dropdown-header a:hover, .mega-dropdown-menu .dropdown-header a:focus {
	color: #F60;
	font-size: 18px;
	font-weight: bold;
	padding-left:0;
	background-color: transparent;
}
.mega-dropdown-menu form {
	margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
	margin-bottom: 3px;
}
/* Animated “x” icon */

.navbar-toggle {
	border: none;
	background: transparent !important;
}
.navbar-toggle:hover {
	background: transparent !important;
}
.navbar-toggle .icon-bar {
	background-color: #000 !important;
	width: 22px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
	-moz-transform: rotate(45deg);
	-moz-transform-origin: 10% 10%;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-o-transform: rotate(45deg);
	-o-transform-origin: 10% 10%;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
	opacity: 0;
}
.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
	-moz-transform: rotate(-45deg);
	-moz-transform-origin: 10% 90%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-o-transform: rotate(-45deg);
	-o-transform-origin: 10% 90%;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
}
.carousel-control {
	background-image:none !important;
}
/*----------------------------------------------------
   breadcrumb
----------------------------------------------------*/ 
.breadcrumb {
	background:transparent;
	margin-left:-5px;
	padding:8px;
}
.breadcrumb li+li:before {
	content:'»';
}

/*----------------------------------------------------
   submenu
----------------------------------------------------*/ 



.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-heading a{ display:block; }
.panel-body table tr td a{ display:block; }
.panel-body .table {margin-bottom: 0px; }


#flmap .panel-body table tr td >  a.flmap {
	color: #F60;
}
#Greeting .panel-body table tr td >  a.greeting {
	color: #F60;
}
#Greeting .panel-body table tr td >  a.upbringing {
	color: #F60;
}
#History .panel-body table tr td >  a.history {
	color: #F60;
}
#p-policy .panel-body table tr td >  a.p-policy {
	color: #F60;
}
#Facility1 .panel-body table tr td >  a.facility {
	color: #F60;
}
#sisetukijyun .panel-body table tr td >  a.kijyun {
	color: #F60;
}
#keiji .panel-body table tr td >  a.keiji {
	color: #F60;
}


#Idea {
    margin-top:-150px;
    padding-top:150px;
}
#Upbringing {
    margin-top:-150px;
    padding-top:150px;
}


#flow {
    margin-top:-150px;
    padding-top:150px;
}
#reservation {
    margin-top:-150px;
    padding-top:150px;
}

#Gairai1 .panel-body table tr td >  a.foreign {
	color: #F60;
}
#Gairai2 .panel-body table tr td >  a.health {
	color: #F60;
}
#Gairai3 .panel-body table tr td >  a.kensa {
	color: #F60;
}
#Gairai4 .panel-body table tr td >  a.kenshin {
	color: #F60;
}
#Gairai5 .panel-body table tr td >  a.personal {
	color: #F60;
}

#pylori {
    margin-top:-150px;
    padding-top:150px;
}
#sleep {
    margin-top:-150px;
    padding-top:150px;
}


#Nyuin .panel-body table tr td >  a.guide {
	color: #F60;
}
#Nyuin2 .panel-body table tr td >  a.life {
	color: #F60;
}

#Procedure {
    margin-top:-150px;
    padding-top:150px;
}
#Meet {
    margin-top:-150px;
    padding-top:150px;
}

#medical .panel-body table tr td >  a.naika {
	color: #F60;
}
#medical2 .panel-body table tr td >  a.junkanki {
	color: #F60;
}
#medical3 .panel-body table tr td >  a.shinkei {
	color: #F60;
}
#medical4 .panel-body table tr td >  a.shokaki {
	color: #F60;
}
#medical5 .panel-body table tr td >  a.geka {
	color: #F60;
}
#medical6 .panel-body table tr td >  a.hinyou {
	color: #F60;
}
#medical7 .panel-body table tr td >  a.seikei {
	color: #F60;
}
#medical8 .panel-body table tr td >  a.brain {
	color: #F60;
}
#medical9 .panel-body table tr td >  a.pain {
	color: #F60;
}
#medical10 .panel-body table tr td >  a.ladys {
	color: #F60;
}
#medical11 .panel-body table tr td >  a.kenshin {
	color: #F60;
}
#medical12 .panel-body table tr td >  a.rehabili {
	color: #F60;
}
#medical13 .panel-body table tr td >  a.dental {
	color: #F60;
}
#medical14 .panel-body table tr td >  a.chinese {
	color: #F60;
}
#medical15 .panel-body table tr td >  a.rheumatism {
	color: #F60;
}
#medical16 .panel-body table tr td >  a.hifu {
	color: #F60;
}
#medical17 .panel-body table tr td >  a.kinnen {
	color: #F60;
}

#medical18 .panel-body table tr td >  a.geka {
	color: #F60;
}
#medical19 .panel-body table tr td >  a.wakutin {
	color: #F60;
}


#section1 .panel-body table tr td >  a.kenshinka {
	color: #F60;
}
#section2 .panel-body table tr td >  a.touseki {
	color: #F60;
}
#section3 .panel-body table tr td >  a.reha {
	color: #F60;
}
#section4 .panel-body table tr td >  a.scan {
	color: #F60;
}
#section5 .panel-body table tr td >  a.care {
	color: #F60;
}
#section6 .panel-body table tr td >  a.eiyou {
	color: #F60;
}
#section7 .panel-body table tr td >  a.iji {
	color: #F60;
}
#section8 .panel-body table tr td >  a.kango {
	color: #F60;
}
#section9 .panel-body table tr td >  a.kensa {
	color: #F60;
}
#train, #bus, #car, #parking {
    margin-top:-150px;
    padding-top:150px;
}

#medical1 .panel-body table tr td >  a.kyujin {
	color: #F60;
}

/*----------------------------------------------------
   NEWS
----------------------------------------------------*/ 

div.infoList {
	padding:0px;
}
.ymd {
	font-weight:bold;
}
div.infoList ul {
	margin:5px 0px 5px;
	list-style:none;
	margin-left:1em;
}
div.infoList ul li {
	border-bottom:1px dotted #ccc;
	padding:6px 0px;
	list-style:none;
	margin-bottom:0px;
}
div.infoList ul li a {
}
div.infoList ul li a:hover {
}
div.infoList ul li .news a {
	margin-right:4px;
	background-color:#428BCA;
	color:#fff;
	padding:2px 7px 2px;
	line-height:14px;
	text-decoration:none;
	position:relative;
	font-size:12px;
}
div.infoList ul li .report a {
	margin-right:4px;
	background-color:#F19640;
	color:#fff;
	padding:2px 7px 2px;
	line-height:14px;
	text-decoration:none;
	position:relative;
	font-size:12px;
}
/*----------------------------------------------------
   Service
----------------------------------------------------*/

#service {
	background: #fff;
}
#service.divider {
	width: 100%;
	margin: 20px auto 15px;
	position: relative;
	height: 1px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}
#service.divider::after {
	height: 1px;
	background: #e8e8e8;
	background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
	background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	background: -o-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	background: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
	position: absolute;
	bottom: -1px;
	content: "";
	width: 100%;
	left: 0;
}
#service p {
	text-align:left;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 30px;
}
.shadow, .shadow-narrow {
	position: relative;
	background-color: #fff;
}
.service-block {
	margin-bottom: 30px;
	border-radius: 3px;
	border: 1px solid #f1f1f1;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.shadow-narrow::before, .shadow::before {
	position: absolute;
	left: 0;
	height: 60%;
	bottom: 0;
	width: 100%;
	content: "";
	background-color: #fff;
	z-index: 2;
}
.shadow-narrow::after, .shadow::after {
	content: "";
	position: absolute;
	height: 50%;
	width: 96%;
	left: 50%;
	bottom: 2px;
	margin-left: -48%;
	-webkit-box-shadow: 0 5px 7px #999;
	box-shadow: 0 5px 7px #999;
	z-index: 1;
	border-radius: 10%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.shadow-narrow:hover::after, .shadow:hover::after {
	bottom: 10px;
}
.icon.bg-df {
	background-color: #09afdf;
	color: #ffffff;
}
.service-block .icon {
	margin-bottom: 10px;
}
.icon {
	display: inline-block;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.85);
	color: #000;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 58px;
	transition: all .2s ease-in-out;
	border-radius: 0;
	transform:rotate(45deg);
	border: 1px solid transparent;
}
.shadow *, .shadow-narrow * {
	position: relative;
	z-index: 3;
}
.service-block p {
	clear: both;
	margin-bottom: 15px;
}
.icon i {
	position: relative;
	z-index: 1;
	transform:rotate(-45deg);
}
ul#kamoku {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
#kamoku li {
	padding:5px 0;
	margin: 5px;
	float: left;
	width: 47%;
	box-sizing:border-box;
	display: block;
	text-align: center;
	border: 1px #dddddd solid;
	border-radius:4px;
	background:#eeeeee; /* デフォルト */
	background:-moz-linear-gradient(top, #4169e1, #ffffff); /* Safari,Chrome */
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));/* Firefox */
	background: linear-gradient(to bottom, #ffffff, #eeeeee);   /* ie10 */
}
#kamoku li a {
	display:block;
}
.square_btn {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	border: solid 2px #67c5ff;
	border-radius: 3px;
	background: #67c5ff;
	color: white;
}
.square_btn:hover {
	color: #67c5ff;
	background: #fff;
	transition: .4s;
}
.square_btn2 {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	border: solid 2px #FF9933;
	border-radius: 3px;
	background: #FF9933;
	color: white;
}
.square_btn2:hover {
	color: #FF9933;
	background: #fff;
	transition: .4s;
}

/*----------------------------------------------------
   Pop
----------------------------------------------------*/
div.pop {
	font-size: 24px;
	color: #4169e1;
	font-family:HGS創英角ﾎﾟｯﾌﾟ体, 'Noto Sans JP', "Helvetica Neue", Helvetica, sans-serif;}


/*----------------------------------------------------
   Pop１
----------------------------------------------------*/
div.pop1 {
	font-size: 18px;
	font-family:HGS創英角ゴシック体, 'Noto Sans JP', "Helvetica Neue", Helvetica, sans-serif;}

/*----------------------------------------------------
   kyubo
   ----------------------------------------------------*/
div.kyubo {
	font-size: 22px;
	
	
/*----------------------------------------------------
   Service BOX
----------------------------------------------------*/

.destacados {
	padding: 70px 0;
	text-align: center;
}
.box1 {
	/* See "NOTE 3" */
    position:relative;
	z-index:1;
	width:100%;
	padding:20px;
	margin:20px auto;
	/*border: 1px solid rgb(200, 200, 200);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;*/
	background:  #EDEDE3;
	border-radius: 4px;
	display:block;
}
.box1 h3 {
	position:relative;
	padding:10px 30px;
	margin:0 -30px 20px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#81D0CB;
	/* css3 extras */
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
	/* See "NOTE 1" */
    zoom:1;
}
.box1 h3:before, .box1 h3:after {
	content:"";
	position:absolute;
	/* See "NOTE 2" */
    z-index:-1;
	top:100%;
	left:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent #647D01;
}
.box1 h3:after {
	left:auto;
	right:0;
	border-width:0 0 10px 10px;
}
.destacados :hover {
	opacity: 0.9;
}
.box1 h4 {
	position:relative;
	padding:10px 30px;
	margin:0 -30px 20px;
	line-height:32px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background:#99CCCC;
	/* css3 extras */
    text-shadow:0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.2);
	/* See "NOTE 1" */
    zoom:1;
}
.box1 h4:before, .box1 h4:after {
	content:"";
	position:absolute;
	/* See "NOTE 2" */
    z-index:-1;
	top:100%;
	left:0;
	border-width:0 10px 10px 0;
	border-style:solid;
	border-color:transparent #688A8B;
}
.box1 h4:after {
	left:auto;
	right:0;
	border-width:0 0 10px 10px;
}

.box1 ul {
  border-top: solid #FFF 1px;/*上のボーダー*/
  border-bottom: solid  #FFF 1px;/*下のボーダー*/
  padding: 0.5em 0 0.5em 0em;
}

.box1 ul li {
  line-height: 1.5;
  padding: 0.5em 0;
}




/* サービス */


.service-container {
	text-align: left;
}
.service-container :hover {
	opacity: 0.6;
}
.singleservice {
	width:100%;
	display: inline-block;
	background-color: #f3f3f3;
	padding: 25px;
	color: #b2b2b2;
	text-align: left;
	margin-bottom: 15px;
	padding: 40px;
	border-bottom: 5px solid #93B96D;
	border-radius: 10px;
}
.singleserviceb {
	width:100%;
	display: inline-block;
	background-color: #f3f3f3;
	padding: 25px;
	color: #b2b2b2;
	text-align: left;
	margin-bottom: 15px;
	padding: 40px;
	border-bottom: 5px solid #99CCCC;
	border-radius: 10px;
}
h2.servicetitle {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #8c8c8c;
}
img.serviceicon {
	display: block;
	margin:0 auto;
	padding-bottom: 15px;
	opacity: .9;
}
/* サービス2 */

#circle-shape-example {
	margin: 2rem;
}
#circle-shape-example p {
	line-height: 1.8;
}
#circle-shape-example .curve {
	width: 33%;
	height: auto;
	min-width: 150px;
	float: left;
	margin-right:2rem;
	border-radius: 50%;
	-webkit-shape-outside:circle();
	shape-outside:circle();
}
/* カラーBOX */

.shape {
	border-style: solid;
	border-width: 0 40px 40px 0;
	float:right;
	height: 0px;
	width: 0px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.shape-text {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	position:relative;
	right:-22px;
	top:-3px;
	white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(46deg); /* Safari and Chrome */
	transform:rotate(46deg);
}
.offer {
	background:#fff;
	border:1px solid #ddd;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	margin: 15px 0;
	overflow:hidden;
}
.shape {
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius {
	border-radius:7px;
}
.offer-danger {
	border-color: #d9534f;
}
.offer-danger .shape {
	border-color: transparent #d9534f transparent transparent;
}
.offer-success {
	border-color: #5cb85c;
}
.offer-success .shape {
	border-color: transparent #5cb85c transparent transparent;
}
.offer-default {
	border-color: #999999;
}
.offer-default .shape {
	border-color: transparent #999999 transparent transparent;
}
.offer-primary {
	border-color: #428bca;
}
.offer-primary .shape {
	border-color: transparent #428bca transparent transparent;
}
.offer-info {
	border-color: #5bc0de;
}
.offer-info .shape {
	border-color: transparent #5bc0de transparent transparent;
}
.offer-warning {
	border-color: #f0ad4e;
}
.offer-warning .shape {
	border-color: transparent #f0ad4e transparent transparent;
}
.offer-content {
	padding:0 20px 10px;
}
/* 縦線 */



   .grid-divider {
	position: relative;
	padding: 0;
}
 .grid-divider>[class*='col-'] {
 position: static;
}
.grid-divider>[class*='col-']:nth-child(n+2):before {
	content: "";
	border-left: 1px solid #DDD;
	position: absolute;
	top: 0;
	bottom: 0;
}
.col-padding {
	padding: 0 15px;
}
/* =======================================
	BOX
======================================= */

.box {
  padding: 15px;
  background: #fff;
  border: 1px solid #e9e9e9;
  position: relative;
  border-radius: 5px 5px 5px 5px;
  margin:20px 0;
}

.box h4 {
  padding: 10px 0px;
  margin-bottom: 30px;
  font-size: 20px;
  color:#14836E;
  border-bottom: 1px solid #14836E;
  
}

 @media only screen and (min-width : 320px) and (max-width : 480px) {
	 .box h4 {
  padding: 4px 0px;
  margin-bottom: 10px;
  font-size: 18px;
  color:#14836E;
  border-bottom: 1px solid #14836E;
  
}
}

.phone_number {
	margin:0;
	padding:0;
	font-size:28px;
	font-weight:800;
	color:#45B4B4;
}
.phone_number:before {
	margin:0 0px 0 0;
	content:" ";
	display:inline-block;
	width:25px;
	height:28px;
	background:url(../images/phone.png) top no-repeat;
	background-size:contain;
	vertical-align:middle;
}

.net_yoyaku {
  margin:0;
	padding:0;
	font-size:20px;
	font-weight:800;
	color:#45B4B4
}

.net_yoyakulink{
    margin:0;
	padding:0;
	font-size:20px;
	font-weight:800;
	color:#4169e1
}


/*----------------------------------------------------
    横並び
----------------------------------------------------*/
.dtable{
	display: table;
}
.dtable_p{
  display: table-cell;
  vertical-align:top;
  padding:15px;
  text-align:center;
}
.dtable_c{
  display: table-cell;
  vertical-align:top;
  padding:15px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
.dtable{
	display: block; 
}
.dtable_c{
	display: block; 
}
.dtable_p{
	display: block; 
}
}

/*----------------------------------------------------
    How to join
----------------------------------------------------*/

.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 25px;
	margin-right: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: calc( 96% - 75px );
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	background-color:#FFF;
	margin-left:80px;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	left: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-right: 15px solid #ccc;
	border-left: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	left: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-right: 14px solid #fff;
	border-left: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 0px;
	margin-right: -25px;
	background-color: #999999;
	z-index: 2;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-right-width: 0;
	border-left-width: 15px;
	right: -15px;
	left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-right-width: 0;
	border-left-width: 14px;
	right: -14px;
	left: auto;
}
.timeline-badge.info {
	background-color: #99CCCD !important;
}
.timeline-title {
	margin-top: 0;
	color:#14836E;
}
.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.timeline-body {
	font-size:16px;
	color:#000000;
}
.timeline-body ul li {
	line-height:1.6em;
}
 @media only screen and (min-width : 320px) and (max-width : 480px) {
.timeline:before {
	left: 20px;
}
.timeline > li > .timeline-badge {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 1.2em;
	position: absolute;
	top: 13px;
	left: 0px;
	margin-right: -20px;
}
.timeline > li > .timeline-panel {
	width: calc( 98% - 65px );
	padding: 8px;
	margin-left:60px;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 21px;
	left: -15px;
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 22px;
	left: -14px;
}
}
.panel-table {
	display:table;
}
.panel-table > .panel-heading {
	display: table-header-group;
	background: transparent;
}
.panel-table > .panel-body {
	display: table-row-group;
}
.panel-table > .panel-body:before, .panel-table > .panel-body:after {
	content:none;
}
.panel-table > .panel-footer {
	display: table-footer-group;
	background: transparent;
}
.panel-table > div > .tr {
	display: table-row;
}
.panel-table > div:last-child > .tr:last-child > .td {
	border-bottom: none;
}
.panel-table .td {
	display: table-cell;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: none;
	border-left: none;
}
.panel-table .td:last-child {
	border-right: none;
}
.panel-table > .panel-heading > .tr > .td, .panel-table > .panel-footer > .tr > .td {
	background-color: #f5f5f5;
}
.panel-table > .panel-heading > .tr > .td:first-child {
	border-radius: 0px 0 0 0;
}
.panel-table > .panel-heading > .tr > .td:last-child {
	border-radius: 0 0px 0 0;
}
.panel-table > .panel-footer > .tr > .td:first-child {
	border-radius: 0 0 0 0px;
}
.panel-table > .panel-footer > .tr > .td:last-child {
	border-radius: 0 0 0px 0;
}
ul.check li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e067";
	margin-right:.5em;
	color:#CC0000;
}

/*----------------------------------------------------
   Facility
----------------------------------------------------*/

.thumbnail {
  padding: 20px 10px;
  display:block;
}
.thumbnail-top {
    display: block;
  	padding: 20px 10px;
	margin-bottom:20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
a .thumbnail-top {
    background-color: #fff;
}
a:hover .thumbnail-top {
    background-color: #E0EBF4;
}
a .thumbnail-top p{
    color: #666;
}
a:hover .thumbnail-top p{
    color: #666;
}

.thumbnail-link {
    display: block;
  	padding: 20px 10px;
    line-height: 1.42857143;
    background-color: #E0EBF4;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	margin-bottom:15px;
}
a .thumbnail-link {
    background-color: #E0EBF4;
}
a:hover .thumbnail-link {
    background-color:#DAF4E6 ;
}
a .thumbnail-link p{
    color: #666;
}
a:hover .thumbnail-link p{
    color: #666;
}


a.banner img {
	margin:0 auto;
	margin-bottom:10px;
}
a.banner :hover {
	opacity: 0.5 ;
}

.thumbnail a {
    color: #444;
} 





.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-items {
  margin-right: -20px;
}
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}
.portfolio-filter > li {
  display: inline-block;
  margin: 3px;
}
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}
.portfolio-items.col-2 > li {
  width: 50%;
}
.portfolio-items.col-3 > li {
  width: 33%;
}
.portfolio-items.col-4 > li {
  width: 25%;
}
.portfolio-items.col-5 > li {
  width: 20%;
}
.portfolio-items.col-6 > li {
  width: 16%;
}
 @media only screen and (min-width : 320px) and (max-width : 480px) {
	.portfolio-items.col-2 > li {
  width: 48%;
}
}
.portfolio-item .item-inner {
  margin: 0 20px 20px 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-image {
  position: relative;
}
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.portfolio-item:hover .overlay {
  opacity: 1;
}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/*----------------------------------------------------
   Footer
----------------------------------------------------*/

.footer1 {
	background: #f0f0f0;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;/*	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #003;*/
}

.title-widget {
	color: #0C5548;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left: 28px;
}
.title-widget::before {
	background-color: #14836E;
	content: "";
	height: 22px;
	left: 0px;
	position: absolute;
	top: -2px;
	width: 5px;
}
.widget_nav_menu ul {
	list-style: outside none none;
	padding-left: 0;
}
.widget_archive ul li {
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 3px;
}
.widget_nav_menu ul li {
	line-height: 20px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin-bottom: 7px;
	padding-bottom: 7px;
	width:95%;
}
.title-median {
	color: #636363;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
}
.footerp p {
	font-family: 'Gudea', sans-serif;
}
#social:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}
#social {
	-webkit-transform:scale(0.8);
	/* Browser Variations: */
-moz-transform:scale(0.8);
	-o-transform:scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
/* 
    Only Needed in Multi-Coloured Variation 
                                               */
			.social-fb:hover {
	color: #3B5998;
}
.social-tw:hover {
	color: #4099FF;
}
.social-gp:hover {
	color: #d34836;
}
.social-em:hover {
	color: #f39c12;
}
.nomargin {
	margin:0px;
	padding:0px;
}
.footer-bottom {
	background-color: #999;
	min-height: 30px;
	width: 100%;
}
.copyright {
	color: #fff;
	line-height: 30px;
	min-height: 30px;
	padding: 7px 0;
}
.design {
	color: #fff;
	line-height: 30px;
	min-height: 30px;
	padding: 7px 0;
	text-align: right;
}
.design a {
	color: #fff;
}
/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #C3D2E6;
	border-radius:60px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #2A3C54;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}

