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

body	{font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}

/* マーカー */
.pink_line{background:linear-gradient(transparent 60%,#ffdfef 0%);}

/* 細いマーカー */
.pink_line_narrow{background:rgba(0, 0, 0, 0) linear-gradient(transparent 85%, #ff0000 0%) repeat scroll 0 0;}



/* サイト名 */
.site h1 a	{color: #83a4a8;
	text-decoration: none}

h1	{margin: 0;
	font-size: 30px;
	font-family: 'Paytone One', sans-serif;
	font-weight: normal;
h1 {
position: relative;
color: #158b2b;
font-size: 20px;
padding: 10px 0;
text-align: center;
margin: 1.5em 0;
}
h1:before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 150px;
height: 58px;
border-radius: 50%;
border: 5px solid #a6ddb0;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}


	}


/* ナビゲーション */
.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 15px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #cc3366}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}


/* 記事 */
.kiji h1	{
	font-size: 26px;
position: relative;
color: #ff0000;
font-size: 30px;
padding: 5px 0;
text-align: center;
margin: 1.0em 0;
}
h1:before {
content: "";
position: absolute;
top: -5px;
left: 50%;
width: 150px;
height: 58px;
border-radius: 25%;
border: 2px solid #ff0000;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);

}

.kiji h1 p	{margin-top: 30px;
	margin-bottom: 10px;
	}



.kiji p	{margin-top: -40px;
	margin-bottom: 10px}

.kiji img	{max-width: 100%;
	height: auto}


/* 記事の小見出し */
.kiji h2	{
		margin-top:40px;
position: relative;
padding-left:0px;
font-size:18px;
border-bottom: solid 2px #ff0000;
}


.kiji h2:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url(symbol30.gif);
  background-size: contain;
  vertical-align: middle;

}





.kiji h3 {
	background-color:#ff0000;
	border:3px double #FFFFFF;
	color: #FFFFFF;
	font-size: 90%;
	padding-left: 4px;
	margin-top:15px;
	margin-bottom:5px;
}

.point h4 {
position: relative;
border-top: solid 2px #ff0000;
border-bottom: solid 2px #ff0000;
background: #f4f4f4;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
}

h4:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a7\ POINT';
background: #ff0000;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
  }


/* 記事の投稿日 */
.kijiinfo	{margin-top: -10px;
	margin-bottom: 20px}

.kijiinfo i	{margin-right: 5px;
	color: #aaaaaa;
	font-size: 20px}


/* 記事の分類 */
.kijicat	{margin-bottom: 25px}

.kijicat ul	{margin: 0;
	padding: 0;
	list-style: none}

.kijicat li a	{display: block;
	margin-right: 5px;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: #75dbe7;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none}

.kijicat li a:hover	{background-color: #94ecf6}

.kijicat ul:after	{content: "";
	display: block;
	clear: both}

.kijicat li	{float: left;
	width: auto}


.kiji img	{
text-align: center;
margin-top:10px;
margin-bottom:10px;
}
/* SNSのシェアボタン */
.share	{margin-top: 40px}

.share ul	{margin: 0;
	padding: 0;
	list-style: none}

.share li a	{display: block;
	padding: 10px 5px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	text-decoration: none}

.share-tw	{background-color: #55acee}
.share-fb	{background-color: #3b5998}
.share-gp	{background-color: #dd4b39}

.share li a:hover	{opacity: 0.8}

.share ul:after	{content: "";
	display: block;
	clear: both}

.share li	{float: left;
	width: 33.3333%}



/* サイドメニュー */
.sidemenu	{margin-bottom: 30px
		padding:5px;
	 	border:solid 1px #3300ff;
	  	border-top:solid 30px #333366;
	  	margin-bottom:10px;
}

.sidemenu ul	{margin: 0;
	padding: 0;
	list-style: none}

.sidemenu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.sidemenu li a:hover	{background-color: #eeeeee}

.sidemenu h1	{margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #666666;
	font-size: 18px}

.sidemenu h2	{margin-top: -22px;
	padding-left:20px;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 12px
}


.sidemenu i	{margin-right: 5px;
	color: #ff0000}


/* おすすめ記事メニュー */
.osusume	{margin-bottom: 30px
		padding:5px;
	 	border:solid 1px #3300ff;
	  	border-top:solid 30px #333366;
	  	margin-bottom:10px;
}

.osusume ul	{margin: 0;
	padding: 0;
	list-style: none}

.osusume li a	{display: block;
	margin-bottom: 0px;
	padding: 0;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.osusume li a:hover	{background-color: #F6CEF5;
}
.osusume h1	{margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #666666;
	font-size: 18px}

.osusume img	{width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom}

.osusume .text	{padding: 5px 10px;
	color: #0000ff}

.osusume h2{margin-top: -22px;
	padding-left:20px;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 12px}
}

.osusume h3	{
	background-image:url(design/contact.gif);

}
/* おすすめ記事メニューのテキストを重ねる設定 */
.osusume a	{position: relative}

.osusume .text	{position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
/* 人気の記事メニュー */
.ninki
		{margin-bottom: 30px
		padding:5px;
	 	border:solid 1px #3300ff;
	  	border-top:solid 30px #333366;
	  	margin-bottom:10px;
}

.ninki ul	{margin: 0;
	padding: 0;
	list-style: none
}

.ninki li a	{display: block;
	padding: 5px;
	border-bottom: dotted 1px #dddddd;
	color: #2288bb;
	font-size: 14px;
	text-decoration: none}

.ninki li a:hover	{background-color: #eeeeee}

.ninki li a img	{border: none}

.ninki h1	{margin-top: 0;
	margin-bottom: 10px;
	border-bottom: dotted 2px #dddddd;
	color: #666666;
	font-size: 18px}

.ninki h2	{
	margin-top: -22px;
	padding-left:20px;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 12px}



.ninki a:after	{content: "";
	display: block;
	clear: both}

.ninki img	{float: left;
	width: 60px}

.ninki .text	{float: none;
	width: auto;
	margin-left: 60px;
	padding-left: 15px}

.ninki span	{display: block;
	color: #666666;
	font-size: 12px}


.center{
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-bottom:10px;
}



/* コピーライト */
.copyright p	{margin: 0;
	color: #666666;
	font-size: 14px;
	text-align:center;
}


/* BOX2をバーの形にする */
.box2	{background-color: #ff0000}


/* BOX5の上に区切り線を入れる */
.box5	{border-top: solid 1px #dddddd}


/* ボックスの上下の間隔 */
.box1	{padding-top: 8px;
	padding-bottom: 8px}

.box3	{padding-top: 5px;
	padding-bottom: 30px}

.box4	{padding-top: 40px;
	padding-bottom: 30px}

.box5	{padding-top: 15px;
	padding-bottom: 15px}


table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 10px;
  border: 1px solid #999;
}
table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 400px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
 }


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* ナビゲーション */
.menu li a	{padding: 10px 3px;
	font-size: 11px}

/* サイト名と記事のタイトル */
.site h1	{font-size: 20px}

.kiji h1	{font-size: 26px}

/* ボックスの上下の間隔 */
.box1	{padding-top: 4px;
	padding-bottom: 4px}

.box3	{padding-top: 25px}

/* SNSのシェアボタン */
.share span	{display: inline-block;
	text-indent: -9999px}


}

/* ########### 600px以上～767px以下 ########### */
@media (min-width: 600px) and (max-width: 767px) {

/* BOX4-1とBOX4-2を横に並べる設定 */
.box4:after	{content: "";
	display: block;
	clear: both}

.box4-1	{float: left;
	width: 50%}

.box4-2	{float: left;
	width: 50%

}


/* BOX4-1とBOX4-2の左右の間隔 */
.box4-1	{padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

.box4-2	{padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box


}
}



/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* BOX3とBOX4を横に並べる設定 */
.boxA:after	{content: "";
	display: block;
	clear: both}

.box3	{float: left;
	width: 70%}

.box4	{float: left;
	width: 30%}

/* BOX3とBOX4の左右の間隔 */
.box3	{padding-right: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

}



/* ########### 1040px以上 ########### */
@media (min-width: 1040px) {

/* 全体の横幅を固定 */
.box1, .box2, .boxA, .box5
	{width: 1000px;
	margin-left: auto;
	margin-right: auto}

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