@charset "Shift_JIS";

/* テーブル
 ---------------------------- */
.table-wrap {
	width: 100%;
}
	.table-wrap table {
		width: 100%;
		text-align: center;
	}
		.table-wrap th {
			text-align: center;
			font-weight: normal;
			background-color: #F6F6F6;
		}
		.table-wrap table th,
		.table-wrap table td{
			border: 1px solid #CCC;
			padding: 10px 0;
		}
		.table-wrap table td {}
		

table td.txt_l {
	text-align: left;
	padding-bottom: 0px;
}


/* 注意書
 ---------------------------- */
dl.annotation{
	width: 100%;
	margin-top: 20px;
}
dl.annotation dt{
   width: 2em;
   float: left;
   color:#CC0000;
}

dl.annotation dd{
    margin-left: 2em;
    _text-indent: -4px;
}

dl.annotation2 {
	width:auto;
}
dl.annotation2 dt{
   width: 2em;
   float: left;
   color:#CC0000;
}
dl.annotation2 dd{
    margin-left: 2em;
    _text-indent: -4px;
}

/* 汎用
 ---------------------------- */
.img_left {
	float: left;
	margin: 0pt 20px 0pt 0pt;
}
.img_right {
	float: right;
	margin: 0pt 0pt 20px 20px;
}
.red{
	color:#CC0000;
}


@media (max-width: 640px){
	.table-caption {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.table-wrap table {
		text-align: center;
		font-size:10px;
	}
		.table-wrap table th,
		.table-wrap table td{
			padding-left:2px;
			padding-right:2px;	}
		.table-wrap table th {
			height: auto;
			padding-left:2px;
			padding-right:2px;
		}
	dl.annotation{
		width: auto;
	}
	.mq-break { display: block;	}
	.img_right { margin: -30px 0px 20px 0px; }
	
	

}


/* ページ内リンク
 ---------------------------- */
div#contents ul.btn_area {
	display: inline-block;
}
div#contents ul.btn_area li {
	list-style: none outside none;
    float: left;
    padding: 0;
	margin: 0 14px 10px 0;
}
.ButtonIcon {
	margin: 0 5px 0 0;
}
.Button {
	display: inline-table;
	vertical-align: middle;
    border: 1px solid #666666;
    width: 196px;
    min-height: 32px;
    height: 32px;
	background: url("/support/tablet/share/images/linkbutton.png") no-repeat scroll 0 52% transparent;
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	padding: 10px 0 10px 20px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
    *width: 200px;
    *max-height: 32px;
    *height: auto;
	*padding: 8px 0 4px 22px;
	*display:inline;
	*zoom:1;
}
.InnerLinkButton {
	display: inline-table;
	vertical-align: middle;
    width: 196px;
    min-height: 32px;
    height: 32px;
	background: url("/support/tablet/share/images/innerlinkbutton.png") no-repeat scroll 0 52% transparent;
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	padding: 10px 0 10px 22px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
    *width: 200px;
    *max-height: 32px;
    *height: auto;
	*padding: 8px 0 4px 22px;
	*display:inline;
	*zoom:1;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
.Button { display: inline-block; }
.InnerLinkButton { display: inline-block; }
}
.ButtonImg {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	*display:inline;
	*zoom:1;
    width: 35px;
}
.ButtonText {
	word-break: break-all;
    min-height: 32px;
    height: 32px;
	color: #333333;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2em;
	padding-right: 5px;
	letter-spacing: 0;
    *width: auto;
    *max-width: 150px;
    *min-height: 0;
    *max-height: 32px;
    *height: auto;
    *margin: -3px 5px 0 5px;
    _margin: -3px 0 0 0;
	*display:inline;
	*zoom:1;
}
ul.btn_area.long .Button {
    width: auto;
}
ul.btn_area.long .ButtonText {
    *max-width: none;
}

a:hover span.Button, a:active span.Button {
	color: #333333;
	text-decoration: none;
	background: url("/support/tablet/share/images/linkbutton_on.png") no-repeat 0 52%;
}
a:hover span.InnerLinkButton, a:active span.InnerLinkButton {
	color:#333;
	text-decoration:none !important;
	filter:alpha(opacity=50);
	opacity:.5;
	*zoom:1
	outline: 0;
}
a:hover span.ButtonText, a:active span.ButtonText{
	color: #333333;
	text-decoration: none;
}

div#contents div.box_info_area span.Button,
div#contents div.box_info_area span.InnerLinkButton {
	border: 1px solid #BCBCBC;
}
ul.btn_area li a {
	webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}