/*---------------------------------------------------------
Theme Name: stinger3ver20131023
Theme URI: http://stinger3.com
Description: stinger3
Author: enji
Author URI: http://stinger3.com
License:
License URI:
Version: 20131023
---------------------------------------------------------*/
@charset "UTF-8";
/*-----------------------------
RESET
------------------------------*/

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
img {
	border: none;
	vertical-align: bottom;
}
/*-----------------------------
BASE
------------------------------*/

* {
	font-family: arial, helvetica, osaka, "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f4f4e5;
}
#container {
	word-wrap: break-word;
}
p {
	font-size: 15px;
	line-height: 27px;
	margin-bottom: 20px;
}
.pcnone {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #5484C8;
	text-decoration: underline;
}
a:hover {
	color: #C03;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
ol li {
	list-style-type: decimal;
	line-height: 28px;
}
.post ol {
	padding-left: 40px;
}
.hottai a {
	color: #333;
	text-decoration: none;
}
.sidead {
	text-align: center;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 50%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}
.red {
	color:red;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child + html .clearfix {
	zoom: 1;
}
/* DW */
.clearfix + * {
	clear: both;
}
.shadow {
	position: relative;
}
.shadow:before, .shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 500px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.shadow:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
/*----------------------------
各コンテンツの最大サイズを制限
-----------------------------*/

.kizi img, .kizi .wp-caption,textarea {
	margin-bottom: 20px;
	height: auto;
	max-width: 100%!important;
}
/*----------------------------
引用
-----------------------------*/
.post blockquote {
	background-color: #f3f3f3;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: -40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/*-----------------------------
基本のhタグ
------------------------------*/

/*ブログタイトル*/

#container #header #header-in #h-l .sitename {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 30px;
}
#container #header #header-in #h-l .sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
/*ブログタイトル下の文*/

#container #header #header-in #h-l h1 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	clear:both;
}
#header #header-in #h-l h1 a {
	color: #FFF;
	text-decoration: none;
}
#h-l .descr {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
	clear:both;	
}
/*記事タイトル*/

.entry-title {
	font-size: 30px;
	line-height: 35px;
	color: #333;
	margin-bottom: 20px;
}
#entry-ttl h1.entry-title{
	margin-bottom:3px;
	font-size:35px;
	font-weight:bolder;
	margin-top:0;	
	}
.entry .entry-content .entry-title a:hover {
	text-decoration: underline;
}
.entry-title a {
	color: #333;
	text-decoration: none;
}
/*アーカイブタイトル*/

.entry-title-ac {
	font-size: 24px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFF;
}
.entry-title-ac a {
	color: #333;
	text-decoration: none;
}
.kizi .entry .entry-content .entry-title-ac {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
}
/*中見出し*/

.demo h2 {
	font-size: 24px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 75px;
	color: #000;
	line-height: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -65px;
	background-image: url(images/cah2-bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {
	font-size: 24px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9F1101;
	color: #333;
	line-height: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -40px;
}
#ramen-headline h2 {
	font-size: 24px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	/*background-color:#9f1101;*/
	color: #9f1101;
	line-height: 30px;
	margin-top: 20px;
	margin-right: -39px;
	margin-bottom: 20px;
	margin-left: -39px;
	border-left:none;
    background: linear-gradient(#F3F0E6, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 2px solid #E4E0CF;

    position: relative;	
	
}
/*小見出し*/

.moto .post h3 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #333;
	line-height: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
}
.kizi h3 {
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	/*padding-left: 60px;*/ß
	color: #000000;
	line-height: 30px;
	/*background-image: url(images/cah3-bk.png);
	background-repeat: no-repeat;
	background-position: left center;*/
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
h3 a {
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	color: #C03;
}
.post h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
	line-height: 28px;
}
.side h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}
#footer #footer-in h4 a {
	color: #666;
	text-decoration: none;
}
/*-----------------------------
タイトル下
------------------------------*/

.kizi .blogbox p {
	font-size: 12px;
}
.kizi .blogbox {
	background-color: #f3f3f3;
}
.kizi .blogbox p .kdate {
	background-color: #595959;
	margin-right: 10px;
	padding: 5px;
	color: #FFF;
}
/*-----------------------------
ページナビ
------------------------------*/

.pagination {
	clear: both;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #555;
}
.pagination a:hover {
	color: #fff;
	background: #3279BB;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #CCCCCC;
}
/*-----------------------------
基本構造
------------------------------*/

#header-in, #wrap-in, #navi-in, #footer-in, #gazou-in {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
}
#wrap #wrap-in #side {
	float: right;
	width: 336px;
}
#wrap #wrap-in #main {
	float: left;
	width: 640px;
	padding-right: 39px;
	padding-left: 39px;
	padding-top: 20px;
	border: 1px solid #ccc;
	background-color: #FFF;
	border-radius: 4px 4px 4px 4px;
	padding-bottom: 20px;
}
#footer-in {
	text-align: center;
	color: #CCC;
	padding: 20px;
}
#respond h3 {
	font-size: 16px;
}
.sumbox {
	float: left;
	height: 150px;
	width: 150px;
}
.post .entry .entry-content , #top-recomen .entry-content {
	float: right;
	width: 380px;
	padding-left: 20px;
}
.entry {
	margin-bottom: 20px;
	padding-top: 10px;
}
.entry .sumbox , #top-recomen sumbox {
	float: left;
	height: 150px;
	width: 150px;
}
.entry-content .blog_info.contentsbox ul {
	margin-bottom: 20px;
}
.blog_info.contentsbox ul li {
	float: left;
	margin-right: 5px;
	font-size: 12px;
}
.more-link {
	font-size: 14px;
	color: #5484C8;
	text-decoration: underline;
}
.blog_info.contentsbox ul a {
	color: #666;
}
#gazou-in {
	padding-top: 0px;
}
#footer #footer-in .stinger {
	margin: 0px;
}
#footer #footer-in #gadf {
	padding: 10px;
}
#container #gazou #gazou-in #headimg {
	margin-bottom: 10px;
}
/*-----------------------------
サイド
------------------------------*/

#side #side-in ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
#side #side-in ul {
	padding: 10px;
	margin-bottom: 20px;
}
#side #side-in {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	margin-top: 10px;
}
#side-in ul li a:hover {
	color: #3279BB;
}
#side ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 20px;
}
#side #ad1 div ul li .textwidget {
	width: 100%;
}
#side #ad1 div ul li {
	padding: 0px;
}
#footer #footer-in .stinger a {
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#side #snsbox02 {
	padding-top: 20px;
}
#side #topnews .motto {
	clear: both;
}
#side ul li ul li {
	font-size: 14px;
	line-height: 25px;
	padding-left: 20px;
}
/*サイドの各タイトル見出し*/

.menu_underh2 {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	background-image: url(images/ca3.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#container #header #header-in #h-l {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
#container #wrap {
	padding-top: 10px;
	padding-bottom: 20px;
}
#container #wrap #wrap-in #side #ad1 div ul li h2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
	font-size: 16px;
}
#container #wrap #wrap-in #side #ad1 div ul li .textwidget a img {
	padding: 5px;
}
#container #wrap #wrap-in #side h2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
}
#container #wrap #wrap-in #side ul li h2 {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container #wrap #wrap-in #side #twibox ul li {
	padding: 0px;
}
#container #wrap #wrap-in #side #twibox ul li li {
	padding-left: 20px;
}
#container #wrap #wrap-in #side #twibox ul li h2 {
	font-size: 16px;
}
#container #wrap #wrap-in #side #tagbox {
	padding: 10px;
}
#container #wrap #wrap-in #side #acbox {
	padding-left: 20px;
}
/*-----------------------------
SNS
------------------------------*/

.sns {
	padding: 5px 5px 5px 5px;
	margin-left: -1px;
	bottom: 10px;
	position: fixed;
	border-radius: 0px 4px 4px 0px;         /* CSS3 */
	-moz-border-radius: 7px;    /* Firefox */
	-webkit-border-radius: 7px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;

	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	background-image: url(images/a30.png);
	background-repeat: repeat;
}
.sns li {
	margin: 5px 0;
}
.sns h3 {
	margin-left: 7px;
	padding: 0;
	color: #dddddd;
	line-height: 120%;
	font-size: 18px;
	font-weight: bold;
}
.sns .snsb li {
	/*float: left;*/
	margin-right: 10px;
	list-style-type: none;
}
.snsb li {
	/*float: left;*/
	margin-right: 10px;
	list-style-type: none;
}
.post #snsbox03 .sns03 .snsb.clearfix {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#snsbox03 .snsb li {
	float: left;
}
/*-----------------------------
ページTOP
------------------------------*/

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 10px;
}
#page-top a {
	background: #665e53;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
	/* CSS3 */
	-moz-border-radius: 5px;
	/* Firefox */
	-webkit-border-radius: 5px;/* Safari,Chrome */
}
#page-top a:hover {
	text-decoration: none;
	background: #d6cdc0;
	color: #665e53;
}
/*-----------------------------
コンテンツ
------------------------------*/

.sum {
	float: left;
	width: 100px;
}
.sumbun {
	float: left;
	width: 430px;
	padding-left: 20px;
}
.sumbox02 {
	margin-bottom: 20px;
}
.post .kanren {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
}
.sumbun .entry-title {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
.sumbun p {
	font-size: 13px;
	line-height: 24px;
}
/* サイドバーのaffix */
div.affix {
	position: fixed;
	width: 250px;
	bottom: 30px;
}
.center-ad {
	text-align: center;
	padding: 20px;
}
#side #side-in ul li a:hover {
	color: #C00;
	text-decoration: underline;
}
.hottai {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	color: #333;
	line-height: 30px;
}
.post ul li {
	font-size: 15px;
	line-height: 28px;
}
.post ul {
	list-style-type: disc;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.post .blog_info.contentsbox .clearfix {
	list-style-type: none;
}
.sumbun .entry-title a:hover {
	color: #C00;
}
#footer #footer-in h4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	padding: 5px;
}
.postdatemo {
	margin: 0px;
	padding: 0px;
}
.blog_info.contentsbox .clearfix {
	margin: 0px;
	padding: 0px;
}
#container #header #header-in #h-r {
	float: right;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 10px;
}
/*記事を読む*/

.motto a {
	color: #FFF;
	text-decoration: none;
	background-color: #f3f3f3;
	width: 90px;
	color: #666666;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: normal;
}
.motto a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #FFAAAA;
	color: #FFF;
	text-align: center;
	display: block;
}
/*----------------------------
アコーディオン
------------------------------*/

.acordion_tree li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.acordion_tree li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
.acordion_tree li a:hover {
	text-decoration: underline;
}
.left-ad {
	padding: 20px;
}
#h-r #search {
	padding-left: 30px;
}

/*----------------------------
コメント
------------------------------*/

#comments p a {
	color: #999;
}
#comments p {
	font-size: 12px;
	font-weight: normal;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #999;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
#comments {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #EDF2FA;
	margin-left: -40px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5484D2;
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
}
.commentmetadata {
	font-size: 12px;
	padding: 5px;
}
.reply {
	padding: 5px;
	font-size: 13px;
}
#comments #respond {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}
#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}
#comments {
	padding-top: 20px;
}
#comments #commentlist img {
	padding: 10px;
}
/*---------------------
ナビゲーション
-----------------------*/

#navi-in li {
	position: relative;
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navi-in li li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
#navi-in li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
#navi-in li a:hover {
	text-decoration: underline;
}
/*-----------------------------
検索フォーム
-----------------------------*/

#container #wrap #wrap-in #search {
	padding-top: 20px;
	padding-bottom: 0px;
}
#s {
	width: 266px;
	height: 24px;
	border: none;
	color: #333;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #CCC;
	font-size: 14px;
	border-radius: 0;
}
#searchsubmit {
	position: absolute;
	top: 0;
	_top: 1px;
	left: 286px;
	border-radius: 0;
}
*:first-child + html #searchsubmit {
	top: 1px;
}
#container #wrap #wrap-in #side #search #searchform {
	position: relative;
}
/*---------------------------------
関連記事とか
--------------------------------*/

#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}
#container #wrap #wrap-in #main .post .entry .entry-content .motto .more-link {
	font-size: 12px;
}
#container #wrap #wrap-in #side #topnews .motto a {
	font-size: 12px;
}
#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a:hover {
	color: #FFF;
}
#container #wrap #wrap-in #side #topnews div dl dd p {
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
}
#container #wrap #wrap-in #main .post .entry .entry-content .dami {
	/*margin-top: -10px;*/
}
#main .post .sumbox02 #topnews div dl dd {
	padding-left: 130px;
}
.post .sumbox02 #topnews div dl dd .motto {
	font-size: 12px;
	color: #666;
}
#main .post .sumbox02 #topnews div dl dd .motto a {
	color: #666;
}
#wrap #wrap-in #side #topnews div dl {
	padding-bottom: 0px;
}
#topnews dt {
	font-size: 14px;
	color: #1A7AE8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
	clear: both;
}
#topnews dt {
	color: #66A512;
}
#side #topnews dd {
	font-size: 16px;
	padding-left: 120px;
	line-height: 22px;
	font-weight: bold;
	padding-left: 110px;
	padding-bottom: 5px;
	color: #666666;
}
#topnews div {
	padding: 10px;
	margin-bottom: 10px;
}
#topnews div dl dd a {
	color: #1a1a1a;
	text-decoration: none;
}
#topnews div {
	padding: 10px;
	margin-bottom: 10px;
}
#topnews div dl {
	clear: both;
}
#container #wrap #wrap-in #side #topnews div dl dd a:hover {
	color: #900;
	text-decoration: underline;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .saisin {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a {
	color: #06C;
	text-decoration: underline;
	font-weight: bold;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a:hover {
	color: #900;
}

.kanren .dl-horizontal dt{
	width:30%;
	}
/*-----------------------------------
google用ぱんくず
------------------------------------*/
.kuzu {
	font-size: 13px;
	/*padding-bottom: 10px;*/
}
.kuzu a {
	color: #666;
	text-decoration: none;
}
div#breadcrumb {
	padding: 0 0 5px;
	margin: 0 0 10px;
	clear: both;
}
div#breadcrumb a {
	font-color: #ccc
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}
#breadcrumb div a {
	color: #666;
	text-decoration: none;
}
/*-----------------------------------
カレンダー
------------------------------------*/

#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	width: 250px;
	margin-left: 35px;
}
#wp-calendar thead tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
}
#wp-calendar td {
	text-align: center;
	padding: 0px;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}
#wp-calendar tbody tr #today {
	background-color: #CCC;
}
/*---------------------------------
コンテンツ
--------------------------------*/

/*table tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 14px;
	line-height: 25px;
}
#main .post table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #333;
}*/
/*--------table----------*/
/*-table01-*/
table.table-style01{
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-collapse: collapse;
	margin:5px 0;
	width:100%;
	text-align:left;
	font-size:0.95em;
	clear:both;
}
table.table-style01 th{
	padding: 4px 6px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color: #f3f3f3;
	text-align:left;
}

table.table-style01 td{
	padding: 4px 6px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background:#fafafa;
}
/*-*/
.blog_info.contentsbox p {
	font-size: 12px;
	color: #666;
}
.huto {
	font-weight: bold;
}
.hutoaka {
	font-weight: bold;
	color: #ff0000;
}
#container #wrap #wrap-in #main .post .nob tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#container #wrap #wrap-in #main .post .nob {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
/*---------------------------------
PREV NEXT
--------------------------------*/
.p-navi dl dt {
	font-weight: bold;
	font-size: 15px;
	line-height: 27px;
	float: left;
	width: 50px;
}
.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 27px;
}


/*---------------------------------

--------------------------------*/
h1.entry-title .tenmeikana{
	font-size:0.45em;
	margin-left:2em;
	font-weight:normal;}
	
/*---------------------------------
tab
--------------------------------*/	
.tab01{
	background: linear-gradient(#FFFFFF, #EEEEEE) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.35);
    margin-bottom: 20px;
    margin-top: 20px;
	margin-right: -40px;
	margin-left: -39px;
	padding:0 !important;
}
.tab01 li{
 border-left: 1px solid #FFFFFF;
    border-right: 1px solid #DDDDDD;
    color: #CCCCCC;
    display: table-cell;
    font-size: 90%;
    line-height: 1.1;
    padding: 0;
    text-align: center;
    width: 25%;
}

.tab01 li img {
    height: 35px;
    width: 35px;
	margin-bottom:0;
}
.tab01 li a{
	padding:10px 0 !important;
	}
	
/*---------------------------------
report
--------------------------------*/	
/*#store-info-top ul.list-inline{
	padding:0;
	}*/
#store-info-top dl.dl-horizontal{
	margin-bottom:0px;
	font-size:15px;
	}	
#store-info-top dl.dl-horizontal dt{
	float:left;
	width:auto;
	padding:3px;
	clear:none;
	}
#store-info-top dl.dl-horizontal dd{
	float:left;
	margin-left:2px;
	margin-right:5px;
	padding-top:2px;
	}
#store-info-top dl.dl-horizontal dd img{
	margin:0;
	padding:0;
	vertical-align:middle;}	
#repo-img ul{
	padding:0 0 0 5px;
	list-style:none;
	}
#photos ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	}
#photos ul li{
	text-align:center;
	display:inline;
	margin:0 auto;
	}
#photos ul li img{

}



/*---------------------------------
/* clearfix
--------------------------------*/	
#photos,
#store-info-top,
#navi-in,
#header,
section,
#top-recomen ul li
{zoom:1;}

#photos:after,
#store-info-top:after,
#navi-in:after,
#header:after,
section:after,
#top-recomen ul li:after
{content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* End clearfix */

/*---------------------------------
navi
--------------------------------*/
#navi-in{
	float:left;
	width:auto;
	margin-left:5px;
	color:#ffffff !important;	
	}
#container #header #header-in #navi-in a{
	color:#fff;
	}
#navi-in li#menu-item-4096{
	border-left:none;
	}	
p.sitename{
	float:left;
	color:#FFFFFF !important;
	}
#container #header #header-in{
	width:100% !important;
	background:#8d1e23 !important;

	}	
#container #header #header-in #h-l {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: none;
	width:990px;
	margin:0 auto;
	background:#8d1e23 !important;
	color:#FFFFFF !important;
}
#container #header{
	background:#8d1e23 !important;
}	
h1.descr , p.descr{
	font-size:14px;
	width:990px;
	margin:0 auto;
	line-height:2em;
	}


/*---------------------------------
top
--------------------------------*/
#profile-tk h2{
	font-size:18px;
	display:inline;
	font-weight:bold;
	border:none;
	/*float:left;*/
	margin:0 15px 0 0;
	padding:0;
	}
#profile-tk ul#sub{
	line-height:2.8em;
	}	
#profile-tk ul#sub li{
	float:left;
	display:inline;
	margin-left:3px;
	}
#profile-tk ul#sub li.tw{
	width:210px;	
	}
#profile-tk ul#sub li.gp{
	width:59px;	
	}			
#profile-tk p{
	clear:both;
	line-height:1.5em;
	margin-bottom:10px;
	}	
#profile-tk p span.label{
	font-size:1.0em;
	margin:0 3px;
	padding:2px 3px;
	}
	
section.top-area ul li{
	padding-left:0;
	}

section.type h3 , #top-recomen .entry-content h3{
	background:none;
	margin:0;
	padding:0;
	border-bottom:none;
	font-size:14px;
	font-weight:bold;
	}
section.type ul{
	padding:0;
	margin:0;
	}	
section.type li{
	list-style:none;
	float:left;
	display:inline;
	width:19%;
	}	
#top-first h3{
	border:none;
	margin-bottom:0;
	margin-top:0;
	padding-top:5px;
}	
#top-first p , #top-recomen p{
	line-height:1.56em;
	margin:0;
	}
#top-first p.dami{	
	font-weight: bold;
	color: #8D1E23 ;
	margin-top: 10px;
	line-height:1.3em;
	font-size: 16px;
}
#top-first .entry-content , #top-recomen .entry-content{
	padding-left:0 !important;
	}
#top-first h3.entry-title-ac a , #top-recomen h3.entry-title-ac a{
	text-decoration:underline;
	color:#0066cc;
	}
#top-first dl , #top-recomen dl{
	margin:0;
	padding:0;
	}
#top-recomen ul{
	padding:0;
	}	
#top-recomen ul li{
	list-style:none;
	margin-bottom:20px;
	}
	
/*---------------------------------
archive
--------------------------------*/	
#archive ul{
	padding:0;
	}
#archive .entry-content h3{
	background:none;
	margin:0;
	padding:0;
	border-bottom:none;
	font-size:14px;
	font-weight:bold;
	}
#archive .entry-content h3{
	background:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:none;
	font-size:14px;
	font-weight:bold;
	}
#archive p{
	line-height:1.56em;
	margin:0;
	}
#archive p.motto{
	line-height:1.56em;
	margin:0.5em 0 0 0;
	}
#archive .entry-content{
	padding-left:0 !important;
	}
#archive h3.entry-title-ac a{
	text-decoration:underline;
	color:#0066cc;
	}
#archive dl{
	margin:0;
	padding:0;
	}
##archive ul{
	padding:0;
	}	
#archive ul li{
	list-style:none;
	margin-bottom:20px;
	}
#archive .entry-content {
	float: right;
	width: 380px;
	padding-left: 20px;
}

#archive sumbox {
	float: left;
	height: 150px;
	width: 150px;
}	
/*---------------------------------
area search
--------------------------------*/	

body.page ul.nav{
	margin:0;
	padding:0;
	}
body.page ul.nav li.active{
	margin:0 0.0em 0.0em 0;

	}	
body.page ul.nav li.active a{
	padding:0.25em 0.6em;

	}	
	
body.page ul.nav-pills li.active a{
	background:#F4F4E5;
	color:#0066cc;
	}
/*---------------------------------
area search
--------------------------------*/	
.dic-index ul {
    clear: both;
    height: 67px;
    line-height: 0;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0 !important;
}
/*
:first-child + html body.dic-index #ctn1-li ul.ul-2 {
    margin: -12px 0 0;
}
:first-child + html body.dic-index #ctn1-li ul.ul-3 {
    margin-top: -2px;
}
:first-child + html body.dic-index #ctn1-li ul.ul-4 {
    margin-top: -12px;
}
:first-child + html body.dic-index #ctn1-li ul.ul-5 {
    margin-top: -12px;
}
:first-child + html body.dic-index #ctn1-li ul.ul-6 {
    margin-top: -12px;
}
:first-child + html body.dic-index #ctn1-li ul.ul-7 {
    margin-top: -12px;
}
:first-child + html body.dic-index #ctn1-li ul.ul-8 {
    margin-top: -12px;
}
:first-child + html body.dic-index #ctn1-li ul.ul-9 {
    margin-top: -12px;
}
:first-child + html body.dic-index #ctn1-li ul.ul-10 {
    margin-top: -12px;
}
* html body.dic-index #ctn1-li ul.ul-2 {
    margin-top: -5px;
}
* html body.dic-index #ctn1-li ul.ul-3 {
    margin-top: -5px;
}
* html body.dic-index #ctn1-li ul.ul-4 {
    margin: -5px 0 0;
}
* html body.dic-index #ctn1-li ul.ul-5 {
    margin-top: -3px;
}*/
.dic-index ul {
    clear: both;
    height: 67px;
    line-height: 0;
    list-style: none outside none;
    margin: 0 0 41px;
    padding: 0 !important;
}
.dic-index ul li {
    margin-top: 0;
}
.dic-index ul li a {
    border: 5px solid #E0E0E0;
    color: #333333;
    display: block;
    float: left;
    font-size: 30px;
    font-weight: bold;
    height: 3.3em;
    line-height: 1em;
    list-style: none outside none;
    margin: 0 10px 0 0;
    padding:1em;
    text-decoration: none;
    vertical-align: bottom;
    width: 18%;
}

/*---------------------------------
/* new open
--------------------------------*/
ul.rounded-list{
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
 
ul.rounded-list ul.children{
    margin: 0; /* Add some left margin for inner lists */
	padding:0 0 0 2.5em;
}
.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}
 
.rounded-list a:hover{
    background: #eee;
}
 
.rounded-list a:hover:before{
    transform: rotate(360deg);
}
 
.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}
/*---------------------------------
/* ranking news
--------------------------------*/
body.page-id-5625 ul.thumbnails , body.tax-ranking_cat ul.thumbnails , body.page-id-6073 ul.thumbnails , body.tax-news_cat ul.thumbnails{
	padding:0;

}
body.page-id-5625 ul.thumbnails li , body.tax-ranking_cat ul.thumbnails li , body.page-id-6073 ul.thumbnails li , body.tax-news_cat ul.thumbnails li{
	list-style:none;
}
body.page-id-5625 .thumbnail h3 , body.tax-ranking_cat .thumbnail h3 , body.page-id-6073 h3 , body.tax-news_cat h3{
	padding:0 1em;
	}
body.page-id-5625 .thumbnail img , body.tax-ranking_cat .thumbnail img , body.page-id-6073 .thumbnail img , body.tax-news_cat .thumbnail img{
display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}
body.page-id-5625 .caption , body.tax-ranking_cat .caption{
	margin:0 0.7em;
}

body.page-id-5625 ul.nav-pills{
	border-bottom:1px solid #ddd
	}
body.page-id-5625 ul.nav-pills li{
	margin-bottom:-1px;
	float:left;
	line-height:20px;
	font-size:1.1em;
	//*margin:0 0.5em 0.45em 0;	**/
	}

body.page-id-5625 ul.nav-pills li a{
	/*padding-top: 8px;
	padding-bottom: 8px;*/
	padding:0.25em 0.6em;	
	line-height: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;	
	}	
body.page-id-5625 ul.nav-pills li.active a{	
	color: #555555;

	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}	

/*---------------------------------
/* socials
--------------------------------*/
#socilas{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	background: #f7f7f7;
	padding: 12px 12px 0 12px;
}
#socilas h2{
	border: none;
	padding: 0;
	margin: 0;
	line-height: 2em;
	font-weight:bolder;
	text-align: center;
	color: #9f1101;
	}
#socilas ul{
	padding: 0;
}
#socilas ul li{
	width: 49%;
	margin-right: 2%;
	float: left;
	list-style: none;
	background: #ececec;
	padding: 15px;
}
#socilas ul li p{
	text-align: center;
}
#socilas ul li .fb_iframe_widget{
	text-align: center !important;
	width: 256px !important;
}
#socilas ul li #twitter-widget-2{
	margin-bottom: 9px;
}
#socilas .fb-like-box{
	width: 100% !important;
}
#socilas .fb-comments{
	margin-top: 0.5em;
}
/*---------------------------------
layout
--------------------------------*/	
.p0{padding:0 !important;}
.mr0{margin-right: 0 !important;}
.mb0{margin-bottom: 0 !important;}

/*---------------------------------
/* clearfix
--------------------------------*/	
#photos,
#store-info-top,
#navi-in,
#header,
section,
#top-recomen ul li,
#archive ul li,
#socilas
{zoom:1;}

#photos:after,
#store-info-top:after,
#navi-in:after,
#header:after,
section:after,
#top-recomen ul li:after,
#archive ul li:after,
#socilas:after
{content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}


.pkg:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0.1em;
    height: 0.1px;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
/* End clearfix */

