@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
}
a {
 transition: .3s;
}
a:visited {
	color: #f80;
}
a:link {
	color: #f80;
}
header {
	width:100%;
	border-top: #1c7fb0 0.4em solid;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	z-index: 10;
}
.sou_h_container {
	margin:0 auto;
	padding-left: 1em;
}
.sou_header h1 {
	overflow: hidden;
	display: block;
	float: left;
}
.sou_header h1 span {
	font-size:0.3em;
	font-weight:normal;
}
.sou_header h1 a:visited {
	color: #333;
}
.sou_header h1 a:link {
	color: #333;
}
.right_img {
	float: right;
	margin-top: 1em;
}
.openingDay{
	background: #067 none repeat scroll 0 0;
	font-weight: bold;
	height: 50px;
	padding: 4px;
	width: 280px;
	margin-bottom: 5px;
}
.openingDay dt{
	background: #fff none repeat scroll 0 0;
	color: #067;
	float: left;
	font-size: 140%;
	height: 42px;
	line-height: 20px;
	margin-right: 1em;
	padding-top: 2px;
	text-align: center;
	width: 42px;
}
.openingDay dd{
	color: #fff;
	line-height: 1.5;
}
.openingDay +p {
	font-size: 85%;
	text-align: right;
	color: #067;
}



i {
	font-size:1.3em;
	color:inherit
}

/**grobal navigation**/
nav > ul{
	overflow: hidden;
	margin: 0;
	height: 50px;
	list-style: none;
}
nav > ul li{
	float: left;
	height: 50px;
	line-height: 50px;
	width: 16.6666%;
	border-left: 1px solid #ccc;
	text-align: center;
}
nav > ul li:first-child{
	border: none;
}
nav > ul li a{
	display: block;
	height: inherit;
	line-height: inherit;
	width: 100%;
	color: #333 !important;
	background: #f8f8f8;
	transition: .3s;
}
nav > ul li a:hover{
	text-decoration: none;
	background: #ccc;
}

nav > ul li a span{
	background: no-repeat center left;
	padding-left: 1.5em;
}

nav > ul li.navTop a span { background-image: url("../images/top_icon.png");  }
nav > ul li.navUrawa a span { background-image: url("../images/shop.png"); }
nav > ul li.navKyodo a span { background-image: url("../images/shop.png"); }
nav > ul li.navShimokitazawa a span { background-image: url("../images/shop.png"); }
nav > ul li.navRecruit a span { background-image: url("../images/recruit.png"); }
nav > ul li.navBlog a span { background-image: url("../images/blog.png"); }



#topPage .breadcrumb {
	width:100%;
	background: none;
	border: none;
	padding: 0.3em;
	margin: -1em auto;
	color: #ccc;
	font-weight: bold;
}
#topPage .breadcrumb .active {
	color: #4682b4;
}
#topPage .breadcrumb a:link {
	color: #A9B5F0;
}
#topPage .breadcrumb a:visited {
	color: #A9B5F0;
}
#topPage .breadcrumb > li + li:before {
	content: ">";
}
#topPage .sou_info{
	line-height: 2em;
	margin: 0;
}

#topPage .shop_info{
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 20px;
}
#topPage .shop_info dt {
	font-size: 16px;
	color: #fff;
	padding: 0.5em;
	font-weight: bold;
	background: #0ad;
}

#topPage .shop_info dd {
	background: rgba(0, 0, 0, .75);
}
#topPage .shop_info figure {
	position: relative;
	overflow: hidden;
	color: #fff;
}
#topPage .shop_info figure figcaption {
	position: absolute;
	bottom: 0em;
	width: 100%;
	height: 2.5em;
	padding: .5em;
	background: rgba(0, 0, 0, .75);
	transition: .3s;
}
#topPage .shop_info a {
	opacity: .75;
	transition: .3s;

}
#topPage .shop_info a:hover {
	opacity: 1;
}
#topPage .shop_info a:hover figure figcaption {
	bottom: -3em;
}
#topPage .shop_text {
	font-size: 0.8em;
	font-weight: 500;
	color: #345;
	vertical-align: top;
	padding-left: 0.8em;
}
#topPage .shop_text h3 {
	font-size: 1.3em;
	color: #07a9da;
	font-weight: bolder;
	margin: 0;
	background: none;
}
#topPage .main_under {
	margin-top: 0.8em;
}
#topPage .main_under h3 {
	background: none;
	padding: 0;
	overflow: hidden;
}
#topPage .news_content {
	border: 1px solid #CCC;
}
#topPage .news_content ul {
	list-style-type: none;
	font-size: 0.8em;
	line-height: 380%;
	padding: 1em;
}
#topPage .news_content ul li {
	display: block;
	border-bottom: #CCC dashed 1px;
	background-image: url(../../images/news_icon_all.png);
	background-repeat: no-repeat;
	background-position:left center;
	text-indent: 4.9em;
	#line-height:20px;

#topPage .news_content ul li h6{
	line-height:20px;
}

}
#topPage .news_content ul .urawa_i {
	background-image: url(../../images/news_icon_urawa.png);
	background-repeat: no-repeat;
	background-position:left center;
}
#topPage .news_content ul .kyodo_i {
	background-image: url(../../images/news_icon_kyodo.png);
	background-repeat: no-repeat;
	background-position:left center;
}
#topPage .news_content ul .shimokitazawa_i {
	background-image: url(../../images/news_icon_shimokitazawa.png);
	background-repeat: no-repeat;
	background-position:left center;
}
#topPage .news_content ul .all_i {
	background-image: url(../../images/news_icon_all.png);
	background-repeat: no-repeat;
	background-position:left center;
}

/* urawa */
/**breadcrumbs**/
/**breadcrumbs**/
#urawa .breadcrumb,
#kyodo .breadcrumb,
#shimokitazawa .breadcrumb{
	background: none;
	border: none;
	margin: 0;
	color: #666;
	font-weight: bold;
}
#urawa .breadcrumb .active {
	color: #4682b4;
}
#kyodo .breadcrumb .active {
	color: #daa520;
}
#shimokitazawa .breadcrumb .active {
	color: #114;
}
#urawa .breadcrumb a:visited,
#urawa .breadcrumb a:link {
	color: #abf;
}
#kyodo .breadcrumb a:visited,
#kyodo .breadcrumb a:link {
	color: #b8860b;
}
#shimokitazawa .breadcrumb a:visited,
#shimokitazawa .breadcrumb a:link {
	color: #114;
}
#urawa .breadcrumb > li + li:before,
#kyodo .breadcrumb > li + li:before,
#shimokitazawa .breadcrumb > li + li:before{
	content: ">";
}
#urawa .shop_content {
	padding-left: 0.5em;
}
#urawa .urawa_info section.shop_introduce {
	background: url(../images/urawa_info.jpg) no-repeat right -100px top 63px /cover;
	width: 100%;
	height: auto;
	font-size: 1em;
	line-height: 180%;
	letter-spacing: 0.1em;
	padding: 0.3em;
	color: #345;
}
#urawa .urawa_info section.shop_introduce p{
	padding: 10px;
	width: 65%;
}
#urawa .urawa_info h3 {
	width: 70%;
	padding: 0;
	margin-bottom: 0.3em;
	overflow: hidden;
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
}
#urawa .shop_main {
	border: #999 1px solid;
	background-color: #fff;
	overflow: hidden;
}
#urawa .info_menu,
#kyodo .info_menu,
#shimokitazawa .info_menu{
	margin-top: 2.5em;
}
#urawa .info_menu p,
#kyodo .info_menu p,
#shimokitazawa .info_menu p{
	background: none;
}
#urawa .menu_m,
#kyodo .menu_m,
#shimokitazawa .menu_m{
	margin-left: 1.5em;
	background-color: #FFF;
	border: none;
}
.menu_m td {
	font-size: 0.9em;
	line-height: 200%;
}

.cutmenu{
	padding: 10px;
	font-size: 13px;
}

.cutmenu .menuTbl{
	width: 320px;
	margin-top: -20px;
	float: left;
}

.cutmenu table{
	width: 100%;
	margin-top: 20px;
}
.cutmenu table tr{
	border-bottom: 1px dotted #ccc;
}

.cutmenu table th,
.cutmenu table td{
	font-weight: normal;
	vertical-align: top;
	padding: 10px;
}
.cutmenu table th{
	width: 75%;
}

.cutmenu table td{
	font-weight: bold;
}
.brown_b th {
	font-size: 1.3em;
	font-weight: bold;
	color: #8c4040;
	text-indent: 0.6em;
	background-image: url(../../images/table_bg_b.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#urawa .menu_ladies,
#kyodo .menu_ladies,
#shimokitazawa .menu_ladies{
	margin-top: 0;
}
#urawa .menu_ladies p,
#kyodo .menu_ladies p,
#shimokitazawa .menu_ladies p{
	margin-top: 0;
	background: none;
}
#urawa .menu_op,
#kyodo .menu_op,
#shimokitazawa .menu_op{
	margin-top: 0;
	margin-left: 0;
	padding-left: 0.8em;
	padding-right: 0.5em;
	line-height: 230%;
}
#urawa .menu_op p,
#kyodo .menu_op p,
#shimokitazawa .menu_op p{
	margin-top: 0;
	background: none;
}
.menu_op tr {
	vertical-align: top;
}
#urawa .t_right,
#kyodo .t_right,
#shimokitazawa .t_right{
	text-align: right;
}
#urawa .dot,
#kyodo .dot,
#shimokitazawa .dot{
	text-align: center;
	font-size: 1em;
}
#urawa .menu_op table,
#kyodo .menu_op table,
#shimokitazawa .menu_op table{
	background-image: url(../../images/op_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#urawa .staff_info > p,
#kyodo .staff_info > p,
#shimokitazawa .staff_info > p{
	margin-top: 0;
	background: none;
}
#urawa .staff_content,
#kyodo .staff_content,
#shimokitazawa .staff_content{
	width: 322px;
	height: 550px;
	float: left;
	border: #159acc 1px solid;
	margin: 0.5em;
	position: relative
}
#urawa .staff_content h3,
#kyodo .staff_content h3,
#shimokitazawa .staff_content h3{
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	line-height: 130%;
	color: #345;
}
#urawa .staff_content h3,
#urawa .staff_content p,
#kyodo .staff_content h3,
#kyodo .staff_content p,
#shimokitazawa .staff_content h3,
#shimokitazawa .staff_content p{
	padding: 0 .7em;
	line-height: 150%;
}
#urawa .staff_content figure dl,
#kyodo .staff_content figure dl,
#shimokitazawa .staff_content figure dl{
	position: relative;
	width: 100%;
	background: #159acc;
	color: #fff;
	padding: .7rem 2.5rem;
}
#urawa .staff_content figure dl::before,
#kyodo .staff_content figure dl::before,
#shimokitazawa .staff_content figure dl::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 15px 10px;
	border-color: transparent transparent #159bcc transparent;
	top: -1.5rem;
	left: 2.8rem;
}
#urawa .staff_content figure dl dt,
#kyodo .staff_content figure dl dt,
#shimokitazawa .staff_content figure dl dt{
	float: left;
}
#urawa .staff_content figure dl dt span,
#kyodo .staff_content figure dl dt span,
#shimokitazawa .staff_content figure dl dt span{
	display: block;
	font-weight: normal;
	font-size: 85%;
}
#urawa .staff_content figure dl dd,
#kyodo .staff_content figure dl dd,
#shimokitazawa .staff_content figure dl dd{
	float: right;
	font-weight: normal;
	font-size: 85%;
}

#urawa .staff_wrap,
#kyodo .staff_wrap,
#shimokitazawa .staff_wrap{
	position:relative;
	overflow: hidden;
}

#urawa .access_wrap,
#kyodo .access_wrap,
#shimokitazawa .access_wrap{
	overflow: hidden;
	padding: 1em .4em;
}
#urawa .access_wrap table td,
#kyodo .access_wrap table td,
#shimokitazawa .access_wrap table td{
	vertical-align: top;
}
#urawa .access h3,
#kyodo .access h3,
#shimokitazawa .access h3{
	width: 70%;
	overflow: hidden;
	margin-bottom: .5em;
}
#urawa .access_wrap table.shop_access,
#kyodo .access_wrap table.shop_access,
#shimokitazawa .access_wrap table.shop_access{
	line-height: 250%;
}

#urawa .access_wrap table.shop_access th,
#urawa .access_wrap table.shop_access td,
#kyodo .access_wrap table.shop_access th,
#kyodo .access_wrap table.shop_access td,
#shimokitazawa .access_wrap table.shop_access th,
#shimokitazawa .access_wrap table.shop_access td{
	font-weight: normal;
	vertical-align: top;
	padding: .2em;
}

#urawa .access_imags,
#kyodo .access_imags,
#shimokitazawa .access_imags{
	text-align: center;
	padding-top: 1em;
	margin-left: 0.8em;
}
#urawa .access_imags img,
#kyodo .access_imags img,
#shimokitazawa .access_imags img{
	margin-left: -1.3em;
}
#urawa .access_wrap h4 {
	margin-top: 3em;
	background: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #159acc;
}
#urawa .access_wrap h4 img{
	margin-right: 1em;
}
#urawa .access_imags table,
#kyodo .access_imags table,
#shimokitazawa .access_imags table{
	text-align: left;
}
#urawa .access_imags table,
#kyodo .access_imags table,
#shimokitazawa .access_imags table{
	line-height: 250%;
	font-size: 1em;
}
#urawa .googlemap,
#kyodo .googlemap,
#shimokitazawa .googlemap{
	width: 250px;
	height: 32px;
	background-color: #159acc;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border-top: 3px #FFF solid;
	border-radius: 0.5em;
	position: relative;
	margin: 0.5em auto;
}
#urawa .googlemap a,
#kyodo .googlemap a,
#shimokitazawa .googlemap a{
	display: block;
	width: 100%;
	height: 2em;
	line-height: 2em;
	color: #fff;
	background-color: #09c;
	border-radius: 5px;
	transition: .3s;
}
#urawa .googlemap a:hover,
#kyodo .googlemap a:hover,
#shimokitazawa .googlemap a:hover{
	background-color: #3dd;
	text-decoration: none;
	border-radius: 5px;
}
/*banner*/

#urawa #main {
	position: relative;
}
#banner{
	position: absolute;
	top: 0;
	right: 0em;
} {
	position: absolute;
	top: 0;
	right: 0;
}

/* kyodo */
#kyodo .sou_header h1 a {
	color: #333;
}
#kyodo .sou_header h1 a:visited {
	color: #333;
}

#kyodo .sou_footer {
	background: #986; /* Old browsers */
	background: -moz-linear-gradient(to bottom, #cb9 0%,#986 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to bottom, #cb9 0%,#986 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cb9 0%,#986 100%);
}
#kyodo a {
	color: #fff;
}
#kyodo .breadcrumb {
	background: none;
	border: none;
	margin: 0;
	color: #666;
	font-weight: bold;
}
#kyodo .shop_content {
	padding-left: 0.5em;
}
#kyodo .kyodo_info section.kyodo_introduce {
	background: url("../images/urawa_info.jpg") no-repeat right 50px;
	width: 100%;
	font-size: 1em;
	line-height: 180%;
	padding: .3em;
	color: #345;
}
#kyodo .kyodo_info section.kyodo_introduce p {
	width: 65%;
	padding: 10px;
}
.kyodo_info section{
	overflow: hidden;
}
#kyodo .kyodo_info h3 {
	width: 90%;
	padding: 0;
	margin-bottom: 0.3em;
	overflow: hidden;
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
}
#kyodo .shop_main {
	border: #daa520 1px solid;
	background-color: #fff;
}
.menu_m td {
	font-size: 0.8em;
	line-height: 200%;
}
#kyodo .brown_b td {
	font-size: 1.3em;
	font-weight: bold;
	color: #8c4040;
	text-indent: 0.6em;
	background-image: url(../../images/table_bg_b.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#kyodo .staff_content {
	height: 580px;
	border: #875 1px solid;
}

#kyodo .staff_content h3,
#kyodo .staff_content p{
	padding: 0 .7em;
}

#kyodo .staff_content p {
	line-height: 150%;
}
#kyodo .staff_content figure dl {
	background: #875;
}
#kyodo .staff_content figure dl::before {
	border-color: transparent transparent #875 transparent;
}
#kyodo .access_imags img {
	margin-left: -1.3em;
}
#kyodo .access_imags p img {
	margin-left: 0.1em;
}
#kyodo .access_imags p {
	margin-top: 3em;
	text-align:left;
	background: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #654;
}
#kyodo .googlemap {
	background: #159acc;
}
#kyodo .googlemap a {
	background: #876;
}
#kyodo .googlemap a:hover {
	background-color: #ba9;
}
/* banner */

#kyodo #main {
	position: relative;
}
#kyodo footer.sou_footer a {
	transition: .3s;
	color: #fff;
}

#kyodo .footerAddress dt{
	color: #654;
}
#kyodo footer .copyright {
	background-color: #654;
}
#kyodo a:visited {
	color: #fff;
}
#kyodo .hotpepper_info a{
	display: block;
	margin: 2rem auto 0;
	padding: .5rem 0;
	text-align: center;
	width: 40%;
	background: #f56;
	color: #fff;
	border-radius: 3px;
	transition: .2s;
}
#kyodo .hotpepper_info a:hover{
	opacity: .75;
	text-decoration: none;
}
/* kyodo end */

/* shimokitazawa */
#shimokitazawa .sou_header h1 a {
	color: #333;
}
#shimokitazawa .sou_header h1 a:visited {
	color: #333;
}

#shimokitazawa .sou_footer {
	background: #445; /* Old browsers */
	background: -moz-linear-gradient(to bottom, #778 0%,#445 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to bottom, #778 0%,#445 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #778 0%,#445 100%);
}
#shimokitazawa a {
	color: #fff;
}
#shimokitazawa .breadcrumb {
	background: none;
	border: none;
	margin: 0;
	color: #666;
	font-weight: bold;
}
#shimokitazawa .shop_content {
	padding-left: 0.5em;
}
#shimokitazawa .shimokitazawa_info section.shimokitazawa_introduce {
	background: url("../images/urawa_info.jpg") no-repeat right 50px;
	width: 100%;
	font-size: 1em;
	line-height: 180%;
	padding: .3em;
	color: #345;
}
#shimokitazawa .shimokitazawa_info section.shimokitazawa_introduce p {
	width: 65%;
	padding: 10px;
}
.shimokitazawa_info section{
	overflow: hidden;
}
#shimokitazawa .shimokitazawa_info h3 {
	width: 90%;
	padding: 0;
	margin-bottom: 0.3em;
	overflow: hidden;
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
}
#shimokitazawa .shop_main {
	border: #445 1px solid;
	background-color: #fff;
}
.menu_m td {
	font-size: 0.8em;
	line-height: 200%;
}
#shimokitazawa .brown_b td {
	font-size: 1.3em;
	font-weight: bold;
	color: #8c4040;
	text-indent: 0.6em;
	background-image: url(../../images/table_bg_b.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#shimokitazawa .staff_content {
	height: 580px;
	border: #445 1px solid;
}

#shimokitazawa .staff_content h3,
#shimokitazawa .staff_content p{
	padding: 0 .7em;
}

#shimokitazawa .staff_content p {
	line-height: 150%;
}
#shimokitazawa .staff_content figure dl {
	background: #445;
}
#shimokitazawa .staff_content figure dl::before {
	border-color: transparent transparent #445 transparent;
}
#shimokitazawa .access_imags img {
	margin-left: -1.3em;
}
#shimokitazawa .access_imags p img {
	margin-left: 0.1em;
}
#shimokitazawa .access_imags p {
	margin-top: 3em;
	text-align:left;
	background: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #654;
}
#shimokitazawa .googlemap {
	background: #159acc;
}
#shimokitazawa .googlemap a {
	background: #445;
}
#shimokitazawa .googlemap a:hover {
	background-color: #778;
}
/* banner */

#shimokitazawa #main {
	position: relative;
}

#shimokitazawa footer.sou_footer a {
	transition: .3s;
	color: #fff;
}

#shimokitazawa .footerAddress dt{
	color: #112;
}
#shimokitazawa footer .copyright {
	background-color: #112;
}
#shimokitazawa a:visited {
	color: #fff;
}
/* shimokitazawa end */

/* recruit */
/**breadcrumbs**/
#recruit .breadcrumb {
	background: none;
	border: none;
	margin: 0;
	color: #666;
	font-weight: bold;
}
#recruit .breadcrumb .active {
	color: #4682b4;
}
#recruit .breadcrumb a:visited {
	color: #abf;
}
#recruit .breadcrumb > li + li:before {
	content: ">";
}
#recruit .shop_content {
	padding-left: 0.5em;
}
#recruit .info_recruit {
	line-height: 2em;
	font-size: 1.1em;
	border: #ccc solid 1px;
	min-height: 750px
}
#recruit .info_recruit ol li{
	font-weight: bold;
	font-size: 110%;
	list-style: none;
	line-height: 3em;
}
#recruit .info_recruit ul {
	background: url(../../recruit/images/op_bg.png) no-repeat right bottom /30%;
	list-style: none;
	margin-bottom: 3em;
	margin-top: 1em;
}
#recruit .info_recruit ul li {
	line-height: 3em;
}
#recruit .recruit_c table {
	background-image: url(../../images/op_bg02.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 3em;
	margin-top: 1em;
}
#recruit .info_recruit p {
	margin-bottom: 1em;
	padding-left: 1em;
}
#recruit .info_recruit td {
	padding-left: 1em;
}

/**aside**/
#recruit #main {
	position: relative;
}

.red {
	color: #ff0000;
}
/* recruit end*/

.gallery_wrap {
	margin-top: .5em;
	overflow: hidden;
	padding-left:.5em;
	position: relative;
}
.gallery {
	position: relative;
	margin-top: 2em;
}
.gallery h3 {
	width: 70%;
	overflow: hidden;
}
.gallery ul {
	position: relative;
	display: flex;
	list-style: none;
	padding-left: 0.4em;
}
.gallery li {
	width: 160px;
	margin: 1px 3px;
}
.gallery li a img:hover {
	transform: translate(1px, -1px);
	opacity: 0.7;
}

/* pagetop */
.pagetop {
	position: fixed;
	bottom: 5em;
	right: 0.3em;
	width: 10em;
	height: 2em;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 22px;
	line-height: 2.2;
	text-indent: 0.7em;
	transition: .3s;
}
.pagetop a:hover {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #4776AF;
	text-decoration: none;
}
#kyodo .pagetop a {
	background: rgb(102, 85, 68);
	background: rgba(102, 85, 68, .5);
	transition: .3s;
}
#kyodo .pagetop a:hover {
	background: rgb(102, 85, 68);
	background: rgba(102, 85, 68 , .75);
	text-decoration: none;
}
#shimokitazawa .pagetop a {
	background: rgb(60, 60, 80);
	background: rgba(60, 60, 80 , .5);
	transition: .3s;
}
#shimokitazawa .pagetop a:hover {
	background: rgb(60, 60, 80);
	background: rgba(60, 60, 80 , .75);
	text-decoration: none;
}
/* pagetop end */

.sou_footer {
	background-color: #1c7fb0;
	margin-top: 2em;
	color: #fff;
	text-align: center;
	border: none;
}
.sou_footer p {
	text-align: center;
	color: #fff;
	line-height: 300%;
	border-bottom: 1px dashed #FFF;
}
.sou_footer p a{
	color: #fff;
}

 .sou_footer figure{
	overflow: hidden;
	position: relative;
	height: 15rem;
}

 .sou_footer figure img{
	position: absolute;
	right: 20rem;
	bottom: 3rem;
	width: 35%;
	transform: rotate(-5deg);
	opacity: 0.5;
 }


.footerAddress dt {
	background-color: #fff;
	color: #1c7fb0;
	border: none;
	width: 60%;
	height: 3.5em;
	line-height: 3.5em;
	font-weight: bold;
	margin: 1em auto;
}
.footerAddress dd {
	background: url(../../common/images/tel_icon.png) no-repeat 20px 15px;
}
.footerAddress dd strong{
	font-size: 3.5em;
}
.footerAddress dd small{
	font-size: 100%;
}
.copyright {
	width: 100%;
	background-color: #033f79;
	line-height: 230%;
	font-size: 0.8em;
	margin-bottom: 0;
	border: none;
}
#carousel_sample ol.carousel-indicators{
	bottom: -10px;
}


#carousel_sample a.carousel-control{
	opacity: 0;
}
