/*
Theme Name: edohanga
Theme URI: https://edohanga.jp
Description: 東京伝統木版画工芸協同組合専用テンプレート
Version: 1.0
Author: imagista
Author URI: http://imagista.com
*/

@font-face
{
font-family: edohanga-font;
src: url('https://edohanga.jp/font/KozGoStd-Regular.otf')
     format("opentype");
}

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

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main,page { 
	display:block;
}

ul, ol { list-style: none;}
img { border: none; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Font-----------------------------------------------------------*/

h1 {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, h3 {
	line-height: 20px;
  }
}

/* Link-----------------------------------------------------------*/

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

/* Layout-----------------------------------------------------------*/

body {
	background: #fff;
	font-family: edohanga-font;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

#page {
	width: 900px;
	margin: 0 auto;
}

header {
	width: 860px;
	margin: 10px 0px 0px 20px;
}

main {
	width: 860px;
	margin: 30px 0px 30px 20px;
}

#main_left {
	float: left;
}

#main_right {
	float: right;
	width: 620px;
}

.pic-right {
	float: right;
	margin-left: 7px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.pic-left {
	float: left;
	margin-right: 7px;
	margin-top: 7px;
}

/* Header-----------------------------------------------------------*/

#logo {
	float: left;
}

#menu {
	float: right;
	margin: -30px -5px 0px 0px;
	font-size: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #menu {
	margin: -13px -5px 0px 0px;
  }
}

#menu a {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#menu a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#menu li {
	float: left;
	padding: 0px 30px 0px 0px;
}

.navi li a:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #000;
	margin: 7px 0px 0px 6px;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .navi li a:after {
	margin: 12px 0px 0px 6px;
  }
}

.navi li a:hover:after {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#cart {
	float: right;
	width: 70px;
	margin: 0px 5px 0px 10px;
	font-size: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #cart {
	margin: 7px 0px 0px 0px;
  }
}

#cart a {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#cart a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#cart a:after {
	content: url('/images/edohanga_cart.png');
	position: absolute;
	margin: 2px 0px 0px 0px;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#cart a:hover:after {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#contact {
	float: right;
	width: 80px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, #contact {
	margin: 7px 0px 0px 0px;
  }
}

#contact a {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#contact a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#contact a:hover:after {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#sns {
	float: right;
	margin: 0px 0px 0px 0px;
}

#sns li {
	float: left;
	padding: 0px 3px 0px 0px;
}

#sns li a {
	filter: alpha(opacity=45);
	-moz-opacity:0.45;
	opacity: 0.45;
}

#sns a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

/* Dropdown-----------------------------------------------------------*/

.subnavi {
	background: #fff;
	line-height: 30px;
	-moz-box-shadow: 0 0 2px rgba(000,000,000,.5);
	-webkit-box-shadow: 0 0 2px rgba(000,000,000,.5);
	box-shadow: 0 0 2px rgba(000,000,000,.5);
}

.subnavi li{
	margin: 0px 0px -10px 10px;
	white-space: nowrap;
	min-width: 120px;
}

.navi .subnavi a:after {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 4px solid transparent;
    border-right-color: #fff;
}

.subnavi:before {
	position: absolute;
	top: -7px;
	left: 6px;
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-bottom-color: rgba(0, 0, 0, 0.1);
	display: inline-block;
}

/* ukiyoe title-----------------------------------------------------------*/

#title_fifty-three_stations_of_the_tokaido {
	width: 900px;
	height: 250px;
	background: url('/photos/fifty-three_stations_of_the_tokaido.jpg');
	padding-top: 50px;
}

#title_one_hundred_famous_views_of_edo {
	width: 900px;
	height: 250px;
	background: url('/photos/one_hundred_famous_views_of_edo.jpg');
	padding-top: 50px;
}

#title_unusual_views_of_celebrated_bridges_in_the_provinces {
	width: 900px;
	height: 250px;
	background: url('/photos/unusual_views_of_celebrated_bridges_in_the_provinces.jpg');
	padding-top: 50px;
}

#title_tour_of_the_waterfalls_of_the_provinces {
	width: 900px;
	height: 250px;
	background: url('/photos/tour_of_the_waterfalls_of_the_provinces.jpg');
	padding-top: 50px;
}

#title_oceans_of_wisdom {
	width: 900px;
	height: 250px;
	background: url('/photos/oceans_of_wisdom.jpg');
	padding-top: 50px;
}

#title_thirty-six_views_of_mount_fuji {
	width: 900px;
	height: 250px;
	background: url('/photos/thirty-six_views_of_mount_fuji.jpg');
	padding-top: 50px;
}

.title_caption {
	background: url('/js/img/caption-bg.png');
	color: #FFF;
	border-radius: 0px 3px 3px 0px;
	padding: 4px 15px 10px 15px;
	font-size: 12px;
	line-height: 20px;
	text-shadow: #000 1px 1px 0px;
	width: 200px;
	height: 36px;
}



/* pages title-----------------------------------------------------------*/

#title_help {
	width: 900px;
	height: 150px;
	background: url('/photos/fifty-three_stations_of_the_tokaido.jpg');
	padding-top: 50px;
}

#title_about {
	width: 900px;
	height: 150px;
	background: url('/photos/fifty-three_stations_of_the_tokaido.jpg');
	padding-top: 50px;
}

.title_pages_caption {
	background: url('/js/img/caption-bg.png');
	color: #FFF;
	border-radius: 0px 3px 3px 0px;
	padding: 10px 15px;
	font-size: 12px;
	text-shadow: #000 1px 1px 0px;
	width: 230px;
	height: 23px;
}

/* main left-----------------------------------------------------------*/

.main_menu {
	float: left;
	width: 200px;
	margin: 30px 0px 0px 0px;
	font-size: 18px;
	line-height: 24px;
	clear: both;
}

.main_menu ul {
	padding: 2px 0px 0px 0px;
}

.main_menu li {
	padding: 4px 0px 2px 10px;
	border-bottom: 1px solid #ccc;
}

.main_menu li.main_menu_ukiyoe_series {
	padding: 4px 0px 2px 20px;
}

.main_notice {
	float: left;
	width: 200px;
	margin: 50px 0px 0px 0px;
	font-size: 15px;
	line-height: 21px;
	clear: both;
}

.main_notice_title {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
}

.main_notice table {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}

.main_notice table th {
	text-align: left;
	padding-left: 15px;
}

.main_notice table td {
	line-height: 14px;
	white-space: nowrap;
}

/* main left pages-----------------------------------------------------------*/

.main_menu_pages {
	float: left;
	width: 200px;
	margin: 30px 0px 0px 0px;
	font-size: 15px;
	line-height: 21px;
}

.main_menu_pages ul {
	padding: 2px 0px 0px 0px;
	border-top: 1px solid #ccc;
}

.main_menu_pages li {
	padding: 4px 0px 2px 10px;
	border-bottom: 1px solid #ccc;
}

/* main right-----------------------------------------------------------*/

.main_right_title {
	font-size: 18px;
	padding: 4px 0px 2px 10px;
	border-bottom: 1px solid #ccc;
	clear: both;
	line-height: 24px;
}

/* ukiyoe works-----------------------------------------------------------*/

.main_right_series {
	font-size: 16px;
	padding: 4px 10px 2px 0px;
	text-align: right;
}

.main_right_ukiyoeshi {
	font-size: 16px;
	padding: 4px 10px 2px 0px;
	text-align: right;
}

.ukiyoe_works {
	width: 620px;
}

.ukiyoe_work_s {
	float: left;
	width: 160px;
	height: 260px;
	margin: 10px 0px 0px 20px;
	padding: 0px 10px 0px 10px;
}

.ukiyoe_work_s_image {
	width: 160px;
	height: 160px;
    display: block;
    text-align: center;
}

.ukiyoe_work_s_image > *{
    vertical-align: middle;
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    display: inline\9; /* Fix for IE8 */
}

.ukiyoe_work_s_image span {
    height: 100%;
    width: 0px;
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    display: inline\9; /* Fix for IE8 */
}

.ukiyoe_work_s_title {
	font-size: 14px;
	line-height: 16px;
	margin-top: 4px;
	font-weight: 900;
}

.ukiyoe_work_s_series {
	font-size: 12px;
	line-height: 14px;
}

.ukiyoe_work_s_ukiyoeshi {
	font-size: 14px;
	line-height: 16px;
}

.ukiyoe_work_s_price {
	font-size: 14px;
	line-height: 16px;
	margin-top: 4px;
}

/* ukiyoe work-----------------------------------------------------------*/

.ukiyoe_work {
	width: 560px;
	margin: 10px 0px 20px 20px;
	color: #333;
	text-align: center;
}

.ukiyoe_work_image {
	margin: 10px 0px 20px 0px;
}

.ukiyoe_work_ukiyoeshi {
	text-align: left;
}

.ukiyoe_work_size {
	text-align: left;
}

.ukiyoe_work_description {
	text-align: left;
	margin: 10px 0px 20px 0px;
}

.ukiyoe_work_price {
}

.ukiyoe_work_cart {
	width: 220px;
	margin: 0 auto;
}

.ukiyoe_work_cart input[type="submit"], .ukiyoe_frame input[type="submit"] {
	margin: 10px 0px 0px 6px;
	-moz-box-shadow:inset 0px -3px 7px 0px #cccccc;
	-webkit-box-shadow:inset 0px -3px 7px 0px #cccccc;
	box-shadow:inset 0px -3px 7px 0px #cccccc;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #aaaaaa));
	background:-moz-linear-gradient(top, #cccccc 5%, #aaaaaa 100%);
	background:-webkit-linear-gradient(top, #cccccc 5%, #aaaaaa 100%);
	background:-o-linear-gradient(top, #cccccc 5%, #aaaaaa 100%);
	background:-ms-linear-gradient(top, #cccccc 5%, #aaaaaa 100%);
	background:linear-gradient(to bottom, #cccccc 5%, #aaaaaa 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#aaaaaa',GradientType=0);
	background-color:#cccccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #aaaaaa;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight: 900;
	padding:2px 6px;
	text-decoration:none;
	text-shadow:0px 0px 0px #333;
}
.ukiyoe_work_cart:hover input[type="submit"], .ukiyoe_frame:hover input[type="submit"] {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #aaaaaa), color-stop(1, #cccccc));
	background:-moz-linear-gradient(top, #aaaaaa 5%, #cccccc 100%);
	background:-webkit-linear-gradient(top, #aaaaaa 5%, #cccccc 100%);
	background:-o-linear-gradient(top, #aaaaaa 5%, #cccccc 100%);
	background:-ms-linear-gradient(top, #aaaaaa 5%, #cccccc 100%);
	background:linear-gradient(to bottom, #aaaaaa 5%, #cccccc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#cccccc',GradientType=0);
	background-color:#aaaaaa;
}
.ukiyoe_work_cart:active input[type="submit"] {
	position:relative;
	top:1px;
}

.ukiyoe_frame {
	width: 480px;
	margin: 0 auto;
	color: #333;
	text-align: center;
}

.ukiyoe_frame_title {
	font-size: 16px;
	padding: 4px 0px 2px 10px;
	border-bottom: 1px solid #ccc;
	clear: both;
	line-height: 22px;
	text-align: left;
	margin: 0px 0px 10px 0px;
}

.ukiyoe_frame_photo {
	float: left;
	width: 160px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
	margin: 0px 0px 0px 20px;
    display: block;
}

.ukiyoe_frame_photo > *{
    vertical-align: middle;
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    display: inline\9; /* Fix for IE8 */
}

.ukiyoe_frame_photo span {
    height: 100%;
    width: 0px;
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    display: inline\9; /* Fix for IE8 */
}

.ukiyoe_frame_detail {
	float: right;
	text-align: left;
	vertical-align: middle;
	margin: 30px 20px 0px 0px;
}

#ukiyoe_nav {
	width: 620px;
	height: 30px;
	margin: 30px 0px 20px 0px;
}

.ukiyoe_next {
	float: left;
	text-align: left;
	width: 300px;
}

.ukiyoe_previous {
	float: right;
	text-align: right;
	width: 300px;
}

/* pages-----------------------------------------------------------*/

.table_help {
	width: 560px;
	margin: 30px 0px 20px 20px;
	color: #333;
}

.table_help th {
	padding: 6px 10px 4px 10px;
	text-align: left;
	white-space: nowrap;
	background-color:#eee;
	border-left: 2px solid #999;
}

.table_help td {
	padding: 0px 10px 0px 10px;
	text-align: left;
	border-bottom: 1px solid #eee;
}

.table_help td ul {
	list-style-type: square;
	padding: 0px 0px 0px 18px;
}

.table_help td ul ul {
	list-style-type: circle;
}

.table_help_caution {
	width: 560px;
	margin: -16px 0px 0px 20px;
	text-align: right;
	color: #333;
	font-size: 12px;
}

.main_right_subtitle {
	font-weight: 900;
	font-size: 16px;
	margin: 10px 0px 10px 30px;
	color: #333;
}

.main_right_content {
	margin: 0px 30px 10px 40px;
	color: #333;
}

.main_right_logos {
	width: 560px;
	margin: 10px 0px 20px 20px;
}

.main_right_logo {
	float: left;
	width: 160px;
	height: 160px;
	text-align: center;
	margin: 0px 0px 20px 20px;
}

/* bread crum and social button-----------------------------------------------------------*/

#bread_sns {
	width: 860px;
	height: 30px;
	margin: 20px 0px 0px 0px;
}

.breadcrumbs {
	float: left;
	text-align: left;
	width: 420px;
	padding-top: 6px;
}

.social_button {
	float: right;
	width: 420px;
	margin-top: -6px;
}

/* footer-----------------------------------------------------------*/

footer {
	background: #999;
	padding: 20px 0px 20px 0px;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #ccc;
}

.footer_menu {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 20px;
	line-height: 20px;
}

.footer_menu_title {
	font-size: 16px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px 0px 2px 10px;
}

.footer_menu ul {
	padding: 4px 0px 0px 10px;
}

.footer_menu li {
	padding: 4px 0px 0px 0px;
}

.footer_menu_search {
	padding: 4px 0px 2px 10px;
	height: 22px;
}

/* search box-----------------------------------------------------------*/

#searchform {
	width: 190px;
	background: #eee;
	display: block;
	height: 20px;
	position: relative;
	padding: 0px 0px 2px 0px;
}
#keywords  {
	width: 160px;
	margin: 3px 0px 0px 4px;
	position: absolute;
	border: none;
	background: #eee;
	height: 16px;
}
#searchbtn {
	position: absolute;
	top: 1px;
	left: 166px;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

/* Back to top button-----------------------------------------------------------*/

#back-top {
    position: fixed;
    bottom: 30px;
    right: 60px;
}

#back-top span {
    display: block;
}

#back-top img {
	background: #ccc;
	padding: 4px 5px 5px 6px;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 4px #666;
	-moz-box-shadow: 1px 1px 4px #666;
	box-shadow: 1px 1px 4px #666;
}

#back-top a {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#back-top a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}

/* contact-----------------------------------------------------------*/

.contact {
	margin: 20px 0px 0px 40px;
}

.contact p {
	margin: 0px 0px 20px 0px;
}

.screen-reader-response {
	margin: 30px 0px 30px 0px;
	font-size: 18px;
	line-height: 22px;
	color: #ff6633;
}

.wpcf7-response-output {
	margin: 30px 0px 30px 0px;
	font-size: 18px;
	line-height: 22px;
	color: #ff6633;
}

.wpcf7-mail-sent-ok {
	margin: 30px 0px 30px 0px;
	font-size: 18px;
	line-height: 22px;
	color: #ff6633;
}

/* cart-----------------------------------------------------------*/

.cart {
	width: 520px;
}

.customer_q {
	margin: 6px 0px 0px 0px;
}

/* pagination-----------------------------------------------------------*/
.pagination {
	
}

.pagination span {
	margin: 0px 4px 0px 4px;
}

.current {
	padding: 2px 4px 0px 4px;
	border: 1px solid #ccc;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #ddd;
}

.inactive {
	padding: 2px 4px 0px 4px;
	border: 1px solid #666;
	background: #eee;
	border-radius: 2px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
