<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 */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0 0;
	background-image: url(../images/body.png);
	background-position: center center;
	background-repeat: repeat;
}
ul{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
p{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------
TOP
-------------------------------------------------------*/

.all_page{
	width: 96%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 150px;
}
.layouts-body{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*--------------mainimg--------------*/

.mainimg{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: relative;
}
h1{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 5% 5%;
	line-height: 1.3em;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	color: #185602;
	position: absolute;
	top: 0;
	left: 0px;
}
h1 a{
	text-decoration: none;
	color: #185602;
}
h1 a:hover{
	color: #185602;
}
.mainimg img{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*--------------center--------------*/

.center_field{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.center{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.center .content_bg{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.content{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0 7% 10px;
	background-image: url(../images/content_bg.png);
	background-position: center center;
	background-repeat: repeat-y;
	background-size: 100%;
	overflow: hidden;
}
.date{
	width: auto;
	height: auto;
	margin: 0 0 5px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #999;
}
h2{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 5px 0;
	line-height: 1.3em;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #444;
	border-bottom: 5px double #695949;
}
h2 a{
	text-decoration: none;
	color: #444;
}
h2 a:hover{
	color: #999;
}
.pic{
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 0px;
}
.sns{
	width: auto;
	height: auto;
	margin: 0 auto 10px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}
.sns li{
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
}
.introduction{
    width: auto;
    height: auto;
    margin: 0 0 10px;
    padding: 0px;
    line-height: 1.5em;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: #444;
}

.CSS_BUTTON{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #695949;
}
.CSS_BUTTON a:hover{
	background-color: #444;
}

/*--------------left--------------*/

.leftcol{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.left_cols{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.sidemenu_bg{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.sitemenu{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0 10%;
	background-image: url(../images/sidemenu_bg.png);
	background-position: center center;
	background-repeat: repeat-y;
	background-size: 100%;
}
h4{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 5px 0;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #444;
	border-bottom: 5px double #695949;
}
.sitemenu li{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #444;
	border-bottom: 1px dotted #695949;
}
.sitemenu li a{
	padding: 15px 0;
	text-decoration: none;
	color: #444;
	display: block;
}
.sitemenu li a:hover{
	color: #999;
}

.linkp li{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #444;
	border-bottom: 1px dotted #695949;
}
.linkp li a{
	padding: 15px 0;
	text-decoration: none;
	color: #444;
	display: block;
}
.linkp li a:hover{
	color: #999;
}

.sitemenu dl{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 15px 0;
	overflow: hidden;
	display: table;
	border-bottom: 1px dotted #695949;
}
.sitemenu a{
    text-decoration: none;
    color: #2e2e2e;
    display: block;
    text-decoration: underline;
}
.sitemenu a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.sitemenu dt{
	width: 90%;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;border: 1px solid #fff;
}
.sitemenu dt img{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.sitemenu dd{
	width: 75%;
	height: auto;
	margin: 0 0 0 2%;
	padding: 0px;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #444;
	vertical-align: middle;
	display: table-cell;
}

/*--------------right--------------*/

.right-column{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.right-block{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.right-block p{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0 0;
	line-height: 1.3em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #444;
}
.right-block p img{
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	padding: 0px;
	float: left;
}

/*--------------footer--------------*/

footer{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 10px 0;
	background-color: #695949;
}
footer p{
	line-height: 1.5em;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
footer p a{
	color: #fff;
}
footer p a:hover{
	color: #ccc;
}

/*-------------------------------------------------------
tail
-------------------------------------------------------*/

.textbx{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #444;
}
h3{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 5px 0;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #444;
	position: relative;
	border-bottom: 3px double #ccc;
}

/*-------------------------------------------------------
form
-------------------------------------------------------*/

form dl{
	width: 96%;
	height: auto;
	margin: 0 auto 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed #CCC;
}
form dt{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 0px;
	line-height: 1.3em;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #444;
	display: inline-block;
	position: relative;
}
form dd{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
form dd input{
	width: 93%;
	height: 20px;
	margin: 0px;
	padding: 5px 3%;
}
form dd textarea{
	width: 93%;
	height: 150px;
	margin: 0px;
	padding: 5px 3%;
}
.formbt{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0px;
	text-align: center;
}
.formbt input{
	width: 70%;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
}

/*---------------------------------------------
					profile
-----------------------------------------------*/

.profile{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0px;
	display: block;
}

/*-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
PC向けおよび大型タブレット向け
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

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

body{
	padding: 20px 0 0;
}
/*-------------------------------------------------------
TOP
-------------------------------------------------------*/

.all_page{
	width: 1110px;
	overflow: hidden;
}
.layouts-body{
	width: 810px;
	float: left;
}

/*--------------mainimg--------------*/

h1{
	padding: 30px;
	font-size: 20px;
}
.mainimg img{
	width: auto;
}

/*--------------center--------------*/

.center_field{
	width: 510px;
	float: right;
}
.content{
	padding: 0 35px 10px;
}
h2{
	font-size: 18px;
}
.introduction{
	font-size: 15px;
}

/*--------------left--------------*/

.leftcol{
	width: 300px;
	float: left;
}
.sitemenu{
	padding: 0 35px;
}
h4{
	font-size: 16px;
}
.sitemenu li{
	font-size: 15px;
}
.sitemenu dd{
	font-size: 15px;
}
.sitemenu p{
	font-size: 15px;
}

/*--------------right--------------*/

.right-column{
	width: 300px;
	padding: 150px 0 0;
	float: right;
}

/*-------------------------------------------------------
tail
-------------------------------------------------------*/

.textbx{
	font-size: 15px;
}
h3{
	padding: 5px 0;
	font-size: 17px;
}

/*-------------------------------------------------------
form
-------------------------------------------------------*/

form dl{
	width: auto;
}
form dd input{
	width: 350px;
	height: 20px;
	padding: 5px 10px;
}
form dd textarea{
	width: 400px;
	height: 200px;
	margin: 0px;
	padding: 5px 3%;
}
.formbt{
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

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