@charset "utf-8";
/*
Theme Name: HOKUTOGUMI
Description: HOKUTOGUMI
*/


/*==========================================
 [contents]
===========================================*/
/*TopicPath*/
.TopicPathWrapp {
	margin-top: 16px;
	padding-bottom: 0px;
	clear: both;
}

.TopicPath span {
	font-size:14px;
}
.TopicPath span a {
	text-decoration: underline;
}


/*==========================================
 [main]
===========================================*/
.pageTitle-news {
	background-image: url(images/bg_title_news.jpg);
}
.pageTitle-site {
	background-image: url(images/bg_title_site.jpg);
}
.pageTitle-winning {
	background-image: url(images/bg_title_winning.jpg);
}
.pageTitle-field {
	background-image: url(images/bg_title_field.jpg);
}
body.home .pageTitleWrapp,
.pageTitle- {
	background-image: url(images/bg_title_common.jpg);
}

.main{
	line-height: 2;
	/*margin-bottom: 16px;*/
}

.main ul {
	list-style: disc;
	margin-left:1.5em;
}
.main ul li{
	margin-bottom:10px;
	line-height:1.6;
}

.main ol {
	list-style: decimal;
	margin-left:1.5em;
}
.main ol li{
	margin-bottom:10px;
	line-height:1.6;
}

.main hr {
		border-top: 1px solid #ccc;
		margin-top: 120px;
		margin-bottom: 120px;
		max-width: 1070px;
		margin-left: auto;
		margin-right: auto;
}

@media screen and (max-width: 767px) {
.main hr {
		border-top: 1px solid #ccc;
		margin-top: 80px;
		margin-bottom: 80px;
		max-width: 95%;
}
}



/*------------------------------------------------------------------------
[common]
------------------------------------------------------------------------*/
.bodyTxt p{
	line-height: 2;
	margin-bottom: 16px;
}
.bodyTxt img{
	max-width:100%;
	height: auto;
}
.dateBox{
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

img.alignright {
	margin: 0 0 50px 30px;
	float:right;
	display: block;
}
img.alignleft {
	margin: 0 30px 50px 0;
	float:left;
	display: block;
}
img.aligncenter {
	display: block;
	margin: 0 auto 50px;
}

hr{
	clear: both;
	display: block;
	height: 1px;
	border: 0;
	border-top: none;
	margin: 1em 0;
	padding: 0;
}

/* tabel */
.postItem_single table{
	/*width: 100%;*/
	width:100%!important;
	margin-bottom: 30px;
}
.postItem_single table tr{
	height: auto!important;
}
.postItem_single table th,
.postItem_single table td{
	padding: 10px;
	border: 1px solid #333;
	height: auto!important;
}
.postItem_single table th{
	background-color: #eee;
/*	color: #fff;*/
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
.postItem_single table th p,
.postItem_single table td p{
	margin-bottom: 0;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.postItem_single table{
		font-size: 12px;
	}
	.postItem_single table th,
	.postItem_single table td {
			padding: 2px;
	}
}


/*[list page]
------------------------------------------------------------------------*/
.postIndexList {
	border-top: #666 1px solid;
}
.postIndexList .postItem{
	padding-top:50px;
	padding-bottom: 40px;
	border-bottom: #666 1px solid;
	clear: both;
}

.postIndexList .postItem h2{
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 20px;
}

/* bodyInner */
.bodyInner {
	margin-bottom: 30px;
}

/* tagList*/
.tagList {
	text-align: left;
	padding-left:10px;
	padding-right: 10px;
}
.tagList li {
	/*width: 50%;*/
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	display: inline-block;
	/*padding: 5px 7px;*/
}
.tagList li span {
	display: inline-block;
	background-color: #C6A25B;
	text-align: center;
	font-size: 12px;
	padding: 12px 10px 8px;
}

@media screen and (min-width: 768px) {
	.tagList {
			/*text-align: right;*/
		float: right;
	}
	.tagList li {
		width: auto;
	}
	.tagList li span {
			font-size: 14px;
		}
	}

/*[pager]
------------------------------------------------------------------------*/
.wp-pagenavi {
	margin-bottom: 30px;
}
.wp-pagenavi a {
	padding:5px 10px;
	border: #666 1px solid;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none!important;
}
.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	padding:5px 10px;
	margin-left: 2px;
	margin-right: 2px;
	border: #666 1px solid;
}
.wp-pagenavi .current{
	/*padding:5px 7px;*/
	padding:5px 10px;
	border: #666 1px solid;
	background: #333;
	margin-left: 2px;
	margin-right: 2px;
	color: #fff;
}

/* headline */
.headlineList {
	clear:both;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-top:10px;
}
.headlineList .dateText {
	line-height: 1.4;
}
.headlineList h2 {
	padding-top:2px;
	padding-bottom:16px;
	clear:both;
	line-height: 1.4;
}
.headlineList h2 a{
	color:#333;
}

@media screen and (min-width: 768px) {
	.headlineList .dateText {
		font-weight:normal;
		width: 120px;
		float: left;
		padding:0px 0px 0px 0px;
	}
	.headlineList h2 {
		margin-left:120px;
		padding:0px 0px 0px 0px;
		clear:none;
		margin-bottom:14px;
	}
}


/*[single page]
------------------------------------------------------------------------*/
.postItem_single {
	clear: both;
}
.postItem_single h1{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 600;
}

.postItem_single h2 {
	font-size: 16px;
	margin-bottom:20px;
}
.postItem_single h3 {
	font-size: 14px;
	margin-bottom:20px;
}
.postItem_single h4 {
	font-size: 14px;
	margin-bottom:20px;
}

@media screen and (min-width: 768px) {
	.postItem_single h1{
		font-size: 30px;
		font-weight:normal;
	}
	.postItem_single h2 {
		font-size: 22px;
	}
	.postItem_single h3 {
		font-size: 18px;
	}
	.postItem_single h4 {
		font-size: 16px;
	}
}

/* gallery-item */
.gallery-item {
	padding: 5px;
}


/*[pager]
------------------------------------------------------------------------*/
.wp-pagenavi-single a {
	padding:5px 10px;
	display: inline-block;
}
.wp-pagenavi-single a.prev {
	float: left;
	padding:5px 10px;
}
.wp-pagenavi-single a.next {
	float: right;
	padding:5px 10px;
}


/*------------------------------------------------------------------------
[index]
------------------------------------------------------------------------*/
.newsList a h2 {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.2;
}

/*------------------------------------------------------------------------
[site]
------------------------------------------------------------------------*/
.siteWrapp table {
	width: auto!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.siteWrapp table th,
.siteWrapp table td{
	width: auto!important;
}

/*------------------------------------------------------------------------
[field]
------------------------------------------------------------------------*/
.readWrappField {
	background-image: url(images/bg_read.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: cover;
	padding-top:80px;
	margin-bottom:60px;
}
.readFieldInner {
	border-bottom:#999 1px solid;
	padding-bottom:100px;
	text-shadow:0px 2px 1px #fff,0px 1px 1px #fff,1px 1px 1px #fff,1px 0px 1px #fff,2px 0px 1px #fff,1px -1px 1px #fff,1px -2px 1px #fff,0px -2px 1px #fff,-1px -2px 1px #fff,-2px -2px 1px #fff,-2px -1px 1px #fff,-2px 0px 1px #fff,-2px 1px 1px #fff,-1px 1px 1px #fff;
	filter:dropshadow(color=#fff,offx=0,offy=2,positive=1),dropshadow(color=#fff,offx=1,offy=1,positive=1),dropshadow(color=#fff,offx=1,offy=-1,positive=1),dropshadow(color=#fff,offx=0,offy=-2,positive=1),dropshadow(color=#fff,offx=-1,offy=-2,positive=1),dropshadow(color=#fff,offx=-2,offy=-1,positive=1),dropshadow(color=#fff,offx=-2,offy=1,positive=1),dropshadow(color=#fff,offx=-1,offy=1,positive=1);
}
.readWrappField h2{
	font-size:26px;
	margin-bottom:40px;
}
.readWrappField p{
	font-size:12px;
}

/* partyDL */
.partyDL {
	/*margin-bottom: 60px;	*/
}
.partyDL dt{
	font-weight:normal;
}
.partyDL dd{
	line-height:1.6;
}

/* bannerListField */
.bannerListField {
	margin-top:40px;
	padding-left:10px;
	padding-right:10px;
}
.bannerListField li{
	padding:5px;
}

@media screen and (min-width: 768px) {
	.readWrappField {
		background-position:right bottom;
		background-size: auto 100%;
	}
	.readFieldInner {
		text-shadow:none;
		filter:none;
		margin-right:15px;
		margin-left:15px;
	}
	.readWrappField h2{
		font-size:50px;
	}
	.readWrappField p{
	font-size:16px;
}
	.readTxtField {
		padding-left:0;
		padding-right:0;
	}

	/* partyDL */
	.partyDL dt{
		float:left;
		width:130px;
	}
	.partyDL dd{
		margin-left:130px;
	}
}
