/*!
 * common.css
 * v@0.4.0
 * update: 2014-04-25
 * License: under the MIT license.
 */
@charset "UTF-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}

code,
kbd,
pre,
samp {
	_font-family: 'courier new', monospace;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

menu,
ol,
ul {
}

dd {
	margin: 0;
}

menu,
ol,
ul {
	margin: 0;
	padding: 0;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

ol {
	margin-left: 1.5em;
}

img {
	-ms-interpolation-mode: bicubic;
}

form {
	margin: 0;
}

legend {
	white-space: normal;
	*margin-left: -7px;
}

button,
input,
select {
	vertical-align: baseline;
}

button,
input,
select,
textarea {
	font-size: 100%;
	*vertical-align: middle;
}

button {
	line-height: normal;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	*overflow: visible;
}

input[type='checkbox'],
input[type='radio'] {
	*height: 13px;
	*width: 13px;
}

textarea {
	vertical-align: top;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: 0 0;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b {
	font-weight: 700;
}

mark {
	background: #ff0;
	color: #333;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,
kbd {
	font-size: 1em;
}

pre {
	font-family: monospace, monospace;
}

pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

input[type='search'] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: none;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-font-kerning: normal;
	-moz-font-kerning: normal;
	-ms-font-kerning: normal;
	-o-font-kerning: normal;
	font-kerning: normal;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	width: 100%;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
p,
pre,
blockquote,
figure,
dl,
dl dt,
dl dd {
	margin: 0;
	padding: 0;
}

a:link:focus {
	outline: none;
}

[contenteditable]:focus,
img:focus,
map area:focus {
	outline: none;
}

th,
td,
fieldset {
	padding: 0;
}

fieldset {
	margin: 0;
}

html {
	color: #222;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
	/*font-family: 'Noto Sans Japanese', sans-serif;*/
	font-size: 13px;
	*font: x-small;
	line-height: 1.5;
	background-color: #fff;
}

body {
	min-width: 1110px;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0 none;
	background: #666;
}

a {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

a:link,
a:visited {
	color: #e60012;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #e60012;
	text-decoration: none;
}

a:active {
	color: #e60012;
}

a:focus {
	outline: none;
}

em {
	font-style: normal;
}

em,
strong {
	font-weight: 700;
}

small {
	font-size: 0.8em;
}

cite {
	font-weight: 700;
	font-style: normal;
}

cite:before {
	content: '『';
	font-weight: 400;
}

cite:after {
	content: '』';
	font-weight: 400;
}

q:before {
	content: '❝';
}

q:after {
	content: '❞';
}

dfn {
	font-weight: 700;
	font-style: normal;
}

code {
	font-family: Ricty, Consolas, 'Courier New', Courier, Monaco, monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.025);
}

samp {
	color: #fff;
	background: rgba(0, 0, 0, 0.9);
}

samp,
kbd {
	font-family: Ricty, Consolas, 'Courier New', Courier, Monaco, monospace;
	margin: 0 2px;
	padding: 3px 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

kbd {
	background: rgba(0, 0, 0, 0.025);
}

kbd kbd {
	display: inline-block;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 1px;
	padding: 1px 10px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	background: #eee;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset, -1px -1px 1px rgba(0, 0, 0, 0.5) inset;
}

pre code {
	display: block;
	padding: 5px 10px;
}

pre kbd {
	display: block;
	color: #fff;
	background: rgba(0, 0, 0, 0.9);
}

pre kbd:after {
	content: '|';
	opacity: 0.6;
}

pre kbd kbd {
	color: #333;
	display: inline;
	background: #eee;
}

pre kbd kbd:after {
	display: none;
}

pre samp {
	display: block;
	padding: 5px 10px;
}

var {
	font-family: serif;
	font-weight: 700;
	margin: 0 2px;
	padding: 3px 5px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.025);
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

@media screen and (max-width: 798px) {
	html,
	body {
		height: 100%;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	input,
	textarea,
	select {
		font-size: 16px;
	}
}

/*img size
---------------------------------------------------------- */
@media only screen and (max-width: 798px) {
	img {
		max-width: 100%;
		height: auto;
		width/***/: auto;
	}
}

/*header
---------------------------------------------------------- */
header {
	width: 100%;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

header .header_block {
	margin: 0 auto;
	max-width: 1400px;
	overflow: hidden;
}

header .logo {
	float: left;
	margin: 40px 0 0 150px;
}
header .logo a:hover img {
	opacity: 0.7;
}
@media screen and (max-width: 1252px) {
	header .logo {
		margin-left: 52px;
	}
}

header a {
	display: block;
}

header #hd_nav {
	float: right;
	width: 803px;
	overflow: hidden;
	line-height: 0;
}
header #hd_nav .gnav {
	float: left;
	overflow: hidden;
	margin: 0;
}
header #hd_nav .gnav li {
	float: left;
	border-left: 1px solid #ddd;
	height: 120px;
	width: 181px;
}
header #hd_nav .gnav li a:hover img {
	margin-top: 0;
	transition: 0.5s ease;
}
header #hd_nav .gnav li a:hover img {
	margin-top: -120px;
	transition: 0.5s ease;
}
header #hd_nav .mypage_link {
	float: left;
	background: #e60012;
	padding: 14px 20px;
	text-align: center;
	width: 260px;
	height: 120px;
}
header #hd_nav .mypage_link a:hover img {
	opacity: 0.9;
}
header #hd_nav .mypage_link .btn_login {
	margin-top: 8px;
	margin-bottom: 9px;
}
header #hd_nav .mypage_link ul {
	margin: 0;
	overflow: hidden;
	text-align: center;
}
header #hd_nav .mypage_link ul li {
	float: left;
	display: inline;
	padding-right: 12px;
	background: url(../img/common/arrow_myhm.png) center right no-repeat;
}
header #hd_nav .mypage_link ul li:first-child {
	margin-right: 10px;
}
header #hd_nav .mypage_link ul li a {
	padding: 3px 0 0;
}

/* news
---------------------------------------------------------- */
.news_block ul li {
	border-top: 1px solid #e0e0e0;
	list-style: none;
}
.news_block ul li a {
	display: block;
	width: 100%;
	padding: 18px 0;
	font-size: 108%;
	color: #333;
	text-decoration: none;
}
.news_block ul li a:hover {
	color: #e60012;
}

.news_block ul li a .date {
	color: #e60012;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

.news_block ul li a .date img {
	margin-left: 10px;
	vertical-align: middle;
}

/*緊急のお知らせ
---------------------------------------------------------- */

.emergency_block {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	background-color: #f0f0f0;
}

.emergency_block .emergency_ttl {
	display: table-cell;
	width: 200px;
	padding: 25px;
	background-color: #e60012;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 123.1%;
}

.emergency_block .emergency_ttl h2:before {
	display: inline-block;
	content: ' ';
	width: 23px;
	height: 23px;
	margin-right: 6px;
	background: url(../img/common/emergency_icon.png) left center no-repeat;
	vertical-align: text-bottom;
}

.emergency_block .emergency_list {
	display: table-cell;
	padding: 25px;
	vertical-align: middle;
	font-size: 108%;
}

.emergency_block .emergency_list li {
	margin-top: 20px;
	padding-left: 25px;
	list-style: none;
	background: url(../img/common/icon_round01.png) left 2px no-repeat;
}

.emergency_block .emergency_list ul li:first-child {
	margin-top: 0;
}

.emergency_block .emergency_list li a,
.emergency_block .emergency_list li.link_none {
	display: block;
	clear: both;
	text-decoration: none;
	overflow: hidden;
}

.emergency_block .emergency_list li .date {
	float: left;
	width: 12%;
	margin-right: 20px;
	font-weight: bold;
	color: #e60012;
	word-break: break-all;
}

.emergency_block .emergency_list li .txt {
	color: #333333;
	overflow: hidden;
	zoom: 1;
}

.emergency_block .emergency_list li a:hover .txt {
	color: #e60012;
	text-decoration: underline;
}

/*side nav
---------------------------------------------------------- */

.side_nav {
	clear: both;
	width: 493px;
	overflow: hidden;
	position: fixed;
	right: 0;
	bottom: 10%;
	z-index: 10000;
	transition: all 0.4s;
	transform: translate(394px);
}

.side_nav.open {
	transform: translate(0);
}

.side_nav p {
	float: left;
	width: 99px;
	height: 87px;
	background: url(../img/common/side_nav_ttl.png) right center no-repeat;
	text-indent: -10000px;
	cursor: pointer;
}

.side_nav.open p {
	background-position: left center;
}

.side_nav ul {
	float: right;
	display: table;
	width: 394px;
	padding-left: 10px;
	background-color: #fff;
	border-top: 2px solid #e60012;
	border-bottom: 2px solid #e60012;
	position: relative;
	top: 7px;
}

.side_nav ul li {
	display: table-cell;
	width: 128px;
	line-height: 0;
	vertical-align: middle;
	text-align: center;
	border-left: 1px solid #ddd;
}

.side_nav ul li:first-child {
	border-left: 0;
}

.side_nav ul li a {
	display: block;
	padding: 11px 10px;
}

/*footer
---------------------------------------------------------- */
footer {
	width: 100%;
	min-width: 1000px;
	border-top: 1px solid #ddd;
}
footer a:hover img {
	opacity: 0.7;
}
footer .sns_link {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
	line-height: 1;
}
footer .sns_link p {
	float: left;
	font-size: 108%;
	line-height: 0;
	height: 40px;
	padding-top: 14px;
	padding-right: 16px;
	border-right: 1px solid #ddd;
	margin-right: 20px;
}
footer .sns_link ul {
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
footer .sns_link ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}
footer .sns_link ul li a {
	display: block;
}

footer .page_top {
	position: absolute;
	/*bottom: 0;*/
	right: 30px;
	margin: -30px auto 0;
	overflow: hidden;
}
footer .page_top a {
	float: right;
	background: #333;
	display: block;
	width: 138px;
	padding: 10px 0;
	text-align: center;
}
@media screen and (max-width: 1090px) {
	footer .page_top {
		right: auto;
		left: 917px;
	}
}

footer .ft_nav {
	background: #333;
}
footer .ft_nav ul {
	width: 1000px;
	margin: 0 auto;
	padding: 42px 0;
	overflow: hidden;
}
footer .ft_nav ul li {
	float: left;
	margin-right: 50px;
}
footer .ft_nav ul li a {
	color: #fff;
	padding: 2px 0 2px 24px;
	background: url(../img/common/arrow.png) left center no-repeat;
	text-decoration: none;
}
footer .ft_nav ul li a:hover {
	color: #e60012;
}

footer .plenus_block {
	width: 1000px;
	padding-bottom: 33px;
	margin: 33px auto 0;
	overflow: hidden;
}
footer .plenus_block div a {
	display: block;
	margin-bottom: 8px;
}
footer .plenus_block .copyright {
	font-size: 85%;
}
footer .plenus_block div {
	float: left;
}
footer .plenus_block ul {
	float: right;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
footer .plenus_block ul li {
	float: left;
	list-style: none;
	margin-left: 20px;
}

/*PC/SP
---------------------------------------------------------- */
.pc_only {
}
.sp_only {
	display: none !important;
}

@media screen and (max-width: 798px) {
	.pc_only {
		display: none !important;
	}
	.sp_only {
		display: block !important;
	}
}

/*float
---------------------------------------------------------- */

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

/*font-size
---------------------------------------------------------- */

.font10 {
	font-size: 77% !important;
}
.font11 {
	font-size: 85% !important;
}
.font12 {
	font-size: 93% !important;
}
.font13 {
	font-size: 100% !important;
}
.font14 {
	font-size: 108% !important;
}
.font15 {
	font-size: 116% !important;
}
.font16 {
	font-size: 123.1% !important;
}
.font17 {
	font-size: 131% !important;
}
.font18 {
	font-size: 138.5% !important;
}
.font19 {
	font-size: 146.5% !important;
}
.font20 {
	font-size: 153.9% !important;
}
.font21 {
	font-size: 161.6% !important;
}
.font22 {
	font-size: 167% !important;
}
.font23 {
	font-size: 174% !important;
}
.font24 {
	font-size: 182% !important;
}
.font25 {
	font-size: 189% !important;
}
.font26 {
	font-size: 197% !important;
}

/*margin
---------------------------------------------------------- */

/*top*/
.mt0 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}

/*bottom*/
.mb0 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}

/*clearfix
---------------------------------------------------------- */

.clearfix:after {
	content: ' ';
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */
