@charset "UTF-8";*{font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック";margin:0;padding:0;}

html body{width:100%;height:100%;margin:0;padding:0;}

body{
	margin:0;
	padding:0;
	font-size:12px;
    background: #fff;
	color:#666;
}

cl{
	clear:both;
}

a{
	text-decoration:none;
	color:#fff;
}

.img{
	max-width: 100%; 
    height:auto;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* header */
header{
	width:100%;
	padding:10px 0;
	text-align:center;
	background: #14cc14;
}

/* title */
.title{
	box-sizing:border-box;
	width:90%;
	margin:10px auto 0;
	padding:5px;
    background-color: #e52ee5;
	color:#fff;
}

.text_area{
	box-sizing:border-box;
	width:90%;
	margin:0 auto;
	padding:5px;
	background-color: #ffeeff;
}

.text_area a{
	color:#e52ee5;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.article-txt a {
    font-size: 13px;
    text-decoration: none;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pager {
    overflow: hidden;
    margin-top: 15px;
}

.pager ul {
    list-style: none;
    position: relative;
    left: 46.5%;
    float: left;
}

.pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}

.pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 30px;
}

.pager ul li a {
    background: #ddd;
    color: #000;
    text-decoration: none;
}

.pager ul li span {
    display: block;
    font-size: 16px;
    padding: 0.6em 1em;
    border-radius: 30px;
    background: #000;
    color: #fff;
    text-decoration: none;
}

footer{
	width:100%;
	padding:5px 0;
	text-align:center;
	background: #14cc14;
	color:#fff;
}