/***************************

  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;
	vertical-align: bottom;
}
ol, ul {
	list-style: none;
}
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;
}
a:hover {
	text-decoration: underline;
}
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}
/********************

content

********************/
#main p.mainTtl {
	font-size: 18px;
	font-weight: bold;
	padding:5px;
}
#main .point-at {
	padding: 10px;
	font-size: 12px;
}

.campList{
	margin:10px;
	padding:10px 20px;
	overflow:hidden;
	background:rgba(0,0,0,0.1);
	border-radius:10px;
	font-size:13px;
}
.campList .campLeft{
	float:left;
	width:240px;
}
.campList .campLeft .title{
	font-size:24px;
	font-weight:bold;
}
.campList .campLeft #pointNum{
	margin-top:10px;
	font-size:24px;
	background:#FFF;
	padding:0 5px;
	text-align:center;
}
.campList .campLeft #pointNum span{
	display:block;
	font-size:30px;
	line-height:1;
}
.campList .campLeft #pointNum strong{
	color:#CC0000;
	font-weight:bold;
	font-size:64px;
}

.campList .campRight{
	float:right;
	width : 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 260px) ;
	width : calc(100% - 260px) ;
	height: 180px;
	overflow-y:auto;
}
.campList .campRight ul li{
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom:5px;
	line-height:1.5;
}
.campList .campRight ul li a{color:#4FA9FD;}


#main .point-cell {
	padding:10px;
}
#main .point-txt {
	width: 100%;
	padding-bottom:60px;
}
#main .point-tx img{
	width:100%;
	max-width:468px;
}
#main .point-txt table.border {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;
}
#main .point-txt table.border td {
	padding: 8px 10px 8px 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#main .point-txt table.border th {
	background-color: #F0F0F0;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	vertical-align:top;
	padding:5px;
}
#main .clear {
	clear: both;
}
#main .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#main .entry {
	display: inline-block;
	background-color: #CC0000;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
