@charset "utf-8";

/*
Theme Name: 札幌100マイルブログ用
Theme URI:
Description: 札幌100マイルサイト用のテーマです。
Version: 1.0
Author: yutaka@daisydigital.jp
Author URI: http://www.daisydigital.jp/
License: GNU General Public License
License URI: license.txt
Tags: green, Two-columns
*/


/*------------------------------------------------------------------------------
defaut.css for WordPress
 * Modified by Kei Nomura: 2011-07-02

このCSS内では、ブラウザ毎デフォルトスタイルのリセット
および、ほぼ変更のないであろう要素、良く使うclassのスタイル指定をしています。　
-------------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

article, aside, canvas, details, figcaption, figure, header,
hgroup, menu, nav, section, summary {
	display: block;
}

body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.8;
	margin-bottom: 1em;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

img,abbr,acronym,fieldset,a img {
	border: none;
}

img,li,dt,dd {
	vertical-align: bottom;
}
	* html li ,
	*:first-child+html li {
		vertical-align: baseline;
	}

q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}

ul{
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

ol,ul,dl {
//	margin-bottom: 1em;
}

dd {
	margin-left: 3em;
}


/*------------------------------------------------------------------------------
	基本スタイル　
-------------------------------------------------------------------------------*/
body {
	background-color: #FCF8EE;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;
}

/*------------------------------------------------------------------------------
	リンクカラー
	下線はdefault.cssで消してあるので、出したいときは適宜指定すること。
-------------------------------------------------------------------------------*/
a:link {
	color:#039;
}
a:visited {
	color:#606;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
a:active {
	color:#C00;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*------------------------------------------------------------------------------
	見出し
-------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
//	margin-bottom: 20px;
	clear: both;
}

h1.pagetitle {
	color: #030;
	font-size: large;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	padding: 5px 15px;
	border: 5px solid #FDE4C2;
	background-color: #DEE9D6;
}

.post h1,h2 {
	color: #030;
	font-size: large;
	font-weight: bold;
	line-height: 2;
	padding-left: 1em;
	border-bottom: 5px solid #FDE4C2;
	background-color: #DEE9D6;
}

h2.posttitle { /* 投稿のタイトル */
	line-height: 1.4;
	padding: 10px;
	border-bottom: 5px double #FDE4C2;
	background-color: #FFF;
}

h3 {
	color: #066;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2;
	padding-left: 1em;
	border-bottom: 3px solid #DEE9D6;
/*	background-color: #FFF;*/
	margin: 1em 0 1em 0;
}

h3 a{
	color: #066 !important;
  text-decoration:underline !important;
  }

h4 {
	color: #066;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.8;
	padding-left: 1em;
	border-bottom: 3px double #428460;
	margin: 1em 1em 1em 0;
}

h5,h6 {
	color: #066;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8;
	padding-left: 1em;
	margin: 1em 2em 1em 0;
}

/*------------------------------------------------------------------------------
	レイアウトボックス
-------------------------------------------------------------------------------*/
/*------　wrapper　------*/
#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0 auto;
	border: 0px solid #FDE4C2;
	/*background-color: #FFF;*/

  position:relative;
}


/*------　header　------*/
#header {
	height: 100px;
	background-color: #FCF8EE;
	position: relative;
}

/*------　#global　------*/
#global {
	background-color: #FCF8EE;
	border-top: 3px solid #ACC798;
}

/*------　main　------*/
#_main {
	float: left;
	width: 580px;
	padding: 10px;
}

#main.oneColumn { /*固定ページ1カラム用*/
//	width: 920px;
}

#top_main {
    width: 730px;
    margin-left: 4px;
    /*background-color: #FFFFFF;*/
    float:left;
    clear: none;

}


#home_main {
    width: 730px;
    float: left;
    clear: none;

}


#main {
    width: 580px;
    float: left;
    margin: 0 auto;
    padding: 10px 5px 0 5px;
    /*background-color: #FFFFFF;*/
    clear: none;

    margin-left: 215px;
}



/*------　side　------*/
#side {
	width: 200px;
	background-color: #FCF8EE;
	padding: 10px;
	margin: 10px;
	float: right;
	display: inline;/* for IE6 */
}

#sidebar-left {
    width: 210px;
    float: left;
    padding-top: 5px;
    padding-left: 15px;
    /*border-right: 1px solid #aaaaaa;*/
    /*background-color: #FFFFFF;*/
    clear: none;
    margin-left: -810px;
}


#sidebar-right {
    width: 210px;
    float: left;
    padding-top: 5px;
    padding-left: 0px;
    /*border-left: 1px solid #aaaaaa;*/
    /*background-color: #FFFFFF;*/
    clear: none;
    margin-left: 0;
}

#sidebar-top{
    width: 280px;
    padding-top: 5px;
    padding-left: 5px;
    /*border-left: 1px solid #aaaaaa;*/
    /*background-color: #FFFFFF;*/
    clear: none;
    float: right;
}

#sidebar-blog{
    width: 250px;
    padding-top: 5px;
    padding-left: 5px;
    float: right;
}

#top_main_box{
width:730px;
float:left;
}

#sidebar-top .widget{width: 220px;margin-left: 20px !important;}

#sidebar-top #fb-box{border:1px solid #D8DFEA;margin: 10px 0px 20px 0px;background:#FFF;}

#sidebar-top iframe{ }

#sidebar-top .side-title{ float:none;}

#pickup{overflow: hidden;}

#pickup li{margin-bottom: 5px;}　

/*------------------------------------------------------------------------------
		各ボックス内の詳細指定
-------------------------------------------------------------------------------*/

/*------　header　------*/
#header p {
	color: #FFF;
	font-size: x-small;
	position: absolute;
	top: 5px;
	right: 10px;
}


header li.search{display:none;}

#header-blog{
  background:#FFF;
  overflow:hidden;
  width:100%;
  text-align:center;
  margin-bottom: 10px;
  border-bottom:1px solid #C7D69B;
}

#header-blog ul{
  width: 1040px;
  margin:0 auto;

}

#header-blog ul a{
  color:#000;

}

#header-blog ul img{width: 20px;margin: 3px 10px;}

nav#header-blog ul li.reports a:after{content:"100マイルブロガーのブログ";}
nav#header-blog ul li.special a:after{content:"スペシャルブログ";}
nav#header-blog ul li.editorblog a:after{content:"耳寄り情報ブログ";}
nav#header-blog ul li.shoplog a:after{content:"お店からのお知らせブログ";}
nav#header-blog ul li.info a:after{content:"お知らせ";}
nav#header-blog ul li.chief a:after{content:"編集長ブログ";}



#blog_top{
margin-bottom: 10px;
}

#title {
	font-size: xx-large;
	position: absolute;
	top: 20px;
	left: 20px;
}

/*------　menu　------*/
ul.menu,
.menu ul {
	overflow: hidden;
}

.menu li {
	float: left;
	text-align: center;
	border-right: 1px dotted #ACC798;
}

.menu li a{
	line-height: 40px;
	font-weight: bold;
	padding: 0 2em;
	display: block;
	position: relative;
}

/* ドロップダウンナビ */
.menu li ul {
	position: absolute;
	left: -9999em;
	height: auto;
	width: 150px;
}

.menu li li {
	width: 150px;
	background-color: #FFC;
}

.menu li li a, .menu li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#900;
}

.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul {
	left: auto;
}

/*------ main > post　------*/
.post {
	background-color: #FFF;
	padding: 10px;
//	margin-bottom: 20px;
	overflow: hidden;
  border:1px solid #EEE;
  border-radius: 3px;
}

.post .postdate {
	color: #666;
	font-size: x-small;
	text-align: right;
	margin-top: -0em;
}

.post .postinfo {
	color: #666;
	font-size: x-small;
	text-align: right;
	clear: both;
}

.post li {
	line-height: 1.6;
	margin: 0 0 0.5em 3em;
}

.post ul li {
	list-style: disc;
}

.post p a {
	text-decoration: underline;
}

blockquote {
	background-color: #F4F6FE;
	border: 1px solid #999;
	margin: 0.5em 1em;
	padding: 10px 20px 10px 5px;
}

.sticky { /* 先頭に固定された投稿 */
	border: 2px solid #DDD;
}


/*　画像の最大幅　*/
.post img{

max-width:550px;
    width: auto;
    height: auto;
}

/*　画像の配置　*/
.alignnone { /*　指定なし　*/
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
  box-sizing: border-box;
}

div.alignnone { /*　指定なし:キャプションあり　*/
	margin-bottom: 10px;
}

.alignright { /*　右寄せ　*/
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 0 0 10px 10px;
	float: right;
  box-sizing: border-box;
}

.alignleft { /*　左寄せ　*/
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 0 10px 10px 0;
	float: left;
  box-sizing: border-box;
}

.aligncenter { /*　中央配置　*/
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 0px auto 10px;
	display: block;
  box-sizing: border-box;
}

.wp-caption { /*　位置指定した画像の枠　*/
	text-align: center;
}

.wp-caption-text, /*　投稿内画像下のキャプション　*/
.gallery-caption { /*　ギャラリー画像下のキャプション　*/
	font-size: 12px;
	line-height: 1.2;
	color: #666;
	margin: 0;
}

.attachment-post-thumbnail { /*　アイキャッチ画像　*/
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 10px;
}

.box-container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
/*------　side　------*/
#side h3 {
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
}

/*　widget　*/
.widget {
background-color: #FFFFFF;
	block:display;
	float:left;
	border-radius: 6px;
	border:3px solid #fde4c2;
	width:90%;
	margin: 0 0 10px 0;
	margin-bottom:20px;
	padding-left:10px;
}

.footerWidget {
	width: 240px;
	margin: 10px;
	float: left;
}
/*
.widget div{
	display:block;
	float:left;
	margin-left:10px;
}
*/
.widget ul {
	padding-left:4px;
}
.widget li {
	font-size: 0.9em;
	list-style: circle;
	margin: 0 0.9em 0 1.2em;
}

.widget h3 span {
  font-size:0.9em;
  margin-left: 5px;
  font-weight: normal;
}

.widget ol#ranking {
  margin-left: 10px;
  margin-bottom: 10px;
}

.widget ol#ranking li{
	list-style: decimal;
}

.widget ol#ranking+p{
  font-size: 0.8em;
  text-align: center;
  background: rgb(242, 223, 199);
  margin-right: 15px;
  padding: 3px;
}

.side-title{
	margin:0;
	margin-top:4px;
	margin-bottom:4px;
	padding:0;
	float:left;
}
.side-title img{
	width:180px;
	height:27px;
	margin-bottom:6px;
}
.more{
}
.more dt{
	font-size:0.9em;
	margin-top:10px;
}
.more dd{
	font-size:0.8em;
	margin-left:3.0em;
}
.side-list dd{
	font-size:0.9em;
	margin-left:1.0em;
}
.copyright {
	text-align: right;
}

.credit {
	text-align: right;
	font-size: xx-small;
}

/*------　投稿関連　------*/

#main pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}
/*------- ブログ情報 ---------*/
.blogInfo{
	display:block;
	width:99%;
	border-radius:6px;
	border:3px solid #FDE4C2;
	background-color:#ffffff;
	margin-top:-4px;
}
.blogInfo img{
	display:block;
	float:right;
	margin-right:8px;
  margin-left: 10px;
  max-height:120px;
}
.blogInfo .result{
	text-align:center;
	font-size:large;
	font-weight:bold;
	color:#030;
}
.blogTitle{
	padding-top:10px;
	background-color:#FDE4C2;
	text-align:left;
}
.blogTitle >a{
	padding-left:8px;
	/*text-decoration:none;*/
	font-size:1.5em;
	word-warp: break-word;
	line-height:1.2em;
	font-weight:bold;
}
.blogTitle p{
	padding-left:8px;
	font-size:0.8em;
}
.blogerName{
	line-height:0em;
	text-align:right;
	font-size:0.8em;
	padding-bottom:10px;
}
.authorInfo{
	display:block;
	margin-left:8px;
	font-size:0.8em;
	line-height:1.2em;
	min-height:130px;
}
.authorInfo span{
	margin-top:10px;
	padding-top:10px;
	font-weight:bold;
}
/*　前後の投稿へのリンク　*/
.pagelink {
	overflow: auto;
}

.pageprev {
	float: left;
}

.pagenext {
	float: right;
}

/* ページ分割した場合に、表示されるページャーのスタイル　*/
.post ul.pager {
	background-color: #FFF;
	padding: 10px;
	margin: 20px 10px;
	overflow: auto;
}

ul.pager li {
	font-weight: bold;
	margin: 5px;
	padding-right: 10px;
	border-right: 1px #999999 solid;
	list-style: none;
	float: left;
}

/*------　ページトップへ戻る　------*/
.pagetop {
	text-align: right;
	margin: 1em;
	clear: both;
}

/*-----　コメント　-----*/
.comment {
	background-color: #E2E8D9;
	padding: 1em;
	margin: 0 20px 20px 10px;
}

.bypostauthor { /* 管理人コメント */
	background-color: #EEE;
}

.commentmeta {
	font-size: 0.8em;
}

dl.commentform {
	margin: 0 0 1em 1em;
}

dl.commentform dt {
	font-weight: bold;
}

dl.commentform dd {
	margin-bottom: 1em;
}

.submitbtn {
	margin: 10px 0 10px 4em;
}

.commentform input[type="text"],
.commentform textarea {
	border: 1px solid #CCC;
	padding: 5px;
	width: 80%;
}

.commentform input[type="text"]:focus,
.commentform textarea:focus {
	background-color: #F0F4EA;
}

/*----- カレンダー（ウィジェット用） -----*/
#wp-calendar {
	width: 90%;
	margin-bottom: 20px;
	font-size: small;
	text-align: center;
	width: 90%;
	/*border: thin double #999;*/
}

#wp-calendar a {
	color: #369;
	font-weight: bold;
}

#wp-calendar a:hover {
	color: #F90;
	border: none;
}

#wp-calendar td, #wp-calendar th {
	width: 13%;
}

#wp-calendar caption {
	padding: 6px 8px;
	font-weight: bold;
	color: #036;
}

#wp-calendar #prev {
	text-align: left;
	padding-top: 3px;
	padding-left: 3px
}

#wp-calendar #next {
	text-align: right;
	padding-top: 3px;
	padding-right: 3px
}

.dl_link{
background: rgb(66, 188, 98) url('./common/img/dl_link.png') no-repeat right;
color: rgb(255, 255, 255) !important;
padding: 5px 45px 5px 15px;
border-radius: 8px;
display: inline-block;
}
/*------------------------------------------------------------------------------
gnav メニューバー
-------------------------------------------------------------------------------*/
nav {
	display:block;
	padding-bottom:4px;
  margin: 0 auto;
  width: 1040px;
}


nav ul {
	margin-left:2px;
}
nav ul li {
	float: left;
	margin-top:10px;
	margin-bottom:10px;
}

ul#nav_menu {
	margin-bottom:10px;
}

.mbtn a {
	overflow: hidden;
	display: block;
	width: 173px;
	height: 0;
	padding-top: 60px;
	background-image: url('./img/gnavi.png');
	background-repeat: no-repeat;

	text-indent: 100%;
	white-space: nowrap;
}

.mbtn.reports a {
	background-position: 0 bottom;
}

.mbtn.reports a:hover {
	background-position: 0 top;
}

.mbtn.special a {
	background-position: -174px bottom;
}

.mbtn.special a:hover {
	background-position: -174px top;
}

.mbtn.editorblog a {
	background-position: -348px bottom;
}

.mbtn.editorblog a:hover {
	background-position: -348px top;
}

.mbtn.shoplog a {
	background-position: -522px bottom;
}

.mbtn.shoplog a:hover {
	background-position: -522px top;
}

.mbtn.info a {
	background-position: -696px bottom;
}

.mbtn.info a:hover {
	background-position: -696px top;
}

.mbtn.chief a {
	background-position: -870px bottom;
}

.mbtn.chief a:hover {
	background-position: -870px top;
}

/*------------------------------------------------------------------------------*
 * 記事のタイルサムネイル（小）
 *------------------------------------------------------------------------------*/

.post_thmb_small{
	display:block;
	float:left;
	width:32%;
  height: 280px;
	margin-left:5px;
	margin-bottom:4px;
	padding:0;
	border:2px solid #EBD4B4;
  background: #FFF !important;
}




.pts_info{
	font-size:0.9em;
	display:block;
	text-align:center;
	border:0px solid #ff0000;
}
.pts_dates{
  color:#555;
  font-size: 0.9em;
  width:auto;
  margin:0;
  padding:0;
  text-align:center;
  border-bottom:1px solid #DDD;
}

.pts_icons{
	display:block;
	height:12px;
	text-align:center;
	margin-right:3px;
	margin-top:2px;
	padding:0;
	font-size:0.5em;
}
.pts_auther{
	display:block;
	border:0px solid #0000ff;
	float:left;
	margin-left:5px;
  margin-top: -5px;
	font-size:0.9em;
  line-height:1.6em;
}

.pts_blogname a{
  color:#6E8E1F;
 	font-size:1em;
  line-height:1.2em;
  font-weight:bold;
	display:block;
  padding: 5px;
  text-align:left;
}

.pts_img{
	margin-top:4px;
	margin-left:4px;
	display:block;
	text-align:center;
	width:50px;
	height:50px;
	position: relative;
	/*background-color:#e2e2e2;*/
}


.thumbnail{
  clear:both;
  margin: 5px 0;
}

.thumbnail img{
  max-width: 200px;
  height: 120px;
}

.pts_title {text-align:left;margin: 8px 0;}
.pts_title a{
  color:#F7930A;
  font-size: 1.2em;
  font-weight:bold;
  line-height: 1.2em;
  width:100%;
  height: auto;
  border:none;
  margin:3px;
  display:block;
  clear:both;
  }


/*------------------------------------------------------------------------------*
 * ブロガー紹介
 *------------------------------------------------------------------------------*/
#newblog_box{
width: 100%;
}

 #left-box{
width: 280px;
float:left;
}

#left-box #pickup{
margin-top: 25px;
}
#left-box #pickup li{
margin-bottom: 5px;
}

.userdata_box{
  width: 32%;
  margin-right: 2px;
  float: left;
	margin-bottom:4px;
	border-bottom:1px dotted #d3d5db;
  overflow:hidden;
  padding: 10px;
  box-sizing: border-box;
}

.userdata_box_inner{

padding:10px;
overflow: hidden;
}

.userdata_box img{
  float:left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.userdata_box a{
  color:#6E8E1F;
 	font-size:1.2em;
  line-height:1.2em;
  font-weight:bold;
}
.userdata_box p{
  margin-bottom: 0.2em;
}

.userdata_box p.description{
  font-size:0.8em;
  line-height:1.2em;
}

.author-link{
background: rgb(236, 173, 78);
text-align: center;
padding: 8px;
border-radius: 8px;
clear: left;
margin-top: 5px;
}

.author-link a{
color: #FFF;
font-size: 1.1em;
}


/*-------------------------------------------------*
*    blog_home用
*--------------------------------------------------*/

.post_home{

  background: #FFF;
  width:220px;
  height: 350px;
    border-radius:6px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  margin: 10px 8px;
  position:relative;
  display:inline-block;
  overflow:hidden;
}

.post_home .pts_dates{
  font-size: 1em;
  color:#666;
  padding: 4px 0;
  border:none;
}

.post_home .thumbnail{
  display:block;
  height: 122px;
  overflow:hidden;
  clear:none;
  margin: 0 10px 0 10px;
  }

  /*
.post_home .thumbnail img {
    min-width: 180px;
    height: auto;
    margin-left: -10px;
    margin-top:-25px;
}
*/

.post_home .pts_title {
  margin: 10px;
}

.post_home .pts_icons{
  position:absolute;
  bottom:5px;right: 10px;
}

.post_home p{
  color:#666;
  margin: 10px;
  line-height: 1.2em;
  text-align:left;
}

.post_home p:after{
content:"...";
}

#home_main{}

#post_box {
  max-width:730px;
  overflow:hidden;
  margin: auto;

  }

#sidebar_smart{display:none;}

/*pageTop*/
#pageTop{
    background:rgba(142,126,105,0.8);
    border-radius:5px;
    color:#ffffff;
    padding: 5px 15px;
    position:fixed;
    bottom:20px;
    right:20px;
    }
#pageTop:hover{
    background:#8E7E69;
    }


/*pagenav*/

#pagenav{clear: both;}

.pagination {
line-height:13px;
overflow:hidden;

}

.pagination .pagenav_head {
  color:#333;
  background:none;
}

.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:10px 12px;
text-decoration:none;
width:auto;
color:#fff;
background: #F7920A;

border-radius: 3px;
}

a.pagenav_arrow{
background:#FCB353;
}

.pagination a:hover{
color:#fff;
background: #FF6600;
}

.pagination .current{
padding:10px 12px;
background: #FF6600;
color:#fff;
}

/*event*/

#main-event {
    margin: 30px 30px 30px 5px;
    padding: 30px;
    background-color: #FFFFFF;
    float: left;

    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

#main-event.bijinlaunch {
    width: 700px;
}

.eventTitle{

	background-color:#FDE4C2;
	text-align:left;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 15px;
}
#main-event h2.posttitle {
    padding: 4% 20px;
    background: #fff url(./img/posttitle_bg.gif) bottom no-repeat;
    border-bottom: none;

    color: #363636;
    font-size: 2.4em;
    font-weight: bold;
}

#main-event .postbody{
    margin: 20px;
    margin-bottom: 50px;
    font-size: 1.1em;
    overflow: hidden;
}

#main-event .postbody h3 {
    color: #BA6B47;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2;
    padding-left: 1.5em;
    border-bottom: none;
    background: url(./img/posth3_bg.gif) 0 2px no-repeat;
    background-color: none;
    margin: 0.5em 0 0.5em 0;
}

#main-event .postbody h4 {
    color: #9C7462;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 0;
    border-bottom: none;
    margin: 0.5em 0 0.5em 0;
    border-bottom: 1px dotted #9C7462;
}

#main-event .postbody div.healthydo{
    background: rgb(245, 227, 217) ;
    padding: 15px;
    border-radius: 15px;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}
#main-event .postbody div.healthydo ul{
    margin-left: 0px;
    overflow: hidden;
}

#main-event .postbody div.healthydo ul li{
    list-style: initial;
    margin-left: 18px;
    list-style-type: disc;
}
#main-event .postbody div.healthydo ul ul li{
    list-style: circle;
    margin-left: 30px;
}

#main-event .postbody div.healthydo .alignleft{

}

#main-event .postbody div.post-blog{
    background: #FFF ;
    padding: 15px;
    border-radius: 5px;
    width: 180px;
    float: left;
    border: 1px solid #CCC;
    margin-bottom: 5px;
    margin-right: 5px;
}

#main-event .postbody div.post-blog div.thumbnail{
    text-align: center;

}

#main-event .postbody div.post-blog div.post-date{
    font-size: 0.9em;
}

#main-event .postbody div.post-blog div.post-title a{

    font-weight: bold;
    line-height: 1.5em;
}

#main-event .chef_point{
background: rgb(185, 93, 90);
color: rgb(255, 255, 255);
border-radius: 7px;
display: inline-block;
}

#main-event .chef_point_li{
color: rgb(212, 78, 78);
font-weight: bold;
}
#sidebar-event{
    float: right;
    margin-top: 30px;
    margin-right: 5px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    width: 200px;

}

#sidebar-event li{
    line-height: 2;
    margin-bottom: 5px;
    padding: 5px 5px 5px 10px;
    border-left: 5px solid #9DC39D;

}

#sidebar-event li ul li{
    border-left: none;
    padding: 5px;
    list-style: inside;
    font-size: small;
    line-height: 1.2;
}

ul.newevent{
background: white none repeat scroll 0% 0%;
padding: 10px;
border: 2px solid rgb(191, 227, 187);
margin: 4px;
}

ul.newevent span.more-btn a{
color: #844a1a;
background: rgb(240, 218, 189) none repeat scroll 0% 0%;
border-radius: 5px;
padding: 0px 10px;
margin-left: 5px;
}

a.shoplink{
    background: #b79161;
    color: white;
    font-size: 0.9em;
    padding: 2px 5px;
    border-radius: 5px;
}

a.shoplink:after{
content: " ";
background: url(common/img/icon-outlink.png) no-repeat 10px 3px;
background-size: 50% auto;
padding-right: 20px;
}


/*イベント　お問い合わせ*/

span.error{
color: red;
margin-left: 15px;
}

#main-event form input,#main-event form textarea {
    border: 1px solid #777;
    padding: 5px;
    background: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#main-event form label{
  margin-right: 5px;
}

#main-event form label input{
  margin-right: 5px;
}

#main-event form input[type="submit"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: none repeat-x scroll 0 0 #2F8DBC;
    background-image: -moz-linear-gradient(center top, #E7533F, #CF4A38);
    background-image: -webkit-linear-gradient(top, #E7533F, #CF4A38);
    background-image: linear-gradient(top, #E7533F, #CF4A38);
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial,sans-serif;
    line-height: 1;
    margin: 0 10px;
    padding: 8px 14px 9px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    outline: none;
}

#main-event form span#backbtn input[type="submit"] {
background: rgb(204, 204, 204) none repeat scroll 0% 0%;
color: rgb(85, 85, 85);
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
}

#main-event form
{
    clear:                  both;
}

#main-event form dl
{
    clear:                  both;
    overflow:               hidden;
    margin-top:             15px;
    margin-left:            15px;
    margin-bottom:          15px;
    padding-bottom:         10px;
    border-bottom:          1px solid #d2d2d2;

}


#main-event form dl dt
{
    float:                  left;
    clear:                  left;
    width:                  200px;
    padding:                0px 10px;
    border-left:            6px solid #67E0C2;
    margin:                 5px;
}

#main-event form dl dd
{
    float:                  left;
    width:                  500px;
    text-align:             left;
    margin:                 5px;
}

#main-event .mw_wp_form p.check{
padding: 0 15px;
}

#main-event .mw_wp_form p.check label{
line-height: 1.3em;;
}
.mw_wp_form_confirm p.check:before{
content: "●";
color: #666666;
}

#main-event .nec{
color: #FFF;
background: #FF4C4C;
padding: 0px 5px;
margin-left: 10px;
font-size: 0.7em;
border-radius: 5px;
vertical-align: middle;
}

.pdf:after{
content: " ";
background: url(img/pdf.png) no-repeat 0px -5px;
padding-right: 20px;
}

p.event_period{font-weight: bold;color: #8C0000;}

div.post-comment+p.event_period{
font-size: 0.9em;
margin-top: 5px;
background: #ddd;
padding: 5px;}

.shopbox{
width: 46%;
background-color: #f5ecdf;
border-radius: 8px;
border: 1px solid #d6c6af;
padding: 10px 40px;
box-sizing: border-box;
float: left;
margin-right: 20px;
}
.shopbox-s{
width: 32%;
margin-top: 20px;
margin-right: 10px;
padding: 10px;
}

.shopbox h4{
font-size: 1.5em;
text-align: center;
}

.shopbox-s p{
font-size: 0.9em;
line-height: 1.5;
}

.shopbox a{
background: #a93c3c;
    width: 100%;
    display: block;
    color: white;
    line-height: 2.5;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
}
