@charset "utf-8";
/* CSS Document */

/* ------------------------------------
 全体共通設設定
------------------------------------ */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	margin:0;
	padding:0;
	font-size:18px;
	font-family: Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#222;
	max-width: 100%;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: underline;
}
a.no_line:hover{
	text-decoration: none;
}
.colored_link_sec a{
	color: #ff8000;
}
p{
	margin:0 0 1em 0;
	line-height: 1.7;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}

ul, ol{ list-style:none; margin:0; padding:0;}
li{ margin:0; padding:0;}
dt{ margin:0; padding:0;}
dd{ margin:0; padding:0;}

/*a img:hover {
	opacity:0.8;
}*/
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.inner {
	width: 1025px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
.clear_fix {
	clear: both;
	overflow: hidden;
}
.hidden{
	display: none;
}
@media only screen and (min-width:769px){
	.pc_none {
		display: none;
	}
}
@media only screen and (max-width:768px){
	.sp_none {
		display: none !important;
	}
	img {
		max-width: 100%;
	}
	.inner {
		width: 100%;
		padding: 0 3%;
	}
}
/* ------------------------------------
 header
------------------------------------ */

#top-head {
	width: 100%;
	margin: 0 auto ;
	line-height: 1.2;
	z-index: 999;
	border-top: 6px solid #ffbf00;
	border-bottom: 1px solid #BBB;
	padding: 15px 0;
	background-color: #FFF;
}
#top-head .inner {
	position: relative;
}
#top-head .top_logo {
	float: left;
	width: auto;
}
#top-head .top_logo img {
	width: 200px;
}
#top-head .form_box {
	position: absolute;
	right: 0;
}
#searchform {
	width: 170px;
	display: block;
	height: 35px;
	position: relative;
}
#keywords {
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	border: 1px solid #CCC;
	background-color: #f1f1f1;
	font-size: 14px;
	padding: 5px;
}
#searchBtn {
	position: absolute;
	top: 8px;
	right: 5px;
	background: url(../img/common/icon_06.png) no-repeat center center;
	width: 17px;
	height: 16px;
	border: none;
}
#global-nav ul {
	position: absolute;
	right: 0;
	bottom: 0;
}
#global-nav ul li {
	float: left;
	margin-left: 16px;
	padding-right: 16px;
	border-right: 1px dashed #CCC;
}
#global-nav ul li.li_last {border-right: none;padding-right: 0;}

#global-nav ul li a {
	font-weight: bold;
	font-size: 15px;
	display: block;
}
/*#global-nav ul li a:hover {
	color: #ffbf00;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}*/
#nav_type01 {background: url(../img/common/nav_img01.jpg) no-repeat left center;}
#nav_type02 {background: url(../img/common/nav_img02.jpg) no-repeat left center;}
#nav_type03 {background: url(../img/common/icon_02.png) no-repeat left center;}

#nav_type01 {padding-left: 50px;}
#nav_type02 {padding-left: 75px;}
#nav_type03 {padding-left: 40px;}

#nav_type03 a {
	line-height: 2.4;
}/* メニュー1行の場合 */

@media screen and (max-width: 768px) {
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
		margin-bottom: 0;
		border: none;
	}
	#top-head .inner {
		padding: 0;
	}
	#top-head .form_box {
		position: static;
		height: 52px;
	}
	#searchform, #searchform_inbody {
		width: 60%;
		height: 30px;
		position: relative;
		margin: 0 auto;
	}
	#keywords, #keywords_inbody {
		position: static;
		width: 85%;
		border: 2px solid #CCC;
		background-color: #FFF;
		padding: 5px;
		font-size: 16px;
	}
	#searchBtn {
		position: absolute;
		top: 0;
		background: #999999 url(../img/common/icon_08.png) no-repeat center center;
		background-size: auto 20px;
		width: 15%;
		height: 38px;
	}

	#global-nav ul {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	#global-nav ul li {
		float: none;
		margin-left: 0;
		padding-right: 0;
		border-right: none;
	}
	#global-nav ul li a {
		font-weight: normal;
	}

	#nav_type01,#nav_type02,#nav_type03 {background: none; padding: 0;}

	#nav_type03 a {line-height: normal;}
}
/* ------------------------------------
 contets general
------------------------------------ */

.inner.top_contents_wrap01 {
	padding-top: 35px;
	overflow: hidden;
	margin-bottom: 65px
}
#main {
	float: left;
	width: 700px;
}
#main02 {
	width: 100%;
}/* サイドなしの場合 */

.top_contents_wrap01 h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
.al_left {
	text-align: left!important;
}
.left_box01 {
	float: left;
	width: auto;
	display: inline-block;
	margin-right: 15px;
}
.sns_box02 .left_box01 {
	margin-right: 5px;
}
.right_box01 {
	float: right;
	width: 155px;
}
.left_box02 {
	float: left;
	width: 505px;
	margin-bottom: 15px;
}
.right_box02 {
	float: right;
	width: 505px;
	margin-bottom: 15px;
}
.link_btn01 {
	background-color: #eeeeee;
	display: inline-block;
}
.link_btn01 a {
	color: #999999;
	padding: 0 10px;
	font-size: 15px;
}
.link_btn02 {
	text-align: right;
	margin-bottom: 50px;
}
.link_btn02 a {
	background: url(../img/common/icon_04.png) no-repeat left center;
	display: inline-block;
	padding-left: 15px;
	font-size: 13px;
	font-weight: normal;
}
.search_box .link_btn02 {
	margin-bottom: 0;
}
.link_btn03 {
	width: calc(100% / 3);
	text-align: center;
	margin-bottom: 50px;
	margin-left: auto;
}
.link_btn03 a {
	color: #fff;
	background-color:#AAA;
	padding: 0;
	margin: 0;
	width: 80px;
	height: 80px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 12px;
	box-sizing: border-box;
	padding-top: 7px;
}
.link_btn04 {
	background: url(../img/common/btn_bg01.jpg) repeat top left;
	display: inline-block;
}
.link_btn04 a {
	font-size: 12px;
	background: url(../img/common/icon_12.png) no-repeat 5px center;
	background-size: 16px;
	border: 1px solid #CCC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: block;
	padding: 3px 5px 3px 25px;

}
.no_bread{
	padding-top: 52px;
}

@media screen and (max-width: 768px) {
	#main {
		float: none;
		width: 100%;
		padding: 3%;
		margin-bottom: 40px;
	}
	#main02 {
		width: 100%;
		padding: 3%;
		margin-bottom: 70px;
	}
	.inner.top_contents_wrap01 {
		margin-bottom: 0;
		padding-top: 15px;
	}

	.top_contents_wrap01 h2,
	.under_contents_wrap01 h2 {
		font-size: 22px;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}
	.left_box01 {
		float: left;
		width: auto;
		display: inline-block;
		margin-right: 0;
		width: 50%;
	}
	.sp_left_box01 {
		float: left;
		width: 65%;
		display: inline-block;
		margin-right: 0;
	}
	.sns_box02 .left_box01 {
		margin-right: 15px;
		text-align: right;
		width: 60%;
	}
	.right_box01 {
		float: right;
		width: 45%;
		margin-bottom: 15px;
	}
	.left_box02 {
		float: left;
		width: 505px;
		margin-bottom: 15px;
	}
	.right_box02 {
		float: right;
		width: 505px;
		margin-bottom: 15px;
	}
	.link_btn01  {
		width: 35%;
		display: inline-block;
		background-color: inherit;
		padding: 0;
	}
	.link_btn01 a {
		background-color: #eeeeee;
		color: #999999;
		padding: 0;
		font-size: 15px;
		display: block;
		width: 90%;
		margin-left: auto;
		text-align: center;
	}
	.link_btn02 {
		text-align: center;
	}
	/*.link_btn02 a {
		background: none;
		background-color: #eeeeee;
		display: inline-block;
		font-size: 12px;
		margin: 0 auto;
		padding: 5px;
		width: 60%;
	}
	.link_btn02 a {
		color: #999999;
	}*/
	.link_btn02 a {
		background: #fff;
		border: 1px solid #aaa;
		display: inline-block;
		font-size: 14px;
		margin: 0 auto;
		padding: 5px 12px;
		width: 60%;
	}
	.link_btn02 a {
		color: #000;
	}
	.link_btn03 a {
		color: #fff;
		background-color:#AAA;
		padding: 0;
		margin: 0;
		width: 80px;
		height: 80px;
		line-height: 80px;
		text-align: center;
		display: inline-block;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}
	.no_bread{
		padding-top: 0;
	}
}
/* -------------
 ページャー
--------------- */

.pagination ul {
	text-align: center;
}
.pagination li {
	display: inline-block;
	margin-right: 6px;
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination li > * {
	background-color: #efeff7;
	padding: 10px 18px;
	display: inline-block;
}
.pagination .current_page {
	background-color: #ffbf00;
	color: #FFF;
}
@media screen and (max-width: 768px) {
	.pagination li > * {
		padding: 5px 12px;
	}
}
/* ------------------------------------
 side
------------------------------------ */

#side {
	float: right;
	width: 290px;
}
.floatArea.fixed{
	position: fixed;
	bottom: 20px;
	width: 290px;
}

.side_inner {
	padding-left: 20px;
}
.ranking_list li{
	overflow: hidden;
}
.ranking_list dl {
	position: relative;
	overflow: hidden;
	padding-top: 12px;
	margin-bottom: 15px;
	min-height: 74px;
}
.ranking_list .image_col{
	float: left;
	width: 120px;
}
.ranking_list .text_col{
	float: right;
	width: 156px;
}
.ranking_list .text_col dd{
	line-height: 1.4;
	height: 1.4em;
}
.ranking_img {
	position: static;
	padding-top: 2px;
	padding-left: 20px;
	overflow: hidden;
}
.ranking_img a{
	position: relative;
	display: block;
}
.ranking_number {
	position: absolute;
	top: 0;
	left: 0;
}
.ranking_title,
.post_name02 {
	margin-left: 0;
}
.ranking_title {
	line-height: 1;
	margin-bottom: 0;
}
.ranking_title a {
	font-size: 12px;
	font-weight: bold;
}
/* .ranking_title a:hover,
.post_name02 a:hover {
	text-decoration: underline;
} */
.view {
	background: url(../img/common/icon_05.png) no-repeat left center;
	padding-left: 17px;
	color: #AAA;
	font-size: 11px;
}
.pickup_list {
	position: relative;
	height: auto;
}
.pickup_list dl {
	overflow: hidden;
	padding-top: 12px;
	margin-bottom: 15px;
}
/* .pickup_list a:hover {
	text-decoration: underline;
} */
.pickup_list dt {
	width: 100px;
	height: 70px;
}
.pickup_list dd {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.pickup_list dd a{
	word-wrap: break-word;
}
.bnr_list {
	margin-bottom: 50px;
}
.area_list01 {
	overflow: hidden;
}
.area_list01 li {
	float: left;
	width: calc(100% / 3);
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
}
.round_thumb span{
	display: block;
	overflow: hidden;
	border-radius: 50%;
	width: 80px;
	margin: auto;
}
/* .area_list01 li a:hover {
	text-decoration: underline;
} */
.word_list {
	overflow: hidden;
	margin-bottom: 30px;
}
.word_list li {
	border: 1px solid #AAA;
	float: left;
	width: auto;
	margin: 0 5px 5px 0;
}
.word_list li a {
	font-size: 12px;
	padding: 5px 10px;
	display: block;
}
.word_list.word_tag a::before {
	content: '# ';
	color: #999;
}
.word_list.word_tag .area a::before {
	content: '';
}
.sns_box01 {
	background: url(../img/common/bg_01.jpg) repeat top left;
	border: 1px solid #9ad0d8;
	padding: 12px;
}
.sns_box01.fixed{
	position: fixed;
	top: 20px;
	width: 270px;
}
.sns_box01 .txt01 {
	color: #888888;
	font-size: 16px;
	text-align: center;
	margin: 0;
}
.sns_box01 .txt02 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.sns_box01 ul {
	overflow: hidden;
	width: 128px;
	margin: 0 auto;
}
.sns_box01 li {
	float: left;
	width: 60px;
	margin-right: 8px;
}
.sns_box01 li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	#side {
		float: none;
		width: 100%;
		padding: 0 3%;
	}
	.side_inner {
		width: 100%;
		padding-left: 0;
	}
	.ranking_list dl {
		padding-top: 0;
		margin: 0 0 20px 0;
	}
	.ranking_list .image_col {
		width: 40%;
	}
	.ranking_list .text_col {
		width: 55%;
	}
	.ranking_list .text_col dd {
		line-height: 1.8;
	}
	.ranking_img {
		padding: 0;
	}
	.ranking_number {
		position: absolute;
		top: 4px;
		left: 7px;
	}
	.ranking_number img {
		width: 24px;
	}
	.ranking_title {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 6px;
		line-height: 1.4;
	}
	.view {
		display: block;
	}
	.pickup_list dl {
		margin: 0 0 20px 0;
		padding-top: 0;
	}
	.pickup_list dd {
		font-size: 15px;
		line-height: 1.3;
		width: 55%;
	}
	.pickup_list dt {
		width: 40%;
		height: inherit;
	}
	.pickup_list dt img {
		width: 100%;
	}
	.bnr_list {
		margin-bottom: 50px;
	}
	.word_list {
		overflow: hidden;
		margin-bottom: 40px;
	}
	.word_list li {
		margin: 0 10px 10px 0;
	}
	.word_list li a {
		font-size: 14px;
		padding: 5px 12px;
	}
	.sns_box01 {
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
	.sns_box01 .txt01 {
		font-size: 16px;
		text-align: left;
		margin: 0;
	}
	.sns_box01 .txt02 {
		text-align: left;
		font-size: 15px;
		margin: 0;

	}
	.sns_box01 ul {
		float: right;
		width: 35%;
	}
	.sns_box01 li {
		float: left;
		width: 45%;
		margin-right: 8px;
	}

	/* -------------------
	 順序入れ替え
	-------------------- */
	.flex_box01,.flex_box02,.flex_box03,.flex_box04 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	/* sideバナーを一番下に */
	.flex_box01 .flex_item01 {order: 1;}
	/* footer各コンテンツ順序入れ替え */
	.flex_item02_01 {order: 3;-webkit-flex-order: 3;-ms-flex-order: 3;}
	.flex_item02_02 {order: 1;-webkit-flex-order: 1;-ms-flex-order: 1;}
	.flex_item02_03 {order: 2;-webkit-flex-order: 2;-ms-flex-order: 2;}
	.flex_item02_04 {order: 4;-webkit-flex-order: 4;-ms-flex-order: 4;}
	.flex_box03 .txt01 {order: 1;-webkit-flex-order: 1;-ms-flex-order: 1;}
	/* ライター別記事一覧　ライター紹介を一番上に */
	.flex_item04_03 {order: 1;-webkit-flex-order: 1;-ms-flex-order: 1;}
}
/* ------------------------------------
 search_box
------------------------------------ */

.search_box {
	margin-bottom: 45px;
}
.search_box h3, .aside_title01 {
	background-color: #ffbf00;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 21px;
}
.border_box01 {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 15px;
	background-color: #f3f3f3;
	position: relative;
	height: auto;
}
.search_box .word_list {
	margin-bottom: 0;
}
.search_box .word_list li {
	background-color: #FFF;
}
@media screen and (max-width: 768px) {
	/*.search_box .aside_title01 {
		background-color: inherit;
		text-align: left;
		color: #000;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.search_box .border_box01 {
		border: none;
		padding: 0;
		background-color: inherit;
		position: static;
		height: auto;
	}*/
}
/* ------------------------------------
  footer
------------------------------------ */

footer {
	background-color: #eeeeee;
	box-shadow: 0 0 0 1px #FFF, 0 0 0 2px #dfdfd0;
	padding: 30px 0;
}
footer .inner {
	width: 1025px;
	padding: 0 50px;
	border-right: 1px dashed #bbbbbb;
	border-left: 1px dashed #bbbbbb;
}
.sns_box02 {
	float: left;
	width: 365px;
	overflow: hidden;
	padding-right: 40px;
}
.sns_box02 .txt01 {
	font-size: 12px;
	color: #888888;
	margin: 0;
}
.sns_box02 .txt02 {
	font-size: 14px;
	margin: 0;
}
.sns_box02 ul {
	overflow: hidden;
	padding-top: 5px;
}
.sns_box02 ul li {
	float: left;
	width: 33px;
	margin-right: 6px;
}
.sns_box02 ul li:last-child {
	margin-right: 0;
}
.footer_nav {
	overflow: hidden;
}
.footer_nav {
	float: left;
	width: 186px;
	border-left: 1px dashed #bbbbbb;
	padding-left: 20px;
}
.footer_nav ul li {
	margin-bottom: 5px;
}
.footer_nav ul li a {
	font-size: 14px;
	background: url(../img/common/icon_04.png) no-repeat left center;
	padding-left: 15px;
	display: block;
}
.copy {
	background-color: #ffbf00;
	margin: 0;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	padding: 5px 0;
}
@media screen and (max-width: 768px) {
	footer {
		box-shadow: none;
		border-top: 1px solid #bbb;
		padding: 0;
	}
	footer .inner {
		width: 100%;
		padding: 0;
		border-right: none;
		border-left: none;
	}
	.sns_box02 {
		float: none;
		width: 100%;
		padding: 10px;
		margin: 0 auto;
		border-bottom: 1px solid #bbb;
	}
	.sns_box02 .txt01 {
		font-size: 14px;
		color: #888888;
		margin: 0 0 0 auto;
		font-weight: bold;
		color: #000;
	}
	.sns_box02 .txt02 {
		font-size: 12px;
		margin: 0 0 0 auto;
	}
	.sns_box02 ul {
		overflow: hidden;
		padding-top: 5px;
	}
	.sns_box02 ul li {
		float: left;
		width: 33px;
		margin-right: 6px;
	}
	.sns_box02 ul li:last-child {
		margin-right: 0;
	}
	.footer_nav {
		overflow: hidden;
		width: 100%;
	}
	.footer_nav {
		float: none;
		width: 100%;
		border-left: none;
		padding-left: 0;
	}
	.footer_nav ul li {
		margin-bottom: 0;
	}
	.footer_nav ul li a {
		background: none;
		display: block;
		padding: 15px 0 15px 20px;
		background: url(../img/common/icon_07.png) no-repeat 95% center;
		background-size: 10px 10px;
		border-bottom: 1px solid #bbb;
	}
	.footer_nav .nav_type04 li {
		width: 50%;
		float: left;
	}
	.footer_nav .nav_type04 li.single {
		width: 100%;
	}
	.footer_nav .nav_type04 li a {
		background: url(../img/common/icon_07.png) no-repeat 5px center;
		background-size: 10px 10px;
		padding-left: 20px;
	}
	.footer_nav .nav_type04 li:nth-child(even) a {
		border-right: 1px solid #bbb;
	}
}

/* ------------------------------------
 gnavハンバーガー設定
------------------------------------ */

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 8px;
	width: 34px;
	height: 45px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle p {
	position: absolute;
	bottom:  2px;
	left: 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #010101;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
}
@media screen and (max-width: 768px) {
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 58px;
		z-index: 998;
		position: relative;
		border-top: 6px solid #ffbf00;
		border-bottom: 1px solid #BBB;
	}
	#top-head .top_logo {
		width: 104px;
		height: 60px;
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #ffbf00;
		width: 100%;
		text-align: left;
		padding: 12px 0 0 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		position: static;
		right: 0;
		bottom: 0;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#top-head #global-nav ul li a{
		width: 100%;
		display: block;
		color: #fff;
		padding: 16px 0;
		background: url(../img/common/icon_09.png) no-repeat 5% center;
		background-size: 10px;
		padding-left: 60px;
		border-top: 1px solid #FFF;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
}

/* ------------------------------------
 強制余白関連
------------------------------------ */

.MB0 { margin-bottom: 0!important;}
.MB10 { margin-bottom: 10px!important;}
