@charset "utf-8";

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

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html{color: #000;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {margin: 0;	padding: 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,th,var,optgroup {font-style: inherit;font-weight: inherit;}
del,ins {text-decoration: none;}
li {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;	font-weight: normal;}
table {font-size: 100%;}
q:before,q:after {content: '';}
abbr,acronym {border: 0;font-variant: normal;}
sup {vertical-align: baseline;}
sub {vertical-align: baseline;}
/*because legend doesn't inherit in IE */
legend {color: #000;}
input,button,textarea,select,optgroup,option {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {*font-size: 100%;}

/* reset End--------------------------------- */

/*------------------------------------------------------*/
/* structure
/*------------------------------------------------------*/
html{
    height:100%;
}


body {
	height: 100%;
	font-size: 13px;
	font-family: 'ＭＳ Ｐゴシック','MS Pゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	line-height: 1.5;
	color: #555555;
}

/* ------------------------------------------------

common element

------------------------------------------------ */

a {
	/*outline:none;*/
}

a:link,
a:visited {
	color:#555;
	text-decoration:none;
}

a:hover {
	color:#f78a0b;
	text-decoration:underline;
}

a:active {
	color:#555;
	text-decoration:underline;
}

a.external img,
a.popup img {
	/position: absolute;
	margin-left: 5px;
	/padding: 2px 0 0;
	vertical-align: middle;
}

a.pdf2 img{
	/position: absolute;
	margin-left: 5px;
	/padding: 1px 0 0;
	vertical-align: middle;
}

ul.iconList {background: #fff;}

	ul.iconList li {
		padding:13px 26px 13px 42px;
		background: url(/shared_v2/image/base/ico_topics_category_1_01.gif) 12px 13px no-repeat; /* trial */
	}

ul.arrow01Link {margin-top: 9px;}

	ul.arrow01Link li {
		padding: 3px 4px 3px 17px;
		background: url(/shared_v2/image/base/ico_arrow_01.gif) 3px 0.65em no-repeat;
		/zoom: 1;
	}

ul.arrow02Link {}

	ul.arrow02Link li {
		padding: 3px 4px 0 17px;
		background: url(/shared_v2/image/base/ico_arrow_02.gif) 3px 0.65em no-repeat;
		/zoom: 1;
	}

	ul.arrow02Link.hoverLink {background: #fff;}

	ul.arrow02Link.hoverLink li {
		padding: 0;
		border-top: 1px solid #e8e8e8;
		background: none;
		cursor: pointer;
	}

	ul.arrow02Link.hoverLink li a {
		display: block;
		padding: 10px 13px 10px 26px;
		/width: 173px;
		background: url(/shared_v2/image/base/ico_arrow_02.gif) 12px 1.25em no-repeat;
		/zoom: 1;
	}

	ul.arrow02Link.hoverLink li a:hover,
	ul.arrow02Link.hoverLink li a:active {
		background: url(/shared_v2/image/base/ico_arrow_02.gif) #ffeedd 12px 1.25em no-repeat;
		color: #555;
		text-decoration: none;
	}

	ul.arrow02Link.innerLink li {
		padding: 0 !important;
		background: none !important;
	}

	ul.arrow02Link.innerLink li a {
		display: block;
		padding: 10px 13px 10px 26px;
		width: 160px;
		background: url(/shared_v2/image/base/ico_arrow_02.gif) 12px 1.25em no-repeat;
		/zoom: 1;
	}

	ul.arrow03Link li {
	padding: 3px 4px 0 17px;
	background: url(/shared_v2/image/base/ico_arrow_03.gif) 3px 0.65em no-repeat;
	/zoom: 1;
	}

ul.circleList {	background: #fafafa;}

	ul.circleList li {
		padding:10px 0 10px 26px;
		border-top: 1px solid #e8e8e8;
		background: url(/shared_v2/image/base/ico_circle_01.gif) 12px 1.25em no-repeat;
	}

ul.arrowBackLink {}

	ul.arrowBackLink li {
		padding: 3px 4px 0 17px;
		background: url(/shared_v2/image/base/ico_arrow_back.gif) 3px 0.65em no-repeat;
		/zoom: 1;
	}

ul li.rss {
	padding-left: 22px;
	background: url(/shared_v2/image/base/ico_rss.gif) left 0.5em no-repeat;
}

ul li.list {
	padding-left: 22px;
	background: url(/shared_v2/image/base/ico_list.gif) left 0.5em no-repeat;
}

ul.blankList {}

	ul.blankList li {
		padding-left: 0;
		background: none !important;
	}

table.iconLink {
	margin-top: 8px;
	width: 100%;
}

	table.iconLink tr td {
		padding: 4px;
		vertical-align: top;
	}

		table.iconLink tr.first td {
			border: none;
		}

		table.iconLink tr td.date {
			padding-right: 10px;
			white-space: nowrap;
			width: 80px;
			/width: 84px;
		}

		table.iconLink tr td.icon {
			padding-left: 0;
			padding-right: 10px;
			width: 18px;
		}

		table.iconLink tr td.title {
			padding: 4px 15px;
			background: url(/shared_v2/image/base/ico_arrow_01.gif) left 0.75em no-repeat;
			/zoom: 1;
		}

			table.iconLink tr td.title a img {
				/position: absolute;
			}

div.naviList {
	margin-top: 15px;
	padding: 15px 0 0;
	border-top: 1px dotted #ccc;
}

	div.naviList.first {
		margin: 0;
		border: none;
	}

	div.naviList ul {
		float: left;
		margin-left: 10px;
		padding: 0 0 0 10px;
		border-left: 1px dotted #ccc;
	}

	div.naviList ul.first {
		margin: 0;
		padding: 0;
		border: none;

	}

		div.naviList ul li {
			width: 221px;
		}

			div.naviList ul li img {
				vertical-align: top;
			}

			div.naviList ul li ul.arrow02Link {
				float: none;
				margin: 10px 0 0;
				padding: 0;
				border: none;
			}

				div.naviList ul li ul.arrow02Link li {
					padding: 3px 4px 0 17px;
					width: auto;
				}

					div.naviList ul li ul.arrow02Link li img {
						vertical-align: baseline;
					}

					div.naviList ul li ul.arrow02Link li.open {
						background: url(/shared_v2/image/base/ico_arrow_gray_bottom.gif) 3px 0.65em no-repeat;
					}

						div.naviList ul li ul.arrow02Link li.open ul {
							float: none;
							margin: 0 0 0 -10px;
							padding: 0;
							border: none;
						}

							div.naviList ul li ul.arrow02Link li.open ul li {
								width: auto;
							}

								div.naviList ul li ul.arrow02Link li.open ul li img {
									vertical-align: baseline;
								}

		div.naviList ul.mobile li,
		div.naviList ul.internet li,
		div.naviList ul.contentService li {
			width: 222px;
		}

div.shoulderWrapper {
	position: relative;
}

.skipLink {
    display: block;
    height: 1px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

/* ------------------------------------------------

topic path

------------------------------------------------ */

ul#topicPath {
	margin: 15px auto 0;
	padding: 0 27px;
	width: 970px;
}

ul#topicPath li {
	float: left;
	margin-right: 10px;
	padding-right: 15px;
	background: url(/shared_v2/image/base/ico_arrow_topic_path.gif) right center no-repeat;
	font-size: 83.4%;
}

ul#topicPath li a:link,
ul#topicPath li a:visited {
	color: #888;
}

ul#topicPath li a:hover {
	color: #f78a0b;
}

ul#topicPath li.current {
	background: none;
	color: #555;
}

ul#topicPath.withNavi {
	margin: 9px auto 0;
}

/* ------------------------------------------------

wrapper

------------------------------------------------ */
* html div#wrapper{
    height:100%;
}
div#wrapper {
	position:relative;
   	width: 100%;
    height: auto !important;
	height: 100%;
	min-height: 100%;
}

/*body > #wrapper { 1405
     height: auto;
}*/


/* ------------------------------------------------

overallArea

------------------------------------------------ */

div#overallArea {
	margin: 15px auto;/*1405*/
/*	padding: 7px 16px 0;*/
	width: 980px;
	/*background: url(/shared_v2/image/base/bg_contents_header.gif) center top no-repeat;*/
}

div#overallArea div#contentsInner {
	padding-bottom: 7px;
	background: url(/shared_v2/image/base/bg_contents_footer.gif) left bottom no-repeat;
	/zoom :1;
}

div#overallArea div#contentsInner div#contents {
	margin: 0;
	padding: 0 7px;
	background: url(/shared_v2/image/base/bg_contents.gif) left top repeat-y;
}

/* ------------------------------------------------

article

------------------------------------------------ */

div#article {
	float: left;
	width: 733px;
}

	div#article div.section {
		position: relative;
		padding: 14px;
		/width: 705px;
		border-top: 1px solid #e8e8e8;
	}

		div#article div.section.first {
			border: none;
			_border: none !important;
		}

		div#article div.section div.shoulder {
			position: absolute;
			top: 4px;
			right: 4px;
			_right: 20px;
		}

			div#article div.section div.shoulder ul {
				margin: 0;
				_width: auto;
			}

				div#article div.section div.shoulder ul li {
					/display: inline;
					float: left;
					margin-left: 5px;
					padding: 0 0 0 17px;
					border-left: 1px dotted #ccc;
					background: url(/shared_v2/image/base/ico_arrow_01.gif) 3px center no-repeat;
					line-height: 1;
					_line-height: 1.1;
				}

					div#article div.section div.shoulder ul li.first {
						border: none;
					}

					div#article div.section div.shoulder ul li.rss {
						padding-left: 22px;
						background: url(/shared_v2/image/base/ico_rss.gif) 5px center no-repeat;
					}

					div#article div.section div.shoulder ul li.list {
						padding-left: 22px;
						background: url(/shared_v2/image/base/ico_list.gif) 5px center no-repeat;
					}

		div#article div.section div.noteArea {
			margin-top: 10px;
			padding: 6px 17px;
			border: 1px solid #e7e7e7;
			background: #f4f4f4;
		}

			div#article div.section div.noteArea h3 {
				padding: 7px 0 3px;
			}

/* ------------------------------------------------

aside

------------------------------------------------ */

div#aside {
	float: left;
	padding-bottom: 15px;
	width: 244px;
	border-left: 1px solid #e8e8e8;
	background: #f6f6f6;
}

div#aside div.section {
	position: relative;
	margin: 15px 15px 0;
	padding-top: 15px;
	border-top: 1px solid #e8e8e8;
}

div#aside div.section.first {
	margin-top: 0;
	border: none;
}

div#aside div.section ul {}

div#aside div.section div.headImage {float: left;}

	div#aside div.section h3.hasIcon {margin-left: 50px;}

	div#aside div.section ul.hasIcon {margin: 0 0 0 48px;}

	div#aside div.section ul.hasIcon li {}

	div#aside div.section p.hasIcon {
		margin: 10px 0 0 52px;
		_margin: 10px 0 0 50px;
		width: 158px;
	}

/* ------------------------------------------------

pageTop

------------------------------------------------ */
p#pageTop {
	position: fixed;
	_position: absolute;
	bottom: 0;
	right: 0;
	z-index: 500;
	_top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+(documentElement.clientHeight-this.clientHeight) - 0
	: document.body.scrollTop
	+(document.body.clientHeight-this.clientHeight) - 0);
	margin: 0;
}

p#pageTop a img {
	/vertical-align: bottom;
}


/* ------------------------------------------------

clearfix

------------------------------------------------ */
.border,
ul#topicPath,
div#overallArea,
div#contents,
div#article,
.clearfix {
	/zoom:1;
}

.border:after,
div.naviList:after,
ul#topicPath:after,
div#overallArea:after,
div#contents:after,
div#article:after,
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
/* structure End--------------------------------- */


/*------------------------------------------------------*/
/* header
/*------------------------------------------------------*/
div#header {
	min-width: 1024px;
	/*height: 87px;
	background: url(../../image/base/bg_header.gif) left top repeat-x;
	border-bottom:1px solid #efefef;*/
}

div#header {
min-width: 1024px;
height: 64px;
/*background: url(../image/base/bg_header.gif) left bottom repeat-x;*/
border-bottom:1px solid #efefef;
}

div#header div.inner {
text-align:right;
margin: 0 auto;
width: 980px;
/*overflow:hidden;*/
_zoom:1;
}

div#header div.logo {
	float:left;
	/*margin:14px 0 0 10px;*/
  margin:8px 0 0 4px;
}

.logo > a > img {
padding: 6px;
margin: 0 -6px -6px 0;
}

/* 1906で修正 */
div#idnum_box {
	float:right;
	width:260px;
	margin: 18px 0 0;
	padding-right:5px;
}

#idnum_table td {
	/vertical-align:top;
}

/*  */
#idnum_table{
	float:right;
	display:block;
	height:28px;
	font-size:14px;
}

.btn_idnum a.btn_regist,
.btn_idnum a.btn_login{
	display:inline-block;
	width:86px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	-webkit-border-radius:3px;-moz-border-radius: 3px; border-radius: 3px;
}
.btn_idnum a.btn_regist {
	background:#f76b1f;
	border:1px solid #f76b1f;
	color:#fff;
}

.btn_idnum a.btn_login {
	margin-left:8px;
	border:1px solid #f76b1f;
	color:#444;
	background:#fff;
}
.btn_idnum a.btn_regist:hover,
.btn_idnum a.btn_login:hover{
	background:#FFD7B0;
	color:#f76b1f;
	text-decoration:none;
}

/* 1906で修正 */
.idnum {
	width: auto;
	margin: 4px 0 0 30px;
	font-size:14px;
	font-weight:bold;
	/*
	word-break:break-all;
	overflow:hidden;
	/zoom:1;
	*/
}
.idnum img {
}
.idnum > div{
}
.idnum img, .idnum > div{
	float:right;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:middle;
}

/* 1906で修正 */
.idnum span {
	padding: 0 0 0 26px;
	background: url(../../image/common/id_num.png) no-repeat left center;
	overflow: hidden;
	white-space: nowrap;
	max-width: 200px;
	text-overflow: ellipsis;
	display: inline-block;
}

/* gnav --------------------------------- */

div#header ul#gnav {
	float:right;
	margin: 20px 5px 5px 0;
	width:330px;
}

div#header ul#gnav li{
	float:left;
	width:120x;
	height:30px;
	margin-left:45px;
	text-indent:-9999em;
	text-align:left;
}
/* 2019/5/20 修正 */
div#header ul#gnav li a img{
	display:block;
	width:120px;
	height:30px;
	/*background:url(../../image/common/common_spr.png) no-repeat;*/
}

div#header ul#gnav li.last{ margin-right:0;}

/* off */
div#header ul#gnav li a.nav1 {background-position:0 -410px;}
div#header ul#gnav li a.nav2 {background-position:-160px -410px;}

/* hover */
div#header ul#gnav li a.nav1:hover {background-position:0 -450px;}
div#header ul#gnav li a.nav2:hover {background-position:-160px -450px;}

/* on help guide用 */
div#header ul#gnav li a.nav1_on {background-position:0 -490px;}
div#header ul#gnav li a.nav2_on {background-position:-160px -490px;}

/* header End--------------------------------- */

/*------------------------------------------------------*/
/* footer
/*------------------------------------------------------*/
div#footer {
/*	position: absolute;
    bottom: 0;*/
	width: 100%;
	height: 89px;
	background: url(../../image/base/bg_footer.gif) left top repeat-x;
}
div#footer a:link,
div#footer a:visited {
	color:#555;
	text-decoration:none;
}

div#footer a:hover {
	color:#f78a0b;
	text-decoration:underline;
}

div#footer a:active {
	color:#555;
	text-decoration:underline;
}

div#footer a.external img {
	/padding: 2px 0 0;
	vertical-align: middle;
}

/* 2019/01/24 */
/* フッターの右のロゴがカラム落ちするので幅を修正 */
div#footer div.inner {
	margin: 0 auto;
	padding: 0 22px;
	/*width: 980px;*/
	width: 1130px;
	height: 89px;
}
div#footer div.logo,
div#footer div.utility,
#logout_btn {
	float:left;
}
div#footer div.logo {
	margin:25px 0 23px;
}

div#footer div.utility {
	margin: 40px 0 auto 35px;
}

div#footer div.utility ul li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #e0e0e0;
	line-height: 1;
	/line-height: 1.1;
}

div#footer div.utility ul li.first {
	padding: 0 15px 0 3px;
	border: none;
}

div#footer div.utility ul.borderTop {
	padding: 8px 0 0;
	border-top: 1px solid #e0e0e0;
}

#logout_btn {
	margin:36px 0 auto 20px;
}

div#footer div.copyright {
	float:right;
	margin: 30px 0 auto 0;
	text-align:right;
}

div#footer div.copyright p.logo {
	margin-bottom:12px;

}

/* switch_nav -- 1405 ------------------------------- */

#switch_nav {
	clear:both;
	width:1024px;
	margin:10px auto ;
	text-align:right;

}

@media print{
/* @media print */

#footerNavi,
#footer .logo,
#footer .utility,
#pageTop {
	display: none;
}

#footer .copyright .logo {
	display: block;
}

#footer {
	background: none !important;
}

/* /@media print */
}

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

/*------------------------------------------------------*/
/* common
/*------------------------------------------------------*/

#error{
	height:auto;
	margin:0 auto 10px auto;
	width:600px;
	display:block;
	overflow:hidden;
	padding:8px 15px;
	color:#F00;
	border:#F00 solid 1px;
}

#mainte{
	height:auto;
	margin:0px auto 10px auto;
	display:block;
	overflow:hidden;
	padding:8px 15px;
	background-color:#feebe5;
	color:#f77837;
	font-weight:800;
}
#js_comment{
		height:auto;
	margin:0px auto 10px auto;
	display:block;
	overflow:hidden;
	padding:8px 15px;
	border:#666 solid 1px;
	color:#555;
	font-weight:800;
	background-image:url(../../image/common/ex.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:40px;
}


/* アラート 1405 --------------------------------- */

#notify {
	clear:both;
	margin:0 0 10px 10px;
	font-weight:bold;
	color:#333;
}

#notify li{
	margin-bottom:5px;
	padding:2px 8px;
	border:1px solid #FFA93A;
	background:#FFBD69;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

#notify li a {
	display: inline-block;
	padding: 4px 6px 3px;
	line-height:1;
	font-size: 12px;
	text-decoration: none;
	background: #FFFCFA;
	color: #F76B1F;
	border: 1px solid #f76b1f;
	-webkit-border-radius:3px;-moz-border-radius:3px; border-radius:3px;
}
#notify li a:hover {
	color:#09C;
	background:#fff;
}

#notify li a.cinfo_set {
	margin:0 4px 0 3px;
}

#notify a.btn_ms_l {
	margin-right:5px;
}

#notify .mail_status2 {/* 2つ以上ある場合 */
	display:block;
	margin-left:0;
}
/* notify END */


#topic_path{
	margin-bottom:10px;
letter-spacing: -0.04em;
}
#topic_path li{
	display:inline-block;
	letter-spacing: normal;
	padding:5px 20px 5px 12px;
	background:#f8f8f8 url(../../image/top/topic_path.png) no-repeat right -9px;
}
#topic_path li:last-child{
	background:#f8f8f8 url(../../image/top/topic_path.png) no-repeat right -56px;
}

#contents{
	height:auto;
	margin:5px auto;
	overflow:hidden;
}

#contents:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}

#main{
	float:left;
	width:720px;
	height:auto;
	padding-left:10px;
}

#side{
	float:right;
	width:215px;
	height:auto;
}

#contentBodyArea{
	/*padding-bottom:180px;*/
	padding-bottom:90px;
}
h1{
	clear:both;
	margin:0 0 20px;
    padding: 7px 10px 5px;
/*background: url(../../img/common/bar_h3.gif) no-repeat scroll left bottom transparent;*/
/*	border-bottom: 3px solid #F76B1F;
	background:#eee;*/
	background:#f5f5f5;
	border-bottom: 1px solid #eee;
	border-left: 5px solid #F76B1F;
    font-size:20px;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(255,255,255, 0.9);
}


/*h2{
border-left: 5px solid #EB5505;
font-size: 18px;
background: #F9F9F9;
padding: 10px 5px 8px 8px;
line-height: 1;
color: #444;
font-weight: bold;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}*/

/*h2{
	border-left: 7px solid #FF8019;
    padding: 2px 0 2px 10px;
    line-height: 150%;
	font-size:16px;
	font-weight:800;
	margin:5px 0px;
}*/
h2 {
	margin:10px auto;
	padding: 0 0 3px 8px;
	background: url(../../image/base/bg_h2.gif) no-repeat left bottom;
	font-size: 16px;
	line-height: 1.8em;
	font-weight:bold;
}


#errmsg{
	height:auto;
	margin:0px auto 10px auto;
	display:block;
	overflow:hidden;
	padding:8px 15px;
	color:#f77837;
	font-weight:800;
}
.k_txt{
	/*width:680px;
	margin:10px auto 0 auto;*/ /* 1405 */
	margin:10px 5px 0;
	height:auto;
	overflow:hidden;
}

.k_txt:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}


a.b_link, a.b_link:link, a.b_link:visited{
		text-decoration:underline;
		color:#09C;
 }

a.b_link:active, a.b_link:hover{
	color:#F90;
	text-decoration:underline;
}


.btn_box{
/*	width:100%;
	margin:13px auto 0 auto;*/ /* 1405 */
	width: 700px;
	margin: 15px auto 0;
	height:auto;
	overflow:hidden;
	padding-left:2px;
}

.btn_box:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
.center{
	text-align:center;}

#ym{
	font-size:16px;
}

#mm{
	height:23px;
}

.cm{
	font-size:14px;
}



/*ページ送り*/

.page_ocri{
	width:700px;
	margin:2px auto 0 auto;
	height:20px;
	overflow:hidden;
	text-align:right;
	padding:2px 2px 0 2px;
}

.page_ocri:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}

ul.pager {
	margin: 0;
	padding: 0;
	font: 100% Arial, Helvetica, sans-serif;
	text-align:right;
}
ul.pager li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.pager li strong {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.1em 0.4em;
	background-color: #EEEEEE;
}
ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.1em 0.4em;
	text-decoration:none;
}

ul.pager li a:link,
ul.pager li a:visited {
	color: #09C;
}
ul.pager li a:hover,
ul.pager li a:active {
	background-color:#c5c5c5;
	color: #fff;
}

/* 共通スタイル */

.textR {text-align: right !important;}
.floatL {float: left !important;}
.floatR {float: right !important;}
.border {border: 1px solid #cbced6;}
.borderLDot {border-left: 1px dotted #e8e8e8 !important;}
.borderTDot {border-top: 1px dotted #e8e8e8 !important;}
td.top {vertical-align: top;}

.caution {color:#f00; font-weight:bold;}

.fc_r {color:#f00 !important;}

.txt_r {text-align: right;}/*1405*/
.txt_l {text-align: left;}/*1405*/
.txt_c {text-align: center;}/*1405*/

.li_st1 {/*1405*/
	text-align:right;

}
.li_st1 a{/*1405*/
	padding:0 0 0 16px;
	background:url(../../image/common/arrow_c.png) no-repeat left 4px;
	color:#09C;
}

/* table base 1405 --------------------------------- */
.table_l, .table_t {
	width:700px;/*1405*/
	margin:10px auto;/*1405*/
	border:1px solid #aaa;
	border-collapse: collapse;
	text-align:left;
}
.table_l span, .table_t span {
	display:inline;
	font-size: 100%;
	line-height:1.5;
	overflow: auto;
	height: auto;
	width: auto;
}

.table_l th, .table_l td, .table_t td {
	padding:8px;
	border:1px solid #aaa;
}
.table_t th {
	padding:5px 8px;
	border:1px solid #aaa;
}

.table_l th, .table_t th {
	background:#ededed;
	font-weight:bold;
}
.table_l th { width:180px; }

.table_l .td_r, .id_table_t .td_r {	border-right:none;}

.table_l .td_l, .id_table_t .td_l {	border-left:none;}

.ta_b_t { border-topt:1px solid #aaa !important;}
.ta_b_r { border-right:1px solid #aaa !important;}
.ta_b_b { border-bottom:1px solid #aaa !important;}
.ta_b_l { border-left:1px solid #aaa !important;}
.ta_b_rb {border-right:1px solid #aaa !important;border-bottom:1px solid #aaa !important;}


table.table_inner {
	margin-top:0;
	border:none;
	border-collapse: collapse;
}
table.table_inner th, table.table_inner td {
	padding:0;
	background:none;
	border:none;
}


/* ------------------------------------------------

margin

------------------------------------------------ */
.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt91 { margin-top: 91px !important; }
.mt112 { margin-top: 112px !important; }

.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.mtm05 { margin-top: -5px !important; }
.mtm10 { margin-top: -10px !important; }
.mtm15 { margin-top: -15px !important; }
.mtm20 { margin-top: -20px !important; }
.mtm25 { margin-top: -25px !important; }
.mtm30 { margin-top: -30px !important; }
.mtm35 { margin-top: -35px !important; }
.mtm40 { margin-top: -40px !important; }

.mbm05 { margin-bottom: -5px !important; }
.mbm10 { margin-bottom: -10px !important; }
.mbm15 { margin-bottom: -15px !important; }
.mbm20 { margin-bottom: -20px !important; }
.mbm25 { margin-bottom: -25px !important; }
.mbm30 { margin-bottom: -30px !important; }
.mbm35 { margin-bottom: -35px !important; }
.mbm40 { margin-bottom: -40px !important; }

/* padding */
.pd0 {padding:0 !important;}
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt8 { padding-top: 8px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }

.pr0 { padding-right: 0px !important; }
.pr5 { padding-right: 5px !important; }
.pr8 { padding-right: 8px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb8 { padding-bottom: 8px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }

.pl0 { padding-left: 0px !important; }
.pl5 { padding-left: 5px !important; }
.pl8 { padding-left: 8px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.p00 { padding: 0 !important; }
.pb00 { padding-bottom: 0 !important; }

/* common End--------------------------------- */

/*------------------------------------------------------*/
/* side_menu
/*------------------------------------------------------*/

/* ----- userinfo 1405 ----- */

#userinfo {
	margin:0 auto 10px;
	padding:2px;
	border: 2px solid #E5E5E5;
	box-sizing:border-box;
}
#userinfo dl {

}

#userinfo dt {
	margin-bottom:0px;
	padding: 6px 0 5px 0;
	background: #ededed;
	font-size:13px;
	font-weight:bold;
	text-shadow:0 1px 1px rgba(255,255,255,0.7);
}
#userinfo dl.payment dt{line-height:1.2;}
#userinfo dl.point dt span,
#userinfo dl.balance dt span,
#userinfo dl.payment dt span {
	display:inline-block;
	padding: 1px 0 1px 32px;
	background:url(../../image/common/common_spr.png) no-repeat;
}
#userinfo dl.point dt span {
	padding: 1px 0 1px 32px;
	background-position:5px 1px;
}
#userinfo dl.balance dt span {
	padding: 2px 0 0 32px;
	background-position:7px -67px;
}
#userinfo dl.payment dt span {
	padding-left:32px;
	background-position:5px -131px;
}

#userinfo dd {
	text-align:right;
	padding: 0px;
	text-align:right;
	color:#eb5505;
	font-weight:bold;
}
#userinfo dd a{	color: #EB5505;}

#userinfo dd.value a {
	display:inline-block;
	padding: 8px 8px 0px;
	width: 191px;
	border-top:1px solid #eee;
	font-size:13px;
}
#userinfo dd.value a:hover, #userinfo dd.value a span:hover {
	text-decoration:none;
	background: #FFF6EE;
}
#userinfo dd.value a span {
	padding-right:3px;
	font-size:18px;
	text-decoration:underline;
}

#userinfo .expiration {
	margin-bottom:2px;
	padding:1px;
	line-height:1.1;
	font-size:10px;
	text-align:left;
	cursor:pointer;
}
#userinfo .expiration a{
	display:inline-block;
	padding:2px 0 2px 17px;
	width:186px;
	border:1px solid #F8884B;
	background:#ffe8da url(../../image/common/side_menu/icon_alert.png) no-repeat 3px center;
	background-size:12px auto;
	color:#eb5505;
}
#userinfo .expiration a:hover{
	background: #FFF6EE url(../../image/common/side_menu/icon_alert.png) no-repeat 3px center;
	background-size:12px auto;
}
#userinfo dd.note, #userinfo .note li{
	margin-left:3px;
	padding: 8px 0 5px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
}
#userinfo dd.note a, #userinfo .note li a {
	color: #09C;
}
/* ----- 1706 ----- */
.userinfo--attention {
	color: #555;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 0px 0px 24px;
    line-height: 1.35;
    background: url(../../image/common/userinfo__icon_atte.gif) no-repeat 3px center;
    background-size: 14px;
}
.userinfo--lapse__p {
	color: #555;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 0;
}
.userinfo--lapse__p span{
    font-weight: bold;
    color: #f00;
    padding-right: 3px;
}
.triangle {display: inline-block !important;margin-top:5px;content: '';width: 0;height: 0;border: 4px solid transparent;border-left-color: #FE8005;border-left-width:6px;border-right-width:5px;}



/*サイドメニュー*/
/* ----- localNav ----- */

#localNav li p a, ul.selected li a {
	display: table-cell;
	width:215px;
	vertical-align:middle;
	height:42px;
	line-height:1.2;
	background:#F5F5F5 url(../../image/common/side_menu/icon_category.png) no-repeat 8px center ;
	cursor:pointer;
}
#localNav li p a:hover {
	background: #FFF6EE url(../../image/common/side_menu/icon_category.png) no-repeat 8px center ;
	text-decoration:none;
	color:#444;
}
#localNav > li p{ margin-bottom:3px;}
#localNav > li p a {
	padding-left:24px;
	border-bottom: 1px solid #E5E5E5;
}

ul.selected {
	display:none;
	margin-bottom:3px;
}
ul.selected li{
	margin:0 0 2px 10px;

}
ul.selected li a {
	padding-left:15px;
	border-bottom: 1px solid #E5E5E5;
	background:#F8F8F8;
}
ul.selected li a:hover {
	background: #FFF6EE ;
	text-decoration:none;
	color:#444;
}
ul.selected li:first-child a {
	border-top: 1px solid #f8f8f8;
}
ul.selected li:last-child a {
	border:none;
}

/*.localNav_ttl {
	padding:2px 8px;
	margin: 0 0 2px 0;
	background:#ddd;
	font-weight:bold;
	font-size:13px;
	font-size:1.3rem;
}

#localNav{
	margin-bottom:10px;
	font-size:0;
}
#localNav li{
	display:inline-table;
	background:#f5f5f5;
	margin-bottom:2px;
	height: 36px;
	line-height:1.2;
	font-size:12px;
	font-size:1.2rem;
}
#localNav li a{
	display:table-cell;
	width:210px;
	padding:5px 5px 5px 21px;
	background:url(../../img/common/arrow/arrow_or.png) no-repeat  8px center;
	vertical-align:middle;
	color:#444;
}
#localNav li a:hover{
	background:#FFF6EE url(../../img/common/arrow/arrow_or.png) no-repeat  8px center;
	color:#eb5505;
	text-decoration:none;
}
#localNav li a.select{
	background:#FFF6EE url(../../img/commonarrow/arrow_or.png) no-repeat  8px center;
	color:#eb5505;
	text-decoration:none;
}



ul.accordion, ul.accordion li ul {
	padding: 0;
	margin: 0;
	list-style:none;
}

ul.accordion ul {display:none;}
.category a{
	display: block;
	border: 0px;
	width: 214px;
	height: 37px;
}*/



li.short a{
	background:url(../../image/side_menu/ico_arrow_02.gif) no-repeat;
	background-position:15px 10px;
	display: block;
	border: 0px;
	font-size: 12px;
	padding:3px;
	text-decoration: none;
	color: #000;
	width: 189px;
	height:26px;
	margin:0px;
	/*padding: 4px;*/
	text-align: left;
	text-indent: 30px;
	line-height:24px;
	}
li.short a:hover{
	display: block;
	color: #F90;
}

li.long a{
	background:url(../../image/side_menu/ico_arrow_02.gif) no-repeat;
	background-position:15px 15px;
	display: block;
	border: 0px;
	font-size: 12px;
	padding:3px;
	text-decoration: none;
	color: #000;
	width: 189px;
	height:30px;
	margin: 0 0 6px;
	padding: 4px;
	text-align: left;
		padding-left:30px;
	}
li.long a:hover{
	display: block;
	color: #F90;
}

#side ul.accordion span{
	display:block;
	background-repeat: no-repeat;
	font-size:1px;
	line-height:2000px;
	overflow:hidden;
	height:37px;
	width:214px;
	margin:0px 0px 10px 0px;
}

span#kaiin_sm {background-image:url(../../image/side_menu/btn_02.gif);}
span#kaiin_sm a:hover{background-image:url(../../image/side_menu/btn_02_mo.gif);}
span#kaiin_sm.open {background-image:url(../../image/side_menu/btn_02_o.gif);}


span#apri_sm {background-image:url(../../image/side_menu/btn_03.gif);}
span#apri_sm a:hover{background-image:url(../../image/side_menu/btn_03_mo.gif);}
span#apri_sm.open {background-image:url(../../image/side_menu/btn_03_o.gif);}

span#kantan_sm {background-image:url(../../image/side_menu/btn_04.gif);}
span#kantan_sm a:hover{background-image:url(../../image/side_menu/btn_04_mo.gif);}
span#kantan_sm.open {background-image:url(../../image/side_menu/btn_04_o.gif);}


/* side_banner --------------------------------- */

.side_banner {
	margin:20px 0 0;
	text-indent:-9999px;display:block;
}
.side_banner li {
	margin-bottom:10px;
}
.side_banner li a {
	display:block;
	width:215px;
	height:54px;
	marign-bottom:10px;
	background:url(../../image/common/common_spr.png) no-repeat;
	overflow:hidden;
}

.side_banner li a.banner1 { background-position: 0 -200px;}
.side_banner li a.banner2 { background-position: 0 -270px;}
.side_banner li a.banner3 { background-position: 0 -340px;}

.side_banner li a.banner1:hover,
.side_banner li a.banner2:hover,
.side_banner li a.banner3:hover {
	opacity:0.7;
}

/*新しいウインドウを開くリンクにアイコンをつける*/
.new_win {
margin-right: 5px;
padding-right: 14px;
background: url(/id/pc/help/image/common/icon/icon_n_exlink.gif) no-repeat right 2px;
background-size: 10px;
}
.l_line {
font-weight: bold;
text-decoration: underline;
}

/*1501 wallet バナー追加*/
.side_banner .prepaid,
.side_banner .credit {
    background-image: none;
    border: 1px solid #D1D1D1;
    width: 201px;
    height: auto;
    text-indent: 0;
    text-align: center;
    padding: 5px 6px;
}
.side_banner :hover.prepaid img,
.side_banner :hover.credit img {
    opacity: 0.7;
}
/*.side_banner .cardimg,
.side_banner .logoimg {
	width: auto;
	height: 39px;
}*/
.side_banner .cardimg,
.side_banner .logoimg {
	height: auto;
}
.side_banner .cardimg {/*カード画像*/
	float: right;
	width: 55px;
	margin-top: 2px;
}
.side_banner .logoimg {/*ロゴ画像*/
	float: left;
	width: 137px;
}
/*1505 mastercard付記追加*/
.side_banner .mastercard {
	overflow: hidden;
	text-align: left;
	padding: 5px 0 0;
}
.side_banner .mastercard .mastercard_img {
	margin: 6px 11px 1px 1px;
	width: 35px;
	height: auto; /*22pxになる*/
	float: left;
}
.mastercard_txt {
	line-height: 1.2;
}

/*1510 auショッピングモール バナー追加*/
/*1510 au WALLET Market バナー追加*/
.side_banner .bnr_typeA {
	background-image: none;
	width: 213px;
	height: auto;
	text-indent: 0;
	text-align: center;
	padding: 0;
    border: 1px solid #D1D1D1;
	}
.side_banner :hover.bnr_typeA img {
    opacity: 0.7;
}

/*1603 ページトップへ かんたん決済規約など */

.toTop {
	margin: 20px 0 10px 0;
	padding-right:8px;
	text-align: right;
}

/*サイドメニュー 20180417*/
/* ----- localNav ----- */

#side ul#localNav li p span, ul.selected li span {
	display: table-cell;
	width:215px;
	vertical-align:middle;
	height:42px;
	line-height:1.2;
	background:#F5F5F5 url(../../image/common/side_menu/icon_category.png) no-repeat 8px center ;
	cursor:pointer;
	font-size:13px;
	padding-left:24px;
	border-bottom: 1px solid #E5E5E5;
}

#side ul#localNav li p span:hover {
	background: #FFF6EE url(../../image/common/side_menu/icon_category.png) no-repeat 8px center ;
	text-decoration:none;
	color:#444;
}

/*お知らせ枠の上に注意文言のリンクを追加 20181120*/
a.notice_msg_link {
	color: #09C;
}
a.notice_msg_link:hover {
	color: #F90;
	text-decoration: under;
}
a.notice_msg_link .blank_icon img {
	line-height: 1;
	vertical-align: middle;
	margin-right: 5px;
}



/*------------------------------------------*/
/*2002決済UI改善で追加*/
/*------------------------------------------*/
.error_msg {
	border: 1px solid red;
	margin: 0 10px;
	padding: 10px;
	color: red;
}



/*2002新PP*/
/*サイドバーのユーザーステージを表示するエリア*/
#user_stage {
	margin: 0 auto 10px auto;
}
#user_stage .user_stage {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	border: 2px solid #E5E5E5;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
#user_stage .user_stage_inner {
	padding: 5px 0;
	background: url(/webcontent/pc_webcontent/image/common/icon/icon_right_arrow_32.png) no-repeat center right 2px #ededed;
	background-size: 12px auto;
}
#user_stage .user_stage_inner.none_data {
	background: none;
	background-color: #ededed;
}
#user_stage .user_stage_inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#user_stage .stage_icon {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
}
#user_stage .stage_icon.regular {
	background: url(/webcontent/pc_webcontent/image/stage/icon_score_regular.png) no-repeat left center;
	background-size: 32px auto;
}
#user_stage .stage_icon.silver {
	background: url(/webcontent/pc_webcontent/image/stage/icon_score_silver.png) no-repeat left center;
	background-size: 32px auto;
}
#user_stage .stage_icon.gold {
	background: url(/webcontent/pc_webcontent/image/stage/icon_score_gold.png) no-repeat left center;
	background-size: 32px auto;
}
#user_stage .stage_icon.platinum {
	background: url(/webcontent/pc_webcontent/image/stage/icon_score_platinum.png) no-repeat left center;
	background-size: 32px auto;
}
#user_stage .stage_icon.blank {
	background: none;
}
.stage_msg {
	float: left;
	min-height: 32px;
	line-height: 32px;
}
.stage_msg.none_stage_data {
	max-width: 150px;
	margin-left: 5px;
	line-height: 1.3;
}
.stage_info_icon {
	float: right;
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	background: url(/webcontent/pc_webcontent/image/common/icon/icon_xclamation_32.png) no-repeat center center;
	background-size: 16px auto;
}


