<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*
	================================================================================================
		tablet info3
	================================================================================================
*/

.pl30 {margin-left: 30px !important;}

div#contents #contentsHead h3 {
    background-image: none;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    margin: 20px;
}

div#contents #contentsHead p {
	text-align: right;
}

div#contents #contentsMain {
    margin-left: auto;
    margin-right: auto;
    width: 820px;

}

div#contents #main_area .section dl.detail{
	margin-left: 20px;
}


/* ------------- contact ------------- */
div#contents #contact {
	border: solid 1px;
	padding: 20px;
}

div#contents #contact ul.contactList li {
	list-style: none;
}

div#contents #contact h5 {
	font-weight: normal;
    margin-bottom: 0px;

}

div#contents #contact .tel {
	font-weight: bold;
	color: #333;
}
/* ------------- /contact ------------- */


div#contents ol li {
	list-style: decimal;
}

div#contents #contentsMain .center {
	text-align: center;
}

/* ------------- info_news ------------- */
.info_news {
	float: left;
	width: 910px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
}
/*
.info_news dt{
	margin-bottom:20px;
	width: 10em;
	clear: left;
	float: left;
	}
.info_news dd{
	background:url(/share/images/arrow_black.gif) no-repeat scroll left 0.3em;
	word-break:break-all;
	width: 500px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 10px;
	float: right;
	}
*/


.info_news dl {
	float: left;
}
.info_news dt {
	clear: left;
	float: left;
	width: 180px;
}
.info_news dd {
	word-break:break-all;
	margin-left: 180px !important;
	margin-bottom: 10px;
	zoom: 1;
	background-attachment: scroll;
	background-image: url(/share/images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 1em;
	width: 710px;
}


.info_news dt.past {
	clear: left;
	float: left;
	width: 800px;
	zoom: 1;
	background-attachment: scroll;
	background-image: url(/share/images/arrow_black.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 1em;
}

/* ------------- /info_news ------------- */
/*
	================================================================================================
		Media Queries -Tablet support contents format-
		[2013 10]
	================================================================================================
*/
/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/
@media screen and (max-width: 640px) {
#contents .title_gray {
word-break: break-all;
height: auto;
padding: 5px;
background-image: none;
background-color: #787878;
color: #FFF;
font-size: 16px;
}

div#contents #contentsHead h3 {
    text-align: left;
    font-size: medium;
    margin: 20px 0;
    padding: 4px 5px 6px;
}
div#contents #contentsMain {
    width: auto;
}
div#contents #main_area .section dl.detail ul{
	margin-left: 0;
}
div#contents H4 {
	padding: 4px 5px 6px;
}

/* ------------- info_news ------------- */
.info_news {
	clear: both;
	float: none;
	width: auto;
	margin-left: 5px;
}
.info_news dl {
	clear: both;
	float: none;
	width: auto;
}
.info_news dt {
	font-weight: bold;
	clear: both;
	float: none;
	width: auto;
	margin-left: 0 !important;
	margin-top: 30px;
	margin-bottom: 5px;
}
.info_news dd {
	clear: both;
	float: none;
	width: auto;
	margin-left: 5px !important;
	margin-right: 5px;
}

.info_news dt.past {
	clear: both;
	float: none;
	width: auto;
}
/* ------------- /info_news ------------- */

}</pre></body></html>