@charset "utf-8";
/*
Theme Name: hp
Theme URI: http://inc88.com/
Description: レスポンシブデザイン無料テーマ
Version: 1.1.1
Author: Ellora
Author URI: http://naifix.com/
*/
/*--------------------------------------
  リセット
--------------------------------------*/
* {margin: 0;padding: 0;font-size: 100%;}
a {text-decoration: none;}
ul, ol {list-style: none;}
img {vertical-align: middle;border: 0;}
button {font-size: 100%;}
.clear {clear: both;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
textarea {width: 100%;}
input {max-width: 100%;font-size:16px;}
img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}
article{margin:0 0 20px;}
/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align:center;
	clear:both;
	margin:0 0 15px;
}
.yellow{
	background:#ffff00;
	font-weight:bold;
}
.red{
	color:#ff0000;
	font-weight:bold;
}
.bold{font-weight:bold;}
table{border-collapse: collapse;}
th,td{padding:2px 5px;}
th{font-weight:normal;}
caption{background:#d2691e;color:#fff;padding:2px 0}
.mini{font-size:80%;}
/*--------------------------------------
  ボックス
--------------------------------------*/
blockquote {
	width: 85%;
	background: url(images/bq24.png) left top no-repeat;
	margin: 1em auto 1em auto;
	padding: 30px 5% 1% 3%;
	border-left: 3px solid #777777;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
}
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	margin: 0 auto;
	text-align:center;
	max-width:90%
}
iframe{width:100%}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
* html .clearfix {zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}
/*--------------------------------------
  画像
--------------------------------------*/
img {max-width: 100%;height: auto;}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.blogroll-ad-default{
	font-size:70%;
}
/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color:#a0522d;
	text-decoration:none;
	font-weight:bold;
}
a:hover {color: #ff8c00;}


/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size : 100%;
	line-height : 1.5;
	background: #fdfdff;
	color: #333;
	letter-spacing:0.5pt;
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/

h1 {line-height : 1;}
h2 {line-height: 1.3333;}
.page-title{
	background: #3cb371;
	box-shadow: 0px 0px 0px 5px #3cb371;
	border: dashed 2px white;
	padding: 0.5em 0.5em;
	margin:0 0 30px;
	color:#fff;
}
.page-style h2{
	position: relative;
	background:#f0f8ff;
	margin: 0 0 15px;
	padding: 0.5em 0 0.3em 1.5em;
	border: 2px solid #4169e1;  
	font-size: 110%;
	font-weight: bold;
	color: #80808
}
.page-style h2:before {
	content: "";
	position: absolute;
	background: #4169e1;
	top: 50%;
	left: 0.5em;
	margin-top :-15px;
	height: 30px;
	width: 8px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.page-style h3{
	margin: 0 0 15px;
	padding: 5px;
	border-left: 7px solid #B92A2C;
	border-bottom: 1px dashed #B92A2C;
	font-size: 100%;
	font-weight: bold;
}
.page-style h4{
	position: relative;
	margin: 1em 0;
	padding: 0.5em 0 0.3em 1em; 
	font-weight: bold;
	color: #FFFFFF;
	background: #4169e1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.page-style h4:after{
	position: absolute;
	bottom: -15px;
	left: 10%;
	z-index: 90;
	margin-left: -15px;
	border-top: 15px solid #4169e1;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
	content: "";
}
.archive{font-size:100% !important;}
/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header{
	background:#fff;
	padding:0 0 20px;
}
.hgroup{
	overflow:hidden;
	padding:10px 0 5px;
}
.hgroup #rogo{
	float:none;
	margin:10px 0 0;
}
.hgroup #main-title {
	font-size:195%;
	margin: 0 0 5px;
	padding: 0px;
	font-weight: bold;
	line-height: 110%;
}
#site-description {font-size: 75%;}
/*--------------------------------------
  ナビゲーション
--------------------------------------*/
#top-navi{
	background-color: #008000;
	overflow:hidden;
}
#top-navi ul{
	margin:0 auto 10px;
	width:100%;
}
#top-navi li{
	float:left;
}
#top-navi li a{
	display:block;
	padding:5px 10px;
	color:#fff;
	font-size:90%;
}

.togmenu {display:none;}
.menubtn {
	padding: 8px;
	background-color: #ffa500;
	color: #000;
	text-align: left;
	clear:both;
}
nav#menu ul {
	overflow: hidden;
}

#menu li{
	float:none;
	margin:0 0 10px;
}
#menu li a{
	text-decoration: none;
	display: block;
	font-size: 100%;
	padding: 0.5em 1em;
	color: #333;
	margin: 0px;
	border-bottom: 1px solid #ffa500;
}
#menu li a:hover{
	color:#ffa500;
}

/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.6;
	background: #fff;
}
#contents p {margin-bottom: 0.5em;}
#contents #main {
	padding: 10px 0 20px;
	margin-bottom: 10px;
}

.category-description {
	margin:10px 0 15px;
	background-color: #f7f7f7;
	padding: 5px 20px;
	border-radius: 3px;
	border: 1px solid #ddd;
}
#entry_body{
	padding:0 10px;
	margin:0 0 20px;
	word-break: break-all;
}
.page-style ul{
	margin:0 10px 15px;
	padding:10px;
	border:1px solid #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight:bold;
	background:#fffaf0;
	clear:both;
}
.page-style img{
	border:2px solid #cdcdcd;
}
.page-style ul li{
	margin:0 0 5px;
	padding:0 0 5px;
	border-bottom:1px dotted #008000;
}
.page-style .btn{
	text-align:center;
	margin:0 0 30px;
}
.page-style .btn a{
	padding:5px 15px;
	background:#4169e1;
	color:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.rss-area{
	overflow:auto;
	width:100%;
	max-height:200px;
	margin:0 0 15px;
}

#categories .cat-list{
	margin:0 0 10px;
}

#categories h2{
    font-size: 1.2em;
    color: #222;
    margin: 0px 0px 1em;
    padding: 0px 0px 0.2em;
    border-bottom: 5px solid #ddd;
}
#categories li{
	overflow:hidden;
	margin:0 0 10px;
	padding:0 0 5px;
	border-bottom: 1px dotted #ddd;
}
#categories li .thumb_box{
	float:left;
	margin:0 10px 0 0;
	width: 100%;
	height: 100%;
	max-width: 125px;
	position: relative;
}
#categories li .thumb_box::before{
	content: "";
	display: block;
	padding-top: 100%;
}
#categories li .thumb_box a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#categories li .thumb_box img{
	width: 100%;
	height: auto;
	line-height: 0;
	position: absolute;
	top: 0;
}
#categories li .datatime{
	font-size:75%;
	text-decoration: underline dotted;
	text-align:right;
}
.cat-link a{
	padding-left:20px;
	background: url(images/cat.png) left center no-repeat;
	border-bottom:1px dotted #52C0D4;
}
#all-list h2{
	font-size:120%;
	margin:0 0 10px;
}

#all-list li{
	overflow:hidden;
	margin:0 0 10px;
	padding:0 0 5px;
	border-bottom: 1px dotted #ddd;
}
#all-list li .thumb_box2{
	float:left;
	margin:0 10px 0 0;
	width: 100%;
	max-width: 125px;
}
#all-list li .thumb_box{
	float:left;
	margin:0 10px 0 0;
	width: 100%;
	height: 100%;
	max-width: 125px;
	position: relative;
}
#all-list li .thumb_box::before{
	content: "";
	display: block;
	padding-top: 80%;
}
#all-list li .thumb_box a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#all-list li .thumb_box img{
	width: 100%;
	height: auto;
	line-height: 0;
	position: absolute;
	top: 0;
}
#all-list li .datatime{
	font-size:75%;
	text-decoration: underline dotted;
}

/*--------------------------------------
  記事見出し
--------------------------------------*/
#entry_body h1{
    position: relative;
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 1em;
    padding: 0.5em 0.5em 0.5em 1.5em;
    border-bottom: 2px solid #B92A2C;
}
 
#entry_body h1:before{
    content: "□";
    font-size: 120%;
    position: absolute;
    color: #ff6b6e;
    top: 0em;
    left: 0.3em;
    height: 12px;
    width: 12px;
}
 
#entry_body h1:after{
    content: "□";
    font-size: 120%;
    position: absolute;
    color: #B92A2C;
    top: 0.5em;
    left: 0;
    height: 12px;
    width: 12px;
}

/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/
.cat_tag {
	margin-bottom: 24px;
	padding: 0 0 12px 0;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	word-break: keep-all;
	line-height: 2em;
}
.cat_tag a {
	color: #fff;
	background-color: #444;
	margin: 0 0.2em 0 0;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}
.cat_tag a:hover {color: #ffd700;}
/*--------------------------------------
  個別記事SNS
--------------------------------------*/
#share{
	padding:10px 5px;
	margin:0 0 30px;
	border:1px solid #cdcdcd;
}
#share ul{
	height:auto;
	overflow:hidden;
}
#share li{
	font-size:14px;
	float:left;
	text-align:center;
	width:84px;
	margin-right:0.5%;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
}
#share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
	background:#f26f7f;
}
#share li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#share li.share-line:hover{
	background:#2bd92b;
}
#share a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}

/*--------------------------------------
  パンくず
--------------------------------------*/
.pankuzu {
	font-size: 13px;
	padding-bottom: 10px;
	color: #222;
	text-align: left;
}
#entry_body .pankuzu a {text-decoration: none;}
div#breadcrumb {clear: both;}
div#breadcrumb div {display: inline;font-size: 13px;}

/*--------------------------------------
  コメント
--------------------------------------*/
#comment_box {
	text-align: left;
	background-color: #f5f5f5;
	padding: 10px 20px;
	margin-bottom: 20px;
	border:1px solid #cdcdcd;
}
#comment_box ul {list-style: none;}
#comment_box p {
	font-weight: normal;
	margin: 0 0 5px;
}
#comment_box label {display: block;}
.metadata {font-size: 13px;line-height: 20px;}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
}
.fn {font-style: normal;}
.says {font-size: 80%;}
.commentmetadata {font-size: 70%;padding: 5px;}
.reply {font-size: 90%;text-align: right;}
.comment-reply-link{
	border: 1px solid #ccc;
	padding: 2% 4%;
	background-color: #999;
	color: #fcfcfc;
	text-decoration: none;
}
#comment_box #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}
#comment_box #commentlist img {padding: 10px;}

dl.mycomment {
	width:100%;
	margin: 0 auto;
}
dl.mycomment dt{
	text-align: left;
	clear: left;
	float: left;
	width:40px;
	white-space: nowrap;
	padding-top: 16px;
}
dl.mycomment dd{
	margin-left: 0;
	padding: 1px 0 5px 0;
	border-bottom: #C3CDCE 2px dotted;
	padding-top: 16px;
}
dl.mycomment dd:last-child{
	border-bottom: #fff 0px dotted;
}
dl.mycomment dd span.my_author{
	font-weight: 600;
}
dl.mycomment dd span.my_comments_content{
	font-size:14px;
}
h3#comments, h3#reply-title{
	margin:0 0 15px;
	border-bottom:1px dotted #666;
}
#commentform input, #commentform textarea{
	padding:5px;
}
/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/
#page_pn {margin: 0 0 20px 0;}
#page_pn dl {text-align: left;}

/*--------------------------------------
  ページャー
--------------------------------------*/
.pager{text-align: center;}
a.page-numbers,.pager .current{
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 8px;
	margin: 10px 2px 0 2px;
}
.pager .current{
	background: #444;
	border: 0;
	color: #fff;
}

/*--------------------------------------
  サイド
--------------------------------------*/
#sub {
	font-size: 100%;
	margin-bottom: 24px;
	overflow: hidden;
}

#sub h3 {
	padding: 0 0 10px;
	padding:5px;
	font-size:100%;
	background:#000;
	color:#fff;
}
#sub .side-ad{
	text-align:center;
	margin:0 0 10px;
}
#sub .side_contents ul {
	margin: 0 0 15px;
}
#sub .menu-list li{
	margin:0 0 15px;
}
#sub .side_contents {margin-bottom: 15px;}
#searchform {margin-bottom: 15px;}
#sub a:hover {text-decoration: underline;}

.side-cat li, .xoxo li{
	background:#ffd700;
	padding:10px;
}
.side-cat li:nth-child(even), .xoxo li:nth-child(even){
	background:#ffa500;
}
.side-cat li a, .xoxo li a{
	color:#696969;
}
#sub .xoxo {
	margin:0 0 15px;
}
/*--------------------------------------
  記事広告ｗ300
--------------------------------------*/
.single-ad{
	overflow:hidden;
}
.single-ad .efa_left, .single-ad .efa_right{
	text-align:center;
	margin:0 0 10px;
}
/*--------------------------------------
  フッター
--------------------------------------*/
#footer {
	padding: 10px 0;
	color: #fff;
	width:100%;
	background: #008000;
	overflow: hidden;
}
#footer-in {
	margin: 0 auto 15px;
}
.footer-rogo{
	font-size:180%;
	padding: 10px;
	color: #fff;
	opacity: 0.8;
	text-align:center;
}
.footer-cat li{
	float:left;
	margin:5px;
	border:1px solid #fff;
	opacity: 0.8;
}
.footer-cat li a{
	padding:5px 10px;
	color:#fff;
}
/*--------------------------------------
  TOPへ戻る
--------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 12px;
}
#page-top a {
	background: #22ac38;
	text-decoration: none;
	color: #fff;
	width: 125px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #90d59b;
	color: #444;
}

/*--------------------------------------
  切替 768px
--------------------------------------*/
@media screen and (min-width : 768px){
#header .caption {display:block;}
/*--------------------------------------
  768px ヘッダーとナビ
--------------------------------------*/
.hgroup #rogo{
	float:left;
}
.haeder-ad{
	float:right;
	max-height:90px;
}
nav#menu ul {
	width: 100%;
}

/*--------------------------------------
  768px コンテンツ
--------------------------------------*/
#contents {text-align: left;}
#contents #main {
	margin-bottom: 24px;
}
#categories .cat-list{
	display:inline-block;
	width:49%;
	vertical-align:top;
}
#categories .cat-list:nth-child(5){
	display:block;
	width:100%;
	vertical-align:top;
}
#all-list li .thumb_box{
	max-width: 200px;
}
/*--------------------------------------
  768px カテゴリー・タグ
--------------------------------------*/
.cat_tag {
	margin: 5px 0;
	padding: 0 0 12px 0;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}

.cat_tag a {
	color: #fff;
	background-color: #444;
	margin: 0 0.2em 0 0;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

/*--------------------------------------
  768px 記事広告ｗ300横並び
--------------------------------------*/
.single-ad{
	overflow:hidden;
}
.single-ad .efa_left, .single-ad .efa_right{
	display:inline-block;
	width:49%;
	vertical-align:top;
}
/*--------------------------------------
  768px コメント
--------------------------------------*/
.comment-reply-link{
	border: 1px solid #ccc;
	padding: 1% 2%;
	background-color: #999;
	color: #fcfcfc;
}
/*--------------------------------------
  768px 前の記事・次の記事
--------------------------------------*/
#page_pn dl dt {float: left;width: 60px;}

/*--------------------------------------
  768px サイド
--------------------------------------*/
.side_thumb{
	float: left;
	margin: 0 5px 15px 0;
	width: 100px;
	height: 100px;
}
.side_title {font-size: 90%;}
/*--------------------------------------
  768px フッター
--------------------------------------*/
#footer-in {
	display: table;
}
.footer-rogo{
	display: table-cell;
	vertical-align:top;
}
.footer-cat{
	display: table-cell;
	width:50%;
	vertical-align:top;
}

}/*768end*/

/*--------------------------------------
  切替 1120px
--------------------------------------*/
@media screen and (min-width : 1120px) {

/*--------------------------------------
  1120px ヘッダー
--------------------------------------*/
header {text-align: left;}
#header .hgroup {
	margin: 0 auto;
	max-width: 1120px;
	overflow:hidden;
}
#menu li{
	float:left;
	margin:0 10px 0 0;
}
#menu li a{
	text-decoration: none;
	display: block;
	font-size: 100%;
	padding: 0.5em 1em;
	color: #333;
	margin: 0px;
	border-bottom: 5px solid #ffa500;
}
#menu li a:hover{
	color:#ffa500;
	border-bottom: 5px solid #ffa500;
}
/*--------------------------------------
  1120px ナビゲーション
--------------------------------------*/
#top-navi ul{
	width: 1120px;
}
nav#menu ul {
	margin: 0 auto;
	max-width: 1120px;
}
.menubtn {display:none;}
.togmenu {display:block;}

/*--------------------------------------
  1120px コンテンツ
--------------------------------------*/
#contents {
	overflow: hidden;
	width: 1120px;
	margin: 0 auto;
}
#contents #main {
	float: left;
	margin: 0;
	width: 800px;
}

/*--------------------------------------
  1120px サイド
--------------------------------------*/
#contents #sub {
	float: left;
	margin: 0;
	width: 300px;
	padding: 0 10px;
}


/*--------------------------------------
  1120px フッター
--------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
#footer-in {width: 1120px;}

}/*1024end*/

/*--------------------------------------
  個別追加
--------------------------------------*/
