@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : online_shop.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

@import "../assets/styles/reset.css";
@import "../assets/styles/base.css";
@import "../assets/styles/class.css";


/* ********************************************************************************
 * CLEARFIX
 * ******************************************************************************** */

ul.pageNavi:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul.pageNavi {
	display: inline-block;
}
* html ul.pageNavi {
	height: 1%;
}
ul.pageNavi {
	display: block;
}
	
/* ********************************************************************************
 * ■特定商取引法についての表記
 * file path : /online_shop/
 *  class name : .other
 * ******************************************************************************** */


.ul_commercial{
list-style:disc;
margin:15px 0px 15px 40px;
}


.other ol li{
list-style:decimal !important;
margin:0px 0px 0px 25px;
}






/* ********************************************************************************
 * BOX
 * ******************************************************************************** */

.box_type1{
border-bottom:#CCCCCC solid 1px;
margin-top:20px;
padding-bottom:20px;
}


.box_type2{
margin-top:10px;
padding-bottom:10px;
}


.box_type1 ol{
margin:10px 0px 10px 10px !important; 
}


.box_type1 ol li{
	margin-bottom: 10px;
	padding-left: 13px;
	background: url(../assets/images/icon_circle.gif) 0 0.5em no-repeat;
	line-height: 1.6;
}


.box_blue{
width:570px;
padding:15px;
color:white;
background-image:url(images/bg_blue-box.gif);
background-repeat: repeat-y;
background-position:top left;
_line-height:1.5;
}








