<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: niikawa kaigo temp
Theme URI: http://www.sugano.co.jp
Description: にいかわ介護
Author: すがの印刷
Version: 1.0-beta 2016-02-09
*/


/* Typography
------------------------------------*/

body{
    font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Arial,Verdana,Osaka,MS P Gothic,sans-serif;
    font-size: 16px;
    line-height: 1.7;
	letter-spacing:0.05em;
    background-color:#fff;
    color:#222;
    text-align:center;
    word-break:break-all;
    word-wrap:break-word;
    -webkit-text-size-adjust: 100%;
}

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

/* img */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: 100%;
}


/* Basic Layout
------------------------------------*/

/* lisst */
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p,pre,blockquote,address,table,fieldset,form { margin-bottom: 20px; }


/* Htag */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	line-height: 1.6;
	margin: 0 0 15px 0;
	}

h5,h6 { margin-bottom: 10px; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 0.9em; }

strong {
	font-weight: normal;
}

/* pager main */
.wp-pagenavi {
    clear: both;
	margin:15px 0px 15px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    background: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border: 1px solid #bfd971 !important;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #bfd971;
    color: #fff;
}


/* teble */
table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
    background:#fff;
}
table th {
    padding: 15px 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff8c7;
    font-weight: normal;
}
table td {
    padding: 15px 20px;;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.tright { text-align: right !important; }
.tleft { text-align: left !important; }
.fright { float: right !important; }
.fleft { float: left !important; }
.fnone { float: none !important; }

.center { text-align: center !important; }


.hidden { display: none !important; }
.nothidden { display: block !important; }

.inline-block {
	float: none !important;
	display: inline-block !important;
}

.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.bgcolor,
.bgcolor #header-wrap { background-color: #1ABC9C !important; }

.color { color: #1ABC9C !important; }

.border-color { border-color: #1ABC9C !important; }

.nobg { background: none !important; }

.nobgcolor { background-color: transparent !important; }

.ls0 { letter-spacing: 0px !important; }
.ls1 { letter-spacing: 1px !important; }
.ls2 { letter-spacing: 2px !important; }
.ls3 { letter-spacing: 3px !important; }
.ls4 { letter-spacing: 4px !important; }
.ls5 { letter-spacing: 5px !important; }

.noheight { height: 0 !important; }

.nolineheight { line-height: 0 !important; }

.font-body { font-family: 'Lato', sans-serif; }

.font-primary { font-family: 'Raleway', sans-serif; }

.font-secondary { font-family: 'Crete Round', serif; }

.bgicon {
	display: block;
	position: absolute;
	bottom: -60px;
	right: -50px;
	font-size: 210px;
	color: rgba(0,0,0,0.1);
}

.input-block-level {
	display: block;
	width: 100% !important;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vertical-middle {
	height: auto !important;
	left: 0;
}

.magnific-max-width .mfp-content { max-width: 800px; }


/* content --- */
a:hover img.rollover {
	opacity:0.9;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-ms-filter: "alpha( opacity=90 )";
	opacity:0.9;
}
/* IE8 */
html&gt;/**/body a:hover img.rollover {
    display /*\**/:inline-block\9;
    zoom /*\**/: 1\9;
}
/* 新旧Firefox */
a:hover img.rollover, x:-moz-any-link { background: #fff;}
a:hover img.rollover, x:-moz-any-link, x:default { background: #fff;}

.mnone {
	margin-right: 0 !important;
}

.container {
/*	max-width: 1180px !important;*/
	}
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	.container {
    	padding-left: 30px;
    	padding-right: 30px;
	}
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {}

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) {}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) {}


/* Layout base
------------------------------------*/


/* blog style　--- */


/* header#global　--- */
header.global {
	padding-top: 15px;
	border-top: 5px solid #fab36c;
	background-color: #ffe4c4;
	padding-bottom: 0;
}
.header_logo {
	font-size: 1em;
	padding-bottom:15px;
	background-size: 36%;
	line-height: 1.5;
	margin-bottom: 0;
}

/*---*/
.top_read {
	padding: 0 0 30px;
	color: #3F4275;
}
@media (max-width: 480px) {
	.top_read {
		font-size: 0.8em;
	}
}

/*---*/
.top_box {
	padding-bottom: 20px;
}
.top_box li {
	padding-bottom: 20px;
}
.top_box li p {
	font-size: 0.9em;
	margin-top: 10px;
}


/*---*/

footer.global {
	background: #f6f4f0;
	padding: 30px 0 0;
	margin-top: 30px;
}
.footer_nav ul {
	font-size: 0.85em;
	margin-bottom: 20px;
}
.footer_nav ul:before{
	content: "| ";
	color: #999;
}
.footer_nav ul li {
	display: inline-block;
	margin: 0 0 0 5px;
}
.footer_nav ul li:after{
	content: " | ";
	color: #999;
	padding: 0 0 0 5px;
}
.footer_nav ul a {
	text-decoration: none;
}

address.footer_add {
	font-size: 0.88em;
}
address.footer_add p {
	font-size: 1.2em;
	margin-bottom: 15px;
}

footer.copyright {
	background: #6e4d3c;
	padding: 5px 0;
	font-size: 14px;
	color: #fff;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 991px) {
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {

}

@media (max-width: 480px) {
	
}


h1.global_tt {
	font-weight: bold;
	padding:20px 1em;
	border-top: 2px solid #fff;
	margin-bottom: 50px;
	background: #fdf4e5;
	color: #333;
}
.page_tt {
	font-weight: bold;
	padding:0 0 10px;
	border-bottom: 1px dashed #999;
	margin-bottom: 30px;
	color: #704b42;
}


/* kouhou
-------------------------------*/

.kouhou_index {
	padding-bottom: 60px;
}
.kouhou_list p {
	position: relative;
	padding: 0 0 0 1.2em;
	vertical-align: middle;
	margin-bottom: 12px;
}
.kouhou_list p::before {
	position: absolute;
	top: .35em;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.9em;
	height: 0.9em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FFD96E;
}
.kouhou_list span {
	font-size:0.85em;
}

article.kouhou_first {
	margin-bottom: 35px;
}
.kouhou_first h2 {
	display: inline-block;
	font-size: 0.9em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FF9900;
	color: #fff;
	padding: 5px 1em;
	font-weight:bold;
}
.kouhou_first img {
	border: 1px solid #eee;
}
.kouhou_first h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}


/* gikai
-------------------------------*/

.gikai_index {
	padding-bottom: 60px;
}
.gaiyo_list dt {
	position: relative;
	padding-left: 1.2em;
	vertical-align: middle;
	margin-bottom: 10px;
}
.gaiyo_list dt::before {
	position: absolute;
	top : .2em;
	left: 0;
	content: "";
	vertical-align: middle;
	width: 0.9em;
	height: 0.9em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FF9900;
}
.gaiyo_list dd {
	margin-bottom: 25px;
	padding-left: 1.2em;
}


/* jigyousyo news page
-------------------------------*/

#co_subblog {
	margin-top: 35px;
	margin-bottom: 80px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
#co_subblog ul li {
	font-size: 0.9em;
	margin-bottom: 30px;
}
#co_subblog ul li h2 {
	font-size: 1.1em;
	background: #ffe4c4;
	color: #3C4469;
	padding: 10px 1em;
}
#co_subblog ul li label {
	display: none;
}
#co_subblog ul li ul li {
	margin-bottom: 0px;
	font-size: 1em;
}

#co_subblog ul a {
	width: 100%;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 0 0 3px 2.5em;
	vertical-align: middle;
	color: #3C4469;
}
#co_subblog ul .month-list a {
	width: auto;
	display: inline;
	padding-top: 2px;
}

#co_subblog ul a::before {
	position: absolute;
	top: 5px;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 1.5em;
	box-sizing: border-box;
	width: 0.35em;
	height: 0.35em;
	border: 0.35em solid transparent;
	border-left: 0.35em solid #3B426E;
}

.blog_title {
	font-size: 0.8em;
	margin-bottom: 25px;
	color: #555;
}
.blog_title h2 {
	background: none !important;
	border-bottom: 1px dashed #fab36c;
	padding-left: 0 !important;
	padding-bottom: 10px;
	font-size: 1.5em !important;
	font-weight: normal !important;
	color: #3f4275;
}
.blog_title h2 a {
	color: #3f4275;
	text-decoration: none;
}
.blog_title h2 a:hover {
	color: #888;
}
.blogmain article {
	padding-bottom: 70px;
}






/* blog style
-------------------------------*/

.link-button01 {
	display: block;
}
.link-button01 a {
	display: inline-block;
	border-radius: 10px;  
    -webkit-border-radius: 10px;/* Safari,Google Chrome */  
    -moz-border-radius: 10px;   /* Firefox */
    border: 5px solid #fff1ea;
    color: #515987;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 2em;
    margin-bottom: 10px;
    position: relative;
    vertical-align: middle;
    font-size: 1.1em;
    background: #ffbfb5;
}
.link-button01 a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left:1em;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 0.4em;
	height: 0.4em;
	border: 0.4em solid transparent;
	border-left: 0.4em solid #fff;
}
.link-button01 a:hover {
	background: #ffd1b2;
}



.icon-yellow {
	display: inline-block;
	position: relative;
	padding: 0 0 0 1.2em;
	vertical-align: middle;
}
.icon-yellow::before {
	position: absolute;
	top: .25em;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.9em;
	height: 0.9em;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #FFD96E;
}

/* -------*/

.blogmain h2 {
	font-weight: bold;
	padding-left: 2em;
	padding-top: 5px;
	background: url(common/img/icon01.gif) no-repeat left top;
	background-size: contain;
	margin-bottom: 25px;
	font-size: 1.25em;
}
.blogmain h3 {
	font-weight: bold;
	padding-top: 20px;
	font-size: 1.2em;
}
.blogmain h4 {
	font-weight: bold;
	padding-top: 20px;
	font-size: 1.1em;
}


.blogmain ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 20px;
}
.blogmain ul li {
	position: relative;
	padding: 0 0 8px 1.2em;
	vertical-align: middle;
}
.blogmain ul li::before {
	position: absolute;
	top: .5em;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 0.35em;
	box-sizing: border-box;
	width: 0.35em;
	height: 0.35em;
	border: 0.35em solid transparent;
	border-left: 0.35em solid #76CA68;
}

.blogmain strong {
	font-weight: bold;
}

.blogmain hr {
	border-style: dashed;
	border-color: #999;
}


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