@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
}
body {
    height: 100%;
	font-size: 14px;
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.resimg img {
	max-width: 100%;
	height: auto;
}

/* login */
#bglogin {
	height: 100%;
	background: url(../images/owner/bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.login {
	padding: 100px;
	max-width: 780px;
}
.login h1 {
	margin-bottom: 15px;
}
#loginform {
	width: 100%;
	padding: 30px 30px 10px;
	font-size: 90%;
	max-width: 400px;
	margin: 30px 0;
	background: rgba(0,0,0,.75);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#loginform p {
	padding-bottom: 15px;
}
.login-username label, .login-password label {
	padding-bottom: 10px;
	color: #fff;
}
.login-username input {
	margin-bottom: 10px;
}
.login-username input, .login-password input {
	width: 100%;
	font-size: 117%;
	padding: 10px 10px;
}
.login-remember {
	text-align: center;
	color: #fff;
}
.login-remember input[type="checkbox"] {
	width: 22px;
	height: 22px;
	margin-right: 5px;
	vertical-align: middle;
}
.login-submit input {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: none;
	border: 1px solid #9a9898;
	background: #4f4f4f;
	background: -moz-linear-gradient(top, #4f4f4f 1%, #303030 100%);
	background: -webkit-linear-gradient(top, #4f4f4f 1%,#303030 100%); 
	background: linear-gradient(to bottom, #4f4f4f 1%,#303030 100%); 
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 125%;
	width: 90%;
	max-width: 350px;
	padding: 10px 20px;
	margin: 5px auto 0;
}
.login-submit input:hover {
	opacity: .8;
}
.error {
	text-align:  center;
	color: red;
	padding-bottom: 10px;
}
/* archive */
.list {
	overflow: hidden;
	margin-top: 30px;
}
.list li {
	float: left;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 20px;
}

.list li a, .list li a:focus, .list li a:visited {
    background: #4aa8ff;
    color: #fff;
    padding: 10px 20px;
    font-size: 130%;
    text-align: center;
    display: block;
    text-decoration: none;
	border: 1px solid #4aa8ff;
	transition: background 1s;
}
.list li a:hover {
	text-decoration: none;
	background: #fff;
	color: #4aa8ff;
	border: 1px solid #4aa8ff;
}

/* tax */
article h1 {
	text-align: center;
	font-size: 150%;
	font-weight: 700;
	padding: 50px 0;
	margin: 0;
}

.first {
	background: #f1f1f1;
	padding: 0 20px 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.photo {
	list-style: none;
	overflow: hidden;
	padding: 0;
}
.photo li {
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 20px;
}
.photo li:nth-child(2n-1) {
	clear: both;
}
.photo li a:hover {
	opacity: .8;
}
.cmt {
	margin-bottom: 20px;
}
.cmt h3 {
	font-size: 125%;
}
.cmt h3:before {
    content: "\f086";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 117%;
    color: #009fe8;
}
.contactarea {
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 20px;
	background: #fff;
}
.contactarea h4 {
	font-size: 120%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.contactarea .tel {
	list-style: none;
	padding: 0;
	font-size: 120%;
}
.contactarea .tel a, .contactarea .tel a:visited {
	color: #222;
}

.contactarea .tel i {
	color: #4aa8ff;
	padding-right: 3px;
}
.contactarea .tel li:first-child i {
	padding-right: 12px;
}
.over2 {
	font-size: 109%;
	padding: 0;
	margin-bottom: 20px;
}
.tax-owner article:nth-child(odd) {
	border-right: 1px dotted #ccc;
}
.over2 p {
	background: #f1f1f1;
	box-sizing: border-box;
	padding: 30px;
	margin: 0;
}
.over2 p:before {
    content: "\f040";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 117%;
    color: #009fe8;
}
.over2 a,.over2 a:visited {
	color: #222;
	font-weight: 700;
}
.over2 .date {
	padding-right: 10px;
}

/* single */

.singlelist {
	background: #f1f1f1;
	box-sizing: border-box;
	padding: 10px 30px;
	margin: 0 0 20px;
}
.singlelist h4 {
	font-size: 117%;
	padding: 15px 0;
}
.singlelist li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
.singlelist li:before {
    content: "\f040";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 117%;
    color: #009fe8;
}
.singlelist a,.singlelist a:visited {
	color: #222;
	font-weight: 700;
}
.singlelist .date {
	padding-right: 10px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:768px) {
	.login {
		padding: 30px;
		max-width: 620px;
	}
	.login-username label, .login-password label {
		width: 100%;
		margin-bottom: 10px;
	}
	.login-username input, .login-password input {
		width: 100%;
		margin-bottom: 10px;
	}
	.login-remember {
		text-align: center;
	}
	.login-submit input {
		padding: 15px;
	}
}


@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}


@media print{
	.container {
		width: 100%;
	}
	.title {
		display: none;
	}
	.photo li {
		width: 50%;
		float: left;
	}
	.photo li:nth-child(2n-1) {
		clear: none;
	}
	.tel li {
		float: left;
	}
	.over2, .singlelist {
		display: none;
	}
}
