@charset "utf-8";

/* ****************************************************

store.css

***************************************************** */

/* ==================================
topics index.html
================================== */
.topicsList {
	clear: both;
	background-color: #e8e2cb;
}

/* moreTopicsLink */
.moreTopicsLink {
	clear: both;
	background-color: #92885f;
	border-top: 1px solid #92885f;
	border-bottom: 1px solid #d5ceb4;
	margin-bottom: 14px;
}
.moreTopicsLink ul li {
	float: left;
	width: 50%;
	padding: 1px 0;
	background: #92885f url(/smp/common/images/com_bg02.png) no-repeat 100% 50%;
	-webkit-background-size: 1px 22px;
	-moz-background-size: 1px 22px;
	background-size: 1px 22px;
	height: 36px;
	min-height: 36px;
}
.moreTopicsLink ul li:nth-child(even) {
	background-image: none;
}
.moreTopicsLink ul li a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: -0.05em;
}
.moreTopicsLink ul li.next a {
	padding: 11px 24px 10px 16.5px;
	background: url(/smp/common/images/com_ic03.png) no-repeat 98% 50%;
	-webkit-background-size: 6px 9px;
	-moz-background-size: 6px 9px;
	background-size: 6px 9px;
	text-align: right;
}
.moreTopicsLink ul li.back a {
	padding: 11px 16.5px 10px 24px;
	background: url(/smp/common/images/com_ic06.png) no-repeat 7.5px 50%;
	-webkit-background-size: 6px 9px;
	-moz-background-size: 6px 9px;
	background-size: 6px 9px;
}

/* ==================================
topics detail.html
================================== */

/* imgBlock */
#topics .flickArea .imgBlock {
	position: relative;
	padding: 0;
	background: none;
}
#topics .flickArea .imgBlock a {
	display: table;
	background: none;
	width: 260px;
	height: 75px;
	padding: 1.5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#topics .flickArea .imgBlock figure {
	display: table-cell;
	width: 75px;
	padding: 0 10px 0 0;
	vertical-align: middle;
}
#topics .flickArea .imgBlock figure img {
	border: 3px solid #ffffff;
}
#topics .flickArea .imgBlock .newIcon{
	display: none;
	position: absolute;
}
#topics .flickArea .imgBlock.new .newIcon{
	top: 0;
	left: 0;
	display: block;
}
#topics .flickArea .imgBlock.new .newIcon img{
	width: 30px;
	height: 30px;
	border: 0;
}
#topics .flickArea .imgBlock .text {
	display: table-cell;
	width: 195px;
	text-align: left;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
}

.detaiTopics{
	clear: both;
}
.detaiTopics .heading03{
	padding: 8px 10px 2px 10px;
	font-size: 14px;
}
.detaiTopics .date{
	font-size: 11px;
	padding: 0 10px;
	color: #999999;
}
.detaiTopics .imgLayout{
	padding: 5px 10px;
}
.detaiTopics img{
	border: solid #e8e2cb 2px;
}
.detaiTopics .equalColumn{
	margin: 0 5px;
}

.detaiTopics .equalColumn img{
	margin: 0 5px;
}
.detaiTopics .txt{
	margin: 10px;
}

/* ==================================
news detail.html
================================== */
#newsBlock{
	padding: 5px 10px 20px 10px;
}
#newsBlock p{
	margin-top: 15px;
}
#newsBlock .heading01{
	text-align: center;
}
#newsBlock .img img{
	margin: 10px 0;
}

/* ==================================
floor detail.html
================================== */
.floorTable th,
.floorTable td {
	padding: 12px 0;
	border-bottom: solid 1px #e4e1d9;
}
.floorTable th {
	padding-right: 5px;
}

/* ==================================
service gaikoku.html
================================== */
.heading03img.borderGreen {
	border-bottom: 6px solid #007a8a;
}
.titleGreen {
	color: #16509f;
	font-weight: bold;
	margin-top: 15px;
}
.normalList01 li {
	padding-left: 15px;
	text-indent: -15px;
}



/* 20171206追記 */
.section .boxArea01 img {
	border: 0;
}
.boxArea01 {
	margin: 20px;
	padding: 20px;
	border: 4px solid #e8e2cb;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.boxArea01 .colWrap > .imgCol {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.boxArea01 .colWrap > .imgCol img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.boxArea01 .colWrap > .txtCol {
	margin-top: 20px;
}
.boxArea01 .colWrap > .txtCol p {
	margin-top: 10px;
}
.boxArea01 .boxHead {
	font-size: 18px;
	font-weight: bold;
}
.udL {
	text-decoration: underline;
}
.boxArea01 .note01 {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 80%;
}
.boxArea01 .note01 > span {
	color: #e20c30;
}

/* ==================================
clear fix
================================== */
.flickArea .slideList:after,
.flickArea .nav:after,
.flickArea .nav ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}