@charset "UTF-8";
/* CSS Document */
/* イレギュラースマホ対応用 */
/* contents---------------
   1.Reset
   2.Base
   3.Layout
   4.Common
   5.Page 
	------------ */

/* ====================================================== */
/* [Reset]							   */
/* ====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, figcaption, footer, header,	hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
article, aside, dialog, div, figure, footer, header, hgroup, nav, section {  display: block;}
nav ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
a { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration:none;}
ins { color: #000; background-color: #ffffe0; text-decoration: none;}
mark { background-color: #ffd; color: #000;   font-weight: bold;}
del { text-decoration: line-through;}
abbr[title],
dfn[title] { border-bottom: 1px dotted #666; cursor: help;}
table { border-collapse: collapse; border-spacing: 0;}
hr { display: none; }
input, select { vertical-align: middle;}
img { border: none; vertical-align: bottom;}
address,caption,cite,code,dfn,em,th,var { font-style: normal; font-weight: normal;}
li { list-style: none; position: relative;}
fieldset { border: none;}
p, ul, ol, ul li, ol li, table, table th, table td { font-size: 100%;}
p { line-height: 1.51;}
dt {}
li { line-height: 1.31;}
table td ul, table td ul li, dl dd ul, dl dd ul li { font-size: 100%;}


/* ====================================================== */
/* [Base]							  */
/* ====================================================== */

body {
  color: #222;
  background: #FFF;
  font: 95%/1.231 Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif;
  width: 100%;
  min-height: 416px;
  -webkit-text-size-adjust: none;
  word-break:break-all;
}

img {
  border: none;
  vertical-align: bottom;
}

select{
	height:2em;
	width:100%;
	font-size:16px;
	margin:5px 0px;
}
input[type="image"]{
	background-color:#c00;
}

a{
	-webkit-tap-highlight-color:rgba(60,80,200,0.20);
	-webkit-touch-callout:none;
}

a img{
	-webkit-tap-highlight-color:rgba(60,80,200,0.20) !important;
	-webkit-touch-callout:none;
}


/*----------------------------------------------------------
  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;
}


/* ====================================================== */
/* [Layout] 							*/
/* ====================================================== */

/* Header
---------------------------------------------------------- */


#head-box{
	position:relative;
	background-color:#C00;
	padding:0px;
	width:100%;
	margin-bottom:10px;
	text-align:center;
}

#head-box #yubin img{
	display:none;
}
#head-box #yubin{
	width:160px;
	margin:0 auto; padding:9px 0 5px; /* padding:13px 0; */
	content:url(/img/common/resp/img_siteid.png);
	transform: scale(0.79);
	-ms-transform: scale(0.79);
	-webkit-transform: scale(0.79);
}
.head_pc_btn{
	position:absolute;
	top:10px;
	right:10px;
	background:url(../img/btn_pc.png) no-repeat;
	width:54px;
	height:24px;
	display:block;
	text-indent:-9999px;
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.head_pc_btn{
			background:url(../img/btn_pc_x2.png) no-repeat #CC0000 !important;
			background-size: 54px 24px;

		}
		}


	#head-box div.icon-top{
		position: absolute;
		font-family: 'jpsmt';
		font-size: 20px;
		left:7px;
		top:14px;
	}
	#head-box div.icon-top a{
		color:#FFF;
	}
	

/* グローバルナビ */
#global_navi{display:none;}/* 非表示 */
#path-box{display:none;}


#global_navi{
	width:100%;
	/* margin-top:20px; */
	background:#FFF;
	text-align:center;
}
	#global_navi ul{
		width:100%;
		margin:0 auto;
		padding:2px 0px;
	}
#global_navi ul:after	{
	 content: "."; 
	 display: block; 
	 visibility: hidden; 
	 height: 0.1px; 
	 font-size: 0.1em; 
	 line-height: 0; 
	 clear: both; 
	}
	#global_navi li{
		margin:0 auto;
		float:left;
		width:50%;
		text-align:center;
		margin:0 auto;
		
	}
	#global_navi li img{
		height:auto;
		width:97%;
		padding:3px 2px 1px 2px;
	}
		#global_navi li:nth-child(1){
		  display:none;
		}
/* 非表示 */
.printimg{
	display:none;
}
div#guide{
	display:none;
}

ul#head-navi{
	display:none;
}

#motto{
	display:none;
}


/* 右ナビを非表示 */
div#navi-box{
	display:none;
}
div#navi-box-r{
	display:none;
}

/* main
---------------------------------------------------------- */
#path-box{
	border-bottom: #CC0000 dotted 1px;
	margin:0px 0px 10px 0px;
	padding:0px 10px;
}

#main-box{
	margin:0 10px;
	
}

#main-box p{
	margin-top:1.3em;
	margin-bottom:1.3em;
	font-size:100%;
}

/* [テ装] 見出し (lv1) に先行する文言 */

#main-box p.extra {
	color: #C7000E;
	margin: 0 0 5px 0.1em;
	font-weight: bold;
	font-size: 100%;
	line-height: normal;
}


/* footer
---------------------------------------------------------- */

#foot-box{
	background-color:#C00;
	padding:0px 0px;
	width:100%;
	margin-top:20px;
	text-align:center;
}
#foot-box .upper{display:none;}
#foot-box .lower .col2-l{display:none;}
#foot-box .lower .col2-r{
	display:block; width:100%;
	text-indent:-9999px;
	background: #CC0000;
	color: #CC0000;
	padding:0 0 3px; margin:-3px 0;
	content:url(/img/common/resp/img_siteid_foot.png);
	transform: scale(0.39); 
	-ms-transform: scale(0.39); 
	-webkit-transform: scale(0.39); 
	text-align: center;
	overflow: visible;
	white-space: normal;
}

/* ====================================================== */
/* [common] 							*/
/* ====================================================== */
.spView{display:none !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-v0 {margin-top: 0px !important; margin-bottom: 0px !important;}
*.sp-v5 {margin-top: 5px !important; margin-bottom: 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-t0 {margin-top: 0px !important;}
*.sp-t5 {margin-top: 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-b0 {margin-bottom: 0px !important;}
*.sp-b5 {margin-bottom: 5px !important;}

*.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;
	
}


/* 画像マーカー (通常) */

span.mkr-pc {
	background:url(/img/common/resp/icon_pc-r.png) no-repeat 0 0.25em;
	width:12px;
	height:12px;
	padding-left: 15px;
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
			span.mkr-pc{
				background:url(/img/common/resp/icon_pc-r.png) no-repeat 0 0.2em;
				background-size:13px 13px;
				padding-left: 16px;
				
			}
			}

span.mkr-next {
	background: url("/img/common/mkr_next.gif") no-repeat 0 0.15em;
	padding-left: 14px;
}

span.mkr-prev {
	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-popup {
	background: url("/img/common/mkr_popup.gif") no-repeat 0 0.15em;
	padding-left: 18px;
}

span.mkr-nb {
	background: url("/img/common/mkr_nb.gif") no-repeat 0 0.15em;
	padding-left: 14px;
}


/* 行中に挿入される画像 */

img.inline { vertical-align: middle;}
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;}

p{
	line-height:1.3;
	margin-bottom:0.5em;
}

small {
	font-size: 85.75%;
}

em {
	color: #C7000E;
}

strong{
	font-weight:bold;
}
strong em{
	font-weight:bold;
}

.err-item{
	color: #C7000E;
}
h1{
	font-size:140%;
	font-weight:normal;
	margin-bottom:10px;
}
h2{
	font-size:125%;
	border-left:solid 7px #CC0000;
	padding-left:6px;
	margin:12px 0px 12px 0px;
	
}

h3{
	border-left:solid 5px #333;
	border-bottom:dotted 1px #333;
	padding: 0px 3px 2px 0.65em;
	color:#333;
	margin:12px 0;
	}
	h3.red{
		border-left:none;
		border-bottom:none;
	background:#f8dbdb;
	padding: 0.25em 3px 2px 0.65em;
	border-radius:3px;
	font-weight:normal;
	}

h4{
	border-left:solid 5px  #666;
	color:	#666;
	margin:14px 0 10px;
	padding-left:10px;
}
 h4.sp-t15{
	 margin-top:30px !important;
	 margin-bottom:0 !important;
 }

table {
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #DAD9C7;

}

table th {
	padding: 7px 3px;
	border-width: 1px;
	border-style: solid none none solid;
	border-color: #DAD9C7;
}

table td {
	padding: 7px 3px;
	border-width: 1px;
	border-style: solid none none solid;
	border-color: #DAD9C7;
	vertical-align: middle;
}



/* 表 (汎用：ヘッダセル) */

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.layout {
	border: none;
}

table.layout.adapt {
	margin-bottom: -15px;
}

table.layout th {
	padding: 0;
	border: none;
}

table.layout td {
	padding: 0;
	border: none;
	vertical-align:top;
}

/* 表 (レイアウトデータ用) */

table.layout-data {
	border: none;
}

table.layout-data.adapt {
	margin-bottom: -15px;
}

table.layout-data th {
	padding: 8px 0px;
	border: none;
}

table.layout-data td {
	padding: 8px 0px;
	border: none;
}

/* 表 (レイアウト用：左側に画像) */

table.layout td.pic {
	padding: 0.15em 15px 0 0;
}



/* 2列カラム */

*.col2-l {
	/* 横幅などは必要に応じて定義 */
	float: left;
}

*.col2-r {
	/* 横幅などは必要に応じて定義 */
	float: right;
}

/* 3列カラム */

*.col3 {
	float: left;
}

/* 3列カラム */

#col3 div.col3 {
	width:31%;
	margin-left:18px;
}

/* [定ボ] エラー表示 (一覧) */

div.err-list {
	color: #C70210;
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px solid #C70210;
}

div.err-list ul.basic-m li{
	background:none !important;
}

div.err-list div.inner {
	width: 100%px;
}

div.err-list div.col2-l {
	width: 15%;
}

div.err-list div.col2-r {
	width: 85%;
}
input[type="text"]{
	height:2em;
	margin:2px;
	 font-size:18px;
	 padding:0 !important;
}

input[type="tel"]{
	height:2em;
	margin:2px;
	 font-size:18px;
	 padding:0 !important;
}

input[type="password"]{
	height:2em !important;
	margin:2px !important;
	 font-size:18px !important;
	 padding:0 !important;
}

input[type="checkbox"]{
 margin:0.5em !important;
 width:25px !important;
 height:25px !important;
}
input[type="radio"]{
 margin:0.5em !important;
 font-size:25px !important;
 width:auto !important;
}

/* フロートに後続する流し込みを解除 */


*.no-back{
	background: none !important;
}

*.clear {
	clear: both;
}

div.clear {
	font: 1px/1px sans-serif;
}

div.popup_window{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:5px 7px 5px 7px;
	background:rgba(255,255,255,0.8);
	width:80%;
	margin:50px auto 0px;
	border:1px #CC0000 solid;
}

body.popup{
	
}

a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:8px;
	margin-top:20px;
	width:70%;
	background:#ffffff; 
}

a.tooltip span a{
	display:none; 
}
a.tooltip:hover span{
	display:inline; 
	position:absolute;
	right:8px;
	border:1px solid #cccccc; 
	background:#ffffff; 
	color:#6c6c6c;
	z-index:2;
}




/* 索引の段組み (2列カラム) */

div.index-d {
	width: 100%;
}
div.index-d h3{
	border:none;
	background:#f8dbdb;
	border-radius:3px;
	padding:4px;
	margin:0
}

div.index-d div.col2-l {
	width: 100%;
	margin-bottom:10px;
}
div.index-d div.col2-r {
	width: 100%;
	margin-bottom:10px;
}

div.index-d img[alt="表示"]{
	height:30px !important;
	width:auto !important;
	margin-top:5px;
}


ul.basic-l li {
	background: url("/img/common/mkr_basic_l.gif") no-repeat 5px 0.50em;
	margin-top: 0.3em;
	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.paren-m {
	padding-left:1.5em;
}

ol.paren-m li {
	text-indent:-1.5em;
	margin-top: 0.5em;
	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.notice-m {
	padding-left:3.5em;
}

ol.notice-m li {
	text-indent:-3.5em;
	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) "）";
}


/* パーレン※リスト (順序付：フォントサイズ中) */

ol.notes-m {
	padding-left:3em;
}

ol.notes-m li {
	text-indent:-3em;
	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) "）";
}




/* リスト (順序付：フォントサイズ中) */

ol.basic-m {
	padding-left: 32px;
}

ol.basic-m li {
	margin-top: 0.5em;
	list-style-type: decimal;
	line-height: 140%;
}

/* リスト (順序付：フォントサイズ大) */

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-m{
	margin-bottom:15px;
}

ul.basic-m li {
	background: url("/img/common/mkr_basic_m.gif") no-repeat 5px 0.50em;
	margin-top: 0.5em;
	padding-left: 15px;
	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;
	line-height: 140%;
}

/* リスト (順序付：フォントサイズ小) */

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%;
}

/* リスト (順序付：茶色アイコン) */

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;
}

/* リスト (順不同：赤矢印) */

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%;
}

/* リスト (順不同：薄いグレー矢印) */

ul.arrow-gray2{
	margin:4px 0 20px;
}
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%;
}

/* リスト (エラー) */

div.err-list ul.basic-l li {
	background-image: url("/img/common/mkr_error_l.gif");
}

div.err-list ul.basic-m li {
	background: url("/img/common/mkr_error_m.gif") no-repeat 0.25em 0.65em !important;
}

div.err-list ul.basic-s li {
	background-image: url("/img/common/mkr_error_s.gif");
}



/* テキストの装飾 */

em.brown {
	color: #704910;
}

em.green {
	color: #439538;
}

em.gray {
	color: #333333;
}


/*--------------------
	切手報道発表
--------------------*/

	table.kitteTable{
		border-right:none;
		border-bottom:none;
	}
	table.kitteTable tr{
		display: block;
	}
	table.kitteTable tbody td{
		margin-bottom:1em;
		padding:8px 12px;
	}
		table.kitteTable tbody td table[roll="presentation"]{
			margin:12px 0;
			}
		table.kitteTable tbody td table[roll="presentation"] td{
				margin-bottom:0;
				padding:0 0;
			}
		table.kitteTable tbody td table[role="presentation"]{
			margin:0;
			}
		table.kitteTable tbody td table[role="presentation"] td{
				margin-bottom:0;
				padding:0 0;
			}
		table.kitteTable tbody td table[role="presentation"] td:nth-child(2n){
				margin-bottom:0.25em;
			}
	table.kitteTable tbody th,
	table.kitteTable tbody td{
		display: block;
		border: none;
	}
	
	table.kitteTable dl.kitteLayout dt{
		float:left;
		max-width:120px;
	}
	table.kitteTable dl.kitteLayout dt img{
		max-width:120px;
	}
	table.kitteTable dl.kitteLayout dd{
		margin-left:120px;
	}
	
	.ouin dt{
		vertical-align:top;
	}
	.ouin img{
		max-width:40px;
	}
	table.data img{
		vertical-align:middle;
		max-width:100%;
	}
	.box img{
		max-width:100px;
	}
img.layout_tate{
	max-height:300px;
	width:auto;
}
img.layout_yoko{
	max-width:230px !important;
	height:auto;
}


table.kanren{
	width:100%;
}
table.kanren td.pic{
	width:12% !important;
	padding:0;
}
table.kanren td:nth-child(2n){
	width:35% !important;
	padding-top:10px;
}


div[id^="diagram"] table tr td:nth-child(1){
	white-space: nowrap;
	width:30%;
}

  .pswp__container:after{
	  position:absolute;
	  display:block;
	  top:50%;
	  width:100%;
	  background:rgba(0,0,0,0.8);
	  padding:20px 10px;
	  content:"ダブルタップで拡大できます";
	  font-size:16px;
	  text-align:center;
	  color:#FFF;
	  z-index:2000;
	  opacity:1;
	  transition:1s;
  }
  .pswp__container.set:after{
	  opacity:0;
  }


		/* ---------------------------------------------------------
			各切手ページSNSボタン
		--------------------------------------------------------- */
		#sharebutton-area {
			margin-top: 20px;
			padding-bottom: 20px;
		}
		#sharebutton-area li.share-link {
			display:block;
		}
		#sharebutton-area + h2 {
			margin-top: 13px;
		}
		#sharebutton-area li.share-link + li.share-link {
			margin-left: 4px;
		}


/*--------------------
	clearfix
--------------------*/

dl.table {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

dl.table:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


input[disabled]{
	background:#DCDCDC;
}


/*--------------------
	年賀状当選発表
--------------------*/

#related{
	display:none;
}

.return{
	display:none;
}

table.data th.smt_nenga{
	display:none;
}

table.data td.smt_nenga{
	display:none;
}

table.data td.smt_nenga_awd{
vertical-align:middle;
}

table.smt_nenga_num{
	font-size:250%;
	margin:3px 0px;
}

p.smt_nenga{
	display:none;
}

#smt-none{
	display:none;
}

.smt-none{
	display:none;
}




/* ====================================================== */
/* 12.10.1追加	   　　　								  */
/* ====================================================== */

div.newslist {
	position: relative;
	width: 100%;
	margin:10px 0 10px 0px;
	font-size:87.5%;
	}

div.newslist dl {
	width: 100%;
	}

div.newslist dl dd {
	padding: 7px 0 7px 8px;
	background: url(/img/top/line_dot.gif) repeat-x bottom left;
	text-indent:-1em;
	margin-left:2em;
	}

div.newslist dl dd span{
	display:inline-block;
	padding-right:1em;
	font-weight:bold;
}
div.newslist dl dd.line {
	background: none;
	border-bottom: 1px solid #d9d9d9;
	}

div.newslist dl dd a {
	padding-left:15px;
	background:#fff url(/img/top/icon_link.gif) no-repeat left 0.4em;
	display:inline-block;
	line-height:140%;
	margin-left:-1em;
	text-indent:0em;
	}
		*:first-child+html div.newslist dl dd a {
		margin-left:-2em !important;
		text-indent:0em;
		}
		* html div.newslist dl dd a {
		margin-left:-2em !important;
		}
div.newslist dl dd a.popup {
	padding-left:15px;
	background:url(/img/top_gappei/icon_popup.gif) no-repeat 0 0.4em!important;
	}

div.newslist dl dd a.pc{
	position:relative;
	background:none;
}
div.newslist dl dd a.pc:before{
	position:absolute;
	left:-1px;
	font-family: 'jpsmt';
	content: "\2a";
	font-size:10px;
	color:#ce0000;
}

div.newslist p.all {
	clear: both;
	border-top: 1px solid #e5e5e5;
	padding: 5px 0 0 0;
	font-weight: bold;
	  }

div.newslist p.mail {
	border-top:none;
	padding: 0 0 8px 0;
	}	

	div.newslist h2 {
	margin:0 0 5px 0;
	padding:0 0 7px 4px;
	background:url(../img/top_gappei/bg_headline.gif) no-repeat left bottom;
	}

div.inward{
	display:none;
}
div.shisya ul li{
	display:inline-block;
}
div.shisya ul.arrow-gray2 li{
	background:none;
	position:relative;
	margin-right:2px;
}
div.shisya ul.arrow-gray2 li:before{
	position:absolute;
	left:-1px;
	font-family: 'jpsmt';
	content: "\2a";
	font-size:10px;
	color:#ce0000;
}

/*　スクロール　*/

div.scrl{
	position:relative;
	width:100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
div.scrl:before{
	display:block;
	content:"スクロールできます";
	color:rgba(102,102,102,1);
	font-size:1em;
	padding:8px 0 8px 30px;
}
div.scrl:after{
	position:absolute;
	left:0;
	top:0;
	font-family:'jpsmt';
	font-size:2em;
	content: "\72";
	color:rgba(102,102,102,1);
}

	div.scrl::-webkit-scrollbar{
	 height: 5px;
	}
	div.scrl::-webkit-scrollbar-track{
	 background: #F1F1F1;
	 border-radius: 5px;
	}
	div.scrl::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	 border-radius: 5px;
	}
	div.scrl::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	 border-radius: 5px;
	}


div.scrl table{
	min-width:1200px !important;
}

img.stampsheet{
	border: 1px #C0C0C0 solid;
}


.map.area{
	display:none;
}
.col3.sp-t0{
	margin-right:15px;
}
.col3.sp-t0 a.mk-pdf:before{
	content: "\50";
	font-family: 'jpsmt';
	padding-right:3px;
	color:#ce0000;
}
sup{
	font-size:70%; position:relative; top:-0.5em;
}