@charset "utf-8";

body{	
margin:0px;
line-height:150%;
font-size:80%;
color:#333;
font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
background:url(../img/bg-back.jpg) no-repeat center top #F9FAFC;
}

a:link { color: #006699;text-decoration:underline;}
a:visited { color: #006699;text-decoration:underline;}
a:hover {color: #006699;text-decoration:none;}
a:active {color: #006699;text-decoration:none;}

/**a:hover{	
	filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
}**/

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
display:block;
}

/* page */

p{
margin:0px;
padding:0px;
}

img{
border:0px;
vertical-align:bottom;
}

ul,li,dl,dt,dd{
padding:0px;
margin:0px;
}

.flort-l{	float:left;}
.flort-r{	float:right;}

.red{	color:#F00;}

.red2{	color:#990000;}

.err{	color:#F00;}

.ter{text-align:right;}

.color1{color:#cc0000;}
.color2{color:#4c8413;}
.color3{color:#6C3F72;}

.ERR{color:#cc0000;}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.clearfix { overflow:hidden; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom:1; }
*:first-child+html .clearfix { zoom:1; }

/* margin ==================================================================*/

.mrb4{	margin-bottom:4px;}
.mrb10{	margin-bottom:10px;}
.mrb15{	margin-bottom:15px;}
.mrb20{	margin-bottom:20px;}
.mrb30{	margin-bottom:30px;}
.mrb40{	margin-bottom:40px;}
.mrb60{	margin-bottom:60px;}

.mrt10{	margin-top:10px;}


.mrr20{margin-right:20px;}

.terb10{	text-align:right;
			margin-bottom:10px;}

.tec{	text-align:center;}

.tecb20{	text-align:center;
			margin-bottom:20px;}
			
.tecb40{	text-align:center;
			margin-bottom:40px;}

.pankuzu{	margin-bottom:20px;
			font-size:12px;}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 88%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 10px;
	text-align: center;
	display: block;
	border-radius: 5px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border-radius: 40px;        /* CSS3草案 */  
	-webkit-border-radius: 40px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 40px;   /* Firefox用 */
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}





h1,h2,h3,h4,h5,h6{
margin:0px;
padding:0px;
}




/* link color ==================================================================*/

.aover:hover{
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

/*タイトル*/
.c-ttl-main {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.c-ttl-main span {
	margin-left: 15px;
	font-weight: bold;
}
/*moreボタン*/
.c-btn-more {
	text-align: center;
}
.c-btn {
	display: inline-block;
	padding-right: 25px;
	box-sizing: border-box;
	position: relative;
}
.c-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
	color: #fff;
	background-image: url(/common/img/nav-icon01.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}
a.c-btn:hover::after {
	right: -5px;
}
a.c-btn {color: #888;text-decoration: none;}
a.c-btn:link {color: #888;text-decoration: none;}
a.c-btn:visited {color: #888;text-decoration: none;}
a.c-btn:hover {color: #006699;text-decoration: none;}
a.c-btn:active {color: #006699;text-decoration: none;}

/*ページネーション*/
nav.pager {
	width: auto;
	padding: 30px 0;
}
nav.pager ul {
	width: auto;
	text-align: center;
}
.pager-list__item {
	margin: 0 5px;
	display: inline-block;
	width: fit-content;
	float: none;
}
a.pager-list__link ,
a.pager-list__link:link ,
a.pager-list__link:visited {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #7f7f7f;
	background-color: #fff;
	border: 1px solid #7f7f7f;
	text-decoration: none;
}
a.pager-list__link:hover ,
a.pager-list__link:active ,
.pager-list__item span {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: #7f7f7f;
	border: 1px solid #7f7f7f;
	text-decoration: none;
}
