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

/*------------------all-----------------------*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    margin: 0px;
    word-break: break-all;
    word-wrap: break-word;
    background-image:url(../images/bg.png);
    background-repeat: repeat;
    background-position: center center;
   
}

img {
    border: none;
	vertical-align: bottom;
}

ul{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*------------------header-----------------------*/

#main_outer {
	height: auto;
	width: 100%;
    margin: 0 0 30px 0;
    background-image: url(../images/wrapper.png);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover; 
}
#outer_main {
	width: 100%;
	height: auto;
}

h1 {
    height: auto;
	width: auto;
    padding: 10px 0 10px 10px;
	font-size: 1.8vw;
	line-height: 1.4em;
	font-weight: bold;
	color: #0187BF;
}

h1 a {
	text-decoration: none;
	color: #0187BF;
    transition: color .3s;
}

h1 a:hover {
	text-decoration: underline;
	color: #0187BF;
}

#mainimg {
    width: 100%;
    height: auto;
}

#mainimg img{
    width: 100%;
    height: auto;
}

/*------------------main-----------------------*/

#container {
    width: 100%;
    height: auto;
    margin: 0 0 150px 0;
}

#container::after{
    content: '';
    display: table;
    clear: both;
}

/*------------------content-----------------------*/

.content-center {
	height: auto;
	width: 92%;
    border:1px solid #e9e9e9;
	background-color: #FFF;
    padding: 20px 2% 20px 2%;
	margin: 0px 2% 40px 2%;
}

.content-center a {
	color: #333;
	text-decoration: none;
}

.content-center a:hover {
	color: #999;
	text-decoration: underline;
}

h2 {
	height: auto;
	font-size: 17px;
	line-height: 1.5em;
    border-top: 3px solid #0187BF;
    border-bottom: 3px solid #0187BF;
    padding: 10px 0 10px 0;
}

.dates {
	font-size: 12px;
	line-height: 1.2em;
	color: #555;
	padding: 15px 0 15px 0;
	text-align: right;
}

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

.photo {
	width: 100%;
    height: auto;
}

.snbtn {
    width: 100%;
    height: auto;
    margin: 15px 0 15px 0;
}

.snbtn::after{
    content: '';
    display: table;
    clear: both;
}

.snbtn li {
	float: right;
	padding: 0 0 0 5px;
}

.twitter {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

.hatebu {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}


.boxcontents p {
	font-size: 14px;
	color: #555;
	line-height: 1.7em;
	padding: 0px;
    margin: 0 0 15px 0;
}

h3{
	width: auto;
	padding: 10px 0px 10px 15px;
	margin: 0px auto;
	line-height: 1.5em;
	border-left: 5px solid #0187BF;
	border-bottom: 2px solid #0187BF;
	font-size: 17px;
}

/*------------------side-----------------------*/

#right-contents {
    width: 96%;
	height: auto;
    margin: 0 2% 0 2%;
}

#right-contents ul{
    margin: 0 0 15px 0;
}

h4 {
	margin:0px;
	font-size: 15px;
    line-height: 1.5em;
	padding: 10px 0 10px 5px;
	font-weight: bold;
	color: #555;
	text-align: left;
    background-color:#FFF;
    border: solid 1px #DFDFDF;
}

.site-menu {
	font-size: 14px;
	line-height: 1.5em;
    background-color:#FFF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right:  1px solid #DFDFDF;
}

.site-menu a {
	color: #555;
    padding: 10px 5px 10px 5px;
	text-decoration: none;
    display: block;
}

.site-menu a:hover {
	color: #CCC;
	text-decoration: underline;
    display: block;
}


.content-center .site-menu {
	font-size: 14px;
	line-height: 1.5em;
    background-color:#FFF;

list-style:none;
}

.content-center .site-menu a {
	color: #555;
    padding: 10px 5px 10px 5px;
	text-decoration: none;
    display: block;
}

.content-center .site-menu a:hover {
	color: #CCC;
	text-decoration: underline;
    display: block;
}

.sub-menu {
	font-size: 14px;
	line-height: 1.4em;
	color: #555;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right:  1px solid #DFDFDF;
    background-color: #FFF;
}

.sub-menu a{
    padding: 5px 5px 5px 5px;
	text-decoration: underline;
    display: block;
}
.sub-menu a:hover {
	text-decoration: underline;
}

.fields_right{
    margin: 0 0 15px 0;
}


dl {
	width: auto;
	height: auto;
	padding: 0px;
	overflow: auto;
	display: block;
    background-color: #FFF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right:  1px solid #DFDFDF;
}

dt {
	width: auto;
	height: auto;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

dd {
	width: auto;
	height: auto;
	margin: 0px;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	display: table-cell;
	vertical-align: middle;
}

dl .site-menu{
	width: auto;
	height: auto;
	margin: 0 auto;
	line-height: 20px;
	font-size: 14px;
	border: none;
}

dd a {
	text-decoration:none;
	color: #000;
    padding: 25px 0 15px 0;
    display: block;
}

dd a:hover {
	text-decoration: underline;
	color: #000;
}


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


#footnavi {
	height: auto;
	width: 100%;
    padding: 10px 0 10px 0;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFF;
	text-align: center;
	background-color: #0187BF;
}

.footer-nav {
	display: inline;
	padding: 0px;
	height: auto;
	width: auto;
	color: #FFF;
}

#footnavi p {
    padding: 10px 0 10px 0; 
	line-height: 1.5em;
}

#footnavi a {
	color: #FFF;
	text-decoration: none;
}

#footnavi a:hover {
	color: #FFF;
	text-decoration: underline;
}


.profile {
	width: 60%;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 20%;
	margin-bottom: 20px;
	margin-left: 20%;
}

.content-center p{
	margin: 20px 0;
}


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


form div {
    margin: 0 0 18px;
    padding: 0;
    display: block;
}

form div p {
    font-size: 16px;
    color: #444;
    margin-bottom:10px;
}

form div input {
    width: 100%;
    padding: 12px;
    background-color: #EEE;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

form div textarea {
    width: 100%;
    height: 80px;
    padding: 12px;
    background-color: #F7F7F7;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

form span{
    width: 100%;
    text-align: center;
	display: block;
}

form span input{
    padding:15px 15px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */
@media only screen and (min-width: 768px) {

/*------------------header-----------------------*/

#main_outer {
	height: auto;
	width: auto;
    margin: 0 0 30px 0;
    min-width: 1090px;

}
#outer_main {
	width: 1090px;
    margin: 0 auto;
}

h1 {
	font-size: 20px;
}

#mainimg {
    width: 1090px;
    height: auto;
    margin: 0 auto;
}

#mainimg img{
    width: auto;
    height: auto;
}

/*------------------main-----------------------*/

#container {
    width: 1090px;
    height: auto;
    margin: 0 auto 250px auto;
}

/*------------------content-----------------------*/

.content-center {
	height: auto;
	width: 710px;
    float: left;
    padding: 20px 20px 20px 20px;
	margin: 0px 0 40px 0;
}


h2 {
	font-size: 20px;
    border-top: 4px solid #0187BF;
    border-bottom: 4px solid #0187BF;
    padding: 15px 0 15px 0;
}

.dates {
	font-size: 12px;
    font-weight: bold;
}

.photo {
	width: auto;
    height: auto;
}

.boxcontents p {
	font-size: 15px;
}


/*------------------side-----------------------*/

#right-contents {
    width: 290px;
    float: right;
	height: auto;
    margin: 0;
}

#right-contents ul{
    margin: 0 0 30px 0;
}

h4 {
	font-size: 16px;
}

.site-menu {
	font-size: 14px;
}

.sub-menu {
	font-size: 14px;
}

.sub-menu a{
    padding: 5px 5px 5px 5px;
	text-decoration: underline;
    display: block;
}
    
.sub-menu a:hover {
	text-decoration: underline;
}

.fields_right{
    margin: 0 0 30px 0;
}

dl .site-menu{
	font-size: 14px;
}


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


#footnavi {
	width: auto;
	font-size: 12px;
    min-width: 1090px;
}


.profile {
	float: right;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content-center p{
	margin: 20px 0;
}	
	

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