@charset "utf-8";
/*
Theme Name: Homepage
Theme URI: http://iin.sasaeru.ws/
Description: 医院.ささえる.ws ホーム用テーマ
Version: 1.0
Author: ささえる.ws
*/

/*
---------------------------------------------
■ 基本スタイル
---------------------------------------------
*/

body {
	font-size: 75%;
	line-height: 160%;
	font-family: "MS UI Gothic", Osaka;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
body#top {
	font-size: 75%;
	line-height: 160%;
	font-family: "MS UI Gothic", Osaka;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(images/bg-top.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#wrapper {
	margin: auto;
	width: 960px;
	text-align: left;
	background-color: #FFFFFF;
}

h1 {
	font-size: 12px;
	line-height: 140%;
	float: left;
	margin: 0px;
	color: #000000;
	padding: 0px;
}
#main h2 {
	font-size: 24px;
	line-height: 160%;
	height: auto;
	clear: both;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #316745;
}
h3 {
	font-size: 24px;
	line-height: 140%;
	clear: both;
	width: auto;
	height: 100%;
	margin: 0px;
	padding-top: 22px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFB0;
	color: #316745;
}

h4 {
	font-size: 18px;
	line-height: 140%;
	color: #47885E;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	width: auto;
	height: auto;
	clear: both;
	background-image: url(images/h4.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

a {
	color: #165E83;
	text-decoration: none;
}
a:hover {
	color: #B94047;
}

form {
	margin: 0px;
}

img {
	border: none;
}
.alignleft {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 10px;
	display: inline;
}
img.alignleft {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
}
.aligncenter {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 20px;
	display: inline;
}
img.alignright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: inline;
}
.alignnone {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
img.alignnone {
	margin: 0px;
}

#img-top {
	clear: both;
	height: 90px;
	width: 960px;
	background-image: url(images/img.jpg);
	background-repeat: no-repeat;
	background-color: #F3F3F3;
	background-position: 0px 0px;
}
body#top #img-top {
	clear: both;
	height: 270px;
	width: 960px;
	background-image: url(images/img-top.jpg);
	background-repeat: no-repeat;
	background-color: #F3F3F3;
	background-position: 0px 0px;
}
#img-top h2 {
	font-size: 28px;
	line-height: 100%;
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #554738;
}

#img-top h2 a {
	color: #554738;
	text-decoration: underline;
}
#img-top h2 a:hover {
	color: #B94047;
}

.font-small {
	font-size: 85%;
	line-height: 140%;
}
.font-red {
	color: #B94047;
}
.font-blue {
	color: #165E83;
}
.font-green {
	color: #316745;
}
.font-gray {
	color: #AFAFB0;
}

.bg01 {
	font-size: 115%;
	line-height: 160%;
	background-color: #F8F4E6;
	border: 1px solid #EBE1A9;
	/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	padding: 5px;
	overflow: hidden;
}
.bg02 {
	font-size: 115%;
	line-height: 160%;
	background-color: #E0EBAF;
	border: 1px solid #7B8D42;
/*	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	padding: 5px;
	overflow: hidden;
}

.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

input.button {
	height: 30px;
	width: 90px;
}

.clear {
	clear: both;
}

/*
---------------------------------------------
■ ヘッダー
---------------------------------------------
*/

#header {
	height: 105px;
	width: 960px;
	font-size: 12px;
	line-height: 140%;
	background-position: 0px 0px;
	float: left;
	padding-top: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #316745;
}
* html #header {
	height: 115px;
	width: 960px;
	font-size: 12px;
	line-height: 140%;
	background-position: 0px 0px;
	float: left;
	padding-top: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #316745;
}
#header-left {
	float: left;
}
#header-right {
	float: right;
}

/* ▼ ロゴ
---------------------------------------------*/

#logo {
	font-size: 36px;
	line-height: 160%;
	float: left;
	clear: left;
	height: auto;
	width: auto;
	padding-top: 15px;
	padding-left: 5px;
}

/* ▼ ヘッダーメニュー
---------------------------------------------*/

#header-menu {
	float: right;
	clear: right;
	height: auto;
	width: auto;
	text-align: right;
	padding-right: 10px;
}
#header-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header-menu li.page_item {
	float: right;
	margin: 0px;
	padding: 0px;
}
#header-menu ul li.page_item a {
	font-size: 12px;
	line-height: 140%;
	color: #000000;
	text-decoration: none;
	background-image: url(images/header-menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#header-menu ul li.page_item a:hover {
	background-image: url(images/header-menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header-menu ul li.current_page_item a {
	background-image: url(images/header-menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header-menu li.widget {
	padding: 0px;
	font-size: 12px;
	line-height: 140%;
}
#header-menu ul li.widget ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header-menu ul li.widget ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header-menu ul h2 {
	font-size: 28px;
	font-weight: bold;
	color: #B94047;
	line-height: 100%;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ▼ 文字サイズ変更
---------------------------------------------*/

#fontsize {
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align: right;
	clear: right;
	float: right;
	width: 200px;
	color: #000000;
}
#fontsize a {
	background-color: #316745;
	border: 1px solid #316745;
	padding: 3px;
	color: #FFFFFF;
}

/*
---------------------------------------------
■ メインコンテンツ
---------------------------------------------
*/

#main {
	width: 680px;
	height: 100%;
	float: left;
}

/* ▼ メニュー
---------------------------------------------*/

#menu {
	padding: 0px;
	margin: 0px;
	height: 31px;
	clear: both;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li.page_item {
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu ul li.page_item a, #menu ul li.page-item-4 a, #menu ul li.page-item-5 a {
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	display: block;
	height: 28px;
	width: 127px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 19px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
* html #menu ul li.page_item a, * html #menu ul li.page-item-4 a, * html #menu ul li.page-item-5 a {
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	display: block;
	height: 31px;
	width: 150px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 19px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

#menu ul li.page-item-3 a {
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	display: block;
	height: 28px;
	width: 167px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 19px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
* html #menu ul li.page-item-3 a {
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	display: block;
	height: 31px;
	width: 190px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 19px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

#menu ul li.page-item-6 a, #menu ul li.page-item-7 a {
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	display: block;
	height: 28px;
	width: 137px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 19px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
* html #menu ul li.page-item-6 a, * html #menu ul li.page-item-7 a {
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
	display: block;
	height: 31px;
	width: 160px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 19px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
#menu ul li.page_item a:hover {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
#menu ul li.current_page_item a {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}

/* ▼ パンくず
---------------------------------------------*/

.breadcrumb {
	font-size: 12px;
	line-height: 140%;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* ▼ ページナビゲーション
---------------------------------------------*/

.pagenavi {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
a.page-numbers, .pagenavi .current {
	color: #000000;
	background-color: #E5E4E6;
	border: 1px solid #AFAFB0;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
a.page-numbers:hover {
	color: #000000;
	background-color: #E0EBAF;
	border: 1px solid #AFAFB0;
}
.pagenavi .current {
	color: #FFFFFF;
	background-color: #7B8D42;
	border: 1px solid #AFAFB0;
	font-weight: bold;
}
.pagenavi .next, .pagenavi .prev {
	color: #000000;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #AFAFB0;
	text-decoration: none;
}

/* ▼ コンテンツ
---------------------------------------------*/

.section {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	clear: both;
}
.section p {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.section p.wp-caption-text {
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

/* ▼ リストスタイル
---------------------------------------------*/

.section ul {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}
.section ul li {
	background-image: url(images/list_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin: 0px;
}
.section ol {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}
.section ol li.list-1 {
	background-image: url(images/list-1.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}
.section ol li.list-2 {
	background-image: url(images/list-2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}
.section ol li.list-3 {
	background-image: url(images/list-3.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}
.section ol li.list-4 {
	background-image: url(images/list-4.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}
.section ol li.list-5 {
	background-image: url(images/list-5.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}
.section ol li.list-6 {
	background-image: url(images/list-6.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}
.section ol li.list-7 {
	background-image: url(images/list-7.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}
.section ol li.list-8 {
	background-image: url(images/list-8.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}
.section ol li.list-9 {
	background-image: url(images/list-9.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}

.section ul.note li {
	background-image: url(images/note.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin: 0px;
	clear: both;
}
.section ol li.note-1 {
	background-image: url(images/note-1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	margin: 0px;
	clear: both;
}
.section ol li.note-2 {
	background-image: url(images/note-2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	margin: 0px;
	clear: both;
}
.section ol li.note-3 {
	background-image: url(images/note-3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
	margin: 0px;
	clear: both;
}

/* ▼ テーブル
---------------------------------------------*/
.section table {
	font-size: 100%;
	line-height: 160%;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.section table p {
	margin: 0px;
}
.section table ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* ▼ 投稿
---------------------------------------------*/

.entry-date {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(images/entry-date_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	height: 100%;
	font-weight: bold;
}
.section p.post-meta {
	font-size: 85%;
	line-height: 140%;
	height: 100%;
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/line-1.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
}

/* ▼ コメント
---------------------------------------------*/

#trackback {
	background-color: #F3F3F3;
	padding: 5px;
	margin-bottom: 20px;
}
.trackback-url {
	border: 1px solid #F3F3F3;
	background-color: #F3F3F3;
	width: 510px;
}
.comment {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url(images/line-1.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
.comment-meta {
}
.avatar {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*
---------------------------------------------
■ トップページ
---------------------------------------------
*/

/* ▼ 医院.ささえる.wsとは - サービスの特長
---------------------------------------------*/

#top .section ul#point {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}
#top .section ul#point li {
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

/* ▼ ニーズにあわせて選べるプラン・料金
---------------------------------------------*/
#top .plan {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	/*height: 405px;*/
	clear: both;
}
#top .plan p {
	margin: 5px;
}

#top .plan .setup {
	/*height: 404px;*/
	width: 298px;
	background-color: #F8FBF8;
	float: left;
	border: 1px solid #AFAFB0;
}
#top .plan .setup .plan-template {
	width: 298px;
	/*height: 129px;
	*height: 134px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFB0;
}
#top .plan .setup .plan-semi {
	width: 298px;
	/*height: 129px;
	*height: 134px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFB0;
}
#top .plan .setup .plan-original {
	width: 298px;
	/*height: 129px;
	*height: 134px;*/
}

#top .plan .plus {
	float: left;
	/*height: 405px;*/
	width: 60px;
}

#top .plan .maintenance {
	/*height: 404px;*/
	width: 258px;
	background-color: #F3F3F2;
	float: right;
	border: 1px solid #AFAFB0;
}
#top .plan .maintenance .plan-economy {
	width: 258px;
	/*height: 129px;
	*height: 134px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFB0;
}
#top .plan .maintenance .plan-standard {
	width: 258px;
	/*height: 129px;
	*height: 134px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFB0;
}
#top .plan .maintenance .plan-complete {
	width: 258px;
	/*height: 129px;
	*height: 134px;*/
}

/* ▼ 最近の投稿
---------------------------------------------*/
dl.topics, .section dl#recententrieswidget {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
dl.topics dt, .section dl#recententrieswidget dt {
	font-weight: bold;
	margin-top: 20px;
	color: #47885E;
}
dl.topics dd, .section dl#recententrieswidget dd {
	margin-left: 20px;
}

/*
---------------------------------------------
■ 医院.つたえる.ws とは - サービスの特長
---------------------------------------------
*/

/*
---------------------------------------------
■ 制作実績（「テンプレート」プランについて）
---------------------------------------------
*/

.section .jisseki ul, .section .template ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.section .jisseki ul li, .section .template ul li {
	margin: 0px;
	padding: 0px;
	background-image: none;
	height: auto;
	clear: both;
	overflow: hidden;
}
.section .jisseki ul li img, .section .template ul li img {
	float: left;
	margin-right: 10px;
}

/*
---------------------------------------------
■ プラン/料金
---------------------------------------------
*/

table.kakaku {
	width: 620px;
	border: 1px solid #AFAFB0;
	border-collapse: collapse;
}
table.kakaku th {
	padding: 10px;
	border: 1px solid #AFAFB0;
	border-collapse: collapse;
	background-color: #554738;
	color: #FFFFFF;
}
table.kakaku td {
	padding: 10px;
	border: 1px solid #AFAFB0;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
table.kakaku td.hiyo {
	background-color: #EDE4CD;
	font-weight: bold;
}
table.kakaku td.title {
	background-color: #F3F3F2;
}

/* ▼ 「テンプレート」プランについて、「セミオーダー」プランについて、「オリジナル」プランについて
---------------------------------------------*/
.example {
	font-size: 12px;
	line-height: 140%;
	height: 100%;
	width: auto;
	background-color: #F3F3F2;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #AFAFB0;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.example img {
	float: left;
	margin-right: 10px;
}
.example p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*
---------------------------------------------
■ 納品までの流れ
---------------------------------------------
*/

p.margin-bottom-20px {
	margin-bottom: 20px;
}

.arrow {
	padding-left: 105px;
	margin-right: 10px;
	margin-left: 10px;
}

.content h3 {
	font-size: 16px;
	line-height: 160%;
	clear: both;
	width: auto;
	height: 25px;
	margin: 0px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 10px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFAFB0;
	color: #47885E;
}
.content p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.content ul {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}

.content {
	background-color: #E0EBAF;
	margin-right: 10px;
	margin-left: 10px;
	width: 618px;
	border: 1px solid #AFAFB0;
	overflow: hidden;
}
.step {
	font-weight: bold;
	background-image: url(images/step.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 85px;
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-size: 18px;
	color: #554738;
}
.explain {
	background-color: #FFFFFF;
	width: 505px;
	float: right;
	padding: 4px;
	border-left: 1px solid #AFAFB0;
}

/*
---------------------------------------------
■ よくあるご質問
---------------------------------------------
*/

.section h3.question {
	background-image: url(images/q.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 160%;
	clear: both;
	width: auto;
	height: 25px;
	padding-top: 2px;
	padding-left: 40px;
	padding-bottom: 3px;
	padding-right: 10px;
	border-bottom: none;
	color: #47885E;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.section .answer {
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
}

/*
---------------------------------------------
■ サイトマップ
---------------------------------------------
*/
.section .ddsg-wrapper ul, .section .sitemap ul {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}
.section .ddsg-wrapper ul li, .section .sitemap ul li {
	background-image: url(images/entry-date_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.section .ddsg-wrapper ul li ul li, .section .sitemap ul li ul li {
	background-image: url(images/list_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}

/*
---------------------------------------------
■ お問い合わせ、お申し込み
---------------------------------------------
*/

table.inquiry {
	width: 620px;
	border-collapse: collapse;
}
table.inquiry th {
	font-size: 115%;
	line-height: 160%;
	text-align: left;
	padding: 5px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 130px;
	border-top: 1px solid #AFAFB0;
	border-right: 1px solid #AFAFB0;
	border-bottom: 1px solid #AFAFB0;
}
table.inquiry td {
	padding: 5px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	border-top: 1px solid #AFAFB0;
	border-bottom: 1px solid #AFAFB0;
	border-left: 1px solid #AFAFB0;
}

/* ▼ Contact Form 7
---------------------------------------------*/

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #316745;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #B94047;
}

div.wpcf7-spam-blocked {
	border: 2px solid #928178;
}

div.wpcf7-validation-errors {
	border: 2px solid #946243;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #FFFFFF;
	border: 1px solid #B94047;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #B94047;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0em;
	display: block;
	clear: left;
}

/*
---------------------------------------------
■ 会社概要、特定商取引法に基づく表示
---------------------------------------------
*/

table.summary {
	width: 620px;
	border-collapse: collapse;
}
table.summary th {
	font-size: 115%;
	line-height: 160%;
	text-align: left;
	padding: 5px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width: 110px;
	border-top: 1px solid #AFAFB0;
	border-right: 1px solid #AFAFB0;
	border-bottom: 1px solid #AFAFB0;
}
table.summary td {
	padding: 5px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	border-top: 1px solid #AFAFB0;
	border-bottom: 1px solid #AFAFB0;
	border-left: 1px solid #AFAFB0;
}
ul.website {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}
ul.website li {
	background-image: url(images/list_bg-2.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}

/*
---------------------------------------------
■ サブコンテンツ
---------------------------------------------
*/

#sub {
	width: 280px;
	height: 100%;
	float: right;
}

/* ▼ サブメニュー
---------------------------------------------*/

.menu-sub {
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}
.menu-sub p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.menu-sub ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menu-sub li.page_item, .menu-sub li.cat-item {
	background-image: url(images/list_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;	
}

#sub h2 {
	font-size: 14px;
	line-height: 160%;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(images/h2-sub.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 0px center;
	height: 25px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li.widget {
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
}
#sidebar ul ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar ul ul li {
	background-image: url(images/list_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* ▼ お知らせ
---------------------------------------------*/
.menu-sub dl.topics {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menu-sub dl.topics dt {
	font-weight: bold;
	margin-top: 0px;
	color: #47885E;
}
.menu-sub dl.topics dd {
	margin-left: 10px;
}

/* ▼ テキスト
---------------------------------------------*/

#sidebar .textwidget{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* ▼ 検索
---------------------------------------------*/

#searchwidget {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#searchwidget #s {
	width: 190px;
}
#searchwidget #searchsubmit {
	width: 40px;
}

/* ▼ タグクラウド
---------------------------------------------*/

#tagcloudwidget {
	line-height: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* ▼ カレンダー
---------------------------------------------*/

#calendar_wrap {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wp-calendar {
	width: 100%;
	border: 1px solid #AFAFB0;
	border-collapse: collapse;
}
#wp-calendar caption {
	border: 1px solid #AFAFB0;
	border-collapse: collapse;
	background-color: #583822;
	color: #FFFFFF;
	font-weight: bold;
}
#wp-calendar td {
	background-color: #E0EBAF;
	border: 1px solid #AFAFB0;
	text-align: center;
}
#wp-calendar th {
	background-color: #7B8D42;
	border: 1px solid #AFAFB0;
	text-align: center;
	color: #FFFFFF;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
}
#wp-calendar .pad {
	background-color: #F8F4E6;
}

/*
---------------------------------------------
■ フッター
---------------------------------------------
*/

#footer {
	clear: both;
	height: 100%;
	font-size: 12px;
	line-height: 140%;
}

/* ▼ フッターメニュー
---------------------------------------------*/

#footer h2 {
	font-size: 12px;
	line-height: 140%;
	font-style: normal;
}
#footer-menu {
	text-align: center;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E5E4E6;
}

#footer-menu ul {
	margin: 0px;
	margin-top: 2px;
	list-style-type: none;
}
#footer-menu ul li {
	display: inline;
	margin: 0px;
	padding: 5px;
}
#footer-menu ul li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer-menu ul li ul li {
	display: inline;
	margin: 0px;
	padding: 5px;
}

#footer-menu ul li.page_item a {
}
#footer-menu ul li.page_item a:hover {
}
#footer-menu ul li.current_page_item a {
}

/* ▼ コピーライト
---------------------------------------------*/

#copyright {
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#copyright ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#copyright li.widget {
	padding: 0px;
	font-size: 12px;
	line-height: 140%;
}
#copyright ul ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#copyright ul ul li {
	display: inline;
	margin: 0px;
	padding: 5px;
}
#copyright ul h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	margin: 0px;
}

address {
	font-size: 12px;
	line-height: 140%;
	font-style: normal;
}

