@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,
iframe,
fieldset {
	border: none;
}

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%;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

#tmp_main,
.footer_cnt,
.copyright {
	clear: both;
}

#tmp_main,
#tmp_contents {
	width: 100%;
}

#tmp_hnavi_s,
#tmp_sma_lmenu,
#tmp_sma_rmenu {
	position: absolute;
    z-index: 800;
	display: none;
}
#tmp_hnavi_s {
    text-align: center;
}

#tmp_contents img {
	max-width: 100%;
	height: auto;
}
/* ==================================================
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;
}

/* ==================================================
Required to CMS-8341
================================================== */

input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

/* image
============================== */

.float_lft {
	margin-right: 30px !important;
	margin-bottom: 20px !important;
	clear: both;
	float: left;
}

.float_rgt {
	margin-bottom: 20px !important;
	margin-left: 30px !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;
}

/* ==================================================
Start Animation Image
================================================== */

#tmp_wrapper img {
	animation: smooth_image 1.2s;
}

@keyframes smooth_image {
	0% {
		opacity: 0;
		visibility: hidden;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

/* ==================================================
Google Custom Search
================================================== */
#___gcse_0 *,
#___gcse_0 *:before,
#___gcse_0 *:after {
    box-sizing:content-box !important;
}
#___gcse_0 table {
	width:100% !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;
}

