/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



/*  -- reset -- */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	position: relative;
	overflow-x: hidden; 
}

#container{
	position: relative;
	top:0 ;
	left:0 ;
	width: 100%;
	overflow: hidden;
}


body a{
	text-decoration: none;
	color: inherit;
	}
	
body a:visited{ 
	color: inherit;
	}

header{
	width: 100%;
	height: 50px;
	border-top: #e60012 solid 3px;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 105;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 15px -4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 15px -4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 15px -4px;
	
	-webkit-backface-visibility:hidden;
	  backface-visibility:hidden;
}
header img{
	width: 100%;
	}

header .menu-open{
	width: 35px;
	height: 35px;
	left: 10px;
	top: 10px;
}

button{
	border: none;
	background: none;
	box-shadow: none;
	}

header .menu-open img{
	width: 100%;
	}
	
header div.r25-logo{
	width: 73px;
	margin: 10px auto;
}




header .search-open{
	width: 27px;
	right: 10px;
	top: 10px;
}

header .menu-open,
header .search-open{
	position: absolute;
}

.drawer-nav{
	position: absolute;
	left: -240px;
	width: 240px;
	border-top: #e60012 solid 3px;
}

.drawer-nav ul{
}

.drawer-nav ul li a{ 
	color: #999;
	font-weight: bold;
	font-size: 14px;
	border-bottom: #999 1px dashed;
	padding: 10px;
	position: relative;
}
	
.drawer-nav ul li a{ 
	display: block;
	height: 30px;
	line-height: 30px;
	}
	
.drawer-nav ul li a:before{
	margin:0 10px 3px 0;
	content:" ";
	display:inline-block;
	width:20px;
	height:20px;
	background-size:contain;
	vertical-align:middle;
}

.drawer-nav ul li.info{
	border-top: #999 1px dashed;
	margin-top: 20px;
	position: relative;
}

.drawer-nav ul li.info:before{
	display:none;
}

.drawer-nav ul li.info:after{
	margin:0 10px 3px 0;
	content:">";
	display:inline-block;
	position: absolute;
	right: 0;
	top: 18px;
	background-size:contain;
	vertical-align:middle;
}

.drawer-nav ul li.society a:before{
		background:url(../../img/icon_society.png) no-repeat; 
		background-size: contain;
		background-position: center;
}

.drawer-nav ul li.business a:before{
		background:url(../../img/icon_business.png) no-repeat; 
		background-size: contain;
		background-position: center;
}

.drawer-nav ul li.career a:before{
		background:url(../../img/icon_career.png) no-repeat;
		background-size: contain; 
		background-position: center;
}
.drawer-nav ul li.money a:before{
		background:url(../../img/icon_money.png) no-repeat; 
		background-size: contain; 
		background-position: center;
}

.drawer-nav ul li.life a:before{
		background:url(../../img/icon_life.png) no-repeat; 
		background-size: contain;
		background-position: center;
}

.drawer-nav ul li.it a:before{
		background:url(../../img/icon_it.png) no-repeat; 
		background-size: contain;
		background-position: center;
}

.drawer-nav ul li.society a:before{
		background:url(../../img/icon_society.png) no-repeat;
		background-size: contain; 
		background-position: center;
}

.drawer-nav ul li.topics a:before{
		background:url(../../img/icon_topics.png) no-repeat;
		background-size: contain; 
		background-position: center;
}

.drawer-nav ul li.relationship a:before{
		background:url(../../img/icon_relationship.png) no-repeat;
		background-size: contain;  
		background-position: center;
}

.drawer-nav ul li.entertaiment a:before{
		background:url(../../img/icon_entertaiment.png) no-repeat;
		background-size: contain; 
		background-position: center;
}

.drawer-nav ul li.off a:before{
		background:url(../../img/icon_off.png) no-repeat;
		background-size: contain; 
		background-position: center;
}

div.search-box{
	width:100%;
 	position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	background: #fff;
	display: none;
	border-bottom: #e60012 solid 3px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 15px -4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 15px -4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 15px -4px;
}

div.search-box-inner{
	width: 90%;
	padding: 15px 5% 0% 5%;
}

.search-box-input{
	border: 1px #999 solid;
	border-radius: 15px;
	display: block;
	width: 100%;
	height: 32px;
	position: relative;
}

.search-box-input input.textBox{
	border: none;
	width: 80%;
	height: 31px;
	font-size: 15px;
	vertical-align: middle;
	background: transparent;
	-webkit-appearance: none;
}

.search-box-input input.btn{
	width: 70px;
	height: 28px;
	border-radius: 15px;
	color: #fff;
	background: #e60012;
	border: none;
	font-size: 16px;
	vertical-align: middle;
	position: absolute;
	right: 2px;
	top: 2px;
	-webkit-appearance: none;
	text-align: center;

}

.search-close{
	width: 100%;
	height: 10px;
	padding: 5px 0;
	text-align: center;
	background: #f4f4f4;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	margin: 0 auto;
	font-size: 12px;
}

.search-close-arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 10px 9px;
	border-color: transparent transparent #e60012 transparent;
	margin: 0 auto;
}



footer .social-icon{
	margin: 20px auto;
	width: 120px;
}

footer .social-icon:after{
	content: "";
	clear: left;
	display: block;
}

footer .social-icon .twt,
footer .social-icon .fb{
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
}

footer .social-icon img{
	width: 100%;
}

footer .display-select{
	text-align: center;	
}

footer .display-select span,
footer .footer-link span{
	padding: 0 0.5em;
}

footer ul.footer-link{
	width: 100%;
	background: #f7f7f4;
	padding: 0.5em 0;
	margin: 15px 0;
}

footer ul.footer-link li{
	width: 100%;
	text-align: center;
}

	
footer ul.footer-link li a{
	line-height: 1.7em;
	}
	
footer p.text{
	line-height: 1.7em;
	text-align: center;
}

.twitter-tweet{
	width: 100%;
	max-width: 600px;
	margin: 15px auto;
}

/*setting*/

.f-left{
	float: left;
}

.tri{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #e60013;
}

.f-left{
	float: left;
}

.f-right{
	float: right;
}

.invisible,{
	display: none;
}

.main > section button.disabled {
	background: #aaa;
	pointer-events: none;
}

.fixed {
  top: 50px;
}
.box-shadow{
/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 15px -4px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 15px -4px;
	-moz-box-shadow:rgba(0, 0, 0, 0.08) 0px 6px 15px -4px;
}

/*pager*/
.pager{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.pager ul li{
	font-size: 12px;
	display: inline-block;
	padding: 0.5em;
	border: #999 solid 1px;
}

.pager ul li:hover,
.pager ul li.selected{
	font-size: 12px;
	display: inline-block;
	padding: 0.5em;
	border: none;
	background: #999;
	border: #999 solid 1px;
	color: #fff;
}

.static p{
	font-size: 14px;
	margin: 1em 0;
}

/*ad_overlay*/

.ad_overlay_wrapper{
	width: 100%;
	height: 50px;
	text-align: center;
	position: fixed;
	bottom: -3px;
	z-index: 2;
	background-color: #000;
}

.ad_overlay{
	width: 320px;
	height: 50px;
	margin: 0 auto;
}

.r25kun-sorry{
	margin: 20px auto;
	max-width: 180px;
	width: 70%;
	height: auto;
}

.r25kun-sorry img{
	width: 100%;
}


/*ol*/

.static ol,
dl.social{
	margin: 1em 0;
}

ol.decimal{
	list-style-type: decimal;
	font-size: 14px;
	padding-left: 2em;
	padding-right: 1em;
}

ol.round li{
      list-style-type:none;
      list-style-position:inside;
      counter-increment: cnt;
	  padding-left: 1.5em;
	  font-size: 14px;
    }
    ol.round li:before{
      display: marker;
      content: "(" counter(cnt) ")";
	  margin-left: -1.5em;
    }
	
ol.upper-latin{
	list-style-type: upper-latin;
	font-size: 14px;
	padding-left: 2em;
	padding-right: 1em;
}