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

@media screen and (min-width:769px) {

/*============イメージ画像枠============*/
 
#top_image{
background-image : url(../contents/images/topimage_c.jpg);
background-position:center center;
background-repeat:no-repeat;
-moz-background-size:cover;
background-size:cover;
width: 100%;
height:400px;
padding:50px 0 50px 0;
}


.title_hosoku{
	padding:0 100px;}
	


.yobouue_left{
	float:left;
	width:670px;
	margin-right:30px;
	text-align:left;
	padding-top:10px;
}


.yobouuue_right{
	float:right;
	width:200px;
	text-align:left;
	padding-top:50px;
}



	 table.line {
	 margin:20px 0 20px 0;
	 width:100%;
     border-collapse: collapse;
	 
	 }
	 table.line thead td {
	 border-width: 1px 1px;
     border-color: #cacaca;
     border-style: solid;
	 padding: 0.6em; 
	 line-height: 160%;
	 text-align:left;
	 font-weight:lighter;
	 white-space: nowrap;
	 color:#4f4f4f;
	 background-color:#f5ebc5;

	 }
	 table.line tbody th {
	 border-width: 1px 1px;
     border-color: #cacaca;
     border-style: solid;
	 padding: 0.6em; 
	 line-height: 160%;
	 text-align:left;
	 font-weight:lighter;
	 white-space: nowrap;
	 color:#4f4f4f;

	 }
	
	 table.line tbody td {
	 border-width: 1px 1px;
     border-color: #cacaca;
     border-style: solid;
	 color:#4f4f4f;
	 padding: 0.6em; 
	 line-height: 160%;
	 text-align:left;

	 }
	 
	 }
@media only screen and (max-width: 768px) {
	/*============イメージ画像枠============*/
 
#top_image{
background-image : url(../contents/images/topimage_c.jpg);
background-position:center center;
background-repeat:no-repeat;
-moz-background-size:cover;
background-size:cover;
width: 100%;
height:180px;
padding:0;
}


.title_hosoku{
	padding:0 5%;}
	


.yobouue_left{
	width:100%;
	text-align:left;
}


.yobouuue_right{
	width:120px;
	margin:0 auto;
}



	 table.line {
	 margin:20px 0 20px 0;
	 width:100%;
     border-collapse: collapse;
	 
	 }
	 table.line thead td {
	 border-width: 1px 1px;
     border-color: #cacaca;
     border-style: solid;
	 padding: 0.6em; 
	 line-height: 160%;
	 text-align:left;
	 font-weight:lighter;
	 white-space: nowrap;
	 color:#4f4f4f;
	 background-color:#f5ebc5;

	 }
	 table.line tbody th {
	 border-width: 1px 1px;
     border-color: #cacaca;
     border-style: solid;
	 padding: 0.6em; 
	 line-height: 160%;
	 text-align:left;
	 font-weight:lighter;
	 white-space: nowrap;
	 color:#4f4f4f;

	 }
	
	 table.line tbody td {
	 border-width: 1px 1px;
     border-color: #cacaca;
     border-style: solid;
	 color:#4f4f4f;
	 padding: 0.6em; 
	 line-height: 160%;
	 text-align:left;

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