@charset "UTF-8";

/*
----------------------------------------------------------------------------------------
  共通設定
----------------------------------------------------------------------------------------
*/

.wrapper {
}

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

/*
----------------------------------------------------------------------------------------
  ヘッダーエリア
----------------------------------------------------------------------------------------
*/
.header-top {
	background: #d8b155;
	position: relative;
	z-index: 1;
}

.header-top h1 {
	color: #3b2003;
	font-size: 12px;
	margin: 0 auto;
	padding: 5px 0;
	width: 1000px;
}

.pc_none {
	display: none;
}

#header {
	background-color: #3B2003;
	border-bottom: 3px solid #D8B155;
	box-shadow: 0 1px 5px #666;
	  -webkit-box-shadow: 0 1px 5px #666;
	  -moz-box-shadow: 0 1px 5px #666;
	position: relative;
}

.header-inner {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#header .logo {
	padding: 10px 0;
}

/*
#menu-topnav {
	margin-left: 305px;
	position: absolute;
	left: 50%;
	top: 0;
}

#menu-topnav li {
	float: left;
	margin-right: 10px;
}

#menu-topnav li:last-child {
	margin-right: 0;
}

#menu-topnav li a {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,f2f2f2+50,f2f2f2+100 */
/*	background: rgb(255,255,255); /* Old browsers */
/*	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 50%, rgba(242,242,242,1) 100%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(50%,rgba(242,242,242,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 50%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 50%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 50%,rgba(242,242,242,1) 100%); /* IE10+ */
/*	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 50%,rgba(242,242,242,1) 100%); /* W3C */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
/*	border: 1px solid #E0E0E0;
	border-top: none;
	border-radius: 0 0 3px 3px;
	  -webkit-border-radius: 0 0 3px 3px;
	  -moz-border-radius: 0 0 3px 3px;
	color: #755A3C;
	font-size: 11px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	display: block;
	line-height: 1;
	padding: 4px 0;
	text-align: center;
	width: 90px;
}*/

#searchform {
	position: absolute;
	bottom: 10px;
	right: 0;
}

#s {
	background-color: #FFF;
	border: none;
	border-radius: 2px;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	box-shadow: inset 3px 3px 5px #CCC;
	  -webkit-box-shadow: inset 3px 3px 5px #CCC;
	  -moz-box-shadow: inset 3px 3px 5px #CCC;
	float: left;
	margin-right: 5px;
	width: 198px;
}

#s:focus {
	background: #F5F5F5;
	outline: none;
}

#searchsubmit {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3ce7f+0,caa140+100 */
	background: rgb(243,206,127); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,206,127,1) 0%, rgba(202,161,64,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,206,127,1)), color-stop(100%,rgba(202,161,64,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,206,127,1) 0%,rgba(202,161,64,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,206,127,1) 0%,rgba(202,161,64,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,206,127,1) 0%,rgba(202,161,64,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(243,206,127,1) 0%,rgba(202,161,64,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ce7f', endColorstr='#caa140',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	color: #442500;
	font-family: FontAwesome;
	font-size: 17px;
	border: none;
	cursor: pointer;
	padding: 2px 0;
	width: 40px;
}

#searchsubmit:hover {
	background: #CDA443;
}

#searchsubmit:focus {
	outline: none;
}



/*
----------------------------------------------------------------------------------------
ナビ
----------------------------------------------------------------------------------------
*/

.nav {
	margin-top: 20px;
}

.nav li {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 150px;
}

.nav li:last-child {
	margin-right: 0;
}

.nav li a {
	background: #666;
	border-radius: 5px 5px 0 0;
	  -webkit-border-radius: 5px 5px 0 0;
	  -moz-border-radius: 5px 5px 0 0;
	color: #FFF;
	display: inline-block;
	line-height: 2.5;
	width: 100%;
}

.nav_close {
	display: none;
}


/*
----------------------------------------------------------------------------------------
メイン画像
----------------------------------------------------------------------------------------
*/

.mainimg {
	margin: 20px 0;
}


/*
----------------------------------------------------------------------------------------
  広告リンク
----------------------------------------------------------------------------------------
*/


.aflinkr {
	font-size: 18px;
	color:#0044CC;
	text-align: right;
	margin:10px 5px;
	font-weight: bold;
}
.aflinkl {
	font-size: 18px;
	color:#0044CC;
	text-align: left;
	margin:10px 0px;
	font-weight: bold;
}

.aflinkr-960 {
	font-size: 18px;
	color:#0044CC;
	text-align: right;
	margin:5px 0px;
	font-weight: bold;
}


/*
----------------------------------------------------------------------------------------
  アクセス解析
----------------------------------------------------------------------------------------
*/

div.access {
	position: relative;
	clear: both;
	margin: 0;
    padding: 0;
}

/*
----------------------------------------------------------------------------------------
  メインコンテンツ
----------------------------------------------------------------------------------------
*/

#container {
	margin: 0 auto 50px;
	width: 1000px;
}

/*
----------------------------------------------------------------------------------------
  メインコンテンツ
----------------------------------------------------------------------------------------
*/

#main {
	background-color: #FFF;
	border: 1px solid #eee9d9;
	box-shadow: 0 0 0 5px #FFF,0 2px 3px 5px #DDD;
	  -webkit-box-shadow: 0 0 0 5px #FFF,0 2px 3px 5px #DDD;
	  -moz-box-shadow: 0 0 0 5px #FFF,0 2px 3px 5px #DDD;
	float: left;
	margin: 5px 0 0 5px;
	padding: 0 15px 15px;
	width: 640px;
}

.content p {
	line-height: 1.7;
}


/*
----------------------------------------------------------------------------------------
  サイドバー
----------------------------------------------------------------------------------------
*/

#side {
	float: right;
	width: 300px;
}

#side .ad {
	margin-bottom: 20px;
}


/*
----------------------------------------------------------------------------------------
  サイドバー 人気記事
----------------------------------------------------------------------------------------
*/

.wpp-2 * {
	font-size: 14px;
	font-weight: bold;
	transition: linear 0.2s;
	  -webkit-transition: linear 0.2s;
	  -moz-transition: linear 0.2s;
}

.wpp-2 h4 {
	background: #EEE;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 10px;
}

.wpp-2 ul {
	border: 1px solid #CCC;
}

.wpp-2 a {
	border-bottom: 1px solid #EEE;
	display: block;
	color: #333;
	padding: 10px;
}

.wpp-2 li:last-child a {
	border-bottom: none;
}

.wpp-2 a span {
	line-height: 1.5;
}

.wpp-2 a:hover {
	background: #F5F5F5;
}

.wpp-2 a:hover .wpp-title {
	color: #5EBABA;
}

.wpp-title {
	text-decoration: underline;
}

.wpp-li-a {
	display: block;
}

.wpp-thum {
	width: 30%;
	margin-right: 3%;
}

.wpp-dt {
	width: 65%;
}


.wpp-date {
	color: #0C555D;
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

.wpp-dt a {
	color: #333;
	text-decoration: underline;
}

.wpp-excerpt {
	display: block;
	line-height: 1.5;
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
}


/*
----------------------------------------------------------------------------------------
  パンくずリスト
----------------------------------------------------------------------------------------
*/

.breadcrumb {
	font-size: 12px;
	margin: 20px auto 10px;
}

.breadcrumb > span {
	margin: 0 5px;
}

.breadcrumb > span:first-child {
	margin-left: 0;
}



/*
----------------------------------------------------------------------------------------
  投稿
----------------------------------------------------------------------------------------
*/


/*
----------------------------------------------------------------------------------------
  ページトップ
----------------------------------------------------------------------------------------
*/

.pagetop {
	float:right;
	padding-right:5px;
	text-align:right;
	margin:30px 0px 10px;
	clear:both;
}


/*
----------------------------------------------------------------------------------------
  ページナビゲーション
----------------------------------------------------------------------------------------
*/

.pagenavi {
	margin: 20px 0 50px;
}

.pagenavi .fa {
	color: #AAA;
}

.pagenavi .prev,
.pagenavi .next {
	width: 48%;
}

.pagenavi .next {
	text-align: right;
}

.pagenavi .prev a,
.pagenavi .next a {
	background: #EEE;
	color: #333;
	display: block;
	font-size: 14px;
	padding: 15px;
	transition: 0.2s;
	  -webkit-transition: 0.2s;
	  -moz-transition: 0.2s;
}

.pagenavi .prev a:hover,
.pagenavi .next a:hover {
	background: #999;
	color: #FFF;
}



/*
----------------------------------------------------------------------------------------
  子ページ表示用
----------------------------------------------------------------------------------------
*/

/*
----------------------------------------------------------------------------------------
  運営者情報用
----------------------------------------------------------------------------------------
*/


#unei table {
	width: 680px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}


#unei td {
	width: 480px;
	padding: 12px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 12px;
}

#unei th {
	width: 200px;
	padding: 12px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	font-size: 12px;
	color: #FFF;
	background: #9CC;
}


/*
----------------------------------------------------------------------------------------
  フッターエリア
----------------------------------------------------------------------------------------
*/

#footer {
	background: #3b2003;
	border-top: 3px solid #d8b155;
	color: #FFF;
	font-size: 12px;
}

.foot-inner {
	margin: 0 auto;
	padding: 25px 0;
	width: 1000px;
}

.foot-box,
#logo-box {
	float: left;
	width: 235px;
	margin-right: 20px;
}

#logo-box {
	margin-right: 0;
}

#logo-box img {
	height: auto;
	width: 100%;
}

.foot-box h3 {
	border-bottom: 1px dotted #AAA;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.foot-box li {
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
}

.foot-box li:before {
	content: "\f0da";
	color: #AAA;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 2px;
}

.foot-box li a {
	color: #FFF;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	text-decoration: underline;
}

.foot-box li a:hover{
	color: #F26964;
}

.copyright {
	clear: both;
	text-align: right;
}


/*
----------------------------------------------------------------------------------------
  メディアクエリ
----------------------------------------------------------------------------------------
*/
@media screen and (max-width: 1000px) {
	#header {
		border-bottom: none;
		box-shadow: none;
		  -webkit-box-shadow: none;
		  -moz-box-shadow: none;
	}

	.header-inner {
	    background-color: #3b2003;
	    border-bottom: 3px solid #d8b155;
	    box-shadow: 0 1px 5px #666;
		  -webkit-box-shadow: 0 1px 5px #666;
		  -moz-box-shadow: 0 1px 5px #666;
	}

	.header-top h1 {
		background: #d8b155;
	}

	#footer {
		border: none;
	}

	.foot-inner {
	    background-color: #3b2003;
	    box-sizing: border-box;
	      -webkit-box-sizing: border-box;
	      -moz-box-sizing: border-box;
	      -o-box-sizing: border-box;
	      -ms-box-sizing: border-box;
	    border-top: 3px solid #d8b155;
		padding: 25px 10px;
	}
}
