@charset "UTF-8";


/* ====================================================== */
/* [各要素の標準スタイル定義]							  */
/* ====================================================== */

* {
	font-style: normal;
}

body {
	color: #333333;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}



a:link {
	color: #1E4EA6;
	text-decoration: underline;
}

a:visited {
	color: #800080;
	text-decoration: underline;
}

a:hover {
	color: #1E4EA6;
	text-decoration: underline;
}


/* 切手のnameタグのhover用のclass */
a.none:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #1E4EA6;
	text-decoration: underline;
}

a:focus {
	color: #1E4EA6;
	text-decoration: underline;
}

p, blockquote, div, form {
	margin: 0;
}

.pcTip{
	pointer-events: none;
}

.spDisp{display:none !important;}
.spDisp-inline{display:none !important;}

.pcDisp{display:block !important;}
.pcDisp-inline{display:inline !important;}


/*----------------------------------------------------------
  fonts
--------------------------------------------------------- */

@font-face {
	font-family: 'jpsmt';
	src:url('/fonts/jpsmt.eot?l876xm');
	src:url('/fonts/jpsmt.eot?#iefixl876xm') format('embedded-opentype'),
		url('/fonts/jpsmt.woff?l876xm') format('woff'),
		url('/fonts/jpsmt.ttf?l876xm') format('truetype'),
		url('/fonts/jpsmt.svg?l876xm#jpsmt') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* 見出し (lv1) */

h1 {
	color: #C70210;
	margin: 0 0 25px;
	font-weight: normal;
	font-size: 162.5%;
}
	body.under h1{
		position:relative;
		border-top:8px solid #cc0000;
		border-left:1px solid #c4c4c4;
		border-right:1px solid #c4c4c4;
		border-bottom:1px solid #c4c4c4;
		height:80px;
		color:#cc0000;
		padding:15px 0 15px 105px;
		box-sizing:border-box;
	}
		body.under h1 span.inner{
			font-weight:bold;
		}
			body.under h1 span.inner:before{
				position:absolute;
				top:10px;
				left:20px;
				display:inline-block;
				background-size:contain;
				background-repeat:no-repeat;
				width:65px;
				height:47px;
			}
			body.under.postoffice h1 span.inner:before{
				content:"";
				background-image:url(/img/common/resp/icon-11.png);
				background-position:20px 2px;
			}

h1.resp {
	color: #C70210;
	margin: 0 0 25px;
	padding:4px 10px;
	font-weight: normal;
	font-size: 1.8rem;
	border-top:8px solid #ce0000;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

/* 見出し (lv2) */

h2 {
	margin: 30px 0 15px;
	padding-bottom: 1px;
	font-weight: bold;
	font-size: 112.5%;
	line-height: 120%;
}

h2 span.inner {
	border-top:1px solid rgba(224,224,224,0.3);
	border-bottom:1px solid rgba(224,224,224,0.3);
	border-right:1px solid rgba(224,224,224,0.3);
	border-left:5px solid #ce0000;
	border-radius:1px;
	background:rgba(245,245,245,0.7);
	background: linear-gradient(to bottom, rgb(245,245,245,1), #ffffff);
	padding: 8px 15px;
	display: block;
}

/* 見出し (lv3) */

h3 {
	background: #ECF3FF url("/img/common/wide1200/h3_lower.gif") no-repeat 0 100%;
	margin: 20px 0 15px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 100%;
	line-height: 120%;
}

h3 span.inner {
	background: url("/img/common/wide1200/h3_upper.gif") no-repeat;
	padding: 7px 15px 2px;
	display: block;
}

/* 見出し (lv4) */

h4 {
	color: #704910;
	margin: 0 0 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #C3C3C3;
	font-weight: bold;
	font-size: 87.5%;
}

/* リスト */

ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 水平線 */

hr {
	display: none;
}

/* 表 */

table {
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #DAD9C7;
}

table th {
	padding: 0 12px;
	border-width: 1px;
	border-style: solid none none solid;
	border-color: #DAD9C7;
}

table td {
	padding: 0 12px;
	border-width: 1px;
	border-style: solid none none solid;
	border-color: #DAD9C7;
}

/* テキストの装飾 */

strong {
	font-weight: bold;
}

em {
	color: #C7000E;
}

/* フォントサイズの部分的縮小 */

small {
	font-size: 85.75%;
}

/* 画像 */

img {
	border: none;
}

/* ====================================================== */
/* [汎用クラスの定義]									  */
/* ====================================================== */

/* 画像にリンクを設置 */

a.plane {
	color: #333333;
	text-decoration: none;
}


/* 見出し (lv1) 特殊マージン */

h1.adapt {
	margin-bottom: 10px;
}

/* 見出し (lv2) 特殊マージン */

h2.adapt-v {
	margin: 0;
}

h2.adapt-t {
	margin-top: 0;
}

h2.adapt-b {
	margin-bottom: 0;
}

/* 見出し (lv3) 特殊マージン */

h3.adapt-v {
	margin: 0;
}

h3.adapt-t {
	margin-top: 0;
}

h3.adapt-b {
	margin-bottom: 0;
}

/* 特殊見出し (ボックス連結型) */

h2.box {
	background: url("/img/common/h2_box.gif") repeat-x 0 0;
	margin: 30px 0 0;
	padding: 12px 12px 8px;
	border-width: 1px;
	border-style: solid solid none;
	border-color: #CCCCCC;
	font-size: 100%;
}

h2.box span.heading {
	width: 400px;
	display: block;
	float: left;
}

h2.box span.href {
	margin-top: 0.15em;
	font-weight: normal;
	font-size: 75%;
	display: inline-block;
	float: right;
	text-align: right;
}


/* 見出し (lv2) 背景変更 */

h2.red {
	background: #F5F5F5 url("/img/common/h2_red_lower.gif") no-repeat 0 100%;
}

h2.red span.inner {
	background: url("/img/common/h2_red_upper.gif") no-repeat;
}

h2.green {
	background: #F5F5F5 url("/img/common/h2_green_lower.gif") no-repeat 0 100%;
}

h2.green span.inner {
	background: url("/img/common/h2_green_upper.gif") no-repeat;
}

h2.orange {
	background: #F5F5F5 url("/img/common/h2_orange_lower.gif") no-repeat 0 100%;
}

h2.orange span.inner {
	background: url("/img/common/h2_orange_upper.gif") no-repeat;
}

/* 見出し (lv3) 背景変更 */

h3.red {
	background: #F2F2F2 url("/img/common/h3_red_lower.gif") no-repeat 0 100%;
}

h3.red span.inner {
	background: url("/img/common/h3_red_upper.gif") no-repeat;
}

h3.green {
	background: #F2F2F2 url("/img/common/h3_green_lower.gif") no-repeat 0 100%;
}

h3.green span.inner {
	background: url("/img/common/h3_green_upper.gif") no-repeat;
}

h3.orange {
	background: #F2F2F2 url("/img/common/h3_orange_lower.gif") no-repeat 0 100%;
}

h3.orange span.inner {
	background: url("/img/common/h3_orange_upper.gif") no-repeat;
}


/* 特殊見出し (ステップ表示型) */

div.h-step {
	background: #F3F0E3 url("/img/common/wide1200/h_step_lower.gif") no-repeat 0 100%;
	background-size:cover;
	width: 960px;
}

div.h-step.first-step {
	margin-top: 20px;
}

div.h-step div.inner {
	background: url("/img/common/wide1200/h_step_upper.gif") no-repeat;
	padding: 4px 0;
	width: 960px;
}

div.h-step div.col2-l {
	width: 87px;
}

div.h-step div.col2-r {
	width: 872px;
}

div.h-step strong.heading {
	margin: 8px 15px 4px;
	display: block;
}

/* その他直書きリストのインデント 全角1字 */

.indent{
	display:inline-block;
	padding-left:0.8rem;
	text-indent:-0.8rem;
}


/* リスト (順序付：フォントサイズ大) */

ol.basic-l {
	padding-left: 32px;
}

ol.basic-l li {
	margin-top: 0.4em;
	font-size: 100%;
	list-style-type: decimal;
	line-height: 140%;
}

/* リスト (順不同：フォントサイズ大) */

ul.basic-l li {
	background: url("/img/common/mkr_basic_l.gif") no-repeat 5px 0.50em;
	margin-top: 0.4em;
	padding-left: 18px;
	font-size: 100%;
	line-height: 140%;
}

ul.notes-l li {
	background: url("/img/common/mkr_notes_l.gif") no-repeat 0px 0.20em;
	margin-top: 0.4em;
	padding-left: 18px;
	font-size: 100%;
	line-height: 140%;
}

ul.notes_red_m li {
	background: url("/img/common/mkr_notes_red_m.gif") no-repeat 1px 0.30em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 87.5%;
	line-height: 140%;
	font-weight:bold;
	color:#C7000E;
}
ul.notes_red_m_normal li {
	background: url("/img/common/mkr_notes_red_m.gif") no-repeat 1px 0.30em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 87.5%;
	line-height: 140%;
	font-weight:normal;
	color:#C7000E;
}

ul.notes_red_s_normal li {
	background: url("/img/common/mkr_notes_red_s.gif") no-repeat 1px 0.30em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 75%;
	line-height: 140%;
	font-weight:normal;
	color:#C7000E;
}


/* リスト (順序付：フォントサイズ中) */

ol.basic-m {
	padding-left: 32px;
}

ol.basic-m li {
	margin-top: 0.5em;
	font-size: 87.5%;
	list-style-type: decimal;
	line-height: 140%;
}

/* パーレン数字リスト (順序付：フォントサイズ中) */

ol.paren-m {
	padding-left:26px;
}

ol.paren-m li {
	text-indent:-1.9em;
	margin-top: 0.5em;
	font-size: 87.5%;
	line-height: 140%;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}

ol.paren-m li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
ol.paren-m >li {
	background: none!important;
}

	ol.paren-m li ul.basic-s li{
		background: url("/img/common/mkr_basic_s.gif") no-repeat 4px 0.50em !important;
		counter-increment:none;
		padding-left: 2.5rem;
	}
	ol.paren-m li ul.basic-s li:before {
		display:inline-block;
		content: "";
	}

body.jp ol.paren-m.notes li:before {
	display: marker;
	content: "(※" counter(cnt) ") ";
}
body.jp ol.paren-m.notes{
	padding-left:2.5rem;
}
body.jp ol.paren-m.notes li{
	font-size:0.85rem;
	text-indent:-2.3rem;
}


/* パーレン注リスト (順序付：フォントサイズ中) */

ol.notice-m {
	padding-left:51px;
}

ol.notice-m li {
	text-indent:-51px;
	margin-top: 0.5em;
	font-size: 87.5%;
	line-height: 140%;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}

ol.notice-m li:before {
	display: marker;
	content: "（注" counter(cnt) "）";
}

/* リスト (順不同：フォントサイズ中) */

ul.basic-m li {
	background: url("/img/common/mkr_basic_m.gif") no-repeat 5px 0.50em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 87.5%;
	line-height: 140%;
}

ul.notes-m li {
	background: url("/img/common/mkr_notes_m.gif") no-repeat 1px 0.30em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 87.5%;
	line-height: 140%;
}

ul.notes-m.en li {
	background:none;
	padding-left: 10px;
	text-indent:-0.6em;
}
	ul.notes-m.en li:before {
		font-family:Verdana, Geneva, sans-serif;
		content: "*";
	}
	ul.notes-m.red{
		color:#ce0000;
	}
		ul.notes-m.red li{
			background: url("/img/common/mkr_notes_red_m.gif") no-repeat 1px 0.30em;
		}
		ul.notes-m.en.red li{
			background: none;
		}
	ul.notes-m.red:before{
		color:#ce0000;
	}

/* リスト (順序付：フォントサイズ小) */

ol.basic-s {
	padding-left: 32px;
}

ol.basic-s li {
	margin-top: 0.6em;
	font-size: 75%;
	list-style-type: decimal;
	line-height: 140%;
}

/* リスト (順不同：フォントサイズ小) */

ul.basic-s li {
	background: url("/img/common/mkr_basic_s.gif") no-repeat 4px 0.50em;
	margin-top: 0.6em;
	padding-left: 14px;
	font-size: 75%;
	line-height: 140%;
}

ul.notes-s li {
	background: url("/img/common/mkr_notes_s.gif") no-repeat 1px 0.25em;
	margin-top: 0.6em;
	padding-left: 14px;
	font-size: 75%;
	line-height: 140%;
}

ul.notes-s.en li {
	background:none !important;
	padding-left: 10px;
	text-indent:-0.6em;
}
	ul.notes-s.red{
		color:#ce0000;
	}
		ul.notes-s.red li{
			background: url("/img/common/mkr_notes_red_s.gif") no-repeat 1px 0.30em;
		}
	ul.notes-s.en li:before {
		font-family:Verdana, Geneva, sans-serif;
		content: "*";
	}

/* リスト (順序付：茶色アイコン) */

ol.brown li {
	padding: 12px 0 12px 18px;
	font-size: 87.5%;
	line-height: 140%;
}

ol.brown li.o01 {
	background: url("/img/common/mkr_ol1_01.gif") no-repeat 0 1.15em;
	border-top: 1px dotted #F8F7EF;
}

ol.brown li.o02 {
	background: url("/img/common/mkr_ol1_02.gif") no-repeat 0 1.15em;
	border-top: 1px dotted #CECBCE;
}

ol.brown li.o03 {
	background: url("/img/common/mkr_ol1_03.gif") no-repeat 0 1.15em;
	border-top: 1px dotted #CECBCE;
}

ol.brown li.o04 {
	background: url("/img/common/mkr_ol1_04.gif") no-repeat 0 1.15em;
	border-top: 1px dotted #CECBCE;
}

/* リスト (順序付：アルファベット大文字) */

ol.alpha-u li {
	list-style-type: upper-alpha;
}

/* リスト (順序付：アルファベット小文字) */

ol.alpha-l li {
	list-style-type: lower-alpha;
}


/* パーレン※リスト (順序付：フォントサイズ中) */

ol.notes-m {
	padding-left:51px;
	text-indent:-51px;
}
	body.jp ol.notes-m {
		padding-left:3.2rem;
		text-indent:-3.2rem;
	}

ol.notes-m li {
	margin-top: 0.5em;
	font-size: 87.5%;
	line-height: 140%;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}

ol.notes-m li:before {
	display: marker;
	content: "（*" counter(cnt) "）";
}
	body.jp ol.notes-m li:before {
		content: "（※" counter(cnt) "）";
	}


/* リスト (順不同：赤矢印) */

ul.arrow-red li {
	background: url("/img/common/mkr_arrow_red.gif") no-repeat 0 0.35em;
	margin-top: 0.4em;
	padding-left: 14px;
	font-size: 100%;
	line-height: 140%;
}


/* リスト (順不同：赤矢印)	100310追加 */
ul.arrow-red-m li {
	background: url("/img/common/mkr_arrow_red.gif") no-repeat 0 0.35em;
	margin-top: 0.5em;
	padding-left: 14px;
	/* 文字サイズなどを変更する場合はクラスを追加 */
	font-size: 87.5%;
	line-height: 140%;
}

/* リスト (順不同：濃いグレー矢印) */

ul.arrow-gray1 li {
	background: url("/img/common/mkr_arrow_gray1.gif") no-repeat 0 0.35em;
	margin-top: 0.5em;
	padding-left: 14px;
	/* 文字サイズなどを変更する場合はクラスを追加 */
	font-size: 87.5%;
	line-height: 140%;
}

/* リスト (順不同：赤矢印【＞】) 20131001対応用 */	
ul.arrow-red-simple li {
	background: url(/img/common/arrow_nav01.gif) no-repeat 0 0.5em;
	margin-top: 0.5em;
	padding-left: 10px;
	/* 文字サイズなどを変更する場合はクラスを追加 */
	font-size: 87.5%;
	line-height: 140%;
}


/* リスト (順不同：薄いグレー矢印) */

ul.arrow-gray2 li {
	background: url("/img/common/mkr_arrow_gray2.gif") no-repeat 0 0.35em;
	margin-top: 0.5em;
	padding-left: 14px;
	/* 文字サイズなどを変更する場合はクラスを追加 */
	font-size: 87.5%;
	line-height: 140%;
}



/* リスト (順不同：矢印【＞】) 20131001対応用 */	
ul.arrow-gray-simple li {
	background: url(/img/common/mkr_arrow_gray_renewal.gif) no-repeat 0 0.5em;
	margin-top: 0.3em;
	padding-left: 10px;
	/* 文字サイズなどを変更する場合はクラスを追加 */
	font-size: 87.5%;
	line-height: 140%;
}


/*　リスト　丸逆く　*/

ul.arrow-ring li{
	margin-left:9px;
	margin-top:0.45em;
	padding-left: 20px;
	font-size:90%;
	line-height:140%;
	background: url("/img/common/mkr_arrow-r.gif") no-repeat left 0.05em;
}
ul.arrow-ring ul.arrow-gray2 li{
	background: url("/img/common/mkr_arrow_gray2.gif") no-repeat 0 0.35em;
	margin-top: 0.5em;
	padding-left: 14px;
	/* 文字サイズなどを変更する場合はクラスを追加 */
	font-size: 87.5%;
	line-height: 140%;
}

ul.arrow-ring.inline li{
	display:inline;
	margin-left:9px;
	margin-top:0.45em;
	padding-left: 20px;
	font-size:90%;
	line-height:140%;
	background: url("/img/common/mkr_arrow-r.gif") no-repeat left 0.05em;
}

/*　リスト　丸逆く　*/

ul.arrow-flat li{
	margin-left:9px;
	margin-top:0.45em;
	padding-left: 20px;
	line-height:140%;
	background: url("/img/common/mkr_arrow-r.gif") no-repeat left 0.25em;
}
	ul.arrow-flat li span.read{
		display:block;
		padding:10px 0;
	}



/*　リスト　逆く　*/

ul.arrow-simple li{
	margin-left:0px;
	margin-top:0.1em;
	padding-left: 12px;
	font-size:90%;
	line-height:140%;
	background: url("/img/common/mkr_link.gif") no-repeat left 0.45em;
}

/*　リスト　赤丸　*/

ul.ring li{
	margin-left:0px;
	margin-top:0.1em;
	padding-left: 12px;
	font-size:90%;
	line-height:140%;
	background: url("/img/service/mrk_h2.gif") no-repeat left 0.20em;
}

/* リスト (エラー) */

div.err-list ul.basic-l li {
	background-image: url("/img/common/mkr_error_l.gif");
}

div.err-list ul.basic-m li {
	background-image: url("/img/common/mkr_error_m.gif");
}

div.err-list ul.basic-s li {
	background-image: url("/img/common/mkr_error_s.gif");
}

/* リストの入れ子時のマーカー調整 (ul要素＞ul要素) */
ul.notes-s ul.basic-s li {
	background: url("/img/common/mkr_basic_s.gif") no-repeat 4px 0.50em;
	margin-top: 0.6em;
	padding-left: 14px;
	font-size: 75%;
	line-height: 140%;
}


/* リストの入れ子時のマーカー調整 (ol要素＞ul要素) */

ol.basic-l ul li {
	list-style-type: none;
}

ol.basic-m ul li {
	list-style-type: none;
}

ol.basic-s ul li {
	list-style-type: none;
}

/* リストの入れ子時のマーカー調整 (ul要素＞ol要素) */

ul ol.basic-l li {
	background: none;
	padding: 0;
	list-style-type: decimal;
}

ul ol.basic-m li {
	background: none;
	padding: 0;
	list-style-type: decimal;
}

ul ol.basic-s li {
	background: none;
	padding: 0;
	list-style-type: decimal;
}

/* リストののてｓｔ時のマーカー調整 (arrow-red＞basic＆notes) */

ul.arrow-red ul.basic-l li {
	background: url("/img/common/mkr_basic_l.gif") no-repeat 5px 0.50em;
	padding-left: 18px;
}


ul.arrow-red ul.basic-m li {
	background: url("/img/common/mkr_basic_m.gif") no-repeat 5px 0.50em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 87.5%;
	line-height: 140%;
}

ul.arrow-red-m ul.basic-m li {
	background: url("/img/common/mkr_basic_m.gif") no-repeat 5px 0.50em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 87.5%;
	line-height: 140%;
}


ul.arrow-red ul.basic-s li {
	background: url("/img/common/mkr_basic_s.gif") no-repeat 4px 0.50em;
	margin-top: 0.6em;
	padding-left: 14px;
	font-size: 75%;
	line-height: 140%;
}



ul.arrow-ring ul.basic-m li {
	background: url("/img/common/mkr_basic_m.gif") no-repeat 5px 0.50em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 87.5%;
	line-height: 140%;
}

ul.arrow-ring ul.arrow-simple li{
	margin-left:-14px;
	*margin-left:0px;/*IE6.7*/
	padding-left: 14px;
	font-size:90%;
	background: url("/img/common/mkr_link.gif") no-repeat left 0.45em;
}

ul.arrow-ring ul.notes-m li {
	background: url("/img/common/mkr_notes_m.gif") no-repeat 1px 0.30em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 87.5%;
	line-height: 140%;
	margin-left:0;
}
		ul.arrow-ring ul.notes-m.red li{
			background: url("/img/common/mkr_notes_red_m.gif") no-repeat 1px 0.30em;
		}

ul.linkList li{
	text-align:right;
	font-size:14px;
}
	ul.linkList li a{
		position:relative;
	}
	
	ul.linkList li a:before{
		position:absolute;
		font-family: 'jpsmt';
		content: "\3e";
		left:-20px;
		top:4px;
		height:100%;
		font-size:16px;
		color:#ce0000;
	}
	ul.linkList li.popup a:before{
		content: "";
	}
	ul.linkList li.arrow a{
		padding-left:20px;
		background: url("/img/common/mkr_next.gif") no-repeat 0 0.25em;
	}
		ul.linkList li.arrow a:before{
			content: "";
		}
	

p[class^="simple"] a{
	position:relative;

}
	p[class^="simple"] a:before{
		position:absolute;
		font-family: 'jpsmt';
		content: "\3e";
		left:-20px;
		top:0px;
		height:100%;
		font-size:14px;
		color:#ce0000;
	}


/* 表 (汎用：ヘッダセル) */

table th {
	font-weight: bold;
	text-align: center;
}

table th.h1, table td.h1 {
	background: #F5F4E8;
	padding: 10px 12px;
}

table th.h2, table td.h2 {
	background: #F9F8F1;
	padding: 10px 12px;
}

table th.h3, table td.h3 {
	background: #F0F6FE;
	padding: 10px 12px;
}
table th.h5, table td.h5 {
	background: #FFECEC;
	padding: 10px 12px;
}

table tr.odd {
	background:#eee;
}

table span.zipcord{
	display:block;
}


/* 表 (汎用：セルのパディング確保) */

table.data{
	background:rgba(255,255,255,1);
}

table.data th {
	padding: 10px 12px;
}

table.data td {
	padding: 10px 12px;
}

table tr.data th {
	padding: 10px 12px;
}

table tr.data td {
	padding: 10px 12px;
}

table th.data {
	padding: 10px 12px;
}

table td.data {
	padding: 10px 12px;
}

/* 表 (汎用：装飾) */

table td.follow {
	border-top-style: dotted;
}

table td.total {
	background: #FFF4EE;
}

table.align-c{
	margin:0 auto;
}


/* 表 (レイアウト用) */

table.layout {
	border: none;
}

table.layout.adapt {
	margin-bottom: -15px;
}

table.layout th {
	padding: 0;
	border: none;
}

table.layout td {
	padding: 0;
	border: none;
}

/* 表 (レイアウト用：左側に画像) */

table.layout td.pic {
	padding: 0.15em 15px 0 0;
}




/* 表 (レイアウト用：左側にマーカー的要素) */

table.layout td.marker {
	padding-right: 4px;
}

/* 表 (レイアウト用：必須／任意アイコン) */

table.layout td.icon {
	padding-left: 5px;
	text-align: right;
}

/* データセル内のセパレーター */

table td div.data {
	margin: 10px 0;
}

table td div.part {
	margin-top: 5px;
}

/* 注釈テキスト */

*.comment {
	color: #787878;
}

*.comment ul.notes-l li {
	background-image: url("/img/common/mkr_notes_gray_l.gif");
}

*.comment ul.notes-m li {
	background-image: url("/img/common/mkr_notes_gray_m.gif");
}

*.comment ul.notes-s li {
	background-image: url("/img/common/mkr_notes_gray_s.gif");
}
	*.comment ul.en li {
		background:none;
		padding-left: 0px;
	}

		ul.notes-l.en li:before {
			font-family:Verdana, Geneva, sans-serif;
			content: "*";
		}
		ul.notes-m.en li:before {
			font-family:Verdana, Geneva, sans-serif;
			content: "*";
		}
		ul.notes-s.en li:before {
			font-family:Verdana, Geneva, sans-serif;
			content: "*";
		}

ul.notes-l li.comment {
	background-image: url("/img/common/mkr_notes_gray_l.gif");
}

ul.notes-m li.comment {
	background-image: url("/img/common/mkr_notes_gray_m.gif");
}

ul.notes-s li.comment {
	background-image: url("/img/common/mkr_notes_gray_s.gif");
}
	 ul.en li.comment {
		background:none;
		padding-left: 0px;
	}



/* 見出しに従属する文章節 */

div.section {
	margin-left: 15px;
}

/* 画像配置 (バナーを段抜きで配置) */

div.banner {
	margin: 25px 0;
}

/* フォームの画面遷移ボタン */

div.submit {
	margin: 30px 0;
	text-align: center;
}

/* フロートに後続する流し込みを解除 */


*.no-back{
	background: none !important;
}

*.clear {
	clear: both;
}

div.clear {
	font: 1px/1px sans-serif;
}

/* 2列カラム */

*.col2-l {
	/* 横幅などは必要に応じて定義 */
	float: left;
}

*.col2-r {
	/* 横幅などは必要に応じて定義 */
	float: right;
}

/* 3列カラム */

*.col3 {
	float: left;
}
*.col3.inline {
	display:inline-block;
	float:none;	
}
*.col3_l {
	float: left;
}
*.col3_c {
	float: left;
}
*.col3_r {
	float: left;
}


/* 3列カラム */
#col3:after{
	clear:both;
	display:block;
	content:"";
}

#col3 div.col3 {
	width:31%;
	margin-left:18px;
}

#col3 div.first-item {
	margin-left:0;
}

/* 3列カラム class ver*/
.col3_base:after{
	clear:both;
	display:block;
	content:"";
}

.col3_base div.col3 {
	width:31%;
	margin-left:18px;
}

.col3_base div.first-item {
	margin-left:0;
}

*.sp-v0 {margin-top: 0px !important; margin-bottom: 0px !important;}
*.sp-v5 {margin-top: 5px !important; margin-bottom: 5px !important;}
*.sp-v10 {margin-top: 10px !important; margin-bottom: 10px !important;}
*.sp-v15 {margin-top: 15px !important; margin-bottom: 15px !important;}
*.sp-v20 {margin-top: 20px !important; margin-bottom: 20px !important;}
*.sp-v25 {margin-top: 25px !important; margin-bottom: 25px !important;}
*.sp-v30 {margin-top: 30px !important; margin-bottom: 30px !important;}

*.sp-t0 {margin-top: 0px !important;}
*.sp-t5 {margin-top: 5px !important;}
*.sp-t10 {margin-top: 10px !important;}
*.sp-t15 {margin-top: 15px !important;}
*.sp-t20 {margin-top: 20px !important;}
*.sp-t25 {margin-top: 25px !important;}
*.sp-t30 {margin-top: 30px !important;}

*.sp-b0 {margin-bottom: 0px !important;}
*.sp-b5 {margin-bottom: 5px !important;}
*.sp-b10 {margin-bottom: 10px !important;}
*.sp-b15 {margin-bottom: 15px !important;}
*.sp-b20 {margin-bottom: 20px !important;}
*.sp-b25 {margin-bottom: 25px !important;}
*.sp-b30 {margin-bottom: 30px !important;}

*.sp-r0 {margin-right: 0px !important;}
*.sp-r5 {margin-right: 5px !important;}
*.sp-r10 {margin-right: 10px !important;}
*.sp-r15 {margin-right: 15px !important;}
*.sp-r20 {margin-right: 20px !important;}
*.sp-r25 {margin-right: 25px !important;}
*.sp-r30 {margin-right: 30px !important;}

*.sp-l0 {margin-left: 0px !important;}
*.sp-l5 {margin-left: 5px !important;}
*.sp-l10 {margin-left: 10px !important;}
*.sp-l15 {margin-left: 15px !important;}
*.sp-l20 {margin-left: 20px !important;}
*.sp-l25 {margin-left: 25px !important;}
*.sp-l30 {margin-left: 30px !important;}

*.sp-lr0 {margin-left: 0px !important;margin-right: 0px !important;}
*.sp-lr5 {margin-left: 5px !important;margin-right: 5px !important;}
*.sp-lr10 {margin-left: 10px !important;margin-right: 10px !important;}
*.sp-lr15 {margin-left: 15px !important;margin-right: 15px !important;}
*.sp-lr20 {margin-left: 20px !important;margin-right: 20px !important;}
*.sp-lr25 {margin-left: 25px !important;margin-right: 25px !important;}
*.sp-lr30 {margin-left: 30px !important;margin-right: 30px !important;}

*.sp-auto{margin:auto !important;}

/* 汎用特殊マージン※2013年10月1日リニューアル右ナビゲーション */
*.sp-b16 {
	margin-bottom: 16px !important;
}
*.sp-t16 {
	margin-top: 16px !important;
}



/* 索引の段組み (1列カラム) */

div.index-s {
	background: url("/img/common/wide1200/ind_s_lower_renewal.gif") no-repeat 0 100%;
	margin: 10px 0;
	padding-bottom: 4px;
	width: 960px;
}

div.index-s div.inner {
	background: url("/img/common/wide1200/ind_s_upper_renewal.gif");
	width: 960px;
}
div.index-s div.section {
	margin: 0;
	padding: 0 18px 0 16px;
}

div.index-s div.col2-l {
	width: 50%;
}

div.index-s div.col2-r {
	width: 50%;
}

div.index-s.first-index {
	margin-top: 25px;
}

div.index-s ul.basic-m {
	margin-bottom:0px !important;
	padding-bottom:10px;
}

div.index-s ul.arrow-gray2 {
	margin-bottom:0px !important;
	padding-bottom:10px;
}

/* 索引の見出し (1列カラム) */

div.index-s h3 {
	background: #F5F5F5 url(/img/common/wide1200/h3_ind_s_lower_renewal.gif) no-repeat 0 100%;
	margin: 0;
	padding-bottom: 2px;
}

div.index-s h3 span.inner {
	background: url("/img/common/wide1200/h3_ind_s_upper.gif") no-repeat;
	padding: 12px 13px 7px 32px;
}

div.index-s h3.plane span.inner {
	background-image: url(/img/common/wide1200/h3_ind_s_plane_renewal.gif);
		color:#C00;
		font-size:0.88em;
}

/* 索引の段組み (2列カラム) */


div.index-d {
	background: url(/img/common/wide1200/ind_d_lower_renewal.gif) repeat-x 0 100%;
	margin: 10px 0;
	padding-bottom: 4px;
	width: 960px;
}
	div.index-d div.inner {
		background: url(/img/common/wide1200/ind_d_upper_renewal.gif);
		width: 960px;
	}
	div.index-d div.col2-l {
		width: 476px ;
	}
	div.index-d div.col2-r {
		width: 476px;
	}
	div.index-d .wrap{
		padding-right:10px;
	}

	/* 索引の左側のみを使用 */
	
	div.index-d.solo {
		background-repeat: no-repeat;
	}
	
	div.index-d.solo div.inner {
		background-repeat: repeat-y;
	}

/* 索引の見出し (2列カラム) */

div.index-d h3 {
	background: #F5F5F5 url(/img/common/wide1200/h3_ind_d_lower_renewal.gif) no-repeat 0 100%;
	margin: 0;
	padding-bottom: 2px;
}
	div.index-d h3 span.inner {
		background: url(/img/common/wide1200/h3_ind_d_upper_renewal.gif) no-repeat;
		padding: 11px 13px 7px 32px;
	}
	div.index-d h3 span.inner a {
		color:#C00;
		font-size:0.88em;
	}
	


/* 横方向の整列 */

*.arrange-c {
	/* マージンなどは必要に応じて定義 */
	text-align: center;
}

*.arrange-l {
	/* マージンなどは必要に応じて定義 */
	text-align: left;
}

*.arrange-r {
	/* マージンなどは必要に応じて定義 */
	text-align: right;
}

/* 汎用ボックス */

div.box {
	/* 内包要素の外部への干渉を抑制 */
	padding: 1px 15px;
}

/* 汎用ボックス (背景色) */

div.box.bg1 {
	background: #F5F5F5;
}

div.box.bg2 {
	background: #FEF9E4;
}

div.bg2 {
	background: #FEF9E4;
}

div.box.bg3 {
	background: #F8F7EF;
}

/* 汎用ボックス (境界線) */

div.box.bl1 {
	border: 1px solid #CCCCCC;
}

div.box.bl2 {
	border: 1px solid #C70210;
}

div.box.bl3 {
	border-top: 1px solid #D9D2B5;
}

div.box.bl4 {
	border-top: 3px solid #787878;
}

div.box.bl5 {
	border-top: 1px dotted #CCCCCC;
}

/* ボックス内部のマージン制御 */

div.wrap {
	margin: 15px 0;
	
}


div.box div.arrange-c {
	margin-bottom: 15px;
}

div.box div.arrange-l {
	margin-bottom: 15px;
}

div.box div.arrange-r {
	margin-bottom: 15px;
}


/* 本文部分を2列カラムで表示 */

div.half {
	margin-bottom: -10px;
	width: 960px;
}

div.half div.col2-l {
	width: 472px;
}

div.half div.col2-r {
	width: 472px;
}

	div.half:after{
		display:block;
		clear:both;
		content:"";
	}


div.half ul{
	padding-right:30px;
}
	
div.half li{
		font-weight:normal;
		display:inline-block;
		width:45%;
		padding:0px 2px 8px 17px;
		vertical-align:baseline;
		float:left;
}
	div.half .wrap ul{
		padding-right:0;
	}
	div.half .wrap li{
		float:none;
		width:100%;
		_width:96%;
	}
	div.half .col2-l ul{
		padding-right:0;
	}
	div.half .col2-l li{
		float:none;
		width:100%;
		_width:96%;
		padding-bottom:0px;
		box-sizing:border-box;
	}
	div.half .col2-r ul{
		padding-right:0;
	}
	div.half .col2-r li{
		float:none;
		width:100%;
		_width:96%;
		padding-bottom:0px;
		box-sizing:border-box;
	}
	
div.half h3 {
	background: #ECF3FF url("/img/common/wide1200/h3_half_lower.gif") no-repeat 0 100%;
	margin-top: 5px;
}

div.half h3 span.inner {
	background: url("/img/common/wide1200/h3_half_upper.gif") no-repeat;
}





/* お問い合わせ */

div.inquiry {
	background: url("/img/common/bg_inquiry_lower.gif") repeat-x 0 100%;
	margin: 15px 0;
}

div.inquiry div.inner {
	background: url("/img/common/bg_inquiry_upper.gif") repeat-x;
	padding: 15px;
}

div.inquiry div.col2-l {
	width: 235px;
}

div.inquiry div.col2-r {
	width: 235px;
}

/* テキストの装飾 */

em.brown {
	color: #704910;
}

em.green {
	color: #439538;
}

em.gray {
	color: #333333;
}

/* 上付き文字の位置の調整 add 20160405 */
sup.align-top {
	vertical-align: top;
	position: relative;
	top: -.25em;
}


/* テキストの装飾解除 */

span.plane {
	font-weight: normal;
}

/* 行中に挿入される画像 */

img.inline {
	vertical-align: middle;
}

img.inline2 {
 vertical-align:baseline;
}

img.m-h {
	margin: 0 5px;
}

img.m-l {
	margin: 0px 0px 0px 5px;
}

img.m-r {
	margin: 0px 5px 0px 0px;
}

img.m-v {
	margin: 5px 0;
}

img.m-t {
	margin: 5px 0px 0px;
}

img.m-b {
	margin: 0px 0px 5px;
}

/*画像文字用 */
.imgtext{
	margin: -1px 1px;
}

/* 画像マーカー (通常) */

span.mkr-next {
	background: url("/img/common/mkr_next.gif") no-repeat 0 0.25em;
	padding-left: 14px;
}
	span.mkr-next_red {
	background: url(/img/common/arrow_nav01.gif) no-repeat 0 0.15em;
	padding-left: 10px;
	}/*20131001対応用*/

span.mkr-prev {
	display:inline-block;
	background: url("/img/common/mkr_prev.gif") no-repeat 0 0.15em;
	padding-left: 14px;
}

span.mkr-top {
	background: url("/img/common/mkr_top.gif") no-repeat 0 0.15em;
	padding-left: 14px;
}

span.mkr-down {
	background: url("/img/common/mkr_down.gif") no-repeat 0 0.15em;
	padding-left: 14px;
}

span.mkr-popup {
	background: url("/img/common/mkr_popup.gif") no-repeat 0 0.15em;
	padding-left: 18px;
}
span.mkr-popup-r {
	background: url("/img/common/mkr_popup.gif") no-repeat;
	background-position:bottom 0.2em right 0.15em;
	display:inline;
	padding-right: 18px;
}

span.mkr-nb {
	background: url("/img/common/mkr_nb.gif") no-repeat 0 0.15em;
	padding-left: 14px;
}

/* 2013リニューアル時追加 */
span.mkr-nav-r {
	background: url("/img/common/arrow_nav.gif") no-repeat 0 -0.01em;
	padding-left: 17px;
}
/* 2015.07.13 ゆうパック運賃変更案内時に追加 */
span.ico-notes {
	background: url("/img/common/ico_notes.gif") no-repeat 1px center;
	padding-left: 20px;
	padding-bottom: 2px;
}

span.block{
	display:block;
	margin:0.4rem 0;
}


/* icon 
----------------------------------------------- */
/* PDF */
.mk-pdf {
	padding: 2px 0px 4px 31px;
	background:url(/img/common/ico_pdf.gif) no-repeat left top;
	display:inline-block;
	margin:0;
}
/* PDF */
.mk-pdf-r {
	padding: 5px 31px 5px 0;
	background:url(/img/common/ico_pdf.gif) no-repeat right top;
	display:inline-block;
	margin:0;
}
.mk-pdf.inline, .mk-pdf-r.inline {
	display:inline;
	background-position: right 0.4rem top 0.5rem;
	background-size:1.2rem;
}

/* EXCEL */
.mk-xls {
	padding: 2px 0px 4px 31px;
	background:url(/img/common/ico_xls.gif) no-repeat left top;
	display:inline-block;
	margin:0;
}
.mk-xls-r {
	padding: 2px 31px 4px 0;
	background:url(/img/common/ico_xls.gif) no-repeat right top;
	display:inline-block;
	margin:0;
}

/* WORD */
.mk-doc {
	padding: 2px 0px 4px 31px;
	background:url(/img/common/ico_doc.gif) no-repeat left top;
	display:inline-block;
	margin:0;
}
.mk-doc-r {
	padding: 2px 31px 4px 0;
	background:url(/img/common/ico_doc.gif) no-repeat right top;
	display:inline-block;
	margin:0;
}


/* popup */
.mk-popup {
	padding: 6px 18px 5px 0;
	background:url(/img/common/mkr_popup_top.gif) no-repeat right;
	margin:0px 5px 0 0;
}

/* 画像マーカー (フォントサイズ拡大時) */

*.l span.mkr-next {
	background-position: 0 0.2em;
}

*.l span.mkr-prev {
	background-position: 0 0.2em;
}

*.l span.mkr-top {
	background-position: 0 0.2em;
}

*.l span.mkr-down {
	background-position: 0 0.2em;
}

*.l span.mkr-popup {
	background-position: 0 0.2em;
}


/* 画像マーカー (フォントサイズ縮小時) */

*.s span.mkr-next {
	background-position: 0 0.05em;
}

*.s span.mkr-prev {
	background-position: 0 0.05em;
}

*.s span.mkr-top {
	background-position: 0 0.05em;
}

*.s span.mkr-down {
	background-position: 0 0.05em;
}


*.s span.mkr-popup {
	background-position: 0 0.05em;
}

/* 画像マーカー (ol.basic-s内) */

ol.basic-s span.mkr-next {
	background-position: 0 0.05em;
}

ol.basic-s span.mkr-prev {
	background-position: 0 0.05em;
}

ol.basic-s span.mkr-top {
	background-position: 0 0.05em;
}

ol.basic-s span.mkr-down {
	background-position: 0 0.05em;
}

ol.basic-s span.mkr-popup {
	background-position: 0 0.05em;
}

/* 画像マーカー (ul.basic-s内) */

ul.basic-s span.mkr-next {
	background-position: 0 0.05em;
}

ul.basic-s span.mkr-prev {
	background-position: 0 0.05em;
}

ul.basic-s span.mkr-top {
	background-position: 0 0.05em;
}

ul.basic-s span.mkr-down {
	background-position: 0 0.05em;
}

ul.basic-s span.mkr-popup {
	background-position: 0 0.05em;
}

/* 画像マーカー (ul.notes-s内) */

ul.notes-s span.mkr-next {
	background-position: 0 0.05em;
}

ul.notes-s span.mkr-prev {
	background-position: 0 0.05em;
}

ul.notes-s span.mkr-top {
	background-position: 0 0.05em;
}

ul.notes-s span.mkr-down {
	background-position: 0 0.05em;
}

ul.notes-s span.mkr-popup {
	background-position: 0 0.05em;
}

/* 画像マーカー (small要素内) */

small span.mkr-next {
	background-position: 0 0.05em;
}

small span.mkr-prev {
	background-position: 0 0.05em;
}

small span.mkr-top {
	background-position: 0 0.05em;
}

small span.mkr-down {
	background-position: 0 0.05em;
}

small span.mkr-popup {
	background-position: 0 0.05em;
}


/* collapsible menu */

.collapsible2 h3{
	background:none !important;	
}
.collapsible2.charge h3{
	pointer-events : none;
	
}
.list{
	margin-bottom:0 !important;
}


/* ボタン */
span.button{
	position:relative;
	display:inline-block;
	background:#c90b18;
/* 
	background:-ms-linear-gradient(top, #d95961,  
			#cf2834 49%,  
			#c90b18 52%,  
			#c90b18);
	background-image: -moz-linear-gradient(left bottom, #d95961,  
			#cf2834 49%,  
			#c90b18 52%,  
			#c90b18);
	background-image:-webkit-gradient(
	linear,left top,left bottom,
	from(#d95961),
	color-stop(0.49,#cf2834),
	color-stop(0.52,#c90b18),
	to(#c90b18));
*/
	border-radius:3px;
	border:3px solid rgba(255,255,255,1);
	box-shadow: 0 0 3px rgba(153,153,153,1);
}
	span.button a{
		display:block;
		padding:0.4rem 1.8rem 0.4rem 1rem;
		color:rgba(255,255,255,1);
		font-weight:bold;
		font-size:1.1rem;
		text-decoration:none;
	}
	span.button.popup a:after{
		position:absolute;
		right:0.4rem;
		top: 50%;
		transform: translateY(-50%);
		display:inline-block;
		vertical-align:text-top;
		font-family:"jpsmt";
		content:"\26";
		font-weight:normal;
	}
	span.button.arrow a:after{
		position:absolute;
		right:0.4rem;
		top: 50%;
		transform: translateY(-50%);
		display:inline-block;
		vertical-align:text-top;
		font-family:"jpsmt";
		content:"\3e";
		font-weight:normal;
		}


/* ====================================================== */
/* [主要ブロックの定義] 								  */
/* ====================================================== */

/* ページの横幅 */

#wrap-outer {
	background:url(/img/common/wide1200/bg_outer.gif) repeat-y 50%;
	margin: 0 auto;
	width: 1206px;
	text-align: left;
}

#wrap-inner {
	border-width: 1px;
	border-style: none solid;
	border-color: #D0D0D0;
	margin: 0 3px;
}

/* 主要ブロック */

#path-box {
	width: 991px;
	clear:both;
	padding-top: 2px;
}

#main-box {
	width: 991px;
	float: left;
}

#navi-box {
	width: 197px;
	float: left;
}
	.slidemenu{
		display:none;
	}

#navi-box-r {
	width: 197px;
	float: left;
}

#foot-box {
	background: #FFFFFF;
	width: 1198px;
	clear: both;
}
div.footTop{
	display:none;
}

/* ====================================================== */
/* [PRエリア]				  */
/* ====================================================== */

/* footPRarea */

.footPRbnr dl,.footPRbnr dl dt,.footPRbnr dl dd{margin:0; padding:0;}
.footPRbnr #related-inner{padding:0 20px 15px;}
.footPRbnr #related-inner{letter-spacing:-.1em;}
.footPRbnr #related-inner div.bnr{
	display:inline-block;
	/* width:31.2%; */ width:278px; /* android */
	padding:0 0.8% 1em;
	letter-spacing:normal;
	vertical-align:top;
	border-right:2px #CCC dotted;
	word-wrap: break-word;
}
	body.no-navi .footPRbnr #related-inner {
		letter-spacing:-0.4em;
	}
	body.no-navi .footPRbnr #related-inner div.bnr{
		letter-spacing:normal;
		width:33.3%;
		box-sizing:border-box;
	}
.footPRbnr #related-inner div.bnr.kitte{
	position:static;
}
.footPRbnr #related-inner div.bnr a{
	text-decoration:none;
}
.footPRbnr #related-inner div.bnr:last-child{
	border-right:none;
}
#main-box .footPRbnr p.head{
	margin:0 0 10px;
	border-left:7px #CC0000 solid;
	padding:10px 10px 2px;
	font-size:15px; font-weight:bold;
	letter-spacing:normal;
}
/* kitte */
.footPRbnr dl.recommend{
	background:#f9f9f9;
	border-radius:3px;
	letter-spacing:-.1em;
	min-height:106px;
	padding:8px;
	transition: .5s;
	position: relative;
}
.footPRbnr dl.recommend a,
.footPRbnr dl.normal dt a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footPRbnr dl.recommend:hover{
	background:#FFF5F5;
}
.footPRbnr dl.recommend dt{
	font-size:14px;
	padding-left:10px;
	width:64%;
}
.footPRbnr dl.recommend dt span.head{
	font-size:12px;
	display:block;
	background:url(/img/common/ring_nav.gif) no-repeat left center;
	padding-left:18px; margin-bottom:6px;
}
.footPRbnr dl.recommend span.title{
	color:#1E4EA6;
	text-decoration:underline;
}
.footPRbnr dl.recommend dt,.footPRbnr dl.recommend dd{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
}
.footPRbnr dl.recommend dd.img{
	/*width:30%;*/
	width:75px; /* android */
}
.footPRbnr dl.recommend dd.img img{
	max-width:100%;
	max-height:102px;
}

/* normal */
.footPRbnr dl.normal{
	transition: .3s;
	position: relative;
}
.footPRbnr dl.normal:hover{
	background:#FFF5F5;
}
	.footPRbnr dl.normal:hover dd.img{
		background:#FFF5F5;
	}
.footPRbnr dl.normal dt{
	text-align:center;
	font-size:16px;
	margin:5px 0;
	color:#1E4EA6;
	text-decoration:underline;
}
.footPRbnr dl.normal dd.img{
	background:#f9f9f9;
	border-radius:3px;
	text-align:center;
	min-height:112px;
	padding: 5px;
	position:relative;
	transition: .5s;
}
.footPRbnr dl.normal dd.img img{
	max-height:102px;
	position:absolute;
	margin:auto; top:0; bottom:0; right:0; left:0;
	max-width:90%;
}

.footPRbnr dl.normal dd.img img.map{
	margin-right:10%;
}
.footPRbnr dl.normal dd.img img.img{
	margin-left:15%;
	box-shadow:0px 0px 9px -1px #adadad;
	-moz-box-shadow:0px 0px 9px -1px #adadad;
	-webkit-box-shadow:0px 0px 9px -1px #adadad;
}
.footPRbnr dl.normal dd.text{
	font-size:13px;
	text-align:center;
	padding-bottom:10px;
}


/* 20200114 add */
#related.footPRbnr{}
#related.footPRbnr h3{margin:0 !important;padding: 10px 10px 20px 20px;font-size: 15px;font-weight: bold;letter-spacing: normal; background:#FFF; font-size:15px;}
	#related.footPRbnr h3:before{content:""; border-left: 7px #CC0000 solid; padding:8px 5px;}
.footPRbnr .linkbox3{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;justify-content: space-between;
	background:#FFF; padding: 0 20px 15px;
}

.footPRbnr .linkbox3 a{flex-basis:33%; max-width:33%;display:block; background:#FFF;border-right: 2px #CCC dotted;padding: 10px 0.8%;word-wrap: break-word; transition:.3s; text-decoration: none; text-align: center;color: #333333;}
.footPRbnr .linkbox3 a:last-child{border-right:none;}
.footPRbnr .linkbox3 a:hover{background:#FFF5F5;}
.footPRbnr .linkbox3 a img{max-width:100%; width:100%;}
.footPRbnr .linkbox3 a dl{}
	.footPRbnr .linkbox3 a dl dt{background: #f9f9f9;text-align: center;min-height: 112px;padding: 5px;position: relative;}
		.footPRbnr .linkbox3 a dl dt img{max-height: 102px;position: absolute;margin: auto;top: 0;bottom: 0;right: 0;left: 0;max-width: 90%;}
	.footPRbnr .linkbox3 a dl dd{margin-top:5px;}
		.footPRbnr .linkbox3 a dl dd .title{color: #1E4EA6; text-decoration: underline;}
		.footPRbnr .linkbox3 a dl dd p{font-size: 13px !important;}



/* ====================================================== */
/* [head-box] (ヘッダブロック)							  */
/* ====================================================== */

#head-box {
	position:relative;
	width: 1198px
}

#head-box div.pad {
	border-top: 16px solid #CC0000;
	padding: 0 16px 0 0;
}

	#head-box div.icon-top{
		display:none;
	}
	#head-box div.icon-menu{
		display:none;
	}
	#head-box div.icon-search{
		display:none;
	}

/* フロートに後続する流し込みを解除 */
#head-box div.clear {
	margin-bottom: -1px;
	height: 1px;
}

/* ロゴ */
#head-box #yubin img {
	position:absolute; top:0;
	border:0;
}
/* 標語 */
#head-box #motto {
	position:relative;
	display:inline-block;
	width:170px;
}
#head-box.yubin #motto {
	top:17px; left:276px;
}

#head-box.yubinkyoku #motto {
	top:17px; left:252px;
}

/* 右側エレメント群 */

#head-box #guide {
	margin-top: 10px;
	padding-right:0;
	width: 700px;
	float: right;
	text-align: right;
}
#head-box #guide_blank{
	height:40px;
	clear:both;
}

/* ナビゲーション */
#head-box #head-navi{
	text-align:right; width:100%;
	font-size:68%; display:inline;
}
#head-box #head-navi li {
	margin: 3px 0 2px 5px;/* 3px 0 2px 10px(20150423)*/
	padding-left: 5px;/*10px(20150423)*/
	border-left: 1px solid #333333; float: right;
}
#head-box #head-navi li.rear {
	padding: 0;
	border: none;
}
#foot-box #foot-navi a:link {
	color: blue;\
}


/* 検索 */
#head-box #guide form { margin-top: 5px; }
#head-box #guide input.site-search-txt { width: 220px; vertical-align: middle; color: #777777; }
#head-box #guide input.site-search-btn {
	margin-left: 3px;
	vertical-align: middle;
}
.searchreader { display:none; }

/*検索窓*/

.head_search {
	background: url(/img/top/icon_head_search.gif) no-repeat 2px center;
	padding-left:20px;
	color:#777;
	}

/* サイト内検索なし */
#head-box.nosearch #global_navi{
	padding-top:30px;
}

/*グローバルナビゲーション*/

#head-box #global_navi{
	clear:both;
	width:1200px;
	padding-top:19px;
}

#head-box #global_navi ul{
	margin:0 0 0 16px;
	padding:0;
}

#head-box #global_navi li {
	display:inline;
	padding-right:4px;
}
	#head-box #global_navi li.last {
		padding-right:0;
	}
	
#head-box.yubin.en{
	margin-bottom:20px;
}
	

/* ====================================================== */
/* [path-box] (パンくずリスト)							  */
/* ====================================================== */

#path-box div.pad {
	padding: 10px 15px 6px;
	font-size: 75%;
	line-height: 120%;
}
#main-box #path-box{
	width:100%;
	word-break:keep-all;
	word-wrap:break-word;
}
	#main-box #path-box div.pad{
	line-height: 150%;
	}
	
	body.inpath #navi-box-r {
		padding-top:20px !important;
	}


/* ====================================================== */
/* [main-box] (メインブロック)							  */
/* ====================================================== */

#main-box div.pad {
	padding: 15px 15px 15px;
	border-right: 1px solid #FFFFFF;
}

/* 標準マージン＆フォントサイズ＆行間 */

#main-box p {
	margin: 10px 0;
	font-size: 87.5%;
	line-height: 140%;
}

#main-box ol {
	margin: 10px 0;
}

#main-box ul {
	margin: 10px 0;
}

#main-box table th {
	font-size: 87.5%;
	line-height: 140%;
}

#main-box table td {
	font-size: 87.5%;
	line-height: 140%;
}

#main-box textarea {
	font-size: 75%;
}

/* 要素の入れ子時のマージン調整 */

#main-box li p {
	margin: 0.5em 0;
}

#main-box li p.arrange-c {
	margin: 10px 0;
}

#main-box li p.arrange-l {
	margin: 10px 0;
}

#main-box li p.arrange-r {
	margin: 10px 0;
}

#main-box table td div.data p {
	margin: 0;
}

#main-box table td div.part p {
	margin: 0;
}

#main-box table td div.data ol, #main-box table td div.data ul {
	margin: 0;
}

#main-box table td div.part ol, #main-box table td div.part ul {
	margin: 0;
}

#main-box table td div.data li {
	margin-top: 3px;
}

#main-box div.box *.arrange-c p {
	margin: 0 0 5px;
}

#main-box div.box *.arrange-l p {
	margin: 0 0 5px;
}

#main-box div.box *.arrange-r p {
	margin: 0 0 5px;
}

#main-box div.box ol.brown {
	margin: 0;
}

/* 要素の入れ子時のフォントサイズ調整 */

#main-box div.reset {
	font-size: medium;
}

#main-box div.reset p {
	font-size: 87.5%;
}

#main-box li p {
	font-size: 100%;
}

#main-box table th p {
	font-size: 100%;
}

#main-box table td p {
	font-size: 100%;
}

#main-box ol ol, #main-box ol ul {
	font-size: medium;
}

#main-box ul ul, #main-box ul ol {
	font-size: medium;
}

#main-box table th ol, #main-box table th ul {
	font-size: medium;
}

#main-box table td ol, #main-box table td ul {
	font-size: medium;
}

#main-box table {
	font-size: medium;
}

#main-box th textarea {
	font-size: 85.75%;
}

#main-box td textarea {
	font-size: 85.75%;
}

/* データ量が多い表のフォントサイズ調整 */

#main-box table.s th {
	font-size: 75%;
}

#main-box table.s td {
	font-size: 75%;
}

#main-box table tr.s th {
	font-size: 75%;
}

#main-box table tr.s td {
	font-size: 75%;
}

#main-box table th.s {
	font-size: 75%;
}

#main-box table td.s {
	font-size: 75%;
}

/* (070309：段落単位でフォントサイズを拡大) */

#main-box p.l {
	font-size: 100%;
}

#main-box div.reset p.l {
	font-size: 100%;
}

#main-box table th p.l {
	font-size: 114.5%;
}

#main-box table td p.l {
	font-size: 114.5%;
}

/* (070309：段落単位でフォントサイズを縮小) */

#main-box p.s {
	font-size: 75%;
}

#main-box div.reset p.s {
	font-size: 75%;
}

#main-box table th p.s {
	font-size: 85.75%;
}

#main-box table td p.s {
	font-size: 85.75%;
}

/* [テ装] 見出し (lv1) に先行する文言 */

#main-box p.extra {
	color: #C7000E;
	margin: 0 0 5px 0.1em;
	font-weight: bold;
	font-size: 100%;
	line-height: normal;
}

/* [テ装] 見出し (lv1) に後続する文言 */

#main-box p.intro {
	margin: 25px 0;
	font-size: 100%;
}

/* [テ装] フォームの入力例 */

#main-box table td p.example {
	font-size: 85.75%;
}

/* [テ装] 上位のページなどへ復帰 */

#main-box div.return {
	margin: 30px 0;
}

#main-box div.return p {
	margin: 5px 0;
}

/* [定ボ] ページ内ナビゲーションリスト */

#main-box div.inward {
	background: #F5F5F5;
	padding: 10px 15px;
}

#main-box div.inward p {
	margin: 5px 0; 
}

#main-box div.inward ul li{
	display:inline-block;
	padding:0 10px 0 20px;
	background:url(/img/common/mkr_next.gif) 6px no-repeat;
	font-size:85%;
	border-right:1px solid #666666;
}

	#main-box div.inward ul li:nth-last-child(1){
		border-right:none;
	}

ul.inward{
	padding: 10px 0 0;
}
ul.inward li{
	display:inline-block;
	vertical-align:top;
	padding:0 10px;
	border-right:1px solid #666666;
	font-size:87.5%;
}
	ul.inward li:nth-last-child(1){
		border-right:none;
	}
ul.inward li:before{
	font-family: 'jpsmt';
	content: "\79";
	color:#ce0000;
	margin-right:4px;
}

	ul.inward.bottom li:before{
		display:inline-block;
		transform:rotate(180deg);
		moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}





/* [定ボ] ページ内ナビゲーションリスト */

#main-box div.inward_red {
	padding: 0 15px;
}

#main-box div.inward_red p {
	margin: 5px 0; 
}

#main-box div.inward_red span{
	color:#cccccc;
	font-size:80%;
}

/* [定ボ] インジケータ */

#main-box div.indicator {
	background: #F6F4EE;
	padding: 10px 0;
	text-align: center;
}

#main-box div.indicator div.inner {
	margin: 0 auto;
	width: 472px;
}

#main-box div.indicator ul {
	margin: 0;
}

#main-box div.indicator ul li {
	float: left;
}

/* [定ボ] エラー表示 (一覧) */

#main-box div.err-list {
	color: #C70210;
	margin: 25px 0;
	padding: 1px 15px;
	border: 1px solid #C70210;
}

#main-box div.err-list div.inner {
	width: 648px;
}

#main-box div.err-list div.col2-l {
	width: 30px;
}

#main-box div.err-list div.col2-r {
	width: 603px;
}

/* [定ボ] エラー表示 (個別) */

#main-box div.err-item {
	color: #FFFFFF;
	background: #C7000E url("/img/common/err_balloon.gif") no-repeat 0 100%;
	margin: 10px 0 5px;
	padding: 5px 10px 12px;
	font-weight: bold;
	font-size: medium;
}

#main-box div.err-item p {
	margin: 0;
	font-size: 87.5%;
}

/* [定ボ] 料金検索結果表示 */

#main-box div.price-upper {
	background: #F6F4EE;
	margin: 15px 95px 10px;
	padding: 10px;
	text-align: center;
}

#main-box div.price-upper p {
	margin: 5px 0 0;
	line-height: normal;
}

#main-box div.price-upper p.sum {
	font-size: 250%;
}

#main-box div.price-lower {
	margin: 10px 95px 15px;
	text-align: right;
}

/* [定ボ] 矢印付きの画面遷移ボタン (1) */

#main-box div.signpost1 {
	margin: 20px 0 30px;
}

#main-box div.signpost1 div.box div.wrap {
	margin: 20px 0 0;
}

#main-box div.signpost1 div.cursor {
	background: url("/img/common/bg_sp.gif") repeat-x;
	text-align: center;
}

#main-box div.signpost1 div.button {
	text-align: center;
}

/* [定ボ] 矢印付きの画面遷移ボタン (2) */

#main-box div.signpost2 {
	margin: 30px 0;
}

#main-box div.signpost2 div.box {
	background: #FFEEE6;
	margin-bottom: 5px;
	text-align: center;
}

#main-box div.signpost2 p {
	font-size: 100%;
}

#main-box div.signpost2 div.cursor {
	text-align: center;
}

#main-box div.signpost2 div.button {
	text-align: center;
}

/* [定ボ] 茶色背景ボックスのタイトル */

#main-box p.brown {
	background: #F3F1DF;
	margin: 15px 0 0;
	padding: 7px 13px 5px;
}

/* [定ボ] フロートで画像とテキストとを横並び配置 (1) */

#main-box div.img1 {
	margin-bottom: 5px;
	width: 960px;
}

#main-box div.img1 div.col2-l {
	margin-top: 5px;
	width: 102px;
}

#main-box div.img1 div.col2-r {
	margin-top: 5px;
	width: 844px;
}

#main-box div.img1 p {
	margin: 0;
}

#main-box div.img1 p.service {
	margin-bottom: 5px;
	font-size: 100%;
}

/* [定ボ] フロートで画像とテキストとを横並び配置 (2) */

#main-box div.img2 {
	margin-bottom: 5px;
	width: 680px;
}

#main-box div.img2 div.col2-l {
	margin-top: 5px;
	width: 125px;
}

#main-box div.img2 div.col2-r {
	margin-top: 5px;
	width: 541px;
}

#main-box div.img2 p {
	margin: 0;
}

#main-box div.img2 p.service {
	margin-bottom: 5px;
	font-size: 100%;
}

/* [定ボ] フロートで画像とテキストとを横並び配置 報道発表用 */

#main-box div.articleBox {
	margin-bottom: 5px;
}
	#main-box div.articleBox:after {
/*		content: "."; */
		display: block;
		clear: both
	}

#main-box div.articleBox div.articleBoxImg {
	margin-bottom: 5px;
	display: inline-block;
	width: 200px;
	text-align:center;
}
#main-box div.articleBox div.articleBoxImg img{
	max-width:180px;	
}
#main-box div.articleBox div.articleBoxImg p{
	max-width:180px;
}

#main-box div.articleBox div.articleBoxTxt {
	margin-bottom: 5px;
	vertical-align:top;
	display: inline-block;
	width:750px;
}

/* ----------
インラインボックス　2カラム
---------- */


#main-box div.sectionCol{
	display:inline-block;
	vertical-align:top;
	width:49%;
}
	#main-box div.sectionCol:nth-of-type(2n){
		margin-left:2%;
	}


#main-box div.sectionCol h2{
	background-image:none !important;
	background-color:#f9f9f9;
	text-align:center;
	height:90px;
	padding:26px 0;
	font-size:1.2em;
	margin:0 0 10px;
	box-sizing:border-box;
}
	#main-box div.sectionCol h2:after{
		display:block;
		content:"";
		background:#cc0000;
		width:62px;
		height:5px;
		margin:15px auto 0;
		border-radius:30px;
	}

div.sectionCol ul{
	margin:0 !important;
}
div.sectionCol ul li{
	position:relative;
	height:100px;
	transition:.5s;
}
		div.sectionCol ul li:hover{
			background:#ffebeb;
		}
	div.sectionCol ul li a{
		padding-left:30px;
		font-weight:bold;
		text-decoration:none;
		display:block;
	}
	div.sectionCol ul li span{
		display:block;
		font-size:0.9em;
		margin-top:4px;
	}
	div.sectionCol ul li a span{
		font-weight:normal;
		color:#333;
	}
	div.sectionCol ul li a em{
		color:#1e4ea6;
		text-decoration:underline;
	}
	div.sectionCol ul li:before{
		position:absolute;
		content:url(/img/common/ico_simpleG_arrow.png);
		top:8px;
		left:16px;
	}
		div.sectionCol ul li.blankList:before{
			content:"";
		}
			div.sectionCol ul li.blankList:hover{
				background:none;
			}
		div.sectionCol ul li.popup em:after{
			content:url(/img/common/mkr_popup_top.gif);
		}


	div.sectionCol ul.btn li{
		height:inherit;
		border:2px solid #CCCCCC;
		border-radius:5px;
		margin-bottom:4px;
	}
	div.sectionCol ul.btn li a{
		padding:6px 0 6px 30px;
	}
	div.sectionCol ul.btn li:before{
		top:14px;		
	}

	div.sectionCol ul li a.spLink{
		display:none;
	}
	

/* ----------
インラインボックス　3カラム
---------- */


#main-box div.sectionCol.col3{
	display:inline-block;
	vertical-align:top;
	width:32%;
}
	#main-box div.sectionCol.col3:nth-of-type(3n){
		margin-left:2%;
	}
	
	

/* ----------
・後ほど定義 (ゆうパックのページだと思います)
---------- */

/* [定ボ] ステップ表示型 */

#main-box p.track {
	margin: 5px 0;
	width: 87px;
	text-align: center;
}

/* [定ボ] 都道府県一覧 */

#main-box table.prefectures td {
	padding-bottom: 10px;
	line-height: 160%;
}

#main-box table.prefectures td.marker {
	background: url("/img/common/mkr_basic_l.gif") no-repeat 5px 0.65em;
	padding: 0px 15px 10px;
	width: 5.5em;
}

#main-box table.prefectures ul {
	margin: 0;
	font-size: 100%;
}

#main-box table.prefectures ul li {
	width: 5.0em;
	float: left;
	line-height: 160%;
}

/* 関連リンク群 */

#related {
	background: url("/img/common/stripe_bg.gif") repeat;
	margin-top: 30px;
	padding: 12px 12px;
}

#related-inner{
	background:#FFFFFF;
	padding: 20px 20px 0;
}

#related h4 {
	color: #cb0000;
	margin: 0 0 10px;
	padding-bottom: 3px;
	padding-left: 17px;
	background: url("/img/common/ring_nav.gif") no-repeat 0 0.01em;
	border-bottom: 1px dotted #C3C3C3;d
	font-weight: bold;
	font-size: 87.5%;
}

#related ul.arrow-gray1 li{
	background: url("/img/common/arrow_nav.gif") no-repeat 0 0.14em;
	padding-left: 19px;
	line-height:140%;
}

#related div.col2-l {
	width: 49%;
	margin-right:2%;
}

#related div.col2-r {
	width: 49%;
}

#related ul {
	margin: 10px 0 30px;
}

#related ul li {
	margin-top: 10px;
}

/* ====================================================== */
/* [navi-box](ナビゲーション)							  */
/* 従来型：寄付金ページ用								  */
/* ====================================================== */

#navi-box div.pad {
	padding: 23px 4px 15px 0px;
}

#navi-box ul.items li {
	background: #FFFFFF;
	border-width: 1px;
	border-style: none solid dotted;
	border-color: #C3C3C3;
	font: 1px/1px sans-serif;
}

#navi-box ul.items li a {
	padding: 10px 6px;
	display: block;
}

#navi-box p.to-list {
	background: url("/img/common/nb_items_bg.gif") no-repeat 0 100%;
	margin-bottom: 10px;
	padding: 10px 10px 15px;
	font-size: 87.5%;
	text-align: right;
}

/* ====================================================== */
/* [navi-box-r](ナビゲーション) 						  */
/* 2013/10/1リニューアル対応型右ナビ					  */
/* ====================================================== */

#navi-box-r h2{
	margin-bottom:-1px;
	background:none;
}

#navi-box-r h3{
	background:none;
	margin-bottom:-7px;
}

#navi-box-r.int h2{
	margin-bottom:-1px;
	background:none;
}

#navi-box-r.int h3{
	background:none;
	margin-bottom:-2px;
}

#navi-box-r div.pad {
	padding: 0px 4px 15px 0px;
}


#navi-box-r div.itemBox {
	background: #FFFFFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/*通常リスト*/

#navi-box-r ul.items {
	font: bold;
	padding-top:9px;
}

#navi-box-r ul.items li{
	padding-left:13px;
	font-size:87.5%;
	line-height:125%;
}

#navi-box-r ul.items li a.cur {
	color:#C00 !important;/*カレント表示*/
	font-weight:bold;/*カレント表示*/
	text-decoration:none !important;/*カレント表示*/
}

#navi-box-r ul.items li a {
	padding: 5px 13px;
	display: block;
	width:141px;
	background-image:url(/img/common/mkr_arrow_nav-r.gif);
	background-repeat:no-repeat;
	background-position:0 0.88em;
}

#navi-box-r ul.items li.last {
	margin-bottom:10px;	
}

#navi-box-r ul.items li.sub {
	margin-left:-2px;
	margin-bottom:5px;
}

#navi-box-r p.to-list {
	margin-bottom: 5px;
	padding: 10px 10px 15px;
	font-size: 87.5%;
	text-align: right;
	font-weight:bold !important;
}

/*赤枠2px（切手SHOP）*/

#navi-box-r div.itemBox-shop {
	background: #FFFFFF;
	border-left: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
}

#navi-box-r ul.items-shop {
	font: bold;
	padding-top:9px;
}

#navi-box-r ul.items-shop li{
	padding-left:13px;
	font-size:87.5%;
	line-height:125%;
}

#navi-box-r ul.items-shop li a {
	padding: 7px 13px;
	display: block;
	width:141px;
	background-image:url(/img/common/mkr_arrow_nav-r.gif);
	background-repeat:no-repeat;
	background-position:0 0.88em;
}

#navi-box-r ul.items-shop li.last {
	margin-bottom:10px;	
}

#navi-box-r ul.items-shop li.sub {
	margin-left:-2px;
}

/*よくあるご質問*/

#navi-box-r ul.items-q {
	font: bold;
	padding-top:9px;
}

#navi-box-r ul.items-q li{
	padding-left:13px;
	font-size:87.5%;
	line-height:125%;
	margin-bottom:5px;
}

#navi-box-r ul.items-q li a {
	padding: 7px 13px 7px 25px;
	display: block;
	width:134px;
	background-color:#F5F5F5;
	background-image:url(/img/common/mkr_nav-q.gif);
	background-repeat:no-repeat;
	background-position:3% 0.63em;
}



/*===== 右ナビ内ボタン =====*/

/*よくあるご質問(ボタン)*/
#navi-box-r .btn_q a {
	display:block;
	width:193px;
	height:58px;
	background:url(/img/common/btn_nav_q_en.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#navi-box-r .btn_q a:hover {
	background-position:left bottom;
}

/*ビジネス・大口向けのサービス(ボタン)*/
#navi-box-r .btn_business a {
	display:block;
	width:193px;
	height:58px;
	background:url(/img/common/btn_nav_business.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#navi-box-r .btn_business a:hover {
	background-position:left bottom;
}

/*お知らせ　プレスリリース(ボタン)*/
#navi-box-r .btn_notification a {
	display:block;
	width:193px;
	height:58px;
	background:url(/img/common/btn_nav_notification.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#navi-box-r .btn_notification a:hover {
	background-position:left bottom;
}
/*お知らせ　プレスリリース(ボタン)*/
#navi-box-r .btn_notification_en a {
	display:block;
	width:193px;
	height:58px;
	background:url(/img/common/btn_nav_notification_en.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#navi-box-r .btn_notification_en a:hover {
	background-position:left bottom;
}

/*保険かんたん診断 (バナー)*/
#navi-box-r .btn_kanpo a {
	display:block;
	width:193px;
	height:63px;
	background:url(/img/common/btn_nav_kanpo.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#navi-box-r .btn_kanpo a:hover {
	background-position:left bottom;
}

/*ゆうちょダイレクト (バナー)*/
#navi-box-r .btn_bank a {
	display:block;
	width:193px;
	height:63px;
	background:url(/img/common/btn_nav_bank.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#navi-box-r .btn_bank a:hover {
	background-position:left bottom;
}

/*メールマガジン　ゆうびんきょく便り(ボタン)*/
#navi-box-r .btn_magazine a {
	display:block;
	width:193px;
	height:150px;
	background:url(/img/common/btn_nav_magazine.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#navi-box-r .btn_magazine a:hover {
	background-position:left bottom;
}

/*国際郵便マイページサービスログイン*/
#navi-box-r .btn_mplogin a {
	display:block;
	width:171px;
	height:48px;
	background:url(/img/common/btn_nav_mypage.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#navi-box-r .btn_mplogin a:hover {
	background-position:left bottom;
}

#navi-box-r .btn_mplogin_en a {
	display:block;
	width:171px;
	height:48px;
	background:url(/img/int/btn_nav_mypage_en.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#navi-box-r .btn_mplogin_en a:hover {
	background-position:left bottom;
}

#navi-box-r .btn_mplogin_cn a {
	display:block;
	width:171px;
	height:48px;
	background:url(/img/int/btn_nav_mypage_cn.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#navi-box-r .btn_mplogin_cn a:hover {
	background-position:left bottom;
}

#navi-box-r .btn_mplogin_kr a {
	display:block;
	width:171px;
	height:48px;
	background:url(/img/int/btn_nav_mypage_kr.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#navi-box-r .btn_mplogin_kr a:hover {
	background-position:left bottom;
}

#navi-box-r .btn_mplogin_pt a {
	display:block;
	width:171px;
	height:48px;
	background:url(/img/int/btn_nav_mypage_pt.jpg) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#navi-box-r .btn_mplogin_pt a:hover {
	background-position:left bottom;
}



/* ====================================================== */
/* [navi-box-r](ナビゲーション) 						  */
/* 2020/09/10HF差替後リニューアル対応型右ナビ			  */
/* ====================================================== */


.sidebar {
	width: 193px;
	float: left;
}

.sidebar.design_white {
	font-size: 13px;
}

.sidebar.design_white .bgG {
	background: #fff;
}

.sidebar.design_white .head {
	background: #c00;
	border-top: 4px solid #c00;
	color: #fff;
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 9px 10px 8px;
}

.sidebar.design_white .head2 {
	background: #f7f7f7;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	color: #333;
	font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 10px 6px;
	padding-left: 24px;
	position: relative;
}

.sidebar.design_white .head2:before {
	content: "\f0d7";
	display: inline-block;
	font-family: yubin;
	font-size: 12px;
	left: 10px;
	margin-right: 6px;
	position: absolute;
	top: 12px;
}

.sidebar.design_white ul.navlist {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

.sidebar.design_white ul.navlist li {
	position: relative;
}

.sidebar.design_white ul.navlist li.popup:before, .sidebar.design_white ul.navlist li:before {
	color: #c00;
	content: "\f105"!important;
	display: inline-block;
	font-family: yubin;
	font-size: 10px;
	left: 10px;
	margin-right: 5px;
	position: absolute;
	top: 13px;
}

.sidebar.design_white ul.navlist a {
	display: block;
	padding: .7em .5em .7em 20px;
}

.sidebar.design_white ul.navlist a:link {
	color: #333;
	text-decoration: none;
	transition: .3s;
}

.sidebar.design_white ul.navlist a:visited {
	color: #333;
}


.sidebar.design_white ul.navlist li:after {
	background: #dcdcdc;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 90%;
}


/* -------------------------------------------------------
  FAQ　開閉
------------------------------------------------------- */

dl.qa_list{
	font-size:14px;
}
dl.qa_list dt{
	border:1px solid #ffcbcb;
	border-top-width:3px;
	border-radius:3px 3px 0px 0px;
	padding:4px 12px 4px 24px;
	background:#ffffff;
	cursor:pointer;
	margin-top:6px;
	box-shadow:0px 3px 3px -3px rgba(0,0,0,0.4);
	
  	text-indent: -1.2em;
}
		dl.qa_list dt:before {
	content: "";
	background:#ffcbcb;
	padding:1px 4px;
	margin-right:8px;
	border-radius:10px;
}
		dl.qa_list dt:hover:before {
	background:#ff9999;
}

dl.qa_list dd{
	display:none;
	margin-left:0;
	padding:4px 12px;
	background:#ffeded;
	border:1px solid #f6f5d2;
	border-top:none;
}

div.enSctable{
	width:960px;
	overflow-x:scroll;
	border:1px solid #dad9c7;
}


/* -------------------------------------------------------
  汎用検索ボックス
------------------------------------------------------- */

dl.searchDefin dt{
	display:inline-block;
	vertical-align:middle;
	width:130px;
}
dl.searchDefin dd{
	display:inline-block;
	vertical-align:middle;
	width:450px;
	margin-left:0;
}
dl.searchDefin input[type=text]{
	padding:8px 20px;
	border:1px solid rgba(204,204,204,1);
}
dl.searchDefin input[type=submit]{
	background:rgba(0,0,0,1);
	color:rgba(255,255,255,1);
	border:1px solid rgba(51,51,51,1);
	border-radius:3px;
	padding:2px 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor:pointer;
}



/* -------------------------------------------------------
  コンテンツフッタ. div#utility
------------------------------------------------------- */
div#utility {
clear:both;
margin:10px 0 20px;
padding:15px;
border:1px dotted #ccc;
_width:650px;
}

div#utility div.recommend{
	width:930px;
}

div#utility div.recommend div.col2-l {
	width:120px;
}

div#utility div.recommend div.col2-r {
	width:810px;
}

div#utility div.col2-r p.arrow {
	margin:4px 0 -6px;
}

div#utility dl{
	width:930px;
}

div#utility dl dt{
	margin:0;
	float:left;
	width:40%;
}

div#utility dl dt ul.col2-l{
	width:50%;
	margin:2px 0 10px;
}

div#utility dl dt ul.col2-r{
	width:50%;
	margin:2px 0 10px;
}

div#utility dl dd{
	margin:0;
	float:left;
	width:18.4%;
	margin-left:14px;

}


div#utility em.heading{
	display:block;
	border-bottom:2px solid #cc0000;
	padding-bottom:8px;
	margin:0 0 10px;
	font-weight:bold;
	font-size:87.5%;
}

div#utility em.heading a{
	font-size:92%;
	color:#cc0000;
	display:block;
}

div#utility dl li{
	font-size: 80%;
	padding-bottom:12px;
	line-height:140%;
}


div#utility dl li.popup{
	background:url(/img/top/ico_utility_popup.gif) no-repeat 0 0.36em;
	padding-left:14px;
}

div#utility p.arrow{
	background:url(/img/common/arrow_nav01.gif) no-repeat 0 0.36em;
	padding-left:10px;
}

body.no-navi div#utility div.recommend{
	width:930px
}

body.no-navi div#utility div.recommend div.col2-l {
	width:110px;
}

body.no-navi div#utility div.recommend div.col2-r {
	width:810px;
}

body.no-navi div.newslist dl,
body div.newslist dl {
	width: 100%;
	}


body.no-navi div#utility dl{
	width:1130px;
}

body.no-navi div#utility dl dt{
	width:419px;
}

body.no-navi div#utility dl dt{
	width:419px;
}

body.no-navi div#utility dl dt ul.col2-l{
	width:186px;
}

body.no-navi div#utility dl dt ul.col2-r{
	width:186px;
}

body.no-navi div#utility dl dd{
	width:222px;
	margin-left:14px;
}




/* ====================================================== */
/* [foot-box] (フッタブロック)							  */
/* ====================================================== */

/* 上段 */

#foot-box div.upper {
	padding: 50px 15px 5px 33px;
}

#foot-box div.upper div.col2-l {
	width: 88px;
}
#foot-box div.upper div.col2-l img{ position:relative; bottom:-4px;}
#foot-box div.upper div.col2-r {
	width: 1045px;
	display:none;
}
body.jp #foot-box div.upper div.col2-r{
	display:block;
}

#foot-box #foot-navi li {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #333333;
	font-size: 68.75%;
	float: left;
}

#foot-box #foot-navi li.rear {
	margin: 0;
	padding: 0;
	border: none;
	width: auto;
}

/* 下段 */

#foot-box div.lower {
	background: #CC0000;
	width: 1198px
}


#foot-box div.lower div.col2-l {
	padding: 7px 15px 5px 33px;
	width: auto;
}

#foot-box div.lower div.col2-r {
	padding: 8px 15px 5px;
	width: auto;
	text-align:right;
}

/* ナビゲーション */

#foot-box #foot-navi a:link {
	color: #1E4EA6;
	text-decoration: underline;
}

#foot-box #foot-navi a:visited {
	color: #800080;
	text-decoration: underline;
}

#foot-box #foot-navi a:hover {
	color: #1E4EA6;
	text-decoration: underline;
}

#foot-box #foot-navi a:active {
	color: #1E4EA6;
	text-decoration: underline;
}

#foot-box #foot-navi a:focus {
	color: #1E4EA6;
	text-decoration: underline;
}



/* ====================================================== */
/* [ナビゲーション非表示時専用のスタイル]				  */
/* ====================================================== */



/* 見出し (lv3) */

body.no-navi h3 {
	background-image: url("/img/common/wide1200/h3_wide_lower.gif");
}

body.no-navi h3 span.inner {
	background-image: url("/img/common/wide1200/h3_wide_upper.gif");
}

/* 特殊見出し (ボックス連結型) */

body.no-navi h2.box {
	background-image: url("/img/common/h2_box.gif");
}

/* 見出し (lv2) 背景変更 */

body.no-navi h2.red {
	background-image: url("/img/common/wide1200/h2_box.gif");
}

body.no-navi h2.red span.inner {
	background: url("/img/common/h2_red_wide_upper.gif") no-repeat;
}

body.no-navi h2.green {
	background: #F5F5F5 url("/img/common/h2_green_wide_lower.gif") no-repeat 0 100%;
}

body.no-navi h2.green span.inner {
	background: url("/img/common/h2_green_wide_upper.gif") no-repeat;
}

body.no-navi h2.orange {
	background: #F5F5F5 url("/img/common/h2_orange_wide_lower.gif") no-repeat 0 100%;
}

body.no-navi h2.orange span.inner {
	background: url("/img/common/h2_orange_wide_upper.gif") no-repeat;
}

/* 見出し (lv3) 背景変更 */

body.no-navi h3.red {
	background: #F2F2F2 url("/img/common/h3_red_wide_lower.gif") no-repeat 0 100%;
}

body.no-navi h3.red span.inner {
	background: url("/img/common/h3_red_wide_upper.gif") no-repeat;
}

body.no-navi h3.green {
	background: #F2F2F2 url("/img/common/h3_green_wide_lower.gif") no-repeat 0 100%;
}

body.no-navi h3.green span.inner {
	background: url("/img/common/h3_green_wide_upper.gif") no-repeat;
}

body.no-navi h3.orange {
	background: #F2F2F2 url("/img/common/h3_orange_wide_lower.gif") no-repeat 0 100%;
}

body.no-navi h3.orange span.inner {
	background: url("/img/common/h3_orange_wide_upper.gif") no-repeat;
}

/* 本文部分を2列カラムで表示 */

body.no-navi div.half {
	width: 1168px;
}

body.no-navi div.half div.col2-l {
	width: 582px;
}

body.no-navi div.half div.col2-r {
	width: 582px;
}


body.no-navi div.half h3 {
	background: #ECF3FF url("/img/common/h3_half_wide_lower.gif") no-repeat 0 100%;
}

body.no-navi div.half h3 span.inner {
	background: url("/img/common/h3_half_wide_upper.gif") no-repeat;
}

/* ページの横幅 */

body.no-navi #wrap-inner {
	background: none;
}

/* 主要ブロック */

body.no-navi #main-box {
	width: 100%;
	float: none;
}

body.no-navi #foot-box {
	width: 100%;
	clear: none;
}

/* [main-box] */

body.no-navi #main-box div.pad {
	border: none;
}

/* [定ボ] フロートで画像とテキストとを横並び配置 (1) */

body.no-navi #main-box div.img1 {
	width: 730px;
}

body.no-navi #main-box div.img1 div.col2-l {
	width: 102px;
}

body.no-navi #main-box div.img1 div.col2-r {
	width: 618px;
}
/* ステップ */
body.no-navi div.h-step {
	background: #F3F0E3 url("/img/common/wide1200/h_wide_step_lower.gif") no-repeat 0 100%;
	width: 1168px;
}
body.no-navi div.h-step div.inner {
	background: url("/img/common/wide1200/h_wide_step_upper.gif") no-repeat;
	padding: 4px 0;
	width: 1168px;
}

body.no-navi div.h-step div.col2-r {
	width: 1074px;
}

/* 関連リンク群 */

body.no-navi #related div.col2-l {
	width: 337px;
}

body.no-navi #related div.col2-r {
	width: 337px;
}

/* 画像枠 */

img.stampsheet{
	border: 1px #C0C0C0 solid;
}

/* ====================================================== */
/* [印刷用スタイル] 									  */
/* ====================================================== */

	.printimg{
	display:none;
	}

@media print {

	/* ページの横幅 */

	#wrap-outer {
		background: none;
		width: auto;
	}

	#wrap-inner {
		background: none;
		border: none;
		margin: 0;
	}

	/* 主要ブロック (show) */

	#main-box {
		float: none;
	}

	/* 主要ブロック (hide) */

	div.printimg {
		display:block;
	}

	#head-box {
		display: none;
	}

	#path-box {
		display: none;
	}

	#navi-box {
		display: none;
	}

	#navi-box-r {
		display: none;
	}

	#foot-box {
		display: none;
	}
}



#fixedTop {
	display:none;
}

/*2020 side*/
@font-face {
  font-family: yubin;
  src: url(/assets/css/fonts/yubin.eot?gaziqn);
  src: url(/assets/css/fonts/yubin.eot?gaziqn#iefix) format('embedded-opentype'), url(/assets/css/fonts/yubin.ttf?gaziqn) format('truetype'), url(/assets/css/fonts/yubin.woff?gaziqn) format('woff');
  font-style: normal
}
.contWrap > .pageClm2 .sideArea {
  flex-basis: 193px;
  margin-bottom: 40px;
  max-width: 193px
}
.pageClm2 .sideArea .navbody {
  margin-top: 20px
}
.sideArea #navi-box, .sideArea #navi-box-r {
  margin-top: 20px
}
.sideArea #navi-box .itemBox, .sideArea #navi-box-r .itemBox {
  background: #fff;
  border: 1px solid #c8c8c8
}
.sideArea #navi-box .itemBox .items, .sideArea #navi-box-r .itemBox .items {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
  font-size: .8rem;
  padding: 10px
}
#navi-box .itemBox .items li.sub, #navi-box-r .itemBox .items li.sub {
  margin-bottom: 10px
}
#navi-box .itemBox .items li.sub:before, #navi-box-r .itemBox .items li.sub:before {
  content: none
}
#navi-box .itemBox .items li a:before, #navi-box-r .itemBox .items li a:before {
  color: #c00;
  content: "\f105";
  display: inline-block;
  font-family: yubin;
  margin-right: .5em
}
#navi-box .itemBox .items li a, #navi-box-r .itemBox .items li a {
  border-bottom: 1px solid #eee;
  display: block;
  font-weight: 400;
  padding: .5em 0 .5em 1em;
  text-indent: -.5em
}
#navi-box .itemBox .items li:last-child a, #navi-box-r .itemBox .items li:last-child a {
  border-bottom: 0
}
#navi-box .itemBox-shop, #navi-box-r .itemBox-shop {
  background: #fff;
  border-bottom: 2px solid #c00;
  border-left: 2px solid #c00;
  border-right: 2px solid #c00
}
#navi-box .itemBox-shop .items-shop, #navi-box-r .itemBox-shop .items-shop {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", メイリオ, Meiryo, sans-serif;
  font-size: .8rem;
  padding: 10px
}
#navi-box .itemBox-shop .items-shop li.sub, #navi-box-r .itemBox-shop .items-shop li.sub {
  margin-bottom: 10px
}
#navi-box .itemBox-shop .items-shop li.sub:before, #navi-box-r .itemBox-shop .items-shop li.sub:before {
  content: none
}
#navi-box .itemBox-shop .items-shop li a:before, #navi-box-r .itemBox-shop .items-shop li a:before {
  color: #c00;
  content: "\f105";
  display: inline-block;
  font-family: yubin;
  margin-right: .5em
}
#navi-box .itemBox-shop .items-shop li a, #navi-box-r .itemBox-shop .items-shop li a {
  border-bottom: 1px solid #eee;
  display: block;
  font-weight: 400;
  padding: .5em 0 .5em 1em;
  text-indent: -.5em
}
#navi-box .itemBox-shop .items-shop li:last-child a, #navi-box-r .itemBox-shop .items-shop li:last-child a {
  border-bottom: 0
}
#navi-box .sp-b16, #navi-box-r .sp-b16 {
  margin-bottom: 16px
}
#navi-box .sp-t16, #navi-box-r .sp-t16 {
  margin-top: 16px
}
#navi-box .btn_notification a, #navi-box-r .btn_notification a {
  background: url(/img/common/btn_nav_notification.gif) no-repeat left top;
  display: block;
  font-size: 1px;
  height: 58px;
  line-height: 1px;
  outline: 0;
  text-decoration: none;
  text-indent: -9999px;
  width: 193px
}
#navi-box .btn_notification a:hover, #navi-box-r .btn_notification a:hover {
  opacity: .6
}
#navi-box .btn_notification a img, #navi-box-r .btn_notification a img {
  width: 100%
}
#navi-box .btn_q a, #navi-box-r .btn_q a {
  background: url(/img/common/btn_nav_q_en.gif) no-repeat left top;
  display: block;
  font-size: 1px;
  height: 58px;
  line-height: 1px;
  outline: 0;
  text-decoration: none;
  text-indent: -9999px;
  width: 193px
}
#navi-box .btn_q a:hover, #navi-box-r .btn_q a:hover {
  opacity: .6
}
#navi-box .btn_business a, #navi-box-r .btn_business a {
  background: url(/img/common/btn_nav_business.gif) no-repeat left top;
  display: block;
  font-size: 1px;
  height: 58px;
  line-height: 1px;
  outline: 0;
  text-decoration: none;
  text-indent: -9999px;
  width: 193px
}
#navi-box .btn_business a:hover, #navi-box-r .btn_business a:hover {
  opacity: .6
}
#navi-box .normal-box, #navi-box-r .normal-box {
  border: 1px solid #c8c8c8;
  font-size: .8rem;
  padding: 10px
}
#navi-box h2 img, #navi-box-r h2 img {
  width: 100%
}
#navi-box h2, #navi-box-r h2 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0
}
#navi-box .mkr-nav-r, #navi-box-r .mkr-nav-r {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: .8rem;
  font-weight: 700;
  padding: 0 10px 10px
}
#navi-box .mkr-nav-r a, #navi-box-r .mkr-nav-r a {
  color: #c00
}
#navi-box p.to-list, #navi-box-r p.to-list {
  text-align: right
}
#navi-box p.to-list a, #navi-box-r p.to-list a {
  text-decoration: none
}
#navi-box p.to-list a:hover, #navi-box-r p.to-list a:hover {
  text-decoration: underline
}
.sidebar {
  font-size: 13px;
  margin-top: 20px
}
.sidebar .topborder {
  border-top: 4px solid #c00
}
.sidebar hr {
  border: 0;
  border-top: 1px dotted #c8c8c8;
  height: 0;
  margin: 0;
  padding: 0
}
.sidebar .head {
  border-top: 4px solid #c00;
  color: #c00;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  padding: 10px 9px 8px
}
.sidebar .head2 {
  background: #dcdcdc;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 10px 6px;
  padding-left: 24px;
  position: relative
}
.sidebar .head2:before {
  content: "\f0d7";
  display: inline-block;
  font-family: yubin;
  font-size: 10px;
  font-size: 12px;
  left: 10px;
  margin-right: 6px;
  position: absolute;
  top: 12px
}
.sidebar .head2.toggleParent {
  cursor: pointer;
  padding-left: 27px;
  position: relative
}
.sidebar .head2.toggleParent:hover {
  text-decoration: underline
}
.sidebar .head2.toggleParent:before {
  color: #c00;
  content: "\2b";
  font-size: 10px;
  font-size: 12px;
  left: 10px;
  position: absolute;
  top: 13px
}
.sidebar .head2.toggleParent.active:before {
  color: #c00;
  content: "\2d"
}
.head2.toggleParent + * {
  display: none
}
.sidebar .head2.toggleParent + * + .head2 {
  border-top: 1px solid #eee
}
.sidebar .head3 {
  border-left: 0;
  border-top: #dcdcdc 3px solid;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 5px auto -2px;
  padding: 8px 10px 6px;
  position: relative;
  text-align: center
}
.sidebar .head3:before {
  content: none !important
}
.sidebar ul.navlist {
  padding-bottom: 0px;/*10px*/
}
.sidebar ul.navlist a {
  display: block;
  padding: .7em .5em .7em 23px
}
.sidebar ul.navlist li {
  position: relative
}
.sidebar ul.navlist li p {
  font-size: 90%;
  padding: 0 .5em 0 23px
}
.sidebar ul.navlist li:before {
  color: #c00;
  content: "\f105";
  display: inline-block;
  font-family: yubin;
  font-size: 10px;
  left: 10px;
  margin-right: 5px;
  position: absolute;
  top: 13px
}
.sidebar ul.navlist li.popup:before {
  content: "\e924";
  left: 9px;
  top: 13px
}
.sidebar ul.navlist li.more {
  text-align: right
}
.sidebar ul.navlist li.more a {
  padding: .7em 23px .7em .5em;
	text-decoration: none;
}
.sidebar ul.navlist li.more:before {
  content: "\f101";
  left: auto;
  right: 7px;
  top: 13px
}
.sidebar ul.navlist li.parent {
  font-weight: 700;
  padding: .7em .5em .7em 23px
}
.sidebar ul.navlist li.parent:before {
  color: #333;
  content: "\f107";
  top: 15px
}
.sidebar ul.navlist li.parent + .child {
  margin-left: 15px
}
.sidebar ul.navlist li.parent.toggleParent {
  cursor: pointer;
  padding-left: 27px;
  position: relative
}
.sidebar ul.navlist li.parent.toggleParent:hover {
  text-decoration: underline
}
.sidebar ul.navlist li.parent.toggleParent:before {
  color: #c00;
  content: "\2b";
  font-size: 10px;
  font-size: 12px;
  left: 10px;
  position: absolute;
  top: 13px
}
.sidebar ul.navlist li.parent.toggleParent.active:before {
  color: #c00;
  content: "\2d"
}
.sidebar ul.navlist li.parent.toggleParent + .child {
  display: none
}
.sidebar ul.navlist li.parent.toggleParent + .child + .head2 {
  border-top: 1px solid #eee
}
.sidebar ul.navlist li.child ul {
  font-size: 90%
}
.sidebar ul.navlist li.child ul a {
  padding: .5em .5em .5em 20px
}
.sidebar ul.btnlist {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700
}
.sidebar ul.btnlist a {
  background: #c00;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: .9em .5em .9em 23px;
text-decoration: none;
}
.sidebar ul.btnlist a:hover{
text-decoration:underline;
}
.sidebar ul.btnlist li {
  margin-bottom: 10px;
  position: relative
}
.sidebar ul.btnlist li:before {
  color: #fff;
  content: "\f105";
  display: inline-block;
  font-family: yubin;
  font-size: 10px;
  font-weight: 400;
  left: 10px;
  margin-right: .5em;
  position: absolute;
  top: 15px
}
.sidebar ul.btnlist li.popup:before {
  content: "\e924";
  left: 9px;
  top: 16px
}
.sidebar .bgG ul.btnlist li:last-child {
  margin-bottom: 0
}
.sidebar .bgG > .navlist:first-child {
  border-top: 4px solid #c00
}
.sidebar.design_white {
  font-size: 13px;
  margin-top: 20px;/*20px*/
}
.sidebar.design_white .topborder {
  border-top: 4px solid #c00
}
.sidebar.design_white .bgG {
  background: #fff
}
.sidebar.design_white hr {
  border: 0;
  border-top: 1px dotted #c8c8c8;
  height: 0;
  margin: 0;
  padding: 0
}
.sidebar.design_white .head {
  background: #c00;
  border-top: 4px solid #c00;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 9px 10px 8px
}
.sidebar.design_white .head2 {
  background: #f7f7f7;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 10px 6px;
  padding-left: 24px;
  position: relative
}
.sidebar.design_white .head2:before {
  content: "\f0d7";
  display: inline-block;
  font-family: yubin;
  font-size: 10px;
  font-size: 12px;
  left: 10px;
  margin-right: 6px;
  position: absolute;
  top: 12px
}
.sidebar.design_white .head2.toggleParent {
  cursor: pointer;
  padding-left: 27px;
  position: relative
}
.sidebar.design_white .head2.toggleParent:hover {
  text-decoration: underline !important;
}
.sideArea .sidebar.design_white .head2.toggleParent:before {
  color: #c00;
  content: "\2b";
  font-size: 10px;
  font-size: 12px;
  left: 10px;
  position: absolute;
  top: 13px
}
.sideArea .sidebar.design_white .head2.toggleParent.active:before {
  color: #c00;
  content: "\2d"
}
.sideArea .sidebar.design_white .head2.toggleParent + * {
  display: none
}
.sideArea .sidebar.design_white .head2.toggleParent + * + .head2 {
  border-top: 1px solid #eee
}
.sideArea .sidebar.design_white .head3 {
  border-left: 0;
  border-top: #dcdcdc 3px solid;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 5px auto -2px;
  padding: 8px 10px 6px;
  position: relative;
  text-align: center
}
.sideArea .sidebar.design_white .head3:before {
  content: none !important
}
.sideArea .sidebar.design_white ul.navlist {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding-bottom: 10px
}
.sideArea .sidebar.design_white ul.navlist a {
  display: block;
  padding: .7em .5em .7em 20px
}
.sidebar.design_white ul.navlist a:hover {
  background: #ffecec;
  text-decoration: underline;
}
.sideArea .sidebar.design_white ul.navlist li {
  position: relative
}
.sideArea .sidebar.design_white ul.navlist li p {
  font-size: 90%;
  padding: 0 .5em 0 23px
}
.sideArea .sidebar.design_white ul.navlist li:after {
  background: #dcdcdc;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 90%
}
.sidebar.design_white ul.navlist li:last-child:after {
  content: none
}
.sidebar.design_white ul.navlist li.popup:before, .sideArea .sidebar.design_white ul.navlist li:before {
  color: #c00;
  content: "\f105" !important;
  display: inline-block;
  font-family: yubin;
  font-size: 10px;
  left: 10px;
  margin-right: 5px;
  position: absolute;
  top: 13px
}
.sidebar.design_white ul.navlist li.popup a:after {
  color: #c00;
  content: "\e924";
  display: inline-block;
  font-family: yubin;
  font-size: 10px;
  margin-left: .4em;
  top: 11px
}
.sidebar.design_white ul.navlist li.more {
  text-align: right
}
.sidebar.design_white ul.navlist li.more a {
  padding: .7em 23px .7em .5em;
  /*text-decoration: underline*/
	text-decoration: none;
}
.sidebar.design_white ul.navlist li.more a:hover {
 text-decoration: underline;
}
.sidebar.design_white ul.navlist li.more:before {
  content: "\f101";
  left: auto;
  right: 7px;
  top: 13px
}
.sidebar.design_white ul.navlist li.parent {
  font-weight: 700;
  padding: .7em .5em .7em 23px
}
.sidebar.design_white ul.navlist li.parent:before {
  color: #333;
  content: "\f107";
  top: 15px
}
.sidebar.design_white ul.navlist li.parent + .child {
  margin-left: 15px
}
.sidebar.design_white ul.navlist li.parent.toggleParent {
  cursor: pointer;
  padding-left: 27px;
  position: relative
}
.sidebar.design_white ul.navlist li.parent.toggleParent:hover {
  text-decoration: underline
}
.sidebar.design_white ul.navlist li.parent.toggleParent:before {
  color: #c00;
  content: "\2b";
  font-size: 10px;
  font-size: 12px;
  left: 10px;
  position: absolute;
  top: 13px
}
.sidebar.design_white ul.navlist li.parent.toggleParent.active:before {
  color: #c00;
  content: "\2d"
}
.sidebar.design_white ul.navlist li.parent.toggleParent + .child {
  display: none
}
.sidebar.design_white ul.navlist li.parent.toggleParent + .child + .head2 {
  border-top: 1px solid #eee
}
.sidebar.design_white ul.navlist li.child ul {
  font-size: 90%
}
.sidebar.design_white ul.navlist li.child ul a {
  padding: .5em .5em .5em 20px
}
.sidebar.design_white ul.navlist:last-child {
  border-bottom: 1px solid #dcdcdc
}
.sidebar.design_white ul.btnlist {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700
}
.sidebar.design_white ul.btnlist a {
  background: #c00;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: .9em .5em .9em 23px;
}
.sidebar.design_white ul.btnlist li {
  margin-bottom: 10px;
  position: relative
}
.sidebar.design_white ul.btnlist li:before {
  color: #fff;
  content: "\f105";
  display: inline-block;
  font-family: yubin;
  font-size: 10px;
  font-weight: 400;
  left: 10px;
  margin-right: .5em;
  position: absolute;
  top: 15px
}
.sidebar.design_white ul.btnlist li.popup:before {
  content: "\e924";
  left: 9px;
  top: 16px
}
.sidebar.design_white .bgG ul.btnlist li:last-child {
  margin-bottom: 0
}
.sidebar.design_white .bgG > .navlist:first-child {
  border-top: 4px solid #c00
}

/*20201012*/
body.wide1200 ul.items{
	text-align: left;
}

body.wide1200 ul.items li a:before{
  content: none !important;
}
body.wide1200 #navi-box-r  p.to-list{
	padding: 0px 10px 0px;
	font-size: 87.5%;
	/*text-align: right;*/
}

body.wide1200 #navi-box-r ul.items li a {
	padding: 5px 13px;
	display: block;
	background-image:url(/img/common/mkr_arrow_nav-r.gif);
	background-repeat:no-repeat;
	/*background-position:0 0.88em;*/
	border-bottom: none;
	text-align: left;
	width: 141px;
}
body.wide1200 span.mkr-nav-r{
	background: none;
}
body.wide1200 span.mkr-nav-r a{
	background: url("/img/common/arrow_nav.gif") no-repeat;/*-0.01em*/
	background-position:left;
	padding-left: 17px;
	color: #1E4EA6 !important;
	text-decoration: underline !important;
	font-size: 1.10em;
}
body.wide1200 #navi-box-r ul.items li.sub {
	margin-left:-2px;
	margin-bottom:5px;
}
body.wide1200 #navi-box .itemBox .items li a, #navi-box-r .itemBox .items li a {
	text-indent: 0;
}

/*#navi-box .itemBox .items li a:before, #navi-box-r .itemBox .items li a:before{
display: none;
	
*/



/*20201020*/
body.jp ul.items{
	text-align: left;
}

body.jp ul.items li a:before{
  content: none !important;
}
body.jp #navi-box-r  p.to-list{
	padding: 0px 10px 0px;
	font-size: 87.5%;
	/*text-align: right;*/
}

body.jp #navi-box-r ul.items li a {
	padding: 5px 13px;
	display: block;
	background-image:url(/img/common/mkr_arrow_nav-r.gif);
	background-repeat:no-repeat;
	/*background-position:0 0.88em;*/
	border-bottom: none;
	text-align: left;
	width: 141px;
}
body.jp span.mkr-nav-r{
	background: none;
}
body.jp span.mkr-nav-r a{
	background: url("/img/common/arrow_nav.gif") no-repeat;/*-0.01em*/
	background-position:left;
	padding-left: 17px;
	color: #1E4EA6 !important;
	text-decoration: underline !important;
	font-size: 1.10em;
}
body.jp #navi-box-r ul.items li.sub {
	margin-left:-2px;
	margin-bottom:5px;
}
body.jp #navi-box .itemBox .items li a, #navi-box-r .itemBox .items li a {
	text-indent: 0;
}

body.jp #navi-box-r.int div.navi-int, #navi-box-r.int div.itemBox{
	margin-top: -10px;
}
/*20201030*/
.enNav20201030 a:before {
	content:none !important;
}