@charset "utf-8";
/*
Theme Name: 見波亭ブランドサイト
Theme URI: 
Description: 「見波亭ブランドサイト」用のテーマです。
Author: ikechan0201
Author URI: http://ikechan0201.com/
*/

/*-------------
base
-------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align: top;
}
body {
	font-size:12px;
	font-family:'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	line-height:150%;
	background-color:#FFFFFF;
	height: 100%;
	width: 100%;
}
ol,
ul {list-style:none;}
p a { color:#0099CC; }
p a:link { color: #333333; }
p a:visited { color: #333333; }
a {text-decoration: none;}
a:link { color: #333333; }
a:visited { color: #333333; }
a img:hover{
	opacity:0.8;
}
h1{
	font-size:20px;
	line-height:130%;
	font-weight:normal;	
	margin:15px 0px 20px 0px;
}
h2{
	font-size:18px;
	line-height:130%;
	font-weight:normal;	
	margin:15px 0px 20px 0px;
}
h3{
	font-size:15px;
	font-weight:bold;
}
blockquote{
	font-size:11px;
	border-left:3px double #999;
	padding:0px 15px;
	margin:0px 0px 20px 30px;
}

/*---------------------------------------
index.php(TOPページ)
---------------------------------------*/
/*--------------------------
全体/左メニュー
--------------------------*/
#wrap{
  height: 100%;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 100;
  min-height: 100%;
  overflow: visible;
  font-size: 12px;
}
#sidemenu{
 	width: 235px;
	height: 100%;
	min-height: 780px;
	position: fixed;
	top: 0;
	left: 0;
	background:#F0EAE3;
	z-index: 100;	
}
#sidemenu .menu-list {
	padding: 11% 0 0 26px;
}
#sidemenu .menu-list ul.menu li.first{
	margin-bottom:20%;
}
#sidemenu .menu-list ul.menu li{
	margin-bottom:8px;
}

#sidemenu .menu-list ul.sns {
  position: absolute;
  padding-top: 10%;
}
#sidemenu .menu-list ul.sns li {
  float: left;
}
#sidemenu .menu-list ul.sns li:first-child {
  margin-left: 7px;
}
#sidemenu .menu-list ul.sns li.bnr {
  margin-top: 7%;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
}



/*--------------------------
全体/contents
--------------------------*/
#mainwraps {
  min-width: 720px;
  margin-left: 235px;
  position: relative;
}
.top-inner{
	height:auto;
}
#mainwraps .top-inner img.slide{
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
}

#mainwraps .top-content{
    position: absolute;
	bottom:100px;
    width: 100%;
    z-index: 99;
}
#mainwraps .top-content .content_wraps {
	margin: 15px 0px;
	width: 100%;
	overflow:hidden;
        display: none;
}
}
#mainwraps .top-content .content_wraps_inner{
	margin:0px auto;
	width: 970px;
}
#mainwraps .top-content .title {
	display: block;
	margin: 0px auto 20px;
}
/* NEWS */
#mainwraps .top-content section.new_topics {
	width: 336px;
	float: left;
	padding:10px;
}
#mainwraps .top-content section.new_topics .topic_box {
	overflow: hidden;
	margin-bottom: 15px;
}
#mainwraps .top-content section.new_topics .topic_box a {
	display: block;
	width: 320px;
	height:110px;
}
#mainwraps .top-content section.new_topics .topic_box img.thum {
	float: left;
	border: 1px solid #888989;
	padding: 3px;
	clear: both;
}
#mainwraps .top-content section.new_topics .topic_box .fl_r {
	float: right;
	margin-top:20px;
}
#mainwraps .top-content section.new_topics .topic_box p {
	line-height: 1.8em;
	width: 170px;
	color:white;
}

#mainwraps .top-content section.yomoyama {
	float: left;
	width: 280px;
	padding:10px;
}
#mainwraps .top-content  section.yomoyama img.thum {
	border: 1px solid #888989;
	padding: 5px;
	margin-bottom: 25px;
}
#mainwraps .top-content p{
	text-align:center;
	color:white;
}

#mainwraps .top-content section.blog {
	float: left;
	width: 280px;
	padding:10px 10px 10px 20px;
}
#mainwraps .top-content section.blog img.thum {
	border: 1px solid #888989;
	padding: 5px;
	margin-bottom: 25px;
}
#mainwraps .top-content .topics_read{
  text-align:left;
  margin:0 auto;
  width:240px;
  padding-top:15px;
}


/*-------------
footer
-------------*/
#footer {
	width:100%;
}


/*---------------------------------------
single.php(投稿ページ)
---------------------------------------*/
#article{
	width:980px;
	margin:0px auto;
	padding:20px 0px;
}
.article-content-s{
	width:800px;
	margin:5px auto 20px;
	font-size:110%;
	line-height:1.5;
}
.article-content-s img.aligncenter,.article-content-p img.aligncenter{
	display:block;
	margin:auto;
}
.article-content-s h2{
	border-bottom: 1px dotted;
	padding-bottom: 3px;
	font-size: 22px;
}
.article-content-s h3{
	padding-bottom: 5px;
}
.article-content-s a{
	text-decoration:underline;
	color:#5484C8;
}
.article-content-s a:hover{
	color: #C03;
}
.box-inner h1{
	border-bottom:2px solid #666;
	margin-bottom:10px;
	padding-left:30px;
	padding-bottom:10px;
	color:#666;
	display:block;
	background:url(images/mark.gif) no-repeat left center 2px;
	font-size:2.5em;
}
.box-inner{
	margin:20px 20px 10px;
}

/*---------------------------------------
category.php(一覧ページ)
---------------------------------------*/
/*category*/
#category-main{
	width:980px;
	margin:0px auto;
	padding:20px 0px;	
}
.category-list{
	float:left;
	width:300px;
	height:300px;
	margin:20px 10px;
}
p.article-title{
	font-size:15px;
	line-height:130%;
	font-weight:normal;
	margin:15px 0px 10px 0px;
	border-bottom:1px solid #	
}


/*tag*/
.taglist{
	margin-bottom:20px;
}
.taglist p{
	padding:10px 15px;
	background-color:black;
	color:white;
	font-size:15px;
}

/*-------------
category
-------------*/
/*PagiNavi*/
.wp-pagenavi {
	clear:both;
	padding:15px 16px;
}
.wp-pagenavi a,
.pages,
.current {
	margin-right: 4px;
	padding:3px 6px;
	border: 1px solid #ccc;
	background: #fff;
	text-decoration: none;
	text-align:center;
}
.wp-pagenavi a:hover,
.current{
	color: #fff;
	background: #3793ce;
}


/*---------------------------------------
search.php(検索結果ページ)
---------------------------------------*/
/*searchform*/
.search-form input{
	vertical-align:middle;
}
.search-form #s{
	width:220px;
	height:20px;
}

/*search*/
.search-title{
	margin-bottom:20px;
}
.search-title p{
	padding:10px 15px;
	background-color:black;
	color:white;
	font-size:15px;
}
p.results-title{
	line-height:190%;
	font-size:13px;
}

