@charset "UTF-8";
/* css [common] */

@import url("fonts.css");
@import url("globalnavi.css");
@import url("font-awesome/fontawesome.min.css");
@import url("font-awesome/brands.min.css");
@import url("font-awesome/solid.min.css");
@import url("font-awesome/svg-with-js.min.css");
@import url("fullscreen-overlay.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
html {
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative; 
}

body { 
	padding: 0;
	margin: 0;

	min-width: 300px;
	height: 100%;
	background-color: #fff;
}

p {
	line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: none;
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle;
}
 
/* Correct overflow not hidden in IE9 */
figure { 
	margin: 0; 
}

a, a:focus, a:hover, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}

a {
	color: #0f79df;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

a:hover {
	color: #b52f00;
}

address {
	font-weight: normal;
	font-style: normal;
}

hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #e1e3e6; 
	margin: 20px 0; 
	padding: 0;
}

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

::selection { 
	background: #358be0; 
	color: #fff; 
	text-shadow: none; 
}

/*---------------------------------------------------- */
/* Typography */
/*---------------------------------------------------- */
.f-small {
	ontf-size: 85%;
}

/*---------------------------------------------------- */
/* Align */
/*---------------------------------------------------- */
.center {
	text-align: center!important;
}

.right {
	text-align: right!important;
}

.left {
	text-align: left!important;
}

/*---------------------------------------------------- */
/* Color */
/*---------------------------------------------------- */
.bg-gry {
	background-color: #f5f7f8;
}

.clr-grn {
	color: #0bae51;
}

.clr-mosgrn {
	color: #108f98;
}

.clr-blu {
	color: #0f92bd;
}

.clr-red {
	color: #961200;
}

.clr-pink {
	color: #e05274;
}

.clr-yellow {
	color: #c4991b;
}

.clr-gry {
	color: #93989a;
}

.clr-wh {
	color: #fff;
}

/*---------------------------------------------------- */
/* Lists */
/*---------------------------------------------------- */
ul, ol { 
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none; 
}

dd { 
	margin: 0;
}

/*---------------------------------------------------- */
/* Contain floats:Clearfix */
/*---------------------------------------------------- */
.cf:after {
    content:" ";
    display:table;
    clear:both;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	font-size: 11px;
	white-space: nowrap;
	max-width: 1080px;
	margin: 30px auto 0;
	padding: 6px 10px 5px 10px;
	background-color: #f3f9fe;
	border: solid 1px #e8eef6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.rcrumbs > ul {
  padding: 0;
  list-style: none;
}

.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
}

.rcrumbs > ul > li.show {
  display: inline-block;
}

.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.rcrumbs a {
  color: #83878b;
  text-decoration: none;
}

.rcrumbs a:hover {
  color: #0e8bd2;
}

.rcrumbs .divider {
  color: #bfc4c5;
  padding: 0 5px;
}

/*---------------------------------------------------- */
/* Scroll Navi Part */
/*---------------------------------------------------- */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom: 40px;
	right: 0;
	overflow:hidden;
	width: 32px;
	height: 32px;
	border:none;
	text-indent:100%;
	z-index: 3;
	background-color: rgba(0, 0, 0, .5);
	background-image: url(../images/arrow_top.png);
	background-repeat: no-repeat;
	-webkit-background-size: 12px 13px;
	background-size: 12px 13px;
	background-position: 50% 50%;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display:block;
	overflow:hidden;
	float:left;
	background-color: rgba(0, 0, 0, .75);
	background-image: url(../images/arrow_top.png);
	-webkit-background-size: 12px 13px;
	background-size: 12px 13px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/*---------------------------------------------------- */
/* Fade Transition */
/*---------------------------------------------------- */
.fade-efct a {
   opacity: 0;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   -webkit-transition: opacity 0.3s ease-in-out;
   -moz-transition: opacity 0.3s ease-in-out;
   -o-transition: opacity 0.3s ease-in-out;
   -ms-transition: opacity 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out;
}

.fade-efct a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

/*---------------------------------------------------- */
/* Decoration */
/*---------------------------------------------------- */
.warning {
	padding: 8px 10px 6px;
	background-color: #fcf7ea;
	border: 1px solid #f9edd3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.link::after {
	content:"\f045";
	font: 90% "FontAwesome";
	margin-left: .2em;
	margin-right: .1em;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
#maincontainer {
	width: 100%;
	background-color: #fff;
	position: relative;
}

#mc-contents {
	padding-top: 128px;
}

#content-container {
	width: 100%;
}

.wrapper {
	max-width: 1080px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}

/* PC */
/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
/*== Waku ==*/
header {
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 5000;
	background-color: rgba(255, 255, 255, .99);
}

header > .wrapper {
	height: 112px;
	overflow: hidden;
}

header #logo-area {
	max-width: 600px;
	width: 65%; 
	float: left;
}

/*== P ==*/
header .moji_header {
	padding: 0;
	margin: 12px 0 0 0;
	width: 100%; 
	height: auto;
	display: table;
}

header .moji_header p {
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
}

/*== h1 ==*/
header .logo {
	padding: 0;
	margin: 20px 0 0 0;
	width: 353px; 
	height: 34px;
	display: table;
}

header .logo h1 {
	width: 353px; 
	height: 100%;
	margin: 0;
	padding: 0;
	display: table-cell;
}

header h1 a {
	padding: 34px 0 0;
	margin: 0;
	width: 100%;
	height: 0;
	display: block;
	overflow: hidden;
	background: url(../images/logo_hriz@2x.png) 0 0 no-repeat;
	background-size: auto 34px;
}

header #header-nav {
	max-width: 400px;
	width: 31%;
	text-align: right;
	float: right;
}

/*== Btn ==*/
header #header-nav .sub {
	padding: 0;
	margin: 10px 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

header #header-nav .sub ul {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	list-style-type: none;
}

header #header-nav .sub ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

header #header-nav .sub ul li a {
	padding: 7px 22px;
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	float: right;
}

header #header-nav .sub ul li a .fas {
	font-size: 13px;
}

header #header-nav .sub ul li.btn_recruit a {
	background-color: #095eb5;
	
}

header #header-nav .sub ul li.btn_access a {
	background-color: #b2b9c1;
}

header #header-nav .sub ul li a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	color: #fff;
	text-decoration: none;
}

/*== Tel ==*/
header #header-nav .waku_tel {
	padding: 0;
	margin: 12px 0 0 0;
	width: 100%;
	height: auto;
}

header #header-nav .waku_tel .tel_number {
	padding: 0;
	margin: 0;
	text-align: right;
}

header #header-nav .waku_tel .tel_number p {
	padding: 0;
	margin: 0;
	color: #2b2b2b;
	font-family: 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: 3px;
	display: inline-block;
}

header #header-nav .waku_tel .tel_number .fa-phone {
	padding: 0 0 2px 0;
	margin: 0 7px 0 0;
	color: #095eb5;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.0;
	display: inline-block;
}

header #header-nav .waku_tel .moji_tel {
	padding: 0;
	margin: 4px 0 0 0;
	text-align: right;
}

header #header-nav .waku_tel .moji_tel p {
	padding: 0;
	margin: 0;
	color: #5d5d5d;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.0;
}
	
/*---------------------------------------------------- */
/* Global Navigation Part */
/*---------------------------------------------------- */
#globalnav {
	width: 100%;
	height: 48px;
	background-color: rgba(255, 255, 255, 0);
	position: relative;
}

#globalnav:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #d3d5d8;
	position: absolute;
	bottom: 0;
	display: block;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.category-title {
	margin: 0;
	width: 100%;
	height: auto;
}
	
.category-title h3 {
	padding: 0;
	margin: 0;
	color: #2a2b2c;
	font-family: 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	text-align: center;
}
	
.category-title h3 span {
	padding: 0;
	margin: 0;
	display: block;
	color: #898d91;
	font-family: meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
}

/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
/*== Waku ==*/
footer {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer {
	padding: 40px 0;
	margin: 0;
	width: 100%;
	background-color: #f3f9fe;
	border-top: solid 1px #e8eef6;
}

/*== logo ==*/
footer .waku_footer .coup {
	padding: 0 0 18px 0;
	margin: 0 auto;
	width: 280px; 
	height: auto;
	display: table;
}

footer .waku_footer .coup h2 {
	width: 280px;
	height: 100%;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}

footer .waku_footer .coup h2 a {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 27px 0 0;
	display: block;
	overflow: hidden;
	background: url(../images/logo_hriz@2x.png) 0 0 no-repeat;
	background-size: auto 27px;
}

/*== Message ==*/
footer .waku_footer .message {
	padding: 0 0 20px 0;
	margin: 0 auto;
	max-width: 1080px;
	border-bottom: solid 1px #dde3eb;
}

footer .waku_footer .message .message_box {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer .message .message_box p {
	padding: 0;
	margin: 0;
	color: #4d4e4f;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

/*== Navi ==*/
footer .waku_footer .footer_navi {
	padding: 20px 0 0 0;
	margin: 0 auto;
	max-width: 1080px;
}

footer .waku_footer .footer_navi ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	color: #4d4e4f;
	text-align: center;
}

footer .waku_footer .footer_navi ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
}

footer .waku_footer .footer_navi ul li a {
	padding: 0;
	margin: 0 10px 0 10px;
	text-decoration: none;
	border: 0px;
	display: inline-block;
}

htmlfooter .waku_footer .footer_navi ul li a {
	zoom: 1;/* 余白を解消する指定・*/
}

footer .waku_footer .footer_navi ul li a {
	color: #4d4e4f;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

footer .waku_footer .footer_navi ul li a:hover {
	color: #4d4e4f;
	font-size: 13px;
	font-weight: 500;
	text-decoration: underline;
}

/*== copyright ==*/
footer .waku_bottom {
	padding: 16px 0;
	margin: 0;
	width: 100%;
	background-color: #095eb5;
}

footer .waku_bottom .copyright {
	padding: 0;
	margin: 0 auto;
	max-width: 1080px;
	text-align: center;
}

footer .waku_bottom .copyright p { 
	padding: 0;
	margin: 0;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}



/*  PC  */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_tab {
	display: none;
	visibility: hidden;
}

.only_sp {
	display: none;
	visibility: hidden;
}

.only_tabsp {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
#maincontainer {
	padding-bottom: 80px;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.category-title {
	padding: 0 0 25px 0;
}
	
.category-title h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
}
	
.category-title h3 span {
	font-size: 14px;
	font-weight: 500;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
.share {
	padding: 50px 0 0 0;
	margin: 0 auto;
	width: 98%;
	max-width: 1080px;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.share .sns_box {
	padding: 0;
	margin: 0 auto;
	width: 60%;
	height: auto;
	text-decoration: none;	
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 701px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
}

.only_sp {
	display: none;
	visibility: hidden;
}

.only_pcsp {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	margin-bottom: 0!important;
}

.wrapper {
	padding-right: 15px;
	padding-left: 15px;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	font-size: 12px;
	width: calc(100% - 30px);
	margin-top: 20px;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
#maincontainer {
	padding-bottom: 60px;
}

#mc-contents {
	padding-top: 0;
}

/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
header {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 0);
}

header > .wrapper {
	display: none;
}

/*---------------------------------------------------- */
/* Global Navigation Part */
/*---------------------------------------------------- */
#globalnav {
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
}

#globalnav:after {
	background-color: transparent;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.category-title {
	padding: 0 0 20px 0;
}
	
.category-title h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}
	
.category-title h3 span {
	font-size: 13px;
	font-weight: 500;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
.share {
	padding: 35px 0 0 0;
	margin: 0 auto;
	width: 96%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.share .sns_box {
	padding: 0;
	margin: 0 auto;
	width: 70%;
	height: auto;
	text-decoration: none;	
}

/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
/*== Waku ==*/
footer .waku_footer {
	padding: 35px 0;
}

/*== logo ==*/
footer .waku_footer .coup {
	padding: 0 0 14px 0;
	margin: 0 auto;
	width: 32%; 
	height: auto;
	display: table;
}

footer .waku_footer .coup h2 {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

footer .waku_footer .coup h2 a {
	padding-top: 9.631728%;
	margin: 0;
	width: 100%;
	height: 0;
	display: block;
	overflow: hidden;
	background: url(../images/logo_hriz@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
}

/*== Message ==*/
footer .waku_footer .message {
	padding: 0 0 18px 0;
	margin: 0 auto;
	width: 94%;
}

footer .waku_footer .message .message_box p {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

/*== Navi ==*/
footer .waku_footer .footer_navi {
	padding: 14px 0 0 0;
	margin: 0 auto;
	width: 94%;
}

footer .waku_footer .footer_navi ul li a {
	padding: 4px 0;
	margin: 0 8px 0 8px;
}

footer .waku_footer .footer_navi ul li a {
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

footer .waku_footer .footer_navi ul li a:hover {
	font-size: 13px;
	font-weight: 500;
	text-decoration: underline;
}

/*== copyright ==*/
footer .waku_bottom {
	padding: 15px 0;
	margin: 0 auto;
	width: 100%;
}

footer .waku_bottom .copyright {
	padding: 0;
	margin: 0 auto;
	width: 94%;
}

footer .waku_bottom .copyright p { 
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}



}

/* SP */
@media all and (max-width: 700px) {
/*---------------------------------------------------- */
/* Only */
/*---------------------------------------------------- */
.only_pc {
	display: none;
	visibility: hidden;
}

.only_tab {
	display: none;
	visibility: hidden;
}

.only_pctab {
	display: none;
	visibility: hidden;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */
body {
	margin-bottom: 0;
	background-color: #fff;
}

.wrapper {
	padding: 0 15px;
}

/*---------------------------------------------------- */
/* Breadcrumbs */
/*---------------------------------------------------- */
.rcrumbs {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
#maincontainer {
	padding-bottom: 40px;
}

#mc-contents {
	padding-top: 0;
}

/*---------------------------------------------------- */
/* Header Part */
/*---------------------------------------------------- */
header {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	background-color: rgba(255, 255, 255, 0);
}

header > .wrapper {
	display: none;
}

/*---------------------------------------------------- */
/* Global Navigation Part */
/*---------------------------------------------------- */
#globalnav {
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
}

#globalnav:after {
	background-color: transparent;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.category-title {
	padding: 0 0 15px 0;
}
	
.category-title h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
	
.category-title h3 span {
	font-size: 12px;
	font-weight: 500;
}

/*---------------------------------------------------- */
/* SNS */
/*---------------------------------------------------- */	
.share {
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 94%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.share .sns_box {
	padding: 0;
	margin: 0 auto;
	width: 60%;
	height: auto;
	text-decoration: none;	
}

/*---------------------------------------------------- */
/* Footer Part */
/*---------------------------------------------------- */
/*== Waku ==*/
footer .waku_footer {
	padding: 25px 0 25px 0;
	margin: 0;
	width: 100%;
}
	
/*== logo ==*/
footer .waku_footer .coup {
	padding: 0 0 8px 0;
	margin: 0 auto;
	width: 52%; 
	height: auto;
	display: table;
}

footer .waku_footer .coup h2 {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

footer .waku_footer .coup h2 a {
	padding-top: 9.631728%;
	margin: 0;
	width: 100%;
	height: 0;
	display: block;
	overflow: hidden;
	background: url(../images/logo_hriz@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
}

/*== Message ==*/
footer .waku_footer .message {
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 88%;
}

footer .waku_footer .message .message_box {
	padding: 0;
	margin: 0;
	width: 100%;
}

footer .waku_footer .message .message_box p {
	padding: 0;
	margin: 0 auto;
	width: 98%;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.8;
	text-align: center;
}

/*== Navi ==*/
footer .waku_footer .footer_navi {
	padding: 25px 0 0 0;
	margin: 0 auto;
	width: 94%;
}

footer .waku_footer .footer_navi ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	overflow: hidden;
}

footer .waku_footer .footer_navi ul li {
	padding: 0;
	margin: 0 4% 10px 4%;
	width: 42%;
	list-style-type: none;
	display: inline;
	border-bottom: 2px dotted #dde3eb;
	float: left;
	text-align: left;
}

footer .waku_footer .footer_navi ul li a {
	padding: 0 0 5px 0;
	margin: 0;
	width: 100%;
	text-decoration: none;
	border: 0px;
	display: block;
	text-align: left;
}

htmlfooter .waku_footer .footer_navi ul li a {
	zoom: 1;/* 余白を解消する指定・*/
}

footer .waku_footer .footer_navi ul li a {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

footer .waku_footer .footer_navi ul li a:hover {
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}

/*== copyright ==*/
footer .waku_bottom {
	padding: 15px 0;
	margin: 0 auto;
	width: 100%;
}

footer .waku_bottom .copyright {
	padding: 0;
	margin: 0 auto;
	width: 94%;
}

footer .waku_bottom .copyright p { 
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}



}