@charset "utf-8"; /*
Theme Name: tanzaku
Theme URI: http://www.tripleships.com/sample/
Description: Variable grid layout, easing effect on window resizing.
Version: 1.1.1
Author: TRIPLESHIPS Inc.
Author URI: http://www.tripleships.com/
Tags: silver, light, flexible-width, threaded-comments


Index:
  - Basic Elements
  - Basic Styling
  - Layout
  - Grid Items, Single Item and Comments
  - Navigation and Sidebar Widget
  - Form Elements

*/
/* 
ブレイクポイント（トップページ以外）：
1385px/1232px/1080px/928px/776px/624px/472px/320px
*/
@import url("/css/category.css"); @import url("/css/page.css"); @import url("/css/prettyPhoto.css"); /* ---------- Basic Elements ---------- */
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: 'lucida grande',tahoma,verdana,arial,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #3f3f3f;
}

a:hover {
  color: #000000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0;
}

h1 {
  font-size: 45px;
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  font-size: 12px;
  margin-top: 2em;
  padding-left: 5px;
}

blockquote {
  margin: 0;
  padding: 10px;
  border-left: 5px solid #e9e9e9;
  background-color: #f9f9f9;
  color: #666666;
}

pre {
  overflow: auto;
  margin: 0;
  padding: 10px;
  background-color: #f9f9f9;
  color: #666666;
}

fieldset {
  border: 1px solid #cccccc;
  padding: 10px;
}

table {
  margin: 1em 0;
  border: 1px solid #999999;
}

th, td {
  padding: 2px 4px;
  /*border: 1px solid #e9e9e9;*/
}

th {
  background-color: #d9d9d9;
  font-weight: normal;
}

td {
  background-color: #d9d9d9;
}

/* ---------- Basic Styling ---------- */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin: 0 0 2px 10px;
}

.alignleft {
  float: left;
  margin: 0 10px 2px 0;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 5px;
  display: inline;
}

img.alignleft {
  padding: 5px;
  display: inline;
}

.caution {
  padding: 10px;
  color: #e9e9e9;
  text-align: center;
  background-color: #cc0000;
}

noscript .caution {
  margin: 0;
}

.wp-caption {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
}

.wp-caption img {
  padding-top: 5px;
}

.wp-caption-text {
  margin: 5px 0;
  text-align: center;
  font-size: smaller;
  color: #666666;
}

code strong {
  color: #cc3366;
  font-weight: normal;
}

/* ---------- Layout ---------- */
#top-container {
  margin: 0 auto;
  padding: 5px;
  background: white;
}

#container {
  margin: 0 auto;
  padding: 0;
}

body.sub #container {
  max-width: 1286px;
}

body.sub #header {
  margin-bottom: 20px;
}

@media screen and (max-width: 928px) {
  #header {
    margin: 10px 0px 0px 0px;
  }

  #header h1 {
    text-align: center;
    float: none!important;
    margin: 0 auto!important;
    padding-bottom: 10px;
  }

  #header p.h1 {
    text-align: center;
    margin-bottom: 30px;
  }

  #header a.waraku {
    border-left: none;
    text-align: center;
    display: block;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }

  #header a.waraku img {
    width: 20%;
  }

  #header p.head_tel {
    clear: both;
    text-align: center;
    padding: 10px;
    border-top: dotted 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}

@media screen and (max-width: 531px) {
  #header img.h1 {
    width:100%;
  }

  #header h1 img {
    margin-top: 5px;
    width: 100%;
    margin: 0 auto;
  }

  #header p.h1 img {
    width: 100%;
  }
}

@media screen and (min-width: 532px) and (max-width: 928px) {
  #header p.head_tel img {
    border-left:none!important;
    margin-top: 10px;
    padding-left: 0px!important;
  }
}

@media screen and (min-width: 929px) {
  #header {
    margin: 50px 0px 0px 0px;
  }

  #header a.waraku {
    float: right;
    border-left: none;
  }

  #header p.head_tel img {
    border-left: dotted 1px #ccc;
    padding-left: 20px;
  }

  #header p.tbc img {
    margin-top: 40px;
  }

  #header p.h1 {
    margin-top: 8px;
  }
}

#header {
  overflow: hidden;
  position: relative;
}

#header h1 {
  margin: 0;
  color: #000000;
  float: left;
  margin-right: 20px;
}

#header h1 a {
  margin: 0;
  color: #000000;
}

#header img.h1 {
  margin: 0 auto;
}

#header p {
  margin: 0;
}

@media screen and (min-width: 929px) {
  #grid-wrapper {
    margin: 0 0px 0 0px;
    padding: 0;
    padding-top: 1000px;
    /* Prevent flicker in grid area. Check header.php. */
    width: 90%\9!important;
    /* IE8 */
    *width: 90%!important;
    /* IE7 */
    _width: 90%!important;
    /* IE6 */
  }

  :root #grid-wrapper {
    width: 90% \0/!important;
    /* IE9 */
  }
}

@media screen and (max-width: 928px) {
  #grid-wrapper {
    margin: 0 0px 0 0px;
    padding: 0;
    padding-top: 1000px;
    /* Prevent flicker in grid area. Check header.php. */
  }
}

#grid-wrapper {
  margin: 0 0px 0 0px;
  padding: 0;
  padding-top: 1000px;
  /* Prevent flicker in grid area. Check header.php. */
  width: 90%\9!important;
  /* IE8 */
  *width: 90%!important;
  /* IE7 */
  _width: 90%!important;
  /* IE6 */
}

:root #grid-wrapper {
  width: 90% \0/!important;
  /* IE9 */
}

#single-wrapper {
  margin: 0;
  padding: 0;
  padding-top: 1000px;
  /* for single-page effect */
  margin-bottom: 50px;
}

#bottom-container {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
}

body.sub #footer {
  max-width: 1300px;
  min-width: 320px;
}

#footer-wrapper {
  background: none;
  margin: 0 auto;
}

#footer {
  border-top: solid 1px #ccc;
  margin: 0 auto;
  padding: 30px 0px;
}

#footer p {
  margin: 0;
  padding: 10px 0;
}

#footer ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#footer ul li {
  float: left;
  list-style: none;
  margin-right: 15px;
}

ul#sidebar2 form input[type=text] {
  color: #333;
  margin-bottom: 5px;
  padding: 3px;
  border: 1px solid #CCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -pie-border-radius: 5px;
  width: 200px;
}

ul#sidebar2 form input[type=submit] {
  margin: 5px auto;
  background-color: #d53b7c;
  border: solid 1px #c22b6b;
  color: #FFF;
  padding: 3px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -pie-border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0px 1px #526713;
}

/* ---------- staff ---------- */
@media screen and (max-width: 928px) {
  #staff {
    display:none;
  }
}

@media screen and (min-width: 1537px) {
  #staff {
    clear:left;
  }
}

#staff {
  overflow: hidden;
  margin-bottom: 50px;
  float: left;
}

#staff p {
  margin: 20px 0 15px 0;
}

#staff ul {
  margin: 0;
  padding: 0;
}

#staff ul li {
  list-style: none;
  margin: 0 12px 8px 0;
  padding: 0;
  height: 50px;
  float: left;
  width: 150px;
}

#staff ul li p {
  float: right;
  width: 90px;
  font-size: 10px;
  margin-top: 0;
}

@media screen and (max-width: 1079px) {
  #staff ul li {
    width:142px;
    margin: 0 10px 8px 0;
  }

  #staff ul li p {
    float: right;
    width: 80px;
    font-size: 10px;
    margin-top: 0;
  }
}

/*		

	#staff ul li.waraku {
	border-left:solid 2px #d9407a;
	}
	#staff ul li.nexus {
	border-left:solid 2px #730000;
	}
	#staff ul li.friends {
	border-left:solid 2px #ff6600;
	}
	#staff ul li.oasis {
	border-left:solid 2px #3caabc;
	}
	#staff ul li.dear {
	border-left:solid 2px #10a2c2;
	}
	#staff ul li.wedding {
	border-left:solid 2px #4bb2e8;
	}
	#staff ul li.rental {
	border-left:solid 2px #ec7b96;
	}
	#staff ul li.esthe {
	border-left:solid 2px #46ae2f;
	}
	#staff ul li.tbc {
	border-left:solid 2px #cc3300;
	}
	#staff ul li.news {
	border-left:solid 2px #a8a7a7;
	}

*/
#staff ul li p span {
  display: block;
}

#staff ul li a {
  display: block;
  word-wrap: break-word;
  /* 単語の途中でも改行 */
}

#staff ul li img {
  float: left;
  margin-right: 8px;
  border: solid 1px #e5e5e5;
}

div.left_top {
  margin-right: 5px;
  margin-left: 1px;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 0px 0 0 0;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

ul.thumb {
  height: 250px;
}

ul.thumb::after {
  content: "";
  display: block;
  clear: both;
}

div.bx-viewport {
  ; }

.home div.bx-viewport {
  height: 259px!important;
}

div.left_top img {
  margin-top: -10px;
}

@media screen and (max-width: 472px) {
  div.left_top {
    width:302px;
    height: 216px;
  }
}

@media screen and (min-width: 473px) {
  div.left_top {
    width:450px;
    height: 300px;
  }
}

/* ---------- Grid Items, Single Item and Comments ---------- */
/* value = (width * n) + (15+15+5) * (n-1). 


 */
div.x1 {
  width: 140px;
}

div.x2 {
  width: 322px;
}

div.x3 {
  width: 510px;
}

div.x4 {
  width: 788px;
}

div.grid-item {
  overflow: hidden;
  margin: 1px 5px 5px 1px;
  padding: 15px 3px 15px 3px;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  word-wrap: break-word;
  /* 単語の途中でも改行 */
}

div.grid-item > a {display: block;}

div.single-item {
  overflow: hidden;
}

div.single_wrap {
  overflow: hidden;
  margin: 1px 5px 5px 1px;
  padding: 5% 0;
  border: 0;
  background-color: #fff;
}

div.article div.single_wrap {
  -webkit-box-shadow: 0px 0px 3px 2px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5%;
}

div.grid-item img.bg {
  position: absolute;
  right: 0;
  bottom: 0;
}

div.grid-item h2.post-title, div.single-item h2.post-title {
  margin: 0 0 10px 0;
  padding-left: 0;
  border-left: 0;
  font-size: 16px;
}

div.single_wrap h2.post-title {
  margin: 0 0 20px 0;
  border-bottom: dotted 1px #ccc;
}

span.categry_title {
  padding: 2px 6px;
  margin-top: 5px;
}

span.categry_title a {
  color: #FFF;
  /* display: block; */
  /* width: 100%; */
}

span.dear-friends_title {
  background-color: #c88d3e;
}

span.waraku_title {
  background-color: #181512;
}

span.b-waraku_title {
  background-color: #d9407a;
}

span.nexus_title {
  background-color: #730000;
}

span.friends_title {
  background-color: #ff6600;
}

span.oasis_title {
  background-color: #3caabc;
}

span.dear-oasis_title {
  background-color: #10a2c2;
}

span.w-waraku_title {
  background-color: #4bb2e8;
}

span.k-waraku_title {
  background-color: #ec7b96;
}

span.e-waraku_title {
  background-color: #46ae2f;
}

span.tbc_title {
  background-color: #cc3300;
}

span.dear-nexus_title {
  background-color: #9d6b18;
}

span.news_title, span.style_title, span.voice_title, span.event_title {
  background-color: #a8a7a7;
}

div.grid-item h2.post-title a, div.single-item h2.post-title a {
  font-size: 16px;
}

div.grid-item div.grid-image {
  margin-bottom: 1em;
}

div.grid-item div.wp-caption {
  display: none;
}

div.post-body {
}

div.post-body p, div.comment-body p {
  font-size: 12px;
}

div.post-body p img, div.post-body p object {
  max-width: 100%;
  padding: 0;
}

div.post-body p img {
  max-width: 650px!important;
}

@media screen and (max-width: 472px) {
  div.post-body p img {
    width:100%!important;
    height: auto!important;
  }
}

p.post-meta, p.comment-meta {
  margin-bottom: 0;
  clear: both;
}

.comment-list .navigation {
  margin: 10px 0;
}

.comment-list .navigation a {
  margin-right: 10px;
}

.comment-list ol li {
  margin: 10px 0;
}

.comment-list ol li.trackback {
  padding: 5px;
  border: 1px solid #c4c4c4;
}

.comment-list ul.children {
  list-style: none;
}

.comment-list ul.children li {
  border-left: 5px solid #c4c4c4;
  padding-left: 5px;
}

.comment-list li.bypostauthor {
}

.comment-list li.bypostauthor cite.fn {
  text-decoration: underline;
}

.comment-list li.comment .reply {
  margin: 10px 0 20px;
}

/* ---------- Navigation and Sidebar Widget ---------- */
/* Pagination for grid items and paginated posts */
.pagination {
  clear: both;
  margin: 50px 20px 0 0px;
  font-size: 12px;
}

.pagination .current {
  color: #333333;
  font-weight: bold:
}

.pagination .next, .pagination .prev {
}

.pagination .page-numbers, .pagination .current {
  margin: 0 10px 0 0;
  padding: 10px 15px;
  text-decoration: none;
  background: #d9d9d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -pie-border-radius: 5px;
}

/* page-numbers hover color */
a.page-numbers:hover {
  color: #333333;
  background-color: #eeeeee;
}

#post-pagination {
  margin: 1em 0;
  color: #c4c4c4;
}

#post-pagination .prefix {
  color: #eaeaea;
}

/* Sidebar 
 * In this theme, sidebar is a horizontal line.
 * Sidebar2 is a block on the bottom.
 * See also "Form Elements" section.
 */
#sidebar {
  margin: 0 0 0 10px;
  padding: 1px;
  float: right;
  width: 140px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-bottom: 250px\9!important;
  /* IE8 */
}

dl#sidebar dt {
  font-size: 13px;
  padding: 10px 0 5px 15px;
  background-image: url(/images/side_bg.gif);
  background-repeat: no-repeat;
  background-position: left 15px;
}

dl#sidebar dt:first-child {
  padding: 0 0 8px 20px;
  margin-top: 0;
  background-position: left 5px;
}

dl#sidebar dd {
  height: 59px;
  margin: 0;
  padding: 0;
}

#sidebar2 {
  clear: both;
  list-style: none;
  list-style-type: none;
  margin: 50px 0px;
  padding-left: 0;
}

#sidebar li {
  margin: 2px 0;
}

#sidebar li.widget h2.widgettitle {
  display: none;
}

#sidebar li.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar li.widget ul li {
  display: inline;
  padding-right: 5px;
}

li.current-cat {
  text-decoration: underline;
}

@media screen and (max-width: 928px) {
  #sidebar2 li.widget {
    width: 100%;
  }

  #sidebar2 li.widget ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: dotted 1px #ccc;
    text-align: center;
    font-weight: bold;
  }

  #sidebar2 li.widget ul li a:hover {
    background-color: #e5e5e5;
  }
}

@media screen and (min-width: 929px) {
  #sidebar2 li.widget {
    width: 320px;
  }
}

#sidebar2 li.widget {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 5px 5px 0;
  padding: 5px 0 0 0;
  border: 0;
}

#sidebar2 h2.widgettitle {
  margin-top: 0;
  padding: 5px 10px;
  color: #333333;
  background-color: #d9d9d9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -pie-border-radius: 5px;
}

#sidebar2 li.widget div {
  padding: 0 10px;
  font-size: 12px;
}

#sidebar2 li.widget ul {
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
}

#sidebar2 li.widget ul li {
  list-style: none;
}

#sidebar2 ul.children ul li {
  list-style: none;
}

#wp-calendar {
  margin: 1em 0;
  border: none;
}

#wp-calendar caption {
  text-align: left;
  margin: 2px 0 0 0;
  padding: 0;
}

#wp-calendar td {
  text-align: center;
}

/* ---------- sidebar_3 ---------- */
@media screen and (max-width: 928px) {
  #sidebar {
    display:none;
  }
}

@media screen and (max-width: 1080px) {
  #sidebar3 {
    display:none;
  }
}

#sidebar3 {
  float: right;
  width: 150px;
  margin-left: 10px;
  margin-top: 0;
}

#sidebar3 .sidebar_box ul {
  -webkit-box-shadow: 0px 0px 3px 2px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
}

#sidebar3 .sidebar_box h2 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding: 0px 0 10px 15px;
  background-image: url(/images/side2_bg.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
}

#sidebar3 .sidebar_box h2.news {
  padding: 15px 0 10px 15px;
  background-position: left 20px;
}

#sidebar3 .sidebar_box ul.nav {
  margin: 0;
  padding: 0;
}

#sidebar3 .sidebar_box ul.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#sidebar3 .sidebar_box ul.nav li a {
  display: block;
  padding: 10px;
  border-bottom: dotted 1px #ccc;
}

#sidebar3 .sidebar_box ul.nav li:last-child a {
  border-bottom: none;
}

#sidebar3 .sidebar_box ul.nav li a:hover {
  background-color: #e5e5e5;
  text-decoration: none;
}

#sidebar3 .sidebar_box ul.news {
  margin: 0 0 15px 0;
  padding: 10px 0 10px 0 ;
}

.sidebar3 .sidebar_box ul.news li {
  margin: 5px 10px 5px 25px;
  padding: 0;
}

#sidebar3 .sidebar_box h2.widgettitle {
  display: none;
}

#sidebar3 ul li {
  margin: 0 8px 5px 23px;
  padding: 0;
}

#sidebar3 ul li a:hover {
  text-decoration: underline;
}

#sidebar3 ul li.widget {
  list-style: none;
}

#sidebar3 input[text] {
  width: 80px;
}

@media screen and (min-width: 929px) {
  .sidebar4 {
    display:none;
  }
}

ul.sidebar4 {
  width: 100%;
  margin: 10px 0;
  padding: 0px;
  font-size: 16px;
}

ul.sidebar4 a {
  display: block;
  padding: 10px;
  background-position: 97% center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

ul.sidebar4 span {
  display: block;
  padding: 10px;
  background-position: 97% center;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
}

ul.sidebar4 ul {
  display: none;
  margin: 0;
  padding: 0;
}

ul.sidebar4 > li {
  background-color: #444d52;
  background: -moz-linear-gradient(top, #444d52, #363f43);
  background: -webkit-gradient(linear, left top, left bottom, from(#444d52), to(#363f43));
}

ul.sidebar4 > li > p {
  background: -moz-linear-gradient(top, #444d52, #363f43);
  background: -webkit-gradient(linear, left top, left bottom, from(#444d52), to(#363f43));
  cursor: pointer;
  text-align: center;
  color: #FFF;
}

ul.sidebar4 > li > p span {
  background-image: url(/images/open.png);
}

ul.sidebar4 > li > p span.open {
  background-image: url(/images/close.png);
}

ul.sidebar4 > li > ul > li {
  list-style: none;
  background: #e5e5e5;
  border-bottom: 1px solid #EEE;
  text-align: center;
}

ul.sidebar4 > li > ul > li > p {
  background: #999;
}

ul.sidebar4 > li > ul > li > a {
  background: url(../img/go.png) no-repeat 98% center;
}

ul.sidebar4 > li > ul > li > ul > li {
  background: #FFF;
  border-bottom: 1px dotted #888;
}

ul.sidebar4 > li > ul > li > ul > li:last-child {
  border: none;
}

/* ---------- Form Elements ---------- */
div.comment-form {
  margin: 0;
  padding: 0;
}

#commentform {
  margin: 0;
  padding: 0;
}

#commentform textarea {
  width: 99%;
  max-width: 640px;
}

/* for sidebar widget */
#searchform {
  width: 300px;
}

#searchform div {
  padding: 0;
  font-size: 12px;
}

#searchform label.screen-reader-text {
  display: none;
}

#searchsubmit {
  display: inline;
}

#s {
  /* #searchform input#s */
  width: 170px;
  margin: 0;
}

/* ---------- カテゴリーカラー ----------

div.category-tbc {
	background-color:#feafaf!important;}
	
div.category-waraku {
	background-color:#cec9d8!important;}
	
div.category-oasis {
	background-color:#afd0d7!important;}
	
div.category-nexus {
	background-color:#8ec5b0!important;}
	
div.category-news {
	background-color:#e6e5e5!important;
	color:#333;
	}
	
div.category-news a {
	color:#333!important;}
	
div.category-friends {
	background-color:#fdc44f!important;}
	
div.category-dear {
	background-color:#5ebaba!important;}
	
div.category-wedding {
	background-color:#c5d19b!important;
}
	
div.category-wedding a {

	}
	
div.category-rental {
	background-color:#c4af8f!important;}
	
	
div.category-esthe {
	background-color:#6fcec6!important;} */
dl.samplepage {
  overflow: hidden;
  margin: 30px 0px 10px 30px;
}

dl.samplepage dt {
  float: left;
  width: 330px;
  clear: both;
  margin-bottom: 10px;
}

dl.samplepage dd {
  float: left;
  font-size: 14px;
  margin-left: 0;
}
