@charset "utf-8";
/***************************************************************

* H.I.S. campaign style.css

* COPYRIGHT(C)H.I.S.Co.,Ltd. ALL RIGHTS RESERVED.

***************************************************************/

/* Reset
***************************************************************/
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td, { 
   margin:0;
   padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img {
	border: none;
	margin:0;
	padding:0;
	line-height:1;
}
ul, ol {
	list-style: none;
}
strong {
	font-weight:bold;
}

/* Body
***************************************************************/
body {
	color: #000000;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, Helvetica, Arial, Verdana, sans-serif;
	font-size:13px;
	line-height:1.4;
	background:#ffffff;
}

a {
	color:#007dab;
}

a:link {
	color:#007dab;
	text-decoration:underline;
}

a:hover {
	color:#007dab;
	text-decoration:none;
} 

/* Clearfix
***************************************************************/
.hidden {
	display: none;
}
/*.clearfix {
	clear: both;
}*/
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
/*.clearfix {
	display:inline-table;
}*/
/* HIDE IEmac-5 */
/** html .clearfix {height:1%;}
*+html .clearfix {height:1%;}
.clearfix {display:block;}*/
/* */


/* BREADCRUMB
***************************************************************/
#breadcrumb {
	background:#FFFFFF;
}
#breadcrumb #body{
	width: 950px;
	margin: 0 auto;
	padding: 7px 0 10px;
}
#breadcrumb a {
	color:#003F98;
}
#breadcrumb a:hover {
	text-decoration:none;
}
#socialBox {
	position:absolute;
	top:8px;
	right:0;
}

/* CONTENTS
***************************************************************/
#container {
	width:960px;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	font-size:13px;
	line-height:1.4;
	margin:0 auto 30px;
}

#container h1 {
	margin:10px 0 17px;
}

/* slideArea
------------------------------------------------------------*/
#slideArea {
	width:960px;
	background:url(../images/bg_slide.gif) no-repeat top;
	padding-top:2px;
	margin-bottom:20px;
}

#slide-container {
  background-color: #fff;
}

.item a, .item-triple a {
  display: block;
  width: 960px;
  height: 500px;
}

.item .background img {
  max-width: 960px; /* to avoid max-width: 100% of Twitter Bootstrap */
}

.foreground .element {
  color: #fff;
  text-shadow: 1px 1px 2px #000000;
  width: 900px;
  position: relative;
  left: 30px;
}

.foreground .element.icon {
  top: 340px;
  left: 60px;
  width: 114px;
  height: 114px;
  background: transparent url(../img/play.png) no-repeat;
  background-position: 0 0;
}

.background .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
  background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
}

.foreground .element.title {
  font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W7", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight:bold;
  text-transform: uppercase;
  font-size: 38px;
  top: 390px;
}

.foreground .element.subtitle {
  font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W5", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 15px;
  top: 390px;
}

.ui-loader {
  display: none;
}

/* contentsArea
------------------------------------------------------------*/
#contentsArea {
}

.campaignList {
	margin:-27px 0 0 -24px;
	zoom:1;
}
.campaignList .box {
	width:435px;
	float:left;
	margin:27px 0 0 24px;
	background:url(/campaign/images/bg_box.gif) 0 0 repeat;
	padding:16px;
}
.campaignList .box .inner{
	background:#FFF;
	position:relative;
}
.campaignList .box .inner .nearby{
	position:absolute;
	top:-16px;
	left:-16px;
	width:120px;
	height:56px;
	background:url(/campaign/images/icn_nearby.png) 0 0 no-repeat;
	text-indent:-9999px;
	z-index:1000;
}
.campaignList .box .title {
	background:#E1ECFF;
	padding:7px 15px;
}
.campaignList .box .title span {
	display:block;
	border-left:6px solid #004098;
	padding:0 0 0 15px;
	height:24px;
	line-height:25px;
	font-size:15px;
	font-weight:bold;
	color:#003F98;
}
.campaignList .box .summary {
	padding:10px;
	font-size:13px;
}
.campaignList .box .summary dl {
	background:url(/campaign/images/border_dotted.gif) 0 bottom repeat-x;
	padding:7px 5px;
}
.campaignList .box .summary dl dt {
	font-weight:bold;
	width:115px;
	position:relative;
	margin: 0 5px 0 0;
}
.campaignList .box .summary dl dt span {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:5px;
}
.campaignList .box .summary .content {
	padding:0;
}
.campaignList .box .summary .content dt {
	padding:0 5px 5px;
	width:110px;
}
.campaignList .box .summary .content dd {
	padding:7px 5px;
	background:url(/campaign/images/border_dotted.gif) 0 top repeat-x;
}
.campaignList .box .summary .present dt,
.campaignList .box .summary .period dt {
	float:left;
}
.campaignList .box .summary .present dd,
.campaignList .box .summary .period dd {
	float:left;
	width:285px;
	font-weight:bold;
}
.campaignList .box .detail {
	margin:5px 0;
}
.campaignList .box .detail a {
	display:block;
	width:256px;
	margin:0 auto;
}
.campaignList .box .detail a:hover {
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity:0.60;
}
.campaignList .social {
	display: block;
	padding: 10px 0 10px 90px;
}

.campaignList .social li {
	float:left;
}

.campaignList .social li.tw {
	width:95px
}
.campaignList .social li.fb {
}
.campaignList .social li.mx {
	padding-right:10px;
}


/* pagetop
------------------------------------------------------------*/
.pagetop {
	width:950px;
	text-align:right;
	padding:0 10px 15px 0;
}
