@charset utf-8;

/* CSS Document */

/*------------------------

実績

------------------------*/

.img-100 {
	max-width: 100%;
}

.blue_box {
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

@media (min-width: 980px) {

.blue_box_img {
	height: 100px;
	overflow: hidden;
}
}

.blue_box_in {
	margin-bottom: 1em;
	padding: 0;
}

.blue_box .title_works {
	margin-top: .5em;
	padding: 0;
	border-bottom: 3px solid #ccc;
    color: #666666;
    font-size: 11.05px;
    font-weight: normal;
    margin-bottom: 10px;
}

.blue_box .title {
	margin-top: .5em;
	padding: 0;
	font-size: 93%;
}

.blue_box .txt {
	margin: 0;
	padding: 0;
}

.textarea-blue {
	padding: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	color: #019FEA;
}

.works-det .pull-right {
	width: 100%;
	float: left;
	margin: .5em 0;
}

.works-det .pull-right img {
	float: right;
}

.works-det .pull_left {
	width: 100%;
	float: left;
	margin: .5em 0;
}

.works-det .pull_center {
	width: 100%;
	float: left;
	margin: .5em 0;
	text-align: center;
}

.btn-center {
	margin-top: 1em;
}

.works_link {
	padding-bottom: .5em;
}

.works_link a {
	font-weight: bold;
}

.works_link a.black {
	text-decoration: underline;
	color:#000;
	font-size: 1.05em;
}

.works_link a.black:hover {
	text-decoration: none;
	color:#02a0ea;
}

.works_bottom {
	text-align:center;
}


.text-centered {
    text-align: center;
}

.works_pagination {
    display: inline-block;
    left: -9px;
    list-style: outside none none;
    margin-left: 0;
    position: relative;
}

.works_pagination:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.works_pagination li {
    float: left;
    margin-right: 2px;
}


.works_pagination li span {
    border-radius: 2em;
    color: #fff;
    display: block;
    line-height: 1;
    padding: 7px 9px;
    text-decoration: none;
	background:#02a0ea;
}

.works_pagination li a {
	border-radius: 2em;
    color: #02a0ea;
    display: block;
    line-height: 1;
    padding: 7px 9px;
    text-decoration: none;
	background:#fff;
}



.works_pagination span {
    border: 1px solid #ddd;
}























