@charset "UTF-8";

/*------------------------------------------------

 common.css

 Copyright (C) FP FLORIST

------------------------------------------------*/

/* reset
================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
input, select {
	vertical-align: middle;
}
input, button, textarea, select {
	outline: none;
}

/* general rules
================================================*/
/* html
------------------------------------------------*/
html {
	overflow-y: scroll;
}

/* body
------------------------------------------------*/
body {
	margin: 0;
	background: #FFF url("../common_img/back.png") repeat;
	color: #333;
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

/* link
------------------------------------------------*/
a:link { color: #EA8563; text-decoration: underline; }
a:visited { color: #F39C7F; text-decoration: underline; }
a:hover, a:active { color: #EA8563; text-decoration: none; }

.mouseOn a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.mouseOn a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

/* img
------------------------------------------------*/
img {
	max-width: 100%;
  max-height: 100%;
  height: auto;
	border: 0;
	line-height: 1;
	vertical-align: bottom;
}
a:active img { text-decoration: none; }
.radius {
	border-radius: 5px;
}
.mrgB10 {
	margin-bottom: 10px!important;
}
.mrgB5 {
	margin-bottom: 5px!important;
}

/* text
------------------------------------------------*/
strong { font-weight: bold; font-size: 123.1%; line-height: 1.2; letter-spacing: 0; }
em { font-style: normal; background: #feffc1; }
small {  }
address { font-style: normal; }

/* h1, h2, h3, h4, p
------------------------------------------------*/
h1, h2, h3, h4 {
	line-height: 1.2;
	letter-spacing: 0;
}
p {
	margin-bottom: 30px;
}

/* list
------------------------------------------------*/
ul {
	list-style: disc;
	margin-bottom: 30px;
	padding: 0 0 0 1.5em
}
ul ul {
	list-style: circle;
	margin-bottom: 30px;
	padding: 0 0 0 1.5em
}
ol {
	list-style: decimal;
	margin-bottom: 30px;
	padding: 0 0 0 2.5em;
}
li {
	margin: 0 0 5px;
}

/* dl
------------------------------------------------*/
dl {
	margin-bottom: 30px;
}
dt {
	margin: 0 0 5px;
	font-weight: bold;
}

/* table
------------------------------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #EA8563;
	font-size: inherit;
	font: 100%;
	line-height: 1.3;
}
table th {
	padding: 5px 10px;
	border: 1px solid #EA8563;
	background: #F8CABB;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}
table td {
	padding: 5px 10px;
	border: 1px solid #EA8563;
}
caption {
	padding: 0 0 10px;
	color: #333;
	font-weight: bold;
	text-align: left;
	caption-side: top;
}
table .nowrap { white-space: nowrap; }

/* form
--------------------------------------*/
input, textarea, select { padding: 2px; }
option { padding-left: 5px; }
label {
	font-weight: inherit;
	cursor: pointer;
}

/* sup
--------------------------------------*/
sup {
	vertical-align: top;
}

/* common rules
================================================*/
/* link
------------------------------------------------*/
a.bnr:link { color: #000; text-decoration: none; }
a.bnr:visited { color: #666; text-decoration: none; }
a.bnr:hover, a.bnr:active { color: #00693E; text-decoration: none; }

/* clear
------------------------------------------------*/
.clear { clear: both; }

/* align ctrl
------------------------------------------------*/
.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.top { vertical-align: top; }

/* margin ctrl
------------------------------------------------*/
.lastChild { margin-bottom: 0; }

/* text
------------------------------------------------*/
.f26px { font-size: 197%; }
.f25px { font-size: 189%; }
.f24px { font-size: 182%; }
.f23px { font-size: 174%; }
.f22px { font-size: 167%; }
.f21px { font-size: 161.6%; }
.f20px { font-size: 153.9%; }
.f19px { font-size: 146.5%; }
.f18px { font-size: 138.5%; }
.f17px { font-size: 131%; }
.f16px { font-size: 123.1%; }
.f15px { font-size: 116%; }
.f14px { font-size: 108%; }
.f13px { font-size: 100%; }
.f12px { font-size: 93%; }
.f11px { font-size: 85%; }
.f10px { font-size: 77%; }
.f-red { color: #C00; }
.f-black { color: #000; }
.f-gray { color: #666; }
.f-white { color: #FFF; }
.f-plane { font-weight: normal; }
.f-s { font-size: 12px; }
.f-bold { font-weight: bold; }

/* margin
------------------------------------------------*/
.bt0 { margin-bottom: 0 !important; }
.bt5 { margin-bottom: 5px !important; }
.bt10 { margin-bottom: 10px !important; }
.bt20 { margin-bottom: 20px !important; }
.bt30 { margin-bottom: 30px !important; }
.bt40 { margin-bottom: 40px !important; }
.bt50 { margin-bottom: 50px !important; }
.bt60 { margin-bottom: 60px !important; }
.bt70 { margin-bottom: 70px !important; }
.bt80 { margin-bottom: 80px !important; }
.bt90 { margin-bottom: 90px !important; }
.bt100 { margin-bottom: 100px !important; }

/* img float
------------------------------------------------*/
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL0 {
	float: left;
	margin: 0 10px 0 0;
}
.imgR0 {
	float: right;
	margin: 0 0 0 10px;
}

/* [hack] overflow
--------------------------------------*/
.overflow {
	_zoom: 1;
	overflow: hidden;
}

/* [hack] clear fix
--------------------------------------*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

/* general layout
================================================*/
/* wrap
------------------------------------------------*/
#wrap {
	background: transparent url("../common_img/wrap_back.png") repeat-x;
}

/* header
------------------------------------------------*/
#headerBox {
	position: relative;
	z-index: 0;
	background: url("/soft/header_img/nav_back.png") repeat-x 0 75px,
							url("/soft/header_img/back.png") no-repeat center top;
	position: relative;
}
#globalHeader {
	position: relative;
	width: 960px;
	height: 220px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#globalHeader p {
	margin: 0;
}

/* logo */
#globalHeader #headerLogo {
	position: absolute;
	top: 12px;
	left: 0;
	width: 260px;
}
#globalHeader #headerCopy {
	position: absolute;
	top: 14px;
	left: 280px;
	color: #25B08A;
	font-weight: bold;
	font-size: 14px;
}
/* FPF logo */
#globalHeader #headerFPF {
	position: absolute;
	top: 20px;
	right: 30px;
}
#globalHeader #headerFPF a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#globalHeader #headerFPF a:link,
#globalHeader #headerFPF a:visited {
	color: #555;
	text-decoration: none;
}
#globalHeader #headerFPF img {
	display: block;
	width: 180px;
}


/* globalNav */
#globalNav {
	list-style: none;
	position: absolute;
	top: 75px;
	left: 0;
	width: 960px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#globalNav ul li#navProFP {
	float: left;
	height: 58px;
	margin: -18px 0 0;
}



/* main
------------------------------------------------*/
#main {
	position: relative;
	z-index: 1;
	width: 960px;
	margin: -125px auto 50px;
	padding: 0;
}
#main:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

/* content */
#content {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0;
}
/* sidebar */
#sidebar {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
}

/* content
------------------------------------------------*/
/* topic path */
#topicPath {
	margin: 0 0 15px;
	color: #666;
	font-size: 10px;
}
#topicPath span {
	font-family: Verdana, sans-serif;
	font-weight: bold;
}
#topicPath a:link { color: #333; }
#topicPath a:visited { color: #666; }
#topicPath a:hover,
#topicPath a:active { color: #333; text-decoration: none; }

/* pageTop */
#content .pageTop {
	text-align: right;
}

/* title */
#title {
	width: 720px;
	height: 135px;
	margin: 0 0 20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

/* box */
.box {
	width: 670px;
	margin: 0 0 25px;
	padding: 25px;
	background: #FFF;
}
.box:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
.box > :last-child {
	margin-bottom: 0;
}
.box > p:last-child {
	margin-bottom: 0;
}
.box :last-child {
	margin-bottom: 0;
}

/* リストへのリンク */
.linkList {
	margin: 0 0 10px;
	text-align: right;
}

/* button */
.btn a {
	display: inline-block;
	padding: 8px 10px 8px 20px;
	border: 1px solid #EA8563;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: 0;
	transition: 0.5s;
	border-radius: 5px;
  background: #EA8563 url("../common_img/arrow_s_white.png") no-repeat 5px center;
	position: relative;
}
.btn a:hover {
  background: #EFB9A7 url("../common_img/arrow_s_white.png") no-repeat 5px center;
}
.btn.btnBlock a {
	display: block;
	padding: 20px 10px 20px 20px;
	font-size: 18px;
}
.btn.btn2col a {
	box-sizing: border-box;
	width: 330px;
	padding: 20px 10px 20px 20px;
	font-size: 18px;
}
.btn.btnGreen a {
	border: 1px solid #91c848;
  background: #91c848 url("../common_img/arrow_s_white.png") no-repeat 5px center;
}
.btn.btnGreen a:hover {
  background: #abe063 url("../common_img/arrow_s_white.png") no-repeat 5px center;
}

/* indent */
.indent {
	margin-left: 30px;
	margin-right: 30px;
}
.indentWarning {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}
.indent1em {
	margin-left: 1.5em;
	text-indent: -1.5em;
}

/* induce */
.induce {
	padding: 0 0 0 15px;
	background: transparent url("../common_img/arrow_s.png") no-repeat left center;
	color: #000;
	letter-spacing: 0;
}
.induce a:link { text-decoration: underline; }
.induce a:visited { text-decoration: underline; }
.induce a:hover, .induce a:active { text-decoration: none; }


/* new */
.new {
	padding: 1px 5px;
	background: #f5a98e;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

/* h2 */
h2.asteriskPink {
  margin: 50px 0 20px;
  padding: 0 0 0 22px;
  background: url(/common_img/mark.png) no-repeat 0 2px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

/* sidebar
------------------------------------------------*/
#sidebar h2 {
	margin: 0 0 10px;
}

/* ctgNav */
#ctgNav {
	margin: 0 0 30px;
	padding: 0;
	/* background: transparent url("../common_img/back_cloth.jpg") repeat-y; */
}
#sidebar #ctgNav h2 {
	margin: 0 0 2px;
}
#ctgNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ctgNav li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}
#ctgNav li a {
	display: block;
	padding: 8px 5px 8px 20px;
	border: 1px solid #EA8563;
	background: #EFAD97 url("../common_img/arrow_s_white.png") no-repeat 5px center;
	transition:0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
#ctgNav li:last-child a {
	margin: 0;
}
#ctgNav li a:hover,
#ctgNav li a:active {
	border: 1px solid #EA8563;
	background: #FFF url("../common_img/arrow_s.png") no-repeat 10px center;
}
#ctgNav li a:link { color: #FFF; text-decoration: none; }
#ctgNav li a:visited { color: #FFF; text-decoration: none; }
#ctgNav li a:hover,
#ctgNav li a:active { color: #EA8563; text-decoration: none; }

/* mail */
#sideMail {
	margin: 0 0 20px;
	padding: 10px;
	border: 5px solid #DDD;
	background: #FFF;
}
#sideMail figure {
	display: block;
	margin: -20px 0 10px;
	text-align: center;
}
#sideMail h2 {
	margin: 0 0 10px;
}

#sidebar form {
	margin: 15px auto 0;
	padding: 15px 0 0;
	border-top: 1px dashed #AAA;
}
#sidebar label {
	display: inline-block;
	width: 4.5em;
	padding: 0;
	font-size: 12px;
}
#sidebar input[type="text"] {
	width: 120px;
	margin: 0 0 5px;
}
#sidebar select {
	width: 120px;
	margin: 0 0 5px;
}
#sidebar input[type="submit"] {
	width: 190px;
	margin: 10px 0 0;
}

/* info media */
.sideInfo {
	margin: 40px 0 0;
}
.sideInfo a:link { color: #000; text-decoration: none; }
.sideInfo a:visited { color: #666; text-decoration: none; }
.sideInfo a:hover, .sideInfo a:active { color: #000; text-decoration: underline; }

.sideInfoTitle {
	position: relative;
	width: 220px;
	height: 26px;
	margin: 0 0 10px;
}
.sideInfoTitle h2 {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	margin: 0;
}
.sideInfoTitle p {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	line-height: 1;
}
.sideInfo dl {
	margin: 0;
	font-size: 12px;
}
.sideInfo dt {
	margin: 10px 0 0;
	font-weight: normal;
}
.sideInfo dd {
	padding: 0 0 5px 10px;
	border-bottom: 1px dotted #AAA;
	background: transparent url("../common_img/arrow_s.png") no-repeat 0 6px;
}

/* GlobalNav */
#sideGlobalNav ul {
	list-style: none;
	margin: 40px 0 10px;
	padding: 0;
}
/* GuideNav */
#sideGuideNav ul {
	list-style: none;
	margin: 0 0 40px;
	padding: 9px;
	border: 1px solid #666;
	background: #FFF;
	font-size: 12px;
}
#sideGuideNav ul li {
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	background: url("../common_img/arrow_s.png") no-repeat 0 6px;
}
#sideGuideNav ul li:last-child {
	margin: 0;
}
#sideGuideNav ul li a:link { color: #333; text-decoration: none; }
#sideGuideNav ul li a:visited { color: #666; text-decoration: none; }
#sideGuideNav ul li a:hover,
#sideGuideNav ul li a:active { color: #333; text-decoration: underline; }

/* about */
#sideAbout {
	margin: 0;
	padding: 15px 0 0;
	border-top: 1px solid #000;
}
#sideAbout dt {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 16px;
}
#sideAbout dt a:link { color: #000; font-weight: bold; text-decoration: none; }
#sideAbout dt a:visited { color: #000; font-weight: bold; text-decoration: none; }
#sideAbout dt a:hover,
#sideAbout dt a:active { color: #000; font-weight: bold; text-decoration: underline; }

#sideAbout dd p {
	margin: 0 0 10px;
	letter-spacing: 0;
}
.sideYlpBnr img {
	width: 220px;
	height: auto;
}

body:not(#home) #lifplusBnr {
	display: none;
}

/* footer
------------------------------------------------*/
#footerBox {
	margin: 0;
	padding: 0;
	background: /* url("../footer_img/back.png") no-repeat center bottom, */
							url("../footer_img/back_base.png") repeat-x left top;
	position: relative;
}
footer {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px;
	font-size: 12px;
}
#primitiveLink {
	_zoom: 1;
	overflow: hidden;
	position: relative;
	width: 960px;
	height: 42px;
	margin: 0 0 20px;
	background: url("/footer_img/line.png") no-repeat 840px center;
}
#primitiveLink #footerHome {
	position: absolute;
	top: 12px;
	left: 0;
}
#primitiveLink .pageTop {
	position: absolute;
	top: 8px;
	right: 0;
}
#footerAbout {
	float: left;
	width: 703px;
}
#footerAbout h2 {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 16px;
}
#footerAbout h2 a:link { color: #000; font-weight: bold; text-decoration: none; }
#footerAbout h2 a:visited { color: #000; font-weight: bold; text-decoration: none; }
#footerAbout h2 a:hover,
#footerAbout h2 a:active { color: #000; font-weight: bold; text-decoration: underline; }

#footerAbout p {
	margin: 5px 0 0;
}
small#copyright {
	display: block;
	margin: 20px 0 0;
	color: #666;
	font-size: 10px;
}

footer nav {
	float: right;
	width: 220px;
	margin: 0;
}
footer nav:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}
footer nav a:link { color: #000; text-decoration: none; }
footer nav a:visited { color: #666; text-decoration: none; }
footer nav a:hover, footer Nav a:active { color: #000; text-decoration: underline; }

footer nav>ul {
	list-style: none;
	width: 220px;
	margin: 0;
	padding: 0;
}
footer nav>ul>li {
	float: left;
	width: 205px;
	margin: 0;
	padding: 2px 14px;
	border-left: 1px dashed #AAA;
}
footer nav>ul>li:last-of-type {
	border-right: 1px dashed #AAA;
}
footer nav>ul>li h3 {
	min-height: 14px;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	background: url("../common_img/arrow.png") no-repeat left top;
}
footer nav>ul>li h3#footerContact {
	margin: 0 0 10px;
	padding: 10px 0;
	border-bottom: 1px dashed #AAA;
}
footer nav>ul>li ul {
	list-style: none;
	width: 190px;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
footer nav>ul>li ul li {
	margin: 0 0 3px;
	padding: 0 0 0 12px;
	background: url("../common_img/arrow_s.png") no-repeat left 6px;
	letter-spacing: 0;
}
footer nav>ul>li:last-of-type ul {
	list-style: none;
	width: 205px;
	margin: 0 0 20px;
	padding: 0;
}

/* 運営サイトバナー */
#footerAbout p.bt5 {
	margin-bottom: 5px;
}
#footerAbout p.bt10 {
	margin-bottom: 10px;
}
.managementSite {
	margin-bottom: 10px;
}
.managementSite a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 54px;
	border: 1px solid #EA8563;
	background-color: #fff;
	text-decoration: none;
	transition: 0.6s;
}
.managementSite a:hover {
	background-color: #FEECE6;
}
.managementSite a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	display: block;
	width: 36px;
	height: 36px;
	background: url(/common_img/madoguchi_logo_mark.png) no-repeat left top;
	background-size: 36px auto;
}
.managementSite dt {
	margin-bottom: 5px;
	color: #EA8563;
	line-height: 1;
}
.managementSite dd {
	line-height: 1;
}
.managementSite.lifplus a::before {
	width: 36px;
	height: calc(36px * 212 / 271);
	background: url(/common_img/lifplus_logo_mark.svg) no-repeat left top;
	background-size: 36px auto;
}
