body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
html,
body {
 position:none!important;
 top:0!important;
 left:0!important;
 right:0!important;
 bottom:0!important;
 overflow:none!important;
 -webkit-overflow-scrolling:none!important;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
/*	list-style: none*/
	margin-left: 20px;
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

abbr,
acronym {
	border: 0
}

*{
	padding: 0px;
	margin: 0px;
	/*font-family: "Hiragino Kaku Gothic Pro","游ゴシック体", Osaka, sans-serif;*/
    font-family: "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
	line-height: 1.7;
}

input {
	padding: 1px;
	vertical-align: middle;
	line-height: normal;
}

.text-overflow-hidden {
	white-space: nowrap;
	word-spacing: normal;
	letter-spacing: normal;
	overflow: hidden;
}

.box-align-center {
	margin-right: auto;
	margin-left: auto;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	max-width: 100%;
}

p {
	font-size: 1.2em;
	line-height: 1.0em;
	color: #333;
}

a:link,
a:visited {
	text-decoration: none;
	color: #666;
}

a:hover,
a:active {
	text-decoration: none;
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(0, 0);
	-webkit-tap-highlight-color: transparent;
}

.flex {
	display: box;
	display: -ms-box;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.flex-item {
	display: block;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	box-flex: 1;
	-ms-box-flex: 1;
	-webkit-box-flex: 1;
}

.flex-container {
	justify-content: center;
	align-items: center;
}

.relative {
	position: relative;
}

.none {
	display: none;
}

.fr {
	text-align: right
}

.fl {
	text-align: left
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.clearfix:after {
	content: '';
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.nptw300{
    width: 300px;
}
.nptw100{
    width: 100px;
}
.red{
    color: red
}
.hgt{
    height: 27px;
}
.border_img{
	border: 4px solid #FFF;
  -webkit-box-shadow: 1px 1px 2px 1px #CCC;
  -moz-box-shadow: 1px 1px 2px 1px #CCC;
  box-shadow: 1px 1px 2px 1px #CCC;
	}
.bold{
    font-weight: bold;
}

.nav-icon01{
    position: absolute;
    background: url("../images/nav-icon.png") no-repeat -10px -8px;
    width: 22px;
    height: 22px;
    top: 23px;
}
.nav-icon01{
    position: absolute;
    background: url("../images/nav-icon.png") no-repeat -10px -10px;
    width: 22px;
    height: 22px;
    top: 24px;
}
.nav-icon02{
    position: absolute;
    background: url("../images/nav-icon.png") no-repeat -10px -47px;
    width: 22px;
    height: 22px;
    top: 24px;
}
.nav-icon03{
    position: absolute;
    background: url("../images/nav-icon.png") no-repeat -10px -88px;
    width: 22px;
    height: 22px;
    top: 24px;
}
.nav-icon04{
    position: absolute;
    background: url("../images/nav-icon.png") no-repeat -10px -130px;
    width: 22px;
    height: 22px;
    top: 25px;
}
.nav-icon05{
    position: absolute;
    background: url("../images/nav-icon.png") no-repeat -10px -167px;
    width: 22px;
    height: 22px;
    top: 24px;
}

.side-nav-list a em{
    padding-left: 30px;
}
.left-line{
    border-left: 1px solid #111;
    padding-left: 30px;
}
/* margin setting -------------------- */
/* all px */
.m0  { margin: 0 !important; }
.m5  { margin: 5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m30 { margin: 30px !important; }


/* top px */
.mt0  { margin-top: 0 !important; }
.mt5  { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt80 { margin-top: 80px !important; }

/* top em */
.mt03em { margin-top: 0.3em !important; }
.mt05em { margin-top: 0.5em !important; }
.mt08em { margin-top: 0.8em !important; }
.mt10em { margin-top: 1em !important; }
.mt15em { margin-top: 1.5em !important; }
.mt20em { margin-top: 2em !important; }


/* bottom px */
.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

/* bottom em */
.mb03em { margin-bottom: 0.3em !important; }
.mb05em { margin-bottom: 0.5em !important; }
.mb08em { margin-bottom: 0.8em !important; }
.mb10em { margin-bottom: 1em !important; }
.mb15em { margin-bottom: 1.5em !important; }
.mb20em { margin-bottom: 2em !important; }
.mb30em { margin-bottom: 3em !important; }

/* right px */
.mr0  { margin-right: 0 !important; }
.mr5  { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }

/* left px */
.ml0  { margin-left: 0 !important; }
.ml5  { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }


/* padding setting -------------------- */
/* all px */
.p0  { padding: 0 !important; }
.p5  { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p20 { padding: 20px !important; }


/* top px */
.pd0  { padding-top: 0 !important; }
.pd5  { padding-top: 5px !important; }
.pd10 { padding-top: 10px !important; }
.pd15 { padding-top: 15px !important; }
.pd20 { padding-top: 20px !important; }
.pd30 { padding-top: 30px !important; }

/* top em */
.pd05em { padding-top: 0.5em !important; }
.pd08em { padding-top: 0.8em !important; }
.pd10em { padding-top: 1em !important; }
.pd15em { padding-top: 1.5em !important; }


/* bottom px */
.pb0  { padding-bottom: 0 !important; }
.pb5  { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }

/* bottom em */
.pb05em { padding-bottom: 0.5em !important; }
.pb08em { padding-bottom: 0.8em !important; }
.pb10em { padding-bottom: 1em !important; }
.pb15em { padding-bottom: 1.5em !important; }

/* right px */
.pr0  { padding-right: 0 !important; }
.pr5  { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }

/* left px */
.pl0  { padding-left: 0 !important; }
.pl5  { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl30 { padding-left: 30px !important; }
.pl60 { padding-left: 60px !important; }
.pl300 { padding-left: 300px !important; }


/* line height setting -------------------- */
.lh1  { line-height: 1 !important; }
.lh13 { line-height: 1.3 !important; }
.lh15 { line-height: 1.5 !important; }



/* font size setting -------------------- */
.fs10px { font-size: 10px !important; }
.fs11px { font-size: 11px !important; }
.fs12px { font-size: 12px !important; }
.fs16px { font-size: 16px !important; }




/* text position setting -------------------- */
.tc { text-align: center !important; }
.tr { text-align: right !important; }
.tl { text-align: left !important; }
.bl{border-bottom: 1px solid rgba(255,255,255,0.6);}
.rl{border-right:1px solid #111; height: 14px;padding: 0 10px;
}

/* clear setteing -------------------- */
.cr { clear: right !important; }
.cl { clear: left !important; }
.cb {
	clear: both !important;
}

/* width -------------------- */
.w005 {width:5%!important;}
.w010 {width:10%!important;}
.w013 {width:13%!important;}
.w015 {width:15%!important;}
.w020 {width:20%!important;}
.w025 {width:25%!important;}
.w030 {width:30%!important;}
.w035 {width:35%!important;}
.w040 {width:40%!important;}
.w045 {width:45%!important;}
.w050 {width:50%!important;}
.w060 {width:60%!important;}
.w070 {width:70%!important;}
.w080 {width:80%!important;}
.w085 {width:85%!important;}
.w090 {width:90%!important;}
.w095 {width:95%!important;}
.w099 {width:99%!important;}
.w100 {width:100%!important;}
.w250 {width:250px!important;}
.w300 {width:300px!important;}


/* no image background -------------------- */
.noImage { background: none !important; }

/* 勝手にアイコン */
a[href$=".pdf"]{background:url(../../../img/common_icon/icon_pdf02.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}
 
a[href$=".doc"]{background:url(../../../img/common_icon/icon_doc.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}
a[href$=".docx"]{background:url(../../../img/common_icon/icon_doc.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}

a[href$=".xlsx"]{background:url(../../../img/common_icon/icon_xsl.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}
a[href$=".xls"]{background:url(../../../img/common_icon/icon_xsl.gif) no-repeat 100% 50%;padding:4px 20px 4px 0;}

/* 勝手にアイコン解除 */
a.no_icon[href$=".pdf"],
a.no_icon[href$=".doc"],
a.no_icon[href$=".xls"],
a.no_icon[href$=".docx"],
a.no_icon[href$=".xlsx"] {
  background-image:none;
  padding:0;
}

/* table */
.table_base {
	border-collapse: separate;
    border-spacing: 0;
	margin-bottom:20px;
	width:100%;
}
.table_base caption{
	margin:0;
	padding-bottom:.2em;
	text-align:left;
	font-weight:bold;
}
.table_base td {padding: 10px;}
/* IE11でimgにmax-widthが効かない場合 */
.t_layout {
	table-layout: fixed;
}

/* タブレット向けのレイアウトの指定：～960px */
@media only screen and (max-width: 960px) {
  .tb_none,
  .display_none_U960 {
    display: none;
  }
  .display_block_U960 {display: block;}

/* width -------------------- */
.w100_U960 {width:100%!important;}

.tc_U960 { text-align: center !important; }
.tr_U960 { text-align: right !important; }
.tl_U960 { text-align: left !important; }
.float_none_U960 { float:none !important; }
}

@media only screen and (max-width: 768px) {
  .w100_U768 {width:100%!important;}
  .float_none_U768 { float:none !important; }
  .tc_U768 { text-align: center !important; }
  .tr_U768 { text-align: right !important; }
  .tl_U768 { text-align: left !important; }
  .display_none_768 { display: none; }
  .display_block_U768 { display: block; }
}


/* スマホ向けのレイアウトの指定：～420px */
@media only screen and (max-width: 420px) {
	/* width -------------------- */
.w100_U420 {width:100%!important;}

.tc_U420 { text-align: center !important; }
.tr_U420 { text-align: right !important; }
.tl_U420 { text-align: left !important; }
.float_none_U420 { float:none !important; }

  .table_base{
	  width:100%;
	  }

  .table_base tr{
        display: block;
    }
  .table_base th,
  .table_base td{
        display: list-item;
        border: none;
		list-style:none;
        width:100%;
	}}

