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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
table{border-collapse:collapse;}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
blockquote{}
/*---------------------------------------------------------------------------------------------------------- Basic class-*/
a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #006666;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
}

a:hover{
	color: #2D5991;
	text-decoration: underline;
}
a:active{
	color:#FF9900;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
	padding: 2px 0;
}
html{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height:1.8;
	background-image:url(../images/commons_bg.png);
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
	color: rgba(70,70,70,1);
		backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
p{
	padding-bottom: 1em;
}

/*===============================================

ARCHTECT

=========================================== 01 */
.wrapper{
	background-image: url(../images/commons_bg.png);
}
h2{
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0;
}

h3{
	font-size: 24px;
	padding: 5px 0 10px;
	margin-bottom: 20px;
	font-weight: normal;
	border-bottom: #b9aead 1px solid; 
}
h3.borderh3{
	font-size: 24px;
	padding: 5px 0 10px;
	margin-bottom: 20px;
	font-weight: normal;
	border-bottom:none;
	background: url(../images/line.png) repeat-x center bottom;
}
.del{
	opacity: 0;
	transform: translate(0,90px);
	-webkit-transform: translate(0,90px);
	transition: 1s;
}
.mt{	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.sect-inner{
	/* [disabled]text-align: center; */
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}
.sect01{
	text-align: center;
	padding: 0 0 30px 0;
	position:relative;
}
.sect01:before{
	content:'';
	width:100%;
	height:12px;
	position:absolute;
	left:0;
	top:-12px;
	background: url(../images/sect01.png) repeat-x top center;
}
.sect02{
	color: rgba(255,255,255,1);
	/* [disabled]background-color: rgba(179,175,172,1); */
	padding: 0 0 30px 0;
	background-image: url(../images/commons_bg4.png);
}
.sect03{
	background-color: rgba(255,255,255,1);
	padding: 0 0 40px 0;
}
.sect03-a{
	width: 306px;
	float: left;
	font-size: 14px;
	line-height: 1.6em;
	padding:10px;
}
.sect03-b{
	width: 306px;
	float:left;
	font-size: 14px;
	line-height: 1.6em;
	padding:11px;
}
.sect03-c{
	width: 306px;
	float: left;
	font-size: 14px;
	line-height: 1.6em;
	padding:10px;
}
.sect03-a img,.sect03-b img,.sect03-c img{
	display: block;
	margin-bottom: 10px;
}
.sect04{
	background-color: #f8f7f5;
}
.sect05{
	/* [disabled]background-color: rgba(231,230,228,1); */
	text-align: center;
	background-image: url(../images/commons_bg3.png);
}
.sect05-a{
	width: 450px;
	float: left;
	padding:0 20px;
}
.sect05-b{
	width: 449px;
	padding:0 20px;
	float: left;
	border-left: #b9aead 1px solid;
}
.sect07{
	color: rgba(255,255,255,1);
	background-color: rgba(179,175,172,1);
	padding: 0;
}
.sect08{
	background-color: rgba(249,248,246,1);
	padding: 0 0 30px 0;
}
.sectfootnav{
	/* [disabled]background-color: rgba(255,255,255,1); */
	padding: 0;
	background-image: url(../images/commons_bg1.png);
}
/*------------------------------------------------------------------------------------------------- + */
.sect06{
	color: rgba(255,255,255,1);
	background-color: rgba(179,175,172,1);
	padding: 20px 0;
	margin-bottom: 40px;
}
.sectnav{
	text-align: center;
	padding: 0 0 50px 0;
	position: relative;
}
.sectnav:before{
	content:'';
	width:100%;
	height:12px;
	position:absolute;
	left:0;
	top:-12px;
	background: url(../images/sect01.png) repeat-x top center;
}
ul.nav-inner{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0;
}
ul.nav-inner li a{
	float: left;
	color: rgba(70,70,70,1);
	font-size: 20px;
	width: 180px;
	display: block;
	margin-left:30px;
	line-height:1.5em;
	-webkit-transition: .3s;
	transition: .3s;
}
ul.nav-inner li:first-child a{
	width: 110px;
	margin-left:0;
}
ul.nav-inner li:last-child a{
	width: 230px;
}
ul.nav-inner li a span{
	display: block;
	font-size: 12px;
	color:#bdaea5;
	background:url(../images/line.png) no-repeat center top;
}
ul.nav-inner li a:hover{
	text-decoration: none;
	opacity: .6;
}
.sect-news{
	padding: 10px 0 20px 0;
	position: relative;
	background-color: rgba(255,255,255,1);
}
.sect-news:after{
	content:'';
	width:100%;
	height:12px;
	position:absolute;
	left:0;
	bottom:0px;
	background: url(../images/sect01.png) repeat-x bottom center;
}
.sect-contents{
	padding: 10px 0 20px 0;
	position: relative;
	background-color: rgba(255,255,255,1);
}
.topnews{
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(../images/line.png) repeat-x center bottom;
}
.topnewsimg{
	width: 90px;
	float: left;
	padding-right: 20px;
}
.topnewsimg img{
	width: 100%;
	height: auto;
}
.topnews-date{
	float: left;
	width: 100px;
}
.topnews-data{
	width: 770px;
	float: left;
}
.topnews-data span{
	display:block;
}

/*------------------------*/
.topblog{
	margin-bottom: 20px;
	background-color: rgba(255,255,255,1);
	width: 230px;
	float: left;
	margin-right: 15px;
	box-shadow: 2px 2px 6px rgba(51,51,51,.4);
	border: 1px solid #eee;
}
.topblog:hover{opacity:0.7;}
.topblogimg{
	width: 230px;
	height: 140px;
	overflow: hidden;
}
.topblogimg img{
	width: 100%;
	height: auto;
}
.topblog-date{
	padding: 0 15px;
}
.topblog-data{
	padding: 15px;
	font-size: 12px;
}
.topblog-data span{
	display: block;
	background-image: url(../images/line.png), url(../images/line.png);
	background-position: center top,center bottom;
	background-repeat: no-repeat;
	font-size: 18px;
}

a.list2{
	text-align: center;
	display: block;
	margin: 80px 0 40px;
	color: rgba(70,70,70,1);
	font-size: 20px;
	border: 1px solid rgba(70,70,70,1);
	border-radius: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 3px 0 2px;
	position: relative;
}
a.list2:after{
	content: '\f105';
	font-family: 'icomoon';
	position: absolute;
	display: inline-block;
	margin:-9px 0 0 20px;
	font-size: 30px;
}
a.list2:hover{
	text-decoration: none;
	background-color: rgba(96,96,96,1);
	color: rgba(255,255,255,1);
}
a.list3{
	text-align: center;
	display: block;
	margin: 20px 0;
	font-size: 20px;
	border: 1px solid rgba(255,255,255,1);
	border-radius: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 3px 0 2px;
	position: relative;
	color: rgba(255,255,255,1);
}

a.list3:hover{
	text-decoration: none;
	color: rgba(96,96,96,1);
	/* [disabled]background-color: rgba(255,255,255,1); */
	background-image: url(../images/commons_bg3.png);
}
.post{
	padding-bottom: 50px;
	/* [disabled]background: url(../images/line.png) repeat-x center bottom; */
	margin-bottom: 120px;
}
.member_blog{
	padding-bottom: 70px;
	background: url(../images/line.png) repeat-x center bottom;
	margin-bottom: 80px;
}
.navigation{ width:100%;}
.alignleft{width:50%; float:left;}
.alignright{width:49.5%; float:right; text-align:right; border-left:rgba(153,153,153,1) 1px solid;}
h2.titleh2{
	font-size: 28px;
	color: rgba(51,51,51,1);
	margin-bottom: 30px;
	line-height: 1.2em;
	/* [disabled]position: relative; */
}
h2.titleh2 span{
	display: block;
	background: url(../images/line.png) repeat-x center top;
	font-size: 16px;
	line-height: 1em;
	padding-top: 7px;
	margin-top: 7px;
	color: rgba(153,153,153,1);
}
.blog_tmb{
	width: 70px;
	float: left;
	clear: left;
	padding: 0 0 10px 0;
}
.blog_tmb img{
	width: 60px;
	height: auto;
}
h4.blue{
	font-size: 110%;
	/* [disabled]background-color: rgba(135,203,201,.4); */
	padding: 1px 10px 0;
	border-radius: 3px;
	display: inline-block;
	background-image: url(../images/commons_bg3.png);
	margin: 2em 0 1em;
}
/*===============================================

ヘッダ

=============================================== */
#main .head{
	background: url(../images/test.jpg) no-repeat center;
	background-size: cover;
	height: 660px;
	width: 100%;
	position: fixed;
	z-index: -1;
	top: 0;
}
.head{
	background: url(../images/test.jpg) no-repeat center;
	background-size: cover;
	height: 200px;
	width: 100%;
	position: fixed;
	z-index: -1;
	top: 0;
}
.header-logo{
	width: 490px;
	margin: 150px auto 0;
	background-image: url(../images/commons_logo.png);
	height: 140px;
	background-size: 490px;
	position: relative;
}
.header-logo_s{
	width: 490px;
	margin: 0px auto 0;
	background-image: url(../images/commons_logo.png);
	height: 140px;
	background-size: 490px;
	position: relative;
}
.header-logo h1,.header-logo_s h1{
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#main .inner-header{
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	height: 600px;
	position: relative;
}
.inner-header{
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
	height: 180px;
	position: relative;
}
.header-social3{
}
.social{
	height:40px;
}
.fb-like{
	display: inline-block;
	padding: 0 5px;
	margin: 0;
	vertical-align: top;
}
.twitter{
	display: inline-block;
	padding: 10px 0 0 0;
}
#ssff{
	width: 108px;
	height: 108px;
	background-image: url(../images/commons_head_ssff.png);
	background-size: 108px;
	display: block;
	position: absolute;
	right: -180px;
	bottom: 390px;
}
#ssff_s{
	width: 108px;
	height: 108px;
	background-image: url(../images/commons_head_ssff.png);
	background-size: 108px;
	display: block;
	position: absolute;
	right: -180px;
	top: -20px;
	opacity: 0.6;
}

/*===============================================

フッタ

=========================================== 03 */
.footer{
	padding: 12px 0;
	clear: both;
}
.foot-inner{
	width: 980px;
	margin: 0 auto;
}
.foot-logo{
	position: relative;
}
.foot-logo a{
	background: url(../images/commons_foot_logo.png) no-repeat right top;
	width: 350px;
	height: 55px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0;
	float: right;
	background-size: 350px;
}
.copy{
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	clear: right;
	margin: -40px 5px 0 0;
	color: rgba(102,102,102,1);
}
.pagetop{ position:relative;}
.pagetop a{
	width: 80px;
	height: 80px;
	font-size: 48px;
	position: absolute;
	bottom: -80px;
	left: 30px;
	opacity: 0.4;
	transition: all 0.2s;
	z-index: 10;
	color:rgba(153,153,153,1);
}
.pagetop a:hover{
	opacity:1;
	text-decoration:none;
}
.mail-at{}
.mail-at:after{
	content:'@';
}
/*===============================================

ボックスレイアウト

=========================================== 04 */
.content{
	width: 980px;
	margin: 0 auto;
}

.content_s{
	float: left;
	width: 700px;
	padding-bottom: 60px;
}
.content_s img{
	max-width:100%;
	height:auto;
}
.sub_s{
	float: right;
	width: 230px;
	padding: 14px 0 60px;
}
.sub_s ul{ padding-bottom:60px;}
.sub_s ul li{
	list-style: none;
	line-height: 1.4em;
	padding-bottom: 10px;
	display: block;
}
.main{
	width: 980px;
	margin: 60px auto 0;
}
.main.bg_white{ background-color:rgba(255,255,255,1);}
h2.widgettitle{
	font-size: 18px;
	background-color: #E3E2E1;
	padding: 4px 0;
	margin-bottom: 20px;
	color: rgba(70,70,70,1);
	font-style: italic;
}
h2.widgettitle_a{
	font-size: 18px;
	/* [disabled]background-color: #b3afac; */
	padding: 4px 0;
	margin-bottom: 20px;
	color: rgba(255,255,255,1);
	font-style: italic;
	background-image: url(../images/commons_bg5.png);
}
h2.newstitle{
	line-height: 1.3em;
	text-align: left;
	width: 615px;
	display: block;
	float: left;
	padding: 20px 0 30px 25px;
}
.author h2.widgettitle{
	font-size: 18px;
	padding: 4px 0;
	margin-bottom: -5px;
	color: rgba(102,102,102,1);
	font-style: italic;
	background-color: transparent;
}
h2.newstitle_a{
	line-height: 1.3em;
	text-align: center;
	display: block;
	float: left;
	padding: 20px 0 30px 0;
	background: url(../images/line.png) repeat-x 60px 0;
	width: 100%;
}
h2.newstitle a,h2.newstitle_a a{
	color: rgba(70,70,70,1);
}
.post-date{
	text-align: center;
	width: 60px;
	float: left;
	line-height: 1.3em;
}
.post-date_b{
	font-size: 24px;
	color: rgba(153,153,153,1);
	text-align: center;
}
.post-date span{
	display: block;
	height: 52px;
	font-size: 48px;
	line-height: 1em;
	padding: 5px 0 0 0;
	/* [disabled]background-color: rgba(179,175,172,1); */
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 3px rgba(51,51,51,.8);
	background-image: url(../images/commons_bg5.png);
}
.post-date_b span:before{
	content:'.';
}
.category{
	clear: both;
	padding: 20px 0;
}
.author{
	margin: 30px 0;
	padding: 10px 20px 20px;
	border: 1px solid #ccc;
	border-radius: 12px;
}
.author-profile{
}
.avatar-v{
	width: 100px;
	float: left;
	margin: right;
	margin-right: 20px;
}
.avatar{
	width: 100px;
}
.author-name{}
.avatar img,.avatar-v img{
	border-radius: 50%;
}
dl.author-profile{
}
dl.author-profile dd{
	float: left;
	width: 510px;
	font-size: 14px;
}
.writer-profile{
	width: 110px;
	float: left;
	font-size: 12px;
	text-align: center;
	margin-right: 5px;
	height: 130px;
}
.writer-profile img{
	width: 70%;
	height: auto;
	border-radius: 50%;
}
dl.author-profile dt.fn{
	clear: right;
	/* [disabled]float: left; */

}
dl.author-profile dt img{
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
ul.authors-list{}
ul.authors-list li{
	float: left;
	margin-right: 5px;
}
.single-social a:hover{
	opacity:0.7;
	text-decoration:none !important;
}
a .icon-facebook-square{
	color: rgba(0,102,204,1);
	font-size: 38px;
}
a .icon-twitter-square{
	color: rgba(51,204,255,1);
	font-size: 38px;
}
a .icon-twitter-square:hover,a .icon-facebook-square:hover{

}
.top-avatar{
	vertical-align: middle;
	padding: 15px;
	display: table;
}
.top-avatar img{ width:40px; height:40px; border-radius:50%; margin:0 5px -8px -5px;}

/*---------------------------------------------------------*/

.info_box{
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(../images/line.png) repeat-x center bottom;
}
.info_img{
	width: 380px;
	float: left;
	padding-right: 20px;
}
.info_img img{
	width: 100%;
	height: auto;
}
.info_date{
	/* [disabled]float: left; */
	width: 100px;
}
.info_data{
	width: 580px;
	float: left;
	text-align: left;
}
.info_title{
	display: block;
	background-color: rgba(179,175,172,1);
	padding: 10px 0;
	color: rgba(255,255,255,1);
	font-size: 28px;
	margin-bottom: 20px;
}

/*---------------------------------------------------------*/
.partbox{
	font-size: 21px;
	padding: 20px 0 0;
	width: 90%;
	margin: 0 auto 120px;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 5px;
}
.partbox:after{
	content: '\f063';
	font-family: 'icomoon';
	font-size: 36px;
	color: rgba(165,156,141,.5);
	position: absolute;
	bottom: -90px;
	left: 49%;
}
.partbox_end{
	font-size: 21px;
	padding: 20px 0 0;
	width: 90%;
	margin: 0 auto 120px;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 5px;
}
.partbox span,.partbox_end span{
	font-size: 16px;
}
/*===============================================

UTILITY

=============================================== */
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.all-center{text-align:center;}
.all-right{text-align:right;}
.all-left{text-align:left;}
.set-hid{
	text-indent:100%; white-space:nowrap; overflow:hidden;
}
.set-relative{position:relative;}
.smp-br{ display:none;}
.pc-br{}
.cc{
	text-indent: -100%;
	overflow: hidden;
	white-space: no-wrap;
}
.setback{ padding-right:1em; padding-left:1em;}
/*===============================================

Clear FIX（IE6対応版）

=============================================== */
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/

* html .cf {
	zoom: 1;
}
.cf {
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 
.clear{clear:both;}

/*===============================================

FONT

=============================================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?my0apc');
  src:  url('../fonts/icomoon.eot?my0apc#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?my0apc') format('truetype'),
    url('../fonts/icomoon.woff?my0apc') format('woff'),
    url('../fonts/icomoon.svg?my0apc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\f003";
}
.icon-home:before {
  content: "\f015";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-warning:before {
  content: "\f071";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-comments:before {
  content: "\f086";
}
.icon-phone:before {
  content: "\f095";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon-download2:before {
  content: "\e900";
}
.icon-cross:before {
  content: "\e901";
}
.icon-share:before {
  content: "\e902";
}
</pre></body></html>