@charset "utf-8";

@import url("global.css");

/* ------------------------------
 slide-area
------------------------------ */

.slidearea {
	width: 430px;
	height: 300px;
	float: left;
	margin-bottom: 24px;
}

/* ------------------------------
 topics-area
------------------------------ */

.topics {
	float: right;
	width: 238px;
	height: 300px;
	margin-bottom: 24px;
	background-color: #5393D2;
	padding: 0 6px;
	overflow: hidden;
}
.topics h2 {
	height: 20px;
	line-height: 20px;
	color: #F4C431;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 0 0 3px;
}
.topics ul li {
	border-bottom: #FFF 1px dotted;
	height: 66px;
}
.topics ul li a {
	display: block;
	padding: 3px 3px;
	height: 60px;
}
.topics ul li a:hover {
	text-decoration: none;
	background-color: #70A5DA;
}
.topics ul li .image {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.topics ul li .text {
	height: 60px;
	width: 140px;
	float: right;
	overflow: hidden;
}
.topics ul li .text p {
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
}

/* ------------------------------
 Category-select
------------------------------ */

.titlehead {
	height: 40px;
	padding: 2px 0 0 70px;
	line-height: 40px;
	position: relative;
	clear: both;
}
.titlehead h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: inherit;
}
#title_cat {
	background: url(../img/idx/title_category.jpg) no-repeat left top;
	margin-bottom: 12px;
}
.titlehead .text {
	position: absolute;
	top: 0;
	right: 10px;
	text-align: right;
	color: #151D55;
	line-height: inherit;
	padding-top: 2px;
}
dl.categorybox {
	height: 118px;
	border: #5493D2 1px solid;
	padding: 10px 0 0 4px;
	margin-bottom: 30px;
}
dl.categorybox dt {
	font-size: 14px;
	margin: 2px 0 11px 10px;
}
dl.categorybox dd {
	float: left;
	display: inline;
	width: 153px;
	height: 64px;
	margin: 0 0 0 12px;
}
dl.categorybox dd a {
	display: block;
	padding: 1px 7px 3px 46px;
	width: 100px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	text-decoration: none;
	color: #333;
}
dl.categorybox dd.cat1 a {
	background: url(../img/idx/cat1bg.jpg) no-repeat left top;
}
dl.categorybox dd.cat2 a {
	background: url(../img/idx/cat2bg.jpg) no-repeat left top;
}
dl.categorybox dd.cat3 a {
	background: url(../img/idx/cat3bg.jpg) no-repeat left top;
}
dl.categorybox dd.cat4 a {
	background: url(../img/idx/cat4bg.jpg) no-repeat left top;
}
dl.categorybox dd a:hover {
	background-position: right bottom;
}

/* ------------------------------
 Pick-Up
------------------------------ */

#title_pickup {
	background: url(../img/idx/title_pickup.jpg) no-repeat left top;
	margin-bottom: 16px;
}

/* ---------- tab ---------- */

ul#tab {
	height: 39px;
	padding: 0 12px;
	background: url(../img/idx/tab_bg.gif) repeat-x left bottom;
}
ul#tab li {
	width: 158px;
	height: 39px;
	float: left;
	display: inline;
	margin: 0 3px;
}
ul#tab li div {
	width: 158px;
	height: 36px;
	padding: 3px 0 0;
	line-height: 36px;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #333;
	cursor: pointer;
	letter-spacing: 0.2em;
}
ul#tab li.tab1 div {
	background-image: url(../img/idx/tab1.gif);
}
ul#tab li.tab2 div {
	background-image: url(../img/idx/tab2.gif);
}
ul#tab li.tab3 div {
	background-image: url(../img/idx/tab3.gif);
}
ul#tab li.tab4 div {
	background-image: url(../img/idx/tab4.gif);
}
ul#tab li div {
	background-position: left top;
}
ul#tab li div.select {
	background-position: left bottom;
}
.hidden {
	display: none;
}
#tab_content1 {
	background: url(../img/idx/tab_content1.jpg) repeat-x left top;
}
#tab_content2 {
	background: url(../img/idx/tab_content2.jpg) repeat-x left top;
}
#tab_content3 {
	background: url(../img/idx/tab_content3.jpg) repeat-x left top;
}
#tab_content4 {
	background: url(../img/idx/tab_content4.jpg) repeat-x left top;
}

/* ---------- content ---------- */

.tab_content {
	padding: 16px 0 20px;
}
.tab_content .text {
	margin: 0 0 16px 12px;
}
.tab_content ul.list {
	width: 690px;
	margin-left: -10px;
}
.tab_content ul.list li {
	float: left;
	width: 200px;
	border: #CCC 1px solid;
	margin: 0 0 16px 10px;
	overflow: hidden;
	padding: 8px 8px 4px;
	background-color: #FFF;
	position: relative;
	display: inline;
}
.tab_content ul.list li .new {
	position: absolute;
	right: 6px;
	top: 8px;
	color: #F00;
}
.tab_content ul.list li h3 {
	font-weight: bold;
	border-bottom: #CCC 1px solid;
	margin-bottom: 7px;
	padding: 0 0 2px 2px;
}
.tab_content ul.list li .image {
	width: 200px;
	height: 130px;
	border: #CCC 1px solid;
	margin: 0 0 4px 0;
}
.tab_content ul.list li .image a {
	display: block;
	overflow: hidden;
	width: 200px;
	height: 130px;
}
.tab_content ul.list li dl.data {
	margin: 0 0 2px 0;
	overflow: hidden;
}
.tab_content ul.list li dl.data dt {
	float: left;
	width: 5em;
	letter-spacing: 0;
	line-height: 22px;
	clear: both;
}
.tab_content ul.list li dl.data dd {
	margin-left: 5em;
	letter-spacing: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 22px;
}
.tab_content ul.list li dl.data dd span {
	font-weight: bold;
	color: #D00;
	font-size: 16px;
	line-height: inherit;
}
.tab_content ul.list li .button {
	width: 160px;
	height: 30px;
	margin: 0 auto 5px;
}
.tab_content ul.list li .button a {
	display: block;
	width: 160px;
	height: 30px;
	background: url(../img/common/list_button.gif) no-repeat left top;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #FFF;
	letter-spacing: 0;
	margin: 0 0 0 0;
}
.tab_content ul.list li .comment {
	border-top: #CCC 1px dotted;
	padding: 6px 0 0 0;
	line-height: 18px;
}

/* ------------------------------
 NEWS-feed
------------------------------ */

.subhead {
	height: 40px;
	padding: 2px 0 0 44px;
	line-height: 40px;
	clear: both;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	background: url(../img/common/title.jpg) no-repeat left top;
}
#feed {
	margin: 0 0 20px 10px;
}
#feed ul li {
	margin-bottom: 4px;
}
#feed ul li span {
	color: #F00;
}
.news_sns {
	height: 86px;
	margin-bottom: 40px;
}
.news_sns li {
	width: 330px;
	height: 86px;
}

/* ------------------------------
 greeting
------------------------------ */

#greeting {
	padding-bottom: 90px;
	background: url(../img/idx/bg_greeting.jpg) no-repeat right bottom;
}
#greeting p {
	margin-bottom: 20px;
}
.bx-controls-direction{
	display:none;
}
.img_logo {
	position: absolute;
	margin-left: 40px;
	top: 60px;
	color: #ffffff;
	font-size:16px;
	font-weight:600;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha( opacity=40 );
	opacity: 0.4;
}