@charset "UTF-8";
/*
Theme Name: Shimoda100
Theme URI:
Description:
Version: 1
Author:
Author URI:
*/


/* Setting
-------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
del{text-decoration: line-through;}
img {border: none;}
ul {list-style: none;}
code {color:#000099; font-family:"Courier New",Courier,monospace;}
blockquote {
    margin: 1em 20px;
    padding: .5em 1em;
    font-style:italic;
}
strong { font-weight: bold;}
em { font-style: italic;}
small,.small {font-size: 80%;}
big, .big {font-size: 140%;font-weight: bold !important;}
.clear {clear: both;}
.hidden {display: none;}
.red{color:#cc0000;}
.blue{ color:#2c7cf2;}
.wrapping,
.child-wrapping{
	overflow: hidden;
	zoom:1;
	width: 100%;
}
.inline{
	display: inline;
	margin: 0;
}
	.child-wrapping{
		width: auto;
		padding-bottom: 10px;
	}
	.wrapping br{height: 0 !important;line-height: 0 !important;}
html,body {height:100%;}
a:active,a:focus {outline:0 none;}
::selection { color: #555; background-color: #cbf2ff;}
::-moz-selection { color: #555; background: #cbf2ff; }
:focus {-moz-outline-style: none;}


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

*:first-child+html .clearfix {zoom: 1;}
ol,li{
     margin:25px 0 25px 25px;
     padding-left:15px;
}

body{
    font:
    	14px/160%
    	Verdana,
    	Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	sans-serif;
    background: #f5f5f5 url(images/bg.gif) repeat 0 0;
    color: #555;
}

body>p{ display: none;}


a,a:visited {
	color:#498985;/* colors */
	text-decoration: underline;
}
	a:hover,a:active{
		color: #274a48;/* colors */
		text-decoration: underline;
	}

	a:hover img{
		opacity: .75;
	}

a.external-link,
a.external{
	background:url(images/blank.gif) no-repeat transparent right 5px;
	padding-right:16px;
}
	a.external-link:hover,
	a.external:hover{background-position:right -24px;}


/* Layout
-------------------------------------------------- */


#header{
	padding-top: 20px;
	margin-bottom: 80px;
}

#container,.wrapper {
	width : 940px;
	margin:0 auto;
}
	#container{
		margin-bottom: 120px;
	}

#container:after,
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html #container,
*:first-child+html .wrapper{
	zoom: 1;
}

#main {
	width: 620px;
	float: right;
	position: relative;
}
	#main.search{
		float: none;
		margin: 0 auto;
	}

#sidebar {
	width: 220px;
	float: left;
	padding-top: 50px;
	padding-right: 50px;
	background: url(images/sidebar-bg.png) repeat-y 100% 0;
}

#footer{
	margin-top: 80px;
	background: url(images/black-10.png) repeat 0 0;
	padding-top: 20px;
}

.radius{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wp_social_bookmarking_light{float:right; text-align:right !important;}

/* header
-------------------------------------------------- */

#logo { position: relative; }

#logo a{
	display: block;
	width: 216px;
	height: 45px;
	text-indent: -999em;
	background: url(images/logo.png) no-repeat 0 0;
	float: left;
}
	#logo a:hover{ background-position: 0 100%;}

	#logo span{
		display: none;
		position: absolute;
	}
		#logo a:hover span{
			display: block;
		}
			#logo a span {
				background : url(images/to-home.png) no-repeat;
   				width : 90px;
  				height : 35px;
  				left :90px;
  				top : 50px;
			}

#navi{
	margin: 0;
	padding: 0;
	overflow: hidden;
	width:500px;
	float: right;
}
	#navi ul{ float: right; margin-right: 20px;}
	#navi li{
		display: inline;
		float: left;
		margin: 0;
		padding: 0;
		text-shadow: 0 1px #fff;
	}
		#navi li a{
			display: block;
			line-height: 43px;
			padding:0 10px;
			padding-bottom: 2px;
			color: #999;
			text-decoration: none;
			font-size: 16px;
		}
			#navi li a:hover,
			#navi li.current a{
				color:#555;
				text-decoration: none;
				background: url(images/link-border-green.png) no-repeat 0 100%;
			}
	.list-separeter{
		background: url(images/list-separater.gif) no-repeat 50% 0;
		height: 44px;
		text-indent: -9999px;
		width: 22px;
	}
#search{
	margin-top: 7px;
	width: 180px;
	height: 24px;
	float: right;
}
	#s{
		width: 154px;
		height: 24px;
		background: url(images/search-form-bg.png) no-repeat 0 1px;
		border: none;
		padding-left: 20px;
		padding-right: 5px;
		float: right;
		color: #555;
		text-shadow: 0px 1px #fff;
	}
		#s:focus{
			outline: none;
			background-position: 0 -29px;;
		}
	#searchsubmit{
			display: none;
		}

/* main
-------------------------------------------------- */

.post{
	margin-top: 50px;
	margin-bottom: 50px;
}

#top-buttons{
	height: 23px;
	overflow: hidden;
	position: relative;
}

#rss{
	display: block;
	width: 55px;
	height: 20px;
	background: url(images/rss.png) no-repeat 0 0;
	text-indent: -9999px;
}
	#rss:hover {background-position: 0 100%;}

	#top-buttons .tweet-button,
	#top-buttons .like-button,
	#rss{
		position: absolute;
	}
		#top-buttons .tweet-button { bottom:0;right:110px;}
		#top-buttons .like-button {bottom: 0;right: 0;}
		#rss {bottom: 0;right: 390px;}


#slider-wrapper{ position: relative ; margin-bottom: 40px;}
#slider{
	width: 780px;
	height: 475px;
	margin: 0 auto 25px;
	background: url(images/loading.gif) no-repeat 50% 50%;
}
	#slider .slide{
		display:none;
	}
	#prev-button,
	#next-button{
		width: 80px;
		height: 475px;
		display: block;
		text-indent: -9999px;
		position: absolute;
		top:0;
	}
		#prev-button {
			background: url(images/prev.png) no-repeat 100% 30%;
			left: 0;
		}

		#prev-button:hover{background: url(images/prev.png) no-repeat 0 30%;}
		#next-button{
			background: url(images/next.png) no-repeat 100% 30%;
			right: 0;
		}
		#next-button:hover{
			background: url(images/next.png) no-repeat 0 30%;
		}

	.slide img{
		width: 780px;
		height: 475px;
		display: block;
		margin: 0 auto;
	}


#news ul{
	height: 300px;
	overflow: scroll;
	background: rgba(255,255,255, .4);
	border: 1px dashed #498985;
	list-style: none;
	padding: 10px 3px;
}
#news li{
	margin: 10px 0 15px;
	min-height: 56px;
}
	#news li a {
		display: block;
	}

		#news li img{
			width: auto;
			height: auto;
			max-width: 90px;
			max-height: 90px;
			-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
			margin-right: 10px;
		}

#slider.second-slider,
#slider.third-slider{
	height: 215px;
}
	#slider.second-slider,
	#slider.third-slider{
		width:700px;
		height: 215px;
		margin: 0 auto 80px;
		background:  url(images/loading.gif) no-repeat 50% 50%;
	}

		#slider.second-slider .slide,
		#slider.third-slider .slide{
			width: 700px;
			 display: none;
			 background: #fff;
			 height: 210px;
		}

	#slider-wrapper.slider-700 #prev-button,
	#slider-wrapper.slider-700 #next-button{
		height: 215px !important;
		cursor: pointer;
	}
		#slider-wrapper.slider-700 #prev-button,
		#slider-wrapper.slider-700 #next-button{
			background-position: 100% 50%;
		}
		#slider-wrapper.slider-700 #prev-button:hover,
		#slider-wrapper.slider-700 #next-button:hover{
			background-position: 0% 50%;
		}
		#slider.second-slider .text-box,
		#slider.third-slider .text-box{
			width: 300px;
			float: left;
		}
		#slider.second-slider img,
		#slider.third-slider img{
			width: 300px;
			height: 185px;
			float: right !important;
		}
			#slider.second-slider .text-box h2,
			#slider.third-slider .text-box h2{
				font-size: 160%;
				margin-bottom: 10px;
			}
			#slider.second-slider .text-box p,
			#slider.third-slider .text-box p{ margin-bottom: 48px;}

#slider.third-slider{
	height: 215px;
}
		#slider.third-slider .slide{
			width: 682px;
			height: 210px !important;
			overflow: hidden;
			text-overflow: ellipsis;
			-webkit-text-overflow: ellipsis;
			-o-text-overflow: ellipsis;
		}
	#slider.third-slider #back,#slider.third-slider #next{
		height: 215px;
	}

		#slider.third-slider img{
			margin-left: 20px;
			width: 290px;
			height: 180px;
			padding: 5px;
			background: #fff;
			float: right !important;
			margin-right: 2px;
			margin-top: 2px;
		}
			#slider.third-slider .text-box h2{
				font-size: 160%;
				margin-bottom: 5px;
				line-height: 140%;
			}
				#slider.third-slider .text-box h2 span {
					display: block;
					margin-bottom: 3px;
					font-size: 80%;
				}
			#slider.third-slider .text-box p{
				margin-bottom: 0px;
				max-height: 90px;
			}

			#slider.third-slider .text-box .period{ /* 開催期間 */
				font-size: 85%;
				color: #999;
			}


#eyecatch-seg{
	background: #fff url(images/eyecatch-seg-top.gif) repeat-x 0 0;
	margin-bottom: 25px;
}
	#eyecatch-seg>div{background: url(images/eyecatch-seg-bottom.gif) repeat-x 0 100%; }

#breadcrumb ul{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #999;
}
	#breadcrumb ul li {
		padding: 0;
		margin: 10px 10px 10px 0;
		float: left;
	}

#blog-top-img{
	width: 260px;
	height: 160px;
}

#post-title{
	width: 620px;
	float: right;
	height: 170px;
	position: relative;
	margin-bottom: 30px;
}
	#post-title h2{
		font-size: 180%;
		line-height: 120%;
		margin-top: 70px;
		margin-bottom: 10px;
	}
		#post-title.event h2 {margin-top: 40px;}
		#post-title.event h2 span{
			font-size:70%;
			display: block;
		}
	#post-title #post-date{
		margin-bottom: 7px;
	}
		#blog-comment{
			width: 37px;
			height: 32px;
			position: absolute;
			text-align: center;
			line-height: 32px;
			top:0;
			right: 0;
			background: url(images/comment-bg.gif) no-repeat 0 0;
		}

	#post-title .period span{
		padding-left: 2em;
	}

	.social-buttons-top .tweet-button,
	.social-buttons-top .like-button,
	.social-buttons-top .follow-button{
		position: absolute;
		display: inline;
	}
		.social-buttons-top .tweet-button { bottom:0;right:200px;}
		.single-restaurant .social-buttons-top .tweet-button { bottom:0;right:100px;}
		.social-buttons-top .like-button {bottom: 0;right: 0;}
		.social-buttons-top .follow-button {bottom: 0;right: 120px;}


#eyecath-image{
	width: 260px;
	height: 160px;
	padding: 5px;
	background: #fff;
	float: left;
	border: 1px solid #ddd\9;
	box-shadow: 0 1px 5px #999\9;
	behavior: url(http://shimoda100.com/wp-content/themes/New100/PIE.htc);
}


	#taxonomies{
		overflow: hidden;
	}
		#taxonomies a{
			display: block;
			float: left;
			font-size: 85%;
			margin-right: .5em;
			padding: .2em .5em;
			background: #999;
			text-decoration: none;
			color: #fff;
		}
			#taxonomies a:hover{ background: #777;}

#shop-logo{
	min-width: 160px;
	max-width: 240px;
	position: absolute;
	top:0;
	right: 0;
}

.separate {
	background: url(images/dashed.png) no-repeat 0 0;
	padding-top: 25px;
}

.half{
	width: 460px;
	float: left;
	margin-left: 20px;
	margin-bottom: 60px;
	position: relative;
}
	.half img,
	.quarter img{
		width: 210px;
		height: 128px;
		float: left;
	}
		.half img.pure{
			width:220px;
			height: 140px;
		}

	.half>div{
		width: 230px;
		float: right;
	}

.quarter{
	width: 220px;
	float:left;
	margin-left: 20px;
	margin-bottom: 60px;
	position: relative
}
	.quarter>div{
		margin-top: 150px;
	}
	.quarter img{
		position: absolute;
		top:0;
	}

.offset-half{
	width: 380px;
	float: left;
	margin-left: 20px;
	margin-bottom: 25px;
	position: relative;
	overflow:hidden;
}
	.offset-half .text-box{
		margin-top: 200px;
		margin-left: 80px;
	}
	.offset-half-post {
		background: url(images/post-bg.png) no-repeat 0 200px;
	}

.no-title{
		margin-left:80px;
}


.first { margin-left:0; }
	.second{ margin-left: 240px;}

.offset-half.first{
	margin-left: 100px;
}

.column-380{
	width: 380px;
	margin-right: 20px;
	float: right;
	margin-bottom: 25px;
}
	.column-380.first{
		margin-right: 0px;
	}
	.separate.archives{
		margin-top: -2px;
		width: 780px;
		margin-left: 80px;
		padding-top: 25px;
	}
		.first-archives{ padding-top: 2px !important;}

.fish1{
	background: url(images/fish1.png) no-repeat 50% 0;
	height: 30px;
	float: none !important;
	margin-top: 50px;
}
.fish2{
	background: url(images/fish2.png) no-repeat 50% 0;
	height: 82px;
	margin-top: 50px !important;
}
.fish3{
	background: url(images/fish3.png) no-repeat 50% 0;
	height: 70px;
	margin-top: 50px !important;
}
.fish4{
	background: url(images/fish4.png) no-repeat 50% 0;
	height: 30px;
	margin-top: 50px !important;
}
.fish5{
	background: url(images/fish4.png) no-repeat 50% 0;
	height: 30px;
	float: none !important;
	margin-top: 50px;
}
.fish6{
	background: url(images/fish6.png) no-repeat 50% 0;
	height: 30px;
	float: none !important;
	margin-top: 50px !important;
}
.fish7{
	background: url(images/fish7.png) no-repeat 50% 0;
	height: 35px;
	float: none !important;
	margin-top: 50px !important;
}
.fish8{
	background: url(images/fish8.png) no-repeat 50% 0;
	height: 220px;
	margin-top: 50px !important;
}
.fish9{
	background: url(images/fish4.png) no-repeat 50% 0;
	height: 30px;
	width: 190px;
	margin-top: 175px !important;
}
#fish-japanese{
	background: url(images/fish4.png) no-repeat 50% 0;
	height: 30px;
	float: none !important;
	margin-top: 20px;
}

#social-buttons{
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
}
	#social-buttons .tweet-button,
	#social-buttons .like-button,
	#social-buttons .follow-button{
		float: left;
		max-width: 110px;
		margin-right: 15px;
	}


#related-shops,
.shop-list{
	width: 640px;
}
	.column-140{
		width: 140px;
		float: left;
		margin-right: 20px;
		margin-bottom: 30px;
		height: 200px;
	}
		.column-140 img{
			width: 134px;
			height: 79px;
			padding: 3px;
			background: #fff;
			margin-bottom: 5px;
		}
		.column-140 a{
			font-weight: bold;
			display: block;
		}
		.column-140 a p{
			font-size: 85%;
		}

.shop-list .column-140{
	position: relative;
}
	.shop-list .column-140 img{
		position:absolute;
		top:0;
		left: 0;
	}
		.shop-list .column-140 a{
			margin-top: 90px;
		}

.post-archives{
	margin-bottom: 50px;
}

.post-archives .text-box{
	width: 380px;
	float: right;
}
.post-archives img{
	width: 210px;
	height:130px;
	padding: 5px;
	background: #fff;
	float: left

}


/* elements
-------------------------------------------------- */

.post img,
.post-archives img,
.drop-shadow{
	padding: 5px;
	background: #fff;
	box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
	behavior: url(http://shimoda100.com/wp-content/themes/New100/PIE.htc);
}
	.drop-shadow,
	.ie img{

	}
	img.pure{
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		background: none !important;
		padding: 0 !important;
	}

.offset-half img{
	width: 290px;
	height: 180px;
	position: absolute;
	top:0;
}

.column-380 img{
	width: 180px;
	height: 110px;
	padding: 5px;
	background: #fff;
	float: left;
	display: block;
}
	.column-380 img.first-img{
		margin-right: 10px;
	}
	.column-380 img.seccond-img{
		margin-left: 190px;
	}

.more {
	display: block;
	float: right;
	font-size: 85%;
	padding: 5px 0 5px 24px;
	background: url(images/more.png) no-repeat 0 50%;

}


.blog-title>div{
	width: 371px;
	float: right;
}
.blog-title h2{
	width: 371px;
	height: 35px;
	text-indent: -9999px !important;
	background: url(images/blog-title.png) no-repeat 0 0;
	margin-top: 0 !important;

}
	.blog-title h2 span{ color:#498985;}

.blog-index h2{
	margin-top:10px;
	margin-left: 270px;
	font-size: 180%;
	padding-bottom: 50px;
}
#search-result{
	margin-left: 0;
	text-align: center;
}

.half.first h2,
.quarter.first h2,
.offset-half.first h2,
#sidebar h2,
#footer h2{
	font-size: 140%;
	margin-bottom: 10px;
	line-height: 140%;
	text-shadow: 0 1px #fff;

}
	.half.first h2 span,
	.quarter.first h2 span,
	.offset-half.first h2 span,
	#sidebar h2 span,
	#footer h2 span{
		color: #498985;
		font-weight: bold;
	}
	 h2.indent{
	 	margin-left: 5em;
	 	text-indent: -5em;
	 }

#sidebar h2 {margin-bottom: 0px;}
.sub-title{
	font-size: 85%;
	line-height: 140%;
	margin-bottom: 10px;
}

.half h3,
.quarter h3,
.offset-half h3,
.column-380 h3,
.post-archives .text-box h3{
	font-size: 140%;
	margin-bottom: 10px;
	line-height: 140%;
	text-shadow: 0 1px #fff;
	margin-top: -.25em;
}
	.half h3 a,
	.quarter h3 a,
	#post-title h2 a,
	#slider.second-slider .text-box h2 a,
	#slider.third-slider .text-box h2 a,
	.offset-half h3 a,
	.to-archive a,
	.column-380 h3 a,
	.post-archives .text-box h3 a{
		text-decoration: none;
		border-bottom: 1px dashed #498985;
	}
		.half h3 a:hover,
		.quarter h3 a:hover,
		#post-title h2 a:hover,
		#slider.second-slider .text-box h2 a:hover,
		#slider.third-slider .text-box h2 a:hover,
		.offset-half h3 a:hover,
		.to-archive a:hover,
		.column-380 h3 a:hover,
		.post-archives .text-box h3 a:hover{
			border-bottom: 1px dashed #274a48;
			text-decoration: none;
		}


.offset-half .text-box h3{
	margin-bottom: 5px;
}
.offset-half .text-box h3 span {
	font-size: 70% !important;
	display: block;
	line-height: 120%;
}
	.offset-half .text-box p.period {
		color: #777;
		font-size: 85%;
	}

	.half .tag-list-wrap{
		margin-top: 10px;
		float: none;
		overflow: hidden;
		width: 460px;
	}
#footer h3{
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
	text-shadow: 0 1px #fff;
}

#main h3{
	font-size: 140%;
	color: #222;
	margin-bottom: 20px;
	padding-left:15px;
	background: url(images/heading-green.gif) no-repeat 0 0;
	line-height: 1.5;
}

.post p{ margin-bottom: 1.5em;}

.post img{ max-width: 620px;}
	.wp-caption-text {
		margin:0 0 0 0;
		font-size: 85%;
		max-width: 300px !important;
	}
		.wp-caption img{margin-bottom: .5em;}
		.wp-caption-text{margin-bottom: 0!important;}
		.wp-caption {max-width: 300px !important;}
.alignleft{
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}

.alignright{
	float: right;
	display: inline;
	margin:0 0 20px 20px;
}
	img.alignright {
		width: 290px;
		height: 180px;
	}
		.alignright img.pure{
			width:300px;
			height: auto;
		}
img.aligncenter{
	display: block;
	margin: 0 auto;
}


.post h3{
	font-size: 140%;
	color: #222;
	margin-bottom: 20px;
	padding-left:15px;
	background: url(images/heading-green.gif) no-repeat 0 0;
	line-height: 1.5;
}

.post h3~h3{
	margin-top: 50px;
}

.post h4{
	font-size: 130%;
	margin: 40px 0 10px 0;
	line-height: 1.4;
	padding-left:15px;
	background: url(images/heading-gray.gif) no-repeat 0 0;
	color:#222;
}

.post h5{
	font-size: 120%;
	margin: 35px 0 10px 0;
	line-height: 1.4;
}

.post h6{
	font-size: 110%;
	margin: 25px 0 5px 0;
	font-weight:bold;
	line-height: 1.4;
}


.post-archives .text-box h3{
	background: none !important;
	padding-left: 0 !important;
	margin-bottom: 5px !important;
}
	.post-archives .text-box p{
		margin-bottom: 5px;
	}
		.post-archives .text-box p.post-date{ color :#777;}

.post ol{
	margin:25px 0 25px 25px;
	padding-left:15px;
	line-height: 1.5;
}
	.post ol ol, .post ul ul{
		margin:0 0 20px 25px;
		padding-left:15px;
	}

.post ul,
.page ul,
#recent-post-list{
	margin:25px 0 25px 25px;
	padding-left:15px;
	list-style-image: url(images/list-style.png);
}

	.post ol li,
	.post ul li,
	#recent-post-list li{
		margin: 10px 0;
		padding-left: 0;
	}
	#recent-post-list li span{
		display: block;
	}
	.post li h4,
	.post li h5 { margin-top: 0;}


.post blockquote,
.quote{
	background: url(images/blockquote.png) no-repeat 0 0;
	margin:1em 20px;
	padding:1em 0 0 30px;
	font-style: normal;
}
	.post blockquote div,
	.quote div{
		padding-right: 30px;
		padding-bottom: 1em;
		display:block;
		margin: 0;
		background: url(images/blockquote-bottom.png) no-repeat right bottom;
	}
.post blockquote h4,
.quote h4,
.post blockquote h5,
.quote h5{
	margin-top: 0;
	margin-bottom: 5px;
}


.post h2+ul,
.post h2+ol,
.post h3+ul,
.post h3+ol,
.post h4+ul,
.post h4+ol,
.post h5+ol,
.post h5+ul,
.page h3+ul,
.post h2+h3,
.post h3+h4,
.post h2+h4,
.post h4+h5,
.post h5+h6,
div.wrapping+h4,
div.wrapping+h3{
	margin-top:0;
}

.page .table,
.entry .table,
.table{
	overflow: hidden;
}

.post table,
.table table{
	margin-top: -1px;
	border-collapse: collapse;
}
	.post table th{
		white-space:nowrap;
		font-weight: bold;
		letter-spacing:.5em;
	}

.post table td,
.post table th{
	border-top: 1px dashed #777;
	padding: .5em 1em;
}

	.post table td{
		border-left: 1px dashed #777;
	}
		.post table td ul{ margin: 0 0 0 25px;}

.post table{
	width: 100%;
}

table.type1{
	margin-bottom: 1.5em;
}
table.type1 caption{
	font-weight: bold;
	text-align: left;
}
table.type1 th {
	border-left:1px dashed #777;
	border-top:none;
	text-align: left;
}
	table.type1 th.first,
	table.type1 td.first{
		border-left: none;
	}

.to-archive{
	clear: both;
	background: url(images/accent-line.gif) no-repeat 0 50%;
}
	.to-archive a{
		margin-left: 25px;
	}

.attention{
	border: 1px dashed #de5c47;
	padding: 1em;
	margin-bottom: 1.5em;
}
	.attention h3,
	.attention h4,
	.attention h5,
	.attention h6{
		margin: 0;
	}

.left-colum{
	width: 300px;
	float: left;
}
.right-colum{
	width: 300px;
	float: right;
}
.left-colum h3,
.left-colum h4,
.left-colum h5,
.right-colum h3,
.right-colum h4,
.right-colum h5{
	margin-top: 0;
}

.to-index {
	text-align: right;
	margin-bottom: 1.5em;
}



/* comment
-------------------------------------------------- */

#about-author,
#related-posts{
	margin-bottom: 50px;
	position: relative;
}
	#related-posts { margin-bottom: 0;}
	.auther-meta{
		float: right;
		width: 520px;
	}
		.auther-meta cite{
			display: block;
			font-weight: bold;
		}
	#about-author img {
		padding: 5px;
		background: #fff;
		float: left;
		box-shadow: 0 1px 5px #999;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
		behavior: url(http://shimoda100.com/wp-content/themes/New100/PIE.htc);
	}

#comments-template { padding-top: 20px;}
#comments-seg{margin-bottom: 40px;}
	.comment-list{
		list-style: none;
		width: 620px;
		padding: 0;
		margin: 0;
	}
	.comment-list li{
		background: url(images/green-dashed.png) repeat-x 0 100%;
		margin: 0;
		padding: 20px 0 50px 0;
	}

#comments, #respond{ margin-bottom: 20px; }

.comment-author, .comment-body{
	width: 220px;
	margin-right: 20px;
}
	.comment-body{
		width: 380px;
		background: url(images/blockquote.png) no-repeat 0 0;
	}
	.comment-body>div{
		background: url(images/blockquote-bottom.png) no-repeat right bottom;
		padding:1.2em 1.8em;
		word-break:break-all;
	}
	.comment-author img{
		float: left;
		margin-right: 0.5em;
		box-shadow: 0 1px 5px #999;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
		-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
		padding: 5px;
		background: #fff;
		behavior: url(http://shimoda100.com/wp-content/themes/New100/PIE.htc);
	}
	.comment-author cite{display: block;}

		.comment-author{float: left;}
		.comment-body{float: right;margin-right: 0;}
		.byuser .comment-author{float: right;margin-right: 0;}
		.byuser .comment-body{float: left;}

#commentform label{ display: block;}
	#commentform label span{ color:#de5c47;}

#commentform input[type="text"],
#comment-form-seg textarea{
	border: 1px dashed #498985;
	height: 24px;
	width: 300px;
	color: #333;
	background: url(images/white-70.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	#commentform input[type="text"]:focus,
	#comment-form-seg textarea:focus{
		background: #fff;
	}



	#comment-form-seg textarea{
		width: 610px;
		overflow: auto;
		height: 130px;
	}


	#commentform p{margin-bottom: 10px;}

#comment-submit{
	min-height: 0 !important;
	margin-bottom: 0 !important;
}


#gm,
div.gm {
	float: right;
	margin:0 0 20px 20px;
}
#gm iframe,
div.gm iframe{
	box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
	padding: 5px;
	background: #fff;
	behavior: url(http://shimoda100.com/wp-content/themes/New100/PIE.htc);
}


/* sidebar
-------------------------------------------------- */

#sidebar .local-menu{
	background: url(images/sidebar-module-bg.png) no-repeat 0 0;
	min-height: 190px;

}

	.local-menu h3,
	.shop-tweet h3{
		font-size: 120%;
		font-weight: bold;
	}
	.local-menu ul {
		margin: 0;
		padding: 0;
	}
		.local-menu ul li{
			margin:0 0 0 25px;
			padding: 0;
			list-style-image: url(images/module-list-style.png);
		}

.module{
	margin-bottom: 50px;
	text-shadow: 0 1px #fff;
}
	.module li{
		word-break:break-all;
	}

.tag-list {
	margin: 0;
	padding: 0;
}

.category{
	margin: 0 0 0 25px;
	padding: 0;
	list-style-image: url(images/module-list-style.png);
}
	.category li{
		margin: 0;
		padding: 0;
	}
		.category li a{
			display: block;
		}
	.tagcloud{
		margin-bottom: 25px;
	}


	.tag-list li{
		float: left;
		margin: 5px 2px 0 0;
		padding: 0;
	}
		.tag-list li a,
		.tagcloud a{
			display: block;
			float: left;
			font-size: 85%;
			margin-right: .5em;
			padding: .2em .5em;
			background: #999;
			text-decoration: none;
			color: #fff;
			font-weight: normal !important;
			text-shadow: none;
			border-bottom: 1px solid #fff;
			border-top: 1px solid #aaa;
			white-space:nowrap;
		}
			.tagcloud a {margin-bottom: 5px;}
			.tag-list li a:hover{
				background: #777;
			}

#sidebar-related-shops img {
	width: 72px;
	height: 72px;
	padding: 3px;
	background: #fff;
	float: left;
}
	#sidebar-related-shops ul{
		margin: 0;
		padding: 0;
	}
		#sidebar-related-shops li{
			padding: 0;
			margin: 10px 0;
			margin-bottom: 15px;
			min-height: 100px;
		}
			#sidebar-related-shops li a{
				font-weight: bold;
				padding-bottom: 3px;
				display: block;
			}
				#sidebar-related-shops li a:hover img{
					opacity: .75;
				}

				#sidebar-related-shops li p{
					margin-left: 85px;
				}
					#sidebar-related-shops li p span{
						line-height: 1.3;
					}

.box-link{
	cursor: pointer;
}
	.box-link:hover a{
		color: #274a48;
	}
	.box-link:hover img{
		opacity: .75;
	}

#sidebar .separate{
	padding-top:50px;
	margin-top: 55px;
}

#sidebar .post-list{
	margin: 0;
	padding: 0;
}
	#sidebar .post-list li{
		list-style-image: url(images/list-style.png);
		margin: 10px 0 0 25px;
		padding: 0;

	}
		#sidebar .post-list li a{ display: block;}


.popular-post,
.recent-post,
.recent-comments{
	margin: 0;
	padding: 0;
}
	.popular-post li,
	.recent-post li,
	.recent-comments li{
		margin: 10px 0;
		padding: 0;
		overflow: hidden;
	}
	.comment_number{
		width: 29px;
		height: 24px;
		background: url(images/comment-balloon.png) no-repeat 0 0;
		text-align: center;
		font-size: 85%;
		line-height: 24px;
		padding-left: 5px;
		float: right;
		right: 0;
	}
	.popular-post li a,
	.recent-post li a{
		display: block;
		width: 185px;
		float: left;
		line-height: 24px;
	}
	 .update-time{font-size: 85%;clear: both;}

	.recent-comments li{
		background: url(images/recent-comments-quote.png) no-repeat 0 0;
		padding-left: 22px;
	}

#wpstats{ display: none;}

.shop-tweet .follow-me{
	background: url(images/twitter-bird-220.png) no-repeat 0 0;
	height: 50px;
	padding-top: 12px;
	padding-left: 56px;
	text-align: center;
}

#shop-tweet{
	padding:0;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
	#shop-tweet li{
		background: url(images/tweet-quote.png) no-repeat 0 0;
		margin: 10px 0 15px;
		padding-left: 30px;
		line-height: 1.3;
	}

.shop-blog ul{
	margin: 0;
	padding: 0;
	list-style-image:url(images/list-style.png);
}
	.shop-blog li{
		margin: 15px 0 15px 27px;
		padding: 0;
	}


.shop-blog li a{
	background:url(images/blank.gif) no-repeat transparent right 5px;
	padding-right:16px;
}
	.shop-blog li a:hover{background-position:right -24px;}


/* footer
-------------------------------------------------- */

#footer .wrapper {position: relative;}

#footer a,
#footer a:visited {
	color:#274a48;
}
	#footer a:hover,
	#footer a:active{
		color: #498985;
	}

#footer h2,
#footer h3{
	color:#222;
	text-shadow: 0 1px #eee;
}

.column-240{
	width: 260px;
	float: left;
	margin-left: 80px;
	position: relative;
}
	.first{
		margin-left: 0;
	}
#footer p{
	margin-bottom: 10px;
}

address {
	font-size: 80%;
	padding: 20px 0;
	clear: both;
}


#footer dt{
	background: url(images/list-style.png) no-repeat 0 50%;
	padding-left: 25px;
	font-weight: bold;
}
	#footer dd{
		padding-left: 25px;
		margin-bottom: .5em;
	}

#footer label{ font-size: 90%; display: block;}

#follow-me{
	display: block;
	background: url(images/twitter-bird.png) no-repeat 0 0;
	height: 57px;
	padding-top: 12px;
	padding-left: 56px;
	text-align: center;
}


/* contact */

#footer input[type="text"],
#footer input[type="email"],
#footer textarea,
.shop-single input[type="text"],
.shop-single input[type="email"],
.shop-single textarea{
	background: url(images/white-layer-30.png) repeat;
	border: 1px dashed #274b48;
	height: 24px;
	width: 260px;
	color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	#footer input[type="text"]:focus,
	#footer textarea:focus,
	.shop-single input[type="text"]:focus,
	.shop-single input[type="email"]:focus,
	.shop-single textarea:focus {
		background: #fff;
	}

#footer textarea,
.shop-single textarea {
	height: 130px;
	overflow: auto;
}
.shop-single textarea,
.shop-single input[type="text"],
.shop-single input[type="email"]{
	width: 296px;
}


#love{
	background: url(images/love.png) no-repeat 0 0;
	width: 299px;
	height:120px;
	position: absolute;
	top:-81px;
	right:0;
	text-indent: -9999px;
}

/* totop,button
-------------------------------------------------- */

.totop{
	width: 117px;
	height: 65px;
	background: url(images/totop.png) no-repeat 0 0;
	display: block;
	position: absolute;
	right:0;
	top:-150px;
	text-indent: -9999px;
}
	#related-posts ul{
		width: 420px;
	}
	#related-posts .totop{
		position: static;
		float: right;
	}
	.totop:hover{background-position: 0 -81px;}

.totop-parent{
	position: relative;
}
	.totop-parent .totop{
		top:-75px;
	}
.gray{ color:#999 !important;}

.shadow{
	box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
	behavior: url(http://shimoda100.com/wp-content/themes/New100/PIE.htc);
}

.button,
#submit{
	display: block;
	width: 140px;
	height: 40px;
	background: url(images/button-green.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	font-size: 100%;
	color: #fff;
	text-shadow: 0 1px #274b48;
}
	.button:hover,
	#submit:hover{
		background-position: 0 100%;
		color:#d4e5e4;
	}


/* pager
-------------------------------------------------- */

.top-pagenavi {
	position: absolute;
	top:-2em;
	right: 0;
}

.bottom-pagenavi{
	margin-bottom: 25px;
}

.wp-pagenavi {
	margin-top: 25px;
}
	.wp-pagenavi span.pages{ display:none;}

	.wp-pagenavi a, .wp-pagenavi span {
		text-decoration: none;
		border: 0 none;
		padding: 5px 10px;
		margin:0 2px;
		background: url(images/black-10.png);
		color:#555;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #aaa;
		display: inline-block;
		height: 24px;
		vertical-align: bottom;
		text-shadow: 0 1px #fff;
	}
		.wp-pagenavi a:hover{
			border-top: 1px solid #777;
			background: #999;
			color: #fff;
			text-shadow: none;
		}
		.wp-pagenavi span.current {
			border-top: 1px solid #777;
			font-weight: bold;
			background: #999;
			color: #fff;
			text-shadow: none;
		}

/* 404
-------------------------------------------------- */

#post-title.not-found{
	height: 100px
}
	#not-found-h2{
		margin-top:10px;
		text-align: center;
		font-size: 180%;
		padding-bottom: 50px;

	}
#not-found-img{
	width: 620px;
	margin:0 auto;
}
	#not-found-img img {
		width: 610px;
		height: 490px;
		margin-bottom: 5px;
	}

#warning_bar{
	text-align:center;
	background:#F5DEB3;
	color:#000;
}
	#warning_bar a,#warning_bar a:hover,#warning_bar a:visited{ color:#FF0000; }


/* contact
-------------------------------------------------- */
.wpcf7-not-valid-tip,
.wpcf7-mail-sent-ng,
.wpcf7-mail-sent-ok { /* 記入漏れ！ */
	border: 1px dashed #de5c47 !important;
	padding: .5em 1em !important;
	background: #fff !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 2px 2px #555;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.4);
	behavior: url(http://shimoda100.com/wp-content/themes/New100/PIE.htc);
}
.wpcf7-mail-sent-ng{ /* デフォルトで黄色いやつ */
	border: 2px dashed #de5c47 !important;
}
.wpcf7-mail-sent-ok{ /* デフォルトで緑のやつ */
	border: 2px dashed #498985 !important;
}

/* coupon
-------------------------------------------------- */
img.coupon{
	width: 620px !important;
	height: 250px !important;
	padding: 0;
	border: 0;
}

/* calendar table
-------------------------------------------------- */
.calendar caption{
	font-size: 140%;
	margin:0 0 20px 0;
	padding-left: 15px;
	background: url(images/heading-green.gif) no-repeat 0 0;
	line-height: 1.5;
	text-align: left;
}
.calendar th,
.calendar td{
	border: 1px dashed #555;
}
	.calendar .sunday{
		color: #cc0000;
	}

	.calendar .saturday{
		color: #0000cc;
	}
	.calendar th{
		background: #fff;
		border: 1px solid #777;
	}
	.calendar td{
		text-align: center;

	}

	.calendar .close{
		color: #cc0000;
		font-weight: bold;
	}

.calendar{
	border-collapse: collapse;
	border: 1px solid #777 !important;
}


.half-left,
.half-right{
	width: 45%;
}
.half-left{float: left;}
.half-right{float: right;}
.add-bottom-40{
	margin-bottom: 40px !important;
}

/* 参加店舗リスト
-------------------------------------------------- */
.tenpo-box{
	width:198px;
	float:left;
	margin:0 3px 15px 0;
	border:#fff 1px solid;
	padding:2px 2px 5px 2px;
	height:130px;
	overflow:hidden;
}

.tenpo-box:after{
	clear:both;
}
.tenpo-box img {
	margin-left:3px;
	width:70px;
	float:left;
	padding:2px; !important;
}


.tenpo-box #box{
	float:right;
	width:115px;
}

.tenpo-box p.title{
	background:#fff;
	margin-bottom:5px;
	padding:3px 0;
	font-weight:bold;
}
	
.tenpo-box p{
	text-align:center;
	line-height:1.2em;
}

/* 特集
-------------------------------------------------- */
#tokusyu{
	margin-top:50px;
	margin-bottom:50px;
}
	
	#tokusyu h2{font-size:1.8em; }
	#tokusyu li{
	 margin:20px 0 0 30px;
	 padding:0;
	 display:inline-block;
	 vertical-align:top;
	}
	#tokusyu li a{
		min-height:240px;
		display:block;
		overflow:hidden;
	}
	#tokusyu .inner{width:150px; text-align:center;}
	#tokusyu .title{margin:10px 0;}
	#tokusyu .name{
		margin-top:2px !important;
		background:url(images/dashed.png) no-repeat top;
		padding-top:10px;
}