@charset "UTF-8";
/* all media common */

/* reset
------------------------------------------- */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
*:before, *:after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
b, strong {
  font-weight: bolder;
}
hr, legend {
  display: none;
}
img, abbr, acronym, fieldset {
  vertical-align: bottom;
  border-style: none;
}
ol, ul {
  list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
  text-align: left;
  font-weight: normal;
}
caption  {
  text-align: left;
  font-weight: normal;
}
img, embed, object, audio, video {
  height: auto;
  max-width: 100%;
}
button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}
button, input, select, textarea {
  margin: 0;
}
object, embed {
  vertical-align: top;
}
iframe {
  border: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
code {
  color: #ff3860;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
  background-color: whitesmoke;
}
pre {
  color: #4a4a4a;
  font-size: 0.8em;
  white-space: pre;
  word-wrap: normal;
  background-color: whitesmoke;
}
pre code {
  background: none;
  color: inherit;
  display: block;
  font-size: 1em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
}
.clearfix:after{
  clear: both;
  content: " ";
  display: table;
}
input[type="checkbox"], input[type="radio"] {
  vertical-align: baseline;
}
[disabled] {
  cursor: default;
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
button, input, optgroup, select, textarea {
  font: inherit;
}
button, select, textarea {
  color: inherit;
  border-style: none;
  background-color: transparent;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  border: none;
  border-radius: 0;
  -webkit-appearance: button; /* iOS */
}
button, select {
  text-transform: none; /* Firefox 40+, IE 11- */
}
button {
  overflow: visible;
}
select {
  -webkit-appearance: none; /* Chrome 41+ */
     -moz-appearance: none; /* Firefox 36+ */
}
select::-ms-expand {
  display: none; /* IE 11+ */
}
select::-ms-value {
  color: currentColor; /* IE 11+ */
}
optgroup {
  font-weight: bold;
}
textarea {
  resize: vertical;
}


/*===============================================
●smart.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width:736px){

/* base */

body{
	margin:0 auto;
	padding:0;
	background:#FFF;
	font-family:'Century Gothic', 'Source Sans Pro', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	-webkit-text-size-adjust : 100%;
	font-size:95%;
	line-height:170%;
}


a{
	color:#006699;
	text-decoration:none;
	border:0;
}

a:hover{
	color:#FF6600;
	text-decoration:none;
	border:0;
}


img{
	border:0;
}

.p_l{
	margin:0 20px 0 0;
	padding:0;
	float:left;
}

.p_r{
	margin:0 0 0 20px;
	padding:0;
	float:right;
}






/* header
------------------------------------------- */

header{
	z-index:1;
	width: 100vw;
	height: 400px;
  	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	text-align:center;
	display:table;
	position:relative;
	overflow: hidden;
}

div#header{
	z-index:5;
	width: 100vw;
	height: 400px;
	background: linear-gradient(0deg, rgba(255, 255, 255, .6), rgba(0, 0, 20, .3));
  	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	text-align:center;
	display:table;
	position:relative;
}


header h1.logo{
	margin:0 0 0 -145px;
	padding:0;
	position:absolute;
/*	top:10%; */
	top:15%;
	left:50%;
}

header h1.logo img{
	width: 50%;
}

header h2.copy{
	margin:0;
	padding:0;
	position:absolute;
	top:35%;
	left:0;
	right:0;
	font-size:120%;
	color:#FFF;
	line-height:150%;
	font-family: "a-otf-midashi-go-mb31-pr6n";
	font-style: normal;
	font-weight: 700;
	text-shadow: 1px 1px 1px #000;
}

header h3{
	width:90%;
	margin:0 auto;
	padding:0;
	position:absolute;
	top:53%;
	left:0;
	right:0;
	color:#FFF;
	font-size:100%;
	font-weight:bold;
	text-shadow: 1px 1px 1px #000;
}



/* Gloval Menu
------------------------------------------- */

nav#global-menu{
	width:100%;
	height:60px;
	position: fixed;
	top: 0px;
   	left: 0px;
   	width: 100%;
   	background-color:#346699;
   	color: white;
   	box-shadow: 3px 3px 3px rgba(35,34,65,0.5);
	z-index:100;
}

p.menu_logo{
	margin:0;
	padding:16px 0 0;
	text-align: center;
}

div#nav_area{
	width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
}

#nav_area ul{
display: none;
}


/* title
------------------------------------------- */

section h2{
	margin:0;
	padding:20px 0 0 0;
	font-size:150%;
	color:#000;
	text-align:center;
	font-weight:700;
}

section h2 span{
	margin:0px 0 15px 0;
	padding:0;
	font-size:70%;
	color:#000;
	display:block;
	font-weight:normal;
}


section h3{
	width:92%;
	margin:50px auto 0;
	padding:0 0 10px;
	font-size:130%;
	text-align:center;
	color:#CC0000;
	border-bottom:1px solid #454545;
	font-weight:bold;
}

section div.service_box h3{
	width:92%;
	margin:0 auto 0;
	padding:5px 0 5px;
	font-size:120%;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	background-color: rgba(255,72,51,.8);
	border: none;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 10px;
	transform: rotate(-3deg);
}

section div.service_box h3:after{
  	content: "";
  	border: solid 1px #FFC999;
  	position: absolute;
  	top: 2px;
  	left: 2px;
  	width: calc(100% - 4px);
  	height: calc(100% - 4px);
}


/* section
------------------------------------------- */

section{
	width:100%;
	margin:0 auto;
	padding:0;
}

div.contents{
	width:92%;
	margin:0 auto;
	padding-bottom:30px;
}

section#company, section#access{
	background:#EFEFEF;
	position:relative;
}

section#company .contents, section#access .contents{
}


/* Text
------------------------------------------- */

p.co_txt{
	margin:30px 0 0;
	padding:0;
/*	text-align:center; */
	text-align:left;
	overflow:hidden;
}

p.co_txt2{
	margin:30px 0 0;
	padding:0;
	text-align:center;
	overflow:hidden;
}

p.co_txt span{
	float:right;
	line-height:120%;
}

p.co_txt2 span{
	font-weight: bold;
	line-height:120%;
}

p.co_txt3{
	margin:30px 20px 0 20px;
	padding:0;
	text-align:left;
	overflow:hidden;
	line-height:170%;
}

p.co_txt3 span{
	float:right;
}

p.co_txt3 span.president{
	font-size:120%;
	margin-top:50px;
}

p.co_txt4{
	margin:30px 20px 0 20px;
	padding:0;
	text-align:left;
	overflow:hidden;
	line-height:170%;
}


/* service
------------------------------------------- */

div.service_wrapper{
	margin: 50px auto 0;
	padding: 0;
}

div.service_box{
width: 90%;
margin: 0 auto 60px;
padding: 0 0 20px;
border: 1px solid #CCC;
position: relative;
box-shadow: 3px 3px 6px #999;
-webkit-box-shadow: 3px 3px 6px #999;
-moz-box-shadow: 3px 3px 6px #999;
}

div.service_box p{
	margin: 30px 20px 0;
	padding: 0;
	text-align: left;
}



/* Outline
------------------------------------------- */

table.outline{
	width:90%;
	margin:25px auto 50px;
	padding:0;
}

table.outline caption{
	margin:0 0 8px;
	padding:0 0 5px;
	text-align:center;
	font-size:115%;
	font-weight:bold;
	color:#CC0000;
	border-bottom: 1px dotted #555;
}

table.outline th{
	width:100%;
	margin:0;
	padding:12px 0;
	font-weight:bold;
	text-align:left;
	display: block;
	border-bottom:1px solid #787878;
}

table.outline td{
	width:100%;
	margin:0;
	padding:12px 0;
	display: block;
	text-align:left;
	border-bottom:1px solid #787878;
}

ul.related_list{
	margin:35px auto;
	padding:0;
	text-align:center;
}

ul.related_list li{
	margin:0 35px;
	padding:0;
	list-style:none;
	display:inline-block;
}

ul.related_list li a{
	cursor:pointer;
}

ul.related_list li:before{
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	margin-right:5px;
	font-weight:bold;
	color:#006699;
	font-size:85%;
}

ul.related_list li.win:after{
	font-family: "Font Awesome 5 Free";
  	content: '\f2d2';
  	font-size:120%;
  	margin-left:8px;
  	font-weight:bold;
}

ul.related_list li.link:after{
	font-family: "Font Awesome 5 Free";
  	content: '\f0c1';
  	font-size:120%;
  	margin-left:8px;
  	font-weight:bold;
}

table.outline2{
	width:90%;
	margin:25px auto 50px;
	padding:0;
}

table.outline2 caption{
	margin:0 0 8px;
	padding:0 0 5px;
	text-align:center;
	font-size:115%;
	font-weight:bold;
	color:#CC0000;
	border-bottom: 1px dotted #555;
}

table.outline2 th{
	width:100%;
	margin:0;
	padding:12px 0;
	font-weight:bold;
	text-align:left;
	display: block;
	border-bottom:1px solid #787878;
}

table.outline2 td{
	width:100%;
	margin:0;
	padding:12px 0;
	display: block;
	text-align:left;
	border-bottom:1px solid #787878;
}

ul.related_list2{
	/* width:50%; */
	/* margin:35px auto; */
	margin:0px auto 0px;
	padding:0;
	/* text-align:center; */
	text-align:left;
}

ul.related_list2 li{
	/* margin:0 35px; */
	margin:0 0px;
	padding:0;
	list-style:none;
	display:inline-block;
}

ul.related_list2 li a{
	cursor:pointer;
}

ul.related_list2 li:before{
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	margin-right:5px;
	font-weight:bold;
	color:#006699;
	font-size:85%;
}

ul.related_list2 li.win:after{
	font-family: "Font Awesome 5 Free";
  	content: '\f2d2';
  	font-size:120%;
  	margin-left:8px;
  	font-weight:bold;
}

ul.related_list2 li.link:after{
	font-family: "Font Awesome 5 Free";
  	content: '\f0c1';
  	font-size:120%;
  	margin-left:8px;
  	font-weight:bold;
}

/* Access Map
------------------------------------------- */

#map_canvas{
	width:96%;
	height:300px;
	margin:40px auto 0 auto;
	padding:0;
	border:1px solid #CCCCCC;
}

/* page up
------------------------------------------- */

p.pageup{
	display: none;
}

p.pageup a{
	display: none;
}


/* Footer
------------------------------------------- */

footer{
	width:100%;
	margin:0 auto;
	padding:0;
}


footer ul{
	margin:15px auto;
	padding:0;
}

footer li{
	margin:0 0 10px;
	list-style:none;
	font-size: 90%;
	line-height: 130%;
	text-align: center;
}

footer li.mark{
	margin:0;
	padding:0;
	display:inline-block;
	list-style:none;
	position:relative;
	vertical-align: top;
}

footer div{
  	font-size:50%;
}

footer li a{
	cursor:pointer;
	color: #006699;
}




div.cprt{
	width:100%;
	margin:0 auto;
	padding:0;
	background-color:#346699;
}


div.cprt p{
	margin:0;
	padding:15px 0;
	font-size:80%;
	color:#FFF;
	text-align:center;
}

}


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 737px){

/* base */

body{
	margin:0 auto;
	padding:0;
	background:#FFF;
	font-family:'Century Gothic', 'Source Sans Pro', "Arial", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#000;
	-webkit-text-size-adjust : 100%;
	font-size:95%;
	line-height:170%;
}


a{
	color:#006699;
	text-decoration:none;
	border:0;
}

a:hover{
	color:#FF6600;
	text-decoration:none;
	border:0;
}


img{
	border:0;
}

.p_l{
	margin:0 20px 0 0;
	padding:0;
	float:left;
}

.p_r{
	margin:0 0 0 20px;
	padding:0;
	float:right;
}


div.drawer{
	display:none;
}

button.drawer-toggle{
	display:none;
}




/* header
------------------------------------------- */

header{
	z-index:1;
	width: 100vw;
	height: 100vh;
  	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	text-align:center;
	display:table;
	position:relative;
	overflow: hidden;
}

div#header{
	z-index:5;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(0deg, rgba(255, 255, 255, .6), rgba(0, 0, 20, .3));
  	background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	text-align:center;
	display:table;
	position:relative;
}


header h1.logo{
	margin:0 0 0 -145px;
	padding:0;
	position:absolute;
	top:10%;
	left:50%;
}

header h2.copy{
	margin:0;
	padding:0;
	position:absolute;
	top:35%;
	left:0;
	right:0;
	font-size:300%;
	color:#FFF;
	line-height:150%;
/*	font-family: "a-otf-midashi-go-mb31-pr6n"; */
	font-style: normal;
	font-weight: 700;
	letter-spacing:0.2em;
	text-shadow: 1px 1px 1px #000;
}

header h3{
	width:730px;
	margin:0 auto;
	padding:0;
	position:absolute;
	top:53%;
	left:0;
	right:0;
	color:#FFF;
	font-size:110%;
	font-weight:bold;
	letter-spacing:0.1em;
	text-shadow: 1px 1px 1px #000;
}



/* Gloval Menu
------------------------------------------- */

nav#global-menu{
	width:100%;
	height:60px;
	position: fixed;
	top: 0px;
   	left: 0px;
   	width: 100%;
   	background-color:#346699;
   	color: white;
   	box-shadow: 3px 3px 3px rgba(35,34,65,0.5);
	z-index:999;
}

p.menu_logo{
	margin:0 -120px;
	padding:0;
	position:absolute;
	top:20px;
	left:0;
}

p.pmark_logo{
	margin:20;
	padding:0;
	position:absolute;
	top:6000px;
	left:30px;
}

p.isomark_logo{
	margin:50;
	padding:0;
	position:absolute;
	top:6000px;
	left:100px;
}

div#nav_area{
	width:1160px;
	height: 100%;
	margin:0 auto;
	padding:0;
	position:relative;
}

#nav_area ul{
	margin:0 auto;
	padding:0;
	overflow:hidden;
	position:absolute;
	top:12px;
	right:0;
}
#nav_area li{
	margin:0 60px 0 0;
	line-height:120%;
	float:left;
}

#nav_area li span{
	font-size:87.5%;
}

#nav_area li a{
	color:#FFF;
	position:relative;
}

#nav_area li a:hover{
	color:#F6CB20;
}

#nav_area li:last-child{
}


/* title
------------------------------------------- */

section h2{
	margin:0;
	padding:40px 0 0 0;
	font-size:200%;
	color:#000;
	text-align:center;
	font-weight:700;
}

section h2 span{
	margin:10px 0 0 0;
	padding:0;
	font-size:70%;
	color:#000;
	display:block;
	font-weight:normal;
}


section h3{
	width:60%;
	margin:50px auto 0;
	padding:0 0 10px;
	font-size:160%;
	text-align:center;
	color:#CC0000;
	border-bottom:1px solid #454545;
	font-weight:bold;
}

section div.service_box h3{
	width:92%;
	margin:0 auto 0;
	padding:5px 0 5px;
	font-size:120%;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	background-color: rgba(255,72,51,.8);
	border: none;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 20px;
	transform: rotate(-2deg);
}

section div.service_box h3:after{
  	content: "";
  	border: solid 1px #FFC999;
  	position: absolute;
  	top: 2px;
  	left: 2px;
  	width: calc(100% - 4px);
  	height: calc(100% - 4px);
}


/* section
------------------------------------------- */

section{
/*	width:100vw; */
	width:100%;
	margin:0 auto;
	padding:0;
}

div.contents{
/*	width:1160px; */
	width:100%;
	margin:0 auto;
	padding-bottom:100px;
}

section#company, section#access{
	background:#EFEFEF;
}




/* Text
------------------------------------------- */

p.co_txt{
/*	margin:40px 40px 0 40px; */
	margin:40px 70px 0 80px;
	padding:0;
	text-align:left;
	overflow:hidden;
}

p.co_txt2{
	margin:40px 100px 0;
	padding:0;
	text-align:center;
/*	text-align:left; */
	overflow:hidden;
}

p.co_txt span{
	margin:10px 50px 0 30px;
	float:right;
	line-height:120%;
}

p.co_txt2 span{
	font-weight: bold;
	line-height:240%;
	font-size: 110%;
	letter-spacing: 0.1em;
}

p.co_txt3{
/*	margin:30px 230px 0 30px; */
	margin:30px 280px 0 290px;
	padding:0;
	text-align:left;
	overflow:hidden;
	line-height:170%;
}

p.co_txt3 span{
	float:right;
}

p.co_txt3 span.president{
	font-size:120%;
	margin-top:50px;
}

p.co_txt4{
/*	margin:30px 230px 0 30px; */
	margin:30px 230px 0 280px;
	padding:0;
	text-align:left;
	overflow:hidden;
	line-height:170%;
}


/* service
------------------------------------------- */

div.service_wrapper{
	margin: 50px auto 0;
	padding: 0;
	text-align: center;
}

div.service_box{
width: 540px;
height: 190px;
margin: 0 15px 55px;
display: inline-block;
border: 1px solid #CCC;
vertical-align: top;
position: relative;
box-shadow: 3px 3px 6px #999;
-webkit-box-shadow: 3px 3px 6px #999;
-moz-box-shadow: 3px 3px 6px #999;
}

div.service_box p{
	margin: 30px 20px 0;
	padding: 0;
	text-align: left;
}



/* Outline
------------------------------------------- */

table.outline{
	width:80%;
	margin:25px auto 50px;
	padding:0;
}

table.outline th{
	width:21%;
	margin:0;
	padding:12px 0 12px 20px;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #787878;
}

table.outline td{
	width:78%;
	margin:0;
	padding:12px 0;
	text-align:left;
	border-bottom:1px solid #787878;
}

ul.related_list{
	margin:35px auto;
	padding:0;
	text-align:center;
}

ul.related_list li{
	margin:0 35px;
	padding:0;
	list-style:none;
	display:inline-block;
}

ul.related_list li a{
	cursor:pointer;
}

ul.related_list li:before{
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	margin-right:5px;
	font-weight:bold;
	color:#006699;
	font-size:85%;
}

ul.related_list li.win:after{
	font-family: "Font Awesome 5 Free";
  	content: '\f2d2';
  	font-size:120%;
  	margin-left:8px;
  	font-weight:bold;
}

ul.related_list li.link:after{
	font-family: "Font Awesome 5 Free";
  	content: '\f0c1';
  	font-size:120%;
  	margin-left:8px;
  	font-weight:bold;
}

table.outline2{
	/* width:80%; */
	width:60%;
	margin:25px auto 50px;
	padding:0;
}

table.outline2 th{
	width:21%;
	margin:0;
	padding:12px 0 12px 20px;
	/* padding:12px 500px 0 0px; */
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #787878;
	/* border-bottom:5px solid #006699; */
}

table.outline2 td{
	width:72%;
	margin:0;
	padding:12px 0;
	text-align:left;
	border-bottom:1px solid #787878;
}

ul.related_list2{
	/* width:50%; */
	/* margin:55px auto; */
	padding:0;
	/* text-align:center; */
	/* text-align:left; */
}

ul.related_list2 li{
	/* margin:0 55px; */
	padding:0;
	list-style:none;
	display:inline-block;
}

ul.related_list2 li a{
	cursor:pointer;
}

ul.related_list2 li:before{
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	margin-right:5px;
	font-weight:bold;
	color:#006699;
	font-size:85%;
}

ul.related_list2 li.win:after{
	font-family: "Font Awesome 5 Free";
  	content: '\f2d2';
  	font-size:120%;
  	margin-left:8px;
  	font-weight:bold;
}

ul.related_list2 li.link:after{
	font-family: "Font Awesome 5 Free";
  	content: '\f0c1';
  	font-size:120%;
  	margin-left:8px;
  	font-weight:bold;
}

ul.related_list2 h1{
	width: 50%;
	margin:0 0px;
	padding:0;
	/* text-align:left; */
	list-style:none;
	display:inline-block;
}

/* Access Map
------------------------------------------- */

#map_canvas{
	width:1160px;
	height:700px;
	margin:40px auto 0 auto;
	padding:0;
	border:1px solid #CCCCCC;
}

/* page up
------------------------------------------- */

p.pageup{
	background-color:#050545;
	border-radius:5px;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
	line-height:100%;
	font-weight:bold;
	position: fixed;
    bottom: 20px;
    right: 40px;
	border:2px solid #FFF;
}

p.pageup a{
	color:#FFF;
	width:80px;
	height:65px;
	margin:0;
	padding:15px 0 0 0;
	text-align:center;
	font-size:80%;
	display:block;
	border-radius:5px;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
}

p.pageup a:hover{
	background-color:#006699;
	color:#F6CB20;
	width:80px;
	height:65px;
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
	font-size:80%;
	border-radius:5px;
	-moz-border-radius:5px;
  	-webkit-border-radius:5px;
	transition: .3s;
}

p.pageup a:before{
	font-family: "Font Awesome 5 Free";
  	content: '\f106';
  	color:#FFF;
  	font-size:140%;
  	margin-bottom:3px;
  	font-weight:bold;
	display:block;
}


/* Footer
------------------------------------------- */

footer{
	width:100%;
/*	height:50px; */
	margin:0 auto;
/*	padding:0; */
	padding:10px 0;
}


footer ul{
/*	margin:20px auto; */
	padding:0;
	text-align:center;
}

footer li{
	margin:0 30px;
	padding:0;
	display:inline-block;
	list-style:none;
	position:relative;
/*	vertical-align: top; */
	vertical-align: middle;
}

footer li.mark{
	margin:0;
	padding:0;
	display:inline-block;
	list-style:none;
	position:relative;
	vertical-align: top;
}

footer div{
  	font-size:50%;
}

footer li a{
	cursor:pointer;
}

footer ul li a::before,
footer ul li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

/*
footer ul li a::before{
	top:0px;
	left: -12px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
 */

div.cprt{
	width:100%;
	height:50px;
	margin:0 auto;
	padding:0;
	background-color:#346699;
}


div.cprt p{
	margin:0;
	padding:16px 0 0 0;
	font-size:90%;
	color:#FFF;
	text-align:center;
}

}