@charset "utf-8";
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li {display: inline-block; *display: inline; *zoom: 1;} 
a img {border-style:none;//IE8}
img{max-width: 100%;}
a {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline:none;
	color:#0082FF;
}
a:link{color:#0082FF;}
a:visited{color:#0082FF;}
a:hover{color:#69BBFF;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:top}
.clrfx:before, .clrfx:after {content: " ";display: table;}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.dn{display: none;}
.fixed{position: fixed;}
.boxfixed{position: fixed;top: 10px;z-index: 100;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.fl {float: left;}
.fr {float: right;}
.mt10 {margin-top: 10px;}
@media only screen and (max-width: 479px) {
	.fl,.fr {float: none;}
	/*.mt10 {margin-top: 0px;}*/
}
/* Common
 * --------------------------------------------------------*/
body {
	letter-spacing: 1px;
	font:normal 14px/29px "秀英丸ゴシック L", "Shuei MaruGo L","ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
}
h5,.ff_l{font-family: "秀英丸ゴシック L", "Shuei MaruGo L","ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
h1,h2,h3,h4,.ff_b{font-family: "秀英丸ゴシック B", "Shuei MaruGo B","ヒラギノ丸ゴ Pro W6", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

/* wrapper */
#wrapper {
  	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
}
.inner {
	border-top: 6px solid #000;
	padding: 20px 0;
}

/* share */
#share {
	/*width: 850px;*/
	margin: 0 auto;
	border-top: 6px solid #000;
	padding-top: 25px;
	padding-bottom: 35px;
	text-align: center;
}
#share h4  {
	width: 89px;
	margin: 0 auto;
}
#share img {
	width: 100%;
}
#share ul{
	padding-top: 10px;
}
#share li {
	padding: 0 20px;
	width: 46px;
}
#share li.line{display: none;}

/* footer */
#footer {
	/*width: 850px;*/
	margin: 0 auto;
	border-top: 6px solid #000;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer .f1 {
	width: 124px;
}
#footer .f2 {
	width: 95px;
	padding: 0 200px;
}
#footer .f3 {
	width: 105px;
}

#footer .copyright {
	width: 251px;
	padding-top: 50px;
	margin: 0 auto;
}
@media only screen and (max-width: 479px) {
	#wrapper {
		overflow:hidden;
	  	width: 100%;
		border-right: 4px solid #000;
		border-left: 4px solid #000;
		font-size:12px;
	}
	.inner {
		width: 100%;
		margin: 0 auto;
	}
	/* [sp] share */
	#share {
		width: 100%;
		margin: 0 auto;
	}
	#share li{
		padding: 0 10px;
	}
	#share li.line{display: inline-block;}
	/* [sp] footer */
	#footer {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	#footer ul {
		width: 240px;
		margin: 0 auto;
	}
	#footer li {
		display: block;
		margin: 0 auto;
	}
	
	#footer .f2 {
		padding: 0;
	}
}

/* header   --------------- */
#header {
	position: relative;
}
#header .hd_logo {
	padding-right: 30px;
	padding-top: 10px;
	width: 308px;
	float: right;
}
#header li {
	display: block;
}

.mainImg {
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	padding: 20px 0;
}

/* yodogawa */
#yodogawa {
	padding: 50px 0 50px 60px;
}
#yodogawa .y1 {
	width: 450px;
}
#yodogawa .y2 {
	margin-right: 50px;
}
#yodogawa .btn_comic {
	width: 232px;
}

@media only screen and (max-width: 479px) {
	/* [sp] header */
	#header .hd_logo {
		padding-top: 10px;
		padding-right: 0;
		margin: 0 auto;
		float: none;
		clear: both;
		margin-right: 10px;
	}
	/* [sp] yodogawa */
	#yodogawa {
		padding: 20px 0;
	}
	#yodogawa .y1 {
		width: 100%;
	}
	#yodogawa .y2 {
		margin-right: 0px;
		margin: 0 auto;
		padding: 40px 0 20px 0;
	}
	
	#yodogawa .btn_comic {
		margin: 0px auto;
	}
}

/* contents ------ */
.contBox  {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

#contents .item_ttl {
	padding-left: 40px;
}

#contents .itemBox  {
	padding-top: 15px;
	padding-bottom: 30px;
}
.itemBox .item_img {
	text-align: right;
	margin-bottom: 40px;
	padding-right: 100px;
	position: relative;
}
.item_price{
	width: 236px;
	position: absolute;
	right: 0;
}

.soldout {
	width: 336px;
}
#contents .box_info {
	width: 336px;
	padding-top: 0px;
}

/* #box1　くま  */
#box01{
	position: relative;
}
#contents #box01 .box_kuma {
	position: relative;
	margin-top: -50px;
	margin-bottom: 0px;
	z-index: 10;
}

#contents #box01 .btn_kuma1 {
	width: 220px;
	margin-top: 80px;
}

#contents #box01 .btn_kuma2 {
	width: 220px;
	padding-top: 20px;
}
#contents #box01 .img1_1 .item_price{
	bottom: -41px;
}

/* #box2 Tシャツ  */
#contents #box02{
	padding-bottom: 0px;
}

#contents #box02 .box_info {
	padding-top: 30px;
}

#contents #box02 .img2_1 .item_price,
#contents #box02 .img2_2 .item_price,
#contents #box02 .img2_3 .item_price,
#contents #box02 .img2_4 .item_price{
	bottom: 20px;
}

/* #box3 テーブルウエァ  */
#contents #box03 {
	margin-bottom: 100px;
}
#contents #box03 .item_img {
	margin-bottom: 20px;
}

#contents #box03 .fr img {
	padding-top: 20px;
	margin-right: -1px;
}

#contents #box03 .box_info {
	padding-top: 30px;
}

#contents #box03 .img3_1 .item_price,
#contents #box03 .img3_2 .item_price,
#contents #box03 .img3_3 .item_price,
#contents #box03 .img3_4 .item_price{
	bottom: 15px;
}

#contents #box03 .img3_5{
	margin-top: 70px;
}
#contents #box03 .img3_5 .item_price {
	margin-top: -14px;
}
#contents #box03 .img3_6 {
	margin-top: 160px;
}
#contents #box03 .img3_7 {
	margin-top: 120px;
	margin-bottom: -60px;
}
#contents #box03 .img3_7 .item_price{
	bottom: 15px;
}
/* #box4 キャンバスバッグ  */
#contents #box04 .box_info {
	padding-top: 20px;
	
}
#contents #box04.itemBox .item_img { 
	margin-bottom: 80px;
	padding-right: 60px;
}
#contents #box04 .img4_1 .item_price,
#contents #box04 .img4_2 .item_price{
	bottom: -20px;
}

/* #box5 トレーナー  */
#contents #box05 .box_info {
	padding-top: 30px;
}
#contents #box05 #contents .item_ttl {
	padding-left: 30px;
}
#contents #box05 .img5_1 .item_price,
#contents #box05 .img5_2 .item_price{
	bottom: -30px;
}

#contents #box05 .item_img {
	margin-bottom: 90px;
	padding-right: 70px;
}

/* infoArea  --------------- */
#infoArea {
	border-top: 6px solid #000;
}
#info_hanbai{
	width: 500px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: -2px;
}

#info_hanbai a.info_link {
	display: block;
	position: absolute;
	bottom: 36px;
	left: 290px;
	width: 136px;
	height: 22px;
	text-indent: -9999px;
	z-index: 1000;
}
#info_hanbai a.info_link:hover {
	background-color:#fff;
	opacity:0.6;
	-moz-opacity:0.6;
	-ms-filter:"alpha(opacity=60)";
	filter:alpha(opacity=60);
}
.info_hanbai2_ttl {
	width: 426px;
	padding-left: 78px;
	padding-bottom: 30px;
}
.info_hanbai2_ttl2 {
	width: 638px;
	padding-top: 30px;
	padding-left: 74px;
	padding-bottom: 30px;
}
@media only screen and (max-width: 479px) {
	/* [sp] infoArea */
	#info_hanbai{
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 30px;
		display: block;
		margin-left: -20px;
	}

	#info_hanbai a.info_link  {
		display: block;
		position: absolute;
		bottom: 30px;
		left: 200px;
		width: 95px;
		height: 20px;
		z-index: 1000;
	}
	.info_hanbai2_ttl {
		width: 95%;
		padding-left: 30px;
		padding-bottom: 10px;
	}
	.info_hanbai2_ttl2 {
		width: 95%;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-top: 20px;
		margin-bottom: -10px;
	}
	.infoAdjst{
		margin-top: -30px;
	}
	
	#contents #box03 .img3_5 .item_price,
	#contents #box03 .img3_6 .item_price{
		margin-top: 10px;
	}

	/* [sp] contents  */
	#contents .itemBox  {
		position: relative;
		padding-top: 10px;
		padding-bottom: 50px;
	}
	
	#contents .itemBox .item_ttl {
		padding-bottom: 10px;
		padding-left: 0px;
		width: 95%;
		  margin: 0 auto;
	}
	
	#contents .itemBox .item_img {
		position: relative;
		  width: 100%;
		  margin-bottom: 40px;
		  padding-right: 0px;
	}
	#contents .itemBox .img2_1 {
		padding-top: 30px;
	}
	
	/* [sp] #box1 */
	#contents #box01{
		position: relative;
		margin-bottom: 0;
		padding-bottom: 60px;
	}
	#contents #box01 .box_info {
		width: 336px;
		padding-top: 10px;
	}
	#contents #box01 .img1_1 {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	#contents #box01 .box_kuma {	
		/*bottom: -140px;*/
		margin-bottom: 50px;
	}
	/* [sp] #box3 */
	#contents #box03 .fr {
		margin-top: 10px;
		margin-bottom: -10px;
		margin-right: 0;
	}
	#contents #box03 .box_info {
		width: 336px;
		padding-top: 10px;
	}
	#contents #box03 .fr img {
		width: 95%;
		padding-top: 0px;
	}
	/* [sp] #box4 */
	#contents #box04 {
		padding-bottom: 60px;
	}
	#contents #box04 .box_info {
		width: 336px;
		padding: 10px 0;
	}
	#contents #box04 .fr img {
		width: 95%;
		margin: 0 auto;
		text-align: center;
		padding-top: 0px;
		padding-right: 0px;
		margin-right: 0px;
	}
	#contents .box_info,
	#contents #box01 .box_info,
	#contents #box03 .box_info,
	#contents #box04 .box_info,
	.soldout{
		margin-left: -120px;	
	}
	
	#contents #box04.itemBox .item_img { 
		position: relative;
		  width: 100%;
		  margin-bottom: 40px;
		  padding-right: 0px;
	}
	#contents #box04 .img4_1 .item_price,
	#contents #box04 .img4_2 .item_price{
		bottom: -20px;
	}
	
	#contents #box05 .item_img {
		padding-top: 20px;
		margin-bottom: 40px;
		padding-right: 0;
	}
	
}




/* newsArea (おしらせ)------ */
#newsArea {
	position: relative;
}
#newsArea {
	position: relative;
	padding-bottom: 45px;
}
#newsArea .ttl{}

#newsArea p.txt {
	text-align: left;
}


@media only screen and (max-width: 479px) {
	#newsArea p.txt {
		padding: 0 10px;
		text-align: left;
	}
}