/*-----------------------------------------------------------

    Theme Name: Apollo
	Version: 1.1
    Description: Premium WordPress Theme By Authentic Themes
    Author: Authentic Themes
    Author URI: http://www.authenticthemes.com
    Designed & Developed by http://www.authenticthemes.com
	Theme URI: http://www.authenticthemes.com/themes/plain
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	

/* Browser Reset
----------------------------------------------------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { margin: 0; padding: 0; font-size: 100%; font-weight: inherit; font-style: inherit; text-align: inherit; background: transparent; border: 0; font-family: inherit; outline: 0; vertical-align: baseline; white-space: normal; }
body a { color: #E4007F; text-decoration: none;   }
body a:hover { text-decoration: underline }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #666 }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color: #E4007F }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
:focus { outline: 0 }
table { border-collapse: collapse; border-spacing: 0; }
img { height: auto; max-width: 100%; } /* for responsiveness */
/*	Grid
----------------------------------------------------------- */
.container { 
max-width: 1000px; 
min-width: 220px; 
margin: 0 auto; 
-moz-box-sizing: content-box; 
-webkit-box-sizing: content-box; 
box-sizing: content-box; 
}

.container .row, .col { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.row { margin-bottom: 1.5em }
.col { display: block; float: left; width: 100%; }
.col:first-child { margin-left: 0 }
.row:after, .col:after, .clr:after, .group:after { display: block; height: 0; clear: both; content: ""; visibility: hidden; }
@media (min-width:768px) { 
	/* grid */
	.col { margin-left: 2% }
	.span_1 { width: 6.5% }
	.span_2 { width: 15.0% }
	.span_3 { width: 23.5% }
	.span_4 { width: 32.0% }
	.span_5 { width: 40.5% }
	.span_6 { width: 49.0% }
	.span_7 { width: 57.5% }
	.span_8 { width: 66.0% }
	.span_9 { width: 72.5% }
	.span_10 { width: 83.0% }
	.span_11 { width: 91.5% }
	.span_12 { width: 100% }
}
.count-1 { clear: both; margin-left: 0; }
/* Body + Main Containers
----------------------------------------------------------- */
body { 
color: #606060; 
font-weight: 400; 
background: #fff; 
font: 13px/25px 'Sintony', Helvetica Neue, Helvetica, Arial, sans-serif; nowhitespace: afterproperty; 
border-top: solid 5px #E4007F;
}

#box-wrap { margin: 10px auto 20px; padding: 0 30px; }
#main-content { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#page-featured-img { margin-bottom: 10px }
#page-featured-img img { display: block; margin: 0 auto; border: 10px solid #eee; }
.boxed { margin-bottom: 25px; }
/* Commons
----------------------------------------------------------- */
.clear { clear: both }

blockquote { 
/* position: relative; 
margin: 10px 0; 
padding: 10px; 
background-color: #e9e9e9; 
color: #505050; 
border-left: 5px solid #ddd; 
font-size: 16px;   */
/* font-style: italic;  */
/* font-family: 'Georgia', sans-serif; line-height: 1.8em;  */
}

blockquote{
font-size: 16px;
font-style: italic;
background-color:#ddd;
padding:1em 1em 1em 3em;
position:relative;
border-left:3px solid #333;
color:#333;
}
blockquote:before{
content:"“";
font-size: 600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}
blockquote:after{
content:"”";
font-size:600%;
line-height:0em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
right:30px;
bottom:0;
}

pre { margin: 30px 0; padding: 20px; background-color: #e9e9e9; color: #505050; border-left: 5px solid #ddd; font-size: 15px; font-family: 'Georgia', sans-serif; line-height: 1.8em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
address { margin: 20px 0; letter-spacing: 1px; }
/* Typography
----------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { color: #666; font-weight: bold; }
h1 { margin: 0 0 20px; font-size: 23px; }
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px }
h5 { font-size: 12px }
h6 { font-size: 10px }
.entry p:last-child { margin: 0 }
.entry ul { margin: 30px 0 30px 20px }
.entry ul li, .entry ol li { margin: 0 0 5px }
.entry ol { margin: 30px 0 30px 25px }
.entry ol { list-style: decimal }
.entry ul { list-style: disc }
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin: 10px 0 }
p { margin: 0 0 20px }
p.lead { color: #777; font-size: 21px; line-height: 27px; }
em { font-style: italic }
strong { font-weight: bold }
small { font-size: 80% }

hr { 
height: 0; 
margin: 10px 0 10px; 
border: solid #eee; 
border-width: 1px 0 0; 
clear: both; 
}

a { outline: 0 }
p a, p a:visited { line-height: inherit }
/* Headings + Main Titles
----------------------------------------------------------- */
p a, p a:visited { line-height: inherit }
#page-heading { margin-bottom: 10px }
#page-heading h1 { margin: 0; font-size: 21px; font-weight: 600; line-height: 1.25em; }
#archive-description { font-size: 14px; margin: 10px 0 20px; color: #666; }
#archive-description p:last-child { margin: 0 }
#author-page-avatar { float: left; margin-right: 15px; }
#author-page-avatar img { border-radius: 45px }
/* Header
----------------------------------------------------------- */
#topbar-wrap { padding: 0 30px; margin-top: 20px; }
#topbar { position: relative; height: 50px; border-bottom: 4px solid #000; display:none;  }
#topbar.row { margin-bottom: 0 }
#logo { display: block; margin-top:0; text-align: center; }
#logo h1, #logo h2 { margin: 0; font-size: 36px; font-weight: bold; letter-spacing: -1px; line-height: 1.15em; }
#logo h2 a { color: #000 }
#logo h2 a:hover { color: #000 }
#site-description { margin-bottom: 0; margin-top: 0; color: #E4007F; font-size: 12px; line-height: 1.45em; }
#header-wrap { padding: 5px 30px; }
#header-wrap .row { margin-bottom: 0 }
#header-ad { float: right; displat: inline-block; }
/* Navigation
----------------------------------------------------------- */
/* Important Drop-down Styles */
.dropdown-menu { margin: 0; padding: 0; list-style: none; }
.dropdown-menu .icon-angle-right { position: absolute; right: 10px; top: 50%; margin-top: -6px; color: #aaa; font-size: 12px; }
.dropdown-menu > li { display: block; float: left; }
.dropdown-menu > li ul { min-width: 200px }
.dropdown-menu ul { position: absolute; left: 0; top: 100%; margin: 10px 0 0 0; /*IE6 only*/ _margin: 0; nowhitespace: afterproperty; opacity: 0; transition: all .2s ease-in-out; visibility: hidden; z-index: 99; }
.dropdown-menu ul ul { left: 100%; top: 0; }
.dropdown-menu ul ul li { width: 100% }
.dropdown-menu li { position: relative }
.dropdown-menu li:hover > ul { margin: 0; opacity: 1; visibility: visible; }
.dropdown-menu a { display: block; position: relative; }
#navigation .dropdown-menu .icon-angle-right { margin-top: -7px }
/*styling*/
#navigation .dropdown-menu > li { margin-right: 20px }
#navigation .dropdown-menu > li > a:hover, #navigation .dropdown-menu > li.sfHover > a, #navigation .dropdown-menu > .current-menu-item > a, #navigation .current-menu-parent > a, #navigation .current-menu-parent > a:hover, #navigation .current-menu-item > a:hover { color: #000 }
#navigation .dropdown-menu a { height: 50px; color: #797979; font-size: 11px; font-weight: 400; text-align: left; text-decoration: none; text-transform: uppercase; cursor: pointer; line-height: 50px; }
/*drop-down styles*/
#navigation .dropdown-menu ul { border-bottom: none; border-top: none; /* border: 1px solid #ddd; */ background: #202020; }
#navigation .dropdown-menu ul ul.sub-menu { margin-left: 2px }
#navigation .dropdown-menu ul li { border-bottom: 1px solid #404040 }
#navigation .dropdown-menu ul li:last-child { border: 0 }
#navigation .dropdown-menu ul li > a:hover { color: #ccc }
#navigation .dropdown-menu ul a { display: block; height: auto; margin: 0px; padding: 10px 15px; font-size: 12px; text-transform: none; border: 0px; line-height: 1.7em; }
.menu-main-container { text-align: center }
#navigation .selector { display: none }
/* Secondary Navigation
----------------------------------------------------------- */
#navigation-secondary .selector { display: none }
#navbar-wrap { padding: 0 30px; }
#navbar { position: relative; height: 40px; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }
#navbar.row { margin-bottom: 0 }
/* current item */
#navigation-secondary .dropdown-menu > li > a:hover, #navigation-secondary .dropdown-menu > li.sfHover > a, #navigation-secondary .dropdown-menu > .current-menu-item > a, #navigation-secondary .current-menu-parent > a, #navigation-secondary .current-menu-parent > a:hover, #navigation-secondary .current-menu-item > a:hover { color: #E4007F }
#navigation-secondary .dropdown-menu > .current-menu-item > a, #navigation-secondary .current-menu-parent > a { font-weight: bold }
#navigation-secondary .dropdown-menu > li { 
margin: 0 0 0 15px; 
}
#navigation-secondary .dropdown-menu a { height: 40px; color: #666; font-weight: 400; text-align: left; text-decoration: none; cursor: pointer; line-height: 40px; }
/*drop-down styles*/
#navigation-secondary .dropdown-menu ul { border-top: none; background: #fff; border: 1px solid #ddd; }
#navigation-secondary .dropdown-menu li:hover ul { margin-top: 0; }
#navigation-secondary .dropdown-menu ul ul.sub-menu { margin-top: 0; margin-left: 2px; }
#navigation-secondary .dropdown-menu ul li { border-bottom: 1px solid #ddd }
#navigation-secondary .dropdown-menu ul li:first-child { }
#navigation-secondary .dropdown-menu ul li:last-child { border: 0 }
#navigation-secondary .dropdown-menu ul li > a:hover { color: #E95846 }
#navigation-secondary .dropdown-menu ul a { display: block; height: auto; margin: 0px; padding: 12px 15px; text-transform: none; border: 0px; line-height: 1.7em; }
#navigation-secondary .selector { display: none }
/* Social
----------------------------------------------------------- */
#header-social { height: 32px; position: absolute; right: 0; top: 50%; margin-top: -16px; }
#header-social li { float: left; margin-left: 5px; text-align: center; }
#header-social a, #header-social img { display: block; }
#header-social img { height: 14px; width: 14px; padding: 6px; background: #eee; opacity: 0.6; border-radius: 2px; }
 #header-social img:hover { opacity: 1; }
/* Blog Entries
----------------------------------------------------------- */
.loop-entry { margin-bottom: 35px; }

.loop-entry h2 { 
  margin: 0 0 2px;
  font-size: 20px;
  font-weight: bold;
  border-top: solid #E4007F;
  padding-top: 4px;
}

.loop-entry-thumbnail { margin-bottom: 20px; }
.loop-entry-thumbnail img { display: block; width: 100%; -moz-transition: all 0.15s ease-in-out; -ms-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; border: solid 1px #acacac; }
.loop-entry-thumbnail img:hover { opacity: 0.8 }
.loop-entry-content { font-size: 12px; }
body.blog .entry-text p, body.archive .entry-text p { margin-bottom: 0 }
/* Post Meta
----------------------------------------------------------- */
.meta { padding-bottom: 10px; border-bottom: 1px solid #eee; font-size: 12px; margin-bottom:25px; }
.meta li { float: left; margin-right: 15px; }
.meta li a { color: #666; }
.meta li a:hover { color: #000; }
.meta li i { margin-right: 6px; color: #888; }
/* Blog Posts
----------------------------------------------------------- */
#post .boxed { padding-bottom: 20px }
#post .boxed.rounded { border-radius: 4px }
#post .boxed:not(.rounded) { border-radius: 0 0px 4px 4px }
/* Title */
#post-title { margin: 0 0 12px; font-size: 21px; font-weight: bold; line-height: 1.15em; }
/* Thumbnail */
#post-thumbnail img { display: block; width: 100%; margin-bottom: 25px; }
/* Author */
#post-author-box { display:none; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 25px 0; }
#post-author-image { float: left; max-width: 20%; margin-bottom: 25px; margin-right: 25px; }
#post-author-image img { border-radius: 4px }
#post-author-bio h4 { margin-bottom: 10px; font-size: 16px; }
#post-author-bio p { margin: 0; }
/* Pagination
----------------------------------------------------------- */
/*numbered pagination*/
ul.page-numbers { margin: 25px 0 0; list-style: none; }
ul.page-numbers li { display: block; float: left; margin: 0 5px 5px 0; text-align: center; }
.page-numbers:after { display: block; height: 0; clear: both; content: "."; line-height: 0; visibility: hidden; }
.page-numbers a, .page-numbers span { display: block; padding: 4px 10px; color: #666; font-size: 12px; line-height: 1.5em; text-decoration: none; background: #fff; border: 1px solid #ddd; cursor: pointer; }
.page-numbers a:hover, .page-numbers.current { color: #fff; background: #E95846; border-color: transparent; }
/*next/prev posts*/
#post-pagination { margin-top: 50px; padding-top: 20px; border-top: 2px solid #eee; }
#post-pagination .post-prev, #post-pagination .post-next { display: block; float: left; }
#post-pagination .post-prev span { margin-right: 7px }
#post-pagination .post-next span { margin-left: 7px }
#post-pagination .post-prev a, #post-pagination .post-next a { display: block; height: 26px; color: #666; line-height: 26px; }
#post-pagination .post-prev a:hover, #post-pagination .post-next a:hover { color: #E95846 }
#post-pagination .post-next { float: right }
/* Sidebar
----------------------------------------------------------- */
#sidebar { float: right; padding-left: 15px; font-size: 12px; }

#sidebar .widget_recent_entries li, 
#sidebar .widget_categories li, 
#sidebar .widget_archive li, 
#sidebar widget_meta li, 
#sidebar .att-taxonomies-widget li, 
#sidebar #sidebar .att-recent-post-types-widget li, 
#sidebar .widget_pages li, 
#sidebar .widget_links li, 
#sidebar .widget_recent_comments li, 
#sidebar .widget_top-posts li, 
#sidebar.widget_nav_menu li { 
margin-bottom: 2px; 
padding-bottom: 2px; 
/* border-bottom: 1px solid #eee; */
}

#sidebar .widget_recent_entries ul, 
#sidebar .widget_categories ul, 
#sidebar .widget_archive ul, 
#sidebar widget_meta ul, 
#sidebar .att-taxonomies-widget ul, 
#sidebar #sidebar .att-recent-post-types-widget ul, 
#sidebar .widget_pages ul, 
#sidebar .widget_ulnks ul, 
#sidebar .widget_recent_comments ul, 
#sidebar .widget_top-posts ul, 
#sidebar.widget_nav_menu ul { 
padding-top: 4px; 
/* border-top: 1px solid #eee;  */
}

#sidebar .widget_twitter li { padding-bottom: 8px; padding-top: 8px; border-bottom: 1px solid #eee; }
#sidebar .widget_twitter li:first-child { padding-top: 0 }
#sidebar .widget_twitter li:last-child { padding-bottom: 0; border-bottom: 0; }
#sidebar .heading { margin-top: 0 }

#sidebar h4 {
  margin-bottom: 10px;
  font-size: 15px;
  color: #666;
  padding-left: 10px;
  line-height: 22px;
  border-left: solid 5px #E4007F;
}

#sidebar h4 a { 
color: #666 ;
}

#sidebar h4 a:hover { 
text-decoration: none ;
color: #E95846;
}

#sidebar a { 
color: #666 
}

#sidebar a:hover { 
text-decoration: underline 
color: #E95846;
}
.sidebar-box { 
margin-bottom: 20px ;
  border: solid 1px #eee;
  padding: 10px;
}
.widget_text { 
margin-bottom: 10px !important;
  border: none !important;
  padding: 0 !important;
}

/* Widgets
----------------------------------------------------------- */
/*taglcloud*/
.tagcloud a { }
.tagcloud a:hover { color: #000 }
/*calendar */
#wp-calendar { width: 100%; font-size: 11px; }
#wp-calendar tbody td { text-align: center; border: 1px solid rgba(153,153,153,0.2); line-height: 3.2em; }
#wp-calendar tbody td:hover { color: #fff; background: #444; }
#wp-calendar tbody td:hover a { color: #fff; background: #444; }
#wp-calendar tbody td a { display: block; display: block; text-align: center; text-decoration: none; background: #fff; }
#wp-calendar thead th { border: 1px solid rgba(153,153,153,0.2) }
#wp-calendar tfoot td { padding: 5px; font-size: 12px; border: 1px solid rgba(153,153,153,0.2); }
#wp-calendar tbody a { display: block; font-weight: bold; text-decoration: underline; }
#wp-calendar caption { margin-bottom: 6px; margin-top: 0; font-weight: normal; text-align: right; cursor: pointer; outline: 0 none !important; }
#wp-calendar th { padding: 5px 0; color: #fff; border-top: none; text-align: center; background: #444; border: 1px solid rgba(153,153,153,0.2); }
/*att recent posts with thumbs*/
.att-widget-recent-posts img { width: 100%; display: block; margin-bottom: 10px; }
.att-widget-recent-posts img:hover { border-color: #ccc }
.att-widget-recent-posts article { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
#sidebar .att-widget-recent-posts .att-recent-posts-title,
#footer .att-widget-recent-posts .att-recent-posts-title { color: #000; font-size: 14px; font-weight: 600; }
.att-widget-recent-posts .att-recent-posts-date { margin-top: 3px; color: #999; font-size: 11px; line-height: 1em; }
/* Search
----------------------------------------------------------- */
input[type="search"] { display: block; width: 100%; padding: 10px 32px 10px 11px; color: #202020; font-size: 11px; -moz-box-sizing: border-box; -webkit-appearance: none !important; -webkit-box-sizing: border-box; background: #fff; border: 1px solid #ddd; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none }
input[type="search"]::-webkit-search-decoration { display: none }
input[type="search"]:focus { color: #000; outline: none; }
.att-searchform { position: relative }
.att-searchform #searchsubmit { position: absolute; right: 5px; top: 50%; height: 16px; margin-top: -9px; color: #999; font-size: 11px; -webkit-appearance: none; background: none; border: none; cursor: pointer; line-height: 16px; outline: none; }
.att-searchform #searchsubmit:hover { color: #000 }
/* Forms / Inputs / Buttons
----------------------------------------------------------- */
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea { display: block; max-width: 100%; margin-bottom: 10px; margin-left: 0; padding: 12px !important; color: #808080; font-size: 13px; font-weight: 400; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: #fff; border: 1px solid #ddd; border-radius: 4px 4px 4px 4px; box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.030) inset; box-sizing: border-box; }
textarea { width: 100%; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 1.6em !important; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus { color: #505050; border-color: #ccc; outline: none; }

input[type="button"], input[type="submit"], .theme-button { 
display: inline-block; 
margin-top: 15px; 
padding: 0 15px; 
background-color: #fff; 
color: #666; 
text-decoration: none; 
-webkit-appearance: none !important; 
background: #fff; 
background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); 
background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); 
background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); 
background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); 
background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); 
/* min-height: 36px; */
font-size: 13px; 
border: 1px solid #ccc; 
border-radius: 4px; 
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05); 
cursor: pointer; 
line-height: 30px; 
nowhitespace: afterproperty; 
nowhitespace: afterproperty; 
nowhitespace: afterproperty; 
nowhitespace: afterproperty; 
text-shadow: 1px 1px 0 #FFFFFF; 
}

input[type="button"]:active, input[type="submit"]:active, input[type="submit"]:active, .theme-button:active { background-image: linear-gradient(to bottom, #efefef 0px, #fff 100%); border-color: #bbb #bbb #ddd; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10) inset; }
input[type="button"]:hover, input[type="submit"]:hover, .theme-button:hover { background: #fff }
.wpcf7-validation-errors, .wpcf7-not-valid-tip { display: none !important }
.wpcf7-response-output { display: block; display: none; margin-top: 25px; padding: 10px; color: #202020; text-align: center; background: #eee; border-radius: 4px 4px 4px 4px; line-height: 1.45em; }
/* Comments
----------------------------------------------------------- */
#comments { margin-top: 40px }
.comments-title { margin-bottom: 20px; border-bottom: 1px solid #eee; }
.comment-notes { font-size: 12px; color: #666; }
.comment-list .children { margin-left: 20px }
.comment-list li article { position: relative }
.comment-author { position: absolute; top: 0; left: 0; }
.comment-author .avatar { border-radius: 3px; display: block; }
.comment-details { margin-left: 90px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #ddd; }
.comment-meta { margin-bottom: 5px }
.comment-meta .fn { font-weight: bold; font-size: 13px; }
.comment-date a { font-size: 11px; color: #999; }
.comment-reply-link { font-weight: bold; color: #888; font-size: 12px; }
.comment-reply-link:hover { text-decoration: none; color: #000; }
#cancel-comment-reply-link { float: right; background: #fff; color: #F00; padding-left: 10px; }
#respond h3 { height: 35px; line-height: 35px; margin: 15px 0; }
#respond h3 span { background: #fff; padding-right: 20px; }
#commentform label {}
.comment-navigation { font-size: 12px }
.nav-next { text-align: right }
.form-allowed-tags { display: none }
span.required { color: #F00 }
/* 404 Page
----------------------------------------------------------- */
#error-page-text { margin: 0; font-size: 16px; }
/* Footer
----------------------------------------------------------- */
#footer-wrap { padding: 0 30px; }
#footer { position: relative; padding-top: 40px; font-size: 12px; border-top: 4px solid #999; }
#footer .att-searchform #searchsubmit { color: #606060 }
#footer .widget_recent_entries li, #footer .widget_categories li, #footer .widget_archive li, #footer widget_meta li, #footer .att-taxonomies-widget li, #footer #footer .att-recent-post-types-widget li, #footer .widget_pages li, #footer .widget_links li, #footer .widget_twitter li, #footer .widget_recent_comments li, #footer .widget_top-posts li, #footer .widget_nav_menu li { margin-bottom: 4px; padding-bottom: 4px; border-bottom: 1px solid #eee; }
#footer .widget_recent_entries ul, #footer .widget_categories ul, #footer .widget_archive ul, #footer widget_meta ul, #footer .att-taxonomies-widget ul, #footer #footer .att-recent-post-types-widget ul, #footer .widget_pages ul, #footer .widget_links ul, #footer .widget_twitter ul, #footer .widget_recent_comments ul, #footer .widget_top-posts ul, #footer .widget_nav_menu ul { padding-top: 4px; border-top: 1px solid #eee; }
#footer h6 { margin-bottom: 20px; color: #666; font-size: 14px; font-weight: bold; }
#footer input[type="text"]:focus, #footer input[type="password"]:focus, #footer input[type="email"]:focus, #footer input[type="url"]:focus, #footer input[type="tel"]:focus, #footer textarea:focus { color: #bbb }
#footer .wpcf7-form br { display: none }
#footer textarea { max-height: 150px }
#footer a { color: #777; }
#footer a:hover { color: #000 }
/* Footer widget tweaks */
.footer-widget { margin-bottom: 30px }
/* Copyright */
#footerbottom-wrap { font-size: 12px; text-align: left; overflow: hidden; margin-bottom: 60px; padding: 0 30px; }
#footerbottom{ border-top: 2px solid #eee; padding-top: 20px; }
#copyright p { margin: 0 }
#footer-menu ul { float: right }
#footer-menu ul li { float: left; margin-left: 10px; }
/* WordPress Styles
----------------------------------------------------------- */
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right }
.alignleft { float: left }
.post-navigation { padding-bottom: 15px; padding-top: 15px; border-bottom: 1px solid #eee; border-top: 1px solid #eee; font-weight: bold; font-weight: bold; }
.floatleft { float: left }
.floatright { float: right }
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
.wp-caption { max-width: 100% !important }
.wp-caption p.wp-caption-text { margin: 0; padding: 0 4px 5px; font-size: 11px; line-height: 17px; }
.wp-caption img { max-width: 100$; margin: 0; padding: 0; border: 0 none; }
.wp-caption { padding-top: 4px; margin: 10px; background-color: #f3f3f3; text-align: center; -khtml-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #eee; border-radius: 3px; }
.wp-caption.aligncenter { margin: 0 auto; }
.wp-smiley { max-height: 1em; margin: 0 !important; }
blockquote.left { float: left; width: 33%; margin-left: 0; margin-right: 20px; text-align: right; }
blockquote.right { float: right; width: 33%; margin-left: 20px; margin-right: 0; text-align: left; }
#image-attachment-page { text-align: center; overflow: hidden; }
#image-attachment-page img { display: inline-block; max-width: 100%; margin-bottom: 20px; margin: 0 auto; }
.gallery-item img:hover { -moz-opacity: 0.7; -webkit-opacity: 0.7; opacity: 0.7; }
.gallery-caption { padding: 10px 25px; background-color: #f5f5f5; color: #000000; font-size: 12px; font-weight: 600; text-align: center; }
#wpstats { display: none }
/* Contact Form 7
----------------------------------------------------------- */
.wpcf7-form { font-weight: bold }
.wpcf7-form span.wpcf7-form-control-wrap { display: block; position: relative; margin-top: 5px; }
.wpcf7-form input[type="submit"] { margin-top: 0 }
.wpcf7-form .ajax-loader { display: none }
.wpcf7-form p { margin: 0 0 15px }
.wpcf7-form p:last-of-type { margin: 0 }
div.wpcf7-validation-errors, span.wpcf7-not-valid-tip { margin: 0; padding: 10px 15px; background-color: #E73525; color: #fff; text-align: center; border: medium none !important; border-radius: 4px; }
div.wpcf7-validation-errors { margin: 25px 0 0 }
span.wpcf7-not-valid-tip { float: left; position: absolute; right: 0; top: 0; }

/* テーブル　追加20150603
----------------------------------------------------------- */
#footer .textwidget p.greeting a::after{
border-left: none;
border-bottom: none;
border-top: none;
}
#footer .textwidget p.greeting a{
padding-left:0;
color:#E4007F;
}
#footer .textwidget p.greeting{
  line-height: 23px;
padding:10px;
background-color:#eee;
font-size:13px;
}

/* テーブル　追加20150318
----------------------------------------------------------- */
table.cft{
  margin: 15px auto 10px auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

table.cft th {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
}

table.cft td {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#wpcr_commentform table, #wpcr_commentform td{
vertical-align: middle;
  padding-bottom: 5px;
}

#wpcr_commentform input{
  padding: 4px !important;
}

/* 検索フォーム　追加20150319
----------------------------------------------------------- */
.searchform-input-wrapper {
  text-align: left;
  float: none;
  width: 100%;
}

#sidebar .searchform-input-wrapper input, .searchform-input-wrapper input {
  width: auto;
}

#sidebar .TextField .searchform-input-wrapper input, .TextField .searchform-input-wrapper input {
  width: 100%;
}

.searchform-input-wrapper select {
  width: 100%;
}

.searchform-label {
  padding-top: 0;
  line-height: 25px;
  float: none;
  width: 100%;
}

.searchform-controls {
  text-align: center;
}

.sidebar-box ul{
padding-left:5px;
}

/* ウィジェット　追加20150320
----------------------------------------------------------- */

.widget_custom_taxonomy_widget li a,
.textwidget p a,
.widget_pages li a{
position: relative;
padding-left: 15px;
}
 
.widget_custom_taxonomy_widget li a::after,
.textwidget p a::after,
.widget_pages li a::after {
  border-left: 10px solid #666;
  border-bottom: transparent 5px solid;
  border-top: transparent 5px solid;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: 1px;
  top: 2px;
}
 
.textwidget p,
.widget_pages li{
margin:0;
}

#widget-collapscat-2-top li.collapsing.categories {
  padding: 2px 0 2px 1em !important;
}
#widget-collapscat-2-top li.item {
  border-bottom: 1px dashed #ccc;
}

/* ショップページ　追加20150319
----------------------------------------------------------- */
.Box {
  overflow: hidden;
}

.boxfloat1 {
  float: left;
  margin-bottom: 20px;
  border: solid 1px #ccc;
}

.boxfloat2 {
  float: left;
  margin-left: 20px;
  width: 50%;
}

.entry .boxfloat2 h2{
  font-size: 12px;
  margin:5px 0 0;
}

.sh_button a {
  background-color: #E4007F;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  width: 70%;
  margin: 10px 0 0;
  text-decoration: none !important;
  display: block;
font-size:16px;
}

.sh_button a:hover {
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";

}

p.shop_des {
  background-color: #eee;
  padding: 10px 20px;
  line-height: 20px;
  margin-bottom: 10px ;
}

#wpcr_respond_1 h3.summary {
  padding: 0 0 0 10px;
  border-left: 2px solid #666;
}

.explanation{
font-size:12px;
margin:0 0 20px 10px;
line-height:18px;
}

.brand{
margin:10px 0 30px;
padding:10px 20px;
  background-color: #eee;
}

.brand h2{
  font-size: 12px;
margin:0;
}

.buy_flow{
margin:50px 0;
}

.buy_flow h2{
border-left:solid 5px #999;
padding-left:10px;
margin-bottom:20px;
}

.buy_flow img{
border:solid 1px #999;
}

.buy_flow p{
margin:10px 0 50px;
font-size:15px;
}



/* フォーラム　追加20150320
----------------------------------------------------------- */
span.bbp-author-ip,
.bbp-breadcrumb-home,
.bbp-breadcrumb-home+.bbp-breadcrumb-sep{
    display: none;
}

div.bbp-breadcrumb, 
div.bbp-topic-tags {
  font-size: 12px;
  margin: 18px 0 0;
}

.bbp-search-form input[type="text"]{
  padding: 7px !important;
}

/* パンくず　追加20150319
----------------------------------------------------------- */
div.breadcrumbs {
    padding:0 0 10px 10px;
}

/* likebox　追加20150323
----------------------------------------------------------- */
.fb-like-box,.fb-like-box span, .fb-like-box iframe {
 width: 100% !important;
}

/* ブランド一覧　追加20150323
----------------------------------------------------------- */
.entry .brand_list ul{
margin:0;
list-style: none;
font-weight:bold;
font-size:14px;
}

.entry .brand_list ul li{
margin-top:30px;
}

.entry .brand_list ul li a{
color:#666;
}

.entry .brand_list ul.children{
font-weight:normal;
font-size:12px;
}

.entry .brand_list ul.children {
overflow: hidden;
}
.entry .brand_list ul.children li{
float:left;
margin: 5px 28px 0 0;
color:#E4007F;
}

.entry .brand_list ul.children li a{
color:#E4007F;
}

/* ショップ一覧　追加20150323
----------------------------------------------------------- */
.entry .shop_list ul{
margin:0;
list-style: none;
overflow: hidden;
}

.entry .shop_list ul li{
float:left;
margin: 5px 28px 0 0;
color:#E4007F;
}

.entry .shop_list ul li a{
color:#E4007F;
}

/* 海外通販WALKERについて　追加20150324
----------------------------------------------------------- */
#about p{
margin:0 25px;
}

/* 英語メールテンプレート　追加20150324
----------------------------------------------------------- */
#eng div.eng_menu{
	background-color:#F7F8F8;
	padding:20px 0;
	margin-bottom:20px;
margin-left:25px;
	border-radius: 10px;        /* CSS3草案 */  
	 -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}

#eng div.eng_menu ul{
	margin:0 0 0 30px;
list-style:none;
}

#eng p{
margin-left:25px;
}
#eng div.eng_menu ul li{
	text-align:left;
	text-indent:20px;
	font-size:12px;
	color:#333333;
	line-height: 22px;
	height:20px;
	margin:5px 0;
}
#eng img{
		margin:15px 0 15px;
}
#eng .eng_table{
padding: 15px 0 30px;
border-bottom:dashed 1px #666;
}
#eng .eng_table dt,
#eng .eng_table dd{
	text-align:left;
	font-size:19px;
	font-weight:bold;
	background-color:#fff;
	color:#333;
	margin:15px 0 0 25px;
}

#eng #eng13{
margin-bottom:20px;
}

/* 関税について　追加20150324
----------------------------------------------------------- */
#customs h3{
		font-size:19px;
		margin:20px 25px 0;
}
#customs img{
		margin:30px 0 0;
}
#customs p.comment{
		margin:20px 25px 40px;
		line-height:20px;
}
#customs p{
		margin:10px 25px 0;
		line-height:20px;
}
#customs ul{
		margin:20px 25px 40px;
list-style: none;
}
#customs li{
		font-weight:bold;
		font-size:19px;
		line-height:25px;
}
#customs dl{
		width:600px;
		margin:20px auto 0;
}
#customs dt{
		font-weight:bold;
		font-size:19px;
		margin-bottom:10px;
}
#customs dd{
		padding:10px;
		font-size:17px;
		font-weight:bold;
		text-align:center;
		color:#fff;
		background-color: #f08f9f;
		border-radius: 10px;        /* CSS3草案 */  
		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
		 -moz-border-radius: 10px;   /* Firefox用 */  
}

#customs .kanzei_tool a {
		margin:20px auto 10px;
		width:300px;
		height:40px;
		padding:10px;
		text-align:center;
		background-color: #333;
		color:#fff;
		border-radius: 5px;        /* CSS3草案 */  
		-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
		 -moz-border-radius: 5px;   /* Firefox用 */  
		text-decoration: none;
		display: block;
		font-size:18px;
		line-height :40px;
}
#customs .kanzei_tool a:hover,
#customs .kanzei_tool a:active {
		background-color: #666;
}

/* トラブル対処法　追加20150324
----------------------------------------------------------- */


#trouble p{
		margin:20px 25px 20px;
		font-size:14px;
		line-height:25px;
}
#trouble div.trouble_menu{
	background-color:#F7F8F8;
margin:0 25px;
	padding:20px 0;
	margin-bottom:20px;
	border-radius: 10px;        /* CSS3草案 */  
	 -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}

#trouble div.trouble_menu ul{
	margin:0 0 0 30px;
list-style:none;
}

#trouble div.trouble_menu ul li{
	text-align:left;
	text-indent:20px;
	font-size:12px;
	color:#333333;
	line-height: 22px;
	height:20px;
	margin:5px 0;
}
#trouble img{
		margin:15px 0 15px;
}
#trouble .trouble_table{
	margin-bottom:20px;
}
#trouble .trouble_table h2{
	text-align:left;
	font-size:16px;
	font-weight:bold;
	background-color:#fff;
	color:#333;
	text-indent:30px;
}
#trouble .for_top a{
	text-indent:20px;
	float:right;
}

#trouble .trouble_table{
padding: 15px 0 30px;
border-bottom:dashed 1px #666;
}

/* 代行・転送サービス　追加20150324
----------------------------------------------------------- */
#daiko h2{
		font-size:19px;
		margin:30px 25px 0;
}
#daiko h3
{
		font-size:19px;
		margin:30px 25px 0;
}
#daiko p.comment{
		margin:20px 25px 30px;
		line-height:20px;
		font-size:14px;
padding-bottom:30px;
border-bottom:dashed 1px #666;
}
#daiko p{
		margin:10px 25px 20px;
		line-height:20px;
		font-size:14px;
}
#daiko h3 span{
		font-size:12px;
		padding-left:20px;
		font-weight:normal;
}
#daiko img{
		margin:30px 0 0;
}
#daiko table{
margin: 15px auto 20px auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 95%;
  border-collapse: collapse;
  text-align: left;
}
#daiko table tr td{
		text-align:center;
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
vertical-align: middle;
line-height: 20px;
}
#daiko table tr.table_top{
		background-color:#595757;
		color:#FFF;
}

/* 海外サイズ目安表　追加20150314
----------------------------------------------------------- */
#size p{
		margin:20px 25px 20px;
		font-size:14px;
}
#size div.size_menu{
	background-color:#F7F8F8;
	padding:20px 0;
	margin-bottom:20px;
	border-radius: 10px;        /* CSS3草案 */  
	 -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
overflow: hidden;
}

#size div.size_menu ul{
	float:left;
	margin:0 0 0 40px;
list-style:none;
}

#size div.size_menu ul.ladies li,
#size div.size_menu ul.mens li,
#size div.size_menu ul.kids li{
	text-align:left;
	text-indent:20px;
	font-size:12px;
	color:#333333;
	line-height: 22px;
	height:20px;
}

#size img{
		margin:15px 0 15px;
}
#size table{
margin: 15px auto 20px auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

#size .size_table{
	margin-bottom:80px;
}
#size table tr.table_top{
		background-color:#595757;
		color:#FFF;
}
#size .size_table h2{
	text-align:left;
	font-size:16px;
	font-weight:normal;
	background-color:#FFFFFF;
	color:#000000;
	text-indent:0px;
}

#size .size_table table tr td{
	padding:10px;
	text-align:center;
border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
vertical-align: middle;
}
#size .for_top{
overflow: hidden;
}

#size .for_top a{
	text-indent:20px;
	float:right;
}

/* 海外の配送方法　追加20150325
----------------------------------------------------------- */
#ship h2{
		font-size:19px;
		text-indent:20px;
}
#ship p.comment{
		margin:30px 25px 0;
		line-height:20px;
		font-size:14px;
padding-bottom:30px;
border-bottom:dashed 1px #666;
}
#ship p{
		margin:10px 25px 0;
		line-height:20px;
		font-size:14px;
}
#ship h2 span{
		font-size:12px;
		padding-left:20px;
		font-weight:normal;
}
#ship img{
		margin:30px 0 0;
}
#ship table{
margin: 15px auto 50px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 95%;
  border-collapse: collapse;
  text-align: left;
}
#ship table tr.table_top{
		background-color:#595757;
		color:#FFF;
}

#ship table td{
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* 交換・返品方法　追加20150325
----------------------------------------------------------- */

#return h2{
		font-size:19px;
		margin:20px 25px 0;
}

#return img{
		margin:30px 0 0;
}
#return p.comment{
		margin:20px 25px 0;
		line-height:20px;
		font-size:14px;
padding-bottom:30px;
border-bottom:dashed 1px #666;
}
#return .number{
color:#E4007F;
font-size:22px;
}
#return p{
		margin:10px 25px 0;
		line-height:20px;
		font-size:14px;
}
#return ul{
		margin:20px 25px 0;
}
#return li{
		font-weight:bold;
		font-size:19px;
		line-height:25px;
}
#return a{
		color:#3333cc;
}
#return dl{
		width:600px;
		margin:20px auto 0;
}
#return dt{
		font-weight:bold;
		font-size:19px;
		margin-bottom:10px;
}
#return dd{
		padding:10px;
		font-size:17px;
		font-weight:bold;
		text-align:center;
		color:#fff;
		background-color: #f08f9f;
		border-radius: 10px;        /* CSS3草案 */  
		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
		 -moz-border-radius: 10px;   /* Firefox用 */  
}

/* 海外通販購入ガイド　追加20150325
----------------------------------------------------------- */
#guide h2{
		font-size:19px;
		margin:20px 0 0;
}

#guide .number{
color:#E4007F;
font-size:22px;
}

#guide img{
		margin:20px 0 0;
		border:solid 1px #666;
}

#guide p.comment{
		margin:20px 0 0;
		line-height:20px;
		font-size:14px;
padding-bottom:30px;
border-bottom:dashed 1px #666;
}
#guide p{
		margin:10px 25px 0;
		line-height:20px;
		font-size:14px;
}


/* 関税計算ツール　追加20150325
----------------------------------------------------------- */

.tool_cal {
	width:90%;
	margin:0 auto;
	background-color:#333333;
	padding:10px 0;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}
.tool_cal dl{
	padding:30px 50px 0;
}
.tool_cal dt{
	color:#FFF;
	font-size:20px;
}

.tool_cal dt.left{
	float:left;
}

.tool_cal dd.right{
	float:right;
}

.tool_cal .button_wrap {
	margin:20px 0;
}

.tool_cal .input-box{
	float:left;
	margin-left:90px;
}

.tool_cal .input-box2{
	float:right;
	margin-right:90px;
}

.tool_cal .input-box a {
    background-color: #e4007f;
    color: #FFFFFF;
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 190px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.tool_cal .input-box a:hover,
.tool_cal .input-box a:active {
    background-color: #f3b0cd;
}

.tool_cal .input-box2 a {
    background-color: #c9caca;
    color: #000;
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 190px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.tool_cal .input-box2 a:hover,
.tool_cal .input-box2 a:active {
    background-color: #999;
}

.tool_cal .keisan {
	margin:0 auto 30px;
	width:80%;
	background-color:#FFF;
	text-align:center;
	border-radius: 5px;
	padding:20px 0;
	font-size:22px;
}

.tool_setsumei {
	margin:40px auto;
	width:700px;
}

.tool_setsumei .goriyo,
.tool_setsumei .chui  {
	margin-bottom:60px;
}

.tool_setsumei .goriyo h2,
.tool_setsumei .chui h2 {
	margin-bottom:20px;
	font-size:16px;
	padding:5px 10px;
	color:#FFFFFF;
	background-color: #E4007F;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.tool_setsumei .goriyo ul{
	margin:0 30px;
list-style:none;
}
.tool_setsumei .goriyo ul li{
	font-size:14px;
	color:#333333;
	margin-bottom:20px;
	line-height:25px;
}
.tool_setsumei .goriyo .cap{
	color:#e4007f;
	font-weight:bold;
}
.tool_setsumei .chui ul{
list-style:none;
}
.tool_setsumei .chui ul li{
	font-size:12px;
	color:#333333;
	margin-bottom:15px;
	line-height:20px;
}
.tool_setsumei .small{
	font-size:12px;
}
.tool_setsumei .small a{
	color: #3333cc;
}
.tool_clear{
overflow:hidden;
}

div.google {
  margin: 20px 0;
  text-align: center;
}

div.google2 {
  margin: 0;
  text-align: center;
}

/* 利用規約　追加20150325
----------------------------------------------------------- */
div#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}

/* バナー　追加20150327
----------------------------------------------------------- */
a img.banner {
background:none!important;
}
 
a:hover img.banner {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}

/* bbpress　追加20150422
----------------------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  border: solid 1px #eee;
}

/* popular posts　追加20150715
----------------------------------------------------------- */
.wpp-list li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ddd;
}
.wpp-list li img{
border:1px solid #ddd;
}
.wpp-list li span.wpp-excerpt:before {
  content: "\A";
  white-space: pre;
}
#footer .wpp-list li a{
color:#E4007F;
}

/* 一覧ページ　追加20150821
----------------------------------------------------------- */
.fl_button{
	overflow:hidden;
}
.ri_button a,
.le_button a {
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px;
  text-align: center;
  width: 40%;
  margin: 10px 0 0;
  text-decoration: none !important;
  display: block;
  font-size:13px;
}
.ri_button a{
	float:right;
	background-color: #E4007F;
    margin-right: 4%;
}
.le_button a{
	float:left;
	background-color:#666;
    margin-left: 4%;
}
.ri_button a:hover,
.le_button a:hover {
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";

}

/* TOPオススメ　追加20150825
----------------------------------------------------------- */
.recommend{
background-color:#fff;
}

/* バイヤーズドライブ　追加20151128
----------------------------------------------------------- */
.entry .buyersdrive{
border-top:solid 2px #E4007F;
}

.entry .buyersdrive p{
font-size:16px;
color:#333;
margin:20px 0;
}

.entry p.inyo{
text-align:right;
font-size:10px;
padding-bottom:10px;
}

.entry .buyersdrive .red{
color:#ff0000;
}

.entry .buyersdrive .bold{
font-weight:bold;
}

.buydra_banner{
    margin-top: 10px;
border:solid 1px #eee;
}

.buydra_button{
    margin: 50px auto 0;
    width: 563px;
}

.buydra_button a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* ラグジュアリーカード　追加20190709
----------------------------------------------------------- */

.entry .luxurycard{
border-top:solid 2px #E4007F;
}

.entry .luxurycard blockquote{
    background-color: #fafafa;
	border-left:none;
}

.entry .luxurycard h2{
    margin-top: 50px;
    font-size: 24px;
	padding: 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	background: #fff5f5;/*背景色*/
	border-left: solid 5px #e4007f;/*左線（実線 太さ 色）*/
}

.entry .luxurycard h3{
	margin-top: 30px;
    font-size: 22px;
	position: relative;
	padding-left: 0.8em;/*アイコン分のスペース*/
	line-height: 1.4;
}

.entry .luxurycard h3:before {
  content: "□";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -2px;/*アイコンの位置*/
  color: #e4007f; /*アイコン色*/
}

.entry .luxurycard p{
font-size:16px;
color:#333;
margin:20px 0;
}

.entry .luxurycard .red{
color:#ff0000;
}

.entry .luxurycard .bold{
font-weight:bold;
}

.entry .luxurycard .marker {
background: linear-gradient(transparent 0%, #ffff66 0%);
}



.entry .luxurycard .button-txt {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.entry .luxurycard .button {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  border-radius: 5px;
  box-shadow: 0px 5px 14px 1px #858585;
}

.article-body a.button {
	text-decoration:none;
}

body .luxurycard a:hover{
	text-decoration:none;
}

.entry .luxurycard .button span {
  display: block;
  font-weight: bold;
  letter-spacing: -0.06em;
  white-space: nowrap;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.entry .luxurycard .button span.copy {
  font-size:10px;
     margin-bottom: 10px;
}

.entry .luxurycard .button span.title {
  font-size:12px;
}

.entry .luxurycard .button img {
  display: none;
  margin: 0;
}

.entry .luxurycard .button.button-color-green {
  background: linear-gradient(to bottom, #49ac00 0%, #79c733 49%, #49ac00 50%, #49ac00 100%);
}

.entry .luxurycard .button.button-color-green span {
  color: #fff;
}

.entry .luxurycard .button.button-color-red {
  background: linear-gradient(to bottom, #c30009 0%, #d7333c 49%, #c30009 50%, #c30009 100%);
}

.entry .luxurycard .button.button-color-red span {
  color: #fff;
}

.entry .luxurycard .button.button-color-orange {
  background: linear-gradient(to bottom, #ff5e00 0%, #ff8b33 49%, #ff5e00 50%, #ff5e00 100%);
}

.entry .luxurycard .button.button-color-orange span {
  color: #fff;
}

.entry .luxurycard .button.button-style01 {
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.entry .luxurycard .button.button-style01:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -25px;
  width: 43px;
  height: 49px;
  background: transparent url("https://ki-tto.net/images/arrow_right01.png") 0 0 no-repeat;
  background-size: 100% auto;
}

.entry .luxurycard .button.button-style01:before {
  animation: arrowleft 1s;
  animation-iteration-count: infinite;
}

.entry .luxurycard .button.button-style02 {
  padding-left: 25px;
  padding-right: 32px;
}

.entry .luxurycard .button.button-style02:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
  width: 26px;
  height: 30px;
  background: transparent url("https://ki-tto.net/images/arrow_01.png") 0 0 no-repeat;
  background-size: 100% auto;
}

.entry .luxurycard .button.button-style02:before {
  animation: arrowleft02 1s;
  animation-iteration-count: infinite;
}

.entry .luxurycard .button.button-style03:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent url("https://ki-tto.net/images/arrow_right03.png") 0 0 no-repeat;
  background-size: 100% auto;
}

.entry .luxurycard .button.button-style03:before {
  animation: arrowright02 1s;
  animation-iteration-count: infinite;
}

@keyframes arrowleft {
  0% {
    left: -0.7em;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}

@keyframes arrowleft02 {
  0% {
    left: 0em;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 1em;
    opacity: 0;
  }
}

@keyframes arrowright {
  0% {
    right: 0.7em;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    right: 0.1em;
    opacity: 0;
  }
}

@keyframes arrowright02 {
  0% {
    right: 1.2em;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    right: 0.1em;
    opacity: 0;
  }
}

/* レビュー　追加20151228
----------------------------------------------------------- */
.wpcr3_review_form_text_field label,
.wpcr3_review_form_text_field td{
    vertical-align: middle !important;
}

.comment-field{
	font-size: 16px;
}

div.wpcr3_review div.wpcr3_review_title {
	font-size: 16px !important;
    margin: 10px 0;
}

div.wpcr3_aggregateRating,
div.wpcr3_review div.wpcr3_review_author{
	font-size: 14px !important;
}

/*　テキストハイライト　追加20160213
----------------------------------------------------------- */
::selection {
    background: #E4007F;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #E4007F;
    color: #fff;
    text-shadow: none;
}

/* スマホ　追加20150319
----------------------------------------------------------- */
@media screen and (max-width: 479px) {
.boxfloat1 {
  float: none;
  text-align: center;
}

.boxfloat2 {
  float: none;
  margin-left: 0;
  width: 100%;
}

.sh_button a {
  margin: 20px auto 0;
}

.buydra_button{
    margin: 50px auto 0;
    width: 280px;
}

}


＠font-face { font-display: swap; }