﻿@charset "UTF-8";

/*-----------------------------------
■ レイアウト
-----------------------------------*/
html,body{ width: 100%; }

/*外側*/
#top,
#header,
#main,
#footer,
#copyright{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}


/*内側*/
#top-in,
#main-in,
#header-in,
#global-nav-in,
#footer-in,
#copyright p{
	width: 1000px;
	margin: auto;
	overflow: hidden;
}

/*フッター*/
.privacy{
	width: auto !important;
	border: 1px solid;
	padding: 5px 10px 0px 11px;
	margin-bottom: 1em !important;
	float: left;
}
.sitemap{
	float: right;
	width: auto !important;
	border: 1px solid;
	padding: 5px 10px 0px 11px;
	margin-bottom: 1em !important;
}
.address{
	width: auto !important;
	margin-left: 1em !important;
	margin-top: 1em !important;
}
#copyright-include{
	margin: auto;
	overflow: hidden;
	background: #F0727C;
}

/*コンテンツ配置*/
#main-contents{
	float: left;
}
#sidebar{
	width: 270px;
	float: right;
}



/*-----------------------------------
■ 文字設定、基本設定
-----------------------------------*/
body{
	background: #fff;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }
img{ border: none; }
table{ border-collapse: collapse; }

/*リンク*/
a:link,
a:visited{color: #333;text-decoration: none;}
a:active{
	color: #F0727C;
}
a:hover{
	opacity: 0.5;
}

/*画像リンクに触れたときの不透明度*/
a:hover img{
	filter : alpha(opacity=80);
	opacity : 0.8 ;
}

#top-right a,
#contact-mo img,
#page-top a{
	filter : alpha(opacity=10);
	opacity : 1.0 ;
}

/*パソコン表示*/
.pc{display: inline-block;}
.mobile{display: none;}
#contact-mo{display: none;}


/*-----------------------------------
■ トップ（h1）
-----------------------------------*/
#top{
	background: #F0727C;
	color: #fff;
}
#top-in{
	position: relative;
	padding: 0.2em 0 0 0;
}
#top-in h1{
	font-size: 12px;
	float: left;
}

#top-right-body{
	width: 1000px;
	margin: auto;
	position: relative;	
}
#top-right{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	font-size: 0.8em;
	width: auto;
	height: auto;
}

#top-right a{
	font-weight: bold;
	display: block;
	padding: 0.5em 1em;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	text-decoration: none;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;	
}
#top-right a:link,
#top-right a:visited{
	background: #fff;
	color: #333;
}
#top-right a:hover,
#top-right a:active{
	background: #333;	
	color: #fff;
}


/*-----------------------------------
■ ヘッダー
-----------------------------------*/
#header{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	border-bottom: 2px solid #F0727C;
}

#header-in{
	padding: 0;
	overflow: hidden;
}

/*タイトルロゴ*/
#header-left{
	float: left;
	margin-bottom: 10px;
	margin-left: 1em;
	font-size: 1.5em;
	font-weight: bold;
	padding: 1em 0 0.5em 0;
}

#header-gazou-area{
	background: url(./images/common/bg-main.jpg) top center repeat;
	padding: 1em 0 1em 0;
	margin: 0 auto;
	text-align: center;
}
#gazou {
	height: auto;
	margin: auto;
	display: block;
	overflow: hidden;
}
#gazou p {
	margin: 0px;
}


/*レスポンシブ用　問い合わせボタンの非表示*/
#contact-mo{
	display: none;
}

/*-----------------------------------
■ パンくずリスト
-----------------------------------*/
.breadcrumbs{
	clear:both;
	padding: 0em 0 1.8em 0;
	font-size: 0.8em;
}
.breadcrumbs a{
	text-decoration: underline;
}


/*-----------------------------------
■ メイン
-----------------------------------*/
#main-in{padding-top: 1.3em;}


/*-----------------------------------
■ コンテンツ内Hタグの設定
-----------------------------------*/
/*共通設定H2タグ*/
#main-contents h2,
#main-contents-post h2{
	color: #F0727C;
	margin: 0 0 0.5em 0;
	/* padding: 0.3em 0 0.0em 0em; */
	font-size: 2.2em;
	line-height: 1.3em;
	font-weight: bold;
}
#main-contents h2 a:link,
#main-contents-post h2 a:link,
#main-contents h2 a:visited,
#main-contents-post h2 a:visited{ text-decoration: none; }
#main-contents h2 a:hover,
#main-contents-post h2 a:hover,
#main-contents h2 a:active,
#main-contents-post h2 a:active{/* text-decoration: underline; */}

/*共通設定H3タグ*/
#main-contents h3,
#main-contents-post h3{
	margin: 0 0 0.5em 0;
	padding: 0.8em 0 0.3em 0;
	font-size: 1.4em;
	font-weight: bold;
	clear: both;
	border-bottom: 2px solid #F0727C;
}
#main-contents h3 a:link,
#main-contents-post h3 a:link,
#main-contents h3 a:visited,
#main-contents-post h3 a:visited{ text-decoration: none; }
#main-contents h3 a:hover,
#main-contents-post h3 a:hover,
#main-contents h3 a:active,
#main-contents-post h3 a:active{ color: #F0727C;text-decoration: underline; }

/*共通設定H4タグ*/
#main-contents h4,
#main-contents-post h4{
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 0.5em 0;
	color: #333;	
	font-size: 16px;	
	font-weight: bold;
	clear: both;
	border-bottom: 4px double #333;
}
#main-contents h4 a:link,
#main-contents-post h4 a:link,
#main-contents h4 a:visited,
#main-contents-post h4 a:visited{ text-decoration: none; }
#main-contents h4 a:hover,
#main-contents-post h4 a:hover,
#main-contents h4 a:active,
#main-contents-post h4 a:active{ text-decoration: underline; }


/*共通設定H5タグ*/
#main-contents h5,
#main-contents-post h5{
	margin: 0 0 0.5em 0;
	padding: 0em 0 0em 0.5em;
	color: #333;	
	font-size: 1.2em;	
	font-weight: bold;
	clear: both;
	border-left: 5px solid #333;
}
/*共通設定H6タグ*/
#main-contents h6,
#main-contents-post h6{
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 0.2em 0;
	color: #333;	
	font-size: 1.15em;	
	font-weight: bold;
	clear: both;
	border-bottom: 3px solid #EEE;
}



/*-----------------------------------
■ コンテンツ共通
-----------------------------------*/
#main-contents .contents{
	width: 700px;/*レスポンシブのとき変更*/
	padding-bottom: 1.5em;
}
#main-contents .conts{
	margin-bottom: 3.5em;
	padding: 0 10px;
}

/*段落タグ*/
#main-contents p{margin-bottom: 1em!important;}


/*■ リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0;
	padding: 0;
	margin-bottom: 2.0em;
}
#main-contents li{
	margin-bottom: 0.7em;
	line-height: 1.5em;
	list-style-position: inside!important;
}
#main-contents ul li{
	list-style: disc;
}
#main-contents ol li{
}

/* サイトマップのリストタグ　マーク不使用 */
#sitemap_list li{
	list-style: none!important;
}

/*■ テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}
#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}
#main-contents th{
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}

#content,
#content input,
#content textarea {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	overflow: hidden;
	/* margin: 0 0 3.5em 0; */
}
.single .hentry {
	margin: 0 0 3em 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	/* padding: 0 0.5em 0 0.5em; */
	/* text-align: right; */
	/* color: #333; */
	margin-bottom: 0.8em;
}

/*■ SNSボタン*/
#entry-sns {
	padding-top: 0.5em;
	float: right;
	margin-right: 0.5em;
}
#entry-sns li {
	list-style: none!important;
	float: left;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	/* padding: 0.5em 1em 0 1em; */
	margin-bottom: 2em;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 0.2em 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}

/*-----------------------------------
■ コメント
-----------------------------------*/
#comments {
	clear: both;
	margin: 0 10px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/*■ コンタクトフォーム */
input[type="submit"] {
	color: #333;
	padding: 3px;
}
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0!important;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	display: none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}



/*-----------------------------------
■ ウィジェットエリア
-----------------------------------*/
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}

/*■ カレンダー*/
#wp-calendar {
	width: 92%;
	margin: 0.5em auto 0.8em;
}
#wp-calendar a{
	text-decoration: underline;
	font-weight: bold;
	background:	none!important;
	padding: 0!important;
}
#wp-calendar a:link,
#wp-calendar a:visited{ color: #FAA028; }
#wp-calendar a:hover,
#wp-calendar a:active{ 
	text-decoration: none;
}

#wp-calendar caption {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
	background: #eee;
}
#wp-calendar tfoot {
	text-align: left;
}
#wp-calendar thead th {
}
#wp-calendar tbody {

}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	text-align: center;
	color: #000;
}
#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}



/*-----------------------------------
■ サイドメニュー
-----------------------------------*/
#sidebar{
	font-size: 0.8em;
	line-height: 1.45em;
}
.side-conts{
	margin: 0 0 1.5em 0;
	position: relative;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
}

/*オススメ記事*/
#sidebar .lank{
	overflow: hidden;

}
#sidebar .lank ul li{
}
#sidebar .lank a{
	float: left;
}
#sidebar .lank .wpp-post-title{
	width: 160px;
}
#sidebar .wpp-views{
	display: none;
}

#sidebar .side-contents-in{}
#sidebar h3{
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	background: #F0727C;
}

#sidebar .side-conts ul{
	padding-bottom: 1em;
	overflow: hidden;
}
#sidebar ul li{
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #F0727C;
}
#sidebar ul li a{}

#sidebar .side-contents-blog{
	margin: 0 0 1.5em 0;
	position: relative;
	border-top: 1px solid #F0727C;
	border-right: 1px solid #F0727C;
	border-left: 1px solid #F0727C;
}
#sidebar .side-contents-blog-in{
    border-bottom: 1px solid #F0727C;
}
#sidebar .side-contents-blog ul{
	padding-top: 0.45em;
	padding-bottom:  0.8em;
	width: 91%;
	margin: auto;
}
#sidebar .side-contents-blog ul li{
	background: url(./images/icon/icon-yazirushi-01-black.png) 10px center no-repeat;
	padding: 15px 15px 15px 30px;
}
#sidebar .side-contents-blog form{
	padding: 1em 0 1.5em 0.5em;
}


/*■ ブログ用サイドメニュー*/
#blogmenu{
	margin-bottom: 4em;
}
#blogmenu-head{
	display: none;
}




/*-----------------------------------
■ フッター（#footer）
-----------------------------------*/
#footer {
	clear: both;
	font-size: 0.9em;
	background: #F4ABB1;
	color: #333333;
}
#footer-in {
	clear: both;
	margin: 0 auto;
}
#footer-menu {
	padding: 1em 0 1em 0;
	margin: auto;
}
#footer-l{
	float: left;
	width: 70%;
	padding-bottom: 2em;
}
p.site-map{
	display: inline;
	padding: 0px 0 0 8px;
}
#footer-r{
	float: right;
	width: 30%;
}
#footer-r p.toiawase{
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer-r  img{
	margin-bottom: 2.5em;
}
#footer-r p.toiawase a{
	border: 1px solid #000;
	text-align: center;
	padding: 8px 0 8px 0;
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#footer-r p.toiawase a:hover{
	opacity: 1.0;
	background-color: #eee;
}


#footer-menu ul {
    clear: both;
    display: block;
    overflow: hidden;
}
#footer-menu li{
	float: left;
	border: 0;
	overflow: hidden;
	width: 167px;
}
#footer-menu li.last{/* border-right: 1px solid #333; */}
#footer-menu li a:link,
#footer-menu li a:visited{background: url(./images/icon/icon-maruyazirushi-01-black.png) left center no-repeat;padding-left: 1.5em;color: #333;text-decoration: none;font-size: 0.8em;font-weight: bold;}
#footer-menu li a:hover,
#footer-menu li a:active{ 
	color: #F0727C;
}

/*■コピーライト*/
#copyright{
	clear: both;
	padding: 25px 0;
	font-size: 0.9em;
	text-align: center;
	color: #fff;
	/* background: #000; */
	width: 1000px;
	margin: auto;
	clear: both;
}
.copy-link{overflow: hidden;}
.copy-l{
	float: left;
	width: 69%;
	overflow: hidden;
	margin-bottom: 1.5em;
}
.copy-r{
	float: right;
	width: 29%;
}
.copy-r a{
	color: #fff;
}
.f-l{
	float: left;
}
.address{
	float: left;
	width: 37%;
	text-align: left;
	line-height: 1.4em;
}
.f-r{
	float: right;
}
/*-----------------------------------
■ ページトップ
-----------------------------------*/
#page-top{
	position: fixed;
	bottom: 0;
	right: 3em;
	z-index: 99;
	width: auto;
	height: auto;
}

* html #page-top{ display: none; }

#page-top a{
	font-weight: bold;
	display: block;
	padding: 1em;
	border: 1px solid #d5d5d5;
	text-decoration: none;
}
#page-top a:link,
#page-top a:visited{
	background: #fff;
	color: #333;
}
#page-top a:hover,
#page-top a:active{
	background: #333;	
	color: #fff;
}



/*-----------------------------------
■回り込み解除（.clearfix）
-----------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}



/*-----------------------------------
■追加した要素など
-----------------------------------*/

/*トップページ　ブログの最新記事*/
#news-top{
	overflow: hidden;
	/* padding: 1em; */
	/* margin: 0 auto; */
}
#news-top a{
	text-decoration: none;
	font-weight: normal;
}
#news-top dt{
	margin: 0;
}
#news-top dd{
	clear: both;
	color: #919191;
	margin: 0 0 17px 0;
}
#news-top .thumbnail{
	float: left;
	padding-right: 2em;
	max-width: 160px;
	padding-top: 1em;
}
#news-top .blogdata{
	font-weight: normal;
	overflow: auto;
	zoom: 1;
	margin-bottom: 0.5em;
	padding-top: 12px;
	line-height: 1.5em;
}
#news-top .block{
	border-top: 1px dotted #919191;
	padding-bottom: 1em;
	overflow: hidden;
}
#news-top span.category{}
#news-top span.category a:hover,
#news-top span.category a:active{	text-decoration: underline;}
#new-box,
#new-box .textbox01{	overflow: hidden;}
#new-box .thum-border{
	float: left;
}
#new-box .news-text-right{
	float: right;
	width: 400px;
}
#new-box .news-text-right h2{font-size: 25px!important;}

/*一覧表示　投稿者照会（アイコン付き）*/
#new-box .writer-post-top{
    padding-top: 0.5em;
}

/*■記事を書いた人の情報紹介*/
/*全体設定*/
#main-contents .writer-right .writer-name a{
	color: #3a78bd;
	font-size: 1.4em;
}
#main-contents .writer-icon,
#main-contents .writer-name{
	display: inline;
	line-height: 40px;
	font-size: 1.0em!important;
}
#main-contents .writer-post-top img,
#main-contents .writer-post-bottom img{
	margin-right: 8px;
}

.posts .writer-post-top{
	overflow: hidden;
	margin-bottom: 1.0em;
}

/*記事下のボックス*/
#main-contents .writer-post-bottom{
	border: 2px solid #ddd;
	padding: 10px;
	margin-bottom: 1.5em;
	overflow: hidden;
}
#main-contents .writer-post-bottom .writer-right{
	padding-top: 1.5em;
}
#main-contents .writer-post-bottom .writer-name{
	line-height: 1.0em;
}
#main-contents .writer-post-bottom img{float:left;}
#main-contents .writer-post-bottom .writer-right p{
	margin-bottom: 0!important;
	font-size: 0.9em;
	line-height: 1.8em;
}
/*設定あればユーザ情報表示*/
#main-contents .writer-post-bottom .description{
	clear:both;
	font-size: 0.9em;
	padding-top: 1.0em;
}




#news-top .views{
	color: #999999;
	position: absolute;
	bottom: 28%;
	right: 5%;
}


/*■moreボタン*/
a.more-btn{
	width: 15em;
	float: right;
	text-align: center;
	margin-bottom: 1.0em;
}
a.more-btn{
	font-weight: bold;
	color: #000;	
	display: block;
	font-size: 1.1em;
	padding: 0.6em 0 0.4em;
	border: 1px solid #333;
}
a.more-btn:link,
a.more-btn:visited{
	background: #fff;
	color: #333;
	text-decoration: none;
	background: url(./images/icon/icon-arrow.png) 15px center no-repeat #fff;
}

a.more-btn:hover,
a.more-btn:active{
	color: #fff;
	background: url(./images/icon/icon-arrow.png) 15px center no-repeat  #333;
}


#res-header{
	display: none;
}


/*■（前の記事／次の記事）ページャーボタン*/
#nav-below{
	clear: both;
	width: 100%;
}
#nav-below .nav-next{
	text-align: right;
}
#nav-below .nav-previous a,
#nav-below .nav-next a{
	display: block;
	padding: 0.5em 0.5em 0.5em 1.5em;
	margin-bottom: 1em;
	border: 1px solid #F0727C;
	font-size: 12px;
	font-weight: bold;
}

#nav-below a:link,
#nav-below a:visited{
	color: #F0727C;
	background: #fff;
	text-decoration: none;
}
#nav-below a:hover,
#nav-below a:active{
	background: #F0727C;
	color: #fff;
}

/*（古い投稿／新しい投稿）old-newボタン*/
.old-new #nav-below .nav-previous a,
.old-new #nav-below .nav-next a{
	border: 1px solid #F0727C;
	padding: 0.5em 2em 0.5em 2em;
}

.old-new #nav-below a:link,
.old-new #nav-below a:visited{
	color: #333;
	background: #fff;
	text-decoration: none;
}
.old-new #nav-below a:hover,
.old-new #nav-below a:active{
	opacity: 1.0;
	background: #F0F0F0;
}

/* ■ 404ページ ■ */
div.img-404 {
	float: left;
	margin: 0em 2.5em 2em 20px;
}
div.img-404 img{
	margin: auto;
	width: 117px;
}
div.text-404{
	float: right;
	/* width: 450px; */
}
div.text-404 img{
	margin-bottom: 0.5em;
}
ul.menu-404{
	clear: both;
	/* float: none; */
	margin-bottom: 1.8em!important;
	overflow: hidden;
	display: block;
}
ul.menu-404 li{
	list-style: none!important;
	margin: 0 1em 0 1em;
	font-size: 1.1em;
	padding: 0.2em 0em 0em 1.3em;
	font-weight: bold;
	background: url(./images/icon/icon-list01.png) left center no-repeat;	
}
ul.menu-404 li a{
	text-decoration: underline;
}
p.back-404{
	font-size: 1.2em;
	text-align: right;
	padding-top: 2.2em;
}
p.back-404 a{
	background: url(./images/icon/icon-arrow.png) left center no-repeat;
	padding: 0.2em 0em 0em 1.1em;
	text-decoration: underline;
}

/* ■お問い合わせバナー（コンテンツ下）*/
.contact-b{
	margin-bottom: 2em;
}


/*-----------------------------------
■2.0記事一覧TOP用追加項目
-----------------------------------*/
ul.new-posts{
	/* width: 100%; */
	/* max-width: 972px; */
	overflow: hidden;
	float: left;
	border-bottom: 0!important;
	margin-bottom: 2em!important;
	margin-right: -1.9%;/*記事の数に合わせる*/
}
#main-contents-post h2{clear: both;}

#news-top ul.new-posts h3,
#news-top ul.category-posts h3{
	padding: 0.5em;
}

ul.new-posts li img,
#news-top ul.new-posts h3 img,
#news-top ul.category-posts h3 img{
	vertical-align: middle!important;
}

#news-top ul.new-posts h3 a,
#news-top ul.category-posts h3 a{
	font-weight: bold;
	line-height: 1.5em;
}

ul.new-posts li{
	position: relative;
	min-height: 480px;
	border: solid 2px #333;
	border-radius: 10px;
	width: 30%;/*記事の数に合わせる*/
	margin-right: 1.9%;/*記事の数に合わせる*/
	margin-bottom: 1em;
	padding: 5px;
	float: left;
	overflow: hidden;
}

li.new-entry h3{
	clear: none!important;
	padding: 0.5em!important;
}

li.new-entry ul{padding: 0 1em;}

.new-entry-in li{
	background: url(images/icon/icon-arrow.png) left top 0.8em no-repeat;
	min-height: inherit!important;
	padding-left: 1em!important;
	border: 0!important;
	width: 95%!important;
	float: none!important;}

ul.new-posts dl,
ul.category-posts dl{
	padding: 0 0.8em;
	margin: 0;
}

ul.new-posts .thumbnail,
ul.category-posts .thumbnail{
	overflow: hidden;
	padding-right: 0!important;
	margin-bottom: 1em;
	text-align: center;
	float: none!important;
}
ul.new-posts .thumbnail img,
ul.category-posts .thumbnail img{
	max-height: 90px;
	max-width: 100%!important;
}


ul.new-posts .blogdata,
ul.category-posts .blogdata{
	margin-bottom: 2em;}

.blogmeta{
	position: absolute;
	bottom: 0.5em;}

.blogmeta dd{margin: 0;}

/*-----------------------------------
■汎用タグ
-----------------------------------*/
/*フォントカラー*/
.aka{ color: #FF0000!important; }/*赤*/
.koi-aka{ color: #C00000!important; }/*濃い赤*/
.sumire{ color: #9471DE!important; }/*すみれ*/
.murasaki{ color: #840084!important; }/*紫*/
.aomidori{ color: #007F7F!important; }/*青緑*/
.kuro{ color: #111111!important; }/*黒*/
.pink{ color: #FF6699; }/*ピンク*/
.koi-pink{ color: #FF1493!important; }/*濃いピンク*/
.ao{ color: #0000FF!important; }/*青*/
.midori{ color: #007017!important; }/*緑*/
.orange{ color: #FF7F00!important; }/*オレンジ*/
.siro{ color: #FFF!important; }/*白*/

/*フロート・アライン*/
.fl-l,
.fl-l_l{ float: left!important; }
.fl-r,
.fl-r_l{ float: right!important; }
.fl-c{ clear: both!important; }
.al-l{ text-align: left!important; }
.al-r{ text-align: right!important; }
.al-c{ text-align: center!important; }

/*パディング*/
.p1em{ padding: 1em!important; }
.p1_0em{ padding: 1em 0!important; }
.p0_1em{ padding: 0 1em!important; }
.p2em{ padding: 2em!important; }
.p2_0em{ padding: 2em 0!important; }
.p0_2em{ padding: 0 2em!important; }
.p3em{ padding: 3em!important; }
.p3_0em{ padding: 3em 0!important; }
.p0_3em{ padding: 0 3em!important; }
.p1em-l{ padding-left: 1em!important; }
.p2em-l{ padding-left: 2em!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

/*マージン*/
.m1em{ margin: 1em!important; }
.m1_0em{ margin: 1em 0!important; }
.m0_1em{ margin: 0 1em!important; }
.m2em{ margin: 2em!important; }
.m2_0em{ margin: 2em 0!important; }
.m0_2em{ margin: 0 2em!important; }
.m3em{ margin: 3em!important; }
.m3_0em{ margin: 3em 0!important; }
.m0_3em{ margin: 0 3em!important; }
.m4em-b{ margin-bottom: 4em!important; }
.m5em-b{ margin-bottom: 5em!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m50-b{ margin-bottom: 50px!important; }

/*フォント装飾*/
.b{ font-weight: bold!important; }
.u{ text-decoration: underline!important; }
.utikeshi{ text-decoration:line-through!important; }

/*フォントサイズ*/
.f08em{ font-size: 0.8em!important; }
.f09em{ font-size: 0.9em!important; }
.f11em{ font-size: 1.1em!important; }
.f12em{ font-size: 1.2em!important; }
.f13em{ font-size: 1.3em!important; }
.f14em{ font-size: 1.4em!important; }
.f15em{ font-size: 1.5em!important; }
.f16em{ font-size: 1.6em!important; }
.f17em{ font-size: 1.7em!important; }
.f18em{ font-size: 1.8em!important; }
.f19em{ font-size: 1.9em!important; }
.f20em{ font-size: 2.0em!important; }

/*下向き矢印(flow用)*/
p.arrow-down{
	min-height: 25px;
	padding-top: 0;
	background: url(images/common/img-arrow-down.png) center top no-repeat;}
.arrow-down{
	padding-top: 40px;
	background: url(images/common/img-arrow-down.png) center top no-repeat;
	}

/*リストアイコン*/
ul.list_01 li,
ul.list_02 li,
ul.list_03 li{
	list-style: none!important;
}
ul.list_01 li a{
	padding: 0.1em 0 0 1.0em;
	background: url(images/icon/icon-arrow.png) left center no-repeat;
}
ul.list_01-l li{
	padding: 0.5em 0 0.5em 1.0em!important;
	background: url(images/icon/icon-arrow.png) left top 0.8em no-repeat;
	list-style: none!important;
}
ul.list_02 li a{
	/* padding: 0 0 0 1.6em; */
	/* background: url(images/icon/icon-yazirushi-01-black.png) left center no-repeat; */
}
ul.list_02-l li{
	padding: 0.2em 0 0.5em 1.5em!important;
	background: url(images/icon/icon-orange.gif) left top 0.4em no-repeat;
	list-style: none!important;
}
ul.list_03 li a{
	/* padding: 0 0 0 1.6em; */
	/* background: url(images/icon/icon-yellow.gif) left center no-repeat; */
}
ul.list_03-l li{
	padding: 0.2em 0 0.5em 1.5em!important;
	background: url(images/icon/icon-yellow.gif) left top 0.4em no-repeat;
	list-style: none!important;
}

/*囲み枠*/
.solid_01{
	border: solid 1px #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
.solid_02{
	border: solid 2px #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
.solid_03{
	border: solid 2px #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
	margin-bottom: 1em;
}
.dotted_01{
	border: dotted 1px #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
.dotted_02{
	border: dotted 2px #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
.dotted_03{
	border: dotted 2px #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
	margin-bottom: 1em;
}
.dashed_01{
	border: dashed 1px #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
.dashed_02{
	border: dashed 1px #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
	margin-bottom: 1em;
}
.dashed_03{
	border: dashed 2px #ddd;
	padding: 1em;
	margin-bottom: 1em;
}
.double_01{
	border: double 4px #ccc;
	padding: 1em;
	margin-bottom: 1em;
}
.double_02{
	border: double 5px #ddd;
	padding: 1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 1em;
}

/*テキストボタン*/
a.text-btn_01{
	clear: both;
	display: block;
	width: 50%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em 0.5em 0.4em;
	margin: 1em auto;
	background: url(./images/icon/icon-arrow.png) 95% center no-repeat #fff;
	border: 1px solid #ffffff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
a.text-btn_01:hover{
	color: #fff;
	background: url(./images/icon/icon-arrow.png) 95% center no-repeat #68870F;
}
a.text-btn_02{
	clear: both;
	text-align: center;
	background: url(./images/icon/icon-yazirushi-01-black.png) 5% no-repeat #fff;
	text-decoration: none;
	padding: 0.9em 7em;
	border: 1px solid #d1d1d1;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 0.9em;
}
a.text-btn_02:hover{
	color: #ffffff;
	background-color: #d6d6d6;
}
a.text-btn_03{
	clear: both;
	text-align: center;
	color: #68870F;
	font-weight: bold;
	text-decoration: none;
	padding: 0.2em 2em;
	margin: 0 auto 1em;
	background: url(./images/icon/icon-arrow.png) 95% center no-repeat #fff;
	border: 2px solid #68870F;
}
a.text-btn_03:hover{
	color: #fff;
	background: url(./images/icon/icon-arrow.png) 95% center no-repeat #68870F;
}

/*Q&A*/
.q_01{
	background: url(images/icon/icon-q_01.png) left 8px top 0.2em no-repeat #ccc;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 0.3em;
	padding-left: 55px!important;
	font-size: 20px;
	color: #fff;
	min-height: 30px;
	line-height: 1.5em;
}
.a_01{
	background: url(images/icon/icon-a_01.png) left 8px top no-repeat;
	padding-left: 55px!important;
	min-height: 30px;
	padding-top: 0.5em;
}

.q_02{
	background: url(images/icon/icon-q_02.png) no-repeat;
	padding-left: 50px!important;
}
.a_02{
	background: url(images/icon/icon-a_02.png) no-repeat;
	padding-left: 50px!important;
}

/*-----------------------------------
■ブログの追加要素等
-----------------------------------*/
.posts{
	clear: both;
	margin-bottom: 2em;
	background: #fff;
	overflow: hidden;
}
/*記事内にmoreタグが入っている場合*/
.moretxt{
	display: block;
	padding-top: 2em;
	font-size: 1.4em;
	text-decoration: underline;
	text-align: right;
}

/*ブログ記事内　配置設定*/
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


/*-----------------------------------
■グローバルエレメンツ（基本設定）
-----------------------------------*/
body,
input,
textarea {
	font-size: 16px;
	line-height: 28px;
}
hr {
	background-color: #d5d5d5;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
ul {list-style: none;display: inline;}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol { list-style: upper-alpha; }
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {margin: 0 0 0px 0;}
dt { font-weight: bold; }
dd { margin-bottom: 18px; }
strong { font-weight: bold; }
cite,
em,
i {
	font-style: italic;
}
big { font-size: 131.25%; }
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	background: #eee;
	padding: 1em;
	margin-bottom: 1em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
small { font-size: smaller; }

/*検索フォーム前の文字を非表示*/
.screen-reader-text{display: none;}

/*-----------------------------------
■ブラウザのCSSをリセット
-----------------------------------*/
*{	margin: 0;
	padding: 0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,var{
	font-style: normal;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}
input,
textarea,
select{font-size: 1em;}
fieldset,img,abbr{ border: 0; }
caption{ text-align: left; }
q:before,q:after{ content: ''; }
img{
	border: none;
	vertical-align: bottom;
}

/*■WordPress対策*/
span textarea,span input{ vertical-align: bottom!important; }
/*■Firefox対策*/
html{
	overflow-y: auto;
	overflow-x: auto;
	overflow: -moz-scrollbars-vertical;
}
body,x:-moz-broken { margin-left:-1px; }
/*壊れた画像をわかりやすくするコード*/
img:-moz-broken{
	display:block;
	border: 1px solid #ff0000;
	background: #333;
	color:#DDD;
}


/*検索フォームとコメントフォームのIE対策*/
.searchform input{
		max-width: 140px;
}

.searchform input,
.comment-form input{
		line-height: 0!important;
		padding: 3px!important;
}
.searchform input#searchsubmit,
.form-submit input{
		line-height: 22px!important;
}
.comment-form textarea{
	padding: 3px;
}

.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
        height: 35px !important;
        padding: 3px;
}
 
.wpcf7 textarea[name="your-message"] {
        width: 80%;
        height: 300px !important;
        padding: 3px;
}



/*-----------------------------------
■印刷設定
-----------------------------------*/
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		padding-bottom: 18pt;
	}
	#footer-in {
		border-top: 2pt solid #000;
	}
	#header-left,
	#header-contact {
		/*float: none;*/
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#header-left {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#global-nav,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area,
	.page-top {
		display: none !important;
	}
	#wrapper-in,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#footer-in {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
}