/*
Theme Name: I-ENMUSUBI(Twenty Twelve)
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: YUASA BUNGU Inc.
Author URI: http://www.rys.co.jp/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	/*font-size: 11px;
	font-size: 0.785714286rem;*/
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*.entry-content img,
.comment-content img,
.widget img,*/
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
.entry-content img.noboder{
	border-radius: 0px!important;
	box-shadow: none!important;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption { font-size: 12px; line-height: 1.1; color: #555; }
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption img {margin:0 auto 5px auto; display:block;}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	/*font-size: 1rem;*/
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a { outline: none; color: #3366CC; text-decoration: none; }
a:hover { color: #CC0000; text-decoration: underline; }

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	/*padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;*/
}
.site-content {
	margin: 12px 0 0;
	margin: 0.857142857rem 0 0;
}
.widget-area {
	margin: 12px 0 0;
	margin: 0.857142857rem 0 0;
}

/* Header */
.site-header {
	padding: 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {

	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	/*margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-top: 12px;
	margin-top: 0.857142857rem;	*/
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget-area .widget h3 { margin-bottom: 2px; background-image:url(images/menutitlebg.png); background-repeat: no-repeat; background-position: left bottom; height: 45px; line-height: 45px; padding-left: 20px; color:#FBFBFB; font-weight:bold;font-size:1.1em; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif }
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area li:hover {background-position: left bottom;}
.widget-area li a{ background-image: url(images/arrow6.jpg); background-repeat: no-repeat; background-position: left center; padding-left: 15px; }
.widget-area .widget a { color: #333333; font-size:1.1em; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif }
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.widget-area ul{margin-top:0px;}

.menu-smenu-container ul li,
.menu-smenu2-container ul li{margin:0; padding:0; clear:both;}
.menu-smenu-container ul li a,
.menu-smenu2-container ul li a{ background-image: url(images/smenubg.png); background-repeat: no-repeat; background-position: left top; height:40px; /*width:220px;*/ line-height:36px; margin:0; padding:0 0 0 20px; display:block }
.menu-smenu-container ul li a:hover,
.menu-smenu2-container ul li a:hover {color: #21759b;background-position: left bottom;}

.menu-smenu-container ul li a[title="店舗紹介"],
.menu-smenu2-container ul li a[title="店舗紹介"]{ background-image: url(images/smenu01.png); background-repeat: no-repeat; background-position: left top; height:70px; width:137px; line-height:60px; margin:0; padding:0 0 0 66px; display:block; font-size:16px }
.menu-smenu-container ul li a[title="おもてなし商店街とは"],
.menu-smenu2-container ul li a[title="おもてなし商店街とは"]{ background-image: url(images/smenu02.png); background-repeat: no-repeat; background-position: left top; height:60px; width:137px; line-height:1.3; margin:0; padding:10px 0 0 66px; display:block; font-size:16px;}
.menu-smenu-container ul li a[title="お知らせ"],
.menu-smenu2-container ul li a[title="お知らせ"]{ background-image: url(images/smenu03.png); background-repeat: no-repeat; background-position: left top; height:70px; width:137px; line-height:60px; margin:0; padding:0 0 0 66px; display:block; font-size:16px }
.menu-smenu-container ul li a[title="イベント情報"],
.menu-smenu2-container ul li a[title="イベント情報"]{ background-image: url(images/smenu04.png); background-repeat: no-repeat; background-position: left top; height:70px; width:137px; line-height:60px; margin:0; padding:0 0 0 66px; display:block; font-size:16px }
.menu-smenu-container ul li a[title="観光情報"],
.menu-smenu2-container ul li a[title="観光情報"]{ background-image: url(images/smenu05.png); background-repeat: no-repeat; background-position: left top; height:70px; width:137px; line-height:60px; margin:0; padding:0 0 0 66px; display:block; font-size:16px }
.menu-smenu-container ul li a[title="交通アクセス"],
.menu-smenu2-container ul li a[title="交通アクセス"]{ background-image: url(images/smenu06.png); background-repeat: no-repeat; background-position: left top; height:70px; width:137px; line-height:60px; margin:0; padding:0 0 0 66px; display:block; font-size:16px }
.menu-smenu-container ul li a[title="お問い合わせ"],
.menu-smenu2-container ul li a[title="お問い合わせ"]{ background-image: url(images/smenu07.png); background-repeat: no-repeat; background-position: left top; height:70px; width:137px; line-height:60px; margin:0; padding:0 0 0 66px; display:block; font-size:16px }
.menu-smenu-container ul li a[title="おもてなし新聞"],
.menu-smenu2-container ul li a[title="おもてなし新聞"]{ background-image: url(images/smenu08.png); background-repeat: no-repeat; background-position: left top; height:70px; width:137px; line-height:60px; margin:0; padding:0 0 0 66px; display:block; font-size:16px }

ul#menu-infoarea{clear:both; display:block}
ul#menu-infoarea li a{ background-image:url(images/infoareabg.jpg); background-repeat: no-repeat; background-position: left top; height:50px; width:200px; line-height:1.2em; margin:0; padding:20px 0 0 40px; display:block }
ul#menu-infoarea li a:hover{ background-position: left bottom; }
#accessroot h3{ background-image:url(images/co-titlebg2.png); padding-left:10px; color:#fff}
#accessroot ul li{ list-style: none; border-bottom: 1px #ccc solid; background-image: url(images/arrow5.png); background-position: left center; background-repeat: no-repeat; padding: 5px 0 5px 20px;}
#accessroot ul li:nth-child(even) { background-color: #FFFDEB; }
#accessroot ul li:nth-child(odd) { background-color: #F0FFF7; }


/* Footer */
footer[role="contentinfo"] { clear: both; font-size: 12px; font-size: 0.857142857rem; line-height: 2; /*max-width: 960px;*/ /*max-width: 68.571428571rem;*/ /*margin-top: 24px;*/
	/*margin-top: 1.714285714rem;*/
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	/*padding: 24px 0;*/
	/*padding: 1.714285714rem 0;*/
max-width: 960px; margin: 0 auto;  color: #666 ; }
footer[role="contentinfo"] a { color: #555; }
footer[role="contentinfo"] a:hover { color: #000; }


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title { font-size: 20px; font-size: 1.428571429rem; line-height: 1.2; font-weight: normal; background-image: url(images/h1bg.png); height: 40px; background-repeat: no-repeat; background-position: left top; padding: 10px 0 0 60px; 
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 15px 0;
	/*margin: 1.714285714rem 0;*/
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	/*font-size: 1.5rem;*/
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 { font-size: 18px; /*font-size: 1.285714286rem;*/ line-height: 1.6; background-image: url(images/h2bg.png); background-repeat: no-repeat; background-position: left top; height: 40px; padding: 10px 0 0 70px; 
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	/*font-size: 1.142857143rem;*/
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	/*margin: 0 0 1.714285714rem;*/
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	/*margin: 0 0 1.714285714rem;*/
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	/*margin: 0 0 0 2.571428571rem;*/
}
.entry-content blockquote,
.comment-content blockquote { margin-bottom: 24px; /*margin-bottom: 1.714285714rem;*/ padding: 24px; /*padding: 1.714285714rem;*/ font-style: italic; background-color: #F7FBFF; border: 1px solid #ccc; /*margin-left: 1.714285714rem; */
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd { line-height: 1.714285714; margin-bottom: 10px!important; margin-bottom: 1.714285714rem; margin-left: 20px; 
}


.entry-content table{ color: #333333; line-height: 1.6; margin: 0 auto 24px auto; margin: 0 auto 1.714285714rem auto; width: 98%; border-top:1px #CCCCCC solid; border-left:1px #CCCCCC solid; }
.entry-content table caption{
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,.entry-content th{
	padding: 6px 10px;
	border-bottom:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
}
.entry-content th{
	background-color:#4292FF; color:#fff; font-weight:bold; background-image:url(images/co-titlebg2.png); background-repeat:repeat-x}

.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.home .site-content article {
	border-bottom: none;
	margin-bottom: 10px;
	padding-bottom: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 20px;
	padding-bottom: 0px;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */
.entry-meta {clear: both;	font-size: 14px;}
.entry-meta a {color: #bc360a;}
.entry-meta a:hover {color: #bc360a;}
.entry-meta > span {margin-right: 20px;}
.entry-meta > span:last-child {margin-right: 0;}
.featured-post:before {content: "\f308";	margin-right: 2px;}
.entry-meta .date a:before {content: "\f303";}
.comments-link a:before {content: "\f300";	margin-right: 2px;	position: relative;	top: -1px;}
.entry-meta .author a:before {content: "\f304";	position: relative;	top: -1px;}
.categories-links a:first-child:before {content: "\f301";}
.tags-links a:first-child:before {content: "\f302";	position: relative;	top: -1px;}
.edit-link a:before {content: "\f411";	position: relative;	top: -1px;}
.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {display: none;}



/* =Local Setting
----------------------------------------------- */
.f08p{font-size:8px}
.f10p{font-size:10px}
.f12p{font-size:12px}
.f13p{font-size:13px}
.f13p{font-size:13px}
.f14p{font-size:14px}
.f16p{font-size:16px}
.f18p{font-size:18px}
.f20p{font-size:20px}
.bb{font-weight:bold}
/*all use*********************************/
.txtright{text-align:right}
.txtleft{text-align:left}
.txtcenter{text-align:center}
.imgleft{float:left; margin-right:5px}
.imgright{float:right; margin-left:5px}
.imgleft2{float:left; margin:0px}
.imgright2{float:right; margin:0px}
.imgcenter{margin:0 auto}
img.glowimg{border:1px solid #F0F0F0;box-shadow: 5px 5px 5px rgba(0,0,0,0.4);}
.clear,.allclaer{clear:both}
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix {  min-height: 1px;}
* html .clearfix { height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.ml40{margin-left:40px}
.lblue{color:#0099FF}
.dblue{color:#000066}
.enji{color:#b71e38; margin-bottom:5px}
.camel{color:#996600}
.red{color:#FF0000}
.redbb{ color:#FF0000; font-weight:bold}
.blue{ color:#3366FF }
.green{ color:#00CC00 }
.white{ color:#FFFFFF}
.pink{ color:#FD6B64 }
.gray{color:#999999}
.black{color:#444444}
.gold{color:#996600}
.bgpink{ background-color:#FF9999 }
.bgblue{ background-color:#CEDEEE }
.bgyellow{ background-color:#FFCC00}
.bgyellow2{ background-color:#FFFFD9 }
.bggreen{ background-color:#00CC00 }
.pd103{padding:3px 10px}
p.mt10{margin-top:10px!important}
.mb10{margin-bottom:10px!important}
.p40{padding:10px 40px}
a.linksign{ padding-left:20px; background-image: url(images/target1.gif); background-repeat: no-repeat; background-position: left center; }
a.linksign2{ padding-right:15px; background-image: url(images/target0.png); background-repeat: no-repeat; background-position: right top; }
a.more-link{ display:block; clear:both; margin:3px 0 3px 100px; background-image: url(images/arrow4.gif); background-repeat: no-repeat; background-position: left center; padding:0 0 0 20px;height:20px }
a.pdf{ width:300px; height:35px; background-image:url(images/gopdf.png); padding:15px 0 0 20px; display:block; float:right }
.gotopics a:hover{ background-position: left bottom; }
ul.arrow li{ background-image:url(images/arrow5.png); background-repeat: no-repeat; background-position: left center; list-style:none; padding-left:20px }
ul.arrow2 li{ background-image:url(images/arrow5.png); background-repeat: no-repeat; background-position: 1px 6px; list-style:none; padding-left:20px }

#gotop a{ background-image:url(images/pagetop.png); background-repeat: no-repeat; background-position: right center; height:40px; width:160px; display:block; margin:0; clear:both; float:right; margin-top:-40px }
#gotop a span{display:none}
#breadcrumb{ clear:both; color:#666; height:40px; padding:0 0 0 20px; font-size:12px; line-height:40px; background-image:url(images/home-icon-trans.png); background-repeat: no-repeat; background-position: left center; margin-left: 10px; }
#breadcrumb a{ color:#666; background-image:url(images/pklinkbg.png); background-repeat: no-repeat; background-position: right center; padding-right:18px; font-size:12px }

ul#menu-fmenu{ padding:0 0 0 40px; margin:0px 0px 20px 0px; clear: both; border-bottom:1px #ccc solid; border-top:1px #ccc solid;height:40px;}
ul#menu-fmenu li a{display:block; height:40px; line-height:40px; float:left; text-align:center; color:#666; padding:0 20px}
ul#menu-fmenu li+li a{ /*border-right:1px solid #ccc*/}
ul#menu-fmenu li a:hover{ background-color: #999; color: #FFFFFF }


#childcate{ margin:-30px 0 10px 0; clear: both; }
#childcate ul li a{display:block; width:173px; height:40px; line-height:40px; float:left; text-align:center;color:#000;border-left:none;
	background-color: #F9F9F9;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(#F9F9F9, #ccc);
	background-image: -ms-linear-gradient(#F9F9F9, #ccc);
	background-image: -webkit-linear-gradient(#F9F9F9, #ccc);
	background-image: -o-linear-gradient(#F9F9F9, #ccc);
	background-image: linear-gradient(#F9F9F9, #ccc);border-left:#ccc 1px solid;
}
#childcate ul li+li a{}
#childcate ul li a:hover{color:#FFFFFF;
	background-color: #000257;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(#B5B7DF, #000257);
	background-image: -ms-linear-gradient(#B5B7DF, #000257);
	background-image: -webkit-linear-gradient(#B5B7DF, #000257);
	background-image: -o-linear-gradient(#B5B7DF, #000257);
	background-image: linear-gradient(#B5B7DF, #000257);
}

.site-info{ clear:both; padding:40px 0 30px 60px; margin:0; background-image: url(images/mark.png); background-repeat:no-repeat; background-position:left top}
#powerpush{margin:0 0 15px 0}
#powerpush h2{ padding: 10px 12px; padding: 0.71428571rem 0.857142857rem; font-size: 14px; font-weight: normal; color: #fff; background-color: #CC0000; background-repeat: repeat-x; background-image: -moz-linear-gradient(top, #FF0000, #990000); background-image: -ms-linear-gradient(top, #FF0000, #990000); background-image: -webkit-linear-gradient(top, #FF0000, #990000); background-image: -o-linear-gradient(top, #FF0000, #990000); background-image: linear-gradient(top, #FF0000, #990000); border-radius: 30px; border: 1px solid #CC0000; }
#powerpush a{ background-image:url(images/target1.gif); background-repeat: no-repeat; background-position: right center; padding-right:20px }
#powerpush ul { margin:5px 0}
#powerpush ul li{ clear:both; border-bottom:#CC0000 1px dotted; padding: 5px 5px 5px 15px; background-image:url(images/check.gif); background-repeat:no-repeat; background-position:0px 6px;}
#powerpush ul li .pptitles{height:20px; overflow:hidden}
#powerpush ul li .date{ height:20px; margin:-20px 0 0 0; width:100px; float:right; background-image:url(images/calendar_view_month2.png); background-repeat: no-repeat; background-position: left top; padding-left:15px }
#powerpush ul li p{padding-left:30px; padding-bottom:8px; line-height:1.2em}

#topnewswaku{ margin:0; padding:0px 0px 0px 0px; overflow:hidden; clear:both;}
#topnewswaku h2{ height:50px; line-height:40px; padding:0; font-size: 16px; color: #333; font-weight: bold; background-image:url(images/newsbg.png) }
#topnewswaku h2 a{ display:block; padding-left:50px}
#topnewswaku ul{ margin:0 5px; padding:0}
#topnewswaku ul li{ list-style:none; margin:0 0 3px 5px; border-bottom:1px #ccc dotted; clear:both; height:30px; overflow:hidden}
#topnewswaku ul li a span{margin:0px; line-height:30px}
.golist{text-align:right}
#topnewswaku .date{ margin:0px; padding:0 0 0 18px; width:80px; float:left; height:30px; line-height:30px; background-image:url(images/calendar_view_month.png);background-repeat:no-repeat; background-position:left center; color:#666666}

#topinfowaku{margin:0; padding:20px 0px 20px 0px; overflow:hidden; clear:both;}
#topinfowaku h2{ height:50px; line-height:40px; padding:0; font-size: 16px; color: #333; font-weight: bold; background-image:url(images/infobg.png) }
#topinfowaku h2 a{ display:block; padding-left:50px}
#topinfowaku h3 {display:inline; margin-bottom:5px; clear:none}
#topinfowaku ul{ margin:0 0 0 3px; padding:0}
#topinfowaku ul li{ list-style:none; margin:0 0 3px 0px; border-bottom:1px #ccc dotted; clear:both; background-image:url(images/infolist.png); background-repeat:no-repeat; background-position:10px 1px; padding-left:30px}
#topinfowaku ul li a span{margin:-3px 0 0 0px; line-height:1.1em}
.golist{text-align:right}
#topinfowaku .date{ margin:0px; padding:0 0 0 15px; width:80px; float:right; height:20px; line-height:20px; background-image:url(images/calendar_view_month2.png); background-position:left center; background-repeat:no-repeat}
#topinfowaku  .listimg{float:left ; margin-right:10px}
#topinfowaku p{margin-left:5px}

.category .postwaku .listimg,.archive .postwaku .listimg{ float:left; margin:0 10px 10px 0}
.category .postwaku .date,archive .postwaku .date{text-align:right; font-size:0.95em}
.category .postwaku .entry-header .entry-title,.archive .postwaku .entry-header .entry-title  { font-size: 18px; line-height: 1.1; font-weight: normal; height: 27px;  padding: 8px 0 5px 10px; background-image:none; overflow:hidden; border-bottom:1px #ccc solid;  margin:0 0 5px 0;
	box-shadow: inset 0 0 2px 2px #c6c6c6, 0 1px 2px 0 #f4f4f4#;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	border-radius: 3px;
	border:1px solid #eee;
border-left:5px solid #D90003;
}
.category .archive-title,.archive .archive-title{ font-size: 20px; font-size: 1.428571429rem; line-height: 1.2; background-image: url(images/h1bg.png); height: 40px; background-repeat: no-repeat; background-position: left top; padding: 10px 0 0 60px; 
}
.category .postwaku .entry-header .entry-title a,.archive .postwaku .entry-header .entry-title a{font-size: 18px; background-image:url(images/target1.gif); background-repeat: no-repeat; background-position: right center; padding-right:15px }
.category .postwaku .entry-header .entry-title a:hover,.archive .postwaku .entry-header .entry-title a:hover{text-decoration:underline}
.category .postwaku .entry-header,.archive .postwaku .entry-header{margin-bottom:0}
.category .site-content article,.archive .site-content article  {border-bottom: none;	margin-bottom: 0;	padding-bottom: 0;	word-wrap: break-word;	-webkit-hyphens: none;	-moz-hyphens: none;	hyphens: none;}
.category .postwaku .entry-content p,.category .postwaku .entry-content,.archive .postwaku .entry-content p,.archive .postwaku .entry-content{line-height:1.1em; margin-bottom:5px}
.category .postwaku .entry-meta,.archive .postwaku .entry-meta {font-size: 11px;	font-size: 0.785714286rem;	line-height: 1.2; padding-top:3px; /*border-top:1px dotted #ccc;*/ margin:0 0 15px 0; text-align:right}

/* ddsg-pagenav&wp-pagenavi CSS */
.ddsg-pagenav {text-align:center;margin:10px 0 10px 0;}
.ddsg-pagenav a, .ddsg-pagenav a:link{padding: 4px 8px;	margin: 2px;text-decoration: none;border: 1px solid #0066cc;color: #0066cc;	background-color: #FFFFFF;}
.ddsg-pagenav a:visited{padding: 4px 8px;margin: 2px;text-decoration: none;	border: 1px solid #0066cc;color: #0066cc;background-color: #FFFFFF;}
.ddsg-pagenav a:hover {border: 1px solid #000000;color: #000000;background-color: #FFFFFF;}
.ddsg-pagenav a:active {padding: 4px 8px; margin: 2px;text-decoration: none;border: 1px solid #0066cc;color: #0066cc;background-color: #FFFFFF;}
.wp-pagenavi { text-align:center!important; margin:10px 0 10px 0!important; display:block; min-height: 40px; clear:both }
.wp-pagenavi a,.wp-pagenavi a:link{padding: 4px 8px;margin: 2px;text-decoration: none;border: 1px solid #0066cc;color: #0066cc;	background-color: #FFFFFF; /*display:block; float:left;*/}
.wp-pagenavi a:visited, .ddsg-pagenav a:visited{padding: 4px 8px;margin: 2px;text-decoration: none;border: 1px solid #0066cc;color: #0066cc;background-color: #FFFFFF;}
.wp-pagenavi a:hover {border: 1px solid #000000;color: #000000;	background-color: #FFFFFF;}
.wp-pagenavi a:active {padding: 4px 8px; margin: 2px;text-decoration: none;border: 1px solid #0066cc;color: #0066cc;background-color: #FFFFFF;}
.wp-pagenavi span.pages {padding: 4px 4px;margin:2px;color: #000000;border: 1px solid #000000;background-color: #FFFFFF;/*display:block; float:left;*/}
.wp-pagenavi span.current {padding: 4px 8px;margin: 2px;font-weight: bold;border: 1px solid #000000;color: #000000;	background-color: #FFFFFF;/*display:block; float:left;*/}
.wp-pagenavi span.extend {padding: 4px 2px;margin: 2px;color: #000000;background-color: #FFFFFF;/*display:block; float:left;*/}
.ddsg-wrapper ul{margin:10px 0; height:auto}
.ddsg-wrapper ul ul{margin:0px 0 0 0!important}
.ddsg-wrapper ul li{ background-image:url(images/relationbg.png); background-repeat: no-repeat; background-position: left top; list-style:none; line-height:36px; padding:0 0 0 20px; margin:0!important}
.ddsg-wrapper ul li a{padding-left:10px; display:block; font-size:0.9em}
.ddsg-wrapper h2{ clear:both; background-image: url(images/topics1bg.png); background-repeat: no-repeat; background-position: left top; height:50px; line-height:50px; padding:0 0 0 50px; font-weight:bold; border-bottom:none }

#topright{ margin: -100px 5px 0 0; width: 200px; float: right; height: 120px; }

#search-box { height: 30px; background: url(./images/box-search.png) left top no-repeat; width:200px;margin:5px 0 0 0; /*float:right;clear:right*/ }
#search-text { background: transparent none no-repeat 0 0; border: none; margin: 1px 30px 0px 2px; color: #444; width: 166px; }
 
#fsbox { height:30px; clear: both; width: 200px; margin:5px 0 5px 0px;/* float:left*/ }
#fsbox span{ color:#333; float:left; height:30px; line-height:30px; width:70px; font-size:12px; text-align:center;margin-right:10px; }
#fsbox ul{margin:0!important; padding:0!important}
#fsbox ul li{width:33px; height:30px;
	background-color: #A6C5FF;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(left top, #F7FAFF, #A6C5FF);
	background-image: -ms-linear-gradient(left top, #F7FAFF, #A6C5FF);
	background-image: -webkit-linear-gradient(left top, #F7FAFF, #A6C5FF);
	background-image: -o-linear-gradient(left top, #F7FAFF, #A6C5FF);
	background-image: linear-gradient(left top, #F7FAFF, #A6C5FF);
	box-shadow: inset 0 0 2px 2px #c6c6c6, 0 1px 2px 0 #f4f4f4#;
	border-radius: 5px;
 color:#003300; float:left; margin-left:6px; list-style:none; line-height:30px; text-align:center; font-size:12px
	}
#fsbox ul li:hover{color:#CCCCCC;
	background-color: #777;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(left top, #777, #333);
	background-image: -ms-linear-gradient(left top, #777, #333);
	background-image: -webkit-linear-gradient(left top, #777, #333);
	background-image: -o-linear-gradient(left top, #777, #333);
	background-image: linear-gradient(left top, #777, #333);
	 }
 

.w300{width:300x; float:left}
.w230{ width:230px; float:left; border-right:1px #CCCCCC solid }
.w300 h3,.w230 h3{ text-align:center; margin:0; padding:5px 2px;
	background-color: #F9F9F9;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(left top, #F9F9F9, #ccc);
	background-image: -ms-linear-gradient(left top, #F9F9F9, #ccc);
	background-image: -webkit-linear-gradient(left top, #F9F9F9, #ccc);
	background-image: -o-linear-gradient(left top, #F9F9F9, #ccc);
	background-image: linear-gradient(left top, #F9F9F9, #ccc);
	box-shadow: inset 0 0 2px 2px #c6c6c6, 0 1px 2px 0 #f4f4f4#;
	border-radius: 5px;
	font-size:0.9em
}
.w300 p{margin:5px; line-height:1.1em}
.w300 ul,.w300 dl,.w230 ul,.w230 dl{margin:10px 5px; padding:0; line-height:1.1em; font-size:0.9em}

.w300 ul li{ list-style:none; background-image:url(images/arrow7.jpg); background-repeat: no-repeat; background-position: left center;  margin:0 0 5px 0; padding:0;padding-left:15px;}
.w230 dl dt{ font-size:0.95em; margin:0 0 0 5px; padding:0 0 0 0;}
.w230 dl dd{ font-size:0.95em; margin:0 0 0 10px; padding:0 0 0 0;}

.w40{width:40%; float:left}
.w20{width:20%; float:left}

table.gothic td{ font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"}
table#fulltabel{width:100%!important}
table#fulltabel td.fulltd{padding-left: 0px;padding-right: 0px;}
.commentarea{ margin:10px 0 10px 20px; background-color:#FFFFEE; border:1px solid #ccc; padding:3px 5px 0 5px; color:#990000}
.commentarea2{
	background-color: #FBFCE5;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #FDFDF5, #FBFCE5);
	background-image: -ms-linear-gradient(top, #FDFDF5, #FBFCE5);
	background-image: -webkit-linear-gradient(top, #FDFDF5, #FBFCE5);
	background-image: -o-linear-gradient(top, #FDFDF5, #FBFCE5);
	background-image: linear-gradient(top, #FDFDF5, #FBFCE5);
	box-shadow: inset 0 0 2px 2px #c6c6c6, 0 1px 2px 0 #f4f4f4#;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
	border-radius: 10px;
	border:1px solid #ccc;
	margin:10px 20px;
	padding:20px }
.midashi{display:block; margin:10px 0 3px 0; line-height:50px; padding:0 0 0 10px; font-size:1.2em; font-weight:bold; background-image:url(images/topconbg.png); background-position:bottom left; background-repeat:repeat-x; color:#fff;}
ul#linklist{margin:0; padding:0}
ul#linklist li{ list-style:none;margin:0; padding:0}
ul#linklist ul{margin:0; padding:0}
ul#linklist ul li{width:157px; margin:0 5px 15px 0; padding:5px; float:left;line-height:1.2em; min-height:180px}
ul#linklist ul li img{ display:block; margin:0 auto 5px auto; border:1px #ccc solid}

#farea img, #farea2 img{ width:100%!important; clear:both; margin:0!important; padding:0!important}
.widget_sp_image h3.widget-title{display:none}
#farea{clear:both; margin:0; padding:0}

ul#topmenu{margin:0; padding:0}
ul#topmenu li{ list-style:none; margin:0; padding:0; float:left}
ul#topmenu li a{margin:0; padding:0;}

#categorylist,#catenewlist{margin:0 0 20px 0; padding:0;}
#categorylist{ width:400px; float:left; clear: both; }
#categorylist ul{margin:0; padding:0}
#categorylist ul li{list-style:none}
#categorylist ul li a{ height:30px; display:block; padding:10px 0 0 15px; margin:0 0 5px 0; background-image: url(images/catelistbg.png); background-repeat: no-repeat; background-position: left top; line-height:1.1em; text-decoration:none; }
#categorylist2{margin:0 0 20px 0; padding:0;clear: both; }
#categorylist2 ul{margin:10px 0 0 20px; padding:0}
#categorylist2 ul li{list-style:none}
#categorylist2 ul li a{display:block; padding:10px 0 10px 20px; margin:0 0 5px 0; background:url(images/arrow5.png) no-repeat 0 10px; border-bottom:1px #ccc dotted; line-height:1.1em; text-decoration:none; }


#catenewlist .pptitles a:hover{ text-decoration:underline}
#catenewlist{ width:290px; float:right;}
#catenewlist .pptitles{ background-image: url(images/catenewlistbg.png); background-repeat: no-repeat; background-position: left top; padding:5px; border-bottom:1px #5DA7FF dotted }
#catenewlist .pptitles a{ text-decoration:none;font-size:1.1em; font-weight:bold }
#catenewlist .date{ background-image: url(images/calendar_view_month.png); background-repeat: no-repeat; background-position: left center; padding-left:20px; font-size: 0.8em; float: right; margin:5px 10px 0 10px; }
#catenewlist p{ margin:10px 8px; font-size:11px; line-height:1.1em}
#catenewlist ul{ padding:0; margin:0}
#catenewlist ul li{ list-style:none; /*padding:5px;*/ margin:0 0px 15px 0; width:290px; float:left; background-image: url(images/catenewlistbg.png); background-repeat: no-repeat; background-position: left bottom; }
#catenewlis .more-link{line-height:1.1em; margin-left:20px}
.co-title,#content .entry-content h2.co-title{ height:50px; margin:10px 0 5px 0; padding:0 0 0 50px; font-size:16px; background-image:url(images/topics1bg.png); background-repeat: no-repeat; background-position: left top; line-height:44px; font-weight:bold; clear: both; }
.co-title4,#content .entry-content h2.co-title4,.entry-content h3.co-title4{ height:44px; margin:15px 0 0 0; padding:0 0 0 60px; font-size:16px; background-image:url(images/co-titlebg4.png); background-repeat: no-repeat; background-position: left top; line-height:44px; font-weight:bold; clear: both; }
.co-title3,#content .entry-content h3.co-title3{ height:44px; margin:20px 0 0 0; padding:0 0 0 20px; font-size:14px; background-image:url(images/catelistbg.png); background-repeat: no-repeat; background-position: left top; line-height:44px; font-weight:bold; clear: both; }
.co-title2,h3.co-title2{ height:40px; margin:0 0 5px 0; padding:0; font-size:14px; background-image:url(images/co-titlebg2.png); background-repeat: no-repeat; background-position: left top; line-height:40px!important; font-weight:bold; text-align:center; color:#FFFFFF}
h2.midashi{margin:0 0 5px 0; background:url(images/star.png) no-repeat left center; border-bottom:1px #ccc dotted; padding-left:50px}
dl.listdl dt{width:25%; clear:both; border-top: 1px #CCCCCC solid; float:left; margin:0 0 0 0!important; padding:5px 0 5px 1%}
dl.listdl dd{width:72%; border-top: 1px #CCCCCC solid; float:left; border-left:1px #CCCCCC solid; margin:0 0 0 0!important; padding:5px 0 5px 1.5%}
dl.listdl {border-bottom:1px #CCCCCC solid; border-left:1px #CCCCCC solid; border-right:1px #CCCCCC solid;}
dl.listdl table,dl.listdl table td,dl.listdl table th{border:none}
dl.listdl table td,dl.listdl table th{ padding:2px 5px 2px 0px; font-size:0.9em}
dl.listdl table caption{ font-size:0.9em; margin:0; padding:0}

dl.listdl2 dt{width:25%; clear:both; border-top: 1px #CCCCCC solid; float:left; margin:0 0 0 0!important; padding:5px 0 5px 1%; text-align:center; color:#fff; font-weight:bold}
dl.listdl2 dd{width:72%; border-top: 1px #CCCCCC solid; float:left; border-left:1px #CCCCCC solid; margin:0 0 0 0!important; padding:5px 0 5px 1.5%; background-color:#fff}
dl.listdl2 { border-bottom: 1px #CCCCCC solid; border-left: 1px #CCCCCC solid; border-right: 1px #CCCCCC solid; background-color: #CC494B }

dl.listdl3 dt{width:25%; clear:both; float:left; margin:0; padding:3px 0 3px 1%; border-top:1px solid #ccc;}
dl.listdl3 dd{width:72.5%; float:left; margin:0; padding:3px 0 3px 1.5%; border-top:1px solid #ccc;}
dl.listdl3 { border-bottom:1px solid #ccc;}

#shopdetail dl dt{width:25%; clear:both; float:left;margin:0 0 0 0!important; padding:3px 0 3px 1%; border-top:1px solid #ccc; text-align:center; color:#FFFFFF}
#shopdetail dl dd{width:72%; float:left; margin:0 0 0 0!important; padding:3px 0 3px 1.5%; border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc; background-color:#fff }
#shopdetail dl { border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc; margin-top:20px; background-color:#C29B5C}
.bikou{font-size:1.2em; float:right; width:400px; background-color:#FDFDE9; border:1px solid #CB9F32; margin-bottom:10px; line-height:1.2em}
.bikou span{ display:block; padding:5px 10px}

.maparea{width:600px; margin:10px auto;}

#shoplist {/*background-color:#333333*/}
#shoplist ul{margin:0; padding:0; background-color:#333333}
#shoplist ul li{margin:0; padding:0; list-style:none; width:105px; float:left; text-align:center; min-height:120px}
#shoplist ul li a,#shoplist ul li img{margin:0; padding:0;/* color:#FFFFFF*/}
#shoplist ul li h3{ font-size:12px; margin:-5px 0 10px 0; padding:0; line-height:1em; font-weight:normal}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		overflow: hidden;
	}
	.site-content {
		float: left;
		/*width: 65.104166667%;*/
		width: 77.0833%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		/*width: 26.041666667%;*/
		width: 21%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		margin: 0;
		padding:0;
	}

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		background-image:url(images/accessbg.png); background-position:top left; background-repeat:no-repeat;
		display: inline-block !important;
		text-align: left;
		width: 100%;
		margin:0; padding:0;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
		color: #fff;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #fff;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
		display:block;
		padding:0 45px 0 30px;
	}
	.main-navigation li a:hover { color: #FFC10E; }
	.main-navigation li {
		margin:0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	#masthead{background-image:url(images/header.jpg); background-position:left top; background-repeat:no-repeat; height:400px}
	.home #masthead{background-image:url(images/headerbg.jpg); height:460px;background-repeat:no-repeat;}
	body {
		background-color: #fff;
		background-image:url(images/bodybg2.jpg); background-position:left top; background-repeat:repeat-x;
	}
	body.home {background-image:url(images/bodybg.png);}
	.main-navigation{margin-top:0px;height:50px; clear:both; margin-top:245px}
	.home .main-navigation{margin-top:305px}
	#metaslider_47{padding:10px 15px!important;background-image:url(images/sliderbg.png); background-position:left top; background-repeat:no-repeat; margin-top:3px; margin-bottom:5px }
	#shoptop p,#shoptop img{ line-height:1.5em; margin:0 10px 0 0; padding:0}
	.mainphoto{width:300px; margin:0 20px 0 0; padding:0; float:left}
	.subphoto{ clear:both}
	.subphoto p{float:left; margin:10px 10px 10px 0; padding:0}
#topnewswaku{ width:50%; float:left; margin:0 0 0 0!important; padding:0!important}
#topinfowaku{width:50%; float:left; margin:0 0 0 0!important; padding:0!important; clear:none}	

h1.site-title a span{color:#666; display:block; position:absolute;margin: -50px 0 0px 470px;height:20px; font-size: 12px;font-weight:normal ;text-shadow: -2px -2px 3px #fff, 
2px -2px 3px #fff, 
1px 1px 3px #fff, 
-1px 1px 3px #fff;}
h2.site-description{ color:#666;height:20px;margin: -35px 0 0px 470px; font-size: 12px;/* font-weight: bold;*/ text-shadow: -2px -2px 3px #fff, 
2px -2px 3px #fff, 
1px 1px 3px #fff, 
-1px 1px 3px #fff;}

}


/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #fff;
		background-image:url(images/bodybg2.jpg); background-position:left top; background-repeat:repeat-x;
	}
	body.home  { background-image:url(images/bodybg.png)}
	body .site {
		padding: 0;
		/*margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/
	}
	body.custom-background-empty {
		/*background-color: #fff;*/
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}

	
}

@media screen and (max-width: 960px) {
	.site-content {	clear:both;	float:none;	width: 100%;margin:0 0 0 0!important;	padding:0 0 0 0!important;}
	body .site {padding: 0 1%; width:96%; margin: 0 auto}
	.widget-area {float: none;		width: 100%;}
	.menu-smenu-container ul li,
	.menu-smenu2-container ul li{margin:0 0 10px 10px; padding:0; clear:none; float:left;width:203px;}
	ul#menu-fmenu{clear: both; height:80px; padding:0 0 0 0!important;	}
	.main-navigation li a {	padding:0 15px;}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul { padding:0 0 0 10px; }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body .site {padding: 0 1%; width:96%; margin: 0 auto}
	.site-content {	clear:both;	float:none;	width: 100%;	margin:0 0 0 0!important;	padding:0 0 0 0!important;}
	#masthead{ background-image:url(images/headerbgm.png); background-position:left top; background-repeat:no-repeat;margin:0 0 0 0!important;	padding:0 0 0 0!important;}
	#topright{ margin: 30px 0 0 35%; /*width: 80%;*/ float: none; clear:both;height: 100px;}	
	.main-navigation{margin-bottom:10px;}
	.menu-smenu-container ul li,
	.menu-smenu2-container ul li{ float:none; clear:both}
	#gotop a{margin-top:0px }
	ul#menu-fmenu{clear: both; height:160px;}
	.bikou{ float:none; clear:both; width:auto}

dl.listdl dt{width:10%; clear:both; border-top: none; float:none; margin:0 0 0 0!important; padding:5px 0 5px 0}
dl.listdl dd{width:10%; clear:both; border-top: none; float:none; border-left:none; margin:0 0 0 10px!important; padding:5px 0 5px 0}
dl.listdl {border-bottom:none; border-left:none; border-right:none;}
dl.listdl table,dl.listdl table td,dl.listdl table th{border:none}
dl.listdl2 dt{width:100%; clear:both; border-top:none; float:none; margin:0 0 0 0!important; padding:5px 0 5px 0; text-align:left; color:#000; font-weight:bold}
dl.listdl2 dd{width:100%; border-top:none; float:none; border-left:none; margin:0 0 0 10px!important; padding:5px 0 5px 0; background-color:#fff}
dl.listdl2 { border-bottom:none; border-left:none; border-right:none; background-color: #fff }
dl.listdl3 dt{width:100%; clear:both; float:none; margin:0; padding:3px 0 3px 0; border-top:none;}
dl.listdl3 dd{width:100%; float:none; margin:0; padding:3px 0 3px 0; border-top:none;}
dl.listdl3 { border-bottom:none;}
#shopdetail dl dt{width:100%; clear:both; float:none;margin:0 0 0 0!important; padding:3px 0 3px 0; border-top:none; text-align:left; color:#000}
#shopdetail dl dd{width:100%; float:none; margin:0 0 0 10px!important; padding:3px 0 3px 0; border-top:none;border-left:none;border-right:none; background-color:#fff }
#shopdetail dl { border-bottom:none;border-left:none;border-right:none; margin-top:10px; background-color:#fff}
}

.site-title img,.logo-image{width:100%}
