/* ---------------------------------------------------------------- *
	reset css
 * ---------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,address {    
	margin:0;   
	padding:0;
} 

table {  
	border-collapse:collapse;   
	border-spacing:0;   
}
 
fieldset,img {    
	border:0;   
}
 
ol,ul {  
	list-style:none;   
}
 
caption,th {  
	text-align:left;   
} 

h1,h2,h3,h4,h5,h6 {  
	font-size:100%;   
	font-weight:normal;   
} 

/*HTML5用*/
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,small{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/* older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}
 
/* ---------------------------------------------------------------- *
	基本設定
 * ---------------------------------------------------------------- */
/*\*/ a { overflow: hidden; }/**/

textarea { font-size: 100%; }

img { vertical-align: bottom; }

/* ---------------------------------------------------------------- *
	各部分個別の設定
 * ---------------------------------------------------------------- */

body {
	height: 100%;
	min-width: 1024px;
}

/* ---------------------------------------------------------------- *
	clearfix
 * ---------------------------------------------------------------- */
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}

.pc_obj{
	display:block;
}
.sp_obj{
	display:none !important;
}



/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */

body {
	font: 13px/1.231 'Noto Sans Japanese', sans-serif;
	*font-size: small;
	*font: x-small;
	color: #3a3a3a;
	letter-spacing: 0.03em;
	line-height: 1.4;
}

a,
a:link {
  color: #3a3a3a;
  text-decoration: none;
}

a:visited {
  color: #3a3a3a;
}

a:hover {
  color: #0066CC;
}

a:active {
  color: #0066CC;
}

/* ---------------------------------------------------------------- *
	各要素
 * ---------------------------------------------------------------- */

table {
	font-size	: inherit;
	font		: 100%;
}

input, textarea{
	font		: 13px/1.1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "メイリオ", Meiryo , Verdana, Geneva, Arial,sans-serif;
	*font-size	: small;
}




/*========================================= */
/* Layout
=========================================== */
html,body{
	height:100%;
}
html {
	font-size: 62.5%;
	height: 100%;
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
	overflow: auto;
}

body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	/*! overflow: hidden; */
	background-color: #ffffff;
	color: #3a3a3a;
	font-size: 14px;
	line-height: 1.7;
	min-width: 320px;
}

.ie body {
  font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
body:before {
  display: none;
}

a {
  color: #3a3a3a;
  text-decoration: none;
}
a:hover, a:focus {
  color: #66cccc;
  text-decoration: none;
}

a.bnr {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

img {
  max-width: 100%;
}

.hover:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

.hover:hover{
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}


body:before {
   display: none;
}


/*CONTAINER*/
#Container { font-size: 92%;}
.Skip { width: 0; height: 0; overflow: hidden;}
#Noscript { border: 2px solid #ccc; color: #333; margin-bottom: 15px; padding: 0.5em 1em; }
/*HEADER*/


.wrapper {
	width: 100%;
	min-width: 1024px;
	position: relative;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	/*padding-bottom: 690px;*/

}

.container{
	/*padding-bottom:616px;*/
	position:relative;
}
.inner{
	width:1024px;
	margin:0 auto;
}

/*-------------------------------------------
header_responsive
-------------------------------------------*/
.header_responsive{
	background-color: #eeeeee;
	position: relative;
	z-index: 999;
	border-bottom:solid 1px #eeeeee;
}

/* nav */

.header_responsive .navArea{
	height:45px;
}
.header_responsive .navArea .inner{
	width: 1024px;
	margin: 0 auto;
	padding-top: 9px;
	padding-bottom: 8px;
	position: relative;
}

.header_responsive .nav{
	position: absolute;
	top: 10px;
	left: 50%;
	margin: 0 0 0 -160px;
}
.header_responsive .nav ul{
	float:left;
	padding-top:3px;
}
.header_responsive .nav ul li{
	float:left;
	margin-right:25px;
	background: url(/assets/img/common/icon_common_01.png);
	padding-left: 10px;
	background-position: left 6px;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 20px;
}

.header_responsive .nav ul li.global {
	background: url(/assets/img/common/icon_common_02.png);
	padding-left: 18px;
	background-position: left 2px;
	background-repeat: no-repeat;
}


.header_responsive .nav ul li a {
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
}
.header_responsive  a.blank {
	background: url(/assets/img/common/icon_common_12.png) no-repeat right center;
	margin-top: 10px;
	padding: 0 15px 0 0;
}

.header_responsive .nav ul li a:hover {
	color:#0066CC;
	text-decoration: underline;
}
.header_responsive .nav ul li a span {
	padding-right: 5px;
}

.header_responsive .nav ul li a span img {
	vertical-align: middle;
}


.header_responsive .cse input.gsc-search-button, .header_responsive input.gsc-search-button {
    background: url(/assets/img/common/btn_search.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    border: none !important;
    width: 15px !important;
    height: 20px !important;
    min-width: 30px !important;
    padding: 0 !important;
    vertical-align: middle !important;
}

.header_responsive .cse form.gsc-search-box, .header_responsive form.gsc-search-box {
    padding: 0 !important;
    margin: 0 !important;
}
.header_responsive .cse input.gsc-input, .header_responsive input.gsc-input{
	background:none !important;
	border:none !important;
}
.header_responsive .gsc-input{
	padding:0 !important;
}

.header_responsive input.gsc-input{
	 width: 95% !important;
	 height: 24px !important;
	 padding: 0 6px !important;
	}
.header_responsive div#___gcse_0 {
    position: relative;
    right: 0px;
    top: 0;
    overflow: hidden;
    zoom: 1;
    border: solid 1px #ddd;
    box-sizing: border-box;
    float: right;
    background: #ffffff;
}
.header_responsive table.gsc-search-box{
	width:155px !important;
	margin: 0 !important;
}
.header_responsive .cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
}
.header_responsive .gsc-clear-button{
	display:none;
}
/* headSeach */
.header_responsive .HeadSearch {
	float: right;
	position: relative;
}

.header_responsive .HeadSearch form input {
	border: 1px solid #cccccc;
	height: 26px;
	padding: 0 0 0 6px;
	width: 147px;
}

.header_responsive .HeadSearch form input.btn {
	border: medium none;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 7px;
	right: 7px;
}

/* logo */
.header_responsive .logo,
.header_responsive .logo_hd {
	position: absolute;
	top: 60px;
	left: 50%;
	margin: 0 0 0 -513px;
	z-index: 2;
}
/* gNav */
.header_responsive .gNavArea{
	background: #ffffff;
}
.header_responsive .gNavArea .inner {
	width: 1024px;
	margin: 0 auto;
	height: 70px;
	overflow: hidden;
}
.header_responsive .gNav {
	margin: 0 0 0 0;
	padding: 12px 0 0;
}
.header_responsive .gNav li {
	float:left;
	margin-right:30px;
	vertical-align:middle;
}
.header_responsive .gNav li a{
	position:relative;
}
.header_responsive .gNav li a.current:before, .header_responsive .gNav li:hover a:before {
	bottom: 0;
	opacity: 1;
}
.header_responsive .gNav li a {
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height:32px;
	padding:7px 0;
}
.header_responsive .gNav li a:before {
	background-color: #0066cc;
	bottom: -5px;
	content: '';
	height: 5px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.2s,bottom 0.2s;
}
.header_responsive  .gNav li:hover .menuTtl a:before {
	opacity:0;
}
.header_responsive .gNav ul:hover .menuTtl a:before{
	opacity:0;
}
.header_responsive .gNav li:hover .menuTtl a:hover{
	text-decoration:underline;
}

/* onlineShop */
.header_responsive .onlineShop{
	background:#0066cc;
	position: absolute;
	top: 57px;
	left: 50%;
	margin: 0 0 0 332px;
	background: #0066cc;
}
.header_responsive .onlineShop p{
	text-align:center;
}
.header_responsive .onlineShop p:hover{
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	background: rgba(255, 255, 255, 0.3);
}
.header_responsive .onlineShop a{
	display:block;
	color:#ffffff !important;
	padding:7px 0;
	font-size:16px;
	font-weight: 500;
	line-height:32px;
	width:180px;
}
.header_responsive .onlineShop a:before{
	background:none;
}

.header_responsive .gNav .menu #menuSearch {
	position: absolute;
	right: 0;
	top: 0;
	width: 9.3%;
}

.header_responsive #hamburger{
	display:none;
}
/*パンクズ
-------------------------------------*/
#content-nav{
	margin-bottom: 45px;
	font-size: 12px;
	line-height: 26px;
}
#content-nav a{
	color: #0066cc;
}
#content-nav a:hover{
	text-decoration:underline;
}

/*サイドメニュー
-------------------------------------*/
#side-content{
	width: 250px;
	float: left;
}
#side-content dl{
	background: #eeeeee;
	border-top: #0066cc 4px solid;
}
#side-content dl dt a{
	color: #0066cc;
	padding: 20px 0 20px 40px;
	border-bottom: 2px solid #c3c3c3;
	background: url(/assets/img/common/icon_common_03.png) no-repeat 10px center;
	background-size: 16px auto;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	display:block;
}
#side-content dl dt a:hover{
	color: #ffffff;
	background: url(/assets/img/common/icon_common_14.png) no-repeat 10px center #0066cc;
	background-size: 16px auto;
}
#side-content dl dd a{
	color: #333333;
	padding: 15px 10px 15px 40px;
	border-bottom: 1px dashed #c3c3c3;
	background: url(/assets/img/common/icon_common_01.png) no-repeat 23px center;
	display: block;
	font-weight:500;
}
#side-content dl dd:last-child a{
	border-bottom:none;
}
#side-content dl dd.active{
	color: #ffffff;
	padding: 15px 0 15px 40px;
	border-bottom: 1px dashed #c3c3c3;
	background: url(/assets/img/common/icon_common_11.png) no-repeat 23px center #0066cc;
	font-weight:500;
}
#side-content dl dd a:hover{
	color: #ffffff;
	background: url(/assets/img/common/icon_common_11.png) no-repeat 23px center #0066cc;
}


#side-content dl dd.sub a{
	padding: 15px 10px 15px 60px;
	background: url(/assets/img/common/icon_common_01.png) no-repeat 43px center;
}
#side-content dl dd.sub:last-child a{
	border-bottom: 1px dashed #c3c3c3;
}
#side-content dl dd.sub.active{
	padding: 15px 0 15px 60px;
	background: url(/assets/img/common/icon_common_11.png) no-repeat 43px center #0066cc;
}
#side-content dl dd.sub a:hover{
	background: url(/assets/img/common/icon_common_11.png) no-repeat 43px center #0066cc;
}


#side-content ul li{
	padding: 0 0 0 40px;
	background: url(/assets/img/common/icon_common_12.png) no-repeat 20px 7px;
	margin-top: 10px;
}
#side-content ul li a{
	font-weight:500;
	display:block;
}
#side-content ul li a span{
	font-size:12px;
}
#side-content ul li a:hover{
	color: #0066CC;
	text-decoration: underline;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}


/*footer
-------------------------------------*/

#Footer {
	width: 100%;
	background-color: #FFF;
	clear: both;
	/*position:absolute;*/
	border-top: solid 1px #dddddd;
	bottom: 0;
	height: 690px;
}
.footer_responsive .icon_blank:after{
	display: inline-block;
	background: url(/assets/img/common/icon_common_09.png) no-repeat right center;
	content: "";
	width: 10px;
	height: 8px;
	padding-right: 5px;
}
.footer_responsive a:hover{
	text-decoration: underline;
	color: #0066CC;
}

.footer_responsive #FooterInner {
	width: 100%;
	background:#eeeeee;
}
.footer_responsive #FooterSitemap {
	width: 1024px;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #dddddd;
}
.footer_responsive #FooterSitemap p{
	padding-bottom:25px;
}
.footer_responsive .secSitemap {
	float: left;
	padding-left: 4px;
	padding-right:30px;
}
.footer_responsive .secSitemap:last-child{
	padding-right:0;
}
.footer_responsive .secSitemap li {
	background: url(/assets/img/common/icon_common_01.png);
	padding-left: 10px;
	background-position: left 12px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 32px;
}
.footer_responsive .secSitemap li a{
	color:#333;
}
.footer_responsive .secSitemap-parent {
	color: #0066CC;
	font-weight: bold;
}
.footer_responsive .secSitemap-child {
	padding-top: 5px;
	margin: 0 0 0 -10px;
}
.footer_responsive .secSitemap-child li {
	color: #333;
	font-size:11px;
	line-height:26px;
	background-position: left 8px;
	background-size:4px auto;
}
.footer_responsive .secSitemap-child li a {
	color: #333;
	font-weight: normal;
}
.footer_responsive .secSitemap-parent a:hover,.secSitemap-child li a:hover {
	text-decoration: underline;
	color: #0066CC;
}


.footer_responsive .footerLink{
	width: 1024px;
	margin: 0 auto;
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
}
.footer_responsive .footerLink ul{
	float:right;
}
.footer_responsive .footerLink ul li{
	float:left;
	background: url(/assets/img/common/icon_common_01.png);
	padding-left: 10px;
	background-position: left 6px;
	background-repeat: no-repeat;
	background-size: 4px auto;
	font-size: 11px;
	line-height: 20px;
	margin-right:30px;
}
.footer_responsive .footerLink ul li.global{
	background: url(/assets/img/common/icon_common_02.png);
	padding-left: 18px;
	background-position: left 2px;
	background-repeat: no-repeat;
}
.footer_responsive .footerLink ul li:last-child{
	margin-right:0;
}



.footer_responsive .footerBtm{
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0 45px;
	border-bottom: 1px solid #dddddd;
}
.footer_responsive .footerBtm ul li{
	float:left;
	background: url(/assets/img/common/icon_common_01.png);
	padding-left: 10px;
	background-position: left 6px;
	background-repeat: no-repeat;
	background-size: 4px auto;
	font-size: 11px;
	line-height: 20px;
	margin-right:30px;
}
.footer_responsive .footerBtm p.copyright{
	font-size: 11px;
	line-height: 20px;
	padding-top: 20px;
	float: left;
}

.footer_responsive .footerBtm p.stopImg{
	float: right;
	margin-top: -20px;
}


.footer_responsive #FooterInqury {
	width: 1024px;
	margin: 20px auto;
}
.footer_responsive .secSiteInfo li {
    float: left;
    vertical-align: middle;
    height: 40px;
    position: relative;
}
.footer_responsive .secSiteInfo li:hover{
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
.footer_responsive .secSiteInfo li div{
    background: url(/assets/img/common/icon_common_01.png);
    padding: 0px 20px 0 10px;
    background-position: left center;
    background-repeat: no-repeat;
    border-right: solid 1px #dddddd;
    height: 40px;
    vertical-align: middle;
}
.footer_responsive .secSiteInfo li.social div{
    width: 290px;
    margin: 0px 0px 0 18px;
    padding: 0px 25px 0 10px;
}
.footer_responsive .secSiteInfo li.social p{
	padding:0;
}
.footer_responsive .secSiteInfo li.web div{
    width: 170px;
    margin: 0px 0px 0 80px;
    padding: 0px 80px 0 10px;
}
.footer_responsive .secSiteInfo li.list div{
    width: 260px;
    margin: 0px 0px 0 64px;
    padding: 0px 0 0 10px;
	border-right: none;
}
.footer_responsive .secSiteInfo li p {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight:500;
	line-height: 20px;
	color: #333333;
	padding:10px 0 0 0;
}
.footer_responsive .secSiteInfo li a {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index:2;
}
.footer_responsive .secSiteInfo li.social:after {
	content:"";
	display: block;
	vertical-align: middle;
	background:url(/assets/img/common/icon_common_05.png) no-repeat right center;

	width:130px;
	height: 41px;
	position: absolute;
	top: 0;
	right: 20px;
}

.footer_responsive .secSiteInfo li.web:after {
	content:"";
	display: block;
	vertical-align: middle;
	background:url(/assets/img/common/icon_common_07.png) no-repeat right center;
	width:32px;
	height: 41px;
	position: absolute;
	top: 0;
	right: 70px;
}
.footer_responsive .secSiteInfo li.list:after {
	content:"";
	display: block;
	vertical-align: middle;
	background:url(/assets/img/common/icon_common_08.png) no-repeat right center;
	width:54px;
	height: 41px;
	position: absolute;
	top: 0;
	right: 50px;
}


/*PAGE TOP*/
.pageTop {
	position: fixed;
	right: 20px;
	bottom: 50px;
	text-align: center;
	z-index: 95;
}

.pageTop a:hover img { filter: alpha(opacity=60); -moz-opacity: 0.60; opacity: 0.60;}





/*メガメニュ―
-------------------------------------------*/

.header_responsive .gNavArea .menu{
	position: absolute;
}

.header_responsive .gNavArea .menu > ul.menuBtn {
	padding: 0px 180px 0 400px;
	width: 444px;
}

.header_responsive .gNavArea .menu > ul:before,
.header_responsive .gNavArea .menu > ul:after {
    content: "";
    display: table;
}

.header_responsive .gNavArea .menu > ul:after {
    clear: both;
}


.header_responsive .gNavArea .menu > ul > li a {
    display: block;
}

.header_responsive .gNavArea .menu > ul > li:hover {
}

.header_responsive .gNavArea .menu > ul > li > ul {
    display: none;
    width: 1024px;
    background: #ffffff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    list-style: none;
    box-sizing: border-box;
		margin-top:40px;
}

.header_responsive .gNavArea .menu > ul > li > ul:before,
.header_responsive .gNavArea .menu > ul > li > ul:after {
    content: "";
    display: table;
}
.header_responsive .gNavArea .menu > ul > li > ul:after {
    clear: both;
}

.header_responsive .gNavArea .menu .arrow_products{
	position: absolute;
	top: -32px;
	left: 420px;
}
.header_responsive .gNavArea .menu .arrow_company{
	position: absolute;
	top: -32px;
	left: 515px;
}
.header_responsive .gNavArea .menu .arrow_environment{
	position: absolute;
	top: -32px;
	left: 613px;
}
.header_responsive .gNavArea .menu .arrow_soudan{
	position: absolute;
	top: -32px;
	left: 725px;
}

.header_responsive .js-gnav-close{
	width: 32px;
	height:auto;
	margin-left: -10px;
}
.header_responsive .gNavArea .menu > ul > li > ul > li {
	margin: 0;
	padding-bottom: 0;
	list-style: none;
	width: 100%;
	background: none;
	float: left;
	color: #ffffff;
	padding: .2em 0;
	display: block;
	font-size: 19px;
}
.header_responsive .gNavArea .menu > ul > li > ul > li a {
	color: #0066cc;
	font-size: 26px;
	font-weight: bold;
	float: left;
}
.header_responsive .gNavArea .menu > ul > li > ul > li span.link a {
	color: #ffffff;
	padding: 5px 10px;
	margin: 0 0 0 15px;
	display: inline;
	text-decoration: none;
	border: 1px solid #ffffff;
	font-size: 12px;
}
.header_responsive .gNavArea .menu > ul > li > ul > li span.link a:hover {
	color: #d71318;
	background: #ffffff;
}

.header_responsive .gNavArea .menu > ul > li > ul > li > ul {
	display: block;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	float:none;
}

.header_responsive .gNavArea .menu > ul > li > ul > li > ul.txtLink li{
	width:auto;
}
.header_responsive .gNavArea .menu > ul > li > ul > li > ul.txtLink li a{
	padding:0;
}
.header_responsive .gNavArea .menu > ul > li > ul > li > ul p{
	color: #0066cc;

	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
}
.header_responsive .gNavArea .menu > ul > li > ul > li > ul:before,
.header_responsive .gNavArea .menu > ul > li > ul > li > ul:after {
	content: "";
	display: table;
}

.header_responsive .gNavArea .menu > ul > li > ul > li > ul:after {
	clear: both;
}

.header_responsive .gNavArea .menu > ul > li > ul > li > ul > li {
	float: left;
	width: 230px;
	margin: 0 20px 5px 0;
	font-size: .8em;
}
.header_responsive .gNavArea .menu > ul > li > ul > li > ul > li.last {
	margin: 0 0 5px 0;
}
.header_responsive .gNavArea .menu > ul > li > ul > li > ul > li a:before,
.header_responsive .gNavArea .menu > ul > li > ul > li > ul > li > ul >li a:before{
	background:none;
}
.header_responsive .gNavArea .menu > ul > li > ul > li > ul > li.text {
	border-right: 1px solid #b95053;
	width: 19%;
	min-height: 80px;
	padding: 0;
}
.header_responsive .gNavArea .menu > ul > li > ul > li > ul > li.text span{
	margin-top: 0px !important;
}
.header_responsive .gNavArea .menu > ul > li > ul > li > ul > li.text.bd_non {
	border-right: none !important;
}
.header_responsive .gNavArea .menu > ul > li > ul > li > ul > li.text:last-child {
	border-right: none;
}

.header_responsive .gNavArea .menu > ul > li > ul > li > ul > li span{
	display: inline-block;
	margin-top: 8px;
	background: url(/common/img/arrow_navi.png) no-repeat left 5px;
	padding-left: 10px;
}
.header_responsive .gNavArea .menu > ul > li > ul > li > ul > li a {
    border: 0;
}
.header_responsive .gNavArea .menu > ul > li > ul > li > ul > li a span:hover{
	text-decoration: underline;
}

.header_responsive .gNavArea .menu > ul > li > ul.normal-sub {
    left: auto;
    padding: 10px 20px;
}

.header_responsive .gNavArea .menu > ul > li > ul.normal-sub > li {
    width: 25%;

}


.header_responsive .gNavArea .menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}

#js-gnav-layer {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
     display: none; 
}
.menuTtl{
	 color: #0066cc; 
	 font-size: 26px; 
	 font-weight: bold; 
	 line-height: 46px; 
}
.menuTtl span{
	float: right;
	width: 32px;
	height: auto;
}

.menuTtl span a:before{
	background:none;
}
.txtLink li{
	background: url(/assets/img/common/icon_common_01.png);
	padding-left: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 32px;
}

.txtLink li a{
	color:#0066cc !important;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 24px;
}

.txtLink li a:hover{
	text-decoration:underline !important;
}


#sidr-right {
 display: block !important;
}


