@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

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

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

object {
  pointer-events: none;
}



/* ------------------------------
  対応ブラウザを定義
------------------------------ */
/* ------------------------------
  ミックスインを定義
------------------------------ */
/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em;
}

.mark1 {
  background-image: url(../images/share/mark_1.gif);
}

.mark2 {
  background-image: url(../images/share/mark_2.gif);
}

.mark3 {
  background-image: url(../images/share/mark_3.gif);
}

.mark4 {
  background-image: url(../images/share/mark_4.gif);
}

.mark5 {
  background-image: url(../images/share/mark_5.gif);
}

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55.0);
  -ms-filter: "alpha(opacity=55.0)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

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

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
html {
  font-size: 13px;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: black;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

input, textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

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

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #54b354;
}

a.arrow:before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background: url(../img/link_arrow.png) 2px 0 no-repeat rgba(255, 255, 255, 0);
  background-size: 6px 8px;
  background: url(../img/link_arrow_ie.png) 2px 0 no-repeat;
}

a.blank:after {
  content: " ";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  margin-right: 5px;
  background: url(../img/external_icon.png) 0 0 no-repeat rgba(255, 255, 255, 0);
  background-size: 11px 11px;
  background: url(../img/external_icon_ie.png) 0 0 no-repeat;
}

th, td {
  font-size: 124%;
}

a:hover img.bnr {
  -ms-filter: "alpha( opacity=60 )";
  filter: alpha(opacity=60);
  opacity: 0.6;
  background: #fff;
}

.bold {
  font-weight: bold;
}

.addthis_button_facebook_like {
  overflow: hidden;
  width: 70px !important;
}


/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}


/*----------------------------------------------------
	404ページスタイル
----------------------------------------------------*/
#error {
	max-width: 1220px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#error .section {
	min-height: 410px;
	padding: 100px 60px 0;
	box-sizing: border-box;
}
#error .section .colum {
max-width: 500px;
}
#error .section h1 {
	margin: 0;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
}
#error .section p {
	margin: 50px 0 0;
	font-size: 16px;
 line-height: 1.75em;
}
#error .section .btn {
	text-align: left;
}
#error .section .btn a {
	background-color: #54b354;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
}
#error .section .btn a:hover {
	opacity: 0.6;
}
#error .section img {
	width: 540px;
	height: auto;
	padding-right: 60px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}


@media only screen and (min-width: 768px) and (max-width: 1260px) {/* 調整　*/
	#error .section .colum {
		max-width: none;
		width: 50%;
}
	#error .section img  {
		max-width: 520px;
		width: 50%;
		height: auto;
}
}
#error .sp_only{display: none !important;}

#error .pc_only{display: block !important;}

/* スマフォ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	#error {
		height: 100%;
		min-height: auto;
		position: relative;
		box-sizing: border-box;
	}
	#error .section {
		min-height: auto;
		padding: 60px 20px 0;
		box-sizing: border-box;
	}
	#error .section .colum {
		max-width: none;
}
	#error .section p {
		margin: 30px auto 0;
	}
	#error .section img {
		width: 100%;
		height: auto;
		padding: 40px 0 20px;
		position: relative;
		box-sizing: border-box;
		bottom: 0;
		right: 0;
	}
	#error .section .btn {
		text-align: center;
}
	#error .sp_only{display: block !important;}
	#error .pc_only{display: none !important;}
}
