/*
Theme Name: SeaSNS
*/
/* 基本レイアウト */
html{
	margin:0;
	padding:0;
	overflow: auto;
}
body {
    width:100%;
    margin:0 auto;
	overflow: hidden;
	color:#666;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}
a {
	text-decoration:none;
}
.clear{
	clear:both;
}
.page_title{
	width:96%;
	position: relative;
	padding-bottom: 0;
	border-bottom: 4px solid #ccc;
	margin:20px auto 30px;
	font-size:22px;
}
.page_title::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}
p.page_title{
	font-weight:bold;
}
#container,#header1,nav,#footer1{
    width:1280px;
    margin:0 auto;
}
header, main, aside, footer{
    display:block;
}
header{
	background-color:#504139;
}
#header1{
	position: relative;
}

#header1 h1{
	margin:0;
	padding-top:10px;
	padding-left:10px;
}
#header1 h1 a{
	color:#FFF;
}
#header1 p{
	color:#FFF;
	padding-left:10px;
}
.logo_box{
	float:left;
}
.logo_box h1 img{
	width:100%;
	max-width:408px;
	height:auto;
}
main, aside {
    margin:0px 0px 10px 0px;
    padding:20px;
}
main h1{
	width:100%;
	position: relative;
	padding-bottom: 0;
	border-bottom: 4px solid #ccc;
	margin:20px auto 30px;
	font-size:24px;
}
main h1::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 28%;
	height: 4px;
	background-color: #3498db;
}
#header_img {
	padding:0;
	margin:0;
}
#header_img img{
	max-width: 2500px;
	max-height: 500px;
	width: 100%;
	height: auto;
	vertical-align: top;
}
#navi{
	width:100%;
	background-color:#6e4a20;
	height:41px;
	margin:0;
	padding:0;
    -webkit-box-shadow: 0 6px 6px #777;
       -moz-box-shadow: 0 6px 6px #777;
            box-shadow: 0 6px 6px #777;
}
#navi ul{
	margin:0;
	list-style: none;
}
#navi li{
	line-height:41px;
	text-align:center;
}
#navi li a{
	color:#FFF;
}
main {
    float:left;
    width:100%;
	max-width:920px;
}
aside {
    float:right;
    width:270px;
}

footer {
	width:100%;
	height:100px;
    clear:both;
    text-align: center;
    padding: 10px;
	background-color:#504139;
    -webkit-box-shadow: 0 -6px 6px #777;
       -moz-box-shadow: 0 -6px 6px #777;
            box-shadow: 0 -6px 6px #777;
}
#footer1{
	position: relative;
	height:100%;
}
.copy{
	position:absolute;
	bottom:15px;
	right:20px;
}
footer #menu-menu-2 a{
	color:#FFF;
}
.aicachi img{
	display: inline-block;
	margin-bottom:15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
/* ナビゲーション */
.menu{
	list-style:none;
	padding-left:0;
}
.menu li{
	width:20%;
	float:left;
	text-align:center;
}
.menu li a{
	display:block;
}
.menu-item-553 a:before{
	font-family: "dashicons";
	content: "\f102　";
}
.menu-item-546 a:before{
	font-family: "dashicons";
	content: "\f306　";
}
.menu-item-548 a:before{
	font-family: "dashicons";
	content: "\f161　";
}
.menu-item-612 a:before{
	font-family: "dashicons";
	content: "\f123　";
}
.menu-item-547 a:before{
	font-family: "dashicons";
	content: "\f348　";
}
/* 記事ブロック */
.rspace{
	margin-right:5px;
}
.entry-block{
	width:275px;
	height:400px;
	overflow:hidden;
	float:left;
    border:1px solid #ccc;
	margin-left:15px;
	margin-bottom:15px;
	padding:5px;
	background-color:#FFF;
}
.entry-block h2 a{
	color:#800019;
	font-size:20px;
}
.entry-title{
	margin:8px 0;
}
.entry_txt{
	margin:10px 0;
}
.entry-meta{
	font-size:14px;
}
.entry-meta a{
	color:#666;
}
.entry-meta a:hover{
	color:#0AD;
	text-decoration:underline;
}
.entry-block img{
	width:100%;
	height:auto;
	margin-top:5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.entry_cate:before{
	font-family: "dashicons";
	content: "\f318";
}
.entry_auther:before{
	font-family: "dashicons";
	content: "\f110";
}
.entry_edit:before{
	font-family: "dashicons";
	content: "\f464";
}
.entry_date:before{
	font-family: "dashicons";
	content: "\f469";
}
.entry_tags:before{
	font-family: "dashicons";
	content: "\f323";
}
.entry_comment:before{
	font-family: "dashicons";
	content: "\f101";
}
.entry_view:before{
	font-family: "dashicons";
	content: "\f177";
}
.rline{
	text-align:right;
}
/* ウィジット */
.widget{
	list-style:none;
    border:1px solid #ccc;
	padding:10px;
	margin:10px auto;
	background-color:#FFF;
}
/*ホームページ*/
.main_title_h2{
	width:100%;
	font-size: 20px;
	color: #FFF;
	background: #00416b;
	font-weight: bold;
	border: 2px solid #FFF;
	box-shadow: 0 0 3px 3px #00233d;
	border-radius: 5px;
	padding: 8px;
	margin-top:30px;
}
/* 新着*/

.home-entry-block{
	width:200px;
	height:220px;
	overflow:hidden;
	float:left;
	border:1px solid #ccc;
	margin-left:15px;
	margin-bottom:15px;
	padding:5px;
	background-color:#FFF;
	text-align:center;
}
.home-entry-block h3{
	font-size:16px;
	margin:0 0;
	padding:0 0;
}
.home-entry-block h3 a{
	color:#800019;
}
/*ログインフォーム*/
#sidebar-me{
	text-align:center;
}
.user_box{
  border:1px solid #ccc;
	padding:10px;
	margin:10px auto;
	background-color:#FFF;
}
.user_box label{
	display:block;
	padding:5px;
}
.user_box #sidebar-wp-submit{
	display:block;
	width:98%;
	margin:10px auto;
}
.nav-previous{
	float:left;
}
.nav-previous:before{
	content: "←";
}
.nav-next{
	float:right;
}
.nav-next:after{
	content: "→";
}
.recomment{
	display:block;
	clear:both;
	padding-top:20px;
	margin-top:10px;
}
/* search */
.search_box{
	width:300px;
	position: relative;
	float:right;
	top:50px;
	right:20px;
}
.searchform{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
	border-radius:17px;
	padding:3px 5px;
}
.searchfield {
-webkit-appearance: none;
	width:100%;
	height:30px;
	line-height:30px;
	text-indent:5px;
	background:none;
	border:none;
}
.searchsubmit{
	position:absolute;
	display:block;
	top:10px;
	right:15px;
}
.searchsubmit:hover{
	filter: alpha(opacity=5);
	opacity: 0.5;
}
/*ホームページ上部ブロック*/
.home-top{
	margin: 10px 0;
}
.home-slide{
	text-align:center;
	margin-top:20px;
	margin-left:5px;
	width:450px;
	float:left;
	height:300px;
}
.bxslider{
	margin:0;
	padding:0;
	width:450px;
	height:300px;
	overflow:hidden;
}


.news {
	margin-top:20px;
	background-color: #e2e2ba;
	width:430px;
	height:300px;
	padding:5px;
	float:right;
	overflow: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.news h2{
	margin:2px;
	padding:0 0 2px 5px;
	font-size:18px;
	border-bottom: 2px dotted #666;
}
.news dt{
	padding:5px 0;
	margin: 0;
	font-size:16px;
}
.mark-date:before{
	content: "◇ ";
}
.news dd{
	margin:0;
	padding-left:10px;
	font-size:14px;
	border-bottom: 1px dotted #666;
}
.news dd p{
	margin:3px 0;
	padding:0;
}
/* 投稿ページングメニュー */
#paging{
	width:100%;
}
#paging .previous_link_block{
	float:right;
}
#paging .next_link_block{
	float:left;
}
/*投稿ボタン（HOME)*/
.entry_button{
	width:100%;
	height:60px;
	text-align: center;
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.entry_button a{
	display: block;
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
}
.user_box p{
	margin:0;
	font-size:14px;
}
.widgettitle{
	margin:0 0 10px;
	font-size:18px;
	background: #00416b;
	font-weight: bold;
	border: 2px solid #FFF;
	box-shadow: 0 0 3px 3px #00233d;
	border-radius: 5px;
	padding: 8px;
	color: #FFF!important;
}
#sidebar ul{
	list-style: none;
	padding:0;
	margin:0;
}
#sidebar .cat-item{
	margin-left:10px;
	padding:0;
}
/*人気ランキング*/
.size-65x65{
	float:left;
}
.widget_views li{
	display: inline-block;
	margin-bottom: 10px;
}
.widget_views li:last-child {
	margin-bottom: 0;
}
.wpp-list li{
	display: inline-block;
	margin-bottom: 10px;
}
.wpp-list li:last-child {
	margin-bottom: 0;
}
/*フォーム*/
.contribution_form{
	width:95%;
	margin:10px auto;
}

.contribution_form input[type="text"],
.contribution_form input[type="password"],
.contribution_form select,
.contribution_form textarea,
.user_box input[type="text"],
.user_box input[type="password"],
#comment_area #comment,
#comment_area #author,
#comment_area #email
{
	width:95%;
	padding:8px;
	border:1px solid #777;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.contribution_form input[type="checkbox"]{
		margin:7px;
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
}
.contribution_form input[type="submit"],
.user_box input[type="submit"],
#comment_area #submit
{
		width: 98%;
		height:38px;
		border:1px solid #777;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background-color: rgb(246,157,5);
		cursor: pointer;
		cursor: hand;
}
/*投稿フォーム*/
.contribution_form dt{
	margin-bottom:15px;
}
.contribution_form dd{
	margin-bottom:20px;
	margin-left:10px;
}
.attform{
	font-size: 12px;
}
.rcolor{
		color: #F00;
}
.contribution_form .button,
.user_box .button{
	display: block;
	text-align:center;
	margin:5px auto;
	line-height:25px;
	width: 80%;
	height:25px;
	border:1px solid #777;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgb(246,157,5);
	padding:3px 8px;
	color:#333;
}
/*bbPress関連*/
#bbpress-forums{
	font-size:14px;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 14px;
}
#bbpress-forums .bbp-forums-list li {
	font-size: 13px;
}
#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
	font-size: 16px;
}
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
	font-size: 13px;
}
span.bbp-author-ip {
	font-size: 13px;
}
div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 14px;
}
span.bbp-admin-links a {
	font-size: 12px;
}
.bbp-row-actions #favorite-toggle a {
	font-size: 13px;
}
.bbp-row-actions #subscription-toggle a {
	font-size: 15px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
	font-size: 13px;
}
.bbp-topic-pagination a {
	font-size: 12px;
}
body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
	font-size: 14px;
}
#bbpress-forums #bbp-your-profile fieldset span.description {
	font-size: 14px;

}
div.bbp-template-notice p {
	font-size: 14px;
}
#bbpress-forums #bbp-search-form{
	margin-bottom:8px;
}
#bbpress-forums #bbp-search-form input[type="text"]{
	padding:5px;
	border:1px solid #777;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#bbpress-forums #bbp-search-form input[type="submit"]{
	padding:4px;
	border:1px solid #777;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#bbpress-forums #bbp_reply_content,
#bbpress-forums input#bbp_anonymous_author,
#bbpress-forums input#bbp_anonymous_email,
#bbpress-forums input#bbp_anonymous_website,
#bbpress-forums input#bbp_topic_title,
#bbpress-forums input#bbp_topic_tags,
#bbpress-forums #bbp_topic_content,
#bbpress-forums #bbp_stick_topic_select,
#bbpress-forums #bbp_topic_status_select {
	padding:8px;
	border:1px solid #777;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:14px;
}
#bbpress-forums input#bbp_topic_subscription,
#bbpress-forums input#bbp_topic_subscription {
		width: 24px;
		height: 4px;
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
}
#bbpress-forums #bbp_reply_submit,
#bbpress-forums #bbp_topic_submit{
		width: 100px;
		height:38px;
		border:1px solid #777;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background-color: rgb(246,157,5);
		cursor: pointer;
		cursor: hand;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	background: #896235;
	color:#EEE;
}
.about{
	width:98%;
	margin:10px auto;
}
.about dt{
	margin:10px;

}
.about dt:before{
	content: "■ ";
}
.about dd{
	margin-bottom:20px;
}
#item-nav{
	background-color:#CCC;
}
#buddypress div.item-list-tabs{
	background:#CCC;
}
/*buddypress*/
#buddypress div.dir-search {
	margin: -5px 0 0 0;
}

/* レスポンシブの設定 */
@media screen and (max-width: 1279px) {

	#container,#header1,nav,#footer1{
		width:100%;
    	margin:0 auto;
	}
	main {
    	float:left;
			width:60%;
	}
	.home-entry-block{
		width:28%;
		height:240px;
	}
	.entry-block{
		width:45%;
		height:450px;
	}
	.entry_button{
		width:90%;
		margin:10px auto;
	}
	.main_title_h2{
		width:90%;
		margin:20px auto;
	}
	.home-slide{
		float:none;
		margin:20px auto;
	}
	.news {
		float:none;
		width:450px;
		margin:auto;
	}
	.widget{
		width:95%;
		margin:20px auto;
	}
	.aicachi img{
		width:100%;
		height:auto;
		max-width:900px;
	}
}
@media screen and (max-width: 900px) {
	#container,#header1,nav,#footer1{
		width:100%;
    	margin:0 auto;
	}
	main {
    float:none;
		width:98%;
		padding:5px;
	}
	aside {
	  float:none;
		width:100%;
		padding:0;
	}
	.logo_box{
		float:none;
	}
	.search_box{
		position: static;
		float:none;
		width:95%;
		margin: 0 auto 10px;
	}
	#navi{
		height:auto;
	}
	#menu-menu-1{
		width: 100%;
		margin:0;
		padding:0;
		border:0;
	}
	.menu li{
		float:none;
	}
	#menu-menu-1 li{
		background: #736152;
		color: #fff;
		width: 100%;
	}
	#menu-menu-1 a{
		display: block;
		font-size: 16px;
		line-height: 40px;
		margin: 0 1px 0 0;
		padding: 0 20px;
		font-weight: bold;
		text-decoration: none;
		border-bottom:1px solid #999;
		text-align:left;
	}
	#menu-menu-1 a:hover {
  		background: #504139;
	}
	.home-slide{
		width:90%;
		max-width:450px;
		margin:10px auto;
		height:auto;
	}
	.bxslider img{
		height:auto;
	}
	.news{
		width:90%;
		max-width:450px;
		margin:20px auto;
	}
	.home-entry-block{
		width:45%;
	}
	.user_box{
		width:95%;
		margin: 0 auto 10px;
	}
	.user_box .input{
		display:block;
		width:98%;
		margin:10px auto;
	}
	.user_box #sidebar-wp-submit{
		display:block;
		width:98%;
		margin:10px auto;
	}
	.entry-block{
		height:470px;
	}
	.wpp-list li{
		display: inline-block;
		width:48%;
		margin-bottom: 10px;
	}
	#buddypress{
		width: 95%;
		height:auto;
		border:1px solid #CCC;
		margin:20px auto 30px;
		padding:10px;
	}
	#buddypress .standard-form #basic-details-section,
	#buddypress .standard-form #blog-details-section,
	#buddypress .standard-form #profile-details-section {
		float: none;
		width:100%;
	}
	#buddypress .standard-form #profile-details-section {
		float: none;
	}
	#buddypress .standard-form#signup_form div.submit {
		float: none;
	}
}

@media screen and (max-width: 600px) {
	.entry-block{
		width:95%;
		float:none;
		height:auto;
		margin:10px auto;
	}
	.searchfield {
		width: 85%;
	}
	.home-entry-block{
		width:90%;
		margin:10px auto;
		float:none;
	}
	.wpp-list li{
		display: block;
		width:95%;
		margin-bottom: 10px;
	}

}
.add_side{
	width:200px;
	margin:10px auto;
}
.add_amazon{
	clear:both;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
/*クリアフィックス*/
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
