/*
Theme Name: 株式会社 エーツー
Author: Satoko Takahashi
Version: 1
*/



/* =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,
th,
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: "";
}


/* CSS マウスアクティブ部分反転 */
::-moz-selection{background: #81848b;color:#fff;text-shadow:none}
::selection{background: #81848b;color:#fff;text-shadow:none}

/* Img Hover */
a img:hover {opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */}

/* CSS TRANSITION */
a img{-webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
		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,
a.button,
.taxonomies-filter-widget-form input[type="submit"] {
	padding: 12px 15px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 14px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #FFF;
	background-color: #414C70;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #436386, #414C70);
	background-image: -ms-linear-gradient(top, #436386, #414C70);
	background-image: -webkit-linear-gradient(top, #436386, #414C70);
	background-image: -o-linear-gradient(top, #436386, #414C70);
	background-image: linear-gradient(top, #436386, #414C70);
	border: 1px solid #4F5C86;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

a.button {
	text-decoration: none;
padding: 15px 20px;
font-size: 0.9em;
display: inline-block;
border-radius: 30px;
margin-top: 10px;
}
.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,
a.button:hover,
.taxonomies-filter-widget-form input[type="submit"]:hover{
	color: #ccc;
	background-color: #202947;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #414C70, #202947);
	background-image: -ms-linear-gradient(top, #414C70, #202947);
	background-image: -webkit-linear-gradient(top, #414C70, #202947);
	background-image: -o-linear-gradient(top, #414C70, #202947);
	background-image: linear-gradient(top, #414C70, #202947);
}
.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);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.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: 1.5;
overflow: hidden;
font-size: 0.8em;
border-top: 1px solid #ccc;
padding-top: 5px;
margin-top: 10px;
	
}

.site-content nav a{
	text-decoration: none;
}

#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: 40%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 40%;
}
.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: “小塚ゴシック Pro R”, “KozGoPro-Regular”, “A-OTF 新ゴ Pro R”, “ShinGoPro-Regular”, “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #81848b;
}
a:hover {
	color: rgb(52, 148, 214);
}

/* 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;
	position: relative;
}

.navCenter{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
}

.site-content {
	
}
.widget-area {
	
}

/* Header */

header#masthead{
	background: url(images/headerBk.jpg) repeat-x;
	
}

.universalNav{
	position: absolute;
	right:20px;
	top:12px;
	background: url(images/universalNavShadow.png) center bottom no-repeat;
	padding: 0 0px 32px;
	z-index: 9999;
}

.universalNav h3{
	display: none;
}

.universalNav ul li{
	list-style: none;
	float: left;
	font-size: 10px;
	margin: 0 5px;
}

.universalNav ul li:last-child{
	border-left: 1px solid #ccc;
	padding: 0 0 0 10px;
}

.universalNav ul li a{
	text-decoration: none;
	color: #797870;
}



.site-header {
	padding: 0px 0;
margin:0px 0 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 a{
background: url(images/logo.jpg) no-repeat;
text-indent: -9999px;
height: 117px;
width: 300px;
display: block;

}
.site-header h2 {
	display: none;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
position: relative;
	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: #000;
}
.main-navigation a:hover {
	color: #555;
}
.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 */

#secondary .widget-title{border-top: 5px solid #81848b;
font-size: 12px;
margin: 0px;
color: #000;
padding: 2px 0 22px;
background: url(images/atooNewsHeaderShadow.png) bottom center no-repeat;
}

#secondary {
	margin-top: 23px;
}

#secondary .widget ul{
	margin-top: -10px;
}

#secondary .widget ul a{
	text-decoration: none;
}

#secondary .widget ul a:hover{
	border-bottom: dotted #333 1px;
}

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.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 {
	}

.widget-area .widget p a{
	border-bottom: dotted #333 1px;
}

.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 .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}









#QA .question:before{
	content:'Q';
	font-size:50px;
	font-weight: bold;
	color: pink;
	margin:0 10px 0 0;
	font-family: 'Berkshire Swash', cursive;
}

#QA .question{
	font-weight: bold;
	font-size: 1.5em;
}

#QA .answer{
	padding: 20px;
	
border: 1px solid rgb(221, 232, 238);
margin: 0px 0 0 120px;
-webkit-box-shadow: inset 0px 0px 30px 5px rgba(105, 188, 221, 0.1);
box-shadow: inset 0px 0px 30px 5px rgba(105, 188, 221, 0.1);
position: relative;

-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	
}

#QA .answer:before{
	content:'A';
	font-size:50px;
	font-weight: bold;
	color: rgb(163, 203, 255);
	position: absolute;
	left: -50px;
	top:-20px;
	font-family: 'Berkshire Swash', cursive;
}


.searchedTitle{
	position: relative;
}

.linkToSearch{
	position: absolute;
	right: 5px;
	top: 5px;
}

.linkToSearch a{
	color: #fff;
}



/* Footer */

.footerWrapper{
	background: #f5f5f6;
	padding-top: 20px;
	margin-top: 30px;
	}

footer h2{
background: url(images/footerLogo.png) no-repeat;

height: 44px;
text-indent: -9999px;
margin: 0px;
padding: 0px;

margin-top: 40px;
margin-bottom: 10px;

	
}

footer address{
margin: 0px;
padding: 0px;
color: #a8a9aa;
width: 250px;
	float: left;
}


footer .front-widgets{
	float: right;
	margin-bottom: 30px;
}

footer .front-widgets aside{
	float:left;
	margin-left: 30px;
	width: 180px;
	color: #a8a9aa;
	font-size: 12px;
}

footer .front-widgets aside a{
	text-decoration: none;
}

footer .front-widgets aside h3{
	border-bottom: 1px dashed #ccc;
	margin-bottom: 6px;
}

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;
	
}
footer[role="contentinfo"] a {
	color: #686868;
	font-size: 11px;
}
footer[role="contentinfo"] a:hover {
	color: #000;
}

.footerLinks{
font-size: 10px;
	clear: both;
	color: #aeafb0;
	padding: 10px 0 30px;
	display: block;
	
	background: url(images/footerShade.png) no-repeat center top;
}

.footerLinks a{color: #aeafb0 !important;font-size: 10px; text-decoration: none;}
.footerLinks a:hover{
	color: #000 !important;
}

.footerLinks p{
	float: right;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}

.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;
	
	border-left: 5px solid #555;
	padding: 0px 20px;
margin: 10px 20px;
	
}

.entry-header {background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e9e9e9;

margin-top: 20px;
}

.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: red;
}
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 {
	
	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;
}
.entry-content h3,
.comment-content h3 {
	font-size: 15px;
	
	line-height: 1.846153846;
	
}

.page-template-default .entry-content h3,
.page-template-page-templatesfull-width-php .entry-content h3,
.page-template-page-templateswelfare-php .entry-content h3 {background: url(images/grayPtnBk.png) repeat #dedede;
padding: 5px 10px 3px;
margin-bottom: 15px;
border-bottom: 2px solid #B8B8B8;}

.entry-content h4,
.comment-content h4 {
	font-size: 13px;
	
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	
	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 16px;
		line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.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;
}

page-template-page-templatesfront-page-php .entry-content ul{
	list-style: none;
}
.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;
}
.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 #E0E0E0;
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;
background: #efefef;
border-radius: 5px;
}
.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: 0px 24px 12px 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{
	margin-top: 20px;
}

.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: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.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%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
	
}
.site-content article {
			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;
}


/* =tables
-------------------------------------------------------------- */

.resp-tables{
	margin-top: 20px;
}

table.shoplists,
table.resp02 {
border: 1px solid #ccc;
font-size: 12px;
margin-bottom: 20px;
}

th.postal-code{
	min-width: 60px;
}

table.shoplists thead th,
table.resp02 thead th {
background: #f0f0f0;
line-height: 2;
border-top: 1px solid #ccc;
}

table.shoplists tbody th,
table.resp02 tbody th {
background: #f0f0f0;
line-height: 1;
padding: 5px 10px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.resp-tables table tbody tr:hover td,
.resp-tables table tbody tr:hover th
{
  background-color: #efefef;

}


table.resp02 td{border-top: 1px solid rgb(207, 205, 205);}

table.resp02 td table td{
border-top: 0px solid rgb(207, 205, 205);
border-bottom: 1px solid rgb(207, 205, 205);
}

table th{border-top: 1px solid #ededed;
padding: 6px 10px 6px;
}


table.resp02 th{
	width: 120px;
}

table td{
	padding: 6px 10px 6px !important;
}

.showMobile{
	display: none;
}

#teaser {
	text-align:center;
}
#teaser img { 
	width: 100%;
	max-width: 1200px;
}

#video-area {
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 400px;
    width: 100%;
    margin: 141px 0 0 0;
	text-align: center;
}
#video-area img{
	width: 100%;
	max-width: 1200px;
}


.overlays {
    background-image: url(../a-too/images/mesh.png);
    background: transparent url(../a-too/images/mesh.png);
    opacity: 0.5;
    z-index: -1;
}

video {
	position: absolute;
	top: 0; 
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}

#video-area:after {
    background-color: rgba(42, 127, 175, 0.5);
    content: "";
}

.copy {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 380%;
    z-index: 10;
}

.copy h2 {
    border-bottom: 6px solid #fff;
    width: 55%;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


@media only screen and (max-width: 767px) {



.showMobile{
	display: block;
}

.noShowMobile{
	display: none;
}


table.shoplists tbody th,
table.resp02 tbody th {
	display: block;
width: auto;
}

table.resp02 tbody th {

border-top: 0px solid #ccc;
border-right: 0px solid #ccc;
border-bottom: 0px solid #ccc;
}

table.shoplists thead th,
table.resp02 thead th{
	display: block;
}
	
.entry-content td:nth-child(1){
	
}
	
	/* Force table to not be like tables anymore */
	.resp-tables table, 
	.resp-tables thead, 
	.resp-tables tbody, 
	.resp-tables th, 
	.resp-tables td, 
	.resp-tables tr { 
		
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.resp-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.resp-tables tr { border: 1px solid #ccc; }
 
	.resp-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
		display:block;
	}
 
	.resp-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.resp-tables td:before { content: attr(data-title); }
}

.grayFrame{
	border: 1px solid #ededed;
	background: rgb(245, 245, 245);
	padding: 6px;
}

.grayFrame ul{
	list-style: none;
	margin: 0px;
}

.grayFrame ul li{
	float: left;
	padding: 0 5px 0 0 ;
	font-size: 0.9em;
	
}

.grayFrame ul li a{color: rgb(218, 100, 63);
	text-decoration: none;
}

.grayFrame ul li a:hover{
	border-bottom: 1px dashed rgb(218, 100, 63);
}




/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	
}
.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;
}

#main .site {
	border: 0;
	margin-bottom: 40px;
	margin-top: 40px;
}

.home #main .site {
	border: 0;
	margin-bottom: 40px;
	margin-top: 0px;
}

.cpt-list-a_too_news,
.cpt_item{
	position: relative;
	list-style: none;
}

.topNews {
	width: 368px;
	margin-right: 30px;
	float: left;
}

.topNews h2,
.topNewShop h2{
	border-top: 7px solid #81848b;
	font-size: 12px;
	margin: 0px;
	color: #000;
	padding: 12px 0 35px;
	background: url(images/atooNewsHeaderShadow.png) bottom no-repeat;
	
}


.topNews .excerpt,
.topNewShop .excerpt{
	
	padding-top: 23px;
display: block;
height: 33px;
overflow: hidden;
margin-bottom: 7px;
	
}

.home .topNews h3:nth-child(1) a,
.home .display-posts-listing a.title{
	margin: 0px 0 0px 85px;
font-size: 12px;
text-decoration: none;
color: #000;
font-weight: bold;

display: block;
line-height: 1em;
height: 24px;
position: absolute;
left:0px;
	
}

.home .topNews a.title,
.home .topNewShop a.title{top: 2px;}

.topNews h3:nth-child(1) a:hover{
	color: #999;
}

.listing-item {
	position: relative;
	left:0px;

}

.topNews h3:nth-child(2) a,
.display-posts-listing .date a{
color: #fff;
text-decoration: none;
padding: 0px 5px;
width: 66px;
white-space: nowrap;
overflow: hidden;
	display: block;
	position: absolute;
	font-size: 11px;
	top:0px;
	left: 0px;
	font-weight: normal;
	background: rgb(129,132,139); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxODQ4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzgxODQ4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzYyNjU2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MjY1NmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(129,132,139,1) 0%, rgba(129,132,139,1) 50%, rgba(98,101,107,1) 51%, rgba(98,101,107,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,132,139,1)), color-stop(50%,rgba(129,132,139,1)), color-stop(51%,rgba(98,101,107,1)), color-stop(100%,rgba(98,101,107,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(129,132,139,1) 0%,rgba(129,132,139,1) 50%,rgba(98,101,107,1) 51%,rgba(98,101,107,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(129,132,139,1) 0%,rgba(129,132,139,1) 50%,rgba(98,101,107,1) 51%,rgba(98,101,107,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(129,132,139,1) 0%,rgba(129,132,139,1) 50%,rgba(98,101,107,1) 51%,rgba(98,101,107,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(129,132,139,1) 0%,rgba(129,132,139,1) 50%,rgba(98,101,107,1) 51%,rgba(98,101,107,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81848b', endColorstr='#62656b',GradientType=0 ); /* IE6-8 */

}

.topNewShop .display-posts-listing .date a{
	background: #d24b5a; /* Old browsers */
background: -moz-linear-gradient(top,  #d24b5a 50%, #ba2737 51%, #ba2737 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#d24b5a), color-stop(51%,#ba2737), color-stop(100%,#ba2737)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d24b5a 50%,#ba2737 51%,#ba2737 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d24b5a 50%,#ba2737 51%,#ba2737 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d24b5a 50%,#ba2737 51%,#ba2737 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d24b5a 50%,#ba2737 51%,#ba2737 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d24b5a', endColorstr='#ba2737',GradientType=0 ); /* IE6-9 */

	
}

.newsArchive{
	margin-top: 20px;
}

.post-type-archive-a_too_news .listing-item,
.post-type-archive-shop-news-all .listing-item,
.tax-shop-news-categories .listing-item {
	padding: 8px 0 0;
line-height: 1.1em;
}

.post-type-archive-a_too_news .display-posts-listing .date a,
.post-type-archive-shop-news-all .display-posts-listing .date a,
.tax-shop-news-categories .display-posts-listing .date a{
	padding: 2px 5px;
	line-height: 17px;
}

.topNews h2 span,
.topNewShop h2 span{
font-weight: normal;
	color: #7b7979;
	padding: 0 10px;
}

.topNewShop a.title{
	margin-top: -3px;
	font-size: 11px;
	height: 22px;
overflow: hidden;
}

.topNews li,
.topNewShop li{
	margin: 0px;
}

.cpt-content,
.listing-item .excerpt a{
	color: rgb(141, 141, 141);
font-size: 11px;
display: block;
	margin-bottom: 10px;
	height: 35px;
	
}

.listing-item .excerpt a:hover,
.display-posts-listing a.title:hover{
color: rgb(72, 180, 0);
	
}



.page-template-default .cpt-content{
	
font-size: 13px;}

.cpt_item_content{line-height: 18px;margin-bottom: 15px;}

.topNews .archiveButtonBk,
.topNewShop  .archiveButtonBk{border: #e4e3dd solid 1px; background: #e8e8e8;
	text-align: right;
	padding: 3px 8px;
}




.topNews .archiveButtonBk a,
.topRenewedShop .archiveButtonBk a,
.topNewShop .archiveButtonBk a{
padding: 3px 10px;
text-decoration: none;
	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);
	
	
	}
	
.topNews .archiveButtonBk a,
.topNewShop .archiveButtonBk a{background: rgb(129,132,139);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(129,132,139,1) 0%, rgba(129,132,139,1) 50%, rgba(98,101,107,1) 51%, rgba(98,101,107,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,132,139,1)), color-stop(50%,rgba(129,132,139,1)), color-stop(51%,rgba(98,101,107,1)), color-stop(100%,rgba(98,101,107,1)));
background: -webkit-linear-gradient(top, rgba(129,132,139,1) 0%,rgba(129,132,139,1) 50%,rgba(98,101,107,1) 51%,rgba(98,101,107,1) 100%);
background: -o-linear-gradient(top, rgba(129,132,139,1) 0%,rgba(129,132,139,1) 50%,rgba(98,101,107,1) 51%,rgba(98,101,107,1) 100%);
background: -ms-linear-gradient(top, rgba(129,132,139,1) 0%,rgba(129,132,139,1) 50%,rgba(98,101,107,1) 51%,rgba(98,101,107,1) 100%);
background: linear-gradient(to bottom, rgba(129,132,139,1) 0%,rgba(129,132,139,1) 50%,rgba(98,101,107,1) 51%,rgba(98,101,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81848b', endColorstr='#62656b',GradientType=0 );
color: white;
margin: 0px;
}


.topRenewedShop .archiveButtonBk a:hover,
.topNewShop .archiveButtonBk a: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);

	border: none;

	
}

.topNews .archiveButtonBk a:hover,
.topNewShop .archiveButtonBk a:hover{
	background: rgb(57, 59, 63);
	border: 1px solid #ccc;
}


.topRenewedShop .archiveButtonBk a:active,
.topNewShop .archiveButtonBk a: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;

	padding: 3px 10px;
}

.topNews .archiveButtonBk a:active{background: rgb(129,132,139);box-shadow: inset 0 0 8px 2px rgb(57, 59, 63);
	color: #000;
}

.topNewsRight{
	width: 315px;
	float: left;
}

.topNewShop{
	margin-bottom: 20px;
}

.post-50 .listing-item,
.page-id-109 .listing-item{
margin: 0px 0;
line-height: 1.5em;
	
}



.page-id-109 .listing-item{
margin: 5px;
}

.page-id-109 .listing-item .excerpt a {
color: rgb(141, 141, 141);
font-size: 11px;
display: block;
margin-bottom: 10px;
height: auto;
}

.page-id-109 .display-posts-listing a.title,
.post-type-archive-a_too_news .display-posts-listing a.title,
.post-type-archive-shop-news-all .display-posts-listing a.title,
.tax-shop-news-categories .display-posts-listing a.title{
	position: relative;
padding-top: 20px;
display: block;
}

.widget_ultimate_posts .post-title{height: 20px;
overflow: hidden;}

.post-50 .display-posts-listing a.title {
	font-weight: normal;
font-size: 12px;
padding-top: 19px;
display: inline-block;
line-height: 1.2em;
}

.post-type-archive-a_too_news .newsArchive,
.post-type-archive-shop-news-all .newsArchive,
.tax-shop-news-categories .newsArchive {
margin-top: 0px;
}

.post-type-archive-a_too_news #content,
.post-type-archive-shop-news-all #content,
.tax-shop-news-categories #content{
	margin-top: 20px;
}

.post-type-archive-a_too_news .listing-item .excerpt a,
.post-type-archive-shop-news-all .listing-item .excerpt a,
.tax-shop-news-categories .listing-item .excerpt a{
	height: auto;
}


ul.categoryList{font-size: 12px;
line-height: 1.4em;
margin-bottom: 3em;}

/**
.topRenewedShop,
.topNewShop{
position: relative;
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/**
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 22%, rgba(237,237,237,1) 65%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,rgba(255,255,255,1)), color-stop(65%,rgba(237,237,237,1))); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 22%,rgba(237,237,237,1) 65%); 
background: -o-linear-gradient(top,  rgba(255,255,255,1) 22%,rgba(237,237,237,1) 65%); 
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 22%,rgba(237,237,237,1) 65%); 
background: linear-gradient(to bottom,  rgba(255,255,255,1) 22%,rgba(237,237,237,1) 65%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); 
border: 1px solid #e1e0db;

}

.topNewShop h2,
.topRenewedShop h2{border-bottom: 1px dashed #000;
font-size: 12px;
margin: 0px;
color: #000;
padding: 12px 0 35px;}


.topNewShop h2 span,
.topRenewedShop h2 span{
color: #c2bebe;
font-weight: normal;
white-space: nowrap;
padding: 0 10px;}

.topNewShop li,
.topRenewedShop li{
	margin: 0;
	padding: 0px;
}

.topNewShop h2,
.topRenewedShop h2{padding: 15px 15px;
	margin-bottom: 10px;
}

.topNewShop .archiveButtonBk,
.topRenewedShop .archiveButtonBk {
text-align: right;
	border-top: 1px solid #e1e0db;
	padding: 5px 8px;
	
	
	background: rgb(255,255,255); 

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); 
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); 
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); 
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); 
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); 

}


.topNewsRight ul{
	padding: 2px 15px 0;
	list-style: none;
}


.topNewsRight .date a{color: #fff;
text-decoration: none;
padding: 0 5px;
width: 66px;
white-space: nowrap;
overflow: hidden;
display: block;
position: absolute;
font-size: 11px;
top: 0px;
left: 0px;
font-weight: normal;
background: #bcbcbc;
}

.topNewsRight a.title{
text-decoration: none;
	font-size: 12px;
	padding: 5px 0 5px 90px;
	margin: 5px 0;
	display: block;
	color: #888888;
	font-size: 11px;
	line-height: 14px;
}

*/

div.pagination {

background-color: transparent !important;
}

.wpdm-category li {

border-bottom: 1px dashed #cccccc !important;}

.wpdm-category li a{
	line-height: 30px;
}

/* =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;
}

.main-navigation li > a span{
	display: none;
		
	}

.mainBr{
		display: none;
	}

.employment .site-content{
	width: 100%;
}

.employment .entry-header{
	display: none;
}

.employment .koushin{
background: #ececec;
border: 1px solid #e9e9e9;
padding: 0px;
margin: 0px;
-webkit-box-shadow:  inset 0px 0px 30px 5px rgba(0, 0, 0, 0.1), 5px 5px 5px 5px rgba(255, 255, 255, 1);
box-shadow:  inset 0px 0px 30px 5px rgba(0, 0, 0, 0.1), 5px 5px 5px 5px rgba(255, 255, 255, 1);
}

.employment .koushin h3{
outline: 0;
padding: 5px 12px;
display: block;

font-weight: normal;
text-shadow: 1px 1px #1f272b;
border: 1px solid #1c252b;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;

box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
color: #fff;
background: #4C5A64;
background: -moz-linear-gradient(top, #4C5A64 3%, #404F5A 4%, #2E3940 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4C5A64), color-stop(4%,#404F5A), color-stop(100%,#2E3940));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C5A64', endColorstr='#2E3940',GradientType=0 );



}

.employment .koushin ul{
	list-style: none;
	margin: 10px;
}

.employment .koushin li{
	background: url(images/arrow.png) no-repeat left top;
	border-bottom: 1px dashed #dad9d9;
	padding-left: 25px;
	margin: 5px;
}

.employment .koushin li span{
	padding-right: 15px;
	color: rgb(151, 146, 146);
font-size: 0.9em;
}

.employment .koushin li:last-child{
	border-bottom: 0px solid white;
}

.employmentBtns{
	margin-top: 20px;
}

.employmentBtns article{
	float: left;
	width: 25%;
	width: 233px;
padding: 4% 4% 0 4%;
height: 143px;
margin: 0;
position: relative;

}


.employmentBtns article:hover{
	cursor: pointer;
	
	
}

.employmentBtns article:active{
	right:1px;
	bottom: 1px;
	
}

.employmentBtns article h3 a{
	text-indent: -9999px;
	display:block;
	height: 57px;
}

.employmentBtns article.employ01{background: url(images/btns-employment-1.png) no-repeat center center;}
.employmentBtns article.employ02{background: url(images/btns-employment-2.png) no-repeat center center;}
.employmentBtns article.employ03{background: url(images/btns-employment-gentei.png) no-repeat center center;}
.employmentBtns article.employ04{background: url(images/btns-employment-7.png) no-repeat center center;}
.employmentBtns article.employ05{background: url(images/btns-employment-8.png) no-repeat center center;}
.employmentBtns article.employ07{background: url(images/btns-employment-9.png) no-repeat center center;}
.employmentBtns article.employ08{background: url(images/btns-employment-10.png) no-repeat center center;}
.employmentBtns article.employ11{background: url(images/btns-employment-11.png) no-repeat center center;}
.employmentBtns article.employ12{background: url(images/btns-employment-12.png) no-repeat center center;}
.employmentBtns article.employ13{background: url(images/btns-employment-13.png) no-repeat center center;}



.employmentBtns article p{
	margin-right: 20px;
	margin-top: 8px;
	line-height: 1.2em;
}

.employmentBtns .employ06{
	float: left;
	list-style: none;
	margin: 15px 0 0 20px;
}

.employmentBtns .employ06 li{
	background: url(images/arrow.png) no-repeat left top;
	padding-left: 25px;
	margin: 5px;

}

.template-front-page .entry-header{
		display: none;
	}

.brandConcept article{
	margin-bottom: 15px;
}

.brandConcept h3{
	position:relative;
	
}

.brandConcept h3 a{
	position: absolute;
	right: 10px;
	top:5px;
	color: black;
	font-weight: normal;
	font-size: 0.9em;
text-decoration: none;
}

.brandConcept div.image,
.brandConcept div.text{
float:left;
	
}

.brandConcept div.image{
	width: 22%;
margin-right: 3%;
}

.brandConcept div.text{
	width: 72%;
}

.grayBk{
border: 1px solid #E0E0E0;
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;
background: #efefef;
border-radius: 5px;
	
}

.grayBk h5{
display: block;
clear: both;
background: #ddd;
color: #636363;
padding: 4px 0 2px 10px;
margin-bottom: 10px;
}
.grayBk ul{
	
	margin-top: 10px;
}


#post-13 h2{
padding: 7px 0 5px 10px;
background: #555;
color: #efefef;
font-size: 15px;
margin-bottom: 10px;
}

#post-13 .grayBk{margin:10px 0 24px 0;}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

.clearfix {}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

.taxonomies-filter-widget-form input[type="submit"] {
margin: 0.3em 0 0 0;
float: right;
position: absolute;
top: 120px;
height: 50px;
width: 19%;
}

.page-template-page-templatesrecruit-php .entry-header {
  display: none;
}

.page-template-page-templatesrecruit-php .entry-content table,
.page-template-page-templatesrecruit-php .entry-content td {
  border: none;
}

.page-template-page-templatesrecruit-php .entry-content table.resp02 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.page-template-page-templatesrecruit-php .entry-content table.resp02 td,
.page-template-page-templatesrecruit-php .entry-content table.resp02 th {
  border-right: 1px solid #ccc;
}

.page-template-page-templatesrecruit-php .entry-content table.resp02 td {
  border-bottom: 1px solid #ccc;
}

.outer-gray {
  background: #f0f0f0;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  padding: 40px 0;
}

.nav-recruit p {
  float: left;
  background: url(http://www.a-too.co.jp/wp-content/uploads/arrow.png) no-repeat left;
  background-position: 0 4px;
  padding-left: 36px;
  margin-right: 30px;
}

.nav-recruit p a {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

h3.fs20 { font-size: 20px; }
h3.fs21 { font-size: 21px; }
h3.fs22 { font-size: 22px; }
h3.fs23 { font-size: 23px; }
h3.fs24 { font-size: 24px; }
h3.fs25 { font-size: 25px; }
h3.fs26 { font-size: 26px; }
h3.fs27 { font-size: 27px; }
h3.fs28 { font-size: 28px; }
h3.fs29 { font-size: 29px; }
h3.fs30 { font-size: 30px; }

#acMenu { margin: 0; }
#acMenu dt.question2 {
    display:block;
    width:95%;
    line-height:50px;
    text-align:left;
    border:#ccc 1px solid;
    cursor:pointer;
    position: relative;
    padding: 1% 2.5%;
}
#acMenu dd.answer2 {
    background:#f2f2f2;
    width:95%;
    height:auto;
    line-height:1.5em;
    text-align:left;
    border-left:#ccc 1px solid;
    border-right:#ccc 1px solid;
    border-bottom:#ccc 1px solid;
    display:none;
    position: relative;
    padding: 1% 2.5%;
}

.question2:before {
    content: 'Q';
    font-size: 30px;
    font-weight: bold;
    color: pink;
    margin: 0 8px 0 10px;
    font-family: 'Berkshire Swash', cursive;
}

.question2:after {
    content: '＋';
    display: block;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 25px;
    height: 25px;
    font-size: 20px;
}

.answer2:before {
    content: 'A';
    font-size: 30px;
    font-weight: bold;
    color: rgb(163, 203, 255);
    margin: 0 8px 0 10px;
    font-family: 'Berkshire Swash', cursive;
    position: relative;
    top: 0;
}

.arrow {
    position: relative;
    padding-left: 20px;
}

.arrow a { color: #006CD8; text-decoration: none; display: block; }

.arrow::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #006CD8;
    border-right: solid 2px #006CD8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;

}

.title2 {
    width: 380px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border: 4px solid #cccccc;
}

.title3 {
    width: 380px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border: 4px solid #cccccc;
}

.title2 p, .title3 p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.title2 p a, .title3 p a {
    color: #333;
    text-decoration: none;
}

.title2 p a:hover, .title3 p a:hover {
    text-decoration: underline;
}

table.feature td { text-align: center; }

.bgcolor-gray { background: none #eee; }

.entry-content table.detail-table { background: none #eee; }
.entry-content table.detail-table td, .entry-content table.detail-table th { border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.entry-content table.detail-table th { width: 15%; }

ul.recruit-menu { list-style: none; }
ul.recruit-menu li {
    list-style-type: none;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 10px;
	padding-right: 20px;
    margin-left: 0 !important;
}

ul.recruit-menu li a { color: #006CD8; text-decoration: none; display: block; font-weight: bold; }

ul.recruit-menu li:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #81848b;
    border-right: solid 2px #81848b;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 28%;
    right: 14px;
    margin-top: -4px;

}

.type-recruit-career .entryDate,
.type-recruit-parttimer .entryDate{ display: none; }

#side-banner img { max-width: 100%; }


/* =Media queries
-------------------------------------------------------------- */
@media only screen and (max-width: 767px){

.checkboxes_list li ul.children label{
width: auto;
display: inline-block;
padding: 0px;
	background: none;
	margin-left: 3px;
}


#address_search div{
	float:none !important;
	width: 30%;
}

.rinenBox{
	width: 100% !important;
}

.wp-image-666{
	display: none;
}


.main-navigation {
	margin-top: 0px;
}

.single-shop-content .floatLeft{
	float:none;
}

.wpcf7 div label{
		float: none;
		width: 100%;
		display:block;
	}
	
	
	.wpcf7 div .contactForms{
				float:none;
		width: 100%;
	}

.slideshow {
    position: relative;
    top: 0;
}

.sp-hidden { display: none !important; }

.sp-header {
    position: relative;
}
.sp-header img {
	width: 100%;
	max-width: 1200px;
}

.sp-header .copy {
    color: #fff;
/*
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
*/
    text-align: center;
    font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}

.sp-header .copy h2 {
    width: 85%;
    margin: 0 auto 6px;
    border-bottom: 2px solid #fff;
    padding-bottom: 6px;
}

.page-template-page-templatesrecruit-php table {
    margin-bottom: 0;
}
.page-template-page-templatesrecruit-php td {
    display: block;
}

.page-template-page-templatesrecruit-php #main {
    margin-top: 40px !important;
    padding: 0 !important;
}

.slide-sp { margin: 10px; }
.site-inner { padding: 20px !important; }

.outer-gray {
  float: left;
  margin: 20px 0;
  padding: 20px 0;
}

.button-entry {
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin-top: 0px;
    z-index: 99999;
    width: 100%;
}

.page-id-3837,
.single-recruit-career,
.single-recruit-parttimer { padding-bottom: 50px; }

.page-id-3837 a#scroll-to-top,
.single-recruit-career a#scroll-to-top,
.single-recruit-parttimer a#scroll-to-top { bottom: 80px; }

#acMenu dt.question2 {
    height: 70px;
}

.question2 p {
    position: absolute;
    top: 18px;
    left: 28px;
    margin: 0;
    width: 190px;
    line-height: 1.5em;
}
.question2:before { font-size: 18px; margin: 0 0 0 0; }
.answer2:before { font-size: 18px; margin: 0 0 0 0; }

.topics-date { margin: 20px 0 6px; color: #bd692b; }
.topics-title { font-size: 15px; }

h3.fs24 { font-size: 20px; }

.answer2 p {
    width: 95%;
    position: relative;
    left: 20px; 
}

.bgcolor-gray p, .bgcolor-white p { padding: 10px 0 10px 12px; margin: 0; font-size: 18px; font-weight: bold; color: #006CD8; }

.title2 {
    width: auto;
    margin: 0 20px;
    padding: 10px 0;
}
.title3 {
    width: auto;
    margin: 0 20px;
    padding: 10px 0;
}

.staff-photo { width: 50% !important; }
.staff-voice { vertical-align: top; }
.staff-voice p { color: inherit; padding: 0; margin: 0; font-weight: normal; font-size: inherit; }
.staff-voice h4 { padding-bottom: 4px; margin-bottom: 4px; border-bottom: 1px solid #ccc; }

.single-recruit-career .detail-table td, .single-recruit-career .detail-table th { display: block; width: auto !important; }
#side-banner { display: none; }

.single-recruit-career #main { margin-top: 20px; }

.post-3837 table.resp02 td {
    padding: 10px !important;
}

#process-arrow li { width: 100% !important; margin-bottom: 10px !important; }

}




/* Minimum width of 600 pixels. */
@media screen and (min-width: 768px) {

.vcard td:first-child{
	width: 40%;
}

#megaMenu #megaMenuToggle {
display: block;
z-index: 9999 !important;
position: absolute;
right: 20px;
background: gray;
top: -100px;
}


	.author-avatar {
	padding-left: 5px;
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site, .site-inner {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		
	}
	.site-content {
		float: left;
		width: 74.404166667%;
	}
	
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 22.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
		float: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	
	.site-header hgroup h2.site-description {
		color: #000;
		font-size: 10pt;
		text-align: left;display: none !important;
	}
	
		#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;
		
		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;
	}
	
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	
	
	.a-tooLinks{
		margin-top: 20px;
		width: 210px;
		float: right;
	}
	.a-tooLinks article{
		position: relative;
	}
	
	.a-tooLinks article span{
		font-size: 11px;
		color: #797870;
		position: relative;
		top:0px;
		left: 5px;
		display: block;
		margin-bottom: 10px;
		
	}
	
	#home{
		margin-top: -20px !important;
	}
	
	
	.wpcf7 div.clearfix{
	border-bottom: 1px dashed #ccc;
		clear: both;
		padding: 5px 0;
	}
	
	.wpcf7 div label{
		float: left;
		width: 17%;
	}
	
	.wpcf7 div ul{
	list-style: none;
	}
	
	.wpcf7 div ul li{
		margin: 0px;
		padding-bottom: 5px;
	}
	
	.wpcf7 div textarea{margin-left: 25px;}
	
	.wpcf7 div .contactForms{
		display: block;
		float: right;
		width: 80%;
	}
	
	.wpcf7 div .contactForms.short input{
		width:50px;
		
	}
	
	.wpcf7-captchac {
	position: relative;
	top: 10px;
		
	}
	
	.submit-button input{
		margin: 10px 0;
		
	}
	
.pc-hidden { display: none !important; }

.graduate-content { margin-top: 420px; }

.button-entry { text-align: center; }

.question2 p {
    position: absolute;
    top: 26px;
    left: 70px;
}

.answer2 p {
    position: relative;
    left: 46px;
    width: 95%;
}

.site-inner { padding: 40px 0; }
.page-id-3837 .site-inner { padding: 0; }
.page-id-3891 .site-inner { padding: 20px 0; }

.topics-date { margin: 20px 0 6px; color: #bd692b; }
.topics-title { font-size: 15px; }

.bgcolor-gray p, .bgcolor-white p { padding: 12px 0 12px 20px; margin: 0; font-size: 18px; font-weight: bold; color: #006CD8; }
	
.staff td.staff-photo { width: 34%; padding: 16px 0 10px 18px !important; }
.staff-voice { vertical-align: top; padding: 16px !important; }
.staff-voice p { font-size: 13px; color: #333; padding: 0; }
.staff-voice h4 { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ccc; }
	
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		/*background: url(images/bk.jpg);*/
		background: #efefef;
	}
	body .site {
		
				
	}
	
		.single-shop-content table{
	margin: 0 0 0 220px;
	width: 490px;
}



.single-shop-content table tr td:first-child{
		width: 60px;
}


	
	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;
	}
	
	
	.mainBr{
	display: block;
	background: #81848b;
		
	}

	
}


@media screen and (min-width: 414px) and (max-width: 767px) {

    .question2 p { width:auto; }
}

/* iPad */

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .site-inner { padding-left: 20px; padding-right: 20px; }
    .copy {
        position: absolute;
        top: 35%;
    }
    .copy h2 {
        border-bottom: 6px solid #fff;
        width: 80%;
     }
    .overlays {}
    .feature td img { max-width: 100%; }
    .graduate-content {
        margin-top: 340px;
    }

#video-area {
    height: 430px;
    margin: 146px 0 0 0;
}

}


.metaslider .flexslider {
margin: 0 0 0px 0 !important;
}


.theme-bar.slider-wrapper {
position: relative;
border: 0px solid #333 !important;}

.theme-default .nivoSlider {
position: relative;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}





/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
		
	
	
	
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
			}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
	
	
}




/* hide the default responsive menu and menu button */
h3.menu-toggle {display: none}


.searchform-spoiler{
	display: none;
}


	
#aqsfformid {
border: 0px solid #ccc !important;
}

.searchA .entry-content,
.searchA .entry-content table{
	margin: 0px;
}

.searchA .entry-content img,
.searchA .entry-content div,
.searchA .entry-content > p,
.searchA .entry-content table br{
display: none;
	
}

.searchA .entry-content table tr{
	
	float: left;
}

.searchA .entry-content table tr:nth-child(2){
	width: 65%;
}

.searchA .entry-content table tr:nth-child(3){
	width: 35%;
}

.searchA .entry-content table tr td{
	border: 0px #fff solid;
}

.searchA .entry-content table tr:nth-child(1),
.searchA .entry-content table tr:nth-child(4),
.searchA .entry-content table tr:nth-child(5),
.searchA .entry-content table tr:nth-child(6),
.searchA .entry-content table tr:nth-child(7),
.searchA .entry-content table tr:nth-child(8){
	display:none;
}

.searchA .entry-meta,
.shopsearch-single .entry-meta{
	display: none;
}

.searchA .entry-header {
margin-bottom: 15px;
font-size:14px;
border: 0px !important;}

.searchA .entry-header a{
	padding: 8px 10px 6px 32px !important;
display: block;
margin: 0px -9px;
color: #fff;
font-size: 15px;
background: url(images/arrowWhite.png) no-repeat 10px 10px #888;}

.searchA .entry-header a:hover{
	background: url(images/arrowWhite.png) no-repeat 10px 10px #75B33D;
	
}

.searchA .page-header {
background: rgb(255,255,255);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #e9e9e9;
margin-top: 20px;
margin-bottom: 0px;
padding-bottom: 0px;
}

.searchA .page-header{
	border:1px !important;
	padding: 2px 0;
}
.searchA .page-header .page-title {
font-size: 20px;
font-size: 1.428571429rem;
line-height: 1.2;
font-weight: normal;
border-left: 5px solid #555;
padding: 0px 20px;
margin: 10px 20px;
}

.searchA .entry-title{
	font-size: 15px;
	border: 0 !important;
	padding: 0px !important;
margin: 5px 10px;
}

.awqsf_box br{
	display: none;
}

.awqsf_box label{display: inline-block;}

.awqsf_box select {
width: auto !important;
}

.shopsearch-single{
	
}

#content article.shopsearch img.attachment-post-thumbnail{
	width: 200px;
	height: 200px;
}

#address_search div{
	float:left;
	width: 30%;
}

div#sl_div div#address_search div#radius_in_submit {
padding-left:0px !important;
}

.entry-content #sl_div table{
	margin:0px !important;
}

.slp_result_address{
	display: none;
}

#edit-city
{
	display: none !important;
}



.admin-bar #megaMenu {
overflow: visible;
zoom: 1;
display: block;
top: 54px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


input#addressSubmit{margin-top: 7px !important;}


a.button > span,
 {
   display: -moz-inline-block;
}


div#sl_div div#address_search LABEL {

text-align: left !important;

}





.page-template-page-templatesemployment-php .entry-content h2{outline: 0;
padding: 5px 12px;
display: block;
font-weight: normal;
text-shadow: 1px 1px #1f272b;
border: 1px solid #1c252b;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

margin-bottom: 20px;

box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
color: #fff;
background: #4C5A64;
background: -moz-linear-gradient(top, #4C5A64 3%, #404F5A 4%, #2E3940 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4C5A64), color-stop(4%,#404F5A), color-stop(100%,#2E3940));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C5A64', endColorstr='#2E3940',GradientType=0 );}

.page-template-page-templatesemployment-php .entry-content h2 span{
	font-size: 0.7em;
	padding: 0 20px;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}


#process-arrow{
  overflow: hidden;
  width: 100%;
}

#process-arrow li{
  float: left;
  margin: 0 3% 0 0;
  list-style: none;
  width: 22%;
}

#process-arrow.fourRow li{
  width: 16.5%;
}

#process-arrow li > span{
   width: 95%;
  height: 65px;
 background-color: rgb(214, 214, 214);
 
  position: relative;
  display: block;
  padding: 30px 0 0 5%;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
 
  }

#process-arrow li > span a{
	color: green;
}

#process-arrow li > span:after{
  content: '';
position: absolute;
top: 0px;
left: 84%;
width: 0;
height: 0;
border: 40px solid transparent;

margin-top: 7px;}
  

#process-arrow li:last-child > span:after{
	border:0px solid transparent;
}

span.cmt{
		font-size: 0.8em;
	
}

.red{
	color: red;
}


.links li{
	margin: 0px;
	list-style: none;
}

.links a{
	border: 1px solid #CCCCCC;
-webkit-box-shadow: #FEFFFF 0px 1px 1px;
-moz-box-shadow: #FEFFFF 0px 1px 1px;
box-shadow: #FEFFFF 0px 1px 1px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
padding: 30px 10px 30px 10px;
text-shadow: 0px 1px 0 rgba(255,255,255,1);
text-decoration: none;
display: inline-block;
font-weight: bold;
color: #4A4A4A;
background-color: #F7F5F6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F5F6), to(#DDDDDD));
background-image: -webkit-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -moz-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -ms-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -o-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: linear-gradient(to bottom, #F7F5F6, #DDDDDD);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F7F5F6, endColorstr=#DDDDDD);
	transition: all .3s ease-out;	
	display: inline-block;
float: left;
width: 27%;
margin: 1.2%;
	
	
	}

.links a:hover{
border: 1px solid #7A7A7A;
background-color: #EEEEEE;
background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#C7C7C7));
background-image: -webkit-linear-gradient(top, #EEEEEE, #C7C7C7);
background-image: -moz-linear-gradient(top, #EEEEEE, #C7C7C7);
background-image: -ms-linear-gradient(top, #EEEEEE, #C7C7C7);
background-image: -o-linear-gradient(top, #EEEEEE, #C7C7C7);
background-image: linear-gradient(to bottom, #EEEEEE, #C7C7C7);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEEEEE, endColorstr=#C7C7C7);

}

tr.slp_map_search_results a:hover {
color: green;
}

.pw_map_canvas{
	margin-top: 20px;
}

span.slp_result_directions a{
	display: none !important;
}

div.environment{
	background:#ebebeb;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 50px 50px 10px 50px;
}

div.environment header{
margin-top: -50px;
margin-left: -50px;
margin-right: -50px;
	background: #F5F5F5;
	
}

div.environment header img{
	box-shadow: none !important;
	margin: 0 auto;
	padding: 50px 0 30px;}

.environMain{
padding-top: 40px;
	background: url(images/shadow-innerpage.png) no-repeat center top;
}

div.environment footer{
	border-top: solid #fff 1px;
}

div.environment footer img{
	float: right;
}

.page-id-109 .entry-content h2{
padding: 5px 10px 3px 0px;
margin-bottom: 15px;
}

.page-id-109 .entry-content h3{
background: rgb(180, 186, 199);font-size: 13px;
color: #efefef;
}

.page-id-109 h3.cpt_item_title:nth-child(2){
background: url(images/grayPtnBk.png) repeat;
display: inline;
float: left;
width: 70px;
overflow: hidden;
height: 20px;
margin-right: 10px;
color: rgb(141, 141, 141);
font-size: 11px;}

.page-id-109 .entry-content dl{
	margin: 0px;
}

#searchWidget .widget-title{
	display: none;
}


.shop_commodity_li{
float: left;
	width: 73% !important;
	margin-right: 2%;
}

.shop_prefecture-section{
	float: right;
	width: 20%;
}



.mapSearch{
z-index: 99;}

.taxonomies-filter-widget {
clear: both;
}

.taxonomies-filter-widget input[type="submit"]{
	position: absolute;
	right: 10px;
	bottom: 50px;
}

.mapSearch img{
margin-top: 0px;
box-shadow: none !important;	
}


.taxlabel,
.mapSearch h2{
	display: block;
	
	
padding: 5px 10px 3px;
margin-bottom: 15px;

}

.taxlabel{
	margin: 5px 0;
}

.shopSearchSide{
clear: both;
	
}

.mapSearch > p{
	width: 572px;
	margin: 0 auto;
}

.mapSearch h2,
.shopSearchSide h2{
	display: block;
	
	background: url(images/grayPtnBk.png) repeat;
padding: 5px 10px 3px;
margin-bottom: 15px;

}

.shopSearchSide h2{
	font-size: 1.285714286rem;
line-height: 1.6;
margin-top: 30px;
}

.taxonomies-filter-widget-form input[type="submit"] {
	margin: 3em 0 0 0;
float: right ;
padding: 15px 30px;}

.checkboxes_list li{
	width: 100%;
}

.checkboxes_list > li{
	width: 100%;
	float: left;padding-bottom: 1%;
}

.taxonomies-filter-widget-form li {
list-style: none;

display: block;
}

.taxonomies-filter-widget-form {
position: relative;
}




    #searchWidget select {
        display: inline-block;
        padding: 4px 3px 3px 5px;
       margin: 0 0 10px 0;
        font: inherit;
        outline:none; /* remove focus ring from Webkit */
        line-height: 30px;
background: #ECECEC;
color: black;
border: 0;
height: 30px;    }


.cpm-content .title{
	display: none;
}

#fancy_title{
	display: none !important;
}

.display-posts-listing{
	list-style: none !important;
}

.display-posts-listing li{
	padding: 5px 0;
}

.home .display-posts-listing li{
	padding: 5px 0;
}


.page-id-9 .entry-content img{
	box-shadow: none !important;
}


/* =pagination
-------------------------------------------------------------- */

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:12px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:9px 9px 9px 9px;
text-decoration:none;
width:auto;
color:#111;
background: #efefef;
}
 
.pagination a:hover{
color:#fff;
background: #75B33D;
}
 
.pagination .current{
padding: 9px 15px;
background: rgb(129,132,139);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(129,132,139,1) 0%, rgba(129,132,139,1) 50%, rgba(98,101,107,1) 51%, rgba(98,101,107,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,132,139,1)), color-stop(50%,rgba(129,132,139,1)), color-stop(51%,rgba(98,101,107,1)), color-stop(100%,rgba(98,101,107,1)));
background: -webkit-linear-gradient(top, rgba(129,132,139,1) 0%,rgba(129,132,139,1) 50%,rgba(98,101,107,1) 51%,rgba(98,101,107,1) 100%);
background: -o-linear-gradient(top, rgba(129,132,139,1) 0%,rgba(129,132,139,1) 50%,rgba(98,101,107,1) 51%,rgba(98,101,107,1) 100%);
background: -ms-linear-gradient(top, rgba(129,132,139,1) 0%,rgba(129,132,139,1) 50%,rgba(98,101,107,1) 51%,rgba(98,101,107,1) 100%);
background: linear-gradient(to bottom, rgba(129,132,139,1) 0%,rgba(129,132,139,1) 50%,rgba(98,101,107,1) 51%,rgba(98,101,107,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81848b', endColorstr='#62656b',GradientType=0 );
color:#fff !important;
}

.searchA #nav-above{
	display: none;
}

.pagination {
	float: right;
}

.pagination span:first-child{
	display: none;
}

div.wpcf7-validation-errors {
border: 1px solid #f7e700;
background: rgb(255, 255, 158);
padding: 8px 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
background: #FFE8E8;
border: 1px solid #ff0000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

div.wpcf7-mail-sent-ok {
border: 1px solid #398f14;
background: #D3FFDE;
padding: 8px 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#megaMenu.megaMenuHorizontal ul.megaMenu{
	*border-bottom:none;
	background: url(images/devider.gif) bottom left no-repeat;
}

#megaMenu ul > li{

	background: url(images/devider.gif) bottom right no-repeat ;
}

.checkboxes_list li > label{
	float: left;
	background: #efefef;
	padding: 2px 5px;
	display: block;
	width: 100%;
}

.single-shop-content .cpm-map,
li.shop_prefecture{
	display: none ;
}

.checkboxes_list li ul.children label{
width: auto;
display: inline-block;
padding: 0px;
	background: none;
	margin-left: 10px;
}

.customTaxonomyShow{
	border: 1px solid #BEBEBE;
	margin-top: 20px;
	clear:both;
}

.customTaxonomyShow dd > ul:last-child{
	display: none;
}

.customTaxonomyShow h2{
	display: none;
}

.customTaxonomyShow dd ul > li.clearfix {
border-top: 1px solid #BEBEBE;
}

.customTaxonomyShow dd ul > li:nth-child(1){
	background: rgb(255, 253, 231);
}

.customTaxonomyShow dd ul > li:nth-child(2){
	background: rgb(255, 245, 231);
}

.customTaxonomyShow dd ul > li:nth-child(3){
	background: rgb(255, 231, 231);
}

.customTaxonomyShow dd ul > li:nth-child(4){
	background: rgb(239, 231, 255);
}

.customTaxonomyShow dd ul > li:nth-child(5){
	background: rgb(231, 243, 255);
}

.customTaxonomyShow dd ul > li:nth-child(6){
	background: rgb(231, 255, 250);
}

.customTaxonomyShow dd ul > li:nth-child(7){
	background: rgb(239, 255, 231);
}

.customTaxonomyShow dd ul > li:nth-child(8){
	background: rgb(255, 253, 231);
}

.customTaxonomyShow dd ul > li:nth-child(9){
	background: rgb(255, 245, 231);
}

.customTaxonomyShow dd ul > li:nth-child(10){
	background: rgb(255, 231, 231);
}

.customTaxonomyShow dd ul > li:nth-child(11){
	background: rgb(239, 231, 255);
}

.customTaxonomyShow dd ul > li:nth-child(12){
	background: rgb(231, 243, 255);
}

.customTaxonomyShow dd ul > li:nth-child(13){
	background: rgb(231, 255, 250);
}

.customTaxonomyShow dd ul > li:nth-child(14){
	background: rgb(239, 255, 231);
}

.customTaxonomyShow dd ul > li:nth-child(15){
	background: rgb(239, 255, 231);
}



.customTaxonomyShow dd ul li h3{
	float: left;font-size: 0.9em;
	
	padding: 12px 5px 0px;
	
}

.customTaxonomyShow dd ul li ul{
	float: right;
	width: 82%;
	border-left: 1px solid #BEBEBE;
}


.customTaxonomyShow dt{width: 97.5%; padding:10px; background: #aaa; color: #fff;}



.customTaxonomyShow ul li ul{
	display: table-row;
}
.customTaxonomyShow ul li ul li a {
margin-bottom: -1px;
border-right: 1px solid #BEBEBE;
border-bottom: 1px solid #BEBEBE;
width: 18.1%;
display: block;
height: 28px;
padding: 12px 5px 0px;
text-decoration: none;
font-size: 12px;
float: left;
vertical-align: middle;
}



.customTaxonomyShow li:nth-child(5) a{
	
	
}

.right{
	text-align: right;
}

table.thirdfloatRight tr td:last-child{
	text-align: right;
}

.entryDate{
	text-align: right;
padding: 8px 10px;
display: block;
border-bottom: 1px dashed #ccc;
color: #999797;
}

.post-type-archive-shopsearch .entryDate{
	display: none;
}

.job-list-item p { padding: 10px 0 10px 12px; margin: 0; font-size: 18px; font-weight: bold; color: #006CD8; }
.job-list-item:nth-of-type(2n-1) { background: none #eee; }
.job-h4{font-size:20px!important;}