@charset "UTF-8";
/* CSS Document */


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;	/* center in winIE */
	padding: 0;
	background-color: #ffffff !important;
	font-size: 12px !important;
	font-size: 100%;
	line-height: 1.6em !important;
	line-height: 160%;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
	color: #231815;
}
* {
	font-family: inherit;
	font-size: 100%;
	line-height: 140%;
}
div, p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
	text-align: left;
}
h1 {
	margin: 0 0 20px;
}
h2 {
	margin: 0 0 20px;
}
h3 {
	margin: 0 0 15px;
	padding: 3px 3px 3px 20px;
	font-size: 150%;
	font-weight: normal;
	color: #fff;
	background-color: #4ebdc6;
}
h3 span {
	margin: 0 15px;
	font-size: 60%;
}
h4 {
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	font-size: 150%;
	font-weight: normal;
	color: #e06940;
	background: url(/assets/images/point01.png) no-repeat left 0.3em;
}

a {
	color: #231815;
	text-decoration: none;
  overflow:hidden;
  outline:none;
}
a:hover {
	color: #5F5451;
	text-decoration: underline;
}
p {
	text-align: left;
}
img {
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #ffffff;
}
.hidden {
	display: none;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.center_img {
	display: block;
	margin: 0 auto 25px;
}
.right-f {
	float: right;
}
.left-f {
	float: left;
}
.clear {
	clear: both;
}

.emphasis {
	color: #e06940;
}
.strong {
	font-size: 160%;
	line-height: 1.8em;
	letter-spacing: 0.2em;
}


blockquote{
	background-color: #efefef;
	padding: 3em 1em;
	position: relative;
}
blockquote:before{
	content: "“";
	font-size: 600%;
	line-height: 1em;
	color: #999;
	position: absolute;
	left: 0;
	top: 10px;
}
blockquote:after{
	content: "”";
	font-size: 600%;
	line-height: 0em;
	color: #999;
	position: absolute;
	right: 0;
	bottom: 0;
}
blockquote ul {
	width: 90%;
	margin: 0 auto;
	list-style-type: decimal;
}

/*------------------
clearfix
------------------*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}



/*==================

wrap

==================*/
div#wrap {
	width: 100%;
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
	background-color: #f0efdf;
}

/*==================

main

==================*/
/*------------------
header_bk
------------------*/
div#header_bk {
	background-color: #fff;
	border-bottom: 5px solid #f39700;
}
h1#hd_read {
	width: 950px;
	margin: 10px auto;
	font-weight: normal;
}
/*------------------
header
------------------*/
div#header_bk div#header {
	width: 950px;
	margin: 0 auto;
}
div#header_bk div#header div#logo {
	width: 383px;
	height: 100px;
	float: left;
}
div#header_bk div#header div#logo a {
}
div#header_bk div#header div#logo a img{
	width: 383px;
	height: 60px;
	position: relative;
	top: 50%;
	margin-top: -30px;
}

div#header_bk div#header div#hd_contact {
	width: 230px;
	float: right;
}
div#header_bk div#header div#hd_contact div#tel {
	width: 230px;
	height: 60px;
	margin: 0 0 4px;
	background: url(/assets/images/tel.png) no-repeat left top;
}
div#header_bk div#header div#hd_contact div#hd_inquiry {
	width: 230px;
	height: 36px;
}
div#header_bk div#header div#hd_contact div#hd_inquiry a {
	width: 230px;
	height: 36px;
	display: block;
	text-indent: -99999px;
	background: url(/assets/images/inquiry.jpg) no-repeat left top;
}
div#header_bk div#header div#hd_contact div#hd_inquiry a:hover {
	background-position: left bottom;
}


/*------------------
nav
------------------*/
div#nav {
	overflow: hidden;
	width: 950px;
	height: 40px;
	margin: 10px auto 0;
}
div#nav ul {
	width: 950px;
	height: 40px;
}
div#nav ul li {
	float: left;
	width: 155px;
	height: 40px;
	margin: 0 0 0 4px;
	text-align: center;
	padding: 0;
	list-style: none;
}
div#nav ul li:first-child {
	margin: 0;
}
div#nav ul li a {
	display: block;
	width: 155px;
	height: 40px;
	line-height: 40px; /* テキストの上下位置を中央ぞろえに */
	text-decoration: none;
	color: #fff;
	font-size: 130%;
	background-color: #8ec31e;
	/* ▼CSS3 */
	border-top-left-radius: 5px;     /* 左上 */
	border-top-right-radius: 5px;    /* 右上 */
	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 5px;     /* 左上 */
	-webkit-border-top-right-radius: 5px;    /* 右上 */
	/* ▼Firefox */
	-moz-border-radius-topleft: 5px;     /* 左上 */
	-moz-border-radius-topright: 5px;    /* 右上 */
}
div#nav ul li a:hover {
	background-color: #6fa401;
}
div#nav ul li a img {
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
	position: relative;
	top: 50%;
	margin-top: -5px;
}

/*==================

main

==================*/
/*------------------
main_bk
------------------*/
div#main_bk {
	width: 950px;
	background-color: #fff;
	margin: 0 auto;
	padding: 15px 0;
}
/*------------------
main
------------------*/
div#main {
	width: 910px;
	height: 280px;
	margin: 0 auto 25px;
	background: url(/assets/images/top/main.jpg) no-repeat left top;
	text-indent: -99999px;
}
/*------------------
content
------------------*/
div#content {
	width: 910px;
	margin: 0 auto 15px;
}
div#content div#side_menu {
	float: left;
	width: 200px;
}
div#content div#main_content {
	float: right;
	width: 690px;
}


/*------------------
side_menu
------------------*/
div#side_menu {
	width: 200px;
}

/*------------------
s_profile
------------------*/
div#side_menu div#s_profile {
	width: 198px;
	margin: 0 0 25px;
	border: #c9c9ca 1px solid;
}
div#side_menu div#s_profile img {
	width: 185px;
	height: 180px;
	margin: 10px 6px;
}
div#side_menu div#s_profile div.s_btn_prof {
	width: 185px;
	margin: 0 auto 10px;
}
div#side_menu div#s_profile div.s_btn_prof a {
	width: 185px;
	height: 28px;
	text-align: center;
	display: block;
	padding: 1px;
	color: #fff;
	background-color: #4ebdc6;
}
div#side_menu div#s_profile div.s_btn_prof a:hover {
	background-color: #61d0da;
}
div#side_menu div#s_profile div.s_btn_prof a span {
	display: block;
	line-height: 26px;
	margin: auto;
	border: #fff 1px solid;
}
div#side_menu div#s_profile div.s_btn_prof a span img {
	width: 8px;
	height: 12px;
	margin: 6px 0;
}
/*------------------
s_profile
------------------*/
div#side_menu div#s_profile {
	width: 198px;
	margin: 0 0 25px;
	border: #c9c9ca 1px solid;
}
div#side_menu div#s_profile img {
	width: 185px;
	height: 180px;
	margin: 10px 6px;
}
div#side_menu div#s_profile div.s_btn_prof {
	width: 185px;
	margin: 0 auto 10px;
}
div#side_menu div#s_profile div.s_btn_prof a {
	width: 185px;
	height: 28px;
	text-align: center;
	display: block;
	padding: 1px;
	color: #fff;
	background-color: #4ebdc6;
}
div#side_menu div#s_profile div.s_btn_prof a:hover {
	background-color: #61d0da;
}
div#side_menu div#s_profile div.s_btn_prof a span {
	display: block;
	line-height: 26px;
	margin: auto;
	border: #fff 1px solid;
}
div#side_menu div#s_profile div.s_btn_prof a span img {
	width: 8px;
	height: 12px;
	margin: 6px 0;
}

/*------------------
s_writing
------------------*/
div#side_menu div#s_writing {
	width: 198px;
	margin: 0 0 25px;
	border: #c9c9ca 1px solid;
}
div#side_menu div#s_writing a.title {
	background: url(/assets/images/point01.png) no-repeat left 3px;
	line-height: 1.5em;
	margin: 10px;
	padding: 0 0 15px 15px;
	font-size: 150%;
	text-decoration: none;
}
div#side_menu div#s_writing div.writing_info {
	width: 185px;
	margin: 0 auto 15px;
}
div#side_menu div#s_writing div.writing_info img {
	float: left;
	width: 80px !important;
	height: 113px !important;
}
div#side_menu div#s_writing div.writing_info p {
	float: left;
	width: 100px;
	margin: 0 0 0 5px;
}

div#side_menu div#s_writing div.s_btn_writing {
	margin: 10px 5px;
}
div#side_menu div#s_writing div.s_btn_writing a {
	width: 185px;
	height: 28px;
	text-align: center;
	display: block;
	padding: 1px;
	color: #fff;
	background-color: #4ebdc6;
}
div#side_menu div#s_writing div.s_btn_writing a:hover {
	background-color: #61d0da;
}
div#side_menu div#s_writing div.s_btn_writing a span {
	display: block;
	line-height: 26px;
	margin: auto;
	border: #fff 1px solid;
}
div#side_menu div#s_writing div.s_btn_writing a span img {
	width: 8px;
	height: 12px;
	margin: 6px 0;
}

/*------------------
s_blog_bnr
------------------*/
div#s_blog_bnr {
	margin: 0 0 20px;
	padding: 0;
}
#s_blog_bnr a {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 200px;
	height: 110px;
	position: relative;
	background-image: url(/assets/images/s_blog_bnr.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
}
#s_blog_bnr a {background-position:0 top;}
#s_blog_bnr a:hover {background-position:0 bottom;}

/*------------------
s_consultation_bnr
------------------*/
div#s_consultation_bnr {
	margin: 0 0 25px;
	padding: 0;
}
#s_consultation_bnr a {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 200px;
	height: 110px;
	position: relative;
	background-image: url(/assets/images/s_consultation_bnr.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
}
#s_consultation_bnr a {background-position:0 top;}
#s_consultation_bnr a:hover {background-position:0 bottom;}

/*------------------
s_menu
------------------*/
div#s_menu {
	width: 200px;
}
div#s_menu .s_menu_cont {
	margin: 0 0 25px;
}
div#s_menu .s_menu_cont a {
	background: url(/assets/images/point01.png) no-repeat left 3px;
	line-height: 1.5em;
	padding: 0 0 15px 15px;
	font-size: 150%;
	text-decoration: none;
}
div#s_menu .s_menu_cont a:hover {
	text-decoration: underline;
}
div#s_menu .s_menu_cont p {
	width: 200px;
	letter-spacing: normal;
	font-size: 95%;
}

/*------------------
s_company
------------------*/
div#s_company {
	width: 198px;
	margin: 0 0 25px;
	border: #c9c9ca 1px solid;
}
div#s_company img {
	display: block;
	margin: 10px auto;
}
div#s_company p {
	width: 170px;
	margin: 0 auto 10px;
	font-size: 95%;
}

/*------------------
s_link
------------------*/
div#s_link {
	width: 198px;
	margin: 0 0 25px;
}
div#s_link p {
	margin-bottom: 10px;
	font-size: 130%;
	border-bottom: 3px solid #ccc;
}
div#s_link ul {
	list-style-type: circle;
	list-style-position: inside;
}
div#s_link ul li {
	font-size: 110%;
	line-height: 2em;
}
div#s_link ul li a {
	display: marker;
}
div#s_link ul li a:hover {
	color: #8EC31E;
}

/*------------------
main_content
------------------*/
div#content div#main_content p {
	margin: 0 0 25px;
}



/*------------------
consultation_bnr
------------------*/
div.consultation_bnr {
	margin: 0 0 40px;
	padding: 0;
}
.consultation_bnr a {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	width: 690px;
	height: 94px;
	position: relative;
	background-image: url(/assets/images/consultation_bnr.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
}
.consultation_bnr a {background-position:0 top;}
.consultation_bnr a:hover {background-position:0 bottom;}




/*------------------
ft_inquiryArea
------------------*/
div#ft_inquiryArea {
	width: 910px;
	margin: 30px auto 15px;
	border: #c9c9ca 1px solid;
	/* ▼Firefox */
	-moz-border-radius: 5px;
	/* ▼Safari,Chrome */
	-webkit-border-radius: 5px;
	/* ▼CSS3 */
	border-radius: 5px;
}
div#ft_inquiryArea h4 {
	font-size: 120%;
	font-weight: normal;
	color: #f39700;
	margin: 10px 20px;
	padding: 0 !important;
	background: none !important;
}
div#ft_inquiryArea div#ft_contact {
	margin: 10px 20px;
}
div#ft_inquiryArea div#ft_contact div {
	float: left;
	margin: 0;
}
div#ft_inquiryArea div#ft_contact div:nth-of-type(2) {
	margin: 0 10px;
}
div#ft_inquiryArea div#ft_contact div#ft_inquiry a {
	width: 230px;
	height: 36px;
	display: block;
	text-indent: -99999px;
	background: url(/assets/images/inquiry.jpg) no-repeat left top;
}
div#ft_inquiryArea div#ft_contact div#ft_inquiry a:hover {
	background-position: left bottom;
}


/*==================

footer

==================*/
div#footer_bk {
	border-top: 5px solid #f39700;
	background-color: #fff;
}
div#footer {
	width: 910px;
	margin: 20px auto 50px;
}
div#footer div#ft_nav {
	float: left;
	width: 500px;
}
div#footer div#ft_nav ul {
	margin: 0;
	float: left;
}
div#footer div#ft_nav ul li {
	float: left;
	list-style: none;
	border-left: 1px solid #000;
	padding-left: 15px;
	margin-left: 15px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
div#footer div#ft_nav ul li:first-child {
	border-left: none;
	padding-left: 0px;
	margin-left: 0px;
}
div#footer div#ft_nav ul li a {
	text-decoration: none;
}
div#footer div#ft_nav ul li a:hover {
	text-decoration: underline;
}
div#footer div#copyright {
	float: right;
	width: 400px;
	font-size: 90%;
	text-align: right;
}


