@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通
 *--------------------------------------------------------------------*/

body.saiyou h4 {
	color: #d8012e;
}
body.saiyou p.title {
	padding: 5px;
	background-color: #ff7f7f;
	color: #fff;
	font-weight: bold;
}
body.saiyou p.btn a {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 7px;
	background-color: #d8012e;
	color: #fff;
	font-weight: bold;
}
#contents ul.btn_list {
	margin: 0;
	list-style: none;
}
#contents ul.btn_list li {
	margin-bottom: 20px;
}
#contents ul.btn_list li a {
	display: block;
	padding: 25px 17px;
	border: 1px solid #d33b5b;
	background: #fff url(../images/arrow_br.png) no-repeat;
	background-position: 97% center;
	color: #d8012e;
	border-radius: 10px;
	text-decoration: none;
}
#contents ul.btn_list li a:hover {
	background-color: #fcfaea;
}
#contents ul.btn_list li a::before,
#contents ul.btn_list li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#contents ul.btn_list li a,
#contents ul.btn_list li a::before,
#contents ul.btn_list li a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}


/*------------------------------------------ promotion_staff_day */
body#promotion_staff_day div#contents div.mt {
	margin-top: 50px;
}
body#promotion_staff_day div#contents h4 {
	display: inline-block;
	float: left;
	margin-top: -26px;
    padding: 14px 20px;
    border-radius: 28px;
	background-color: #d8021e;
    color: #fff;
}
body#promotion_staff_day div#contents div.section {
	margin: 0 auto 28px;
	padding: 20px 0 10px 0;
	border-top: 1px solid #d2d1c9;
	background: transparent url('../../saiyou/images/promotion_staff_day_arrow.gif') no-repeat 16px bottom;
}
body#promotion_staff_day div#contents div.last {
	background-image: none;
}


/*--------------------------------------------------------------------
 *	737px未満用（SP用）の記述
 *--------------------------------------------------------------------*/
@media screen and (max-width: 736px), print {

body.saiyou p.btn {
	text-align: center;
}
#contents ul.btn_list li {
	display: block;
}

/*------------------------------------------ promotion_staff_day */
body#promotion_staff_day div#contents div.section {
	padding-left: 40px;
}
body#promotion_staff_day div#contents div.section p.photo {
	text-align: center;
}

/*------------------------------------------ root_staff */
body#root_staff .imgBox {
	text-align: center;
}
body#root_staff .imgBox p {
	display: inline-block;
	width: 48%;
	margin-top: 1em;
}
body#root_staff .imgBox p:first-child {
	margin-right:2%;
}
body#root_staff .imgBox p img {
	width: 90%;
}

#contents ul.btn_list li a span#no_req {
	vertical-align: middle;
	font-size: 80%;
	color: #000000;
	height: 0;
	padding-left: 1em;
}


}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

#contents ul.btn_list {
	margin-top: 30px;
}
#contents ul.btn_list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 50px;
}
#contents ul.btn_list li:nth-child(3n) {
	margin-right: 0;
}
#contents ul.btn_list li a {
	padding: 40px 17px;
}

#contents ul.btn_list li a.nutritionist {
	padding: 40px 35px 40px 17px;
}

#contents ul.btn_list li a span {
	display: table-cell;
	vertical-align: middle;
}
#contents ul.btn_list li a span#no_req {
	vertical-align: middle;
	font-size: 80%;
	color: #000000;
	height: 0;
	text-indent: 1em;
}

/*------------------------------------------ promotion_staff_day */

body#promotion_staff_day div#contents div.section p {
	margin: 0 0 1em 40px;
}

body#promotion_staff_day div#contents div.section p.photo {
	float: right;
	margin: 0 0 1em 0;
}

/*------------------------------------------ root_staff */
body#root_staff .imgBox {
	float: right;
}
body#root_staff .imgBox p {
	display: inline-block;
}
body#root_staff .imgBox p:first-child {
	margin-right: 1em;
}


/* 737px以上用（PC用）の記述 end */


/*------------------------------------------ clear */

body {
	zoom: 100%;
}

body:after,
ul.btn_list::after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}