/***************************
  css reset
***************************/
html, body, div, span, strong, iframe,
h1, h2, h3, h4, h5, h6, p,
a, address, img, pre,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
ol, ul {
    list-style: none;
}
img{
	vertical-align: bottom;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, p, div, ul, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
a:hover{
	text-decoration:none;
        opacity: 0.7;
}
a:link {
  color #333;
}
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size:12px;
	line-height:1.5;
}

/***************************
  title
***************************/
.toolTitle{
	overflow: hidden;
	padding:5px;
}
.toolTitle p {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
    font-size:18px;
}
.toolTitle p span{
    margin-right:5px;
}


/***************************
  contents
***************************/
.shopBnr{
  padding: 0 20px;
  text-align: center;
}
.shopBnr p {
  margin-top: 1em;
  text-align: left;
  font-size: 1rem;
  color: #333;
}
.shopBnr em {
  font-weight: bold;
  font-size:1.1rem;
}
@media screen and (max-width: 749px) { 
  .shopBnr p {
    margin-top: 1em;
    text-align: left;
    font-size: 0.8rem;
  }
  .shopBnr em {
    font-weight: bold;
    font-size:0.9rem;
  }
}
.shopBnr ul{
	overflow: hidden;
	letter-spacing: -0.4em;
}
.shopBnr ul li{
      margin-bottom:10px;
      vertical-align:top;
      width:30%;
      padding:0 20px;
      display:inline-block;
      letter-spacing:normal;
      text-align:center;/*コメント文字揃え*/
      color:#333;/*コメント文字色*/
}
.shopBnr ul li img{
	width:100%;
	height:auto;
}
.shopBnr ul li a{
	display:block;
}
.shopBnr hr {
	display: none;
}

.border-sp {
  display: none;
}

@media screen and (max-width: 749px) { 
  .shopBnr ul li{
    width:100%;
    padding:5px 10px 5px 5px;
    text-align:left;/*コメント文字揃え*/
    /*border-bottom: 1px #333 dotted;*/
  }
  .shopBnr ul li{
    margin-bottom:10px;
  }
  .shopBnr ul li img{
    width:45%;
    height:auto;
    float: left;
    margin-right: 10px;
  }
  .shopBnr ul li a{
    display:inline-block;
  }
  .shopBnr hr {
  	display:block;
  	border-top: 1px dotted #333;
  }
  
  .border-sp {
    background-image: url(https://v2.raku2han.jp/images/1828/cabinet/reccomend/border_reccomend_sp.gif);
    background-position: left center;
    background-repeat: repeat-x;
    height: 1px;
    padding: 0 !important;
    margin: 0 !important;
    display: block;
  }
  
}




.toolTitle{
	color:@(Model.PcForegroundColor);/*タイトル文字色*/
	background:@(Model.PcBackgrouondColor);/*背景色*/
}
}

.tool-wrap{
    overflow:hidden;
}


