@charset "utf-8";
/*
Theme Name: hcp
Theme URI: http://wordpress.org/
Description: ヒューマンケアプロジェクト
Author: Masato WATANABE
Version: 1.1
Tags:
*/

@import url('reset.css');
@import url('fonts.css');


/*回り込み解除*/
.c-both {clear:both;font-size:1px;}

a:link 				{color: #ae814f;}
a:visited 			{color: #ae814f;}
a:active,a:hover 	{color: #ae814f;text-decoration:none;}


/*IE下余白消し*/
img	{vertical-align:bottom;}



/*-------------------------------------------------------
----サイト全体-------------------------------------------
-------------------------------------------------------*/
/*基本body*/
html,body {
	text-align:left;
	color:#2e2e2e;
	margin:0;
	padding:0;
	background:#fef3e3;
	font-size:105%;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	line-height:110%;
}


/*(IE6とのテキストボックスの幅を合わせる)*/
input {
	font-family:Arial,Helvetica,sans-serif;
}



/*-------------------------------------------------------
----レイアウト-------------------------------------------
-------------------------------------------------------*/
/*ページ全体*/
#wrapper {
	margin:0 auto;
	height:111px;
	background:url(images/headers/head-back-a.gif) repeat-x;
}


/*コンテンツ全体*/
#main {
	clear:both;
	margin:0px auto;
	padding:10px 0 20px 0;
	width:952px;
	height:100%;
	overflow:hidden;
	background:#FFFFFF;
	border-left:solid 1px #eabf85;
	border-right:solid 1px #eabf85;
	border-bottom:solid 1px #eabf85;
	z-index:1;
}

/*左サイドwrapper*/
#left-wrapper {
	float:left;
	display:inline;
	margin:0 0 0 12px;
	width:720px;
	overflow:hidden;
}

#left-wrapper-2c {
	float:left;
	display:inline;
	margin:0 0 0 12px;
	width:928px;
	overflow:hidden;
}


/*左サイドフレーム*/
#leftside-flame-top {
	width:187px;
	height:8px;
	background:url(images/leftside-flame-top.gif) no-repeat;
}

/*左サイド*/
#leftside {
	width:185px;
	height:100%;
	overflow:hidden;
	background:#fdedd6;
	border-left:solid 1px #ba8f54;
	border-right:solid 1px #ba8f54;
	font-size:95%;
}

#leftside-flame-bottom {
	width:187px;
	height:8px;
	background:url(images/leftside-flame-bottom.gif) no-repeat;
}

/*右サイド*/
#rightside {
	float:right;
	display:inline;
	margin:0 12px 0 0;
	width:196px;
}

/*コンテンツ本文(3カラム用)*/
#main-contents-3c {
	float:right;
	display:inline;
	margin:0;
	width:516px;
}


/*コンテンツ本文(2カラム用)*/
#main-contents-2c {
	float:right;
	display:inline;
	margin:0;
	width:728px;
}

#top-oshirase {
	border:solid 1px #d7d7d7;
}


/*コンテンツ本文*/
.entry-content {
	margin:20px 5px 20px 5px;
}

.entry-content p {
	line-height:150%;
}

.entry-content td {
	padding:10px;
	font-size:90%;
}

.entry-content-3c {
	margin:10px 0 0 0;
}

.new-img {
	position:relative;bottom:2px;left:4px;
}



/*-------------------------------------------------------
----ヘッダー---------------------------------------------
-------------------------------------------------------*/
#header {
	margin:0 auto;
	width:952px;
	height:173px;
	background:url(images/headers/head-back-b.gif) repeat-x;
	border-left:solid 1px #eabf85;
	border-right:solid 1px #eabf85;
}

#head-l {
	float:left;
	display:inline;
	width:667px;
}

#head-r {
	float:right;
	display:inline;
	width:281px;
	height:98px;
	text-indent:-9999px;
	background:url(images/headers/tel.jpg) no-repeat;
}


/*文字サイズ変更*/
.fontSize {
	position:relative;top:7px;left:-180px;
	width:179px; 
	height:46px;
	background:url(images/headers/textsize-box.gif) no-repeat;
}

a#font-s {
	position:relative;top:17px;left:98px;
	display:block;
	width:17px;
	height:17px;
	background:url(images/headers/font-s.gif) no-repeat;
}

a#font-m {
	position:relative;top:-3px;left:118px;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999px;
	background:url(images/headers/font-m.gif) no-repeat;
}

a#font-l {
	position:relative;top:-26px;left:140px;
	display:block;
	width:23px;
	height:23px;
	background:url(images/headers/font-l.gif) no-repeat;
}

a:hover#font-s {
	position:relative;top:17px;left:98px;
	display:block;
	width:17px;
	height:17px;
	background:url(images/headers/font-sh.gif) no-repeat;
}

a:hover#font-m {
	position:relative;top:-3px;left:118px;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999px;
	background:url(images/headers/font-mh.gif) no-repeat;
}

a:hover#font-l {
	position:relative;top:-26px;left:140px;
	display:block;
	width:23px;
	height:23px;
	background:url(images/headers/font-lh.gif) no-repeat;
}


/*タイトル*/
#title {
	padding:0;
}


/*グローバルナビゲーション*/
#globalNavi {
	clear:both;
	position:relative;
	width:948px;
	z-index:10;
}
#globalNavi, #globalNavi ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;top:-30px;
}
#globalNavi li	{
	float:left;
	display:inline;
	position:relative;
	font-size:95%;
}
#globalNavi ul {
	width: 135px;
	position: absolute;
	top: 35px;
	left: 0;
	display: none;
}
#globalNavi ul li a	{
	width: 200px;
	display: block;
	background:#fff0d8;
	margin:0;
	padding: 8px 5px 6px 10px;
	border-bottom: 1px dotted #8e7266;
	color: #9f8050;
	text-decoration: none;
	font-weight:bold;
	filter:alpha(opacity=80);  
	opacity:0.9;  
}
#globalNavi ul li a:hover {
	background: #f37200;
	color: #FFF;
}
#globalNavi ul li.first a	{
	background: #BFC0C0;
	padding: 16px 5px 7px 27px;
}
#globalNavi ul li.first a:hover	{
	background: #ec9800;
}



/* 追加項目
----------------------------------------------------------- */
#globalNavi ul li ul {
	top: 0px;
	left: 175px;
}
#globalNavi ul ul{
	display:none;
}


/*投稿者情報*/
.entry-meta {
	font-size:90%;
	text-align:right;
}



/*-------------------------------------------------------
----パン屑リスト-----------------------------------------
-------------------------------------------------------*/
#pagenavi {
	clear:both;
	position:relative;top:-20px;left:13px;
	height:18px;
	margin:0;
	padding:0px 0 0 75px;
	width:850px;
	font-size:75%;
	background:url(images/headers/pannavi.gif) no-repeat;
}

#pagenavi a			{text-decoration:none;color:#0063a4;}
#pagenavi a:link	{color:#0063a4;}
#pagenavi a:visited {color:#0063a4;}
#pagenavi a:active	{color:#0063a4;}
#pagenavi a:hover	{text-decoration:underline;color:#0063a4;}



/*-------------------------------------------------------
----フッター---------------------------------------------
-------------------------------------------------------*/
#footer {
	clear:both;
	color:#FFFFFF;
	background:#e5b75b;
	overflow:hidden;
}

.footer-inner {
	margin:0 auto;
	padding:10px 0 0 0;
	width:980px;
	overflow:hidden;
}

#foot_l {
	float:left;
	display:inline;
	margin:0 0 0 5px;
	width:310px;
}

#foot_r {
	float:right;
	display:inline;
	width:650px;
}

ul.footer-link {
	float:left;
	display:inline;
	margin:1px 0 0 5px;
}

ul.footer-link ul {
	clear:both;
	margin:5px 0 0 0;
}

.footer-link li {
	width:110px;
	margin:0 0px 5px 0;
	font-size:15px;
	font-weight:bold;
}

.footer-link li li {
	margin:0 0 2px 1px;
	padding:0 0 0 13px;
	width:95px;
	font-size:14px;
	list-style:inside none;
	background:url(images/footer-list.png) no-repeat 0 3px;
	font-weight:normal;
}


/*このページの最初に戻る*/
#modoru {
	padding:5px 0;
	width:144px;
	height:18px;
	position:relative;top:-6px;left:780px;
}

.wp_social_bookmarking_light {
	clear:both;
	padding:20px 0 0 0;
}


/*Copyright表示*/
#copyright {
	clear:both;
	margin:0 auto;
	padding:15px 0 5px 0;
	text-align:center;
	font-size:75%;
	letter-spacing:3px;
}

#footer a			{text-decoration:none;color:#ffffff;}
#footer a:link		{color:#ffffff;}
#footer a:visited 	{color:#ffffff;}
#footer a:active	{color:#ffffff;}
#footer a:hover		{text-decoration:underline;color:#ffffff;}



/*-------------------------------------------------------
----Ｈ１見出し-------------------------------------------
-------------------------------------------------------*/



/*-------------------------------------------------------
----Ｈ２見出し-------------------------------------------
-------------------------------------------------------*/
/*瑞穂の郷からのお知らせ*/
#top-oshirase h2 {
	width:516px;
	height:37px;
	text-indent:-9999px;
	background:url(images/h2top-oshirase.gif) no-repeat;
}


/*場所はこちら*/
h2#top-map {
	width:196px;
	height:29px;
	text-indent:-9999px;
	background:url(images/h2top-map.gif) no-repeat;
}


/*固定ページ見出し*/
h2.entry-title {
	margin:0 0 10px 0;
	padding:26px 0 0 18px;
	width:708px;
	height:40px;
	font-size:170%;
	background:url(images/h2page-title.gif) no-repeat;
}


/*投稿ページ見出し*/
h2.entry-title-3c {
	margin:0 0 10px 0;
	padding:26px 0 0 18px;
	width:500px;
	height:40px;
	font-size:170%;
	background:url(images/h2page-title-3c.gif) no-repeat;
}



/*-------------------------------------------------------
----見出し（Ｈ３）---------------------------------------
-------------------------------------------------------*/
.entry-content h3 {
	clear:both;
	margin:20px auto 15px 0;
	padding:14px 5px 10px 8px;
	font-size:120%;
	font-weight:bold;
	color:#dc6000;
	line-height:120%;
	border:solid 1px #f7b357;
	border-left:solid 10px #ec9800;
}


/*投稿ページ見出し*/
h3.entry-title-3c {
	margin:10px 0 5px 0;
	padding:8px 5px 5px 8px;
	font-size:110%;
	background:#f4e8f4;
	border-bottom:solid 1px #f4bff4;
}



/*-------------------------------------------------------
----見出し（Ｈ４）---------------------------------------
-------------------------------------------------------*/
.entry-content h4 {
	margin:20px auto 5px 0;
	font-size:100%;
	font-weight:bold;
	color:#736152;
}



/*-------------------------------------------------------
----表---------------------------------------------------
-------------------------------------------------------*/
.entry-content table {
	margin:0 0 10px 0;
}

.entry-content td {
	line-height:140%;
}


/*会社概要*/
.profile th {
	width:130px;
	padding:6px;
	background:#f4e8d1;
	border:solid 1px #f4c482;
	font-size:90%;
}

.profile td {
	width:530px;
	padding:6px;
	border:solid 1px #f4c482;
}



/*-------------------------------------------------------
----定義リスト-------------------------------------------
-------------------------------------------------------*/
#top-oshirase dt	{float:left;display:inline;width:100px;margin:0;padding:4px 5px;clear:both;font-weight:bold;}
#top-oshirase dd	{padding:4px 5px;margin-bottom:2px;margin-left:110px;}


/*よくある質問*/
.page-id-40 dl {line-height:150%; margin-bottom:10px;}
.page-id-40 dt {float:left;display:inline;width:25px;padding:2px 0 2px 10px;clear:both;}
.page-id-40 dd {padding:2px 0;margin-left:36px;}

.page-id-40 dd.question,
.page-id-40 dt.question {color:#008740;}


/*会社案内*/
.profile dl {line-height:150%; margin-bottom:10px;}
.profile dt {float:left;display:inline;width:400px;padding:2px 0;clear:both;}
.profile dd {padding:2px 0;width:130px;text-align:right;margin-left:335px;}



/*-------------------------------------------------------
----リスト-----------------------------------------------
-------------------------------------------------------*/
/*左サイドナビ*/
.leftnavi li {
	margin-bottom:8px;
}


/*コンテンツページ用右サイド子ページリスト*/
#subpage {
	margin:0 0 15px 0;
	padding:2px 0 0 0;
	border-top:solid 1px #f7d6a5;
    position: relative;
}

.subpage-list li {
	margin:0;
	padding:10px 10px 10px 30px;
	border-bottom:solid 1px #f7d6a5;
	font-size:90%;
	background:url(images/page-list.gif) no-repeat 5px 8px;
}

.entry-content ul li {
	margin:8px 0 8px 28px;
	padding-left:-5px;
	list-style:outside;
	line-height:150%;
}

.entry-content ol li {
	margin:4px 0 4px 34px;
	padding-left:-5px;
	list-style-position:inside;
	list-style:outside;
	list-style-type:decimal;
	line-height:140%;
}



/*-------------------------------------------------------
----定義リスト-------------------------------------------
-------------------------------------------------------*/



/*-------------------------------------------------------
----お問い合わせ-----------------------------------------
-------------------------------------------------------*/
/*お問い合わせ*/
.inquiry-list dt {
	float:left;display:inline;
	padding:8px 6px 4px 6px;
	width:160px;
	color:#736152;
	clear:both;
}

.inquiry-list dd {
	padding:4px 6px;
	padding-left:200px;
	border-bottom:solid 1px #cecece;
}

.inquiry-list dt span {
	color:red;
}

.con_name {
	padding:3px;
	width:140px;
}

.con_huri {
	padding:3px;
	width:240px;
}

.con_pon {
	padding:3px;
	width:80px;
}


.con_address-name {
	padding:3px;
	width:500px;
}

.con_tel-no {
	padding:3px;
	width:120px;
	ime-mode:disabled;
}

.con_address {
	padding:3px;
	width:315px;
}

.con_inquiry {
	padding:3px;
	width:500px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    display: block;
    position: static;
    top: 0;
    left: 0;
    border: none;
    color: red;
}



/*-------------------------------------------------------
----固定ページ-------------------------------------------
-------------------------------------------------------*/



/*-------------------------------------------------------
----画像配置---------------------------------------------
-------------------------------------------------------*/
.entry-content .alignleft,
.entry-content img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.entry-content .alignright,
.entry-content img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
	clear: both;
	display: block;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}

.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {
	margin-bottom:5px;
}

.entry-content .alignnone,
.entry-content img.alignnone {
	margin:10px auto;
}

.entry-content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 3px;
	text-align: center;
	font-size:70%;
}

.entry-content .wp-caption img {
	margin: 5px 0;
}

.entry-content .wp-caption p.wp-caption-text {
	margin: 0px;
}

.entry-content .alignleft,
.entry-content img.alignleft {
	display: inline;
	float: left;
	margin:0 6px;
}


.imgend {
	margin:0;

}



/*-------------------------------------------------------
----コメント---------------------------------------------
-------------------------------------------------------*/
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 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 {
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.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: #888;
	display: block;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
}


/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	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;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	line-height: 18px;
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
}



/*-------------------------------------------------------
----サイドバー-------------------------------------------
-------------------------------------------------------*/
#primary,
#secondary {
	float:right;
	display:inline;
	margin:0 12px 0 0;
	padding:10px;
	width:176px;
	font-size:90%;
	border:solid 1px #b3d39b;
}

#secondary {
	clear: right;
}

#primary li li {
	padding-left:17px;
	background:url(images/list-a.png) no-repeat;
	font-size:15px;
}



/*-------------------------------------------------------
----ウィジェットエリア-----------------------------------
-------------------------------------------------------*/
.widget-area h3 {
	margin-bottom:4px;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-area ul ul {
	list-style: none;
	margin-left: 0;
}

.widget-area li {
	padding-bottom:3px;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin:0;
}

.widget-title {
	color: #326c11;
	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;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #222;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}

.widget_rss a.rsswidget {
	color: #000;
}

.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}

.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}


/* Main sidebars */
.widget-area ul {
	margin-left: 0;
	padding:0;
}

.widget-area ul ul {
	border: none;
}


/* Footer widget areas */
#footer-widget-area #first {
	float:left;
	display:inline;
	width:260px;
}

#footer-widget-area #second {
	float:left;
	display:inline;
	width:150px;
}
