/* Reset default browser CSS
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	/*font-family: inherit;*/
	font-size: 100%;
	/*font-style: inherit;*/
	/*font-weight: inherit;*/
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}



/* clearfix
----------------------------------------------- */
.cf:before,
.cf:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.cf:after{clear: both}
.cf{zoom:1}


/* 
 * Copyright (c) monocro, All rights reserved. 
 */
 
 /* layout
---------------------------------------------- */
body{
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*background: #fafafa;*/
}

.left{
	float: left;
}

.right{
	float:right;
}


strong{
	font-weight: bold;
}

 /* CommonMaterial
---------------------------------------------- */
body{
	/*min-width: 1200px;*/
}
/* frame
---------------------------------------------- */
#wrap {
	text-align: center;
	width: 100%;
	padding-bottom: 300px;

}

/* header
---------------------------------------------- */
header{
	width: 100%;
}

header .logo{
	color: #15aff3;
	font-size: 140%;
	letter-spacing: .1em;
}

header #header-menu ul li a{
	color:#33ccff;
	font-size: large;
}
header #header-entry a{
	background:#0899ff;
	color: #fff;
	padding: 24px;
}

header #header-entry a{
	background:#0899ff;
	color: #fff;
	padding: 24px;
	font-size:x-large;
	font-weight: bold;
}

header #header-entry small{
	font-size: 50%;
}

.uk-offcanvas-bar{
	background: #fff;
}

.uk-offcanvas-bar ul li a,
.uk-offcanvas-close{
	color:#33ccff !important;
}

#menu-mobile ul li{
	border-bottom: 1px solid #33ccff;
}


/* Footer
---------------------------------------------- */
footer{
	background: #064e97;
}

footer .contactlink{
	width: 500px;
	margin:auto;
	padding: 0.5% 0;
}

footer .contactlink a{
	display: block;
	width: 100%;
	margin: auto;
	color: #fff;
	text-decoration: none;
	padding: 3% 0;
	border: 1px solid #0066cc;
	font-size: 14px;
	text-align: center;
}


footer .inframe{
	background: #064e97;
	padding: 24px 0;
	border-top: 1px solid #003366;
}


footer .hakouso_icon{
	width: 300px;
	text-align: center;
	margin: auto;
}

footer .hakouso_icon img{
	display: block;
	height: 22px;
	margin: auto;
}

footer address{
	padding-top: 1%;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-size:10px;
	color: #fff;

}


/* ========================================================================
   Component: Description list
 ========================================================================== */
/* Modifier: `uk-description-list-horizontal`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
	.uk-description-list-horizontal {
		overflow: hidden;
	}
	.uk-description-list-horizontal > dt {
		width: 160px;
		float: left;
		clear: both;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.uk-description-list-horizontal > dd {
		margin-left: 180px;
	}
}