@CHARSET "UTF-8";


p.preparation {
	padding: 80px;
	text-align: center;
	font-size: 110%;
}


/* =========================================================
	TOP
========================================================= */

/*--------------------------------
	メインビジュアル
--------------------------------*/

#mainvisual {
	margin-bottom: 50px;
	padding-top: 5px;
	width: 1340px;
	height: 335px;
}

#mainvisual img {
	width: 100%;
}

#mainvisual .slide {
	position: relative;
}

#mainvisual .text-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url("../img/common/bg_name.png");
	z-index: 999;
}

#mainvisual .text-box h3 {
	padding: 10px 15px 8px;
	font-weight: bold;
	text-align: right;
}

/*-------------------------------------
	bxslider
-------------------------------------*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/* スライダーページャー */

.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 3px;
	right: 15px;
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	z-index: 999;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	outline: 0;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* スライダーコントロールボタン */

.bx-wrapper .bx-prev {
	left: 0px;
	background: url("../images/top/btn_prev.png") no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: 0px;
	background: url("../images/top/btn_next.png") no-repeat 0 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 40px;
	height: 45px;
	text-indent: -9999px;
	z-index: 9999;
}


/*--------------------------------
	ニュース
--------------------------------*/

#top-news {
	margin-bottom: 60px;
}

#top-news h2 {
	margin-bottom: 20px;
}

#top-news ul {
	margin-left: 18px;
}

#top-news li {
	margin-bottom: 10px;
	font-size: 90%;
}

#top-news li a {
	color: #777;
}

#top-news li span {
	padding-right: 30px;
}


/*--------------------------------
	コンテンツリスト
--------------------------------*/

#top-content-list {
	margin-bottom: 60px;
}

#top-content-list .item-box {
	float: left;
	margin-right: 12px;
	width: 264px;
}


/*--------------------------------
	お問い合わせ
--------------------------------*/

#contact-box p.guide {
	float: left;
	width: 241px;
}

#contact-box p.number {
	float: left;
	width: 210px;
}

#contact-box p.form {
	position: relative;
	float: left;
	width: 379px;
	height: 75px;
	background: url("../images/top/contact_bg.png") no-repeat;
}

#contact-box p.form a {
	position: absolute;
	display: block;
	top: 23px;
	right: 18px;
}



/* =========================================================
	下層共通
========================================================= */

table.nomal {
	width: 100%;
	background: url("../images/common/border_dotted.png") repeat-x top left;
}

table.nomal th,
table.nomal td {
	padding: 18px 0;
	background: url("../images/common/border_dotted.png") repeat-x bottom left;
}

table.nomal th {
	width: 150px;
	color: #555;
	font-weight: bold;
	text-align: center;
}

table.nomal td {
	padding-left: 10px;
}


/* =========================================================
	会社情報
========================================================= */

#page-about h2 {
	margin-bottom: 30px;
	padding-top: 10px;
}

#page-about h3 {
	margin-bottom: 30px;
	padding-top: 20px;
}

#page-about .inner-box {
	margin-bottom: 60px;
}

#page-about .philosophy {
	margin-bottom: 70px;
}

#page-about .philosophy h3 {
	margin-bottom: 50px;
}

#page-about .philosophy dt {
	margin-bottom: 8px;
}

#page-about .philosophy dd {
	margin-bottom: 40px;
	color: #555;
}

#page-about .philosophy dt.row01,
#page-about .philosophy dd.row01 {
	padding-left: 87px;
}

#page-about .philosophy dt.row02,
#page-about .philosophy dd.row02 {
	padding-left: 147px;
}

#page-about .philosophy dt.row03,
#page-about .philosophy dd.row03 {
	padding-left: 207px;
}

#page-about .model {
	margin-bottom: 30px;
}

#page-about .model h3 {
	margin-bottom: 50px;
}

#page-about .model dl {
	padding-left: 30px;
}

#page-about .model dt {
	margin-bottom: 3px;
	color: #000;
	font-size: 115%;
}

#page-about .model dd {
	margin-bottom: 30px;
}


/* =========================================================
	業務内容
========================================================= */

#page-service h2 {
	margin-bottom: 45px;
	padding-top: 10px;
}

#page-service p.guide {
	margin-bottom: 60px;
	padding-top: 10px;
}

#page-service .content-list {
	width: 800px;
}

#page-service .content-list .item-box {
	margin-bottom: 60px;
}

#page-service .content-list .item-box .text-box {
	float: left;
	margin-right: 35px;
	padding-top: 3px;
	width: 465px;
	color: #777;
	line-height: 1.6;
}

#page-service .content-list .item-box p.link {
	text-align: right;
}

#page-service .content-list .item-box .text-box h3 {
	margin-bottom: 6px;
	padding-left: 15px;
	color: #1e90ff;
	font-size: 160%;
	background: url("../images/common/icon_arrow.png") no-repeat 2px 10px;
}

#page-service .content-list .item-box .text-box h3 a:hover {
	color: #6CB4FA;
	text-decoration: none;
}

#page-service .content-list .item-box .photo-box {
	float: left;
	width: 270px;
}

#page-service .content-list .item-box .top-content {
	margin-bottom: 40px;
}

#page-service .content-list .item-box .low-content {
	margin-bottom: -30px;
}

#page-service .content-list .item-box .low-content .low-item-box {
	margin-bottom: 40px;
}

#page-service .content-list .item-box .low-content .low-item-box h4 {
	margin-bottom: 10px;
	color: #21ADE5;
	font-size: 110%;
	font-weight: 800;
}

#page-service .content-list .item-box .low-content .low-item-box h5 {
	padding: 0 12px;
	font-weight: 800;
}

#page-service .content-list .item-box .low-content .low-item-box p {
	margin-bottom: 15px;
	padding: 0 12px;
	font-size: 90%;
}


/* =========================================================
	業務内容 - 化粧品開発・コンサルティング
========================================================= */

#page-service01 h2 {
	margin-bottom: 50px;
	padding-top: 10px;
}

#page-service01 h3 {
	margin-bottom: 40px;
}

#page-service01 .content-box01 {
	margin: 0 auto 80px;
	padding: 0 43px;
}

#page-service01 .content-box01 h3 {
	margin-bottom: 25px;
	font-size: 170%;
	text-align: center;
}

#page-service01 .content-box01 .left-box {
	float: left;
	width: 367px;
}

#page-service01 .content-box01 .right-box {
	float: right;
	width: 367px;
}

#page-service01 .content-box01 .text-box {
	padding: 15px 15px 0 20px;
	width: 332px;
	height: 130px;
	background: url("../images/service/bg_content01.jpg");
}

#page-service01 .content-box01 .text-box h4 {
	margin-bottom: 4px;
	color: #1e90ff;
	font-size: 145%;
}


#page-service01 .content-box02 {
	margin: 0 auto 90px;
	padding-left: 28px;
}

#page-service01 .content-box02 .text-box {
	float: left;
	margin-right: 55px;
	width: 480px;
}

#page-service01 .content-box02 .text-box h4 {
	margin-bottom: 15px;
}

#page-service01 .content-box02 .text-box p {
	margin-bottom: 33px;
	font-size: 90%;
}

#page-service01 .content-box02 .photo-box {
	float: left;
	width: 265px;
}


#page-service01 .content-box03 {
	margin: 0 auto 50px;
	padding-left: 28px;
}

#page-service01 .content-box03 p {
	margin-bottom: 20px;
}

#page-service01 .content-box03 h4 {
	margin-bottom: 3px;
	color: #1e90ff;
	font-size: 140%;
}

#page-service01 .content-box03 h4 span.sub {
	color: #555;
	font-size: 70%;
}

#page-service01 .content-box03 table {
	margin: 0 auto 15px;
	width: 100%;
}

#page-service01 .content-box03 table th,
#page-service01 .content-box03 table td {
	padding-bottom: 2px;
}

#page-service01 .content-box03 table th {
	padding-left: 10px;
	width: 100px;
	color: #000;
	background: url("../images/common/icon_hyphen.png") no-repeat left center;
}

#page-service01 .content-box03 .text-box {
	float: left;
	width: 402px;
}

#page-service01 .content-box03 .photo-box {
	float: left;
	margin-bottom: 40px;
	padding-top: 7px;
	width: 400px;
}

#page-service01 .content-box03 h5 {
	margin-bottom: 10px;
	padding-top: 20px;
	color: #222;
	font-size: 120%;
	text-decoration: underline;
}

#page-service01 .content-box03 li {
	margin-bottom: 5px;
	padding-left: 10px;
	background: url("../images/common/icon_hyphen.png") no-repeat left center;
}


/* =========================================================
	実績紹介
========================================================= */

#page-result h2 {
	margin-bottom: 50px;
	padding-top: 10px;
}

#page-result h3 {
	margin-bottom: 20px;
	color: #1e90ff;
	font-size: 160%;
}

#page-result .inner-box {
	margin-bottom: 80px;
}

#page-result .photo-box {
	float: left;
	margin-right: 30px;
	width: 230px;
	height: 260px;
	background: #ddd;
}

#page-result .table-box {
	float: left;
	padding-top: 2px;
	width: 540px;
}


/* =========================================================
	採用情報
========================================================= */

#page-recruit {
}

#page-recruit h2 {
	margin-bottom: 55px;
	padding-top: 10px;
}

#page-recruit h3 {
	margin-bottom: 15px;
	padding: 19px 0 0 20px;
	height: 37px;
	color: #555;
	font-size: 115%;
	font-weight: bold;
	background: url("../images/common/bg_h3.png") repeat-x;
}

#page-recruit .button-list {
	margin-bottom: 40px;
}

#page-recruit .button-list li {
	float: left;
	margin-right: 15px;
}

#page-recruit table {
	margin-bottom: 30px;
	background: none;
}

#page-recruit table span.stress {
	font-weight: bold;
}

#page-recruit .button-send {
	margin: 0 auto 40px;
	width: 190px;
}



/* =========================================================
	お問い合わせ
========================================================= */

#page-contact {
	width: 600px;
}

#page-contact h2 {
	margin-bottom: 55px;
	padding-top: 10px;
}

#page-contact h3 {
	margin-bottom: 20px;
	color: #555;
	font-size: 120%;
	font-weight: bold;
}

#page-contact .tel-number {
	margin-bottom: 40px;
}

#page-contact table {
	margin-bottom: 30px;
}

#page-contact table th,
#page-contact table td {
	padding: 22px 0;
}

#page-contact table th {
	width: 200px;
}

#page-contact table input[type="text"],
#page-contact table input[type="email"] {
	width: 90%;
	height: 27px;
	border: solid 1px #ccc;
}

#page-contact table textarea {
	width: 90%;
	height: 200px;
	border: solid 1px #ccc;
}

#page-contact .button-send {
	margin: 0 auto 40px;
	width: 190px;
}

span.wpcf7-not-valid-tip {
	display: block;
	color: #f00;
}

.wpcf7-validation-errors {
	display: none;
}

#page-contact p {
	display: none;
}

#page-contact .accept {
	margin-bottom: 15px;
}

#page-contact .accept h4 {
	margin-bottom: 8px;
	font-weight: 800;
}

#page-contact .accept p {
	display: block;
}

#page-contact .accept .text-box {
	margin-bottom: 15px;
	padding: 15px;
	height: 200px;
	font-size: 90%;
	overflow-y: scroll;
	border: solid 1px #ddd;
}

#page-contact .accept .text-box p {
	margin-bottom: 10px;
}

#page-contact .accept p.check-accept {
	margin-bottom: 25px;
}

#page-contact .accept .text-box ul {
	margin-bottom: 10px;
}



/* =========================================================
	アクセス
========================================================= */

#page-access h2 {
	margin-bottom: 50px;
	padding-top: 10px;
}

#page-access h3 {
	margin-bottom: 5px;
	color: #555;
	font-size: 120%;
	font-weight: bold;
}

#page-access .googlemap {
	margin-bottom: 35px;
}


/* =========================================================
	ニュース
========================================================= */

#page-news .news-box {
	float: left;
	margin-right: 30px;
	width: 550px;
}

#page-news .sns-box {
	float: left;
	width: 250px;
}

#page-news h2 {
	margin-bottom: 55px;
	padding-top: 10px;
}

#page-news h3 {
	margin-bottom: 30px;
	padding: 19px 0 0 20px;
	height: 37px;
	color: #555;
	font-size: 115%;
	font-weight: bold;
	background: url("../images/common/bg_h3.png") repeat-x;
}

#page-news .item-box {
	margin-bottom: 40px;
}

#page-news .item-box p {
	margin-bottom: 30px;
	padding: 0 20px;
	font-size: 90%;
	line-height: 1.8;
}

#page-news .item-box img {
	padding: 30px 0 0;
}
#page-news .item-box img.aligncenter {
	display: block;
	margin: auto;
}

#page-news .item-box img.alignright {
	display: block;
	margin: 0 0 0 auto;
}

#page-news .item-box h4 {
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 105%;
	font-weight: 800;
	line-height: 1.5;
}

#page-news .item-box h5 {
	margin: 0 auto 10px;
	padding: 0 20px 0 10px;
	width: 475px;
	font-weight: 800;
	border-left: solid 5px #ddd;
}

#page-news ul,
#page-news ol {
	margin: 0 auto 30px;
	width: 510px;
}

#page-news ul li,
#page-news ol li {
	margin-bottom: 5px;
	margin-left: 20px;
	list-style-type: disc;
}

#page-news ul.news-list {
	margin-bottom: 0;
}

#page-news ul.news-list li {
	margin-bottom: 17px;
	margin-left: 0;
	list-style-type: none;
	font-size: 90%;
}

#page-news ul.news-list li a {
	color: #777;
}

#page-news ul.news-list li span {
	padding-right: 30px;
}

#page-news .tweet-box {
	margin-bottom: 15px;
}


/* =========================================================
	主要メンバー紹介
========================================================= */

#page-member h2 {
	margin-bottom: 50px;
	padding-top: 10px;
}

#page-member .inner-box {
	margin-bottom: 80px;
}

#page-member .member-box {
	margin-bottom: 40px;
}

#page-member .member-box h3 {
	margin-bottom: 15px;
}

#page-member .member-box p {
	padding-left: 29px;
}

#page-member .greeting-box {
	margin-bottom: 30px;
}

#page-member .greeting-box h3 {
	margin-bottom: 40px;
}

#page-member .greeting-box .photo-box {
	float: left;
	margin-right: 25px;
	padding-left: 30px;
	width: 210px;
	height: 210px;
	background: #ddd;
}

#page-member .greeting-box .text-box {
	float: left;
	width: 565px;
}

#page-member .greeting-box .text-box p {
	margin-bottom: 20px;
}

#page-member .greeting-box .text-box p.sign {
	text-align: right;
}


/* =========================================================
	ポリシー、サイトマップ
========================================================= */

#page-policy h2 {
	margin-bottom: 30px;
	padding-top: 10px;
}

#page-policy .inner-box {
	margin-bottom: 20px;
}

#page-policy .text-box {
	margin-bottom: 25px;
	padding-left: 28px;
}

#page-policy .text-box h3 {
	margin-bottom: 5px;
	color: #555;
	font-weight: 800;
}

#page-policy .text-box p {
	margin-bottom: 15px;
}

#page-policy p.guide {
	margin-bottom: 20px;
	padding-left: 28px;
}

#page-policy .text-box ul {
	margin-left: 20px;
}

#page-policy .text-box li {
	list-style-type: disc;
}


/* =========================================================
	サイトマップ
========================================================= */

#page-sitemap h2 {
	margin-bottom: 40px;
	padding-top: 10px;
}

#page-sitemap ul {
	margin-left: 28px;
}

#page-sitemap li {
	margin-bottom: 15px;
	padding-left: 10px;
	background: url("../images/common/icon_hyphen.png") no-repeat left center;
}

#page-sitemap li a {
	color: #555;
}

#page-sitemap ul.subnav {
	margin: 0 0 20px 20px;
}

#page-sitemap ul.subnav li {
	margin-bottom: 5px;
}

/* =========================================================
	404
========================================================= */

p.error404 {
	padding: 25px 0 300px;
	font-size: 130%;
}
