@charset "shift_jis";
/* Updated 2018/04/10,T */
/* Updated 2015/09/30,T */

/*-------------------------------------------
Base Setting
-------------------------------------------*/
html{font-size:62.5%;}
body,select,input,textarea{ font:14px Helvetica,Arial,Tahoma,sans-serif; 
/*font-family:"ＭＳ Ｐゴシック","MS PGothic",sans-serif;line-height:1.5;color:#333;-webkit-text-size-adjust:none; }*/
font-family:'Meiryo','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;line-height:1.5;color:#333;-webkit-text-size-adjust:none; }
a{color:#004831;text-decoration:underline;}
a:link{/*text-decoration:none;*/}
/*a:visited{color:#11c;text-decoration:none;}*/
a:visited{color:#004831;text-decoration:underline;}
a:hover{color:#ed6d34;}
caption{margin-bottom:5px;text-align:left;}
ins{background-color:#fcd700;color:#000;text-decoration:none;}
mark{background-color:#fcd700;color:#000;font-style:italic;font-weight:bold;}
textarea{resize:vertical;}
address{font-style:normal;}
em{font-style:normal;}
legend{display:none;}
table {text-align: left;font-weight: normal;}
th,td{font-weight: normal;}
body{background:#ffffff; word-break: break-all; }
img { max-width: 100%; }
p > img { vertical-align: middle; }

/**[aria-hidden="true"] {
	display: none;
}*/

a:hover > img,
a.imgOpacity:hover img,
a:hover > img.imgOpacityImg,
a.noImgOpacity:hover img.imgOpacityImg,
a.hover > .spEnlargeWrap >img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
a.noImgOpacity:hover img,
a:hover > img.noImgOpacityImg,
a.imgOpacity:hover img.noImgOpacityImg,
.smbcGroup a img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
} 

/*-------------------------------------------
Header
-------------------------------------------*/
#btnSpPage {
	display: none;
}
#spDrawerMenu {
	display: none;
}
header[role="banner"] {
	border-bottom: solid 3px #004831;
}
header[role="banner"] #headerGroup{
	background:#004831;
	border-bottom:5px solid #c4d700;
}
header[role="banner"] #headerGroup ul{
	display:table;
	width:1008px;
	table-layout:fixed;
	margin: 0 auto;
	padding:12px 19px;
}
header[role="banner"] #headerGroup ul >li{
	display:table-cell;
	vertical-align:middle;
}
header[role="banner"] #headerGroup ul >li img{
	vertical-align:middle;
}
.headerGroupLeft{
	text-align:left;
}
.headerGroupRight{
	text-align:right;
}
header[role="banner"] #headerInner {
	width: 1008px;
	margin: 0 auto;
	padding-top: 13px;
}
header[role="banner"] #headerInner:before,
header[role="banner"] #headerInner:after,
header[role="banner"] #headerTop:before,
header[role="banner"] #headerTop:after {
	content: " "; 
	display: table;
}
header[role="banner"] #headerInner:after,
header[role="banner"] #headerTop:after {
	clear: both;
}
header[role="banner"] #headerInner,
header[role="banner"] #headerTop {
	*zoom: 1;
}
header[role="banner"] #headerTop {
	margin-bottom: 13px;
}
header[role="banner"] #headerInner .logoWrap {
	position: relative;
	float: left;
	width: 190px;
	margin: 15px 0 10px;
}
header[role="banner"] #headerInner #headerInfo {
	width: 760px;
	float: right;
	text-align: right;
}

header[role="banner"] #headerInner .logoWrap > h1,
header[role="banner"] #headerInner .logoWrap > p > strong {
	display: block;
	width: 168px;
	height: 44px;
}
header[role="banner"] #headerInner .logoWrap img {
	width: 190px;
}
header[role="banner"] #headerInner .logoWrap a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
header[role="banner"] #headerInner .financialCode {
	position: absolute;
	top: 8px;
	left: 184px;
	border: 1px solid #d3d3d3;
	padding: 4px 6px;
	line-height: 1;
	font-size: 0.857em;
	color: #666;
}
header[role="banner"] #headerInner #headerGuide {
	display: inline-block;
	text-align: right;
}

header[role="banner"] #headerInner #headerInfo .infoNav {
	display: inline-block;
}
header[role="banner"] #headerInner #headerInfo .infoNav > ul {
	text-align: right;
	font-size: 0;
}
header[role="banner"] #headerInner #headerInfo .infoNav > ul > li {
	display: inline-block;
	position: relative;
	margin-left: 17px;
	padding: 0 0 0 12px;
	font-size: 14px;
}
header[role="banner"] #headerInner #headerInfo .infoNav > ul > li:first-child {
	margin-left: 0;
}
header[role="banner"] #headerInner #headerInfo .infoNav > ul > li > a {
	color: #333;
}
header[role="banner"] #headerInner #headerInfo .infoNav > ul > li > a:hover {
	color: #ed6d34;
}
header[role="banner"] #headerInner #headerInfo .infoNav > ul > li > a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background:  url(/sponsorship/common/images/ico_arrow_glay01.png) 0 0 no-repeat;
	-ms-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	-webkit-background-size: 7px 10px;
	background-size: 7px 10px;
}

header[role="banner"] #headerInner .headerRight {
	margin-top: 2px;
	float: right;
	width: 390px;
}
header[role="banner"] #headerInner #headerSearch01 {
	display: inline-block;
}
header[role="banner"] #headerInner #headerSearch01 *[type="search"],
header[role="banner"] #headerInner #headerSearch01 *[type="text"] {
	width: 200px;
}
header[role="banner"] #headerInner #letterExpansion {
	display: inline-block;
	margin-left: 11px;
	padding-left: 11px;
	border-left: solid 1px #a0c81e;
	vertical-align: middle;
	text-align: left;
}
header[role="banner"] #headerInner #letterExpansion a {
	text-decoration: none;
}
header[role="banner"] #headerInner #letterExpansion > dl {
	display: table;
/*	width: 100%;*/
	table-layout: fixed;
}
header[role="banner"] #headerInner #letterExpansion > dl > * {
	display: table-cell;
}
header[role="banner"] #headerInner #letterExpansion dt {
	width: 66px;
	font-size: 0.857em;
	color: #666;
}
header[role="banner"] #headerInner #letterExpansion > dl > dd > ul {
	display: table;
	table-layout: fixed;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
header[role="banner"] #headerInner #letterExpansion > dl > dd > ul > li {
	width: 30px;
	text-align: center;
	display: table-cell;
}
header[role="banner"] #headerInner #letterExpansion > dl > dd > ul > li > a {
	display: block;
	border: 1px solid #ccc;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
header[role="banner"] #headerInner #letterExpansion > dl > dd > ul > li:first-child a {
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-ms-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-ms-border-bottom-right-radius: 0;
	-o-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
header[role="banner"] #headerInner #letterExpansion > dl > dd > ul > li > a.jsNormal {
	border-left: 1px solid #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-borde-radius: 0;
	border-radius: 0;
}
header[role="banner"] #headerInner #letterExpansion > dl > dd > ul > li a {
	border-left: none;
}
header[role="banner"] #headerInner #letterExpansion > dl > dd > ul > li:first-child a {
	border-left: 1px solid #ccc;
	border-right: none;
}
header[role="banner"] #headerInner #letterExpansion > dl > dd > ul > li > a {
	display: block;
	padding: 0 5px;
	color: #666;
}
header[role="banner"] #headerInner #letterExpansion > dl > dd > ul > li a.select,
header[role="banner"] #headerInner #letterExpansion > dl > dd > ul > li a:hover {
	background: #7f7f7f;
	color: #fff;
}
header[role="banner"] #headerInner #letterExpansion > dl > dd > ul > li a.select {
	border: 1px solid #ccc;
}
header[role="banner"] #headerInner #letterExpansion > dl > dd > ul > li a:hover {
	text-decoration: none;
}

header[role="banner"] #headerInner #headerLink {
	margin-top: 10px;
}
header[role="banner"] #headerInner #headerSearchBlock {
	display: inline-block;
	margin-right: 16px;
	vertical-align: middle;
}
header[role="banner"] #headerInner #headerBtn {
	display: inline-block;
	vertical-align: middle;
}
header[role="banner"] #headerInner #headerBtn li {
	float: left;
	margin-left: 16px;
}
header[role="banner"] #headerInner #headerBtn li:first-child {
	margin-left: 0;
}
header[role="banner"] #headerInner .glyphBeginner01,
header[role="banner"] #headerInner .glyphPc03 {
	margin-bottom: 0;
	padding: 7px 20px 6px 7px;
	font-size: 0.927em;
}
header[role="banner"] #headerInner #urgencyBox {
	margin-bottom: 10px;
}


/*global navigation*/
header[role="banner"] #gnavArea {
	margin-top: 13px;
	background: #a0c81e;
}
header[role="banner"] #gnavArea a {
	text-decoration: none;
}
header[role="banner"] #gnavArea > ul {
	position: relative;
	display: table;
	width: 1010px;
	margin: 0 auto;
	table-layout: fixed;
}
header[role="banner"] #gnavArea > ul > li {
	position: relative;
	display: table-cell;
	width: 185px;
	height: 52px;
	text-align: center;
	border-right: 1px solid #fff;
}
header[role="banner"] #gnavArea > ul > li > a,
header[role="banner"] #gnavArea > ul > li .categoryTitle > a {
	z-index: 100;
	display: block;
	height: 52px;
	padding: 14px 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/sponsorship/common/images/ico_gnav01.gif) 165px 50% no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
header[role="banner"] #gnavArea > ul > li > a {
	background: none;
}
header[role="banner"] #gnavArea > ul > li.current > a {
	background: #004832;
	color: #fff;
}
header[role="banner"] #gnavArea > ul > li.current .categoryTitle > a {
	background: #004832 url(/sponsorship/common/images/ico_gnav01_ac.gif) 165px 50% no-repeat;
	color: #fff;
}
header[role="banner"] #gnavArea > ul > li.current > a:hover,
header[role="banner"] #gnavArea > ul > li > a:hover {
	background: #004832;
	color: #fff;
}
header[role="banner"] #gnavArea > ul > li .categoryTitle a.select,
header[role="banner"] #gnavArea > ul > li.current .categoryTitle > a:hover,
header[role="banner"] #gnavArea > ul > li .categoryTitle > a:hover {
	background: #004832 url(/sponsorship/common/images/ico_gnav01_ac.gif) 165px 50% no-repeat;
	color: #fff;
	text-decoration: none;
}
header[role="banner"] #gnavArea > ul > li#nav01 {
	width: 76px;
	border-left: 1px solid #fff;
}
header[role="banner"] #gnavArea > ul > li#nav01 .categoryTitle > a {
	display: block;
	background: url(/sponsorship/common/images/ico_home01.gif) 50% 50% no-repeat;
	-ms-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	text-indent: -9999px;
}
header[role="banner"] #gnavArea > ul > li#nav01.current > a:hover,
header[role="banner"] #gnavArea > ul > li#nav01.current .categoryTitle > a:hover,
header[role="banner"] #gnavArea > ul > li#nav01 .categoryTitle a.select,
header[role="banner"] #gnavArea > ul > li#nav01 > a:hover,
header[role="banner"] #gnavArea > ul > li#nav01 .categoryTitle > a:hover {
	background: #004832 url(/sponsorship/common/images/ico_home01_ov.gif) 50% 50% no-repeat;
	-ms-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
}
header[role="banner"] #gnavArea li .dropBlock {
	z-index: 99;
	display: none;
	width: 1010px;
	padding-top: 12px;
}
header[role="banner"] #gnavArea li .anime.dropBlock {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	opacity: 0;
	-webkit-transition: top 280ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 100ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: top 280ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 100ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: top 280ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 100ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: top 280ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 100ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
header[role="banner"] #gnavArea li .select.dropBlock {
	display: table;
	position: absolute;
	top: 52px;
	left: 0;
	opacity: 1;
}
header[role="banner"] #gnavArea li .dropBlock:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 12px;
	background: url(/sponsorship/common/images/bg_balloon_top03.png) 0 0 no-repeat;
}
header[role="banner"] #gnavArea li#nav01 .dropBlock {
	left: 0;
}
header[role="banner"] #gnavArea li#nav02 .dropBlock {
	left: -79px;
}
header[role="banner"] #gnavArea li#nav03 .dropBlock {
	left: -266px;
}
header[role="banner"] #gnavArea li#nav04 .dropBlock {
	left: -452px;
}
header[role="banner"] #gnavArea li#nav05 .dropBlock {
	left: -638px;
}
header[role="banner"] #gnavArea li#nav06 .dropBlock {
	left: -824px;
}
header[role="banner"] #gnavArea li#nav01 .dropBlock:before {
	left: 32px;
}
header[role="banner"] #gnavArea li#nav02 .dropBlock:before {
	left: 167px;
}
header[role="banner"] #gnavArea li#nav03 .dropBlock:before {
	left: 352px;
}
header[role="banner"] #gnavArea li#nav04 .dropBlock:before {
	left: 538px;
}
header[role="banner"] #gnavArea li#nav05 .dropBlock:before {
	left: 724px;
}
header[role="banner"] #gnavArea li#nav06 .dropBlock:before {
	left: 909px;
}
header[role="banner"] #gnavArea li .dropBlock .navDropLink {
	margin-top: 3px;
	padding: 15px 0 30px 25px;
	background: #f6f9e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	z-index: 100;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 4px 2px;
}
header[role="banner"] #gnavArea li .dropBlock li {
	float: left;
	width: 203px;
	margin: 16px 49px 0 0;
	padding-bottom: 11px;
	border-bottom: solid 1px #b8cdb8;
	text-align: left;
}
header[role="banner"] #gnavArea li .dropBlock li:nth-child(4n) {
	margin-right: 0;
}
header[role="banner"] #gnavArea li .dropBlock li:nth-child(4n+1) {
	clear: both;
}
header[role="banner"] #gnavArea li .dropBlock a {
	display: block;
	padding-left: 17px;
	background: url(/sponsorship/common/images/ico_arrow_green01.png) 0 0.3em no-repeat;
	font-weight: bold;
}

header[role="banner"] #headerInner #spHeaderMenu {
	display: none;
}
header[role="banner"] #headerInner #spHeaderMenu > ul {
	margin-top: 6px;
	text-align: right;
	font-size: 0;
}
header[role="banner"] #headerInner #spHeaderMenu > ul > li {
	display: inline-block;
	margin-right: 15px;
}
header[role="banner"] #headerInner #spHeaderMenu > ul > li:last-child {
	margin-right: 0;
}
header[role="banner"] #headerInner #spHeaderMenu > ul > li a {
	position: relative;
	text-decoration: none;
	font-size: 12px;
}
header[role="banner"] #headerInner #spHeaderMenu > ul > li a span {
	font-size: 0.73em;
}
header[role="banner"] #headerInner #spHeaderMenu .btnHome {
	display: inline-block;
	padding: 4px 8px 5px;
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: #e2e2e2 0px -2px inset;
	-webkit-box-shadow: #e2e2e2 0px -2px inset;
	-moz-box-shadow: #e2e2e2 0px -2px inset;
	box-shadow: #e2e2e2 0px -2px inset;
	font-weight: bold;
	line-height: 1;
}
header[role="banner"] #headerInner #spHeaderMenu .btnHome span {
	display: inline-block;
	line-height: 1;
}
header[role="banner"] #headerInner #spHeaderMenu .btnHome span:before {
	content: "";
	display: block;
	width: 21px;
	height: 19px;
	margin: 0 auto 5px;
	background: url(../images/ico_home02.gif) 0 0 no-repeat;
	-ms-background-size: 21px 19px;
	-moz-background-size: 21px 19px;
	-webkit-background-size: 21px 19px;
	background-size: 21px 19px;
	line-height: 1;
}

header[role="banner"] #headerInner #spHeaderMenu .glyphMenu02 {
	font-weight: bold;
}
header[role="banner"] #headerInner #spHeaderMenu .glyphMenu02 > span {
	padding-left: 0;
}

header[role="banner"] #spHeaderSearch {
	display: none;
}
header[role="banner"] #spHeaderSearch {
	border-top: 3px solid #04984a;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner {
	display: block;
	background: #04984a;
}
header[role="banner"] #spHeaderSearch input[type="search"] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner {
	display: none;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner.select {
	display: block;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner form {
	display: table;
	width: 100%;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner form > * {
	display: table-cell;
	vertical-align: middle;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner .input > input {
	width: 100%;
	border: none;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner .button {
	width: 3em;
	padding-left: 10px;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner .button > button {
	display: block;
	width: 100%;
	padding: 8px 0 8px;
	background: #ee6d34;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
header[role="banner"] #spHeaderSearch .spHeaderSearchInner .button > button img {
	width: 17px;
}
@media screen and (min-width:768px){
	header[role="banner"] {
		min-width: 1010px;
	}
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#pageTop {
	z-index: 90;
	position: fixed;
	bottom: 10px;
	right: 60px;
	width: 70px;
	height: 70px;
}
#pageTop:hover,
#pageTop:active {
/*	background: url(/sponsorship/common/images/bg_go_top.png) 0 0 no-repeat;
	-ms-background-size: 90px 90px;
	-moz-background-size: 90px 90px;
	-webkit-background-size: 90px 90px;
	background-size: 90px 90px;*/
}
footer[role="contentinfo"] {
	padding-bottom: 18px;
	background: #004831;
}
footer[role="contentinfo"] a {
	color: #333;
	text-decoration: none;
}
footer[role="contentinfo"] a:hover {
	color: #ed6d34;
}
footer[role="contentinfo"] #snsArea > dl,
footer[role="contentinfo"] #footerInfo,
footer[role="contentinfo"] #footerNav > nav {
	width: 1010px;
	margin: 0 auto;
}
footer[role="contentinfo"] #snsArea {
	padding: 11px 0 9px;
	background: #049849;
	border-top: 1px solid #d9d9d9;
	border-top: 1px solid #bfbfbf;
	color: #fff;
}
footer[role="contentinfo"] #snsArea > dl {
	display: table;
}
footer[role="contentinfo"] #snsArea > dl > * {
	display: table-cell;
	vertical-align: middle;
}
footer[role="contentinfo"] #snsArea > dl > dt {
	min-height: 26px;
	padding-left: 50px;
	background: url(/sponsorship/common/images/footer_sns_title.gif) 0 center no-repeat;
	font-weight: bold;
}
footer[role="contentinfo"] #snsArea > dl > dd {
	width: 660px;
	text-align: right;
}
footer[role="contentinfo"] #snsArea .footerSnsList > li {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
footer[role="contentinfo"] #snsArea .footerSnsList > li > a {
	display: table;
	color: #fff;
}
footer[role="contentinfo"] #snsArea .footerSnsList > li > a > * {
	display: table-cell;
	vertical-align: middle;
}
footer[role="contentinfo"] #snsArea .footerSnsList > li > a > span {
	padding: 0 22px 0 8px;
	line-height: 1.1;
	font-size: 0.857em;
}
footer[role="contentinfo"] #snsArea .spFooterSnsList {
	display: none;
}
footer[role="contentinfo"] #footerNav {
	padding-top: 25px;
	background: #f6f6f6;
}
footer[role="contentinfo"] #spFooterNav,
footer[role="contentinfo"] #spFooterSearch {
	display: none;
}
footer[role="contentinfo"] #footerNav > nav > div {
	float: left;
	width: 236px;
	margin-left: 22px;
}
footer[role="contentinfo"] #footerNav > nav > div:first-child {
	margin-left: 0;
}
footer[role="contentinfo"] #footerNav > nav h2 {
	font-weight: bold;
	margin-bottom: 10px;
}
footer[role="contentinfo"] #footerNav > nav h2 a:before {
	content: "" !important;
	display: block;
	position: absolute;
	top: 50% !important;
	left: 0;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	background: url(/sponsorship/common/images/ico_arrow_glay01.png) 0 0 no-repeat;
	-ms-background-size: 10px 14px;
	-moz-background-size: 10px 14px;
	-webkit-background-size: 10px 14px;
	background-size: 10px 14px;
}
footer[role="contentinfo"] #footerNav > nav h2,
footer[role="contentinfo"] #footerNav > nav > div > ul a {
	color: #004831;
}
footer[role="contentinfo"] #footerNav > nav h2:hover,
footer[role="contentinfo"] #footerNav > nav > div > ul a:hover {
	color:#ed6d34;
}
footer[role="contentinfo"] #footerNav > nav > div > ul {
	margin-bottom: 20px;
	padding-left: 19px;
	font-size: 0.857em;
}
footer[role="contentinfo"] #footerNav > nav > div > ul > li {
	line-height: 1.857;
}

footer[role="contentinfo"] #footerSegment {
	background: #e6f0b3;
}
footer[role="contentinfo"] #footerSegment > ul {
	width: 1010px;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 0.857em;
}
footer[role="contentinfo"] #footerSegment > ul > li {
	display: inline-block;
	margin-right: 17px;
}
footer[role="contentinfo"] #footerSegment > ul > li a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-right: 10px;
	background: url(/sponsorship/common/images/ico_footer_arrow01.gif) 0 0 no-repeat;
	-ms-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	-webkit-background-size: 7px 10px;
	background-size: 7px 10px;
}

footer[role="contentinfo"] #footerInfo {
	padding-top: 20px;
	font-size: 0.857em;
}

footer[role="contentinfo"] #footerInfo .localNav li a {
	display: block;
	padding: 12px 10px 11px 32px;
	border-bottom: solid 1px #c1c1c1;
	background: #f6f6f6 url(/sponsorship/common/images/ico_arrow_glay01.png) 15px 50% no-repeat;
	-ms-background-size: 7px 10px;
	-moz-background-size: 7px 10px;
	-webkit-background-size: 7px 10px;
	background-size: 7px 10px;
	color: #004831;
}
footer[role="contentinfo"] #footerInfo .localNav li:first-child a {
	border-top: solid 1px #c1c1c1;
}

footer[role="contentinfo"] #footerInfo .infoNav {
	margin-bottom: 18px;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul {
}
footer[role="contentinfo"] #footerInfo .infoNav > ul > li {
	display: inline;
	margin-right: 13px;
	padding-bottom: 3px;
	line-height: 2.5;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul > li:last-child {
	margin-right: 0;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul > li > a {
	color: #ddd;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul > li > a:hover {
	color: #aaa;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul > li:before {
	content: "";
	display: inline-block;
	position: static;
	width: 1px;
	height: 1em;
	margin: 0 18px 0 0;
	background: #c9c9c9;
	vertical-align: -0.1em;
}
footer[role="contentinfo"] #footerInfo .infoNav > ul > li:last-child:after {
	content: "";
	display: inline-block;
	position: static;
	width: 1px;
	height: 1em;
	margin: 0 0 0 13px;
	background: #c9c9c9;
	vertical-align: -0.1em;
}
footer[role="contentinfo"] #footerInfo #pcSite {
	display: none;
}
footer[role="contentinfo"] #footerInfo #smbcInfo {
	margin-bottom: 23px;
}
footer[role="contentinfo"] #footerInfo #smbcInfo * {
	display: inline-block;
}
footer[role="contentinfo"] #footerInfo #smbcInfo > dt {
	padding-right: 20px;
}
footer[role="contentinfo"] #footerInfo #smbcInfo > dd {
	color: #666;
}
footer[role="contentinfo"] #footerInfo #smbcInfo dd dl dt span {
	padding: 0 8px;
	border: 1px solid #b3b3b3;
}
footer[role="contentinfo"] #footerInfo #smbcInfo dd dl {
	margin-left: 30px;
}
footer[role="contentinfo"] #footerInfo #smbcInfo dd dl:first-child {
	margin-left: 0;
}
footer[role="contentinfo"] #footerInfo #smbcInfo dd dl dd {
	padding: 0 20px 0 9px;
}
footer[role="contentinfo"] #footerInfo #smbcInfo dd dl dd:last-child {
	padding-right: 0;
}
footer[role="contentinfo"] #footerInfo #smbcGroupInfo .smbcGroup {
	float: left;
	margin-bottom: 3px;
}
footer[role="contentinfo"] #footerInfo #smbcGroupInfo .smbcGroup > * {
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
}
footer[role="contentinfo"] #footerInfo #smbcGroupInfo .smbcGroup  dd > ul > li {
	display: inline-block;
}
footer[role="contentinfo"] #footerInfo #smbcGroupInfo .smbcGroup  dd > ul > #footerLogoSmbc {
	margin-right: 10px;
}
footer[role="contentinfo"] #footerInfo #smbcGroupInfo .smbcGroup  dd > ul > #footerLogoSaitama {
	margin-right: 7px;
}
footer[role="contentinfo"] #footerInfo #smbcGroupInfo .smbcGroup  dd > ul > li img {
	vertical-align: middle;
}
footer[role="contentinfo"] #footerInfo #copyRight {
	float: left;
	color: #99b6ad;
	font-size: 1em;
}
footer[role="contentinfo"] #footerInfo #footerLogo {
	float: right;
}
footer[role="contentinfo"] {
	min-width: 1010px;
}

/*-------------------------------------------
TopicPath
-------------------------------------------*/
#topicPath {
	padding: 5px 0 6px;
	background: #f6f6f6;
}
#topicPath > ul {
	width: 1010px;
	margin: 0 auto;
}
#topicPath > ul > li {
	display: inline-block;
	font-size: 0.857em;
}
#topicPath > ul > li:before {
	content: ">";
	margin-left: 5px;
}
#topicPath > ul > li:first-child:before {
	content: "";
	margin-left: 0;
}
#topicPath > ul > li > * {
	margin-left: 10px;
}
#topicPath > ul > li:first-child > * {
	margin-left: 0;
}
#topicPath > ul > li > a {
}
#topicPath > ul > li > strong {
	font-weight: normal;
}
@media screen and (min-width:768px){
	#topicPath {
		min-width: 1010px;
	}
}
/*-------------------------------------------
Main Area
-------------------------------------------*/
#wrap #mainArea {
	position: relative;
	width: 1010px;
	margin: 20px auto 60px;
}
#wrap #mainArea:before,
#wrap #mainArea:after {
	content: " "; 
	display: table;
}
#wrap #mainArea:after {
	clear: both;
}
#wrap #mainArea {
	*zoom: 1;
}
#wrap #mainArea main {
	width: 750px;
	margin: 0 auto;
}
#wrap #mainArea main.mainNarrow {
	float: right;
	width: 750px;
/*	margin-right: 30px;*/
}
#wrap #mainArea main.mainNarrow {
	float: right;
	width: 750px;
	margin: 0 auto;
}
#wrap #mainArea main.mainNarrow.column1 {
	float: none;
}
#wrap #mainArea main > section > section,
#wrap #mainArea main *[role="tabpanel"] > section,
#wrap #mainArea main .contentBlockWrap {
	margin-top: 30px;
}
#wrap #mainArea main > section > section > section,
#wrap #mainArea main *[role="tabpanel"] > section > section {
	margin-top: 20px;
}
#wrap #mainArea main > section > h1 + section,
#wrap #mainArea main > h1 + .contentBlockWrap,
#wrap #mainArea main > .contentBlockWrap:first-child {
	margin-top: 0;
}
#wrap #mainArea #sideNav {
	float: left;
	width: 230px;
}

/*categoryTop*/
.categpryTop #contentWrap {
	padding-top: 10px;
	background: rgb(255,255,255) url(/images/bg_main_ie8.gif) 0 0 repeat-x;
	background: -moz-linear-gradient(top,  rgba(255,249,226,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,249,226,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,249,226,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,249,226,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,249,226,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,249,226,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
}
.categpryTop #contentWrap #topicPath {
	margin-top: 0;
}
.categpryTop #wrap #mainArea {
	margin-top: 0;
/*	padding-top: 30px;*/
}
/*.categpryTop #wrap #mainArea main[role="main"] > .clear {
	margin-bottom: 20px;
}
*/
/*-------------------------------------------
sideNav
-------------------------------------------*/
#sideNav > * {
	margin-bottom: 10px;
}
#sideNav .guideArea,
#sideNav .sideInfo > ul  {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sideNav .guideArea {
	background: #fff;
}
#sideNav .guideArea h2 {
	text-align: center;
}
#sideNav .guideArea > * {
	padding: 10px 12px 10px;
	border-top: 1px solid #ccc;
}
#sideNav .guideArea .loginArea > div:last-child,
#sideNav .guideArea .loginArea > div > * {
	margin-bottom: 0;
}
/*#sideNav .guideArea > * > *,
#sideNav .sideInfo > ul {
	margin-bottom: 10px;
}*/
#sideNav .guideArea > *:first-child {
	border-top: none;
}
#sideNav .gudeMenu {
	padding: 0;
	background: #fff8dd;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-borderbottom-left--radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-borderbottom-right--radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .guideArea > .lastChild {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-borderbottom-left--radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-borderbottom-right--radius: 5px;
	border-bottom-right-radius: 5px;	
}
#sideNav .gudeMenu ul >li {
	padding: 5px 5px 5px 15px;
	border-top: 1px solid #d9d9d9;
}
#sideNav .gudeMenu ul >li:first-child {
	border-top: none;
}
#sideNav .gudeMenu ul >li > a {
	font-weight: bold;
	color: #333;
}
#sideNav .shopGuide {
	background: #fff8dd;
}
#sideNav .sideInfo > ul  {
	background: #fff8dd;
}
#sideNav .sideInfo > ul + ul {
	margin-top: 10px;
}
#sideNav .sideInfo > ul > li > a {
	display: block;
	padding: 10px 6px;
	line-height: 1.1;
	border-top: 1px dotted #ccc;
	font-weight: bold;
	color: #333;
}
#sideNav .sideInfo > ul > li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#sideNav .sideInfo > ul > li.lastChild > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .sideInfo > ul > li > a:hover {
	background: #fffbea;
	color: #838383;
}
#sideNav .sideInfo > ul > li:first-child > a {
	border-top: none;
}
#sideNav .sideInfo > * {
	margin-top: 15px;
}
#sideNav .sideInfo > .sideBunnerList > ul > li {
	margin-top: 10px;
	text-align: center;
}

#sideNav .sideInfo > *:first-child,
#sideNav .sideInfo > .sideBunnerList > ul > li:first-child {
	margin-top: 0;
}
#sideNav .sideInfo *[class^="normalBlockA"] > .blockInner > .blockTitle {
	line-height: 1;
}

#sideNav .subNav a {
	text-decoration: none;
}
#sideNav .subNav .subCategoryTitle {
	background: #004831;
}
#sideNav .subNav .subCategoryTitle > * {
	display: block;
	padding: 10px 15px 8px;
	color: #fff;
	font-size: 1.286em;
	font-weight: bold;
}
@media screen and (min-width:768px){
	#sideNav .subNav .subCategoryTitle:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity: 0.7;
	}
}

#sideNav .subNav .subCategoryTitle > *[class^="glyph"] > span {
	padding-left: 27px;
}
#sideNav .subNav .subCategoryDetail {
	border-bottom: solid 2px #004831;
}
#sideNav .subNav .subCategoryDetail li {
	border-top: solid 1px #ccc;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy {
	border-top: solid 2px #bcbcbc;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy:first-child {
	border-top: 0;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy > li > a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy > li a:hover {
	color: #004831;
	font-weight: bold;
}
#sideNav .subNav .subCategoryDetail li a.semicurrent {
	color: #004831;
	font-weight: normal !important;
}
#sideNav .subNav .subCategoryDetail li a.semicurrent:hover {
	font-weight: bold !important;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li {
	border-top: 1px dotted #ccc;
}
#sideNav .subNav .subCategoryDetail li:first-child {
	border: none;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noLink,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a {
	display: block;
	padding: 12px 0 12px 15px;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a {
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a:hover {
	background: #c5d8d2;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a.current {
	background: #c5d8d2;
	font-weight: bold;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a.current:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a.current:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a.current:hover {
}

#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a {
	padding-left: 50px;
	background: url(/sponsorship/common/images/ico_arrow_green06.png) 34px 16px no-repeat;
	-ms-background-size: 9px 12px;
	-moz-background-size: 9px 12px;
	-webkit-background-size: 9px 12px;
	background-size: 9px 12px;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a:hover {
	background: url(/sponsorship/common/images/ico_arrow_green07.png) 34px 16px no-repeat;
	-ms-background-size: 9px 12px;
	-moz-background-size: 9px 12px;
	-webkit-background-size: 9px 12px;
	background-size: 9px 12px;
	font-weight: bold;
}

#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dd {
	display: none;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dd[aria-expanded="true"] {
	display: block
}
#sideNav *[class^="btnT"] {
	margin-bottom: 0 !important;
}
#sideNav .guideArea > * > * + * {
	margin-top: 10px;
}
#sideNav .btnT01 {
	text-align: left;
} 
/*-------------------------------------------
Template
-------------------------------------------*/
.simpleTempelate header[role="banner"] {
	border-bottom: 10px solid #049849;
	position: relative;
}
.simpleTempelate header[role="banner"]:before {
	content:"";
	display: block;
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgb(217,217,217);
	background: -moz-linear-gradient(top,  rgba(217,217,217,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,217,217,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(217,217,217,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(217,217,217,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(217,217,217,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(217,217,217,1) 0%,rgba(255,255,255,1) 100%);
}
.simpleTempelate header[role="banner"] #headerInner .logoWrap {
	width: auto;
	float: none;
}
.simpleTempelate header[role="banner"] #headerInner .logoWrap > p > strong {
	width: auto;
	height: auto;
}
/*footer_simple*/
.simpleTempelate footer[role="contentinfo"] {
	background: #049849;
	margin-bottom: 0;
	padding: 8px 0;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.simpleTempelate footer[role="contentinfo"] #footerInfo {
	margin-top: 0;
}

/*-------------------------------------------
Popup
-------------------------------------------*/
.popup header[role="banner"] {
	border-bottom: solid 3px #004831;
}
.popup header[role="banner"] #headerInner #headerInfo {
	visibility: hidden;
}
.popup header[role="banner"] #gnavArea {
	display: none;
}
.popup footer[role="contentinfo"] #footerNav,
.popup footer[role="contentinfo"] #footerSegment {
	display: none;
}
