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

/* ------------------------------------------------------------
     ideas.css
------------------------------------------------------------ */

/* index
------------------------------------------------- */
.ideas #wrapper {
	width: 100%!important;
}
.ideas #pankuzu {
	width: 900px;
	margin: 0 auto;
}
.ideas #wrapper02 {
	background:url(../images/community/ideas/all/bg.jpg) repeat;
}
.ideas .contents {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 0;
}
.ideas .inner {
	padding: 20px;
}
.ideas .txt01 {
	margin-bottom: 20px;
	text-align: center;
}
.ideas .about {
	margin-bottom: 30px;
}
.ideas .about dt {
	margin-bottom: 10px;
}
.ideas .container {
	position: relative;
	background: #FFF3C5;
	margin-bottom: 30px;
}
.ideas .container h3 {
	padding: 40px;
}
.ideas .btn {
	position: absolute;
	bottom: 103px;
	right: 40px;
}
.ideas .credit {
	background: #FFFDE4;
	padding: 30px;
	margin-bottom: 20px;
}
.ideas_title img {
	margin-bottom: 10px;
}
/* detail
------------------------------------------------- */
/* col2 */
.ideas .container .boxWrap {
	padding: 40px;
}
.ideas .container .boxWrap.left {
	float: left;
}
.ideas .container .boxWrap h3 {
	margin: 0;
	padding: 0;
}
.ideas .container .boxWrap .btn {
	position: inherit;
	top:inherit;
	left:inherit;
	margin-top: 20px;
}
/* col3 */
.ideas .container .boxWrap.col3 {
	float: left;
	padding: 20px;
}
.ideas .container .boxWrap.col3 .btn:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}
.otherBtn {
	text-align: right;
	margin: 0 20px;
	padding: 20px 0;
	border-top: 5px solid #FFCF27;
}


/* tab menu
------------------------------------------------- */
/* tab menu setting */
.ideas_tabMenu {
	display: block;
	margin: 20px 20px 0 20px;
	border-bottom: 5px solid #00A075;
}
.ideas_tabMenu.detail01 {
	border-bottom: 5px solid #F18E23;
}
.ideas_tabMenu.detail05 {
	border-bottom: 5px solid #FFCF27;
}
.ideas_tabMenu ul {
	display: block;
}
.ideas_tabMenu ul li {
	float: left;
	width: 140px;
	height: 85px;
	margin-left: 4px;
}
.ideas_tabMenu ul li:first-child {
	margin-left: 0;
}
.ideas_tabMenu ul li a {
	display: block;
	width: 140px;
	height: 85px;
	margin-left: 4px;
}
.ideas_tabMenu ul li a:hover {
	margin-left: 4px;
}
.ideas_tabMenu ul li span.hidden {
	visibility: hidden;
}
/* tab menu default */
.recipes01 {background: url(../images/community/ideas/all/nav_01.png) no-repeat top center;}
.recipes02 {background: url(../images/community/ideas/all/nav_02.png) no-repeat top center;}
.recipes03 {background: url(../images/community/ideas/all/nav_03.png) no-repeat top center;}
.recipes04 {background: url(../images/community/ideas/all/nav_04.png) no-repeat top center;}
.recipes05 {background: url(../images/community/ideas/all/nav_05.png) no-repeat top center;}
.recipes06 {background: url(../images/community/ideas/all/nav_06.png) no-repeat top center;}
/* tab menu default:hover */
.recipes01:hover {background: url(../images/community/ideas/all/nav_01ac.png) no-repeat top center;}
.recipes02:hover {background: url(../images/community/ideas/all/nav_02ac.png) no-repeat top center;}
.recipes03:hover {background: url(../images/community/ideas/all/nav_03ac.png) no-repeat top center;}
.recipes04:hover {background: url(../images/community/ideas/all/nav_04ac.png) no-repeat top center;}
.recipes05:hover {background: url(../images/community/ideas/all/nav_05ac.png) no-repeat top center;}
.recipes06:hover {background: url(../images/community/ideas/all/nav_06ac.png) no-repeat top center;}
/* tab menu active */
.recipes01.active {background: url(../images/community/ideas/all/nav_01ac.png) no-repeat top center;}
.recipes02.active {background: url(../images/community/ideas/all/nav_02ac.png) no-repeat top center;}
.recipes03.active {background: url(../images/community/ideas/all/nav_03ac.png) no-repeat top center;}
.recipes04.active {background: url(../images/community/ideas/all/nav_04ac.png) no-repeat top center;}
.recipes05.active {background: url(../images/community/ideas/all/nav_05ac.png) no-repeat top center;}
.recipes06.active {background: url(../images/community/ideas/all/nav_06ac.png) no-repeat top center;}



/* utility
------------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
</pre></body></html>