@charset "utf-8";

/* @override http://localhost/rokkomiso/css/general.css */

#contents{
	padding: 10px;
	text-align: center;
}

#contents p{
	font-size: 1.4em;
    line-height: 150%;
}
#contents .block p{
	margin: 0 0 1.4em;
}
#contents .block p.subInfo{
	margin: 0;
}

#contents .pageTitle{
	text-align: left;
	height: 30px;
	width: 880px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #C4C4C4;
}

#contents .pageTitle .headline{
	font-size: 2em;
	line-height: 30px;
	color: #630;
}

#contents .block{
	clear: both;
	width: 700px;
	text-align: left;
	margin: 0 auto 30px auto;
	color: #333;
}

#contents .title{
	clear: both;
	background: #EED;
	color: #630;
	font-size: 1.4em;
	padding: 5px 10px;
	margin-bottom: 10px;
	text-align: left;
}
#contents #lNavi{
	padding: 0 0 5px;
	border-bottom: 1px solid #EEE;
	font-size: 1.4em;
}
#contents .block .section{
	clear: both;
    margin: 0 0 20px;
	padding: 0 10px;
}
#contents .block .section.lastChild{
  margin: 0;
}

#contents .block .section.center{
	text-align: center;
}
#contents .block .section .subtitle{
	font-size: 1.4em;
	color: #630;
}

#contents .block .section p{
	font-size: 1.4em;
	line-height: 140%;
	margin-bottom: 10px;
}

#contents .block .section p.img{
	font-size: 1px;
	padding-bottom: 10px;
}
#contents .block .section p.img.left{
	float: left;
	padding-right: 10px;
}
#contents .block .section p.img.right{
	float: right;
	padding-left: 10px;
}
#contents .block .section p.img.center{
	text-align: center;
}

#contents .block .section ul{
	font-size: 1.4em;
	margin: 0 0 20px;
	padding: 0 20px;
}
#contents .block .section ul li{
	margin: 2px 0;
    line-height: 125%;
}
#contents .block .section ul ul{
	font-size:1em;
}
#contents .block .section ul.lastChild{
  margin: 0;
}

#contents .block .section ul ul.price {
  width: 240px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#contents .block .section ul ul.price li {
  clear: both;
  text-align: right;
  display: block;
  text-decoration: none;
  background: url(../images/common/dot.gif) repeat-x;
}
#contents .block .section ul ul.price li .area {
  float: left;
  padding: 0 2px 0 0;
  font-weight: normal;
  background: #FFF;
}
#contents .block .section ul ul.price li .price {
  padding: 0 0 0 2px;
  font-style: normal;
  background: #FFF;
}


#contents .block .blockTable,
#contents .block .priceTable{
	width: 700px;
	font-size: 1.4em;
	border-collapse: collapse;
	border-top: 1px solid #989898;
}
#contents .block .blockTable tr,
#contents .block .priceTable tr{
	border-bottom: 1px solid #989898;
}

#contents .block .blockTable th,
#contents .block .blockTable td,
#contents .block .priceTable th,
#contents .block .priceTable td{
	border-bottom: 1px solid #989898;
	padding: 3px 5px;
    line-height: 125%;
}
#contents .block .blockTable th,
#contents .block .priceTable th{
	text-align: left;
	vertical-align: middle;
	background: #F4F4EE;
	width: 150px;
	font-weight: normal;
}

#contents .block .priceTable{
	margin: 0 auto;
	width: 300px;
	border-right: 1px solid #989898;
	border-left: 1px solid #989898;
}
#contents .block .priceTable th{
	width: 140px;
	border-right: 1px solid #989898;
}
#contents .block .priceTable td{
	text-align: right;
}

#contents #map,
#contents #sv{
	width:640px;
	height:400px;
	margin:0 auto;
}
#contents #sv{
	display:none;
	position:relative;
}
#contents #sv #svView{
	width:640px;
	height:400px;
}
#contents #sv #svClose{
	position:absolute;
	top:0;
	right:0;
	padding:5px;
	background:#FFF;
	border:1px solid #CCC;
}


#infoWin{
	width:250px;
	height:100px;
}
#contents #infoWin p{
	font-size:1.2em;
}

#contents #serviceContent{
	margin: 0 0 20px;
	padding: 10px 10px 5px 10px;
    background: #F8F8F8;
    font-size: 1.4em;
}
#contents #serviceContent h3{
	margin: 0 0 5px;
	font-weight: bold;
    font-size: 1em;
    color: #C00;
}
#contents #serviceContent li{
    font-size: 0.75em;
}
#contents #serviceContent .notice{
    color: #C00;
}

#contents #ruleContent{
	overflow: scroll;
    height: 300px;
    margin: 20px 0;
}
#contents #ruleContent h4{
	font-size: 1.4em;
}
#contents #ruleContent p{
	margin: 0 0 1.4em;
}

#contents .addCart{
	font-size: 1.4em;
	text-align: right;
	vertical-align: bottom;
}
#contents .addCart input.itemNum{
	margin-left: 10px;
	text-align: right;
	width: 30px;
}
#contents .addCart input.addBtn{
	margin-right: 10px;
}

#contents .addCart input{
	vertical-align:bottom;
}

/*
#guide #contents .section img{
	display: block;
    text-align: center;
}
*/

#mainVisual {
	margin: 0 0 10px;
}


