@charset "utf-8";
/* CSS Document */


/*////////////////////////////////////////////////////////////////////////*/
/* base */
/*////////////////////////////////////////////////////////////////////////*/
* {
  margin: 0px;
  padding: 0px;
}
*{
  line-height:1.4;
}
body {
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-Serif;
  margin:0;
  padding:0;
  font-size: 75%;
  text-align:center;
  background-color: #FFFFFF;
  color: #444444;
}
img{
  border:0;
}
pre {
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-Serif;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
  width: 100%;
  overflow:hidden;
  margin: 0px;
  padding: 0px;
  color: #333333;
}
p {
  word-wrap: break-word; 
  }     /* IE 5.5+ */

#container ul{
  list-style-type: none;
  list-style-position: outside;
}

.clearfloat {
  clear:both;
  height:0;
  font-size:1px;
  line-height:0px;
}

/*////////////////////////////////////////////////////////////////////////*/
/* common link color */
/*////////////////////////////////////////////////////////////////////////*/

* a{
  color:#0E5DC0;

}
a:hover {
  text-decoration:underline;
  color:#000;
}



/*////////////////////////////////////////////////////////////////////////*/
/* link color */
/*////////////////////////////////////////////////////////////////////////*/
.more a,
.footerInfo a,
.sortnavi a,
.content_footprint a,
.info a,
.siteInfo li a,
.content_relation a,
#headerLink a{
  text-decoration:underline !important;
  height:100px;
}
/*ソートの配置*/
.sortnavi {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
}







#body_bg{
	background-color: #e7e7e7;
	background-image: url(/images/special/campaign04/campaign_bg.gif);
	background-repeat: repeat-x;	
}

/*質問ボタン*/
.qestion_button {
	height: 75px;
	padding-top: 8px;
}

.qestion_button a {
	font-size: 22px;
	font-weight: bold;
	display: block;
	background-image: url(/images/special/campaign04/qestion_button.gif);
	background-repeat: no-repeat;
	width: 246px;
	height: 62px;
	color: #FFFFFF;
	padding-top: 13px;
	padding-left: 60px;
	margin: 0px auto;
	text-decoration: none;
}
.qestion_button a span {
	font-size: 15px;
	color: #666666;
}

.qestion_button a:hover {
	background-image: url(/images/special/campaign04/qestion_button_hover.gif);
	width: 246px;
	height: 62px;
	color: #FFFFFF;
	text-decoration: none;
}


.feature-header {
	width: 960px;
	background-image: url(/images/special/campaign04/feature-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 185px;
	margin: 0px auto 0 auto;
}

#cam_bg_top {
	width: 986px;
	background-image: url(/images/special/campaign04/cam_bg_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 186px;
	margin: 10px auto 0 auto;
	padding-top: 15px;
}

#cam_bg_top h2 {
	text-indent:-9999px;
	letter-spacing: -0.1em;

}

#cam_content {
	background-image: url(/images/special/campaign04/cam_bg_center.gif);
	background-repeat: repeat-y;
	background-position: center center;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#cam_bg_bottom {
	background-image: url(/images/special/campaign04/cam_bg_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 10px;
}

#cam_content .c_title {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #a70503;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a70503;
	font-size: 18px;
	padding: 8px 0px 2px 5px;
	margin: 0px 8px 5px 8px;
}

#cam_content .c_title span {
	color: #a70503;
}

#cam_content p {
	margin-left: 15px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
}

#cam_content .explanation {
	font-weight: normal;
	padding-bottom: 5px;
}

#cam_content ul {
	margin-left: 25px;
}

/*賞品*/
div.imageboxes {
  height:230px;
}
div.imagebox {
   background-color: #eeeeff;
   width: 225px;
   height:220px;
   float: left;
   margin: 5px;
}
p.image, p.caption {
   text-align: center;
   margin: 5px;
}
p.caption {
   font-size: 80%;
   color: darkblue;
}

table.point_table {
  width:550px;
  margin:auto;
}

table.point_table th{
  background-color:#ddd;
  padding:5px;
}
table.point_table td{
  background-color:#fafafa;
  padding:3px;
}
#ad_top_super {
margin-top:30px;
text-align:center;
}