@charset "UTF-8";
/*---------------------------------------------------------------------
 STYLE
 ---------------------------------------------------------------------*/

/*==================================
ページ共通
==================================*/
#MainWidth {
	width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.footer_copy .footer_contents .clearfix li a[target^="_blank"]:after {
	background:none;
}
#leftNavi h2 {
	border: medium none;
	margin: 0;
	padding: 0 5px;
	text-align: left;
	color:#333;
}
#leftNavi {
	float: left;
	width: 220px;
	margin-right: 25px;
}
#MainContents {
	float: right;
	width: 755px;
	padding-bottom: 30px;
	font-size: 115%;
}
p {
	font-size: 16rem;
	font-size: 1.6rem;
}
.pc-hidden {
	display: none !important;
}
@media screen and (max-width:640px) {
	#MainWidth {
		float: none;
		min-width: inherit;
		width: 100%;
	}
	#leftNavi {
		float: none;
		width: auto;
		margin-right: 0px;
	}
	#MainContents {
		float: none;
		margin-bottom: 50px;
		padding: 0 15px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#webMember {
		margin: 20px 10px 0;
	}
	p {
	font-size: 15rem;
	font-size: 1.5rem;
	}
}

@media screen and (max-width:640px) {
	.img100p {
		width: 100%;
		height: auto;
	}
	.headerLinkInner + .snsBlock {
		display: none;
	}
	.pathArea {
		display: none;
	}
	#MainContents .linkBox {
		padding: 10px 0 20px;
	}
/* 20160929 ページ下部リスト用に追加 */
	#MainContents .linkBox ul li ul li {
		margin: 0 0 0 -1.25em;
		padding: 15px 0 0 1.25em;
		text-indent: -1.25em;
	}
	/* /20160929 ページ下部リスト用に追加 */
	/* /20161129 特集ページ2カラム用に追加 */
	#MainContents .leftBox.medical {
		float:none;
	}
	#MainContents .leftBox.colWidth01 {
		margin-left:0 !important;
		width:auto;
	}
	.leftBox.colWidth01 > p br {
		display:none;
	}
	.sp-hidden {
		display: none !important;
	}
	.pc-hidden {
		display: block !important;
	}
	.pathArea-sp {
		display: block;
		margin: 10px 3% 0;
		padding: 0 0 15px;
		font-size: 1.3rem;
	}
	.pathArea-sp li {
		display: inline;
	}
	.pathArea-sp li a {
		display: inline;
		color: #3063c7;
	}
}
/* PATH AREA
 ---------------------------------------------------------------------*/
#PathArea li {
	display: inline;
}
.pathArea {
	width: 1000px;
	margin: 15px auto 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pathArea li {
	display: inline;
}

.pathArea li a {
	display: inline;
	color: #3063c7;
}

.pathArea li span {
    color: #333333;
}
@media screen and (min-width: 641px) {
	.pathArea-sp {
		 display: none;
	}
}
@media screen and (max-width: 640px) {
	.pathArea {
		display: none;
	}
}

/* LEFTNAV
 ---------------------------------------------------------------------*/
#sp_ContentsNavi {
	display: none;
}
.p-localNavi-layout-v2 {
	padding: 15px 0 20px;
	border-top: 2px solid #dc3737;
}
#MainContents .p-localNavi-layout-v2 {
	display: none;
}
.p-localNavi-layout-v2_lead {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.p-localNavi-layout-v2_lead_num {
	font-family: Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",Verdana,Osaka,sans-serif;
}
.p-localNavi-layout-v2_title {
	position: relative;
	padding-bottom: 8px;
}
.p-localNavi-layout-v2 > * + .p-localNavi-layout-v2_title {
	margin-top: 12px;
}
.p-localNavi-layout-v2 .p-localNavi-layout-v2_title::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid #ffecec;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: '';
}
.p-localNavi-layout-v2_title .title_label {
	padding: 8px 17px 10px !important;
	border-radius: 10px;
	background-color: #ffecec;
	line-height: 1.7;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.p-localNavi-layout-v2_title_sub {
	font-size: 1.3rem;
}
.p-localNavi-layout-v2_list {
	margin-top: 11px;
}
.p-localNavi-layout-v2_list > li {
	color: #333333;
	border-top: 2px solid #dc3737;
}
.p-localNavi-layout-v2_list li .parent {
	position: relative;
	display: block;
	padding: 15px 30px 15px 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
.p-localNavi-layout-v2_list li .parent {
	padding: 14px 15px 10px 14px;
	line-height: 1.55;
	font-weight: bold;
}
.p-localNavi-layout-v2_list li .parent-link {
	padding: 0;
}
.p-localNavi-layout-v2_list li .parent-link .a-link {
	display: block;
	padding: 14px 15px 22px 14px;
}
.p-localNavi-layout-v2_list li .parent .mark {
	display: block;
	position: relative;
	color: #dc3737;
	font-size: 18px;
	font-size: 1.8rem;
}
.p-localNavi-layout-v2_list li .parent-link a:hover .mark {
	text-decoration: none;
}
.p-localNavi-layout-v2_list li .parent .mark .limited-icon {
	position: absolute;
	top: -1px;
	right: 0;
}
.p-localNavi-layout-v2_list li .parent .mark .limited-icon > img {
	width: 78px;
	height: auto;
}
.p-localNavi-layout-v2_list li .parent .parent_text {
	display: block;
	margin-top: 13px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
}
.p-localNavi-layout-v2_list-lv2 {
	margin: 0 15px 10px;
	padding-bottom: 15px;
}
.p-localNavi-layout-v2_list > .p-localNavi-layout-v2_list-lv2:last-of-type {
	margin-bottom: 20px;
}
.p-localNavi-layout-v2_list-lv2 + .p-localNavi-layout-v2_list-lv2 {
	margin-top: 14px;
	border-top: none;
}
.p-localNavi-layout-v2_list-lv2 > li {
	padding: 8px 0 6px;
	border-bottom: 1px solid #e7e7e7;
}
.p-localNavi-layout-v2_list-lv2 > li:first-of-type {
	padding-top: 13px;
	border-top: 1px solid #e7e7e7;
}
.p-localNavi-layout-v2_list-lv2 > li a {
	position: relative;
	display: -webkit-flex;
	display: flex;
	padding-right: 17px;
	width: 100%;
	line-height: 1.6;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}
.p-localNavi-layout-v2_list-lv2 > li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1px;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #dc3737;
	border-right: 1px solid #dc3737;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.p-localNavi-layout-v2_list-lv2-prefix > li > a {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.p-localNavi-layout-v2_list-lv2_prefix {
	flex-shrink: 0;
	color: #dc3737;
	font-weight: bold;
}
/* is-active */
.p-localNavi-layout-v2_list > li.is-active {
	background-color:#fff6f6;
}
.p-localNavi-layout-v2_list-lv2 > li.is-active a {
	color: #dc3737;
}
.p-localNavi-layout-v2_button {
	display: none;
}
@media screen and (min-width: 641px) {
	.p-localNavi-layout-v2_list li a:hover,
	.p-localNavi-layout-v2_list li.is-active a:hover .parent_text {
		text-decoration: none;
	}
	.p-localNavi-layout-v2_list li a:link:hover .parent_text {
		text-decoration: underline;
	}
	.p-localNavi-layout-v2_list-lv2 > li a:link:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width:640px) {
	#leftNavi {
		display: none;
	}
	#MainContents .p-localNavi-layout-v2 {
		display: block;
	}
	#MainContents .p-localNavi-layout-v2_lead {
		text-align: center;
		line-height: 1.5;
	}
	#MainContents .p-localNavi-layout-v2_title .title_label {
		color: #333333;
		padding: 7px 5px 8px !important;
	}
	#MainContents .p-localNavi-layout-v2_title {
		margin-top: 8px;
		text-align: center;
	}
	#MainContents .p-localNavi-layout-v2_list-lv2 {
		margin: 0 15px 15px;
		padding-bottom: 10px;
	}
	#MainContents .p-localNavi-layout-v2 {
		margin-top: 0;
		padding-bottom: 0;
	}
	#MainContents .p-localNavi-layout-v2_list {
		margin-top: 13px;
	}
	#MainContents .p-localNavi-layout-v2_list > li + li {
		margin-top: 15px;
	}
	#MainContents .p-localNavi-layout-v2_list li .parent-link .a-link {
		padding-bottom: 33px;
	}
	#MainContents .p-localNavi-layout-v2_list ul[class*="list-"]:last-of-type {
		margin-bottom: 0;
		padding-bottom: 15px;
	}
	#MainContents .p-localNavi-layout-v2_list li .parent .parent_text {
		margin-top: 11px;
	}
	#MainContents .p-localNavi-layout-v2_list-lv2 > li {
		padding: 13px 0 7px;
	}
	#MainContents .p-localNavi-layout-v2_list-lv2 > li a {
		padding-right: 12px;
	}
	#MainContents .p-localNavi-layout-v2_button + .p-localNavi-layout-v2 {
		display: none;
		margin-top: 0;
		padding: 13px 14px 0;
		border-top: 1px solid #ffb6b6;
	}
	.p-sp-localNavi-layout-v2 {
		margin-top: 20px;
		border: 1px solid #ffb6b6;
	}
	.p-localNavi-layout-v2_button {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		
		display: block;
		position: relative;
		width: 100%;
		height: 48px;
		text-align: center;
		color: #dc3737;
		font-size: 1.7rem;
		font-weight: bold;
	}
	.p-localNavi-layout-v2_button::before,
	.p-localNavi-layout-v2_button::after {
		position: absolute;
		display: block;
		width: 15px;
		height: 2px;
		top: 50%;
		right: 10px;
		margin-top: -1px;
		background-color: #ffb6b6;
		content: '';
	}
	.p-localNavi-layout-v2_button::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transition: transform .3s;
		transition: transform .3s;
	}
	.p-localNavi-layout-v2_button.is-active::after {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/* LOGIN
 ---------------------------------------------------------------------*/
.logBox {
	width: 220px;
	margin-bottom:2rem;
}
.pc #btn_login {
	background:#32acc4;
	padding:5px;
	display:block;
	color:#fff;
}
.box_login {
	background: #f3f3f3;
	padding: 15px;
}
#log_off > form {
	text-align:center;
}
#log_off > form > p.mb5 {
	text-align:left;
	margin-bottom:0 !important;
}
#log_off > form > input {
	width:100%;
	border:2px solid #32acc4;
}
.tCenter.mt0.mb10.pc {
	font-size:90%;
}
ul.link li.arrow {
	margin-top:10px;
}
ul.link li.arrow {
	padding-left: 0;
	background: none;
}
.relateBox02 .boxColum .logBox.box ul.link li.arrow a {
	position:relative !important;
}
ul.link li.arrow a {
	position: relative;
	padding-left: 16px;
	background-image:none;
	text-align:left;
	background: url("/_shared/images/icon/icon_ar05.gif") no-repeat left center;
	background-size: 12px 12px;
	font-size:14px;
}
.join.link {
	margin-top:15px;
	text-align:center;
}
.freeEntry {
	background:#ffffff;
	display:block;
	font-size:14px;
	padding:10px;
	border-bottom:2px solid #cccccc;
	text-align:center;
}
.freeEntry a {
	position:relative !important;
	color:#ff8800;
}
.relateBox02 .boxColum .box .loginBt a {
	position:relative;
}
.freeEntry .fontL {
	font-size:80%;
}
.logBox h2 {
	border: none;
	text-align: left;
	margin: 0;
	padding: 0 5px;
	font-size: 110%;
	font-weight:bold;
	color:#333;
}
form input[type=text] {
	border: 2px solid #32acc4;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
}
form input[type=password] {
	border: 2px solid #32acc4;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
}
ul.link li {
	margin: 10px 0 0;
}

#btn_login {
	display: block;
	background: #32acc4;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	font-size: 120%;
	border-bottom: 5px solid #268294;
}
.logBox form {
	padding: 0 4px 19px;
	border-bottom: 1px solid #b3b5b5;
}
#log_on {
	border: none;
	background: #dbdbdb;
	padding: 6px;
	font-size: 13px;

}
#log_on h2 {
	background: #ffffff url(/varix/_shared/images/ic_login_01.gif) 9px 12px no-repeat;
	padding: 12px 55px 12px 72px;
	font-size: 100%;
	color: #32acc4;
	min-height: 61px;
	box-sizing: border-box;
}
#log_on form {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border: none;
	border-top: 1px solid #b3b5b5;
}
#log_on .join {
	padding: 25px 3px 15px;
}
#log_on .join a {
	position:relative;
	padding: 0 0 0 16px;
	background: url(/varix/_shared/images/ic_arrow_lightblue.png) 0 5px no-repeat;
	font-size: 120%;
	color: #333333;
}
#log_on .join .mmt10 {
	padding: 0 0 0 16px;
	font-size: 85%;
}
.freeEntry a:after {
	background:none;
}
.pcOnly #btn_login:hover {
	border-bottom: medium none;
	margin: 15px auto 0;
}
.spOnly #btn_login:hover {
	border-bottom: medium none;
	margin: 15px auto 0;
}
@media screen and (max-width:640px) {
	#log_on > p {
		display:none;
	}
	#log_on form {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: #b3b5b5 currentcolor currentcolor;
		border-image: none;
		border-style: solid none none;
		border-width: 1px medium medium;
		margin: 20px 0 0;
		padding: 20px 0 0;
	}
	.box_login {
		padding: 15px;
	}
	.logBox {
		display: none;
	}
	.logBox h2 {
		text-align: center;
		font-size: 150%;
		font-weight: normal;
	}
	#log_on .join {
		padding: 20px 0;
	}
	#log_on .join a {
		padding: 0 0 0 16px;
		background: url(/expert/stomacare/_shared/images/ic_arrow_lightblue.png) 0 7px no-repeat;
	}
	#log_on .join p.smallMargin {
		padding-left:16px;
	}
	#log_on form {
		padding: 10px 0 0;
	}
	.join.link .fontL {
		font-size:80%;
	}
	#log_off > form > p.mb5, #log_off > form > input, form > .link {
		display: none;
	}
	#btn_login {
		background: #32acc4 none repeat scroll 0 0;
		border-bottom: 5px solid #268294;
		color: #ffffff;
		display: block;
		font-size: 120%;
		padding: 10px !important;
		text-align: center;
	}
	.logBox.after {
		margin:0 15px;
	}
	.freeEntry {
		background: #ffffff;
		display: block;
		padding: 7px;
		border-bottom: 2px solid #cccccc;
		text-align: center;
	}
	.freeEntry a {
		position: relative !important;
		color: #ff8800;
		text-decoration: none;
	}
	.box_login .join .freeEntry .link {
		padding: 0;
		background: none;
		font-size: 14px;
		display: block;
		margin: 0 auto;
	}
	.join.link .arrow {
		padding: 0;
		font-size: 80%;
	}
	.join.link .arrow a {
		display: inline-block;
		color: #2b68cf;
		padding-left:17px;
	}
	.join.link .arrow a:before {
		top: 3px;
	}
}
/* webMember
 ---------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#webMember {
		display: none !important;
	}
}

/* HEADING01
 ---------------------------------------------------------------------*/
.excretion .heading_subtitle {
	border-top: 2px solid #ec6923;
	background-color: #fff2e5;
	padding: 20px 25px;
}
.excretion .heading_subtitle .heading_link {
	font-size: 14px;
	font-size: 1.4rem;
}
.excretion .heading_subtitle .heading_link > a {
	display: inline-block;
	border-bottom: 1px solid #333333;
	padding-bottom: 1px;
	color: #333333;
}
.excretion .heading_subtitle .heading_icon {
	display: inline-block;
	margin-top: 16px;
	padding: 2px 7px 1px;
	background-color: #ec6923;
	color: #ffffff;
	line-height: 1.0;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.excretion .heading_subtitle .heading01 {
	line-height: 1.5;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
}
.excretion .heading_subtitle .heading_subtext {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}
.excretion .heading_subtitle .heading_subtext > p {
	margin-top: 3px;
	display: table-cell;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: bottom;
	width: 50%;
}
.excretion .heading_subtitle .heading_subtext > p:first-child {
	border-right: 1px solid #ffe3ab;
}
.excretion .heading_subtitle .heading_subtext > p:nth-child(2) {
	padding-left: 20px;
}
@media screen and (min-width: 641px) {
	.excretion .heading_subtitle .heading_link > a:hover {
		border-bottom-color: #0066cc;
		color: #0066cc;
		text-decoration: none;
	}
}
@media screen and (max-width: 640px) {
	.excretion .heading_subtitle {
		margin: 0 -15px;
		padding: 13px 15px;
	}
	.excretion .heading_subtitle .heading_link {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.excretion .heading_subtitle .heading_link > a {
		display: inline;
	}
	.excretion .heading_subtitle .heading_icon {
		margin-top: 11px;
		padding: 2px 5px 1px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.excretion .heading_subtitle .heading01 {
		line-height: 1.4;
		font-weight: bold;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.excretion .heading_subtitle .heading_subtext {
		display: block;
	}
	.excretion .heading_subtitle .heading_subtext > p {
		display: block;
		width: 100%;
	}
	.excretion .heading_subtitle .heading_subtext > p:first-child {
		border-right: none;
	}
	.excretion .heading_subtitle .heading_subtext > p:nth-child(2) {
		padding-left: 0;
	}
}
/* PAGE BOTTOM PAGER
 ---------------------------------------------------------------------*/
.p-pager-layout {
	margin-top: 23px;
}
.p-pager-layout_item-next,
.p-pager-layout_item-prev {
	width: 370px;
	font-size: 14px;
	font-size: 1.4rem;
}
.p-pager-layout_item-next {
	float: right;
}
.p-pager-layout_item-prev {
	float: left;
}
.p-pager-layout_button {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	box-shadow: 0 4px 0 0 #9c2323;
	border-radius: 5px;
	color: #fff;
	background-color: #dc3737;
}
.p-pager-layout_item-next .p-pager-layout_button {
	padding: 13px 50px 12px 20px;
}
.p-pager-layout_item-prev .p-pager-layout_button {
	padding: 13px 20px 12px 50px;
}
.p-pager-layout_button::after {
	position: absolute;
	top: calc(50% - 5px);
	border-top: 2px solid #fff;
	width: 10px;
	height: 10px;
	content: '';
}
.p-pager-layout_item-next .p-pager-layout_button::after {
	right: 23px;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.p-pager-layout_item-prev .p-pager-layout_button::after {
	left: 23px;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.p-pager-layout_button_label {
	font-weight: bold;
}
.p-pager-layout_button_has-prefix {
	display: -webkit-flex;
	display: flex;
}
.p-pager-layout_button_label_prefix {
	flex-shrink: 0;
	margin-right: 10px;
	font-family: Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",Verdana,Osaka,sans-serif;
}
@media screen and (min-width: 641px), print {
	.p-pager-layout_button:hover {
		position: relative;
		top: 2px;
		text-decoration: none;
		box-shadow: 0 2px 0 0 #9c2323;
	}
	.p-pager-layout::after {
		display: block;
		clear: both;
		content: '';
	}
}
@media screen and (max-width: 640px) {
	.p-pager-layout {
		margin-top: 20px;
	}
	.p-pager-layout_button {
		float: none;
		width: auto;
		margin-top: 14px;
		font-size: 13px;
		font-size: 1.3rem;
		border-radius: 4px;
	}
	.p-pager-layout > *:first-of-type {
		margin-top: 0;
	}
	.p-pager-layout_item-next,
	.p-pager-layout_item-prev {
		float: none;
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.p-pager-layout_item-next .p-pager-layout_button {
		padding: 8px 37px 8px;
	}
	.p-pager-layout_item-prev .p-pager-layout_button {
		padding: 8px 37px 8px;
	}
	.p-pager-layout_button::after {
		position: absolute;
		top: calc(50% - 5px);
		border-top: 2px solid #fff;
		width: 7px;
		height: 7px;
		content: '';
	}
	.p-pager-layout_item-next .p-pager-layout_button::after {
		right: 16px;
	}
	.p-pager-layout_item-prev .p-pager-layout_button::after {
		left: 16px;
	}
}
/*==================================
ログイン部分
==================================*/
.box_login {
	background: #f3f3f3;
	padding: 15px;
}
.join.link .freeEntry {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 2px solid #cccccc;
	display: block;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
.join.link .freeEntry a {
	color: #ff8800;
}
 h2 a {
	color:#fff;
}
 form input[type=text] {
	border: 2px solid #32acc4;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
}
 form input[type=password] {
	border: 2px solid #32acc4;
	box-sizing: border-box;
	width: 100%;
	padding: 4px;
}
 ul.link li {
	margin: 10px 0 0;
}
 #btn_login {
	display: block;
	background: #32acc4;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	font-size: 120%;
	border-bottom: 5px solid #268294;
}
 #btn_login:hover {
	border-bottom: medium none;
  margin: 15px auto 0;
}
.logBox form {
	padding: 0 4px 19px;
	border-bottom: 1px solid #b3b5b5;
}
 #log_on {
	border: none;
	background: #dbdbdb;
	padding: 6px;
}
 #log_on h2 {
	background: #ffffff url(/expert/feature/_shared/images/ic_login_01.gif) 9px 12px no-repeat;
	padding: 12px 55px 12px 72px;
	font-size: 100%;
	color: #32acc4;
	min-height: 61px;
	box-sizing: border-box;
}
 #log_on form {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border: none;
	border-top: 1px solid #b3b5b5;
}
 #log_on .join {
	padding: 25px 3px 15px;
}
 #log_on .join a {
	padding: 0 0 0 16px;
	background: url(/expert/feature/_shared/images/ic_arrow_lightblue.png) 0 5px no-repeat;
	font-size: 120%;
	color: #333333;
}
 #log_on .join .mmt10 {
	padding: 0 0 0 16px;
	font-size: 85%;
}
#log_on .join .mmt10 {
	font-size: 85%;
	padding: 0 0 0 16px;
}
@media screen and (max-width:640px) {
	 #log_on > p {
		 display:none;
	}
	#log_on form {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #b3b5b5 currentcolor currentcolor;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    margin: 20px 0 0;
    padding: 20px 0 0;
	}
	 h2 {
		color: #32acc4;
	}
	#log_on .join {
		padding: 20px 0;
	}
	#log_on .join a {
		padding: 0 0 0 16px;
		background: url(/expert/stomacare/_shared/images/ic_arrow_lightblue.png) 0 7px no-repeat;
	}
	#log_on .join p.smallMargin {
		padding-left:16px;
	}
	#log_on form {
		padding: 10px 0 0;
	}
	ul.link li.arrow {
		padding: 0 0 0 16px;
		background:none;
		text-align:center;
	}
	.join.link .fontL {
		font-size:80%;
	}
	#log_off > form > p.mb5, #log_off > form > input, form > .link {
		display: none;
	}
	#btn_login {
		background: #32acc4 none repeat scroll 0 0;
		border-bottom: 5px solid #268294;
		color: #ffffff;
		display: block;
		font-size: 120%;
		padding: 15px !important;
		text-align: center;
	}
	#leftNavi .logBox.after {
		display: none;
	}
	.logBox.after {
		margin:0 15px;
	}
	.freeEntry {
		background: #ffffff;
		display: block;
		padding: 10px;
		border-bottom: 2px solid #cccccc;
		text-align: center;
	}
	.freeEntry a {
		position: relative !important;
		color: #ff8800;
		text-decoration: none;
	}
	.box_login .join .freeEntry .link {
		padding: 0;
		background: none;
		font-size: 14px;
		display: block;
		margin: 0 auto;
	}
	.join.link .arrow {
		padding: 0;
	}
	.join.link .arrow a {
		display: inline-block;
		color: #2b68cf;
		padding-left:17px;
		background: url(/expert/stomacare/_shared/images/ic_arrow_lightblue.png) no-repeat 0 5px;
	}
}

/*==================================
ミニアンケート
==================================*/
.minienqBox {
	margin: 19px 0 0;
	padding: 0 0 10px;
	font-size: 120%;
	font-family: 'メイリオ',  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
}
.minienqBox .miniTitle {
	background: #e0f2f6;
	color: #32abc3;
	padding: 4px 8px;
	font-weight: bold;
	border-bottom: 1px solid #32abc3;
}
.minienqBox .text {
	text-align: center;
	padding: 15px 0;
}
.minienqBox .small {
	font-size: 85%;
}
.minienqBox .enqBtn {
	width: 100%;
	max-width: 300px;
	text-align: center;
	background: #32abc3;
	color: #ffffff;
	padding: 18px 0;
	margin: 0 auto;
	cursor: pointer;
}
/*==================================
広告
==================================*/
/* bookPresent_banner */
.bookPresent_banner {
	margin: 40px auto 60px;
}

@media screen and (max-width:640px) {
	.bookPresent_banner {
		width: 300px;
	}
}