@charset "utf-8";

/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0px;
padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
display: block;
}
table {
border-collapse: collapse;
border-spacing: 0px;
}
fieldset, img {
border-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
}
ol, ul {
list-style: none;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
q:before, q:after {
content: '';
}
abbr, acronym {
border: 0;
}
img {
vertical-align: bottom;
}
a {
	overflow: hidden;
	color: #333333;
}
/* FontBase */
body {/* ModernBrowser/MacIE5 */
*font-size: small;/* WinIE7/6(標準準拠) */
*font: x-small;/* WinIE5/5.5/6(後方互換) */
	font-size: 14px;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ＭＳ Ｐゴシック',sans-serif;
	color: #333333;
}
table {
font-size: inherit;
font: 100%;
}
pre, code, kbd, samp, tt {
font-family: monospace;
 *font-size: 108%;
line-height: 100%;
}
/* ClearBoth */
.clearBoth {
clear: both;
}
/* ClearFix */
.clearFix:after {
content: "";
display: block;
clear: both;
height: 0;
}
.clearFix {display: inline-block;}
.clearFix {display: block;}
/* MacIE \*//*/
.clearFix {
overflow: hidden;
}
/* */
.clearFix {overflow:hidden;}/* ForDW */


.sideNavColumn li a {
    display: block;
    width: 100%;
    height: 100%;
}
.sideNavColumn .img {
    width: 40px;
    float: left;
    margin-right: 10px;
}
.sideNavColumn .txt {
    float: left;
    font-size: 13px;
    line-height: 1.2em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 40px;
	max-width:169px;
}







