@charset "UTF-8";
/*
Theme Name: Kandatsu
Version: 1
*/

/* basic elements */

body, textarea { font-family: "メイリオ", "ＭＳ　Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ　Ｐゴシック", sans-serif; }
em { font-family:"ＭＳ　Ｐゴシック", sans-serif; }

h1 { font-size: 160%; }
h2 { font-size: 98%; }
h3 { font-size: 98%; }

div {
  padding: 0; margin: 0;
}

dl,dt,dd,li {
  padding:0; margin:0;
}

ul {
 list-style-type: none;   
}

a:link { color: #1d8bb2; text-decoration: none;}
a:visited { color: #1d8bb2; }
a:hover { color: #7bbed5; text-decoration: underline; }

.small {
  font-size: 80%;
}

/* layout(html) */

body {
  padding: 0; margin: 0;
  background: url('img/bg_body_s.png') repeat-x;
  color: #000;
}

body.home {
  background: url('img/bg_body_home.png') repeat-x;
}

#container {
  width: 790px;
  padding: 0;
  margin: 0 auto;
  background: #fff;
}

header {
  padding: 0;
  margin: 0;
}

nav {
  padding: 0;
  margin: 0;
}

#main {
  width: 790px;
  min-height: 600px;
  padding: 0 20px;
  margin: 0;
}

footer {
  clear: both;
  padding: 0;
  margin: 0;
}

/* layout(main) */

.column1 {
  float: left;
}

.home #main {
  padding-top: 8px;
}

.home .column1 {
  float: left;
  width: 420px;
}

.home .column2 {
  width: 320px;
  margin-left: 440px;
}

.post .column1 {
  float: left;
  width: 550px;
}

.post .column2 {
  float: right;
  width: 200px;
  margin: 60px 0 0 0;
}

/* header */

.subpage header {
  background:url('img/logo_s_base.png') no-repeat;
  position: relative;
  height: 200px;
}

.home header {
  position: relative;

}

.subpage header {
    position:relative;
}

.subpage header h1 a{
    position:absolute;
    display:block;
    width: 371px;
    height:115px;
    margin:10px 0 0 50px;
}

.subpage header .description {
    position:absolute;
    top:20px;
    right: 6px;
    color:#fff;
    opacity: 0.9;
    font-size:80%;
    font-weight: bold;
    letter-spacing:0.15em;
}

.home header .description {
    position:absolute;
    top:15px;
    width: 100%;
    text-align:center;
    color:#fff;
    opacity: 0.9;
    font-size:80%;
    font-weight: bold;
    letter-spacing:0.2em;
}

.home header h1 {
  width: 790px;
}

/* mnav */

ul#mnav {
    position:absolute;
    display:block;    
    margin:134px 0 0 40px;
}

ul#mnav li {
    float:left;
    margin-left:20px;
    *margin-left:10px;
}


ul#mnav li a {
    display:block;
    width:60px;
    height:60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background:url('img/h_nav.png') 0 24px no-repeat;
}

ul#mnav li#m1 a{ background-position:0 24px;}
ul#mnav li#m2 a{ background-position:-82px 24px;}
ul#mnav li#m3 a{ background-position:-164px 24px;}
ul#mnav li#m4 a{ background-position:-246px 24px;}

ul#mnav li#m1 a.active{ background-position:0 10px;}
ul#mnav li#m2 a.active{ background-position:-82px 10px;}
ul#mnav li#m3 a.active{ background-position:-164px 10px;}
ul#mnav li#m4 a.active{ background-position:-246px 10px;}

/* main */

.breadcrumbs {
    clear:both; 
    font-size: 90%;
    padding:15px 0 20px 2px;
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
    color: #ec6c00;
}

.breadcrumbs a:hover {
    color: #ff9933;
}

.bc-shop a:link,
.bc-shop a:visited {
    color: #AA5785;
}

.bc-shop a:hover {
    color: #C978A5;
}

.bc-life a:link,
.bc-life a:visited {
    color: #90A658;
}

.bc-life a:hover {
    color: #A6BF61;
}

.bc-work a:link,
.bc-work a:visited {
    color: #58A9A9;
}

.bc-work a:hover {
    color: #5DC6C6;
}
.content {
  margin: 10px 0 30px 0;
}

.content p {
  padding: 10px;
}

.content .aligncenter {
  display: block;
  margin: 0 auto;
}

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

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

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    margin: 20px 0;
    color: #777;
}

.content h1 {
    font-size:140%;
}

.content h2 {
    font-size:120%;
}

.content h3 {
    font-size:110%;
}

.content h4 {
    font-size:100%;
}

.content h5 {
    font-size:90%;
}

.content ul {
    list-style-type:disc;
    margin:20px 40px;
}

.content ol {
    list-style-type:decimal;
    margin:20px 40px;
}

.content li {
    margin:10px 0;
}

.content em {
    color: #555;
}

.content hr {
    clear: both;
}

.content td,
.content th {
    padding: 5px 2px;
    border: 1px solid #aaa;
    font-size: 80%;
}

.post .content img {
    max-width: 550px;
    height: auto;
}

.last_modified {
  color: #777;
  padding-top:40px;
  margin-bottom:-20px;
  text-align: center;
  font-size: 85%;
}

/* side */

/* footer */

footer .notice {
  clear: both;
  padding: 30px 0 0 0;
  color: #777;
  text-align: center;
  font-size: 85%;
  line-height:140%;
}

footer #copyright {
  clear: both;
  padding: 20px 0 40px 0;
  color: #aaa;
  text-align: center;
  font-size: 80%;
}

/* page - home */

#randompick {
    height: 100px;
    padding: 20px 0;
    margin-left: -20px;
}

#randompick li {
    float: left;
    margin-left: 20px;
    width: 90px;
    height: 90px;
}

#home_content {
    clear: both;
    padding: 20px 0;
    line-height: 140%;
}

#home_genre {
    margin: 20px 10px 0 10px;
    line-height: 140%;
}

#home_genre dt{
    float: left;
    width: 100px;
    height: 110px;
}

#home_genre dd{
    padding: 10px;
    margin-left: 110px;
    height: 100px;
}

#home_genre a.btn_ichiran {
    float: right;
    padding-top: 20px;
    background:url('img/btn_ichiran_on.png') 0 20px no-repeat;
}

#home_map a.btn_map {
    display:block;
    margin: 10px 0 10px 65px;
    background:url('img/btn_map_on.png') no-repeat 0 0;
}

#home_column {
    margin: 20px 10px 10px 10px;
      line-height: 120%;
}

#home_column li {
    margin-bottom:30px;
}

#home_column .tn {
    float: left;
    width: 100px;
}

#home_column .postinfo {
    margin-left: 105px;
}

#home_column .date {
    color: #777;
    font-size: 80%;
}

#home_column .title {
    padding:3px 0 10px 0;
    font-weight: bold;
    font-size: 120%;
}

#home_column .excerpt {
    font-size: 80%;
}

.toarchive{
    text-align: right;
    margin:0 10px 20px 0;
}

.toarchive a{
    padding: 5px 15px;
    background: #afafaf;
    text-decoration: none;
    font-weight: bold;
    font-size: 80%;
    color: #fff;
    border-radius: 5px;
}

.toarchive a:hover{
    background: #f2ae49;
}


#home_twitter {
    margin:20px 10px 20px 10px;
    background: #fff;
    color: #aaa;
    width: 290px;
    min-height: 470px;
}

.home .column2 ul {
    margin:10px 10px 10px 40px;
}

.home .column2 li{
    padding:5px 0;
    margin:10px 0;
}

.home .column2 li a{
    padding:0 0 0 20px;
    background:url('img/bg_li_1.png') no-repeat 0 6px;
}

.home .column2 li a:hover{
    background:url('img/bg_li_1_on.png') no-repeat 0 6px;
}

.home .column2 h3 {
    margin:20px 10px 20px 30px;
    color:#777;
}

ul#home_notice {
    margin:10px 10px 10px 20px;
    font-size: 90%;
}

ul#home_notice .date{

    margin:0 3px 0 0;
    color: #777;
    font-size: 80%;
}

ul#home_notice .notice_message{
    margin:5px 0 0 1px;
    display:block;
    color: #555;
    font-size: 80%;
    line-height:120%;
}

ul#home_notice li {
    margin:5px 0;
}

ul#home_notice li a{
    display: inline-block;
    padding:0;
    margin:0;
    background:0;
}

ul#home_notice li .date:before {
    padding-right:3px;
    content:'●';
    font-size:120%;
}

ul#home_notice .li_eat .date:before {
    color: #ea9835;
}

ul#home_notice .li_shop .date:before {
    color: #aa5785;
}

ul#home_notice .li_life .date:before {
    color: #90a658;
}

ul#home_notice .li_work .date:before {
    color: #58a9a9;
}

/* shop */

.shop .genre {
    float: left;
    width: 70px;
    height:60px;
}

.shop .sub {
    padding-top:7px;
    margin-bottom: 3px;
    color: #999;
}

.shop h1 {
    color: #555;
}

.shop h1.titleonly {
    padding-top: 20px;
}

.shop #main {
    position:relative;
}

.shop .logo {
    position:absolute;
    right:20px; 
}

.shop .column1 {
    clear: both;
    float: left;
    margin-top: 30px;
    width: 255px;
}

.shop .mainimage {
    font-size: 90%;
    line-height: 140%;
}

.shop .imgset {
    margin-top: 10px;
    margin-right: -15px
}

.shop .imgset li {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.shop .column2 {
    margin-top: 30px;
    margin-left: 275px;
}

.shop .column3 {
    float:right;
    width:365px;
    margin-top: 40px;
}

.shop .column4 {
    margin-top: 60px;
}

.shop .copy {
    padding:0 10px 30px 10px;
    font-size:150%;
    color: #333;
}

.shop .txt {
    padding:10px 10px 20px 10px;
    line-height: 180%;
    text-indent: 0.7em;
    text-align: justify;
}

.shop .special {
    padding:0 10px;
    line-height: 150%;
    text-align: justify;
    color:#555;
}

.shop dl.info {
    padding: 40px 10px;
}

.shop dl.info dt {
    float: left;
    padding-bottom:12px;
    width: 100px;
    color: #777;
    font-size: 90%;
}

.shop dl.info dd {
    padding-bottom:12px;
    margin-left: 100px;
    font-size: 95%;
}

.shop #minimap {
    margin-bottom:5px;
}

.shop #maplink{
    margin-bottom:20px;
    width:365px;
    font-size:80%;
    text-align:left;
}

/* taxonomy - genre */

h1.genrehead {
    padding: 30px 0 0 90px;
}

.shop .archive {
    padding: 10px 100px 0 100px;
}

.archive li {
    clear: left;
    margin-bottom: 20px;
}

.archive .tn {
    float: left;
    padding-bottom:12px;
    width: 120px;
}

.archive .sub {
    padding:0 0 1px 0;
    color: #777;
}

.archive .title {
    padding:0 0 10px 0;
    font-size:140%;
    font-weight: bold;
    color: #333;
}

.archive .copy {
    padding:0 0 10px 0;
    font-size:120%;
    color: #333;
}

.archive .shopinfo_s {
    margin-left: 130px;
    padding: 5px 0 30px 20px;
    font-size:95%;
}

/* page(map) */

#kmap {
    margin: 0 auto 30px auto;
    width: 790px;
    height: 600px;
}

.map #main h1 {
    padding:0 0 10px 0;
    margin:0;
}

.map #main h2 {
    padding:0 0 5px 0;
    margin:0;
}

.map .content {
    padding:0;
    margin:0;
}

table.maptable td {
     padding: 5px;
     font-size: 90%;
     line-height:140%;
}

table.maptable a {
     font-weight: bold;
     font-size: 105%;
}

table.maptable td {
     vertical-align: middle;   
}

.map ul,
.map li {
    padding:0;
    margin:0;
}

.map h3 {
    padding:10px 0 10px 0;
}

.map #main ul {
    list-style-type: disc;
    color:#aaa;
}

.map #main li {
    padding:0 0 5px 0;
    margin: 5px 10px 5px 24px;
    font-size: 95%;
}

.map .index_eat {
    float: left;
    width: 197px;
}

.map .index_shop {
    float: left;
    width: 197px;
}

.map .index_life {
    float: left;
    width: 197px;
}

.map .index_work {
    float: left;
    width: 197px;
}

.map .reset {
    float:right;
    margin-top:-25px;
    font-size: 95%;
}

.map .note {
    margin:-14px 0 14px 46px;
    font-size: 95%;
}

/* page(index) */

.sortbyname {
    margin: -50px auto 30px auto;
}

.sortbyname li {
    margin: 10px 0;
}

.sortbyname li img {
    margin: 0 0 -2px;
}

/* page - entry */

.entry p {
    line-height:160%;
    color:#111;
}

.entry h1 {
    padding:10px 0;
    color:#555;
}

.entry h3 {
    padding:10px 0;
    color:#555;
}

/* post */

.post .breadcrumbs a {
    color:#5fb6e0;
}

.post .column1 {
    text-align:justify;
}

.post .column1 .date {
    padding:5px 0;
    font-size:85%;
    color:#aaa;
}

.post .column1 h1 {
    padding:10px 0 10px 5px;
    font-size:130%;
    color:#777;
    border-top:3px dotted #ddd;
    border-bottom:3px dotted #ddd;
}

.post .column2 h2 {
    margin:20px 0;
    color:#777;
}

.post .column2 ul {
    margin:0 0 30px;
}

.post .column2 li {
    margin:10px 0 10px 5px;
    color: #999;
}

.post .column2 li a{
    padding:0 0 0 20px;
    background:url('img/bg_li_1.png') no-repeat 0 6px;
}

.post .column2 li a:hover{
    background:url('img/bg_li_1_on.png') no-repeat 0 6px;
}

.post .category {
    display:block;
    padding: 10px 0;
    text-align: right;
    font-size: 80%;
}

.post_nav {
    line-height: 140%;
    font-size: 90%;
}

.post .prev_link {

}

.post .prev_link:before {
    padding-right: 5px;
    content:'\25c0 前';
    color: #999;
}

.post .next_link:after {
    padding-left: 5px;
    content:'次 \25b6';
    color: #999;
}

.post .next_link {
    float: right;
}

ul.archive {
    margin: 30px 10px 50px 0;
    line-height: 120%;
}

ul.archive li {
    margin-bottom:30px;
}

ul.archive .tn {
    float: left;
    width: 100px;
}

ul.archive .postinfo {
    margin-left: 105px;
}

ul.archive .date {
    color: #777;
    font-size: 80%;
}

ul.archive .title {
    padding:3px 0 10px 0;
    font-weight: bold;
    font-size: 120%;
}

ul.archive .excerpt {
    font-size: 90%;
} 

/* clearfix */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* image replace */

.imgrep,
.btn {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* wp pagenavi */

.wp-pagenavi {
	clear: both;
    margin:20px 0 30px 0;
    text-align: center;
    font-weight: bold;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border-radius: 2px;
	color:#fff;
	background:#bbb;
	padding: 0 5px;
	margin: 0 6px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#5FB6E0;
	color:#fff;
}

.wp-pagenavi span.current {

}

.wpcf7-form table {
  margin: 0 auto;
}

.wpcf7-form table th,
.wpcf7-form table td {
  border: 0;
  border-left: 6px solid #ffe1b5;
  border-right: 6px solid #ffe1b5;
  background: #fffaf3;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #555;
}

.wpcf7-form table th {
  padding: 15px 20px 5px 20px;
}

.wpcf7-form table td {
  padding: 5px 20px 15px 20px;
}

.wpcf7-form table tr:first-child th {
  padding-top: 30px;
  border-top: 6px solid #ffe1b5;  
}

.wpcf7-form table tr:last-child td {
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 6px solid #ffe1b5;
}

input.wpcf7-text {
  padding: 8px;
  margin: 5px auto;
  text-align: center;
  font-size: 1.2em;
  border: 2px solid #bbb;
  border-radius: 5px;
}

input.wpcf7-submit {
  position: relative;
  left:8px;
  width: 50%;
  height: 60px;
  background: #5fb6e0;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #5fb6e0;
  border-radius: 5px;
}

input.wpcf7-submit:hover{
	background: #387592;
	color: #fff;  
}

.wpcf7-form .ajax-loader {
  position: relative;
  left:8px;
}

.wpcf7-response-output {
  position: relative;
  top: -20px;
  text-align: center;
  font-size: 1.2em;
  line-height:2;
}