/*
Theme Name: MY THEME
Author: keinoyakata
Description: this is my original super theme
Version: 1.1
*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
}
ol, ul, li {
  list-style: none;
}
body {
  font-size: 16px;
  background: #f5f5f5;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#Container {
  width: 980px;
  margin: 0 auto;
  background: #fff;
}

/*==========================================================================================
ヘッダー
==========================================================================================*/
#Header {
  margin-bottom: 50px;
  clear: both;
  width : 980px;
  background-color: #FFDDFF;
  font-size: 12px;
  text-align: center;
  text-decoration:none;
}

#Header h1 {
  text-align: center;
  font-size: 32px;
  padding: 30px 0;
}

#Header .description {
  text-align: center;
}

/*==========================================================================================
メインナビゲーション
==========================================================================================*/
div#menu{
	     width:980px;
		 padding:0;
		 margin:0;
}

div#menu li{
	     width:20%;
		 float:left;
		 padding:0;
		 margin:0;
		 list-style-type: none;
		 text-align:center;
}

div#menu li a{
	     width:auto;
		 color:#fff;
		 font-size:12px;
		 font-weight:bold;
		 padding:10px 0;
		 text-decoration:none;
		 display:block;
		 background:#666;
}

div#menu li a:hover{
	     background:#555;
}

/*==========================================================================================
ニュースフィード
==========================================================================================*/
#news {
  margin: 5px 25px;
  clear: both;
  float: left;
  width : 500px;
  font-size: 16px;
  text-align: left;
  text-decoration:none;
}

/*==========================================================================================
facebookウィジェット
==========================================================================================*/
div#facebook{
              float: right;
	      margin: 5px 25px;
	      width: 300px;
}

/*==========================================================================================
twitterウィジェット
==========================================================================================*/
div#twitter{
              clear: both;
              float: right;
	      margin: 5px 25px;
	      width: 300px;
}

/*==========================================================================================
TOPメイン
==========================================================================================*/
#Main {
  width: 930px;
  margin: 0 auto;
}

#Main:after {
  content: '';
  display: block;
  height: 0;
  clear: both;  
}

#Content {
  width: 600px;
  float: left;
}

/*==========================================================================================
サイドバー
==========================================================================================*/
#Sidebar {
  width: 300px;
  float: right;
}
#Footer {
}

/*==========================================================================================
前後の記事へのリンク
==========================================================================================*/
.pagenav a {
            padding:5px 10px;
            border:solid 1px #cccccc;
            border-radius:10px;
            color:#666666;
            font-size:12px;
            text-decoration:none;
}

.pagenav .old a{float:left}

.pagenav .new a{float:right}

.pagenav{overflow:hidden;
         margin-top:40px;
         margin-bottom:40px;
}

/*==========================================================================================
コメント投稿フォーム
==========================================================================================*/
.comment-form-url,
.form-allowed-tags {
	display: none;
}

#respond p {margin-top:0;
            margin-bottom:20px;
            font-size:12px
}

#respond label{font-size:14px;
}

#respond input,
#respond textarea{width:100%;
                  padding:5px;
                  outline: double 1px #C0C0C0;
                  -moz-box-sizing:border-box;
                  -webkit-box-sizing:border-box;
                  box-sizing:border-box
}

#respond input[type="submit"]
              {width:200px;
               padding:10px;
               border:none;
               background-color:#C0C0C0;
               -webkit-appearance:none;
               cursor:pointer
}

#respond input[type="submit"]:hover
{background-color:#ffaa00
}

#respond .required{color:#ff0000
}

/*==========================================================================================
contactフォーム
==========================================================================================*/
.wpcf7 input,
.wpcf7 textarea {width:100%;
                padding: 5px;
                outline: double 1px #C0C0C0;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box
}

.wpcf input[type="submit"]
  {width: 200px
  padding: 10px
  outline: double 1px #C0C0C0;
  background-color: #C0C0C0;
  -webkit-appearance: none;
  cursor: pointer
}

.wpcf input[type="submit"]:hover
  {background-color: #ffaa00
}

/*==========================================================================================
フッター
==========================================================================================*/
#Footer {
  clear:both;
  text-align: center;
}
#Footer:before {
  content: '';
  display: block;
  height: 0;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  width: 400px;
}
#Footer .copyright {
  padding: 40px;
}

.entry {
  margin-bottom: 50px;
}
.entry header {
  margin-bottom: 1em;
}
.entry header:after {
  content: '';
  display: block;
  height: 0;
  clear: both;  
}
.entry header .date {
  float: left;
  font-size: 80%;
  margin-right: 20px;
  line-height: 25px;
  vertical-align: middle;
}
.entry header .title {
  line-height: 25px;
  vertical-align: middle;
  font-weight: bold;
  font-family: serif;
}
.entry figure {
  margin-bottom: 1em;
}
.entry figure img {
  max-width: 100%;
  height: auto;
}
.entry .body p {
  margin-bottom: 1em;
}