@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Cinzel:400,700|Alegreya+SC:400,700);

/* =============== Stitch Idees =============== */

#ideesWp {
	width: 860px;
	color: #333;
	margin: 10px auto;
}
#ideesWp h1,
#ideesWp h2,
#ideesWp h3,
#ideesWp h4,
#ideesWp h5,
#ideesWp h6 {
	font-size: 100%;
	font-weight: normal;
}
#ideesWp em {
	font-style: normal;
}
#ideesWp a,
#ideesWp a img {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#ideesWp a:hover {
	color: #38c;
}
#ideesWp a:hover img {
	background: #fff;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
#ideesWp a.idees-link {
	background: url(../images/common/arrow_blue.png) no-repeat left 2px;
	padding-left: 12px;
}
.idees-font {
	font-family: 'Cinzel', serif;
	font-family: 'Alegreya SC', serif;
}

/* =============== Header =============== */

#ideesWp #facebook {
	float: left;
	padding-bottom: 10px;
}

#ideesWp #ideesHeader {
	clear: both;
}
#ideesWp #ideesHeader h1 {
}
#ideesWp #ideesHeader ul.ideesNavi {
	border-bottom: 1px solid #999;
}
#ideesWp #ideesHeader ul.ideesNavi li {
	float: left;
	display: block;
	width: 172px;
}
#ideesWp #ideesHeader ul.ideesNavi li img {
	background: #ccc;
}
#ideesWp #ideesHeader ul.ideesNavi li a img {
	background: #333;
}
#ideesWp #ideesHeader ul.ideesNavi li a:hover img {
	background: #e66;
}


/* =============== Button =============== */

#ideesWp .ideesBtn a {
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-align: center;
	margin: auto;
	padding: 7px 15px 7px 5px;
}

/* Button Blue =============== */
#ideesWp .btn110blue a {
	width: 90px;
	background: #fff url(../images/common/arrow_blue.png) no-repeat 90px center;
	border: 1px solid #38c;
	color: #38c;
	letter-spacing: 0.1em;
	padding: 5px 15px 5px 5px;
}
#ideesWp .btn110blue a:hover {
	background: #38c url(../images/common/arrow_white.png) no-repeat 92px center;
	color: #fff;
}
#ideesWp .btn140blue a {
	width: 120px;
	background: #fff url(../images/common/arrow_blue.png) no-repeat 120px center;
	border: 1px solid #38c;
	color: #38c;
}
#ideesWp .btn140blue a:hover {
	background: #38c url(../images/common/arrow_white.png) no-repeat 122px center;
	color: #fff;
}
#ideesWp .btn180blue a {
	width: 160px;
	background: #fff url(../images/common/arrow_blue.png) no-repeat 160px center;
	border: 1px solid #38c;
	color: #38c;
}
#ideesWp .btn180blue a:hover {
	background: #38c url(../images/common/arrow_white.png) no-repeat 162px center;
	color: #fff;
}
#ideesWp .btn220blue a {
	width: 200px;
	background: #fff url(../images/common/arrow_blue.png) no-repeat 200px center;
	border: 1px solid #38c;
	color: #38c;
}
#ideesWp .btn220blue a:hover {
	background: #38c url(../images/common/arrow_white.png) no-repeat 202px center;
	color: #fff;
}
#ideesWp .btn320blue a {
	width: 300px;
	background: #fff url(../images/common/arrow_blue.png) no-repeat 300px center;
	border: 1px solid #38c;
	color: #38c;
}
#ideesWp .btn320blue a:hover {
	background: #38c url(../images/common/arrow_white.png) no-repeat 302px center;
	color: #fff;
}

/* Button Pink =============== */
#ideesWp .btn90pink a {
	width: 70px;
	background: #fff url(../images/common/arrow_pink.png) no-repeat 73px center;
	border: 1px solid #e66;
	color: #e66;
	letter-spacing: 0.1em;
	padding: 5px 15px 5px 5px;
}
#ideesWp .btn90pink a:hover {
	background: #e66 url(../images/common/arrow_white.png) no-repeat 75px center;
	color: #fff;
}
#ideesWp .btn110pink a {
	width: 90px;
	background: #fff url(../images/common/arrow_pink.png) no-repeat 90px center;
	border: 1px solid #e66;
	color: #e66;
	letter-spacing: 0.1em;
	padding: 5px 15px 5px 5px;
}
#ideesWp .btn110pink a:hover {
	background: #e66 url(../images/common/arrow_white.png) no-repeat 92px center;
	color: #fff;
}
#ideesWp .btn140pink a {
	width: 120px;
	background: #fff url(../images/common/arrow_pink.png) no-repeat 120px center;
	border: 1px solid #e66;
	color: #e66;
}
#ideesWp .btn140pink a:hover {
	background: #e66 url(../images/common/arrow_white.png) no-repeat 122px center;
	color: #fff;
}
#ideesWp .btn180pink a {
	width: 160px;
	background: #fff url(../images/common/arrow_pink.png) no-repeat 160px center;
	border: 1px solid #e66;
	color: #e66;
}
#ideesWp .btn180pink a:hover {
	background: #e66 url(../images/common/arrow_white.png) no-repeat 162px center;
	color: #fff;
}
#ideesWp .btn220pink a {
	width: 200px;
	background: #fff url(../images/common/arrow_pink.png) no-repeat 200px center;
	border: 1px solid #e66;
	color: #e66;
}
#ideesWp .btn220pink a:hover {
	background: #e66 url(../images/common/arrow_white.png) no-repeat 202px center;
	color: #fff;
}
#ideesWp .btn320pink a {
	width: 300px;
	background: #fff url(../images/common/arrow_pink.png) no-repeat 300px center;
	border: 1px solid #e66;
	color: #e66;
}
#ideesWp .btn320pink a:hover {
	background: #e66 url(../images/common/arrow_white.png) no-repeat 302px center;
	color: #fff;
}


/* =============== Top =============== */

#ideesWp #topHeader {
	padding: 10px;
	border-bottom: 1px dashed #999;
}
#ideesWp #topHeader #topicsBlock {
	float: left;
	width: 560px;
}
#ideesWp #topHeader #topicsBlock h3 {
	color: #909;
	font-family: 'Cinzel', serif;
	font-size: 18px;
	margin-bottom: 3px;
}
#ideesWp #topHeader #topicsBlock ul {
	height: 680px;
	overflow: auto;
}
#ideesWp #topHeader #topicsBlock li {
	clear: both;
	line-height: 1.5;
	padding: 5px 0;
}
#ideesWp #topHeader #topicsBlock li:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear: both;
}
#ideesWp #topHeader #topicsBlock li em {
	float: left;
	display: block;
	width: 80px;
	color: #666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#ideesWp #topHeader #topicsBlock li span {
	float: right;
	display: block;
	width: 460px;
}
#ideesWp #topHeader #topicsBlock li span .link {
	background: url(../images/common/arrow_blue.png) no-repeat left 2px;
	padding-left: 12px;
}
#ideesWp #topHeader #topicsBlock li a {
	color: #38c;
}
#ideesWp #topHeader #topicsBlock li a:hover {
	color: #38c;
	text-decoration: underline;
}
#ideesWp #topHeader #bnrBlock {
	float: right;
	width: 245px;
}
#ideesWp #topHeader #bnrBlock ul {
}
#ideesWp #topHeader #bnrBlock li {
	display: block;
	margin-bottom: 5px;
}
#ideesWp #topHeader #bnrBlock li.bnrL {
	float: left;
	width: 120px;
}
#ideesWp #topHeader #bnrBlock li.bnrR {
	float: right;
	width: 120px;
}


/* =============== Latest =============== */

#ideesWp #ideesLatestWp {
	width: 820px;
	background: #f6f6f6;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	margin: 20px 0;
	padding: 20px;
}
#ideesWp #ideesLatestWp #latestHeader {
	margin-bottom: 30px;
}
#ideesWp #ideesLatestWp #latestHeader #latestCover {
	float: left;
	width: 304px;
}
#ideesWp #ideesLatestWp #latestHeader #latestCover img {
	border: 2px solid #fff;
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt {
	float: right;
	width: 480px;
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt h3 {
	margin-bottom: 20px;
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt p {
	line-height: 1.7;
	margin-bottom: 10px;
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt p.price {
	color: #909;
	text-align: right;
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt ul.btn {
	margin: 20px 0 30px 20px;
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt ul.btn li a {
	display: block;
	float: left;
	width: 160px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-align: center;
	padding: 10px 20px 10px 10px;
	margin: 0 10px;
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt ul.btn li.tachiyomi a {
	background: #4DA2E6 url(../images/common/arrow_white.png) no-repeat 160px center;
	color: #fff;
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt ul.btn li.tachiyomi a:hover {
	background: #38c url(../images/common/arrow_white.png) no-repeat 162px center;
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt ul.btn li.buy a {
	background: #FF8080 url(../images/common/arrow_white.png) no-repeat 160px center;
	color: #fff;
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt ul.btn li.buy a:hover {
	background: #e66 url(../images/common/arrow_white.png) no-repeat 162px center;
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt dl.btn2 {
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt dl.btn2 dt {
	float: left;
	width: 280px;
}
#ideesWp #ideesLatestWp #latestHeader #latestTxt dl.btn2 dd {
	float: right;
	width: 200px;
}


/* =============== Pagetop =============== */
#goTop {
	position: fixed;
	width: 80px;
	height: 80px;
	right: 30px;
	bottom: 30px;
	zoom: 1;
}
#goTop a {
	display: block;
	width: 80px;
	height: 60px;
	background: #e66;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	padding-top: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Cinzel', serif;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
}
#goTop a:hover {
	background: #FF8080;
	color: #fff;
}

