/* CSS Document */



/* --------------------------------------------------------------------------------
			Reset
-------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	line-height: 1.7!important;
	
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box !important;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}

ul{
	list-style: none;		
}


.sp-v{
	display: none;
	
}

.pc-v{
	display: block;
	
}


div#listtitle {
	margin:10px auto;
	font-weight: normal;
}

div#listtitle h2 {
	font-size: 24px;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #333333;
	background:none;
	border-bottom:2px solid #333;
	margin: 0 0 40px;
}

div#listtitle h2 span{
	
	font-size: 18px;
}	



div#listtitle h2 a{
	color: #333333;
	text-decoration: none;
}
div#listtitle h2 a:hover{
	text-decoration: underline;
}


#group{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

#group .item-list{
	display: flex;
	/*justify-content: center;*/
	flex-wrap: wrap;
	
}


#group .item-list .item-box{
	width: 320px;
	padding: 20px;

}


#group .item-list .item-box a{
	text-decoration: none;
	

}

#group .item-list .item-box .thum{
	text-align: center;
	margin: 0 0 15px;
	
}

#group .item-list .item-box .thum img{
	width: 300px;
	height: 300px;
	object-fit: contain;
	
}

#group .item-list .item-box .cart{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding: 10px;
    background: #fff;
    font-weight: bold;
    border: 2px solid #ccc;
    overflow: hidden;
	
}

#group .item-list .item-box h3{
	font-size: 16px;
	margin: 0 0 15px;
	
	
}


#group .item-list .item-box p{
	color: #e20000;
    font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px;
}






#mk-group{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}


#mk-group h2{
	display: none;
}


#mk-group #listtitle h3{
	color: #fff;
	font-size: 80px;
	text-align: center;
	background: #cc0000;
	padding: 5px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	
}


#mk-group #listtitle p{
	color: #cc0000;
	font-size: 20px;
	text-align: center;
	padding: 35px 20px;
	
}


#mk-group .item-list{
	background: #ffe5e5;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 20px 20px;
	
}


#mk-group .item-list .item-box{
	width: 320px;
	padding: 20px 20px 0px;

}


#mk-group .item-list .item-box a{
	text-decoration: none;
	

}

#mk-group .item-list .item-box .thum{
	text-align: center;
	
	
}

#mk-group .item-list .item-box .thum img{
	width: 300px;
	
	
}

#mk-group .item-list .item-box .cart{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	text-align: center;
	text-decoration: none;
	padding: 10px;
    background: #fff;
    font-weight: bold;
    border: 2px solid #ccc;
    overflow: hidden;
	
}

#mk-group .item-list .item-box h3{
	font-size: 16px;
	margin: 0 0 15px;
	
	
}


#mk-group .item-list .item-box p{
	color: #e20000;
    font-weight: bold;
	font-size: 16px;
	margin: 0 0 15px;
}



#mk-group .offer_normal{
	text-align: center;
	padding: 60px 20px;
}

	











div#footer {
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding: 5px 0px;
    border-top: 1px solid #000;
    background: #ebebeb;
    font-size: 12px;
    color: #2f2f2f;
}




#productscolumn{
	width: 1000px;
	margin: 0 auto;
}


div.listrightblock h3 {
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    overflow: hidden;
}


div.listrightblock .listcomment {
    padding: 5px 10px;
   font-size: 14px;
    word-break: break-all;
    overflow: hidden;
}

div.listrightblock .pricebox {
    font-size: 16px;
    padding: 5px 5px 10px;
}

.att-txt{
	background: #FAF6E6;
	padding: 10px;
	font-size: 14px;
	
}


.price {
    color: #e20000;
    font-weight: bold;
}


.rpst_btnbox  {
    margin:15px 0;
  
}

.rpst_btnbox a {
    margin:10px 0;
    padding: 7px 0 5px 0;
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
	font-size: 16px;
	border: 2px solid #ccc;
}


div.listarea {
    width: 32%;
    height: 100%;
    margin: 0 auto 40px;
    padding: 0;
    overflow: auto;
    display: inline-block;
}



.direct-btn a{
	margin: 10px 0;
    padding: 7px 0 5px 0;
    color: #fff;
	background: #cc0000;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border: 2px solid #ccc;
}






@media screen and (max-width:700px) { 

.sp-v{
	display: block;
	
}

.pc-v{
	display: none;
	
}	
	
	
	
	
	
	
img{
		max-width: 100%;
		max-height: 100%;
		
	}
	
div#listtitle {
	font-size: 20px;
	margin:30px auto 30px;
	font-weight: normal;
}
	
div#listtitle h2{
	font-size: 20px;
	text-align: center;
	padding: 0;
	background: none;
}
	
div#listtitle h2 span{
	display: block;
	font-size: 14px;
}	
	


	

#productscolumn{
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;

}


div.listrightblock h3 {
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    overflow: hidden;
}


div.listrightblock .listcomment {
    padding: 5px 10px;
   font-size: 14px;
    word-break: break-all;
    overflow: hidden;
}

div.listrightblock .pricebox {
    font-size: 16px;
    padding: 5px 5px 10px;
}

.att-txt{
	background: #FAF6E6;
	padding: 10px;
	font-size: 14px;
	
}


.price {
    color: #e20000;
    font-weight: bold;
}


.rpst_btnbox  {
    margin:15px 0;
  
}

.rpst_btnbox a {
    margin:10px 0;
    padding: 7px 0 5px 0;
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
	font-size: 16px;
	border: 2px solid #ccc;
}


div.listarea {
    width: 100%;
    height: 100%;
    margin: 0 auto 60px;
    padding: 0;
    overflow: auto;
    display: flex;
	justify-content: space-between;
}
	

	
	
div.listphoto {
    width: 40%;
    
}
		
div.listrightblock {
    width: 55%;
    
}
	
	
	
	
	
	
	
	
	
	
#lp_footer {
    background: #663300;
    padding: 3em 2em;
    text-align: center;
}	
	
	
.footer_inner ul li {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
}	
	
.footer_inner ul li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}	
	
.footer_inner h2.name {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1em;
}
	
.footer_inner ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
	
	
	
	
	
	
	
	
	
	
	
	
 
}





