@charset "utf-8";

/* ==================================================
Reset
================================================== */
*,
*:before,
*: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;
}
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 {
	clear:both;
}
#tmp_main,
#tmp_contents {
	width:100%;
}
#tmp_hnavi_s,
#tmp_sma_lmenu,
#tmp_sma_rmenu,
#tmp_sma_smenu {
	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;
}

/* ==================================================
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 {
	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;
}
/* ==================================================
reset
================================================== */

#tmp_wrapper *,
#tmp_wrap_footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#tmp_wrapper *:before,
#tmp_wrapper *:after,
#tmp_wrap_footer *:before,
#tmp_wrap_footer *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#tmp_wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==================================================
common
================================================== */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    content: "";
    display: table;
}

.clearfix:after,
.container:after {
    clear: both;
}

@media screen and (max-width:640px) {
	#tmp_wrapper img{
		height: auto;
		max-width: 100%;
		vertical-align: middle;
		-ms-interpolation-mode: bicubic;
	}
}