@charset "utf-8";
/* CSS Document */

/*-----------------------------------------

select

-----------------------------------------*/

/* PC向け */
@media screen and (min-width: 600px) {
#wrapOut {
	width: 1040px;
}
#wrapIn {
	width: 1040px;
}
#contents {
	width: 940px;
}
#main {
	width:600px;
	float:left;
}
#side {
	width:300px;
	float:right;
}
#pankuzu ol{
	width: 960px;
}
#main h1 {
	width:588px;
}
#main .about {
	width:568px;
}
#main #repo {
	width:550px;
}
#main a .entry {
	width:550px;
}
#cross_sell {
	width:550px;
}
#cross_sell ul li {
	width:240px;
	float:left;
}
#itemlist {
	width:600px;
}
#itemlist .items {
	width:600px;
}
#itemlist .item_contents {
	width:450px;
}
#itemlist .item_point {
	width:450px;
}

}

/* 600px以下 */
@media screen and (max-width: 600px) {
#wrapOut {
	width:auto;
	padding:0 10px;
}
#wrapIn {
	width:auto;
}
#head {
  width: auto !important;
  padding: 20px 0 !important;
}
#contents {
	width:auto;
}
#main {
	width:auto;
}
#repo contents img {
  width: 100%;
} 
#side {
	width:auto;
}
#pankuzu ol{
	width: auto;
}
#main h1 {
	width: auto;
}
#main .about {
	width:auto;
}
#main #repo {
	width: auto;
}
#main a .entry {
	width: auto;
}
#cross_sell {
	width: auto;
}
#cross_sell ul li {
	width: auto;
}
#itemlist {
	width: 100%;
}
#itemlist .items {
	width: 100%;
}
#itemlist .item_contents {
	float:right;
}
#itemlist .item_point {
	width: auto;
}
#itemlist .side-corner-tag {
	display:none;
}
}

/* iphone向け */
@media screen and (max-device-width: 480px) {
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#iphone #wrapOut {
	width:auto;
}
#iphone #wrapIn {
	width:auto;
}
#iphone #contents {
	width:auto;
}
#iphone #main {
	width:auto;
}
#iphone #side {
	width:auto;
}
}

/*-----------------------------------------

base

-----------------------------------------*/

body {
	text-align: center;
	background-color:#F5F5F5;
	/*background-image:url(../img/headpict.jpg);
	background-repeat:repeat-x;*/
}
#wrapOut {
	margin: 0px auto;
	background-color:#fff;
}
#wrapIn {
	margin: 0px auto;
}
#head {
	padding:50px 20px 20px 0;
	height:100px;
	text-align:left;
	margin:0 auto;
	width:930px;
}
#contents {
	margin:0 auto 10px auto;
	text-align:left;
}
.ad300 {
	margin-bottom:10px;
}
#foot {
	width: auto;
	padding:10px 0 8px 0;
}

/*-----------------------------------------

head

-----------------------------------------*/

#head h2 a {
	width:360px;
	height:40px;
	text-indent: -9999px;
	margin-bottom:5px;
	display:block;
	background-image:url(../img/title.gif);
	background-repeat:no-repeat;
}
#head h3 {
	font-weight:normal;
	font-size:14px;
	letter-spacing:0.05em;
}

/*-----------------------------------------

pankuzu

-----------------------------------------*/

#pankuzu ol{
	font-size:12px;
	margin:0 auto;
	padding:10px 5px;
}
#pankuzu li{
	float:left;
	display:inline;
	background:url(../img/pankuzu.gif) right center no-repeat;
	padding:0 15px 0 0;
	margin:0 10px 0 0;
}
#pankuzu li.last{
	background:none;
}


/*-----------------------------------------

main

-----------------------------------------*/

#main h1 {
	padding:20px 10px 20px 0;
	border:1px solid #e2e2e2;
	font-size:18px;
	font-weight:normal;
	display:block;
}
#main h1 span {
	border-left:#0084a5 solid 15px;
	padding:0 0 0 10px;
}
#main h1 span.cate {
	border-left:#FF6699 solid 15px;
}
#main .about {
	padding:10px 15px;
	border-bottom:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	background-color:#F9F9F9;
}
#main .about ol li {
	font-size:14px;
	margin-right:15px;
	float:left;
}
#main .about ol li span {
	color:#0084a5;
	padding:0 5px;
}
#main #comment {
	border-top:1px solid #e2e2e2;
	width:auto;
	padding-top:20px;
}
#main #comment p {
	font-size:12px;
	line-height:22px;
	letter-spacing:0.05em;
	margin:0 5px 30px 5px;
}
#repo {
	border:1px solid #e2e2e2;
	padding:25px;
	text-align:left;
}
#repo p {
	font-size:14px;
	line-height:22px;
	letter-spacing:0.05em;
	margin-bottom:20px;
}
#repo h4 {
	font-size:14px;
	color:#ff7ba7;
	/*font-weight:bold;*/
	line-height:22px;
	letter-spacing:0.05em;
	margin:40px 0 12px 0;
	border-left:5px solid #ff7ba7;
	padding-left:8px;
}
#repo h5 {
	font-size:14px;
	color:#0084a5;
	font-weight:bold;
	line-height:22px;
	letter-spacing:0.05em;
	margin-bottom:8px;
}
#repo blockquote {
	color:#6F8F8E;
	border:1px solid #d6e5e7;
	padding:20px 20px 0 20px;
	margin-bottom:20px;
}
#repo blockquote p {
	font-style:italic;
}
#repo p.outline {
	font-size:12px;
	line-height:20px;
}
#repo img.mainphoto {
	margin-bottom:20px;
	/*padding:25px;
	background-color:#F0F0F0;*/
}
#repo ol,
#repo ul {
	font-size:14px;
	line-height:22px;
	letter-spacing:0.05em;
	margin-bottom:20px;
	margin-left:10px;
}
#repo ol li {
	list-style:inside upper-latin;
}
#repo ul li {
	list-style:inside disc;
}
#repo hr.line {
	display:block;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom:20px;
}

#repo table {
	margin: 10px 0 20px 0;
	/*border: 1px solid #ccc;*/
	border-left: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	background-color: #fff;
	font-size:12px;
}

#repo th,
#repo td {
	padding: 0.3em 10px;
	border-collapse: separate;
	border-spacing: 1px;
}

#repo th {
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	color: #333;
	background-color: #f5f5f5;
}

#repo td {
	border-right: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
}

/*--*/
#main a .entry {
	border:1px solid #e2e2e2;
	padding:25px 25px 20px 25px;
	margin-bottom:10px;
	display:block;
}
#main a:hover .entry {
	background-color:#f0fcff;
}
#main .entry h4 {
	color:#0084a5;
	font-size:16px;
	margin-bottom:8px;
}
#main .entry .cattop_entry {
	width:120px;
	height:120px;
	background-size:auto 120px;
	background-position:center;
	float:left;
	margin-right:20px;
}
#main .entry p {
	color:#636363;
	font-size:12px;
	line-height:20px;
	letter-spacing:0.05em;
}
#contents #main a:hover {
	text-decoration:none;
}
#main .entry_about ol li {
	border-top:1px solid #e2e2e2;
	font-size:12px;
	margin-top:8px;
	padding:5px 10px 0 0;
	float:left;
	color:#999999;
}
#main .entry_about ol li span {
	color:#0084a5;
	padding:0 5px;
}

/*--*/

.pict_list ul li {
	width:160px;
	list-style:none;
	border:1px #E3E3E3 solid;
	float:left;
	margin:0 10px 10px 0;
}

/*-----------------------------------------

cross_sell

-----------------------------------------*/

#cross_sell {
	float:left;
	margin-top:20px;
	padding:15px 25px 25px 25px;
	border:1px solid #e2e2e2;
}
#cross_sell h3 {
	width:100%;
	font-size:14px;
	font-weight:bold;
	color:#A2A2A2;
	padding-bottom:10px;
	border-bottom:#E5E5E5 5px solid;
}
#cross_sell ul{
	padding:20px 0 0 0;
}
#cross_sell ul li {
	display:block;
	font-size:12px;
	background-image:url(../img/pankuzu.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:0 15px;
	margin-bottom:5px;
}


/*-----------------------------------------

foot

-----------------------------------------*/

.reposend {
	margin-top:20px;
	border-top: #E9E9E9 1px solid;
	width: auto;
	padding:30px 50px 10px 170px;
	text-align:left;
	background-image:url(../img/upa.jpg);
	background-repeat:no-repeat;
	background-position:50px 20px;
}
.reposend p{
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
}

.pagetop {
	width:80px;
	margin:0 10px 0 0;
	font-size:11px;
	padding:5px 0 10px 0;
	text-align:center;
	background-color:#F0F0F0;
	float:right;
}
#foot_link {
	padding:30px 5px 5px 30px;
	background-color:#F0F0F0;
	font-size:10px;
}
#foot_link a {
	padding:0 5px;
	white-space:nowrap;
}
#foot p{
	font-size:10px;
	padding:5px;
}
#foot {
	width:100%;
	margin:0 auto;
	background-color:#E0E0E0;
}
#CopyRight{
	font: Arial, Helvetica, sans-serif;
	font-size:10px;
}

/*-----------------------------------------

item

-----------------------------------------*/

#itemlist {
	float:left;
	margin-top:20px;
}
#itemlist .items {
	padding:10px 0 5px 0;
	border-bottom:#E9E9E9 1px solid;
}
#itemlist .item_contents {
	text-align:left;
	float:right;
}
#itemlist .item_contents .item_title {
	font-size:14px;
	line-height:20px;
	margin:10px 0;
	font-weight:normal;
}
#itemlist .item_text {
	font-size:11px;
	letter-spacing:1px;
	line-height:18px;
	margin-bottom:5px;
}
#itemlist .item_point {
	float:right;
}
#itemlist .item_souryo,
#itemlist .item_kuchikomi,
#itemlist .item_shopname {
	font-size:11px;
	letter-spacing:1px;
	margin-right:30px;
	float:left;
	color:#0084a5;
}

/*--*/

.side-corner-tag {
	position: relative;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	font-weight: 900;
	font-family: 'Century Gothic','ヒラギノ角ゴ Pro W3', serif;
	line-height:none;
}
.side-corner-tag p {
	display: inline;
}
.side-corner-tag p span {
	position: absolute;
	display: inline-block;
	right: -25px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
	text-align: center;
	text-transform: uppercase;
	top: 22px;
	background: #d93131;
	width: 100px;
	padding: 3px 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
} 
.side-corner-tag li.pict-block {
	display: table-cell;
	background-color: #FFF3F7;
	width: 128px;
	height: 128px;
	text-align: center;
	vertical-align: middle;
	xlayout-grid-line: 128px;
	line-height:0;
}

/*-----------------------------------------

error

-----------------------------------------*/

#error {
	text-align:center;
	background-color:#FFFFFF;
}
#error h5 {
	font-size:180px;
	font-weight:normal;
	font-family : "Century Gothic","Arial","ヒラギノ角ゴ Pro W6",sans-serif ;
	height:110px;
}
#error h6 {
	font-size:32px;
	font-weight:normal;
	font-family : "Century Gothic","Arial","ヒラギノ角ゴ Pro W6",sans-serif ;
	height:60px;
}
#error p {
	font-size:14px;
	font-weight:normal;
	line-height:26px;
}

/*-----------------------------------------

items-contents

-----------------------------------------*/

.items-contents {
	margin:10px 0 20px 0;
	border-left:1px solid #e2e2e2;
	margin-bottom:40px;
}
.items-contents .items-list {
	float:left;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-collapse:collapse;
	padding:20px 25px 10px 25px;
	width:130px;
	background-color:#FFFFFF;
}
.items-contents .items-list .items-about .items-price {
	font-size:18px;
	font-family : "Century Gothic","Arial","ヒラギノ角ゴ Pro W6",sans-serif ;
	font-weight : bold;
	color:#df4276;
	float:right;
}
.items-contents .items-list .items-about h6 {
	font-size:12px;
	line-height:16px;
	color:#FF6699;
	margin:4px 0 6px 0;
}
.items-contents .items-list .items-about .items-text {
	font-size:11px;
	letter-spacing:1px;
	line-height:16px;
	margin-bottom:5px;
}
.items-contents .items-list .list-pict {
	display: table-cell;
	border: 1px solid #ccc;
	width: 128px;
	height: 128px;
	text-align: center;
	vertical-align: middle;
	xlayout-grid-line: 128px;
}

/*-----------------------------------------

items-contents-mini

-----------------------------------------*/

.items-contents-mini {
	margin:10px 0 20px 0;
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	margin-bottom:40px;
}
.items-contents-mini .items-list {
	float:left;
	border-bottom:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-collapse:collapse;
	padding:15px 10px 5px 15px;
	width:248px;
	background-color:#FFFFFF;
}
.items-contents-mini .items-list .items-price {
	font-size:14px;
	font-family : "Century Gothic","Arial","ヒラギノ角ゴ Pro W6",sans-serif ;
	font-weight : bold;
	color:#df4276;
	float:right;
}
.items-contents-mini .items-list .items-about h6 {
	font-size:12px;
	line-height:16px;
	color:#FF6699;
	margin:4px 0 6px 0;
}
.items-contents-mini .items-list .items-about .items-text {
	font-size:11px;
	letter-spacing:1px;
	line-height:16px;
	margin-bottom:5px;
}
.items-contents-mini .items-list .pictarea {
	margin-right:15px;
	width:64px;
	float:left;
}

/*-----------------------------------------

items-bottom-list

-----------------------------------------*/

.items-bottom-list {
	margin:0 0 10px 0;
	border-top:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
	margin-bottom:40px;
}
.items-bottom-list .items-list {
	float:left;
	border-bottom:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	border-collapse:collapse;
	padding:15px 10px 5px 15px;
	width:273px;
	background-color:#FFFFFF;
}
.items-bottom-list .items-list .items-price {
	font-size:14px;
	font-family : "Century Gothic","Arial","ヒラギノ角ゴ Pro W6",sans-serif ;
	font-weight : bold;
	color:#df4276;
	float:right;
}
.items-bottom-list .items-list .items-about h6 {
	font-size:12px;
	line-height:16px;
	color:#FF6699;
	margin:4px 0 6px 0;
}
.items-bottom-list .items-list .items-about .items-text {
	font-size:11px;
	letter-spacing:1px;
	line-height:16px;
	margin-bottom:5px;
}
.items-bottom-list .items-list .pictarea {
	margin-right:15px;
	width:64px;
	float:left;
}
