/* -------------------------------------
 	Base Settings
------------------------------------- */
body {
	background-color: #f5f5f5;
	border-top: 7px solid #00a09f;
	line-height: 1.2;
	font-size: 14px;
	font-family: "meiryo", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #000;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	body {
		background-color: transparent;
	}
}

/*  Image
------------------------------- */
img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*  Link
------------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* -------------------------------------
 	Container
------------------------------------- */
.container {
	box-sizing: border-box;
	padding: 0;
	border: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/* -------------------------------------
	Header
------------------------------------- */
.header {
	box-sizing: border-box;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
}
.header .container {
	max-width: 1260px;
	padding-bottom: 15px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.header {
		background-color: #f5f5f5;
	}
	.header .container {
		padding-right: 1.5625%;
		padding-bottom: 1.84%;
		padding-left: 1.5625%;
	}

}
@media screen and (max-width: 1290px) {
	.header {
		background-color: #f5f5f5;
	}
	.header .container {
		padding-right: 1.5625%;
		padding-bottom: 1.84%;
		padding-left: 1.5625%;
	}

}

/*  Heading Wrapper
------------------------------- */
.header .heading_wrapper {
	float: left;
}
.header .heading .inner {
	display: block;
	width: 480px;
	letter-spacing: -0.40em;
}
.header .heading .inner:hover {
	text-decoration: none;
}
.header .logo_stresscheck {
	display: inline-block;
	width: 220px;
	padding-top: 68px;
	background-position: 0 bottom;
	background-image: url(../img/common/logo_header_stresscheck.png);
	margin-right: 4px;
	line-height: 3.0;
	letter-spacing: normal;
	vertical-align: top;
}
.header .logo_phrf {
	display: inline-block;
	width: 256px;
	padding-top: 60px;
	background-position: 0 bottom;
	background-image: url(../img/common/logo_header_phrf.png);
	line-height: 3.0;
	letter-spacing: normal;
	vertical-align: top;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.header .heading_wrapper {
		width: 68%;
		margin-top: 1.94%;
	}
	.header .heading .inner {
		width: auto;
	}
	.header .logo_stresscheck {
		width: 52.9%;
		padding-top: 13.6%;
		background-size: 100% auto;
		margin-right: 2px;
	}
	.header .logo_phrf {
		width: 46.6%;
		padding-top: 6%;
		background-position: 0 top;
		background-size: 100% auto;
		margin-top: 3.45%;
	}
}

/*  Information Wrapper
------------------------------- */
.header .info_wrapper {
	margin-top: 9px;
	overflow: hidden;
	float: right;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.header .info_wrapper {
		margin-top: 2.26%;
	}
}

/* User Name */
.header .user_name_wrapper {
	padding-top: 25px;
	margin-right: 25px;
	color: #5b5958;
	float: left;
}
.header .user_name {
	font-size: 23px;
}
.header .text {
	font-size: 15px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.header .user_name_wrapper {
		display: none;
	}
}

/* Button Logout */
.header .btn_logout {
	box-sizing: border-box;
	display: block;
	width: 99px;
	height: 62px;
	padding-top: 40px;
	background: #4b4848 url(../img/common/icon_logout.png) 37px 8px no-repeat;
	font-size: 14px;
	color: #fff;
	text-align: center;
	float: right;
}
.header .btn_logout:hover {
	text-decoration: none;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.header .btn_logout {
		width: 50px;
		height: 31px;
		padding-top: 20px;
		background-position: center 4px;
		background-size: 13.5px 13.5px;
		font-size: 7px;
	}
}
.header .btn_pwchange {
    box-sizing: border-box;
    display: block;
    width: 99px;
    height: 62px;
    padding-top: 40px;
    background: #339999 url(../img/common/icon_pwchange.png) 37px 8px no-repeat;
    font-size: 13px;
    color: #fff;
    text-align: center;
    float: right;
    margin-right: 15px;
}
.header .btn_pwchange:hover {
    text-decoration: none;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
    .header .btn_pwchange {
        width: 50px;
        height: 31px;
        padding-top: 20px;
        background-position: center 4px;
        background-size: 13.5px 13.5px;
        font-size: 7px;
    }
}

/* -------------------------------------
	Main
------------------------------------- */
.main {
	box-sizing: border-box;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.main .container {
		padding-right: 1.5625%;
		padding-left: 1.5625%;
	}
}

/* -------------------------------------
	Footer
------------------------------------- */
.footer {
	box-sizing: border-box;
	border-top: 1px solid #d8d8d8;
	margin-bottom: 90px;
}
.footer .container {
	max-width: 1260px;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.footer {
		margin-bottom: 0;
	}
}

/*  Address
------------------------------- */
.footer .address {
	width: 604px;
	padding-top: 20px;
	margin-right: -10px;
	color: #565354;
	line-height: 1.2;
	text-align: center;
	float: right;
}
@media screen and (max-width: 640px), screen and (orientation: landscape) and (max-width: 738px) {
	.footer .address {
		padding: 10px 5px 10px 10px;
		margin-right: 0;
		font-size: 11px;
		text-align: right;
		line-height: 1.3;
	}
}
