@charset "utf-8";
/* ==================================================
Reset
================================================== */
#tmp_wrapper *,
#tmp_wrapper *:before,
#tmp_wrapper *:after {
	box-sizing: border-box;
}
body {
	margin:0;
	padding:0;
	line-height:1.6;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input,
fieldset,
legend {
	margin:0;
	padding:0;
}
img,
fieldset {
	border:none;
}
img {
	vertical-align:text-bottom;
}
img[align=top] {
	vertical-align:top;
}
img[align=middle] {
	vertical-align:middle;
}
img[align=bottom] {
	vertical-align:bottom;
}
li,
dt,
dd {
	line-height:1.4;
}
table {
	font-size:100%;
	line-height:1.6;
	word-break: break-all;
}
form,
input,
select,
textarea {
	font-size:100%;
}
#tmp_main,
.copyright {
	clear:both;
}
#tmp_main,
#tmp_contents {
	width:100%;
}
#tmp_hnavi_s,
#tmp_sma_lmenu,
#tmp_sma_rmenu {
	display:none;
}
/* ==================================================
skip
================================================== */
.skip {
	width: 1px;
	color: #000000;
	font-size: 0.1%;
	line-height: 0.1;
	background-color: #FFFFFF;
	position: absolute;
	left: -3000px;
	z-index: 9999;
}
a.skip {
	color: #003377;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px 0;
	top: auto;
}
a.skip:active {
	display: block;
	width: 99.99%;
	font-size: 100%;
	line-height: 1.6;
	top: 0;
	left: 0;
}
a.skip:focus {
	display: block;
	width: 99.99%;
	font-size: 100%;
	line-height: 1.6;
	top: 0;
	left: 0;
}
/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block;
}
.used_bg_img span {
	position:relative;
	z-index:-1;
	overflow:hidden;
}

/* ==================================================
Required to CMS-8341
================================================== */
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none;
	border-radius:0;
}

/* image
============================== */
.float_lft {
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	clear: both;
	float: left;
}
.float_rgt {
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	clear: both;
	float: right;
}
.clear {
	clear: both;
}
/* Styles
================================================== */
/* noicon  */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div,
ol.noicon ul,
ol.noicon ol,
ol.noicon p,
ol.noicon h1,
ol.noicon h2,
ol.noicon h3,
ol.noicon h4,
ol.noicon h5,
ol.noicon h6,
ol.noicon table,
ol.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}

/* underline */
.underline {
	text-decoration:underline;
}
/* strike */
.strike {
	text-decoration:line-through;
}
/* indent */
div.section,
blockquote {
	padding:0 0 0 1em;
}
.space_lft1 {
	padding-left:1em;
}
/* ==================================================
Google Custom Search
================================================== */
#___gcse_0 *,
#___gcse_0 *:before,
#___gcse_0 *:after {
    box-sizing:content-box !important;
}
.gsc-input-box {
	padding:0 !important;
}
.gsib_a {
	width:100% !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	min-height:38px !important;
	width:100% !important;
}
/* ==================================================
Start Animation Image
================================================== */
#tmp_wrapper img {
	-webkit-animation: smooth_image 1.2s;
	-moz-animation: smooth_image 1.2s;
	animation: smooth_image 1.2s;
}

@-webkit-keyframes smooth_image {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes smooth_image {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes smooth_image {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

/* ==================================================
End Slick Core
================================================== */