@charset "shift_jis";
/******************************/
/*------- Font ---------------*/
/******************************/
body {
	font:100%/1.231 Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	*font-size:medium;
	*font:x-small;
	color:#333;
}
select,input,textarea,button {
	font:99% Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

strong,.bold {
	font-weight:bold;
}

/*-----Link-----*/
a,a:link {
	color: #007FBF;
	text-decoration: underline;
}
a:visited {
	color: #007FBF;
}
a:hover {
	color:#09AFFF;
	text-decoration: underline;
}



/******************************/
/*------- Layout -------------*/
/******************************/
body {
	background:#FFF;
	text-align:center;
}


#wrapper {
	width:100%;
}

#header{
	width:800px;
	text-align:left;
	margin:0 auto;
}

#container {
	width:800px;
	text-align:left;
	margin:0 auto;
}
#footer {
	width:100%;
	height:18px;
	background:#E6E6E6;
}

/******************************/
/*------- Header -------------*/
/******************************/
#head_logo {
	float:left;
	padding-top:3px;
}
#close_btn {
	float:right;
	padding-top:3px;
}

/******************************/
/*------- Container ----------*/
/******************************/

#container {
	font-size:95%;
	line-height:1.5em;
}
/******************************/
/*------- 2018/11/22にbot用にContainerのfont-sizeを95%⇒115%⇒95%に修正 ----------*/
/******************************/




/* Page Title
------------------------------*/
.page_title {
	width:800px;
	margin-bottom:20px;
	word-break: break-all;
	word-wrap: break-word;
}
.page_title_top {
	width:800px;
	height:2px;
	background: url(../img2/bg_title_top.gif) left top no-repeat;
}
.page_title_middle {
	width:800px;
	background: url(../img2/bg_title.gif) left top repeat-y;
}
.page_title_bottom {
	width:800px;
	height:2px;
	background: url(../img2/bg_title_bottom.gif) left top no-repeat;
}
.page_title h1 {
	color:#FFF;
	font-size:180%;
	line-height:1.3em;
	padding:15px 20px;
}
.page_title h1, x:-moz-any-link, x:default {
	width:770px;
}
.information_area {
	width:800px;
	padding-bottom:20px;
}
/** ↓↓↓↓↓ 201210 - iPad対応 ↓↓↓↓↓ */
.information_left {
	width:490px;
}
.information_right {
	width:310px;
	vertical-align:top;
	text-align:right;
}
.information_left span.nobr,
.information_right span.nobr {
	white-space:nowrap;
}
.information_right p,
.information_right span {
	text-align:right;
}
.information_right span.pl_em {
	padding-left:0.5em;
}
/** ↑↑↑↑↑ 201210 - iPad対応 ↑↑↑↑↑ */


/* 対応OS */
.information_left table {
	width:100%;
	font-size:110%;
}
.information_left th,.information_left td {
	border:1px solid #CCC;
}

.information_left th {
	width:80px;
	text-align:center;
	background:#F7F7F7;
}
.information_left td {
	padding:10px;
}
.information_right p {
	padding-top:5px;
}
#PlagClose1,
#PlagClose2 {
	display: none;
}


/* Q&A Title
------------------------------*/
.article_title {
	width:800px;
	background: url(../../doc/img2/bg_article_title.gif) left bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:20px;
}
.question {
	min-height:110px;
	height:auto!important;
	height:110px;
	background: url(../img2/bg_question.gif) left top no-repeat;
	word-break: break-all;
	word-wrap: break-word;
}
.question h2 {
	font-size:140%;
	line-height:1.5em;
	padding:25px 0 0 0;
}
.question h2 img {
	margin:0 10px 0 0;
}
.question h2 table, x:-moz-any-link, x:default {
	table-layout: fixed;
	width: 800px;
}
.question h2 table td.content, x:-moz-any-link, x:default {
	width: 725px;
}
.answer {
	min-height:100px;
	height:auto!important;
	height:100px;
	background: url(../../doc/img2/bg_answer.gif) left top no-repeat;
	word-break: break-all;
	word-wrap: break-word;
}
.answer h2 {
	font-size:130%;
	line-height:1.5em;
	padding:25px 0 0 0;
}
.answer h2 img {
	margin:0 10px 0 0;
}
.answer h2 table, x:-moz-any-link, x:default {
	table-layout: fixed;
	width: 800px;
}
.answer h2 table td.content, x:-moz-any-link, x:default {
	width: 725px;
}

/* 回答本文（article_body）
------------------------------*/
.article_body {
	word-break: break-all;
	word-wrap: break-word;
}

.article_body .answer_title {
	display: none;
}

.article_body h2 {
	background: url(../img2/bg_h2.gif) left top repeat-x;
	font-size:130%;
	font-weight:bold;
	color:#000;
	padding:15px 10px;
	margin-bottom:15px;
	word-break: break-all;
	word-wrap: break-word;
}
.article_body h3 {
	background: url(../img2/bg_h3.gif) left top repeat-y;
	color:#000;
	font-size:115%;
	font-weight:bold;
	line-height:1.5em;
	padding: 5px 10px 5px 20px;
	margin-bottom:20px;
	word-break: break-all;
	word-wrap: break-word;
}
.article_body h4 {
	background: url(../img2/dotline.gif) left bottom repeat-x;
	color:#000;
	font-size:115%;
	font-weight:bold;
	line-height:1.5em;
	padding-bottom:5px;
	margin-bottom:15px;
	word-break: break-all;
	word-wrap: break-word;
}
.article_body h5 {
	font-size:110%;
	font-weight:bold;
	margin-bottom:5px;
	word-break: break-all;
	word-wrap: break-word;
}
.article_body p {
	margin-bottom:20px;
}
.article_body ol {
	list-style: outside decimal;
	margin-left:3.0em;
	margin-bottom:20px;
}
.article_body ul {
	margin-bottom:20px;
}
.article_body ul li {

	padding-left:15px;
	word-break: break-all;
	word-wrap: break-word;
}
/**
 * Firefoxのみ適用
 */
@-moz-document url-prefix() {
}
/**
 * Safari, Chromeのみ適用
 */
@media screen and (-webkit-min-device-pixel-ratio:0){
}

.article_body ul li img {
	vertical-align:middle;
}
.article_body table {
	width:100%;
	margin-bottom:20px;
}
.article_body th,.article_body td {
	border: 1px solid #CCC;
	padding:5px;
}
.article_body th {
	font-weight:bold;
	text-align:center;
	background:#F7F7F7;
}
.article_body .section {
	padding-bottom:20px;
}
.article_body h2.footer {
	background: url(../img2/bg_h2_02.gif) left top repeat-x;
	border:1px solid #DBDBDB;
	border-width:0 1px;
	font-size:130%;
	font-weight:bold;
	color:#000;
	padding:15px 10px 10px;
	margin-bottom: 0px;
}
.article_body .contents {
	border:1px solid #DBDBDB;
	border-width:0 1px 1px;
	padding:20px;
	margin-bottom:35px;
}
.article_body .contents ul {
	margin-left:30px;
	margin-bottom:0px;
}
/**
 * Firefoxのみ適用
 */
@-moz-document url-prefix() {
}
/**
 * Safari, Chromeのみ適用
 */
@media screen and (-webkit-min-device-pixel-ratio:0){
}

.article_body .contents ul li img {
	vertical-align:middle;
}
.article_body .contents a {
	text-decoration:none;
}
.article_body .contents a:hover {
	text-decoration:underline;
}
.article_body .contents ul.inline {
	list-style:none;
	margin-left:0;
}
.article_body .contents ul.inline li {
	display:inline;
	background:none;
	padding:0;
	margin-right:20px;
}
/******************************/
/*------- Footer -------------*/
/******************************/
.footer_logo {
	float:left;
}
.footer_copyright {
	float:right;
}

.print {
	display: none;
}

/*------- テーブル -------------*/

table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tb01 th {
  background: #65B6FF;
  color: #fff;
  
}
@media screen and (max-width: 640px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.tb01 td:first-child{
    background: #65B6FF;
    color:#fff;
    font-weight:bold;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}