﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.BrowserItemList_torinet_content {
/* 文書リスト全体 */
	margin: 0 0 20px 0;
	padding: 0;
}

.BrowserItemList_torinet_content .waku {
/*border: 1px solid #cccccc;*/
}

.BrowserItemList_torinet_content .Title {
/* 文書タイトル */
	background-color: #cccccc;
	margin: 0;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	font-size: medium;
	letter-spacing: 0.1em;
	border: 1px solid #003333;
	border-top-color: #666666;
	border-right-color: #999999;
}

.BrowserItemList_torinet_content h4 {
/* H4 本文用 */
	margin: 1em 0;
	color: #000000;
	font-weight: bold;
	font-size: medium;
}

.BrowserItemList_torinet_content .Contents {
/* 本文 */
	margin: 0;
	padding: 15px 0;
	font-weight: normal;
	font-size: 120%;
	text-align: left;
        line-height: 1.7;
}

.BrowserItemList_torinet_content ul {
/* UL 本文用 */
	margin: 0 0 0 1em;
}
.BrowserItemList_torinet_content ul li {
/* UL LI 本文用 */
	margin: 0 0 0 1em;
	list-style-type: square;
	line-height: 1.5;
}

.BrowserItemList_torinet_content ol {
/* OL 本文用 */
	margin: 0 0 0 1em;
}
.BrowserItemList_torinet_content ol li {
/* OL LI 本文用 */
	margin: 0 0 0 1em;
	list-style-type: decimal;
	line-height: 1.5;
}

.BrowserItemList_torinet_content .Append {
/* 追加ボタン */
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_content .ParentBack {
/* 戻るボタン */
	font-size: x-small;
	text-align: right;
}

.BrowserItemList_torinet_content .PageControl {
/* ページコントロール */
	margin: 0 0 5px 0;
	padding: 0;
	font-size: small;
	text-align: right;
}

ruby {
	position: relative;
}
ruby rt {
	position: relative;
	top: 0.5ex;
	line-height: 1;
	font-size: 50%;
}

div.chart {
	width: 100%;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	border: none;
}
div.chart img {
	width: 675px;
	margin: 0;
	padding: 0;
	border: 1px solid #009999;
}

div.pic {
	width: 100%;
	margin: 10px auto;
	padding: 0;
	color: #009999;
	font-size: small;
	font-weight: bold;
	text-align: center;
	border: none;
}
div.pic img {
	width: 400px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #009999;
}

div.picright {
	float: right;
	width: auto;
	margin: 10px auto;
	padding: 0;
	color: #009999;
	font-size: small;
	font-weight: bold;
	text-align: center;
	border: none;
}
div.picright img {
	width: 250px;
	margin: 0 0 5px 15px;
	padding: 0;
	border: none;
}
div.picleft {
	float: left;
	width: auto;
	margin: 10px auto;
	padding: 0;
	color: #009999;
	font-size: small;
	font-weight: bold;
	text-align: center;
	border: none;
}
div.picleft img {
	width: 350px;
	margin: 0 20px 5px 0;
	padding: 0;
	border: none;
}

div.answerarea {
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}
div.answerarea > label {
	background-image: url(/images/topic.gif);
	background-repeat: no-repeat;
	margin-left: 1em;
	padding-left: 20px;
	color: #009999;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
}
div.answerarea > label:hover {
	text-decoration: underline;
}
div.answerarea > input {
	display: none;
}
div.answerarea > input:checked + div.answer {
	height: auto;
	padding: 10px 0;
	opacity: 1;
}
div.answerarea div.answer {
	width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	transition: 0.8s;
	opacity: 0;
}

div.note {
/* ページ最下部の注記 */
	clear: both;
	width: auto;
	background-color: #eaf9fb;
	margin: 15px auto 10px auto;
	padding: 0 10px 15px 10px;
	color: #009999;
	font-size: 90%;
	line-height: 1.5;
	border: 1px #009999 solid;
}
div.note > h3 {
	margin: 10px 0 0 0;
	padding: 0;
	color: #006666;
	font-size: 100%;
	font-weight: bold;
}
div.note > p {
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 95%;
}
div.note > ul {
	margin: 0 0 0 1em;
}
div.note > ul > li {
	background-image: url(/css/icon/excel16.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 20px;
	list-style: none;
}

.chart_slider {
	position: relative;
	width: 100%;
	margin: 10px auto;
	padding: 380px 0 10px 0;
	text-align: center;
	border: none;
}
.chart_slider > img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
	width: 675px;
	padding: 0;
	border: 1px solid #009999;
}
.chart_slider > input[name='cs_switch'] {
	display: none;
}
.chart_slider > label {
	display: inline-block;
	background-image: none;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 1;
	margin: 10px 5px 0 5px;
	border: 2px solid #009999;
}
.chart_slider > label:hover {
	opacity: 0.6;
}
.chart_slider > label span {
	display: block;
	background-color: #009999;
	color: #ffffff;
	width: 4em;
}
.chart_slider > input[name='cs_switch']:checked + label {
	border: 2px solid #009999;
	opacity: 1;
}
.chart_slider > input[name='cs_switch']:checked + label span {
	background-color: #000099;
}
.chart_slider > input[name='cs_switch'] ~ img {
	opacity: 0;
}
.chart_slider > input[name='cs_switch']:checked + label + img {
	opacity: 1;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.BrowserItemList_torinet_content {
/* 文書リスト全体 */
	margin: 0;
	padding: 0;
	width: 100% !important;
}

.BrowserItemList_torinet_content .waku {
/*border: 1px solid #cccccc;*/
}

.BrowserItemList_torinet_content .Title {
/* 文書タイトル */
	background-color:#cccccc;
	margin: 0;
	padding: 5px;
	color: #000000;
	font-weight: bold;
	font-size: medium;
	letter-spacing: 0;
	border: 1px solid #003333;
	border-top-color: #666666;
	border-right-color: #999999;
}

.BrowserItemList_torinet_content h4 {
/* H4 本文用 */
	margin: 1em 0;
	color: #006633;
	font-weight: bold;
	font-size: medium;
}

.BrowserItemList_torinet_content .Contents {
/* 本文 */
	margin: 0;
	padding: 15px 5px;
	font-weight: normal;
	font-size: 110%;
	text-align: left;
        line-height: 1.7;
}

.BrowserItemList_torinet_content ul {
/* UL 本文用 */
	margin: 0 0 0 1em;
}
.BrowserItemList_torinet_content ul li {
/* UL LI 本文用 */
	margin: 0 0 0 1em;
	list-style-type: square;
	line-height: 1.3;
}

.BrowserItemList_torinet_content ol {
/* OL 本文用 */
	margin: 0 0 0 1em;
}
.BrowserItemList_torinet_content ol li {
/* OL LI 本文用 */
	margin: 0 0 0 1em;
	list-style-type: decimal;
	line-height: 1.3;
}

.BrowserItemList_torinet_content .Append {
/* 追加ボタン */
	font-size: small;
	text-align: right;
}

.BrowserItemList_torinet_content .ParentBack {
/* 戻るボタン */
	font-size: x-small;
	text-align: right;
}

.BrowserItemList_torinet_content .PageControl {
/* ページコントロール */
	margin: 0 0 5px 0;
	padding: 0;
	font-size: small;
	text-align: right;
}

ruby {
	position: relative;
}
ruby rt {
	position: relative;
	top: 0.5ex;
	font-size: 50%;
}

div.chart, div.pic, div.picright, div.picleft {
	width: auto;
	margin: 15px auto;
	padding: 0;
	color: #009999;
	font-size: small;
	font-weight: bold;
	text-align: center;
	border: none;
}
div.chart img {
	width: auto;
	margin: 0;
	padding: 0;
	border: 1px solid #009999;
}
div.pic img, div.picright img, div.picleft img {
	width: 80％;
	margin: 0 0 5px 0;
	padding: 0;
	border: none;
}

div.answerarea {
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
	border: none;
}
div.answerarea > label {
	background-image: url(/images/topic.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 20px;
	color: #009999;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;  
}
div.answerarea > label:hover {
	text-decoration: underline;
}
div.answerarea > input {
	display: none;
}
div.answerarea > input:checked + div.answer {
	height: auto;
	padding: 10px 0;
	opacity: 1;
}
div.answerarea div.answer {
	width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	transition: 0.8s;
	opacity: 0;
}

div.note {
/* ページ最下部の注記 */
	width: auto;
	background-color: #eaf9fb;
	margin: 20px auto;
	padding: 0 5px 10px 5px;
	color: #009999;
	font-size: 90%;
        line-height: 1.3;
	border: 1px #009999 solid;
}
div.note > h3 {
	margin: 5px 0 0 0;
	padding: 0;
	color: #006666;
	font-size: 100%;
	font-weight: bold;
}
div.note > p {
	margin: 0;
	padding: 0 0 0 10px;
}
div.note > ul {
	margin: 0;
}
div.note > ul > li {
	background-image: url(/css/icon/excel16.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 20px;
	list-style: none;
}

.chart_slider {
	position: relative;
	width: 100%;
	margin: 10px auto;
	padding: 211px 0 0 0;
	text-align: center;
	border: none;
}
.chart_slider > img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
	width: 375px;
	padding: 0;
	border: 1px solid #009999;
}
.chart_slider > input[name='cs_switch'] {
	display: none;
}
.chart_slider > label {
	display: inline-block;
	background-image: none;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 1;
	margin: 5px 5px 0 5px;
	border: 1px solid #009999;
}
.chart_slider > label:hover {
	opacity: 0.6;
}
.chart_slider > label span {
	display: block;
	background-color: #009999;
	color: #ffffff;
	font-size: small;
	width: 3.5em;
}
.chart_slider > input[name='cs_switch']:checked + label {
	border: 1px solid #009999;
	opacity: 1;
}
.chart_slider > input[name='cs_switch']:checked + label span {
	background-color: #000099;
}
.chart_slider > input[name='cs_switch'] ~ img {
	opacity: 0;
}
.chart_slider > input[name='cs_switch']:checked + label + img {
	opacity: 1;
}
}
