/*
Theme Name: Japan Update Ver.1.1
Theme URI: http://www.japanupdate.com/
Description: Japan Update 2012
Author: Japan Update
Version: 1.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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {font-size: 62.5%;}
body {
color: #444;
font-size: 10px; font-size: 1rem;
line-height: 1;
}

body, input, textarea {font-family: Arial, Helvetica, Verdana, sans-serif;}

ol, ul {list-style: none;}

table {
border-collapse: collapse;
border-spacing: 0;
}

a {
color: #369;
text-decoration: none;
}
a img {border: none;}


/* = USEFUL-CLASS
-------------------------------------------------------------- */
.align_c {text-align: center;}
.align_l {text-align: left;}
.align_r {text-align: right;}
.alignleft {float: left;}
.alignright {float: right;}
.auto {margin: auto;}
.clear {clear: both;}
.hidden {overflow: hidden;}
.small {font-size: .9em;}
.w100 {width: 100%;}
.disnon {display: none;}


/* =LAYOUT
-------------------------------------------------------------- */
#wrap {width: 990px;}
#wrapIn {margin: 10px 0;}

#head {margin: 0 10px;}

#content {
border-right: 1px solid #ddd;
font-size: 14px; font-size: 1.4rem;
line-height: 1.2em;
margin: 0 -1px 20px 10px; padding: 0 9px 0 0;
width: 700px;
}
.home #content {border-top: 0px solid #333;}

#side {
border-left: 1px solid #ddd;
padding: 0 0 20px 0;
width: 270px;
}

#foot {
background: #333;
color: #fff;
font-size: 12.5px; font-size: 1.25rem;
margin: 0 10px 10px 10px; padding: 20px 0 0 0;
}


/* =HEAD
-------------------------------------------------------------- */
/* SUB */
#headSub {
border-bottom: 2px solid #333;
font-size: 11px; font-size: 1.1rem;
font-weight: bold;
height: 23px;
padding: 5px 0 3px 0;
}
#headSub p {
/* border-left: 1px solid #ccc; */
padding: 5px 0;
}
#headSub a {
background: #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
margin: 0 0 0 5px; padding: 0 12px;
}
#headSub a.linkAPL {background: #8F3030;}

/* LOGO */
#headLogo {margin: 10px 0;}

/* BREAD CRUMBS */
.breadCrumbs {
border-top: 3px solid #333;
color: #666;
font-size: 11px; font-size: 1.1rem;
line-height: 20px;
}
.breadCrumbs p.alignleft {
height: 20px;
width: 620px;
}
.breadCrumbs p.alignright {
background: #333;
color: #fff;
font-weight: bold;
letter-spacing: .5px;
padding: 0 8px;
}

.breadCrumbs a {color: #444;}

#headApp {
  background : url(img/bg_app_head.jpg) no-repeat;
  width: 80px;
  height: 47px;
  padding-top: 43px;
  float: left;
  text-align: center;
}


/* =NAVI
-------------------------------------------------------------- */
#gNav {border: 1px solid #111;}

#gNav ul#tab {
background: #333;
font-family: Georgia, serif;
font-size: 12px; font-size: 1.2rem;
font-weight: bold;
height: 40px;
letter-spacing: 1px;
}

#gNav ul#tab li.cat-item {
border-right: 1px solid #666;
float: left;
height: 40px;
padding: 0 3px;
cursor: pointer;
}
ul#tab li.cat-item:hover, ul#tab li.current-cat, ul#tab li.current-cat-parent {
background: url(http://www.japanupdate.com/wp-content/themes/ju/img/bg_gnav.gif) 50% no-repeat;
}
ul#tab li.gSearch {padding: 10px 10px 10px 0;}

ul#tab a {
color: #fff;
display: inline-block;
height: 39px;
line-height: 39px;
padding: 0 6px;
}
ul#tab li:hover a, ul#tab li.current-cat a, ul#tab li.current-cat-parent a {color: #333;}
ul#tab li.classifieds a {background: #933;}
ul#tab li.classifieds a:hover {
background: none;
color: #933;
}

/* OFF */
#gNav ul#tab li ul {display: none;}

/* ON */
#gNav ul#tab li:hover ul {
background: #fff;
border: 1px solid #111;
border-top: 1px solid #fff;
        display: block;
        margin: 1px 0 0 -4px;
        position: absolute;
        z-index: 100;
}

#gNav ul#tab li.cat-item ul li {
  font-size: 13px; font-size: 1.3rem;
  font-weight: normal;
  border: none;
  float: none;
  padding: 0 3px;
  width: 200px;
}



#gNav ul#tab li ul li a {
background: url(http://www.japanupdate.com/wp-content/themes/ju/img/arrow_gr.png) 0px 50% no-repeat;
color: #666;
padding: 0 15px 0 7px;
}
#gNav ul#tab li ul li a:hover {color: #999;}

/* children */
#gNav ul#tab li.cat-item ul.children li.cat-item {
font-size:12px;font-size: 1.2rem;
}

#gNav ul#tab li ul.children li.cat-item a{
background: url(http://www.japanupdate.com/wp-content/themes/ju/img/arrow_gr.png) 7px 50% no-repeat;
padding: 0 15px 0 15px;
}

#gNav ul#tab li ul.children {border-bottom: none;}



/* SEARCH */
#searchform, .gSearch input {
border: none;
font-size: 12.5px; font-size: 1.25rem;
height: 18px;
line-height: 18px;
}

#searchform {
background: #fff;
border: 1px solid #ededed;
height: 19px;
}
.gSearch input#s {
background: none;
padding: 0 0 0 3px;
width: 200px;
}
input#searchsubmit {
background: url(./img/ico_search.gif) 0px 0px no-repeat;
cursor: pointer;
width: 25px; height: 18px;
}
input#searchsubmit:hover {background: url(./img/ico_search.gif) 0px -18px no-repeat;}


/* =SIDE
-------------------------------------------------------------- */
#side p, #side iframe {margin: 10px 0 0 10px;}

#sideToday {
background: #F4F5F1;
border-top: 2px solid #F8CC50;
font-size: 26px; font-size: 2.6rem;
margin: 0 10px; padding: 10px 0;
}

.wp_bannerize {padding: 10px 0 0 0;}
.wp_bannerize div {margin: 10px 0 0 0;}

#side p a:hover img {
filter: alpha(opacity=90);
 -moz-opacity:0.9;
 opacity:0.9;
}

/* WINNERS */
.sideWin {
margin: 10px 0 0 10px;
position: relative;
width: 260px; height: 185px;
}
.sideWin img {
margin: 30px 0 0 36px;
width: 180px; height: auto;
}
.sideWin span {
background: url(http://www.japanupdate.com/wp-content/themes/ju/img/side_winners.png) no-repeat;
display: block;
position: absolute;
top: 0; left: 0;
width: 260px; height: 185px;
}

/* WOOK */
#side #sideWook {
background: url(./img/bg_sidewook.jpg) no-repeat;
cursor: pointer;
margin: 10px 0 0 10px;
width: 250px; height: 130px;
}
#side #sideWook p {margin: 0; padding: 5px 0 0 5px;}

/*#side iframe {height: 305px !important;}*/

#indexWeather {margin-top: 10px;}

/* =FOOT
-------------------------------------------------------------- */
/* PAGE NAVI */
.wp-pagenavi {
background: #f6f6f6;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #eee;
clear: both;
font-size: 13px; font-size: 1.3rem;
overflow: hidden;
padding: 5px 3px;
text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {padding: 0 5px;}
.wp-pagenavi span.current {
color: #999;
font-size: 16px; font-size: 1.6rem;
font-weight: bold;
}

/* FOOT INNER */
#footIn div.alignright {
margin: 0 20px 0 0;
width: 220px;
}

#footIn ul {}
#footIn ul.alignleft {
border-right: 1px solid #484848;
min-width: 135px; min-height: 210px;
padding: 0 20px;
}
#footIn li {padding: 0 0 5px 0;}

#footIn h3 {
font-family: Georgia, serif;
font-size: 13px; font-size: 1.3rem;
/*font-weight: normal;*/
letter-spacing: 1px;
padding: 0 0 5px 0;
text-shadow: 0px 0px 2px #000;
}
#footIn h4 {
font-family: Georgia, serif;
border-top: 1px solid #484848;
font-size: 15px; font-size: 1.5rem;
letter-spacing: 1px;
margin: 5px 0 0 0; padding: 10px 0 1px 0;
}
#footIn p {line-height: 1.2em;}

/* OKISTYLE LINKED */
#okilink {margin: 20px 20px 0 20px; padding: 15px 0 0 0;}

#okilink h4 {margin-bottom: 10px;}

#okilink li {
display: inline-block;
}


/* SUB */
#footSub {
background: url(./img/line_gr.gif) repeat-x;
color: #ccc;
margin: 20px 20px 0 20px; padding: 15px 0 10px 0;
}

/* LINK */
#foot a {color: #ddd;}
#foot div.alignright a {
display: inline-block;
line-height: 20px;
padding: 0 0 0 28px;
}
#foot a.fb {background: url(./img/ico_fb.gif) no-repeat;}
#foot a.tw {background: url(./img/ico_tw.gif) no-repeat;}
#foot a.rss {background: url(./img/ico_rss.gif) no-repeat;}
#foot a.insta {background: url(./img/ico_insta.png) no-repeat;}
#foot a.tida {background: url(./img/ico_tida.png) no-repeat;}
#foot a.line {background: url(./img/ico_line.png) no-repeat;}


/* =CONTENT
-------------------------------------------------------------- */
h2.entryTit {
border-bottom: 1px solid #ddd;
color: #369;
font-family: Georgia, serif;
font-size: 28px; font-size: 2.8rem;
letter-spacing: 1px;
line-height: 1.1em;
margin: 0 0 10px 0; padding: 10px 0;
}
.home h2, .post h3, .page h3 {
background: #3D3D3D;
border-bottom: 1px solid #111;
color: #fff;
font-family: Georgia, serif;
font-size: 13px; font-size: 1.3rem;
letter-spacing: 1px;
margin: 0 0 10px 0; padding: 3px 5px;
}

.entryContent {
border-bottom: 1px dotted #ccc;
line-height: 160%;
padding: 20px 0 0 0;
}
.single .entryContent {padding: 0;}
.page .entryContent {padding: 20px 30px 0 30px;}
.events-archive .entryContent {padding: 10px 0 0 0;}
h3.tribe-events-month-event-title{
background: none;
border-bottom: none;
}

.entryContent h4 {
border-bottom: 1px solid #333;
font-size: 14px; font-size: 1.4rem;
margin: 0 0 5px 0;
}
.entryContent p {padding: 0 0 20px 0;}
.entryContent table {margin: 0 0 20px 0;}

.entryContent img {max-width: 700px; height: auto;}
.entryContent .wp-caption {
background: #f9f9f9;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #e6e6e6;
line-height: 1.1em;
padding: 5px 0;
text-align: center;
}
.entryContent p.wp-caption-text {
color: #666;
font-size: 13px; font-size: 1.3rem;
padding: 0 0 0 5px;
text-align: left;
}

.entryContent ul, .entryContent ol {margin: 0 0 20px 20px;}
.entryContent ul {list-style-type: square;}
.entryContent ol {list-style-type: decimal;}
.entryContent li {padding: 0 0 10px 0;}

.entryContent .alignleft {margin: 0 20px 10px 0;}
.entryContent .alignright {margin: 0 0 10px 20px;}
.entryContent .aligncenter {
clear: both;
display: block;
margin: auto;
}

#disqus_thread {margin: 10px 0 0 0;}


/* =LINK
-------------------------------------------------------------- */
.entryContent a {text-decoration: underline;}

span.catLink, span.catLink a {
color: #666;
font-size: 12px; font-size: 1.2rem;
font-weight: normal;
}
span.catLink a:hover {border-bottom: 1px dotted #999;}

a.moreLink {
background: #933;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
font-size: 9.5px; font-size: .95rem;
font-weight: bold;
line-height: 1em;
margin: 3px 0 0 0; padding: 2px 5px;
}


/* =LIST
-------------------------------------------------------------- */
/* PICKUP */
.pickupStories div {width: 226px;}
.pickupStories div.alignleft {
border-right: 1px solid #ddd;
margin: 0 5px 0 0; padding: 0 5px 0 0;
}

.pickupStories .pickupImg {
border-top: 2px solid #333;
padding: 3px 0 0 0;
}
.pickupStories img {width: 226px; height: auto;}
.pickupStories strong {font-size: 12px; font-size: 1.2rem;}
.pickupStories h2 {
font-size: 16px; font-size: 1.6rem;
height: 38px;
line-height: 1.2em;
}
.pickupStories p {
border-bottom: 2px solid #333;
color: #666;
font-size: 13px; font-size: 1.3rem;
padding: 5px 0;
}

/* LIST */
.list {
border-top: 1px dotted #ccc;
line-height: 1.1em;
padding: 10px 0;
}
.list img {
float: right;
margin: 5px 0 0 10px;
width: 80px; height: auto;
}
.list span {font-size: 12px; font-size: 1.2rem;}
.list h2 {font-size: 14px; font-size: 1.4rem;}
.list p {
color: #666;
font-size: 13px; font-size: 1.3rem;
line-height: 1.1em;
padding: 3px 0 0 0;
}


/* =HOME
-------------------------------------------------------------- */
/* FRAME */
#pickup {
border-right: 1px solid #ddd;
padding: 0 10px 0 0;
position:relative;
width: 470px;
}
#headlines {
background: #F6F7F4;
border-bottom: 1px solid #E5E6E3;
line-height: 1.1em;
width: 209px;
}
#indexRS {
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
margin: 10px 0; padding: 10px 0;
}

/* SLIDESHOW */
#slides {width: 470px; height: 240px;}
.slides_container {
display: none;
overflow: hidden;
position: relative;
width: 470px;
}
.slides_container div.slide {
display: block;
width: 470px; height: 240px;
}
#slides .next, #slides .prev {
display: block;
position: absolute;
top: 100px; left: 10px;
width: 24px; height: 43px;
z-index: 99;
}
#slides .next {left: 430px;}
.pagination {display: none;}
.caption {
background: #000; background: rgba(0,0,0,.5);
color: #fff;
font-family: Georgia, serif;
font-size: 24px; font-size: 2.4rem;
padding: 5px 10px;
position: absolute;
bottom: -65px; left: 0;
width: 450px;
line-height: 1.1em;
z-index: 500;
}

#pickup h2 {
background: url(./img/bg_pickup.gif) no-repeat;
border-bottom: 0px solid #111;
font-size: 28px; font-size: 2.8rem;
letter-spacing: 1px;
line-height: 1.1em;
margin: 10px 0; padding: 25px 20px 0 0;
}
#pickup p {
border-bottom: 1px dotted #ccc;
margin: 0 0 10px 0; padding: 0 0 10px 0;
}
#pickup p img {
float: left;
margin: 0 10px 0 0;
}

#headlines ul {
margin: 0 5px;
}
#headlines li {
background: url(./img/arrow_gr.png) 3px 5px no-repeat;
padding: 0 5px 5px 10px;
}
#headlines a {color: #666;}
#headlines a:hover {border-bottom: 1px dotted #999;;}
#headlines span, #headlines span a {
color: #999;
font-size: 12px; font-size: 1.2rem;
}

/* OKISTYLE RS */
#weeklyPickTit {
background: url(./img/indexrs_head.gif) no-repeat;
height: 11px;
padding: 5px;
}
#indexRsIn {
border: 5px solid #6699CC;
 padding: 5px;
width: 680px; height: 140px;
}


#indexRS .rssEntry{
	width:334px;
	float: left;
}

.rssEntry p {line-height: 1.7em;}

.indexRS p {margin: 0 0 10px 0;}
#indexRS .rssEntry img {
float: left;
margin: 0px 10px 0 0;
width: 135px; height: auto;
}
.indexRS strong {font-weight: normal;}

.indexRS strong span a {line-height: 1em;}

#indexRecipe, #indexA2Z {
  float:left;
  width: 335px;
  padding: 0 5px 5px 5px;
  margin-bottom: 10px;
  
}

#indexRecipe{
  background: #660000;
  clear: both;
}

#indexRecipeIn, #indexA2ZIn {background: #FFF; padding: 5px;}

#indexRecipeIn img.attachment-thumbnail{
  float: left;
  width: 140px;
  height: auto;
  margin: 0 10px 10px 0;
}

#indexRecipeIn p{margin-top: 10px;}

#indexA2Z {
  float: right;
  background: #6FC7D5 url(./img/indexa2z_head.gif) no-repeat;
}

#indexA2ZIn {
  clear: right;
  overflow: hidden;
}

#indexA2ZIn p a {}
#indexA2ZIn p span a {} 

#indexA2Z img.attachment-post-thumbnail{display:none;}

.indexA2ZTit {
  margin: 0 0 0 150px;
  font-weight:bold;
}

.indexA2ZTit br{margin-bottom: 10px;}

.indexA2ZTit>p>p{margin-top: 10px;}

#indexA2ZIn img {
  width: 140px;
  height: auto;
  margin: -23px 10px 0 0;
}

/* =RECENT
-------------------------------------------------------------- */
/* FRAME */
.indexRecent div,
#singleFoot div {
color: #666;
font-size: 12.5px; font-size: 1.25rem;
margin: 0 0 10px 0;
}
.indexRecent div {width: 340px;}
.indexRecent div.alignleft,
#singleFoot div.alignleft {
border-right: 1px solid #ddd;
padding: 0 10px 0 0;
}

/* LIST */
#singleFoot ul {margin: -10px 0 0 0;}
.indexRecent li, #singleFoot li {line-height: 1.1em;}
.indexRecent li {
border-top: 1px dotted #ccc;
height: 40px;
margin: 8px 0 0 0; padding: 8px 0 0 0;
}
.indexRecent li.align_r {padding: 3px 0 0 0;}
#singleFoot li {
border-bottom: 1px dotted #ccc;
padding: 8px 0 8px 0;
}

/* TITLE */
.indexRecent .indexLatest {height: 150px;}
.indexRecent .indexLatest h3 {height: 40px;}
.indexRecent li h3, #singleFoot h4 {font-weight: normal;}

/* IMAGE */
.indexRecent div.indexLatest img {
float: left;
margin: 0 10px 0 0;
width: 140px; height: auto;
}
.indexRecent li img,
#singleFoot li img {
float: right;
margin: 0 0 5px 5px;
width: 60px; height: auto;
}
#singleFoot li img {margin-bottom: 0;}


/* =TABLE
-------------------------------------------------------------- */
.tbl_01 {
margin: 0 0 20px 0;
width: 100%;
}

.tbl_01 th, .tbl_01 td {
border: 1px solid #ccc;
padding: 10px;
vertical-align: top;
}
.tbl_01 th {
background: #f6f6f6;
text-align: left;
width: 180px;
}
.tbl_01 td.align_c {background: #fcfcfc;}


/* =FORM
-------------------------------------------------------------- */
.entryContent input[type="text"], .entryContent textarea {
border: 3px solid #eee;
font-size: 1em;
padding: 3px;
}
.entryContent input[type="submit"] {
background: #fff;
border: 3px double #ccc;
cursor: pointer;
font-size: 18px; font-weight: bold;
padding: 10px 50px;
}

span.wpcf7-not-valid-tip {
background: none !important;
border: none !important;
color: #c00;
padding: 0 !important;
top: 0px !important; left: 10px !important;
}


/* =ETC
-------------------------------------------------------------- */
/* CURRENCY */
.sendCurrency {
background: #f0f0f0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 5px solid #ccc;
color: #933;
cursor: pointer;
font-size: 16px; font-size: 1.6rem;
font-weight: bold;
min-width: 350px;
padding: 10px 20px;
}

.tblCurrency {width: 100%;}
.tblCurrency th {
background: #eee;
font-size: 16px; font-size: 1.6rem;
padding: 10px 10px 10px 30px;
text-align: left;
}
.tblCurrency th input {
border: none;
font-size: 14px; font-size: 1.4rem;
margin: 0 0 0 5px; padding: 5px;
}
.tblCurrency td {
font-weight: bold;
padding: 10px 30px 0 30px;
}
.tblCurrency select {width: 200px;}

/* CONVERSION TOOL */
.convert span {
background: #f0f0f0;
color: #f90;
display: block;
font-size: 36px; font-size: 3.6rem;
font-weight: bold;
margin: 0 0 20px 0; padding: 40px 0 40px 0;
}

/* MOVIES */
.movies-on table, .movies-off table {width: 100%;}
.movies-on th, .movies-off th {background: #f6f6f6;}
.movies-on th, .movies-on td,
.movies-off th, .movies-off td {
border: 1px solid #ccc;
padding: 10px;
}
.movies-off td td {
border: none;
border-bottom: 1px solid #ccc;
}

/* SNS */
.social4i {clear: both;}

.sns, .entryContent ul.sns {
	padding-bottom: 5px;
	margin: 0 0 10px 0;
	list-style:none;
	overflow: hidden;
	clear: both;
}
.sns li {
	width: 49%;
	float: left;
	list-style: none;
}

.sns li:first-child {margin-right: 2%;}

.sns li a {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 14px; font-size: 1.4rem;
	padding:5px 2px;
	text-decoration: none;
	border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.sns .twitter a {
	background:#00acee;
	box-shadow:0 3px 0 #0092ca;
}

.sns .twitter a:hover {
	background:#0092ca;
}

.sns  .facebook a {
	background:#3b5998;
	box-shadow:0 3px 0 #2c4373;
}

.sns .facebook a:hover {
	background:#2c4373;
}

.sns li a span{
	margin-left: 5px;
	line-height: 26px;
}

.sns li a img{vertical-align: middle;}


/* MULTI DEVICE */
.pc-switcher {
	background: #333;
	padding: 10px 0 20px 10px;
	font-size: 24px; font-size: 2.4rem;
	line-height: 1.6em;
}

.pc-switcher i{
	font-size: 30px; font-size: 3rem;
	line-height: 1em;
	margin: 0 5px;
}

.pc-switcher a{color:#FFF;}

/* =TABLET
-------------------------------------------------------------- */
@media screen and (max-width: 768px){
.wp-pagenavi{font-size: 1.8rem;}
}