@charset "utf-8";
/* 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;
}

/*  -- reset -- */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	border-top: #e60012 solid 3px;
	word-break : break-all;
}

#jaran body{
	border-size: none;
}

body a{
	text-decoration: none;
	color: inherit;
	}
	
body a:visited{ 
	color: inherit;
}
	
.wrapper{
	width: 960px;
	margin: 0 auto;
}

header{
	width: 100%;
	background: #fff;
	position: relative;
	height: 80px;
}
header img{
	width: 100%;
	}

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

header .menu-open img{
	width: 100%;
	}
	
header .r25-logo{
	width: 258px;
	height:53px;
	margin: 10px 0;
	padding: 12px 0 8px;

}

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

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

header ul.pc-menu-small{
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 12px;
}

header ul.pc-menu-small li{
	float: left;
	background: url(../../img/arrow-small.png) no-repeat left ;
	padding-left: 5px;
	margin-right: 10px;
	}
	
	
.search-box-pc{
	border: 1px #999 solid;
	border-radius: 15px;
	display: block;
	width: 200px;
	height: 32px;
	position: relative;
	right: 0;
	bottom: 5px;
	margin-top: 15px;
}

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

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

	
header .search-box-pc{
	border: 1px #999 solid;
	border-radius: 15px;
	display: block;
	width: 200px;
	height: 32px;
	position: absolute;
	right: 0;
	bottom: 5px;
}

header .search-box-pc input.textBox{
	border: none;
	width: 146px;
	height: 31px;
	font-size: 15px;
	vertical-align: middle;
	background: transparent;
}


ul.g-nav{
	display: table;
	width: 100%;
	margin: 10px 0;
}

ul.g-nav li{
	width: 10%;
	height: 25px;
	display: table-cell;
	text-align: center;
	border-top: #999 solid 2px;
	border-right: #f4f4f4 solid 1px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

ul.g-nav li:last-child{	
	border-right: none;
}

ul.g-nav li:hover,
ul.g-nav li.selected{
	border-top: #e60012 solid 2px;
	background: #f4f4f4;
}

ul.g-nav li a{
	display: block;
	width: 100%;
	max-height: 25px;
}

#r25-footer {
	position: relative;
	text-align: center;
	margin-top: 25px;
}
#r25-footer:before {
	display: block;
	content: "";
	width: 950px;
	height: 45px;
	position: absolute;
	top: -19px;
	left: 0;
	right: 0;
	background-position: 133px -400px;
	z-index: 999;
	margin: 0 auto
}

#r25-footer header{
	height: auto;
	background: transparent;
}

#r25-footer header h1{
	font-size: 14px;
}

.footerContent {
	width: 940px;
	padding: 0 5px;
	margin: 0 auto;
	text-align: left;
	position: relative
}
.footerNavi {
	padding: 20px 0;
	background-color: #eff2f2;
	margin-bottom: 2px
}
.footerNavi .footerContent {
	overflow: hidden
}
.footerNavi .modContent__title {
	border-bottom: 0;
	margin: 0 0 7px -1px
}

.footerNavi header.modContent__title:last-child{
	border-bottom: 0;
	margin-top: 10px;
}

.modContent__body{
	margin-bottom: 15px;
}

.footerNavi .modContent__title p {
	border-left: 3px solid #e60012;
	padding: 0 8px;
	line-height: 17px;
	height:17px;
	min-height: 17px
}
.footerNavi_item {
	width: 179px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	margin-right: 40px;
	float: left;
	border-left: 1px solid #ccc
}
.footerNavi_item .naviList {
	padding-left: 10px;
	font-size: 75%;
	line-height: 1.5
}
.naviList__item:before {
	display: inline-block;
	width: 5px;
	height: 8px;
	content: "\e602";
	font-family: 'icoCommon';
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 2px;
	color: transparent;
	background: url(../../img/arrow-small.png) no-repeat left;
}

.footerNavi_item a:hover{
	text-decoration: underline;
}

.footerNavi_item .naviList .naviList__item {
	margin-bottom: 6px
}
.adYsp {
	width: 320px;
	position: absolute;
	top: 0;
	right: 5px
}
.footerConnect {
	background-color: #eff2f2;
*height:40px;
	min-height: 40px;
	line-height: 40px;
	overflow: hidden
}
.footerConnect .footerContent {
	overflow: hidden;
*zoom:1
}
.connectList {
	float: left
}
.connectList__item {
	font-size: 62.5%;
	color: #333;
	display: inline-block;
	margin-right: -0.4em
}
.connectList__item a {
	padding-right: 15px
}
.connectList__item:after {
	content: "|";
	padding-right: 15px
}
.connectList__item:last-child:after {
	content: ""
}
.footerConnect .btn--pageTop {
	float: right
}
.footerCopy {
	border-top: 1px solid #8a1300;
	background-color: #a71700;
	color: #fff
}
.footerCopy .footerContent {
	padding: 28px 5px 18px 5px
}
.logo--r25 {
	width: 73px;
	height: 28px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	background: url(../../img/logo-r25_w.png) no-repeat;
	background-size: contain;
	font-size: 0;
	color: transparent;
}
.brandcopy {
	display: inline;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.25
}
.snsList {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: middle;
	margin: -2px 0 0 5px
}
.snsList__item {
	display: inline
}
.snsList__item a {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 22px;
	height: 22px;
	overflow: hidden;
	vertical-align: middle
}
.snsList__item--fb a{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../../img/btn-footer-fb.png) no-repeat;
	font-size: 0;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	line-height: 22px
}
.snsList__item--tw a{
	display: inline-block;
	width: 22px;
	height: 22px;
	font-size: 0;
	speak: none;
	background: url(../../img/btn-footer-twt.png) no-repeat;
	background-size: contain;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	line-height: 22px;
	margin-top: 3px;
}
.copyList {
	margin-top: 16px;
	font-size: 62.5%;
	line-height: 1.5;
	white-space: nowrap
}
.copyList__item {
	display: inline;
	margin-right: 7px
}/* CSS Document */

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

#r25-main .btn--pageTop {
	clear: both
}
.btn--pageTop {
	text-align: right;
	color: #666;
	font-size: 62.5%
}
.btn--pageTop a {
	background: url(../../img/ico_pagetop.png) no-repeat 0 center;
	padding-left: 8px
}

#r25-social{background-color: #eff2f2;
padding: 18px 20px;
margin-bottom: 20px;
}.social__fb{margin-bottom:10px}#r25-main .btn--pageTop{clear:both}.btn--pageTop{text-align:right;color:#666;font-size:62.5%}

/*setting*/

.f-left{
	float: left;
}

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

.f-left{
	float: left;
}

.f-right{
	float: right;
}

.invisible{
	display: none;
}

.clearfix{
	content: "";
	clear: both;
	display: block;
}

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

.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;
}

.pager ul li:hover{
	background: #f4f4f4;
	border: #999 solid 1px;
}

.pager ul li.selected{
	background: #999;
	border: #999 solid 1px;
	color: #fff;
}

.r25kun-sorry{
	position: absolute;
	left: 450px;
	bottom: 50px;
}

.r25kun-sorry img{
	width: 168px;
	height: auto;
}

/*ol*/

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;
    }
    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;
}