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

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	box-sizing: border-box;
}

table td{
	width: 14%;
	border: thin solid #666;
	padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	max-width: 100% ;
	height: auto;
}
ul li {
	list-style-type: none;
}
p { /* miya add */
	margin-bottom: 0.5em;
	font-feature-settings: "palt";
	letter-spacing:0.1em;
}

.texts { /* miya add */
	margin-bottom: 0.5em;
}



/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

.orange{
	color: #F60;
}



/*---------------------------------------------
	body
  ---------------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* 'メイリオ',Meiryo, */
	*font-family: 'ＭＳ Ｐゴシック',sans-serif; /* 'メイリオ',Meiryo, */
	color: #666; /* miya edit #666 */
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	-webkit-text-size-adjust: none;
	background-color: #717071;
}



/*---------------------------------------------
	Anchor
  ---------------------------------------------*/

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: Crimson;
}
a:active {
	text-decoration: underline;
	/*/color: Salmon; /*/
	color: #666;
}

.under_border{
	padding-bottom: 15px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 100%;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#wrapper{
	width: 100%;
	background-image: url(../../img/back.jpg);
	background-repeat: repeat;
}

/*/header/*/

#header{
	width: 100%;
	height: 119px;
	background-image: url(../../img/header_item_back.png),url(../../img/header_back.png);
	background-repeat: no-repeat,repeat;
	background-position: right,right;
}

.header_item{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 119px;
	background-position: left;
}

.mlogo{
	margin-top: 60px;
	float: left;
}

.elogo{
	margin-top: 65px;
	float: left;
	margin-left: 10px;
}

/*/menu/*/

.top_menu{
	width: 100%;
	background: -moz-linear-gradient(top, #333, #444);
    background: -webkit-linear-gradient(top,#333, #444);
 　background: linear-gradient(to bottom, #333, #444);
}

.menu_item {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.menu_item li{
	float: left;
	display: block;
	width: 20%;
	text-align: center;
	top: 20px;
	bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCC;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, #333, #444);
	background: -webkit-linear-gradient(top,#333, #444);
	background: linear-gradient(to bottom, #333, #444);
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #444;
	font-size: 15px;
}

.menu_item li a{
	text-decoration: none;
	color: #CCC;
}

.menu_item li:last-child{
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #444;
}

.menu_item li{
}

.green1{
	background-image: url(../../img/mon01.png),url(../../img/side01.png);
	background-size: 100%;
	margin-bottom: 5px;
	border-radius: 5px;
	text-align: center;
	display: block;
	font-weight: 700;
	color: #FFF;
	}
	.green2{
	background-image: url(../../img/mon02.png),url(../../img/side01.png);
	background-size: 100%;
	margin-bottom: 5px;
	border-radius: 5px;
	text-align: center;
	display: block;
	font-weight: 700;
	color: #FFF;
	}
	.green3{
	background-image: url(../../img/mon03.png),url(../../img/side01.png);
	background-size: 100%;
	margin-bottom: 5px;
	border-radius: 5px;
	text-align: center;
	display: block;
	font-weight: 700;
	color: #FFF;
	}
	.green4{
	background-image: url(../../img/mon04.png),url(../../img/side01.png);
	background-size: 100%;
	margin-bottom: 5px;
	border-radius: 5px;
	text-align: center;
	display: block;
	font-weight: 700;
	color: #FFF;
	}

.purple{
	/*background: -moz-linear-gradient(top, #9369bc, #77479d);
	background: -webkit-linear-gradient(top, #9369bc, #77479d);
	background: linear-gradient(top, #9369bc, #77479d);*/
	background-image: url(../../img/mon02.png),url(../../img/side02.png);
	background-size: 100%;
	margin-bottom: 5px;
	border-radius: 5px;
	font-weight: 700;
	color: #FFF;	
}

.brown{
	/*background: -moz-linear-gradient(top, #dd9b26, #c48116);
	background: -webkit-linear-gradient(top, #dd9b26, #c48116);
	background: linear-gradient(top, #9369bc, #c48116);*/
	background-image: url(../../img/mon03.png),url(../../img/side03.png);
	background-size: 100%;
	margin-bottom: 5px;
	border-radius: 5px;
	font-weight: 700;
	color: #FFF;	
}


.bottom_menu {
	display:none;
}

.info2{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

/*/footer/*/
#footer{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #717071;
	color: #D6D6D6;
	background-image: url(../../img/footer_img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.footer_item{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}

.footer_logo{
	width:200px;
	float: left;
}

.footer_add{
	width: 300px;
	float: left;
}

.footer_link_1{
	width: 230px;
	float: left;
	padding-left: 25px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}

.footer_link_1 a{
		color: #D6D6D6;
}

.footer_link_2{
	width: 200px;
	float: left;
}

.footer_link_2 a{
		color: #D6D6D6;
}

.copyright{
	font-size: 12px;
	margin-top: 20px;
}

/*/contents/*/

#contents{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

   .timg01{
	float: left;
	width: 290px;
	overflow:hidden;
   }
   
   .colum01{
	   float: left;
	   width: 640px;
	   margin-left: 30px;
   }
   
    .timg02{
	float: left;
	width: 50%;
   }
   
    .timg03{
	float: left;
	width: 50%;
   }

   
	.info{
	float: left;
	box-sizing: border-box;
	width: 640px;
	margin-left: 30px;
	padding-bottom: 10px;
	}
	
	.news{
	width: 100%;
	background-color: #FFF;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
	}

.news_tit{
	width: 100%;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

.news_tit img{
	float: left;
}

.news_tit p{
	float: right;
}

.news ul{
	width: 100％;
	margin-left: 150px;
}

.news li{
	font-size: 20px;
	padding-top: 20px;
}

.left_colum{
	float:left;
	width: 55%;
}


.fb-container{
	width:40%;
	float:right;
}

.chiyoko{
	width: 100%;
	float: left;
	padding: 10px;
	background-color: #FFF;
	box-sizing: border-box;
}

.chiyoko img{
	width:100%;
}

.taiken{
    width: 100%;
	float: left;
	margin-top: 20px;
}

.taiken_tit{
	width: 100%;
	background-color: #F96;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.taiken p{
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-bottom: 15px;
}


/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
/* page-top */
.lang a{
	color: #FFF;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	padding: 10px;
	background-color: #666;
	font-size: 14px;
	border-radius: 5px;
}


/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 767px) {
	
	
	html {
		overflow-x: hidden;
	}
	
	body {
		overflow-x: hidden;
	}
	
	#header{
	background-position: 250px,right;
    }
	
	#wrapper{
	width: 100%;
   }
   
   .header_item{
   }

.mlogo{
	margin-top: 60px;
	float: left;
	margin-left: 20px;
}

.elogo{
	margin-top: 65px;
	float: left;
	margin-left: 10px;
}

.top_menu{
	display: none;
}


.footer_item{
	padding-left: 30px;
}	

.footer_link_1{
	display: none;
}

.footer_link_2{
	display: none;
}


#contents{
	width: auto;
	overflow: hidden;
	*zoom: 1;
	padding-right: 20px;
	padding-left: 20px;
	}
	
	

.left_colum{
	float:left;
	width: 100%;
}

.fb-container{
	width:80%;
	text-align: center;
	float:none;
	margin-right: auto;
	margin-left: auto;
}


   .timg01{
	display: none;
   }
   
  	.info{
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin-left: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}
   
   .colum01{
	   float: left;
	   width:100%;
	   margin-left: 0px;
   }
   
    .timg02{
	float: left;
	width: 50%;
   }
   
    .timg03{
	float: left;
	width: 50%;
   }
   
   .news ul{
	width: 100％;
	margin-left: 0px;
}

.news li{
	font-size: 16px;
	padding-top: 20px;
}

.chiyoko{
	width: 80%;
	text-align: center;
	float:none;
	margin-right: auto;
	margin-left: auto;
}

.bottom_menu {
	width: 100%;
	display: block;
	margin-top: 30px;
}

.bottom_menu li{
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	top: 20px;
	bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #CCC;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, #333, #444);
	background: -webkit-linear-gradient(top,#333, #444);
	background: linear-gradient(to bottom, #333, #444);
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #444;
	font-size: 15px;
}

.bottom_menu  li a{
	text-decoration: none;
	color: #CCC;
}

.green1{
	background-size: 100%;
	margin-bottom: 0px;
	border-radius: 0px;
	}

	.purple{
	background-size: 100%;
	margin-bottom: 0px;
	border-radius: 0px;
}

.brown{
	background-size: 100%;
	margin-bottom: 0px;
	border-radius: 0px;
}

}



/*-----------------------------------------------------	*/
/*	for - 479px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 479px) {
	
	#header{
	background-position: 80px,right;
	height:100px;
    }
	
  .header_item{
	  
   }

.mlogo{
	margin-top: 30px;
	float: left;
	margin-left: 10px;
	width:100%;
}

.mlogo img{
	width:150px;
}

.elogo{
	margin-top: 65px;
	float: left;
	margin-left: 10px;
}

.elogo{
	margin-top: 5px;
	float: left;
	margin-left: 10px;
}

.elogo img{
	width:100px;
}


.footer_logo{
	width:100%;
	float: left;
}

.footer_add{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.fb-container{
	width: 100%;
}

.chiyoko{
	width: 100%;
}


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