
/*---------------------------------------------------------
Theme Name: mitsuboshi-ver1.3
---------------------------------------------------------*/
* {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0px;
	padding: 0px;
}
main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}
body {
	min-width: 320px;
	word-wrap: break-word;
	background-color:#ffffff;
}
body.mceContentBody {
	background-color:#fff;
}

ul{margin:0;padding:0;}

/* リンクの色 */
a {
	color: #4682b4;
}
/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #b22222;
}
img, video, object {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	display: block;
}
/* 画像リンクのマウスオーバーに透かし */
a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

a.mainmenu:hover img {
	-moz-opacity: 1;
	opacity: 1;
}

img.size-full, img.size-large {
	margin-bottom: 10px;
	height: auto;
	max-width: 100%;
}
.wp-caption{
	height: auto;
	max-width: 100%;
}
/* ロゴ画像の最大サイズ */
.sitename img {
	max-width: 180px;
	margin: 0 auto;
}
/* スマートフォンは表示しない */
.smanone {
	display: none;
}
/* clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}
/* iframeのレスポンシブ */
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------
各フォント設定
---------------------------------*/
/* 基本の文字 */
p {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 20px;
}
/*ブログタイトル*/

header .sitename {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;
	padding: 10px 0px 0px;
	margin-bottom: 0px;
	width:180px;
}
header .sitename a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
header .sitename a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*ブログ名の下のキャプション */

header h1 {
	font-size: 12px;
	color: #ccc;
	font-weight: normal;
}
header a {
	color: #FFF;
	text-decoration: none;
}
header .descr {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
	padding-bottom: 10px;
}

.mb0{margin-bottom:0;}

/* 記事タイトル */

.entry-title {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
}
.entry-title a:hover {
	text-decoration: underline;
}
.entry-title a {
	color: #333;
	text-decoration: none;
}
/* 中見出し */

h2 {
	position: relative;
	background: #f3f3f3;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h2:after {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
}
h2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}
/*小見出し*/

.post h3 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #1a1a1a;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	border-bottom: 1px #999999 dotted;
}
h3 a {
	color: #333;
	text-decoration: none;
}
.post h4{
padding:10px;
margin-bottom:20px;
background-color:#f3f3f3;
}
.post h5{
margin-bottom:10px;
font-size:17px;
}

h6{font-size:0.9em;}

.wp-caption-text a,.wp-caption-text{
font-size:12px;
color:#ccc;
}
/* サイドバーの見出し */
aside h4 {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}
footer h4 a {
	color: #666;
	text-decoration: none;
}

.f_menu{font-size:0.8em;text-align:center;}
.f_menu li{float:left;list-style:none;}

.serif{font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;letter-spacing: 0.1em;}

aside p{color:black;color:#666;}
/* 関連記事の文字 */
.point {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #666;
}
/* 記事タイトル下 */
.blogbox p {
	font-size: 12px;
	margin: 0px;
	color: #666666;
	line-height: 15px;
}
.blogbox {
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 20px;
	padding: 5px;*/
	margin: 10px 0 20px 0;
}
/* 引用 */
.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: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/* 引用じゃないけど引用と同じデザインにしたい時 */
.inyoumodoki {
	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: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/* フッター文字 */
#footer h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
#footer .copy {
	font-size: 12px;
	line-height: 15px;
	-moz-opacity: 0.5;
	opacity: 0.5;
	color:#B3B3B3;
}
/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/
/* タイトル名 */
#topnews dd h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}
#topnews dt {
	float: left;
	width: 100px;
}
#topnews dt img {
	width: 100%;
}
#topnews dd {
	padding-left: 110px;
}
#topnews dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#topnews dl:first-child {
	padding-top: 20px;
}
#topnews dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}
#topnews .clearfix dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
/* 抜粋文字 */
#topnews .clearfix dd p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
#topnews .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
/* 一覧タイトル下 */

.blog_info p a {
	color: #666;
	text-decoration: underline;
}
#topnews .clearfix dd .blog_info p {
	font-size: 12px;
}
#main_image{margin-bottom:30px;}

/*--------------------------------
関連記事表示部分
---------------------------------*/
/* タイトル名 */
#kanren dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
#kanren dt {
	float: left;
	width: 90px;
}
#kanren dt img {
	width: 90px;
}
#kanren dd {
	padding-left: 100px;
}
#kanren dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#kanren dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}
/* 抜粋文字 */
#kanren .clearfix dd p {
	font-size: 13px;
	color: #;
	line-height: 18px;
}
#kanren .clearfix dd h5 a {
	color: #000;
	text-decoration: none;
}
#kanren .clearfix dd h5 a:hover {
	color: #000;text-decoration:underline;
}
/*--------------------------------
サイドバー
---------------------------------*/
aside ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
aside h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 27px;
}
aside #mybox ul {
	margin-bottom: 10px;
}
/* RSS購読するボタン */
.rssbox a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #1a1a1a;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
}
.rssbox a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*--------------------------------
エディタ用
---------------------------------*/
/*テーブル */
.post table {
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
}
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;
}
.post table tr:nth-child(even) {
	background-color:#f3f3f3;
	}
#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;
}
/*画像 */
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;
}
.ie8 img {
	width: auto;
}
/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.post ul li {
	font-size: 17px;
	line-height: 27px;
}
.post ol {
	list-style-type: decimal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.post ol li {
	font-size: 17px;
	line-height: 27px;
}
/*--------------------------------
アコーディオン
---------------------------------*/
#s-navi dl.acordion p {
	margin: 0;
}
#s-navi dl.acordion {
	padding: 0px;
	background-color:#000;
	margin-bottom:15px;
}
#s-navi dt.trigger {
	text-align: right;
	padding: 10px 0px;
	cursor: pointer;
}
#s-navi dt.trigger .op {
	font-size: 14px;
	color: #ccc;
	padding: 0px 15px;
}
#s-navi dd.acordion_tree {
	padding: 0px;
        display:none;
	overflow: hidden;
	margin-bottom:15px;
}
.acordion_tree li {
	background-color:#272727;
	font-size: 13px;
	width:100%;
}
/*.acordion_tree li li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
*/
.acordion_tree li a {
	width:100%;
	color: #ccc;
	padding-left: 10px;
	padding-right: 10px;
	border-top:1px solid #383838;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
}

.acordion_tree li a:hover{background-color:#ffff00;color:black;text-decoration:none;font-weight:bold;}

.n1{} 

/*--------------------------------
検索フォーム
---------------------------------*/
aside #search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}
#s {
	height: 32px;
	color: #333;
	font-size: 14px;
	border-radius: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #ffffff;
	z-index: 10;
	padding: 5px 65px 10px 5px;
	width: 100%;
	box-sizing: border-box;
}
#searchsubmit {
	border-radius: 0;
	background-color: #666;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 32px;
	z-index: 20;
}
*:first-child + html #searchsubmit {
	top: 1px;
}
/*--------------------------------
メニュー
---------------------------------*/
nav li {
	position: relative;
	float: left;
	font-size: 13px;
	padding-left: 0px;
	display: inline;
	padding-right: 0px;
	border-left-width: 1px;
	border-left-color: #CCC;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#3B3B3B;
}

nav div.menu li{width:16.6%;}

nav li img{width:100%;}

nav li li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
nav li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
nav li a:hover {
	text-decoration: underline;
}
nav li li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
nav li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
nav li a:hover {
	text-decoration: underline;
}
/*--------------------------------
ページャー
---------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 14px;
	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-color: #999;
}
.pagination a:hover {
	color: #fff;
	background-color: #666666;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #CCCCCC;
}
/*--------------------------------
ぱんくず
---------------------------------*/
#breadcrumb {
	font-size: 13px;
	color: #ccc;
}
#breadcrumb a {
	color: #ccc;
	text-decoration: none;
}
div#breadcrumb {
	padding: 0 0 5px;
	margin: 0 0 0px;
	clear: both;
}
div#breadcrumb a {
	color: #666;
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}
#breadcrumb div a {
	color: #666;
	text-decoration: none;
}
/*--------------------------------
SNS
---------------------------------*/
.sns li {
	margin: 5px 0;
}
.sns .snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.post .sns .snsb.clearfix {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/*--------------------------------
カレンダー
---------------------------------*/
#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: 100%;
}
#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;
	font-size: 14px;
	padding: 3px;
	text-align: center;
	background-color: #f3f3f3;
}
#wp-calendar td {
	text-align: center;
	padding: 0px;
	background-color: #fff;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
}
#wp-calendar tbody tr #today {
	background-color: #b0e0e6;
}
/*--------------------------------
PAGE TOP
---------------------------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 0px;
	font-size: 12px;
}
#page-top a {
	background: #cccccc;
	text-decoration: none;
	color: #000;
	padding: 10px;
	text-align: center;
	font-weight:bold;
	display: block;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#page-top a:hover {
	text-decoration: none;
	-moz-opacity: 0.8;
	opacity: 0.8;
	
}
/*--------------------------------
コメント
---------------------------------*/
#comments p a {
	color: #333;
}
#comments p {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	color: #333;
	padding: 5px 0;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #333;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
#comments {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #f3f3f3;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
	line-height: 18px;
}
.commentmetadata {
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.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 #commentlist img {
	padding: 10px;
}
#comments .commets-list {
	padding-left: 0px;
	list-style-type: none;
}
ul.children {
	padding: 0px;
}
.commets-list li {
	list-style-type: none;
}
.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}
.vcard .fn {
	font-size: 13px;
	line-height: 18px;
}
/* コメント欄の下にある使用できるタグの表記を消す */
.form-allowed-tags {
	display: none;
}
#comments h3 {
	background-image: url(images/come.png);
	font-size: 16px;
	padding: 10px 0px 10px 50px;
	border: none;
	margin-bottom: 0px;
}
#comments textarea {
	margin-bottom: 10px;
	width: 100%;
	border: 1px #f2f2f2 solid;
}
#comments input {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border-radius: 2px;
	border: 1px #f2f2f2 solid;
}
/* コメントボタン */
#comments input[type="submit"] {
	background-color: #ccc;
	padding: 10px;
	-webkit-appearance: none;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
.p-navi dl dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 27px;
	float: left;
	width: 50px;
	color: #666;
}
.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 27px;
}
/*レイアウト スマートフォン
----------------------------------------------------*/
#wrapper {
	max-width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}
header {
	text-align: center;
}
#gazou {
	display: none;
}
#gazou p {
	margin: 0px;
}
main {
	background-color: #fff;
	padding: 20px 10px;
	margin: 0 -10px 20px;
}
section {
	margin-bottom: 3em;
}
footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
}
.ad {
	padding-bottom: 10px;
}
.post{
overflow: hidden;
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
aside {
	clear: both;
	float: none;
	width: auto;
	position: static !important;
	;
}
}

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
#wrapper {
	padding: 0 20px;
}
header {
	text-align: left;
}
.sitename img {
	max-width: 300px;
	margin: 0;
}
main {
	background-color: #fff;
	border-radius: 0px;
	padding: 20px 40px;
}
/*--------------------------------
一覧記事表示部分
---------------------------------*/
#topnews dt {
	float: left;
	width: 150px;
}
#topnews dt img {
	width: 100%;
}
#topnews dd {
	padding-left: 170px;
}
#topnews .clearfix dd h5 {
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
#topnews .clearfix dd p {
	font-size: 13px;
	color: #666;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
#topnews .clearfix dd h5 a {
	color: #333;
	text-decoration: none;
}
/*-- ここまで --*/
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
.smanone {
	display: block;
}
.pcnone {
	display: none;
}
#wrapper {
	padding: 0 40px;
}
header {
	padding-top: 10px;
}
nav {
	display: block;
	padding: 10px 0;
}
#gazou {
	display: block;
	overflow: hidden;
	/*+*/margin-bottom:20px;
}
#contentInner {
	float: left;
	width: 100%;
	margin-right: -300px;
}
main {
	margin-right: 270px;
	margin-left: 0px;
	background-color: #fff;
	border-radius: 0px;
	padding: 15px 30px;
	border:1px solid #e1e1e1;
}
aside {
	float: right;
	width: 250px;
	padding: 0px;
}
/*IEで要素がズレるのを対応*/
.ie7 aside ul li, .ie8 aside ul li, .ie9 aside ul li {
	display: list-item;
	padding: 0;
}
/*--------------------------------
各フォント設定
---------------------------------*/
p {
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 20px;
	margin-top:0px;
}
/*記事タイトル*/
.entry-title {
	font-size: 20px;
	line-height: 35px;
	color: #333;
	margin-bottom: 5px;
}
.entry-title a:hover {
	text-decoration: underline;
}
/*中見出し*/
h2 {
	position: relative;
	background: #f3f3f3;
	color: #1a1a1a;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
h2:after {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}
h2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #f3f3f3;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 50px;
}
/*小見出し*/
.post h3 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #1a1a1a;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.post .topics ul{margin-bottom:0px;padding-bottom:0px;}
.post .topics h3{margin-top:0px;padding-top:0px;margin-bottom:0px;padding-bottom:10px;}
.post .topics2 ul{margin-bottom:0px;padding-bottom:0px;}
.post .topics2 h3{margin-top:0px;padding-top:0px;margin-bottom:0px;padding-bottom:10px;}

.post ul li {
	font-size: 14px;
	line-height: 27px;
}
.post ol {
	list-style-type: decimal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.post ol li {
	font-size: 14px;
	line-height: 27px;
}
/*--------------------------------
ページャー
---------------------------------*/
.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-color: #999;
}
.pagination a:hover {
	color: #fff;
	background-color: #666666;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #CCCCCC;
}
/*-- ここまで --*/
}


/*追加項目*/
.flow_img{padding:10px 0 20px 0;background:url("http://revise.jp//img/flow_img.png") no-repeat left bottom;}
.flow_left{width:20%;}
.flow_right{width:77%;margin-left:3%;margin-bottom:0px;}
body.custom-background{background:url("http://revise.jp//img/background_body.jpg") repeat-x left top;}
.import{color:#993300;font-size:13px;line-height:150%;}
.mb20{margin-bottom:20px;}
.mb5{margin-bottom:5px;}
.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}
.mt5{margin-top:5px;}
div#breadcrumb{margin:5px 0;color:#999;}
/*body{color:#333333;background:url("http://revise.jp//img/bg_body.jpg") repeat left top;}*/
header{position:relative;}
.header_tel{position:absolute;top:0px;right:0px;}
.header_h1{position:absolute;top:55px;right:0px;color:#666;}
.header_h2{background:none;border:none;margin:0;padding:0;width:220px;}
.header_h2:before{background:none;border:none;}
.header_h2:after{background:none;border:none;}
.header_h2 a {
    background:url("http://revise.jp//img/header_h2.png") no-repeat top left;display: block;height: 0 !important;line-height: 150%;margin: 0;overflow: hidden;padding: 26px 0 0;
}
.contents_menu{width:100%;}
.contents_menu li{float:left;list-style:none;margin-right:2%;width:32%;font-size:0.8em;}
.contents_menu li.li_end{margin-right:0;}
.contents_menu li img{border-radius:0px;margin-bottom:5px;}
.mb_5{margin-bottom:3%;}
main h1{background:url("http://revise.jp//img/contents_h1.png") no-repeat top left;color:black;font-size:1.3em;font-family:sans-serif;font-weight:bold;padding:8px 5px 5px 12px;}
main h2{font-size:1em;border-radius:0px;background-color:#555;color:#ffffff;}
main h2:before{background:none;border:none;}
main h2:after{background:none;border:none;}
#kanren dl:last-child {margin-bottom:0px;padding-bottom:5px;}
#kanren .clearfix dd h5 a{color:black;background-color:#ffff00;}
#kanren .clearfix dd h5 a:hover{color:;}
aside .side_title{background:url(http://revise.jp//img/side_img.png) no-repeat left bottom;padding:0 0 10px 0px;margin-bottom:15px;letter-spacing:0.1em;font-weight:bold;color:#666;}
.post h1,.post h3{color:#990000;}
.post h3,.post h4,.post h5{color:black;}
.post h2{color:#fff;font-size:15px;letter-spacing:0.1em;}
.post h1{margin-bottom:15px;}
.fr{float:right;}
em{font-weight:bold;background-color:#D6FF98;font-style:normal;}
.mb10{margin-bottom:10px;}
mb0{margin-bottom:0;}
.ml10{margin-left:10px;}
.p-navi dl dt{width:80px;font-size:12px;}
.photo{width:100%;}
.photo img{width:40%;}
a{text-decoration:none;color:black;}
a:hover{text-decoration:underline;color:black;}
.next_index{text-align:center;font-weight:bold;letter-spacing:0.1em;margin-top:35px;background-color:#666666;color:#ffffff;border-radius:3px;padding:5px 10px;margin-bottom:40px;}
.next_index a{display:block;}
.next_index:hover{opacity:0.8;}
.next_index a:hover{text-decoration:none;}
.blogbox {
    /*border-bottom-color: black;*/
    /*border-top-color: black;*/
}
.next_index a{color:#ffffff;text-decoration:none;}
.next_index a:hover{color:#ffffff;text-decoration:underline}
/*.topics{background-color:#E0E0E0;padding:20px;color:black;border:#cccccc;}*/
.topics{background:url("http://revise.jp//img/move_bg.gif") repeat left top;padding:20px;color:black;border:2px solid #F0F0F0;}
.topics a{color:black;text-decoration:none;}
.topics a:hover{color:black;text-decoration:underline}

.topics2{background-color:#efefef;padding:20px;color:black;}
.topics2 a{color:black;text-decoration:none;}
.topics2 a:hover{color:black;text-decoration:underline}

.form input{border:1px solid #cccccc;padding:1%;}
textarea{border:1px solid #cccccc;padding:1%;}
.form p{width:100%;}
span.wpcf7-form-control-wrap{width:100%;}
.n-width{width:97%;}
.s-width{width:10%;}
.w-width{width:97%;}
.gallery_img li{float:left;list-style:none;width:50%;}
#form-submit{background-color:black;padding:15px;color:yellow;border-radius:8px;font-weight:bold;}
.footer_des{font-size:13px;}
footer h3{font-size:13px;}
footer h3 a{color:#666;}
.blog_c li{color:#fff;padding-bottom:10px;margin-bottom:10px;font-size:14px;border-bottom: 1px dotted #000;}
.blog_c li a{color:black;text-decoration:none;color:#ffff00;}
.blog_c li a:hover{color:;text-decoration:underline;}
section{margin-bottom:0;}
/*フッター*/
#footer{border-top:1px solid #cccccc;margin-top:30px;color:#cccccc;}
#footer h3{margin-bottom:15px;margin-top:15px;}
#footer p{margin-bottom:8px;color:;font-size:0.7em;letter-spacing:0.1em;}
#footer p a{color:#B3B3B3;}
#footer img{display:inline;}
/*ぱんくず*/
div#breadcrumb a {color:;text-decoration:none;}
div#breadcrumb a:hover{color:;text-decoration:underline}
/*table*/
.post table{border-top:1px solid #cccccc;border-right:none;border-bottom:1px solid #cccccc;padding-bottom:5px;width:100%;font-size:13px;}
.post table th{color:black;padding:5px;width:30%;}
.post table td{border-bottom:none;border-left:1px solid #cccccc;}
.post table ul li{font-size:14px;}
/*追加*/
.fl{float:left;}
/*top_3段サブメニュー*/
.w100{width:100%;}
.w30_1{width:32%;margin-right:2%;}
.w30_2{width:32%;margin-right:2%;}
.w30_3{width:31.5%;}

/*top_4段サブメニュー*/
.sub_main_menu{width:100%;}
.sub_main_menu li{list-style:none;margin-top:20px;}
.w20_1{width:23%;margin-right:3%;}
.w20_2{width:23%;margin-right:2.5%;}
.w20_3{width:23%;margin-right:2.5%;}
.w20_4{width:23%;}

/*top_2段サブメニュー*/
.sub_main_menu2{width:100%;}
.sub_main_menu2 li{list-style:none;margin-top:20px;}
.w20_2_1{width:48%;margin-right:3.5%;}
.w20_2_2{width:48%;}

/*top_4段サブメニュー*/
.post ul.side4{padding:0;}
.side4{width:100%;paddin:0;}
.side4 li{list-style:none;margin-top:0px;}
.side4 li.w20_1{width:23%;margin-right:3%;}
.side4 li.w20_2{width:23%;margin-right:2.5%;}
.side4 li.w20_3{width:23%;margin-right:2.5%;}
.side4 li.w20_4{width:23%;}

/*２段*/
.post ul.side2{padding:0;}
.side2{width:100%;paddin:0;}
.side2 li{list-style:none;margin-top:0px;}
.side2 li.w20_1{width:48%;margin-right:4%;}
.side2 li.w20_2{width:48%;margin-right:0%;}
.side2 li.w20_3{margin-top:20px;width:48%;margin-right:4%;}
.side2 li.w20_4{margin-top:20px;width:48%;}

.w100 li{list-style:none;margin-top:20px;}
.db{display:block;}


.c_box_left{width:60%;float:left}
.c_box_right{width:35%;float:right}

.c_box_left2{width:48%;float:left}
.c_box_right2{width:48%;float:right}

@media only screen and (max-width: 780px) {
.header_tel{position:static;}
.header_h1{position:static;}
.header_h2{position:static;}
#kanren dl:last-child {margin-bottom:0px;padding-bottom:10px;}
}

@media only screen and (max-width: 500px) {
.photo img{width:100%;}
.gallery_img li{width:100%;margin-bottom:10px;}
.c_box_left{width:50%;float:left;}
.c_box_right{width:45%;float:right;}
}

@media only screen and (max-width: 379px) {
.header_h2 a{margin:0 auto;width:;}
.header_tel img{margin:0 auto}
.c_box_left{width:100%;}
.c_box_right{max-width:none;width:100%;}
.c_box_right img{wdith:100%;}

/*top_3段サブメニュー２段変更*/
.side4 li.w20_1{width:48%;margin-right:4%;}
.side4 li.w20_2{width:48%;margin-right:0%;}
.side4 li.w20_3{margin-top:10px;width:48%;margin-right:4%;}
.side4 li.w20_4{margin-top:10px;width:48%;}

}

.mb15{margin-bottom:15px;}


/*アコーディオン*/
#acMenu dt{
　　display:block;
    width:100%;
    text-align:center;
    background-color:#666666;
    cursor:pointer;
	color:#ffffff;
    }
#acMenu dt p{padding:10px 15px;text-align:left;margin-bottom:0;}
#acMenu dt:hover{background-color:#000000;}
#acMenu dd{
    background:#cccccc;
    width:100%;
	text-align:center;
    display:none;
    }
#acMenu dd p{padding:10px 15px;text-align:left;margin-bottom:0;}

aside a{color:#ffff00;}
aside a:hover{color:#ffff00;text-decoration:underline;}
.mb40 {margin-bottom: 40px;}
.mt40{margin-top:40px;}
h5 span{color:#666666;font-size:0.9em;}
.mb0{margin-bottom:0px;}

/*コンタクトフォーム7*/
.sent .formInner {
    display: none;
}
.complete-display{
    display: none;
}
.sent .complete-display{
    display: block;
}

.side_news{border-bottom:1px solid #000;padding-bottom:10px;}

/*stock*/
.stockbox{width:18%;border:1px solid #cccccc;float:left;margin-bottom:2%;height:330px;background:url("http://revise.jp//img/box_bg.gif") repeat left top;}
.sp-r{margin-right:2.1%;}
.stockbox li{list-style:none;}
.stockbox img{width:100%;}
.small{font-size:13px;}
.stockcar{width:100%;margin-bottom:10px;}
.p10{padding:10px;}
.bt{border-top:1px solid #cccccc;}
.pt5{padding-top:5px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.sc_price{text-align:right;font-weight:bold;}
.fwb{font-weight:bold;}
.h40{height:40px;}
.h50{height:50px;}
.stockbox a:link{color:#990000}

/*top*/
.top_stock{border:1px solid #F0F0F0;height:170px;background:url("http://revise.jp//img/box_bg.gif") repeat left top;}
.top_stock h3{background-color:#999999;padding:5px 0 5px 10px;color:#ffffff;}
.top_stock img{width:100%;}
.top_stock a:link{color:#990000;}
.w265{width:255px;}
.w160{width:180px;}
.top_stock li{margin-top:0px;font-size:13px;}
.top_stock li.car_title{font-size:15px;}
.h45{height:45px;}
.h43{height:25px;}
.top_stock li.small2{font-size:12px;}

body {-webkit-text-size-adjust: 100%;}
body{background:url("http://revise.jp//img/bg_body.png") repeat-x center top;}
/*金利*/
.w20_2_1{position:relative;}
.kinri{position:absolute;top:-18px;right:12px;}
#main_image2{margin:10px 0 10px 0;}
main p,.post ul li {line-height:150%;}
.post h3.topics_h3{border-bottom:none;margin-bottom:0px;padding-bottom:0px;text-align:right;linee-height:150%;}
.import_y{color:yellow;}
.post h1,.post h2{font-family:serif; }
#form-submit{width:100%;background-color:#990000;color:#fff;}
#form-submit:hover{opacity:0.6;}
.post h3{font-size:16px;}
.ss-width{width:15%;}