/*
Theme Name: photo blog-res
Theme URI:
Description: XHTML
Author:
*/

/* style.css @charset "utf-8";
--------------------------------------------------*/
body {
    margin: 0;
    text-align: center;
    color: #333;
    background-color: #fff;
    font-family: "メイリオ",Meiryo,Verdana,Arial,Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
/*  font-family: "ＭＳ Ｐゴシック", Verdana, Osaka, sans-serif; */
}
#pagebody {
    background-image: url(images/body_bg.gif);
    background-repeat: repeat-x;
}
#overwrapper {
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    background-image: url(images/x_wrapper_bg.gif);
    background-repeat: repeat-y;
    background-position: center 115px;
}
#pageheader {
    background-image: url(images/pagebody_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
#wrapper {
    padding: 0 10px;
    background-color: transparent;
}
h1,h2,h3 { text-indent: -9999px; }
h2#pagetitle { background-color: #ffffff; }
iframe { display: block; margin: 0 auto; }

/* ヘッダーエリア
--------------------------------------------------*/
#header {
    height: 180px;
    background-image: url(images/header_bg.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
}
#header h1 {
    display: none;
}
#home {
    position: relative;
    top: 10px;left:10px;
}
#home a {
    display:block;
    width:380px;
    height: 100px;
}
#nav {
    margin: 20px 0 0 30px;
}
#nav ul li a {
    color: #fff;
}
/* コンテンツはここから
--------------------------------------------------*/
#content {
    padding: 0px 10px 0 15px;
    background-color: #ffffff;
}

/* メインセクション
--------------------------------------------------*/
#main {
     float: left;
    width: 720px;
}
#mainFull { width: 890px; }
#main.price h3, #main.flow h3, #main.faq h3,
#main.access h3, #mainFull.link h3 {
    background-position: left bottom;
    background-repeat: no-repeat;
    clear: both;
    height: 50px;
}

/* サイドセクション
--------------------------------------------------*/
#aside {
    float: right;
    width: 220px;
    background-color: transparent;
}
#aside h3 {
    margin: 0px;
    padding: 8px 0px 5px 0px;
    text-align: center;
    font-size: 114%;
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(images/aside_h3.gif);
    background-repeat: no-repeat;
    text-indent: 0px;
}
#aside p {
    padding: 10px 5px 5px 5px;
    line-height: 1.5;
    font-size: 100%;
    color: #666;
}
#aside ul {
    padding: 10px 0px 10px 5px;
}
#aside ul li {
    font-size: 100%;
    line-height: 1.6;
    padding-left: 10px;
    background-image: url(images/aside_list_mark.gif);
    background-repeat: no-repeat;
}
#aside ul.news li {
    font-size: 93%;
    line-height: 1.9;
    padding-left: 10px;
    background-image: url(images/aside_list_mark.gif);
    background-repeat: no-repeat;
}
#aside .asidewaku {
    margin: 0px 0px 10px 0px;
    padding: 0 5px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.randomImg {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    background: #000;
}

/* フッターセクション
--------------------------------------------------*/
#footer {
    clear: both;
    width: 100%;
    height: 120px;
    text-align: center;
    background: #000033;
    background-image: url(images/x_footerarea_bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
#footer #footerarea {
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background-color: transparent;
    background-image: url(images/footer_bg.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#footerContent {
    margin: 0 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    text-align: center;
}
.upscroll {
    clear: both;
    padding: 5px 0 0 0;
    text-align: right;
    background-color: transparent;
}
#loginout a { color: #fff; }

/* トップページ
--------------------------------------------------*/
h2.h2press {
    height: 100px;
    background-image: url(images/h2press.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}
div.postarea {
    padding: 0 0 10px 0;
}
div.blogBox {
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: #000;
    border-radius: 5px;
}
div.blogBox img {
    width: 100%;
    height: auto;
}
#main.home div.blogBox h3,#main.index div.blogBox h3 {
    padding: 35px 0 0 20px;
    font-size:122%;
    text-decoration: underline;
    color: #ccc;
    text-indent: 0;
}
div.blogBox div.blogPost {
    padding: 10px 20px;
    font-size:107%;
}
div.blogPost p {
    padding: 10px 0px;
    line-height: 1.6;
    color: #ccc;
}
div.blogPost ul,div.blogPost ol { margin-left:30px; }
div.blogPost ul li { list-style-type: disc; }
div.blogPost ol li { list-style-type: decimal; }
#main.home div.blogHeader,#main.index div.blogHeader {
    height: 50px;
    background: #000;
}
div.blogPost {
    background: #000;
}
#main.home div.blogFooter,#main.index div.blogFooter {
    height: 30px;
    background: #000;
}
.postComments { margin-top: 10px;font-size: 93%; }
.photoData { text-align: right;color:#999;font-size: 93%; }

.breadcrumbs {
    padding: 10px 10px 0 0;
    color: #ccc;
    text-align: right;
}

/* 	シングルページ
--------------------------------------------------*/
#main.single div.blogHeader {
    height: 25px;
    background: #000;
}
#main.single div.blogBox h3 {
    padding: 10px 0 0 20px;
    font-size:122%;
    text-decoration: underline;
    color: #ccc;
    text-indent: 0;
}
#main.single div.blogFooter {
    padding: 15px 0;
    text-align: center;
    color: #ccc;
    background: #000;
}
/* 	シングルページ コメント
--------------------------------------------------*/
#commentForm h4 { margin-bottom: 10px; }
#commentForm .waku {
    margin-bottom: 15px;
    padding: 15px;
    line-height: 1.4;
    border: 1px dotted #cccc99;
    background: #ffffe1;
}
#commentForm .meta { margin-top: 10px; }
#commentForm form input {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 114%;
}
#commentForm form textarea {
    width: 660px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 114%;
    line-height: 1.4;
}

/* ログイン
--------------------------------------------------*/
h2.h2loginout {
    height: 100px;
    background-image: url(images/h2loginout.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}
#loginForm { padding-bottom: 50px; }
form#loginform { margin-top: 0px; }
p.error a,p.forgetmenot { display: none; }
ul.tml-action-links { display: none; }
#loginform input { padding: 2px; font-size: 122%; }
.tml-user-links { display: none; }

/* スマホ対応
---------------------------------------------*/
@media (max-width: 780px) {
body { font-size: 14px; }
iframe { display: block; margin: 0 auto; width: 100%; }
#overwrapper,#main,#aside,#footer #footerarea {
  float: none;
  width: 100%;
  }
#home,#home a {
  float: none;
  width: 100%;
  top:0;
  left:0;
  }
#nav {
  margin: 20px 0 0 5px;
}
#nav ul li a {
  padding: 8px 2px;
  }
#wrapper { padding: 0 5px; }
#content {
  width: 100%;
  padding: 0;
  margin-top: 10px;
  }
.pc_block { display: none; }
img{
  max-width: 100%;
  height: auto;
  }
#main.home div.blogBox h3, #main.index div.blogBox h3 {
  padding: 20px 5px 0 5px;
  font-size: 107%;
  color: #cc9966;
}
div.blogBox div.blogPost {
    padding: 10px 5px;
}
#commentForm {
  margin-bottom: 20px;
  }
a.more-link {
  display: block;
  text-align: center;
  width: 50%;
  margin: 20px auto 0 auto;
  padding: 4px 0;
  text-decoration: none;
  background-color: #ccc;
  border: 1px solid #999;
  border-radius: 5px;
  }
#aside h3 {
background-repeat: repeat-x;
  }
#aside .asidewaku {
  border: none;
  }
#aside ul {
  padding: 10px 0;
  }
#aside ul li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  background-image: none;
  }
#aside ul li:first-child {
  border-top: 1px solid #ccc;
  }
#aside ul li a {
  background-image: url("images/list_mark_mb.gif");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  color: #666;
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 0px;
  text-decoration: none;
  }
#aside ul li a:hover {
  color: #0000ff;
  background-color: #eee;
  }
#aside ul.cat li a {
  background-image: url("images/list_mark_mb.gif");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  color: #666;
  display: block;
  width: 100%;
  padding: 10px 0 10px 0px;
  text-decoration: none;
  }
#aside ul.cat li a:hover {
  color: #0000ff;
  background-color: #eee;
  }
#footer #footerarea {
  background: none;
  }
#footerContent {
  border: none;
  }
#loginout {
  color: #eee;
  }
#loginout a {
    color: #000033;
}
}
