@charset "utf-8";
/*
Theme Name: cutoutInc
Theme URI: http://cutout.jp
Description: 2015
Version: 1.0
Author: cutout
Author URL: http://cutout.jp
*/

.pagination{
    text-align: center;
		padding-top: 50px;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #ccc;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.pagination .current{
    background: #000;
    border: solid 1px #000;
    color: #fff;
}


/*-----------------------------------------
/* 投稿：お知らせ追加 2016.4.8
/*-----------------------------------------*/
.txt_link {
	font-size: 130%;
	}
	.txt_link a {
		text-decoration: underline;
	}


.post-password-form {
	margin-bottom: 200px;
	text-align: center;
	}
	.post-password-form p {
		padding: 50px 0px;
	}

.custom label > input[name="post_password"]{
	width: 200px;
}

.custom input[name="Submit"]{
	width: 150px;
	}
	.custom input[name="Submit"]:hover {
		background-color: #FF8C52;
		cursor: pointer;
	}
	

