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

/* 背景 */
.bg-fashioncheck {
    background-image: url(../../images/bg_fashioncheck.jpg);
    background-position: 50% 0%;
	background-repeat: repeat-x;
	background-color: #bacaf1;
}
.page-head-area img{
	width: 100%;
}
/* ファッションチェックトップページ */
.top-fashion-blog-header-title {
	background-color: #dbe5fc;
}
.top-fashion-blog-header-title p {
	color: #333333;
	font-size: 120%;
	line-height: 1.4em;
	padding: 10px 5px 10px 5px;
	font-weight: bold;
}
.top-fashion-block {
	padding: 5px 36px 5px 5px;
	display: block;
	text-decoration: none;
	background: url(../images/baseline_navigate_next_black_18dp.png) no-repeat 100% 50%;
	background-color: #ffffff;
	border-bottom: 2px solid #dddddd;
}
.top-fashion-block-photo {
	float: left;
	width: 22%;
}
.top-fashion-block-photo-border {
	margin-right: 5px;
	border: 2px solid #dedfde;
	overflow: hidden;
}
.top-fashion-block-photo img {
	width: 100%;
}
.top-fashion-block-data {
	float: left;
	width: 78%;
	text-align: left;
}
.top-fashion-block-blog {
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}
.top-fashion-block-date {
	color: #555555;
	font-size: 90%;
	text-align: left;
}

/* ファッションチェックメインページ */
.fashion-block {
	width: 100%;
	-webkit-border-radius: 10px;
}
.fashion-block-in {
	background-color:#ffffff;
	border-top: 2px solid #658eec;
	border-left: 2px solid #658eec;
	border-right: 2px solid #658eec;
	border-bottom: 2px solid #658eec;
	border-radius: 8px;
  	-webkit-border-radius: 8px;
  	-moz-border-radius: 8px;
	padding: 5px;
	margin: 4px 4px 3px 4px;
	position: relative;
}
.fashion-block-photo {
	width: 40%;
	text-align: center;
	float: left;
}
.fashion-block-photo img {
	padding-right: 5px;
}
.fashion-block-text {
	width: 60%;
	float: right;
}
.fashion-block-title{
	margin: 5px;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px dotted #cccccc;
}
.fashion-block-store-name {
	margin: 0px 5px 5px 5px;
	font-size: 100%;
	color: #555555;
}

/* ファッションブログ */
.fashion-blog-in {
	background-color: #ffffff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 2px solid #658eec;
	margin-bottom: 5px;
	overflow: hidden;
}
.fashion-blog-header-title p {
	color: #333333;
	font-size: 120%;
	line-height: 1.4em;
	padding: 10px 5px 10px 5px;
	font-weight: bold;
}
.fashion-blog-header-announcer p {
	color: #333333;
	font-size: 100%;
	line-height: 1.4em;
	background-color: #e8eefd;
	padding: 8px 5px;
	border-top: 1px solid #92aff1;
	border-bottom: 1px solid #9eaccd;
}
.fashion-blog-header-date {
	color: #333333;
    font-size: 100%;
    line-height: 1.4em;
    background-color: #e8e8e8;
    padding: 8px 5px;
}
.fashion-blog-header-date p {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
}
.fashion-blog-header-description {
	background-color: #e8e8e8;
	justify-content: center;
	align-items: center;
}
.fashion-blog-header-description p {
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	line-height: 1.4em;
	padding: 5px 10px;
}
.fashion-blog-text {
	padding: 5px 5px;
}
.fashion-blog-text table {
	background-color: #bbbbbb;
	text-align: left;
	border-collapse: separate;
    border-spacing: 1px;
}
.fashion-blog-text th {
	background-color: #eeeeee;
	margin: 1px;
	padding: 4px 20px 4px 10px;
}
.fashion-blog-text td {
	background-color: #ffffff;
	margin: 1px;
	padding: 4px 10px 4px 10px;
}
.fashion_menu_btn {
	border: 2px solid #658eec;
	color: #FFF;
	font-size: 100%;
	line-height: 1.2em;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	padding: 6px 5px;
	text-decoration: none;
	margin: 3px 0px;
	background-color: #658eec;
}
#fashion-widget-select {
    text-align: center;
    text-align: -webkit-center;
    height: 40px;
    width: 65%;
}</pre></body></html>