@charset "shift_jis";

/*
 * common.css
 *
 * Date    : 2014.11
 * Editor  : SM14
 *
 * ======================================================
 *
 * 1. reset
 * 2. common
 *
 * ======================================================
 *
 */



/* 1. reset
======================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;word-break:normal;}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}


/* 2. common
======================================================== */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ,"ＭＳ Ｐゴシック", Osaka ,arial ,verdana ,sans-serif;
	font-size: 13px;
	line-height: 1.4;
	min-width: 1000px;
	word-wrap:break-word;
	word-break:break-all;
}
html, body {
	height: 100%;
}
#wrapper {
	position: relative;
}
img {vertical-align:bottom;}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.zoom {
	color: #e6e6e6;
	cursor: pointer;
	display: block;
}
a.zoom:hover {
	text-decoration: none;
}
a.zoom img {
	/*-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;*/

}
a.zoom img:hover {
	/*-moz-transform: scale(1.08,1.08);
	-webkit-transform: scale(1.08,1.08);
	-o-transform: scale(1.08,1.08);
	-ms-transform: scale(1.08,1.08);*/
	opacity: 0.8;
}

li {
	list-style: none;
}

/* X. secInner
======================================================== */
.secInner {
	width: 1000px;
	margin: 0 auto;
}

/* X. header
======================================================== */
#header {
	background: #f2f2f2 url(//img1.kakaku.k-img.com/images/tasclap/header_bg_01.png) left top repeat-x;
	border-bottom:1px solid #e6e6e6;
}
#header .secInner {
	position: relative;
	padding: 24px 0px 17px;
}
#header .powered {
	display:none;
	position: absolute;
	right: 0;
	top: 3px;
	z-index: 99;
}
#header .keywordSearchBlk {
	display: none;
}
.onjs #header .keywordSearchBlk {
	display: block;
	position: absolute;
	right: 100px;
	top: 22px;
}
.onjs #header .keywordSearchBlk .keywordSearchBox {border-right:1px solid #e6e6e6;padding-right:20px;}
.onjs #header .keywordSearchBlk .keywordSearchBox form#SearchBox {
	border:1px solid #cccccc;
	border-radius:4px;
	background:#fff;
	padding:5px 8px 5px 3px;
}
.onjs #header .keywordSearchBlk .keywordSearchBox form#SearchBox input#keyword {
	border:none;
	-webkit-appearance: none;
	width:250px;
	height:25px;
	padding:0 6px;
	color:#808080;
}

/*.onjs #header .keywordSearchBlk .keywordSearchBox form#SearchBox input#keyword {
	border: 1px solid #e6e6e6;
	outline: none;
	box-sizing: border-box;
	width: 249px;
	/width: 237px;
	height: 25px;
	/height: 13px;
	padding: 5px;
	color: #666;
}*/
.onjs #header .keywordSearchBlk .keywordSearchBox form#SearchBox input#SearchButton {
	margin-left: 4px;
 	border: none;
 	background: url(//img1.kakaku.k-img.com/images/tasclap/btn_search_01.png) center no-repeat;
 	width: 16px;
 	height: 16px;
}

#header .scrapbookBtn {
	width: 80px;
  position: absolute;
  right: 0;
  top: 19px;
  margin-top: -10px;
  padding-top: 10px;
}

#header .scrapbookBtn a {
	display:block;
	padding:0 0 0 0;
	width:80px;
	text-align:center;
	font-size:10px;
}
#header .scrapbookBtn a::before {content: "";display:block;border-radius:16px;width:32px;height:32px;background:url(//img1.kakaku.k-img.com/images/tasclap/icon_scrapbook01.png) top 10px center no-repeat rgba(0,0,0,1);background-size:16px 14px;margin:0 auto 2px;}
#header .scrapbookBtn a:hover::before {opacity:0.75;}
#header .scrapbookBtn a:hover {}

/* X. footer
======================================================== */
#footer {
	background-color: #000000;
}
#footer {
	padding: 0 0 100px;
	min-height: 200px;
	font-size: 92%; /* 12px */
	line-height: 1.5; /* 18px */
}
#footer .secInner {
	padding-top: 33px;
}
#footer .upperBlk {
	overflow: hidden;
}
#footer .upperBlk .siteLogo {
	float: left;
	width: 206px;
	padding-top: 6px;
}
#footer .upperBlk .siteDescription {
	margin-left: 40px;
	float: left;
	color: #999999;
	padding-top: 8px;
	width: 460px;
}
#footer .upperBlk .footSnsLink {
	float: right;
	overflow: hidden;
}
#footer .upperBlk .footSnsLink li {
	float: left;
	margin-left: 1px;
}
#footer .lowerBlk .footerCtgNav {
	padding-top: 33px;
	overflow: hidden;
}
#footer .lowerBlk .footerCtgNav li {
	float: left;
	margin-left: 20px;
}
#footer .lowerBlk .footerCtgNav li:first-child {margin-left: 0;}
#footer .lowerBlk .footerCtgNav li a {
	color: #fff;
	background: url(//img1.kakaku.k-img.com/images/tasclap/ico_arrow_02.png) 0 center no-repeat;
	padding-left: 16px;
}
#footer .lowerBlk .kakakuLink {
	overflow: hidden;
	margin-top: 16px;
}
#footer .lowerBlk .kakakuLink li {
	float: left;
	margin-left: 25px;
}
#footer .lowerBlk .kakakuLink li:first-child {margin-left: 0;}
#footer .lowerBlk .kakakuLink a {
	color: #999;
}
#footer .lowerBlk .copyright {
	color: #999;
	margin-top: 14px;
}

/* X. contents
======================================================== */
#contents {
	padding: 0 0 50px;
	background-color: #fff;
	border-top:1px solid #e6e6e6;
}
#contents .secInner {
	padding: 25px 0px 0;
	overflow: hidden;
	min-height: 500px;
}

/* X. mainContents
======================================================== */
#mainContents {
	width: 670px;
	min-height:940px;
	float: left;
	text-align: center;
}

/* X. sideNav
======================================================== */
#sideNav {
	width: 300px;
	float: right;
	padding-top: 2px;
}

/* X. fixedPagetop
======================================================== */
#fixedPagetop {
	display: none;
	position: fixed;
	width:  70px;
	height: 70px;
	z-index: 9998;
	bottom: 15px;
	right: 15px;
}
#fixedPagetop a {
	display: block;
	width: 70px;
	height: 70px;
}

/* X. adArea
======================================================== */

#adArea {clear:both;}
#adArea img {vertical-align:bottom;}
#adArea .bnrSize1 {text-align:center;}/* 970x250 */
#adArea .bnrSize1 > div {border-bottom:1px solid #ccc;}
#adArea .bnrSize2 {padding:0 0 25px;}/* 300x250 */
#adArea .bnrSize3 {float:left;padding:40px 0 0 20px;}
#adArea .bnrSize4 {float:right;padding:40px 20px 0 0;}

/* X. Scrapbook Tips
======================================================== */
.balScrap {
width:100%;
position:absolute;
top:65px;
display:none;
}
.balScrap .inner {width:1000px;margin:0 auto;}
.balScrap p {
  color:#fff;
  background:url(//img1.kakaku.k-img.com/images/tasclap/bal_scrapbook.png) 0 0 no-repeat;
  width: 223px;
  height: 44px;
  padding: 22px 0 10px 15px;
  line-height: 1.6;
  float:right;
  margin-right: -3px;
  font-feature-setting : "palt";
  }
.balScrap p b {color:#f1c40f;}

.onjs #header .keywordSearchBlk .keywordSearchBox form#SearchBox input#keyword:focus {
  outline: 0;
}
