@charset "utf-8";

/* 健康づくり編（PC）：style_health_promotion_pc.css
 * **************************************************
 * Elements
 * **************************************************
 */

/* Elements
------------------------------------------------------------------ */
#subPage .main table td.left {
    text-align: left;
}

#subPage .main > p.mb0,
#subPage .main section > p.mb0 {
    margin-bottom: 0;
}
#subPage .main table td.left ul.fileLink {
    font-size: 0.7em;
    margin-top: 10px;
    margin-bottom: 10px;
}
span.bold.fontI {
    font-size: 1.4em;
    font-weight: bold;
}
#subPage .main table th {
    border-top: 1px solid #cccccc;
}
#subPage.designate .main table th:last-child {
    width: 6em;
}
.left_box {
    width: 56%;
    float: left;
}
.left_box p {
    font-size: 140%;
}

.right_box {
    float: left;
    width: 37%;
}
.right_box img {
    width: 100%;
		border: 1px solid #ccc;
}

.img_box {
    width: 100%;
}

.img_box img {
    width: 45%;
    margin: 2%;
	box-shadow: 0px 0px 9px 0px #ccc;
}

.img_box img.offer01 {
    width: 29%;
    margin: 2%;
	box-shadow: 0px 0px 9px 0px #ccc;
}

.border1{
	  border: 1px solid #ccc;
}

#subPage .main dl.parenList02{
	text-indent: -2.7em;
	padding-left: 2.7em;
	margin-bottom: 20px;
}
#subPage .main dl.parenList02 dt{
	font-size:1.4em;
}
#subPage .main dl.parenList02 dd{
	padding-left: 0;
    text-indent: 0;
}
#subPage .main dl.parenList02 dd p{
	font-size:1.4em;
}

#subPage .main .manual {
    background: #FF9966;
    padding: 3px 10px;
    color: #ffff;
    text-decoration: none;
    border-radius: 4px;
    margin-left: 0px;
}

#subPage .yoyaku .fileLink .Link:nth-child(1){
	width: 419px!important;
	}

#subPage .yoyaku .border-no{
	border-top:none!important;
}

#subPage .yoyaku .fileLink .manual {
	display:inline-block;
    padding: 3px 0px 3px 10px;
	width:169px;
}

#subPage .main .manual:hover {
	opacity: 0.5 ;

  }

	#login {
		position: relative;
		overflow: hidden;
		margin: 50px auto;
		padding: 30px 10px 40px 10px;	
		width: 500px;
		border:1px solid #d2d2d2;
		text-align:center;
	}
	#subPage #content .main #login p {
		margin: 0;
		padding: 0 1.5em 10px 1.5em;	
		font-size: 1.5em;
		text-align:left;
	}
	#subPage #content .main #login p.error {
		color:#ff0000;
	}
	#login .loginForm {
		position:relative;
		left:50%;
		_left:5%;
		float: left;
		padding: 0;	
	 }
	#login .loginForm input.login {
		height: 26px;
		width: 100%;
		_width: 50%;
		font-size: 116%;
		line-height: 120%;
	}
	#login .loginForm dl {
		position: relative;
		left: -50%;
		_left:0;
		margin: 15px 0 0 0;
	}
	#login .loginForm dt {
		float: left;
		margin: 0;
		padding: 5px 5px 0 5px;
		font-size:1.5em!important;
		font-weight: bold;
	}
	#login .loginForm dd {
		float: left;
		margin: 0;
		padding: 0;
	}
	#login .loginForm dd.loginBtn {
		position:relative; top:0px; left:10px;
		margin: 0;
	}
	#subPage #content .card {
		position:relative; top:0px; left:10px;
		margin: -35px auto 0 auto;
		padding: 0;
		text-align:center;
	}
	#subPage #content .card img {
			height:auto;
			/* width: 350px; */
	}

/* line 25, ../scss/partials/_buttons.scss */
.button {
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
  background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
  background: linear-gradient(top, #fbfbfb, #e1e1e1);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 1px solid #d4d4d4;
  height: 32px;
  line-height: 32px;
  padding: 0px 25.6px;
  font-weight: 300;
  font-size: 14px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #666666;
  text-shadow: 0 1px 1px white;
  margin: 0;
  text-decoration: none;
  text-align: center;
	border-radius:3px;
}
/* line 43, ../scss/partials/_buttons.scss */
.button:hover {
  background-color: #eeeeee;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
  background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
  background: -o-linear-gradient(top, #ffffff, #dcdcdc);
  background: linear-gradient(top, #ffffff, #dcdcdc);
}
/* line 47, ../scss/partials/_buttons.scss */
.button:active {
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #eeeeee;
  color: #bbbbbb;
}
/* line 53, ../scss/partials/_buttons.scss */
.button:focus {
  outline: none;
}

/* line 59, ../scss/partials/_buttons.scss */
input.button, button.button {
  height: 30px;
  cursor: pointer;
}

/* line 135, ../scss/partials/_buttons.scss */
.button-primary {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b5e5), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00b5e5, #008db2);
  background: -moz-linear-gradient(top, #00b5e5, #008db2);
  background: -o-linear-gradient(top, #00b5e5, #008db2);
  background: linear-gradient(top, #00b5e5, #008db2);
  background-color: #00a1cb;
  border-color: #007998;
  color: white;
  text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}
/* line 142, ../scss/partials/_buttons.scss */
.button-primary:hover {
  background-color: #00a1cb;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9fe), color-stop(100%, #008db2));
  background: -webkit-linear-gradient(top, #00c9fe, #008db2);
  background: -moz-linear-gradient(top, #00c9fe, #008db2);
  background: -o-linear-gradient(top, #00c9fe, #008db2);
  background: linear-gradient(top, #00c9fe, #008db2);
}
/* line 146, ../scss/partials/_buttons.scss */
.button-primary:active {
  background: #1495b7;
  color: #005065;
}