/* RESET STYLES
----------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	border: 0;
	outline: 0;
}




/* GENERAL STYLES
----------------------------------------------- */



img,
embed,
object,
video { 
	max-width: 100%; 
}

.hide { display: none;  }
.clear { clear: both; }

/* ----- SELECTION COLORS ----- */

::selection 	 	{ background: rgba(255,255,150,.9); }
::-moz-selection 	{ background: rgba(255,255,150.9); }
img::selection 		{ background: transparent; }
img::-moz-selection	{ background: transparent; }
body {
	-webkit-tap-highlight-color: rgb(239,248,247);
	border-top-color: #990;
	background-image: url(../img_watanabe/bg-5.jpg);
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* ----- LINKS ----- */

a, a:link, a:visited {
	text-decoration: none;
	color: #34AC98;
}
a:hover, a:focus { color: #EC6635; }

#content a {
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;  
   	     -o-transition: all .2s ease;  
        	transition: all .2s ease; 
}
#content p a { border-bottom: 1px dashed #E5E5E5; }
#content p a:hover { background: #EFF8F7; }

/* BUTTONS */
.button {
	display: block;
	padding: 10px 20px;
	background: #FFF;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	-webkit-box-shadow: 1px 1px 2px #F5F5F5;
	   -moz-box-shadow: 1px 1px 2px #F5F5F5;
	        box-shadow: 1px 1px 2px #F5F5F5;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.button:hover { 
	background-color: #EFF8F7;
	border-color: #D3EDE9;
	color: #EC6635; 
}
#content p a.button { border-bottom-style: solid; } 


/* PAGE STRUCTURE
----------------------------------------------- */

#wrap {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #FFF;
	position: relative;
}
#content {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content #main {
	width: 90%;
	float: left;
	margin-bottom: 20px;
}
#content.gallery #main { 
	width: 100%;
	min-height: 550px;
	overflow: hidden;
}
#content.post #main,
#content.page #main { 
	min-height: 590px;
}


/* HEADER
----------------------------------------------- */

header[role="masthead"] {
	float: left;
	width: 500px;
	margin-bottom: 25px;
}
h1#branding {
	display: block;
	width: 400px;
	height: 60px;
	text-indent: -999em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url(../../test4/img/rogo_moon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 10px;
}
h1#branding a {
	display: block;
	width: 120px;
	height: 120px;
}
h1#branding:hover {
	opacity: .85;
}

/* ----- MAIN NAVIGATION ----- */

nav {
	top: 50px;
	left: 0;
	width: 700px;
	float: right;
	padding-right: 20px;
	text-align: right;
	display: block;
}
nav li {
	display: block;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
nav li:last-child { margin: 0; }

nav a {
	display: block;
	height: 28px;
	padding: 4px 0 0 44px;
	font-style: italic;
	color: #222;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
nav a:hover {
	color: #009900;
}

nav li a { 
	background-position: 0 65%; 
	background-repeat: no-repeat; 
}
nav li a:hover { background-position: 5px 65%; }

li#t-tastemakers a { background-image: url(../../test4/index_files/img/nav-1.png); }
li#t-blog a { background-image: url(../../test4/index_files/img/nav-2.png); }
li#t-vendors a { background-image: url(../../test4/index_files/img/nav-3.png); }
li#t-contribute a { background-image: url(../../test4/index_files/img/nav-4.png); }
li#t-about a { background-image: url(../../test4/index_files/img/nav-5.png); }

/* ACTIVE STATE */
#tastemakers-page li#t-tastemakers a,
#blog-page li#t-blog a,
#vendors-page li#t-vendors a,
#contribute-page li#t-contribute a,
#about-page li#t-about a {
	color: #333333;
}


/* CONTENT
----------------------------------------------- */

/* BASE TYPOGRAPHY */
#content h2 {
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 1.3125em;
	font-weight: bold;
}
#content #main h3 {
	margin-bottom: 20px;
	line-height: 1.3em;
	font-size: 1.125em;
	font-weight: bold;
}
#content #main h4 {
	margin-bottom: 20px;
	line-height: 1.5em;
	font-weight: bold;
}
#content #main h4.underline {
	padding-bottom: 9px;
	border-bottom: 1px dotted #E5E5E5;
}
#content #main pre + h4 {
	margin-top: 40px;
}
#content #main h5 {
	margin-bottom: 20px;
	font-weight: bold;
	font-style: italic;
}
#content #main p + h2,
#content #main p + h3,
#content #main p + h4,
#content #main p + h5 {
	margin-top: 30px;
}
#content #main p {
	margin-bottom: 20px;
	line-height: 1.5em;
}
#content #main p.question {
	margin-bottom: 0;
	font-weight: bold;
	font-style: italic;
}
#content #main p:last-child { margin-bottom: 0; }
#content em { font-style: italic; }
#content strong { font-weight: bold; }

#content #main ul {
	margin-bottom: 30px;
	line-height: 1.5em;
}
#content #main ul.bulleted {
	margin: 0 0 30px 48px;
	list-style: disc;
	line-height: 1.5em;
}
#content #main ol {
	margin: 0 0 30px 48px;
	list-style: decimal;
	line-height: 1.5em;
}
#content #main dl {
	margin-bottom: 30px;
	line-height: 1.5em;
}
#content #main dd + dt { margin-top: 10px; }
#content #main dd { font-style: italic; }

#content blockquote {
	margin-bottom: 20px;
	padding-left: 20px;
	color: #777;
	border-left: 1px solid #CCC;
	line-height: 1.5em;
}
#content #main hr {
	margin: 30px 0 30px;
	border-style: dashed;
	color: #E5E5E5;
}
#content del, #content strike { text-decoration: line-through; }
#content u { text-decoration: underline; }
#content small { font-size: .75em; }
#content .lite { color: #999; }

/* IMAGES */
#content article img { 
	max-width: 100%;
	height: auto;
}
#content .right {
	float: right;
	margin: 0 0 20px 20px;
}
#content .left {
	float: left;
	margin: 0 20px 20px 0;
}
#content img.border {
	padding: 9px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	-webkit-box-shadow: 1px 2px 3px #F5F5F5;
	   -moz-box-shadow: 1px 1px 3px #F5F5F5;
	        box-shadow: 1px 1px 3px #F5F5F5;
}
#content .img-wrap,
#content .recipe .photo {
	max-width: 100%;
	margin-bottom: 20px;
}
#content .recipe .photo img { margin-bottom: 0; }

#content .caption {
	display: block;
	padding-top: 5px;
	font-size: .75em;
	font-style: italic;
	color: #AAA;
}
#content.blog article img { margin-bottom: 20px; }
#content.blog article .img-wrap img { margin-bottom: 0; }
#content img.border.large { width: 95%; }

#content article a img {
	-webkit-transition: opacity .2s ease;
	   -moz-transition: opacity .2s ease;
	     -o-transition: opacity .2s ease;
	        transition: opacity .2s ease;
}
#content article a:hover img { opacity: .75; }

/* VIDEOS */

.video {
	margin-bottom: 20px;
}

/* PAGINATION */
#content #pagination {
	clear: left;
	position: relative;
	width: 100%;
	height: 40px;
	font-size: .75em;
}
#content #pagination .newer {
	position: absolute;
	left: 0;
}
#content #pagination .older {
	position: absolute;
	right: 0;
}


/* ----- FEATURED ----- */

#featured {
	height: 450px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
}
#featured #slides {
	width: 960px;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#featured section {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#featured section img {
	width: 100%;
}
/* hide slides when js is disabled */
#featured #slide-2,
#featured #slide-3,
#featured #slide-4 {
	display: none;
}
#featured section h1,
#featured section h2 {
	position: absolute;
	left: 0px;
	font-style: italic;
}
#featured section.alt h1,
#featured section.alt h2 {
	left: auto;
	right: -2px;
}
#featured section h1 {
	top: 25px;
	padding: 10px 24px 15px;
	color: #222;
	background: #FFF;
	font-size: 1.5em;
}
#featured section h2 {
	top: 73px;
	padding: 8px 24px 12px;
	color: #E9E9E9;
	font-weight: normal;
	font-size: 1em;
	background: #111;
}
#featured section a h1,
#featured section a h2 {
	-webkit-transition: opacity .2s ease;
	   -moz-transition: opacity .2s ease;
	     -o-transition: opacity .2s ease;
	        transition: opacity .2s ease; 
}
#featured section a:hover h1,
#featured section a:hover h2 {
	opacity: .8;
}
#featured section .credit {
	position: absolute;
	right: 194px;
	top: 417px;
	padding: 4px 8px 6px;
	font-size: .5em;
	color: #555;
	background: #F5F5F5;
	background: rgba(255,255,255,.5);
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}
#featured section .credit a {
	border-bottom: none;
	background: none;
	color: #555;
}
#featured section .credit a:hover { color: #EC6635; }

/* FEATURED NAV  */
#featured #nav {
	width: 712px;
	background: #EFF8F7;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	left: 18px;
}
#featured #nav li { 
	float: left;
	text-align: center; 
}

#featured #nav a:hover { color: #EC6635; }
#featured #nav h3 { font-size: .875em; }




/* ----- NEWSLETTER ----- */ 

#newsletter {
	overflow: hidden;
	clear: both;
	width: 100%;
	min-height: 48px;
	margin-bottom: 29px;
	line-height: 1em;
 	border-top: 1px dashed #E5E5E5;
 	border-bottom: 1px dashed #E5E5E5;
 	background: url(../../test4/img/icon-mailinglist-32.png) no-repeat 18px 7px;
}



#newsletter form {
	float: left;
	display: block;
	margin-top: 11px;
}
#newsletter input#email { width: 160px; }
#newsletter fieldset { display: inline; }
#newsletter .submit { margin-left: 10px; }


/* ----- RECENT (BLOG HOMEPAGE) ----- */

#recent {
	width: 100%;
	clear: both;
	margin-bottom: 18px;
	overflow: hidden;
}
#recent article {
	float: left;
	width: 160px;
	margin: 0 24px 25px 0;
}
#recent article img {
	width: 139px;
	background: #FFF;
	overflow: hidden;
}
#recent article:nth-child(4) { margin-right: 0; }

#recent article h1 {
	margin: 10px 0 10px;
	line-height: 1.3em;
}

#recent article p.meta {
	margin-top: 10px;
	color: #AAA;
}


/* ----- PAGE HEADERS ----- */

#content header[role="page"],
#content header[role="post"] {
	width: 100%;
	margin: 0 0 30px;
	padding: 20px 0 28px;
	border-bottom: 2px solid #E5E5E5;
}
#content header[role="post"] {
	padding: 10px 0 18px;
}
#content header[role="page"] h1,
#content header[role="post"] h1 {
	margin-bottom: 0;
	padding: 10px 0 14px;
	line-height: 1.25em;
	font-size: 2.25em;
	color: #111;
}
#content header[role="post"] h1 {
	padding: 15px 0 15px;
}

/* ICONS */
#content header h1.icon { padding-left: 58px; }
header h1.tastemakers { background: url(../../test4/index_files/img/nav-1.png) no-repeat 0 -99px; }
header h1.blog { background: url(../../test4/index_files/img/nav-1.png) no-repeat 0 -99px; }
header h1.alist { background: url(../../test4/index_files/img/nav-1.png) no-repeat 0 -101px; }
header h1.contribute { background: url(../../test4/index_files/img/nav-1.png) no-repeat 0 -101px; }
header h1.about { background: url(../../test4/index_files/img/nav-1.png) no-repeat 0 -98px; }
header h1.faqs { background: url(../../test4/index_files/img/nav-1.png) no-repeat 0 -100px; }


#content header[role="page"] p + p,
#content header p + form { 
	margin-top: 20px; 
}
#content header form select {
	width: 150px;
	padding-left: 10px;
}


/* ----- BLOG POSTS & RECIPES ----- */

#content.post { overflow: hidden; }

#content.post article {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 50px;	
	padding-bottom: 8px;
	border-bottom: 2px dashed #E5E5E5;
}
.ie7 #content.post article { padding-bottom: 0; }
#content.post.single article { margin-bottom: 40px;	}

#content.post .post-image {
	float: right;
	width: 252px;
	margin: 0 0 10px 20px;
}
#content.post .post-image img { width: 232px; }

#content.post article header h1 {
	margin-bottom: 20px;
	line-height: 1.25em;
	font-size: 1.5em;
}
#content.post header h2,
#content #main .recipe h2 {
	display: inline-block;
	margin-bottom: 20px;
	padding: 2px 8px 6px;
	line-height: 1.5em;
	font-size: .875em;
	font-style: italic;
	font-weight: normal;
	color: #555;
	border: 1px dashed #D3EDE9;
	background: #EFF8F7;
}
#content.post article header h2 { margin-top: -10px; } 

#content.post header .meta {
	font-size: .875em;
	color: #AAA;
	font-style: italic;
}
#content.post .group {
	clear: both;
	margin-bottom: 30px;
}
#content.post article footer {
	clear: both;
}
#content.post article footer li {
	float: left;
	height: 40px;
	margin-bottom: 10px;
	padding: 5px 5% 5px 0;
	line-height: 1.4em;
	font-size: .75em;
}
#content.post article .date,
#content.post article .author,
#content.post .comments {
	border-right: 2px solid #E5E5E5;
}
#content.recipe .comments { border-right: none; }

#content.post article .date span {
	font-size: .875em;
	color: #BBB;
}
#content.post article .date em {
	display: block;
	font-size: 1.3125em;
}
#content.post .author {
	height: 23px;
	margin: 0 0 10px 0;
	padding: 27px 5% 0 0;
	background: url(../../test4/img/icon-blog-author.png) no-repeat left -40px;
}
#content.post .comments {
	height: 23px;
	margin: 0 5% 10px 5%;
	padding: 27px 5% 0 0;
	background: url(../../test4/img/icon-blog-comments.png) no-repeat left -40px;
}
#content.post .tags {
	height: 23px;
	padding: 27px 0 0;
	background: url(../../test4/img/icon-blog-tag.png) no-repeat left -40px;
}
#content.post .tags a:after { content: ','; }
#content.post .tags a:last-child:after { content: ''; }


/* RECIPE WITHIN BLOG POST */
#content .recipe {
	margin: 30px 0;
	padding: 48px 0 28px;
	border-top: 2px dashed #E5E5E5;
	border-bottom: 2px dashed #E5E5E5;
}
#content #main .recipe h1 {
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: 1.3125em;
}
#content #main .recipe h2 { padding: 2px 8px 4px; } 

#content #main .recipe .summary,
#content #main .details {
	font-size: .875em;
}
#content #main ul.details {
	border-left: 1px dashed #CCC;
	padding-left: 20px;
	color: #999;
}
#content.blog .recipe .photo {
	margin: 15px 0 30px 20px;
	width: 252px;
}
#content.blog .recipe img { width: 232px; }
#content #main .details li { padding-left: 24px; }
#content #main .yield { background: url(../../test4/img/icon-blog-servings.png) no-repeat left -44px; }
#content #main .duration { background: url(../../test4/img/icon-blog-time.png) no-repeat left -44px; }

/* RECIPE GALLERY */
#content.gallery article { 
	overflow: visible;
	position: relative; 
	float: left;
	width: 322px;
	height: 530px;
	margin: 0 24px 28px 0;
	padding: 10px;
	background: #FFF;
	border: 1px solid #E5E5E5;
	-webkit-box-shadow: 1px 2px 3px #F5F5F5;
	   -moz-box-shadow: 1px 1px 3px #F5F5F5;
	        box-shadow: 1px 1px 3px #F5F5F5;
}
#content.gallery article:nth-child(2n+2) { margin-right: 0; }

#content.gallery article header { 
	width: 100%;
	margin-bottom: 9px;
	padding: 8px 0 10px;
	line-height: 1.3em;
	border-bottom: 1px dotted #E5E5E5;
}
#content.gallery article p { 
	line-height: 1.25em;
	font-size: .75em; 
}
#content.gallery article .facebook-like { 
	position: absolute;
	bottom: 55px;
}
#content.gallery article footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	border-top: 1px dotted #E5E5E5;
}

/* RECIPE GALLERY: SINGLE */
#content.recipe article img {
	width: 322px;
	padding: 9px;
	border: 1px solid #E5E5E5;
	-webkit-box-shadow: 1px 2px 3px #F5F5F5;
	   -moz-box-shadow: 1px 1px 3px #F5F5F5;
	        box-shadow: 1px 1px 3px #F5F5F5;
}
#content.recipe header h2 {
	display: inline-block;	
	margin-bottom: 15px;
	padding: 2px 10px 6px 30px;
	line-height: 1.5em;
	font-weight: normal;
	font-style: italic;
	font-size: .875em;
	color: #555;
	border: 1px dashed #D3EDE9;
	background: #EFF8F7 url(../../test4/img/icon-author-girl.png) no-repeat 6px -42px;
}
#content.recipe header h2.guy { background-image: url(../../test4/img/icon-author-guy.png); }



/* SHARING */
#content.post.blog #share {
	clear: both;
	overflow: hidden;
	padding: 9px 15px 0;
	margin-bottom: 30px;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
            border-radius: 5px;
	-webkit-box-shadow: 1px 2px 3px #F5F5F5;
	   -moz-box-shadow: 1px 1px 3px #F5F5F5;
	        box-shadow: 1px 1px 3px #F5F5F5;
}
#content.post.blog #share h3 { display: none; }
#content.post.blog #share div { float: left; margin-bottom: 9px; }
#content.post.blog #facebook-like { margin-top: -1px; }

#content.post.recipe #share {
	margin: 25px 0 0;
	min-height: 10px;
}
#content.post.recipe #facebook-like,
#content.post.recipe #twitter-share {
	float: left;
	margin: 0 20px 10px 0;
}

/* COMMENTS */
#content #comments {
	clear: both;
	margin-top: 30px;
}
#disqus_thread { 
	overflow: hidden; 
	font-size: .875em;
	color: #333;
}
#dsq-account-dropdown {
	padding-top: 10px;
	font-size: .875em;
}
#content #main #disqus_thread ul { margin: 0; }
#content #disqus_thread h3 { font-size: 1.325em; }
.dsq-comment-header a { font-weight: normal; }
#dsq-subscribe a em { text-decoration: none; }

/* ARCHIVE */
#archive li { margin-bottom: 5px; }

#archive li .meta {
	display: block;
	font-size: .75em;
	color: #AAA;
	font-style: italic;
}

/* SEARCH */
.search form { margin: 20px 0 0 0; }
#main .search form { margin-bottom: 30px; }
.search fieldset { display: inline; }
.search fieldset.submit { margin-left: 5px; }
#search-results li { margin-bottom: 20px; }

#content #search-results h4 {
	margin: 0;
	font-weight: normal;
}
#content #search-results p {
	margin: 0;
	font-size: .875em;
}
#content #search-results p.meta {
	margin-top: 5px;
	font-size: .75em;
	font-style: italic;
	color: #AAA;
}
.marker { 
	background: rgb(255,255,150); 
	background: rgba(255,255,150,.9); 
}


/* ----- THE A-LIST ----- */

.vendors article {
	overflow: hidden;
	width: 100%;
	margin: 0 24px 29px 0;
	padding-bottom: 30px;
	font-size: .875em;
	border-bottom: 1px dotted #E5E5E5;
}
.vendors article:last-child { border-bottom: none; }

.vendors article img {
	float: right;
	width: 35%;
	margin: 0 0 15px 5%;
}
.vendors article .group {
	float: left;
	width: 59%;
}
.vendors article header { 
	margin-bottom: 10px;
	line-height: 1.4em;
	font-size: 1.3125em;
}
.vendors article .button {
	float: left;
	margin-bottom: 20px;
	font-size: .875em;
}
.ie7 .vendors article .button { float: none; }

.vendors article aside { 
	float: left;
	width: 100%;
}
.vendors article p.note { 
	padding: 0 0 5px 24px;
	color: #666;
	font-style: italic; 
	background: url(../../test4/img/icon-marketplace-note.png) no-repeat left -37px;
}


/* ----- CONTENT > ASIDE ----- */

#content aside[role="sub"] {
	float: right;
	width: 26%;
	margin-bottom: 40px;
	color: #888;
}
#content aside h4 {
	clear: left;
	margin-bottom: 9px;
	padding-bottom: 5px;
	line-height: 1.3em;
	border-bottom: 1px dashed #E5E5E5;
	font-style: italic;
}

#content aside p + h4 { margin-top: 30px; }
#content aside ul { margin-bottom: 30px; }

#content aside li {
	font-size: .875em;
	line-height: 1.45em;
}

/* FORMS */
#content aside .search form {
	float: left;
	margin: 0 0 30px;
}
aside .search fieldset { float: left; }
aside input.text { width: 120px; margin-right: 10px; }
aside .search .submit { margin-top: -1px; }
aside .newsletter { margin-top: 20px; }
aside .newsletter .submit { margin-top: 10px; }

/* RSS */
#content aside .rss {
	margin-bottom: 30px;
	font-size: .875em;
}



/* ASIDE
----------------------------------------------- */

aside[role="social"] {
	position: absolute;
	left: 0;
	width: 160px;
	top: 800px;
}
aside[role="social"] section {
	display: block;
	margin-bottom: 32px;
	padding-right: 20px;
}
aside[role="social"] section h1 {
	margin: 0 0 9px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: .75em;
	border-bottom: 1px dashed #E5E5E5;
}
aside[role="social"] section p {
	margin-bottom: 15px;
	line-height: 1.75em;
	font-size: .6825em;
	font-style: italic;
	overflow: hidden;
}
aside[role="social"] a.button {
	width: 110px;
	height: 24px;
	padding: 4px 0 0 28px;
	background: no-repeat 6px 6px;
}


/* FOOTER 
----------------------------------------------- */




/* WIDE DESKTOP LAYOUT 
----------------------------------------------- */

@media only screen and (min-width: 1176px) {

body {
	width: 1080px;
}

#content {
	float: right;
	width: 896px;
}
/* FEATURED */
#featured {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#featured #slides {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#featured section img { left: 0; }

#featured section.alt h1,
#featured section.alt h2 {
	right: 0;
}
#featured section .credit { right: 10px; }

/* FEATURED NAV */
#featured #nav {
	top: 445px;
	width: 896px;
}
#featured #nav a {
	width: 191px;
	height: 60px;
	padding: 25px 12px 0 20px; 
}
#featured #nav h3 { font-size: 1.125em; }
#featured #nav li { text-align: left; }
#featured #nav li p { display: inline; }	

/* NEWSLETTER */
#newsletter input#email { width: 260px; }

/* RECENT */
#recent article { width: 206px; }
#recent article img { width: 185px; }

/* RECIPE GALLERY */
#content.gallery article { 
	width: 184px;
	height: 430px;
}
#content.gallery article:nth-child(2n+2) { margin-right: 24px; }
#content.gallery #main article:nth-child(4n+4) { margin-right: 0; }

/* MISC */
.vendors article aside { width: 60%; } 
#content aside input[type="search"] { width: auto; }

} /* CLOSE WIDE LAYOUT */


/* TABLET LAYOUT 
----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
body {
	width: 712px;
	padding: 20px 28px 0;
}

/* HEADER */
header[role="masthead"] {
	width: 712px;
	margin-bottom: 20px;
}

/* NAV */
nav {
	position: absolute;
	top: 72px;
	left: auto;
	right: -1px;
	width: 528px;
	margin: 0;
}
nav ul {
	float: right;
	display: inline-block;
}
nav li {
	display: inline;
}
nav a { display: inline; padding: 35px 15px 0 15px; }
nav li a { background-position: 50% 0; }
nav li a:hover { background-position: 50% 3px; }

/* FEATURED */
#featured {
	height: 310px;
}
#featured #slides { width: 712px; }
#featured section img {
	left: -1px;
}

#featured #nav {
	top: 491px;
	width: 712px;
}
#featured #nav a {
	width: 177px;
	height: 25px;
}
#featured #nav h3 {
	margin-bottom: 0;
	font-size: .875em;
}
#featured #nav li { text-align: center; }
#featured #nav li p { display: none; }

/* MISC */
#content header[role="page"] { padding-top: 0; }
aside[role="social"] { display: none; }

} /* CLOSE TABLET LAYOUT */


/* MOBILE LAYOUT (PORTRAIT/320PX) 
----------------------------------------------- */

@media only screen and (max-width: 767px) {

body {
	width: 320px;
	padding: 0;
}

/* HEADER */

header[role="masthead"] {
	width: 100%;
	margin: 69px 0 20px;
}
header h1#branding { margin: 0 auto; }

/* NAV */
nav {
	top: 0;
	left: 0;
	width: 100%;
	height: 49px;
	font-size: .75em;
	border-bottom: 1px solid #E5E5E5;
	-webkit-box-shadow: 0 1px 0 #F5F5F5;
	   -moz-box-shadow: 0 1px 0 #F5F5F5;
	        box-shadow: 0 1px 0 #F5F5F5;
}
.wf-inactive nav { font-size: .6875em; }
nav li {
	display: inline;
	margin: 0;
}
nav a {
	float: left;
	margin: 0;
	padding: 16px 8px 6px;		
}
nav li#t-tastemakers a, 
nav li#t-blog a, 
nav li#t-vendors a, 
nav li#t-contribute a, 
nav li#t-about a {
	background-image: none;
}

/* --- CONTENT --- */
#content { width: 100%; }

/* FEATURED */
#featured {
	height: 480px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#featured #slides {
	width: 100%;
	font-size: .75em;
	margin-right: auto;
	margin-left: auto;
}
#featured section img {
	left: -80px;
	max-width: 500px;
}
#featured section h1,
#featured section h2,
#featured section.alt h1,
#featured section.alt h2 {
	left: auto;
	right: auto;
	width: 300px;
	line-height: 1.2em;
}
#featured section h1 {
	top: 214px;
	padding: 10px 10px;
	background: rgba(255,255,255,.8);
	color: #222;
	font-size: 1.125em;
}
#featured section h2 {
	top: 248px;
	padding: 9px 10px 11px;
	font-size: .875em;
}
#featured section .credit {
	top: 286px;
	right: 575px;
	background: rgb(255,255,255);
}
#featured section .credit:before { content: '* '; }
#featured #nav { display: none; }

/* NEWSLETTER */
#newsletter { 
	width: 100%;
	height: 120px; 
	background-position: 15px 14px;
}
#newsletter p {
	width: auto;
	padding: 14px 15px 0 63px;
	font-size: .6875em;
}
.no-js #newsletter p { padding-bottom: 0; }

#newsletter form { 
	margin-top: 15px;
	padding-left: 15px; 
}

/* BLOG RECENT */
#recent {
	width: 280px;
	margin: 0 auto 20px;
}
#recent article {
	width: 280px;
	margin-right: 0px;
}
#recent article img { width: 258px; }

/* MAIN */

#content #main,
#content header[role="page"],
#content header[role="post"],
#content aside[role="sub"] {
	float: none;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;	
}
#content header[role="page"] {
	padding-top: 0;
	background-position: 5% 8px; 
}
#content header[role="page"] p { width: 100%; }
#content.gallery #main { width: 90%; }

#content.gallery article {
	width: 266px;
	height: 480px;
}
#content.recipe article img { width: 266px; }

.vendors article .button {
	width: 100%;
	font-size: .75em;
}
#content .right,
#content.blog article .post-image {
	float: left;
	margin: 0 40px 20px 0;
}
#content aside input[type="search"] {
	width: auto;
}
#content .img-wrap,
#content .recipe .photo {
	width: 100%;
}

/* MISC */
aside[role="social"] { display: none; }

 /* CLOSE MOBILE LAYOUT */


/* WIDE MOBILE LAYOUT (LANDSCAPE/480PX) 
----------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
body {
	width: 480px;
	padding: 0;
}

/* HEADER */
header[role="masthead"] {
	width: 100%;
	margin: 20px 0;
}
header h1#branding {
	margin-left: 20px;
	background-image: url(img/rogo.png);	
}

/* NAV */
nav {
	top: 65px;
	left: auto;
	right: 25px;
	width: 315px;
	height: 20px;
	font-size: .75em;
	background: transparent;
	border-bottom: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
.wf-inactive nav { right: 15px; }

nav ul {
	position: absolute;
	right: 0;
}
nav li {
	display: inline;
	margin: 0;
}
nav a {
	float: left;
	margin: 0 0 0 4px;
	padding: 5px 5px 0 5px;		
}


/* FOR ACTIVE PAGE */
#tastemakers-page li#t-recipes a, 
#blog-page li#t-blog a, 
#vendors-page li#t-marketplace a, 
#contribute-page li#t-contribute a, 
#about-page li#t-about a {
	border-bottom: 2px solid #F5F5F5;
}

/* --- CONTENT --- */

/* FEATURED */
#featured section img { left: 0; }
#featured section h1,
#featured section h2,
#featured section.alt h1,
#featured section.alt h2 { 
	width: 460px;
}
#featured section .credit { right: 415px; }

/* NEWSLETTER */
#newsletter { height: 105px; }
#newsletter form input#email { width: 300px; }

/* BLOG RECENT */
#recent { width: 456px; }

#recent article {
	width: 216px;
	margin-right: 24px;
}
#recent article img { width: 195px; }
#recent article:nth-child(2) { margin-right: 0; }

/* MAIN */
#content.gallery article { 
	width: 182px;
	height: 430px;
	margin-right: 24px;
}
#content .right,
#content.blog article .post-image {
	float: right;
	margin: 0 0 20px 20px;
}
.vendors article .button { width: auto; }

} /* CLOSE WIDE MOBILE LAYOUT */


/*	RETINA OVERRIDES 
----------------------------------------------- */

@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	
header h1#branding {
	background-position: left bottom;
	background-size: 120px auto;
}
/* SOCIAL ICONS */
.social li.twitter a,
.social li.facebook a,
.social li.rss a {
	background-position: 50% bottom; 
	background-size: 32px auto;
}
/* PAGE ICONS */
header h1.alist { 
	background-position: -30px 11px; 
	background-size: 72px;
}
header h1.blog,
header h1.about { 
	background-position: -30px 13px; 
	background-size: 72px;
}
header h1.tastemakers,
header h1.contribute,
header h1.faqs { 
	background-position: -23px 12px; 
	background-size: 72px;
}
/* BLOG ICONS */
#content.post .comments,
#content.post .tags {
	background-position: -8px 10px; 
	background-size: 24px auto;
}
#content #main .yield,
#content #main .duration {
	background-position: -10px 5px; 
	background-size: 26px auto;
}
#content aside .rss a {
	background-position: -8px 4px; 
	background-size: 26px auto;
}
/* RECIPE ICONS */
#content.gallery .url a {
	background-position: -1px 6px;
	background-size: 26px auto;
}
#content.recipe #main article h2,
#content.recipe #main article h2.guy {
	background-position: -1px 5px;
	background-size: 26px auto;
}
/* MARKETPLACE ICONS */
.vendors article p.note { 
	background-position: -11px 3px;
	background-size: 26px;
}
/* MISC */
#newsletter {
	background-image: url(../../test4/img/icon-mailinglist-32-2x.png);
	background-size: 32px auto;
}
	
} /* CLOSE RETINA MEDIA QUERY */


/* watanabe */
#head {
	float: right;
	text-align: right;
	display: block;
	width: 300px;
	padding-right: 20px;
	padding-bottom: 20px;
	top: 10px;
}
#wrapper {
	float: left;
	width: 430px;
	padding-left: 0px;
	text-align: left;
	display: block;
	padding-top: 0px;
	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#menu {
	text-align: right;
	display: block;
	padding: 5px;
	float: left;
	width: 930px;
	height: 35px;
	font-size: 14px;
	margin: 0px;
	top: 80px;
}

#news {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	color: #FFF;
	background-color: #000;
	clear: both;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	display: block;
}


/* FOOTER */
#footer2 {
	border-top: 1px solid #E5E5E5;
	-webkit-box-shadow: 0 -1px 0 #F5F5F5;
	-moz-box-shadow: 0 -1px 0 #F5F5F5;
	box-shadow: 0 -1px 0 #F5F5F5;
	text-align: center;
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #000;
	clear: both;
	display: block;
	margin-top: 19px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer2 p {
	line-height: 17px;
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 10px;
	color: #FFF;
}
#footer .social { right: 5px; }
	
}


/* caption */
figure {
	position: relative;
	overflow: hidden;
	width: 300px;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
figcaption h3,
figcaption p {
	position: absolute;
	left: -324px;
	width: 260px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #FFF;
	bottom: 2201528px;
}
figcaption h3 {
	top: 30px;
	color: #FFF;
}
figcaption p {
	top: 89px;
	color: #FFF;
}
figure:hover figcaption {
	opacity: 1;
}
figure:hover figcaption h3,
figure:hover figcaption p {
	left: 20px;
}
figure:hover figcaption h3 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
figure:hover figcaption p {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}


/* menu */
.gn ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav.gn li {
  display: inline-block;
  margin: 10px;
  padding: 10px;
}

nav.gn li a {
  color: #222;
  letter-spacing: 2px;
  position: relative;
  text-decoration: none;
}

nav.gn li a:hover:before {
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

nav.gn li a:before {
  background-color: #222;
  bottom: -5px;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all .2s ease-in-out 0s;
  -webkit-transition: all .2s ease-in-out 0s;
}

#wrapper2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

#header2 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	height: 100px;
	padding-bottom: 10px;
}

#content2 {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 960px;
	height: auto;
}

#main2 {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: auto;
	width: 960px;
	margin-bottom: 50px;
}
#main3 {
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: auto;
	width: 960px;
	background-color: #06C;
	margin-top: 200px;
	text-align: center;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	position: relative;
	clear: both;
	display: block;
}
#main3 a {
	color: #FFF;
}

#main3 a:hover {
	color: #000;
}
.bana2 {
	text-align: left;
	display: block;
	height: 320px;
	width: 310px;
	padding-right: 5px;
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
}
.bana3 {
	text-align: left;
	display: block;
	height: ;
	width: ;
	padding-right: 5px;
	float: left;
	padding-left: 5px;
	width: 100%;
	height: 2000px;
}
.bana3 h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #06C;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
	height: 22px;
}
.bana4 {
	text-align: left;
	display: block;
	height: ;
	width: ;
	padding-right: 5px;
	float: left;
	padding-left: 5px;
}
.bana5 {
	text-align: left;
	display: block;
	height: ;
	width: ;
	padding-right: 5px;
	float: left;
	padding-left: 5px;
	width: 98%;
	height: 3200px;
}
.bana5 h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #06C;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
	height: 22px;
}
.rogo2 {
	text-align: left;
	display: block;
	float: left;
	height: 40px;
	width: 410px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.phone2 {
	text-align: right;
	display: block;
	float: right;
	width: 500px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 40px;
}
#mainleft {
	font-size: 14px;
	line-height: 17px;
	color: #333;
	text-align: left;
	display: block;
	float: left;
	height: 400px;
	width: 410px;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-bottom: 20px;
}
#mainleft h2 {
	font-size: 24px;
	font-weight: bold;
	color: #060;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 27px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mainleft h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 21px;
	padding: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#mainleft .p2 {
	font-size: 14px;
	color: #333;
	padding: 10px;
	text-align: left;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mainright {
	font-size: 12px;
	color: #333;
	text-align: right;
	display: block;
	float: left;
	height: 380px;
	width: 500px;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	vertical-align: top;
}
.link {
	background-color: #FFC;
	padding: 5px;
	height: 180px;
	width: 210px;
	border: 1px solid #CCC;
	float: left;
	margin: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}
.p1 {
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	line-height: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p2 {
	text-align: left;
	display: block;
	font-size: 12px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 15px;
	padding: 5px;
}
.p3 {
	text-align: left;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 10px;
	width: 360px;
	margin: 0px;
	float: left;
	height: auto;
	line-height: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p4 {
	text-align: left;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	width: 360px;
	margin: 0px;
	float: left;
	height: auto;
}
p.example1 {
	color: #0066CC;
	font-size: 14px;
	font-weight: bold;
}
p.example2 { color: #008000; }

#photo2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #999;
}

.sample_03{
	width: 80%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 14px;
}
.sample_03 th{
	width: 25%;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #999;
}
.sample_03 td{
	width: 75%;
	padding: 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.sample_02{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: 12px;
}
.sample_02 th{
width: 25%;
padding: 4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_02 td{
	padding: 4px;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.sample_02b{
	border-collapse: separate;
	border-spacing: 0px;
	border: 4px solid #ccc;
	font-size: 14px;
	background-image: url(../watanabe_solar/img/solar_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 2px;
	font-weight: bold;
}
.sample_02b th{
	padding: 4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #999;
}
.sample_01 td{

padding:4px;
background-color: #fafafa;

}


.sample_01{
	border-collapse: separate;
	border-spacing: 0px;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}
.sample_01 h2{
	font-size: 21px;
	font-weight: bold;
	color: #960;	
}
.sample_01 th{
	padding: 4px;
	text-align: left;
	vertical-align: top;
	color: #444;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sample_02 td{
	padding: 4px;
}

.space30 {
	height: 30px;
	width: 100%;
	float: left;
	display: block;
}
.space20 {
	height: 20px;
	display: block;
	float: left;
	width: 100%;
}
.space40 {
	height: 40px;
	display: block;
	float: left;
	width: 100%;
}
.space80 {
	height: 80px;
	display: block;
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-left: 10px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #963;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
	text-align: left;
	display: block;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	height: auto;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	display: block;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 21px;
}
.aisatu {
	font-size: 14px;
	text-align: left;
	display: block;
	width: 420px;
	line-height: 17px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: auto;
}
.aisatu2 {
	text-align: right;
	display: block;
	width: 420px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: auto;
}
.aisatu img {
	float: right;
	padding-right: 20px;	
}
.boxtable {
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
	display: block;
}
.photo300 {
	text-align: left;
	display: block;
	float: left;
	height: 210px;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.photo300b {
	text-align: left;
	display: block;
	padding: 5px;
	float: left;
	height: 460px;
	width: 300px;
}
.photo400 {
	text-align: left;
	display: block;
	float: left;
	height: 250px;
	width: 400px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}
.photo400b {
	text-align: left;
	display: block;
	float: left;
	height: 400px;
	width: 400px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}
.photo400a {
	text-align: left;
	display: block;
	float: left;
	height: 250px;
	width: 400px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.photo400a2 {
	text-align: left;
	display: block;
	float: left;
	height: 400px;
	width: 400px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.photo450 {
	text-align: left;
	display: block;
	padding: 5px;
	float: left;
	height: 310px;
	width: 450px;
}
.photo450b {
	text-align: left;
	display: block;
	padding: 5px;
	float: left;
	height: 460px;
	width: 450px;
}
.photo460 {
	text-align: left;
	display: block;
	float: left;
	width: 400px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 70px;
	height: auto;
}
.photo900 {
	text-align: left;
	display: block;
	float: left;
	height: 460px;
	width: 900px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
}
.photo600 {
	text-align: left;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.photo900b {
	text-align: left;
	display: block;
	float: left;
	height: 460px;
	width: 910px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.photo940 {
	text-align: left;
	display: block;
	float: left;
	height: 760px;
	width: 940px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.text900 {
	font-size: 14px;
	line-height: 17px;
	color: #333;
	text-align: left;
	display: block;
	padding: 10px;
	float: left;
	height: auto;
	width: 95%;
}
.text900b {
	font-size: 14px;
	line-height: 17px;
	color: #333;
	text-align: left;
	display: block;
	padding: 10px;
	float: left;
	height: 1100px;
	width: 95%;
}
.text450 {
	font-size: 14px;
	line-height: 17px;
	color: #333;
	text-align: left;
	display: block;
	float: left;
	height: 400px;
	width: 470px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.midashi200 {
	font-size: 14px;
	line-height: 19px;
	color: #960;
	padding: 5px;
	float: left;
	height: 16px;
	width: 80%;
	text-align: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #960;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sen {
	height: auto;
	width: 920px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #999;
	text-align: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.sen2 {
	height: 100%;
	width: 100%;
	border: 1px solid #CCC;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sen3 {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #06C;
	padding-top: 20px;
}
h4 {
	background-color: #06C;
	height: 20px;
	width: 100px;
	color: #FFF;
	padding-left: 10px;
	margin-right: 20px;
}
h6 {
	font-size: 24px;
	font-weight: bold;
	color: #06C;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.midasi {
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	display: block;
	float: left;
	height: auto;
	width: 100%;
}

.left {
	text-align: left;
	display: block;
	float: left;
	height: 430px;
	width: 430px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
.left2 {
	text-align: left;
	display: block;
	float: left;
	height: auto;
	width: 400px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 70px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
.right {
	text-align: left;
	display: block;
	float: left;
	width: 480px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 430px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}
.right2 {
	text-align: left;
	display: block;
	float: left;
	width: 480px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999;
}

.about {
	float: right;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 280px;
	width: 320px;
}
.about300 {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 620px;
}
.news {
	text-align: left;
	display: block;
	float: left;
	height: 300px;
	width: 900px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.photo3 {
	text-align: left;
	display: block;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.fudosan {
	text-align: left;
	display: block;
	padding: 5px;
	float: left;
	width: 100%;
	border: 1px solid #999;
}
.p4 {}
