@charset 'utf-8';
/* =======================================
	wordpress追加
======================================= */
/****************************************

          Main

*****************************************/

#main .post,
#main .page{
	overflow: hidden;
	margin-bottom: 59px;
	border-bottom: 1px solid transparent;
}

.sticky{
	/* 先頭固定ポストのスタイル */
}

.post-meta{
	margin-bottom: 1.5em;
}
	.post-meta .post-date,
	.post-meta .category{
		padding-right: 1em;
	}
	.comment-num{ white-space: nowrap; }

.more-link{
	float: right;
}

.navigation{
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/gray.gif) repeat-y 50% 0;
}
	.navigation > div{
		width: 50%;
	}

	.navigation .alignright{
		text-align: right;
	}

	.navigation a{
		display: block;
		padding: 1em;
		border: none;
	}
		.navigation a:hover{
			background: #feebbe;
			color: #000;
		}
			.navigation .alignright a:hover{
				border-left: 1px solid #ddd;
			}

.footer-post-meta{
	margin-top: 40px;
	text-align: right;
}
	.post-author{ padding-left: 1em; }

.page-link{
	margin: 3em 0;
}
.comment-page-link{
	margin: 0 0 3em;
}

	.page-link span,
	.comment-page-link span,
	.comment-page-link a{
		display: inline-block;
		margin-right: 3px;
		padding: 5px 8px;
		border: 1px solid #ddd;
		background: #ddd;
	}
		.page-link a span,
		.comment-page-link a{
			background: #fff;
		}
	
	.page-link a{
		border-bottom: none;
		color: #000;
	}
	
	.page-link a span:hover,
	.comment-page-link a:hover{
		background: #ffeff7;
		color: #000;

	}


/****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			padding-right: 10px;
			padding-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{
	margin-bottom: 40px;
}

/* 190213 add*/
.commets-list .avatar{
width: auto;
		}
/****************************************

          index.php Main

*****************************************/

.content-box{
	float: right;
	margin-top: -0.25em;
	width: 420px;
}
	.content-box .more-link{
		margin: 0;
	}

.thumbnail-box{
	float: left;
	width: 160px;
}
	.thumbnail-box img{
		width: 160px;
		height: 160px;
	}


/****************************************

          Sidebar

*****************************************/

#sidebar_top p{
	padding:10px;font-size: 14px;
	color:#333;line-height: 150%;/*letter-spacing: -0.05em;*/
}



/****************************************

          Footer

*****************************************/

#footernavi{
	padding: 20px 0;
	font-size: 80%;/*border-bottom:1px solid #ddd;*/
}
#cp{
	padding: 5px 0 20px 0;
	font-size: 80%; text-align: right;
}
#cp_prof{
	padding: 0px 0;
	font-size: 110%; text-align: right;line-height: 170%;
}

/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;/*eee*/
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ee7702/*ff69b4*/;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #000/*b15e0c*/;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #646464/*e68e38*/;
	color: #fff;
	text-decoration: none;
	/*text-shadow: 0 1px rgba(255, 255, 255, .75);*/
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #000/*fe56aa*/;
		background: #000/*ff89c4*/;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}


/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;

	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
@media screen and (max-width: 767px) {
.alignleft {
	float: none;
}

.alignright {
	float: none;
}
}
.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 0 0 /*1em 1.5em*/;
}


img.alignleft {
    display: inline-block;
    margin: 0 /*1.5em 1em*/ 0 0 0;
}


/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}

#searchform{
	position: relative;margin:30px auto 10px;
	/*margin-top:30px;*/width: 80%;max-width: 300px;
}
	#s{
		padding: 6px 20% 6px 5%;
		width: 75%;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px; 
		font-size: 10px;
	}
	#searchsubmit{
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 26px;
		border: none;
		background: url(https://www.entry-m.co.jp/dream-akashi/common/images/search.png) no-repeat 50% 50%;
	}


/****************************************

          sidebar

*****************************************/
#sidebar {
	/*float: right;
	width: 210px;/*320*/
	/*background: #fff;border:1px solid #ddd;padding: 6px;*/
	/*outline:solid 1px #dcdddd;border-bottom: 1px solid transparent;*/
	/*margin-bottom: 29px;	
	background: none;text-align : left;*/
}
/*#sidebar img{
	margin: 0px;padding:0px;
}*/




/*#sidebar .widget {
	margin-bottom: 15px;
}

#sidebar .widget p{
	padding:0 10px;font-size: 12px;
	color:#333;line-height: 130%;letter-spacing: -0.05em;
}

#sidebar .widget ul{
	padding:0 10px;font-size: 12px;
	list-style-position: outside;
	list-style-type: none;color:#333;
}
#sidebar .widget_search {
	padding:0 10px;
}
#sidebar_top {
	float: left;
	width: 320px;
}

#main,
#sidebar{
	margin-bottom: 59px;
	border-bottom: 1px solid transparent
}

#sidebar a {
	font-weight:bold;
	text-decoration: underline;
}*/

/****************************************

         main

*****************************************/

#main {
	/*width: 100%;margin: 0 auto ;padding:20px 0px;color: #333;*/
	/*float: left;width: 640px;margin: 0 ;padding:20px 0px;color: #333;*/
	width: 100%;
	margin: 0 0px;/*outline:solid 1px #dcdddd;*/
	margin-bottom: 29px;
	/*background: #fff;
	border-bottom: 1px solid transparent*/
}
/*.main_box {
	width: 95%;padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 3px 3px 10px -5px #999;
}*/

/*#main section{
	padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 0.60 );
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
}

#sub section{
	padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 0.60 );
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#sub2 section{
	padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 0.60 );
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#sidebar section{
	padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 0.60 );
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}*/
.main_box p{
font-size: 14px;
	color:#444;line-height: 160%;
}
#sub2 p{
font-size: 80%;padding:5px 4px;
	color:#444;line-height: 140%;
}
#sub2 section{
	margin: 0px;width: 95%;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 1 );
}

section {
	padding: 0px 0;margin-bottom: 29px;
}

/****************************************

         main_wp

*****************************************/

#main_wp {
	/*width: 100%;margin: 0 auto ;padding:20px 0px;color: #333;*/
	/*float: left;width: 640px;margin: 0 ;padding:20px 0px;color: #333;*/
	width: 100%;
	margin: 0 0px;/*outline:solid 1px #dcdddd;*/
	margin-bottom: 29px;
	/*background: #fff;
	border-bottom: 1px solid transparent*/
}

/*#main_wp a {
	color: #333;
}
#main_wp a:hover {
	color: #e65600;
}*/

#main_wp img {
	margin: 0 ;
}

#main_wp p{
	padding:0 15px;font-size: 14px;
	color:#333;line-height: 150%;/*letter-spacing: -0.05em;*/
}

#main_wp section{
	padding: 10px;
	margin: 0 0px;
	margin-bottom: 29px;
	background: rgba( 255, 255, 255, 0.60 );
	/*border: 1px solid #e5e5e5;*/
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*box-shadow: 3px 3px 5px -5px #999;*/
	
}


/****************************************

          wp contents

*****************************************/

#wp_contents {
	/*float: left;
	width: 740px;margin: 0 ;*/
	
}

/*#wp_contents a {
	color: #333;
	text-decoration: underline;
}
#wp_contents a:hover {
	color: #e65600;
	text-decoration: underline;
}*/


#wp_contents img {
	margin: 0 ;
}

#wp_contents p{
	padding:0 10px;font-size: 14px;
	color:#333;line-height: 150%;/*letter-spacing: -0.05em;*/
}


/* wideslider */
.wideslider {
	width: 100%;margin: 0px auto 20px;padding-bottom: 15px;/*ページネーションを下に下げる*/
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
/*.slider_prev {background: #fff url(images/arrow_previous.png) no-repeat right center;}
.slider_next {background: #fff url(images/arrow_next.png) no-repeat left center;}
*/
.slider_prev {background: #333 url(images/prev.png) no-repeat right center;}
.slider_next {background: #333 url(images/next.png) no-repeat left center;}

/*.slider_next {background: #F3F4F5 }*/

.pagination {
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 18px;/*15*/
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 8px;
	height: 8px;
	/*width: 15px;
	height: 15px;*/
	display: inline-block;
	overflow: hidden;
	background: #444444;/*#ea5504*/
	/*■から●に*/border-radius: 50%;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

.noscript {padding: 100px 50px;  width: 900px; margin:0 auto;background: #cdcdcd url/*("images/topimg/04.jpg")*/("images/oval.svg") no-repeat center ;text-align: center;line-height: 170%;font-size: 26px; color:#785839; font-weight:bold;

/*IE用フィルタ*/
filter:progid:DXImageTransform.Microsoft.Glow(Color='#fff', Strength=2);zoom:1;
/*IE用フィルタ*/
}

/*キャプション*/
.wideslider ul li span {
	display: inline;width:100%;background-color: rgba(250,208,0,0.8);
}
