/* For modern browsers */
.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}

html,body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	background-color:#fff;
	font-size:12px;
	-webkit-text-size-adjust:none;
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
	-webkit-font-smoothing: subpixel-antialiased;
}
a img{
	vertical-align: bottom;
}
a,a:link,a:visited {
outline:none;
}
a:focus{
outline:none;
}
header .inner{
	position: relative;
	margin: 0 auto;

	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

header .inner h1{
	position: absolute;
	top: 10px;
	background-image:url(../../images/index/logo.png);
	background-size:70px 64px;
	width: 70px;
	height: 64px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
header .inner strong{
	background-image:url(../../images/index/welcome.svg);
	background-size:137px 37px;
	width: 137px;
	height: 37px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	position: absolute;
	top: 37px;
	left: 90px;
}
header #header_tops{
	height:auto;display:block;
}
footer{
	width:100%;
	border-top:1px solid #dadada;
}
footer .inner{
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin:0 auto;
}
footer li{
	float:left;
}

footer li a{
	height:12px;
	text-decoration: none;
	background-image: url(../../images/index/triangle_black.svg);
	background-position:left 2px;
	vertical-align: middle;
	background-repeat: no-repeat;
	color:#000;
	background-size:5px 5px;
	font-size: 12px;
	text-indent:7px;
	display: block;
	line-height: 12px;
}
footer h3{
	background-image:url(../../images/index/company.svg);
	width:181px;
	height:13px;
	background-size:auto 13px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
	background-repeat: no-repeat;
}

footer small{
	font-size:10px;
}
#subNav .sub a{
	background-image: url(../../images/index/sub_nav_btn.svg);
	background-position:left 1px;
	background-repeat: no-repeat;
	background-size:13px 13px;
	font-size: 12px;
	text-indent:17px;
	text-decoration:none;
	color: #000000;
	line-height: 17px;
	display: block;
	vertical-align: middle;
}

#subNav .business a{
	background-image: url(../../images/index/triangle.svg);
	background-position:4px center;
	background-repeat: no-repeat;
	background-size:5px 5px;
	font-size: 10px;
	text-indent:7px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-color: #005494;
	line-height: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:4px 5px 3px 5px;
}


#SS_searchForm{
	background-image: url(../../images/index/saerch.svg);

}
#SS_searchForm #SS_searchQuery:focus{
	outline: none;
}
#SS_searchForm #SS_searchQuery{

	-webkit-appearance: none;
	float:left;
	border: 1px solid #dadada;
	border-radius: 3px;
	color:#000;
	padding:6px 5px 5px 6px;
	margin:0px;
	width:269px;
	font-size: 12px;
}
/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
#SS_searchForm #SS_searchQuery:placeholder-shown {
    color: #9F9F9F; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
#SS_searchForm #SS_searchQuery::-webkit-input-placeholder {
    color: #9F9F9F; }

/* Firefox 18- */
#SS_searchForm #SS_searchQuery:-moz-placeholder {
    color: #9F9F9F; opacity: 1; }

/* Firefox 19+ */
#SS_searchForm #SS_searchQuery::-moz-placeholder {
    color: #9F9F9F; opacity: 1; }

/* IE 10+ */
#SS_searchForm #SS_searchQuery:-ms-input-placeholder {
    color: #9F9F9F; }

#btn_isearch{
	background-image: url(../../images/index/saerch_icon.svg);
	background-position:8px center;
	background-repeat: no-repeat;
	background-size:12px 12px;
	text-indent:13px;
	border: solid 1px #f0489c;
	background-color:#f0489c;
	margin:0;
	height:27px;

	border-radius: 3px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	color: #ffffff;
	font-size:100%;
	font-weight: bold;
	vertical-align: middle;



	float:left;
}

#btn_isearch span{
	line-height:1em;
	padding:0;margin:0;
	display:inline;
}





#contents{
	width:100%;
}
#main{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	background-color:#f34fa1;
	padding:10px;

}


#main_slider{
	display:none;
}

#loading{
	width:100%;
	text-align: center;
}

.spinner-loader{
	vertical-align: middle;
}
.loadingTxt{
	color:#fff;
	display:inline-block;
	font-size:16px;
	margin-top:2px;

	vertical-align: middle;
}
.sp-thumbnails h2{
	text-indent:-999px;
	overflow:hidden;
}

#update,#event,#pickup{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #dadada;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
#update h2 span,#event h2 span{
	font-size:14px;
	font-weight: bold;
	padding-top:20px;
}
#update .head,#event .head,#pickup .head{
	background-color:#f2f2f2;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-left-radius:10px;
	-moz-border-top-right-radius:10px;
	-ms-border-top-left-radius:10px;
	-ms-border-top-right-radius:10px;
	-o-border-top-left-radius:10px;
	-o-border-top-right-radius:10px;
	display:block;
	position:relative;
	height:34px;
	border-bottom:1px solid #dadada;
}
#update h2{
	background-image:url(../../images/index/headline_pink.svg);
	background-repeat: no-repeat;
	background-size:7px 23px;
	text-indent:13px;
	font-size:14px;
	line-height:23px;
	vertical-align: middle;
	margin-top:6px;
	margin-left:10px;
	font-weight: bold;
	float:left;
}
#event h2{
	background-image:url(../../images/index/headline_purple.svg);
	background-repeat: no-repeat;
	background-size:7px 23px;
	text-indent:13px;
	font-size:14px;
	line-height:23px;
	vertical-align: middle;
	margin-top:6px;
	margin-left:10px;
	font-weight: bold;
	float:left;
}
#update .head a{
	float:right;
	margin-top:6px;
	margin-right:6px;
	background-image: url(../../images/index/triangle.svg);
	background-position:4px 7px;
	background-repeat: no-repeat;
	background-size:5px 5px;
	font-size: 12px;
	text-indent:5px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-color: #f551a2;
	line-height: 12px;
	border:1px solid #f551a2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:4px 6px;
}



#event .head a{
	float:right;
	margin-top:6px;
	margin-right:6px;
	background-image: url(../../images/index/triangle.svg);
	background-position:4px 7px;
	background-repeat: no-repeat;
	background-size:5px 5px;
	font-size: 12px;
	text-indent:5px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-color: #8B13EF;
	border:1px solid #8B13EF;
	line-height: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:4px 6px;
}


#event .thumb img{
	/*margin:-1px;*/
	vertical-align:bottom;
}
#pickup h2{
	background-image:url(../../images/index/headline_sky.svg);
	background-repeat: no-repeat;
	background-size:7px 23px;
	text-indent:13px;
	font-size:14px;
	line-height:23px;
	vertical-align: middle;
	margin-top:6px;
	margin-left:10px;
	font-weight: bold;
	float:left;
}
#pickup .head a{
	float:right;
	margin-top:6px;
	margin-right:6px;
	background-image: url(../../images/index/triangle.svg);
	background-position:4px 7px;
	background-repeat: no-repeat;
	background-size:5px 5px;
	font-size: 12px;
	text-indent:5px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-color:#00b5ef;
	border:1px solid #00b5ef;
	line-height: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding:4px 6px;
}



#update li,#event li{
	padding:5px;
	position:relative;
	line-height:1.3em;
}
#update li:nth-child(odd){
	background-color:#feedf5;
}
#event li:nth-child(odd){
	background-color:#f9f3fe;
}
#update li p,#event li p{
	padding-top:3px;
}
#update li time{
	width:21%;
	font-size:10px;
}

#update .right{
	width:79%;
	float:right;
}
#update li a,#event li a{
	text-decoration: none;
}
#update li a{
	color:#e82687;

}
#event li a{
	color:#8b13ef;
}

#update li.highlight{
	color:#fff;
	background-color:#f34fa0;
}
#update li.highlight a{
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
}

#event small{
	padding-top:5px;
	font-size:10px;
	float:left;
	line-height:12px;
}

a.sns_navi{
	overflow: hidden;
	float:left;
	margin-top:10px;
}

#banners{
	border:1px solid #dcdcdc;
	background-color:#f7f7f7;
	position:relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
#annotation{
	border-top:1px solid #dadada;
	background-color:#fafafa;
}
#annotation p{
	font-size:10px;
	width:980px;
	padding:10px;
	text-indent:-0.5em;
	margin:0 auto;
	line-height:1.4em;
}



/*---------- page top button------------*/
p.pagetop {

	width:46px;
	height:46px;
	clear: both;
	float: right;
	position: fixed;
	right: 20px;
	bottom: 90px;
	zoom:1;
}
p.pagetop a{
	background-image:url(../../common/images/btn_gototop.png);
	text-indent:-999px;
	overflow:hidden;
	width:46px;
	height:46px;
	display:block;
}
p.pagetop a:hover{
	background-position:0 -46px;
}
