/********* index  *********/
div.search_result_text{
	background-color: #f9f9f9;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.5em;
	border-bottom: 1px solid #ededed;
}
	div.search_result_text p{
		border-bottom: 0 solid #cccccc;
		padding-bottom: 0.3em;
		margin: 0;
		color: #808080;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
		div.search_result_text p a{
			margin: 0;
			margin-left: 1.5em;
			padding: 0.2em 0.8em;
			background-color: #dddddd;
			color: #fff;
			font-size: 80%;
			text-decoration: none;
			position: relative;
			padding-left: 2.8em;
			border-radius: 2px; 
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;

			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			div.search_result_text p a:before{
				font-family: "FontAwesome";
				font-size: 150%;
				position: absolute;
				margin: auto;
				height: auto;
				left: 0.5em;
				top: 50%;
				transform: translateY(-50%);
				font-weight: normal !important;
				content: "\f021";
				color: #fff;
			}
			div.search_result_text p a:hover{
				filter: alpha(opacity=75);
				opacity:0.75;
			}





/* ############### page top search button ############### */
div.search_button > ul{
	overflow: hidden;
	padding: 0;
	margin: 0;
}
	div.search_button > ul > li{
		list-style-type: none;
		margin-bottom: 0.5em;
		margin-left: 0;
		margin-right: 0.6em;
		padding: 0;
		font-size: 90%;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
		div.search_button > ul > li > a{
			background: #e6e6e6;
			color: #777777;
			padding: 0.3em 1em;
			text-decoration: none;
			display: block;
			width: 100%;
			height: 100%;
			border-radius: 4px; 
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
		}
			div.search_button > ul > li > a.on,
			div.search_button > ul > li > a:hover{
				background: #b3b3b3;
				color: #f2f2f2;
			}

		/* 新規投稿用ボタン */
		div.new_post_wrap{
			text-align: right;
			margin: 0 4px;
		}
			div.new_post_wrap > p.new_post > a{
				position: relative;
				background: #ff3d35;
				color: #fff;
				padding: 0.3em 1em;
				text-decoration: none;
				display: block;
				border-radius: 4px; 
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				display: inline-block;
				zoom: 1;
				*display: inline;
			}
			div.new_post_wrap > p.new_post > a:before{
				font-family: "FontAwesome";
				margin-right: 0.5em;
				font-weight: normal !important;
				content: "\f067";
			}
				div.new_post_wrap > p.new_post > a:hover{
					filter: alpha(opacity=75);
					opacity:0.75;
				}

/* ############### page top search button ############### */


/* ############### post button ############### */
div.post_button{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0;
	overflow: hidden;
}
	div.post_button ul {
		letter-spacing: -.4em;
		margin: 0;
		padding: 0;
		text-align: right;
	}
	div.post_button ul li{
		letter-spacing: normal;
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 90%;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	div.post_button ul li a{
		padding: 0.5em 1.5em;
		background: #57b1af;
		color: #fff;
		display: block;
		text-decoration: none;
		display: block;
		width: 100%;
		height: 100%;

		border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
		div.post_button ul li a:before{
			font-family: FontAwesome;
			content: "\f044";
			margin-right: 1em;
		}
		div.post_button ul li a:hover{
			filter: alpha(opacity=75);
			opacity:0.75;
		}



/* ############### post button ############### */



/* ############### edit/delete button 共通 ############### */
div.edit_btn_wrap
}
	div.edit_btn_wrap > ul{
	}
		div.edit_btn_wrap > ul > li{
			list-style-type: none;
		}


/* ############### edit/delete button ############### */


h4.sTitle{
	background-color:#f5f5f5;
	border-bottom: 1px solid #b5b5b5;
	font-weight: bold;
	margin: 0;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding: 0.4em;
	padding-left: 0.6em;
	font-size: 110%;
}
	h4.sTitle:first-child{
		margin-top: 0;
	}




	/* ############### edit / delete button base ############### */
	div.edit_btn_box p{
		text-align: center;
	}
		div.edit_btn_box div.edit_btn_wrap{
			letter-spacing: normal;
			overflow: hidden;
			margin: 0;
			position: relative;
			text-align: center;
		}
			div.edit_btn_box div.edit_btn_wrap > ul{
				margin: 1em;
				position: relative;
				left: 50%;
				float: left;
			}
				div.edit_btn_box div.edit_btn_wrap > ul > li{
					margin-top: 0;
					margin-bottom: 0;
					margin-left: 2em;
					margin-right: 2em;
					padding: 0;
					list-style-type: none;
					position: relative;
					left: -50%;
					float: left;
				}
					div.edit_btn_box div.edit_btn_wrap > ul > li > form{
					}
					div.edit_btn_box div.edit_btn_wrap > ul > li > form > button{
					}

/* ############### detail page ############### */



/* メイン画像 */
div.pic_main {
	position: relative;
	margin-bottom: 2em;
	background-color: #efefef;
	padding: 0.5em;

	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
	div.pic_main > div.pic_wrap{
		position: relative;
	}
		div.pic_main > div.pic_wrap > img{
			max-width: 100%;
			display: block;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0;
			margin-bottom: 0;
		}
		div.pic_main > div.pic_wrap > p.update_date{
			margin: 0;
			padding: 0.1em 0.3em;
			position: absolute;
			right: 0.2em;
			bottom: 0.2em;
			color: #efefef;
			background-color: rgba(0,0,0,0.4);
			border-radius: 3px; 
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
		}
			div.pic_main > div.pic_wrap > p.update_date:before{
				font-family: FontAwesome;
				content: "\f017";
				margin-right: 0.5em;
			}
	div.pic_main div.content{
		padding: 8px;
	}
	p.update_date{
		
	}

		/* ############### edit / delete button ############### */
		div.pic_main > div.edit_btn_wrap{
			letter-spacing: normal;
			overflow: hidden;
			position: absolute;
			right: 1em;
			top: 1em;
			z-index: 555;
		}
			div.pic_main > div.edit_btn_wrap > ul{
				margin: 0 !important;
				padding: 0 !important;
			}
				div.pic_main > div.edit_btn_wrap > ul > li{
					list-style-type: none;
					padding: 0 !important;
					margin: 0 0 0 0.2em !important;
					float: left;
				}
					div.pic_main > div.edit_btn_wrap > ul > li > form{
						margin: 0;
					}
					div.pic_main > div.edit_btn_wrap > ul > li > form > button{
						margin: 0 !important;
						padding: 0.2em 0.8em;
					}






/* 画像 一覧 */
/div.pic_list_wrap{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	div.pic_list_wrap > h5{
		background-color: #f1f1f1;
		text-align: center;
		border-bottom: 1px solid #c1c1c1;
		padding: 0.5em;
		color: #777777;
	}
	div.pic_list_wrap > ul {
		width: 100%;
		margin: 0;
		padding: 0;
		letter-spacing: -.4em;
	}


	div.pic_list_wrap > ul > li{
		list-style-type: none;
		width: calc(100% / 4);
		height: auto;

		position: relative;
		overflow: hidden;
		letter-spacing: normal;
		margin: 0;
		vertical-align: top;

		border: 1px solid #ddd;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	div.pic_list_wrap > ul > li.on{
		border: 1px solid red;
	}

		div.pic_list_wrap > ul > li:before{
			content:"";
			display: block;
			padding-top: 100%;
		}
		div.pic_list_wrap > ul > li.private > a:before{
			z-index: 555;
			position: absolute;
			top: 0.2em;
			left: 0.2em;
			content: "非公開";
			margin: 0;
			margin-right: 0.6em;
			padding: 0.1em 0.5em;
			background-color: rgba(237,157,285,0.6);
			font-size: 90%;
			color: #fff;
			text-decoration: none;
			display: inline-block;
			zoom: 1;
			*display: inline;
			border-radius: 2px; 
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
		}
		div.pic_list_wrap > ul > li.new_text > a:after{
			z-index: 554;
			position: absolute;
			top: 0.2em;
			right: 0.2em;
			content: "New";
			padding: 0.1em 0.5em;
			color: red;
			font-size: 80%;
			vertical-align: top;
			background-color: rgba(255,255,255,0.6);

			border-radius: 2px; 
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;

		}

		div.pic_list_wrap > ul > li img{
			z-index: 550;
			vertical-align: bottom;
			position: absolute;
			height: 150%;
			max-width: none;
			width: auto;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}
		div.pic_list_wrap > ul > li span.content{
			z-index: 554;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			padding: 0.4em;
			color: #fff;
			font-size: 80%;
			background-color: rgba(0,0,0,0.6);
		}

		div.pic_list_wrap > ul > li a{
			display: block;
			width: 100%;
			height: 100%;
		}

			div.pic_list_wrap > ul > li a:hover{
				filter: alpha(opacity=75);
				opacity:0.75;
				text-decoration: none;
			}






		/* ############### edit / delete button ############### */
		div.pic_list_wrap ul li div.edit_btn_wrap{
			letter-spacing: normal;
			overflow: hidden;
			position: absolute;
			right: 0.2em;
			top: 0.2em;
			z-index: 555;
		}
			div.pic_list_wrap ul li div.edit_btn_wrap > ul{
				margin: 0 !important;
				padding: 0 !important;
			}
				div.pic_list_wrap ul div.edit_btn_wrap > ul > li{
					list-style-type: none;
					padding: 0 !important;
					margin: 0 0 0 0.2em !important;
					float: left;
				}
					div.pic_list_wrap ul div.edit_btn_wrap > ul > li > form{
						margin: 0;
					}
					div.pic_list_wrap ul div.edit_btn_wrap > ul > li > form > button{
						margin: 0 !important;
						padding: 0.2em 0.8em;
					}




/* ############### Form Box ############### */

h2.form_cont_title{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	line-height: 100px;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	color: #808080;

}


/* ############### Register form ############### */
div.form_cont{
	position: relative;
	overflow: hidden;
	margin: 10px 0;
}
	/* フォームタイトル */
	div.form_cont h3.form_title{
		margin-top: 1.5em;
		font-size: 160%;
		text-align: center;
		color: #d1d1d1;
	}

	div.form_cont div.optional_form_wrap{
		margin-top: 1.5em;
		padding: 1em;
		background-color: #f4f4f4;
		border-radius: 3px; 
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;

	}
		div.form_cont div.optional_form_wrap h3.option_title{
			margin-top: 0;
			margin-bottom: 1.5em;
			font-size: 160%;
			text-align: center;
			color: #d1d1d1;
		}
	div.form_cont input{
	}
	div.form_cont input:disabled{
		color: #c6cccc;
	}
	div.form_cont textarea{
		height: 200px;
	}
	div.form_cont div.confirm_wrap,
	div.form_cont div.input_wrap{
		position: relative;
		margin-top: 1.5em;
	}
	div.form_cont div.div_wrap{
		margin-top: 5em;
	}

	div.form_cont div.confirm_wrap > p.confirm_cont,
	div.form_cont div.input_wrap textarea.form_text,
	div.form_cont div.input_wrap select.form_text,
	div.form_cont div.input_wrap input.form_text{
		border:none !important;
		border-top: 0;
		border-right: 0;
		border-left: 0;
		border-bottom: 1px solid #bfbfbf !important;
	}
			div.form_cont div.confirm_wrap > p.confirm_label{
				font-size: 90%;
				margin-top: 1em;
				margin-bottom: 0;
			}

			div.form_cont div.confirm_wrap > p.confirm_cont{
				margin-top: 0;
				background-color: #efefef;
				padding: 0.5em;
				min-height: 2.5em;
			}

	div.form_cont  div.input_wrap > label{
		z-index: 10;
		position: relative;
		bottom: -0.1em;
		padding: 0;
		font-weight: bold;
	}
	div.form_cont div.input_wrap > label.err_txt{
		color: red;
		font-weight: bold;
	}
	div.form_cont div.input_wrap > input.form_text.err_form,
	div.form_cont div.input_wrap > textarea.form_text.err_form{
		border: 1px solid red !important;
	}
	div.form_cont select > option:disabled{
		background-color: #ffffff;
		font-size: 120%;
		font-weight: bold;
		color: #00a0dd;
	}
	div.form_cont select > optgroup{
		background-color: #e5edef;
	}

	/* 画像アップロード  */
	/* カバー写真 */
	div.form_cont div.cover_photo {
		margin-top: 1em;
		height: auto;
		width: 100%;
		max-height: auto;
		position: relative;
		overflow: hidden;
	}
		div.form_cont div.cover_photo img{
			width: 30%;
			display: block;
			position: relative;
			padding: 0.5em;
			margin-left: auto;
			margin-right: auto;
			background-color: #e5e5e5;
		}




/********* File upload button *********/
label.label_attach + input.form_attach{
	display: none;
}

label.label_attach {
	display: block;
	padding: 10px;
	margin: auto;
	width: 30%;
	color: #fff;
	text-align: center;
	background-color: #00a0dd;
	cursor: pointer;
}
		label.label_attach:hover {
			filter: alpha(opacity=85);
			opacity:0.85;
		}


/* 公開・非公開 */
div.publication_wrap{
	border: 1px solid #d9d9d9;
	margin-top: 5em !important;
	padding: 3em;
	background-color: #f4f4f4;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


select#cat2{
	width: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 16px 11px;
	background-position: center center;
}

/********* admin top edit delete button *********/
div.admin_edit_btn{
	margin-top: 5px;
}






/********* p note *********/
p.text_note{
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
	p.text_note.center{
		text-align: center;
	}
p.input_rule{
	margin-top: 0em;
	font-size: 90%;
	color: #c1c1c1;
}
p.login_info_text{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 0.5em;
}
div.login_form_cookie{
	text-align: center;
	margin: 0.8em;
}
	div.login_form_cookie > label{
		font-size: 90%;
	}

div#updete_done > p{
	font-size: 120%;
	text-align: center;
	color: red;
}


/********* Label  *********/
div.input_wrap > label{
	z-index: 10;
	position: relative;
	bottom: -0.1em;
	padding: 0;
	font-weight: bold;

	filter: alpha(opacity=75);
	opacity: 0.75;

	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
div.input_wrap > label.err_txt{
	color: red;
	font-weight: bold;
}








/* ############# images ############# */
div.article_field img{
	border: 1px solid #ddd;
	padding: 3px;
	background: #f8f8f8;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	display: block;
}
	div.article_field img.right{
		float: right;
	}
	div.article_field img.left{
		float: left;
	}
	div.article_field img.center{
		margin-left: auto;
		margin-right: auto;
	}

	div.article_field img.w30,
	div.article_field img.w40,
	div.article_field img.w50{
		margin: 1%;

		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	div.article_field img.w30{
		width: calc((100% / 3) - 2%);
	}
	div.article_field img.w40{
		width: 38%;
	}
	div.article_field img.w50{
		width: calc((100% / 2) - 2%);
	}
	div.article_field p.center{
		text-align: center;
	}
		div.article_field p.center img{
			display: inline-block;
			zoom: 1;
			*display: inline;
		}

/* ############# images ############# */


/* ############# form ############# */
div.form_reg textarea.cmt_form{
	width: 100%;
	height: 10em;
}
/* ############# form ############# */


/* ############# delete page ############# */

/* ############# delete page ############# */

