@charset "utf-8";
/* CSS Document */

/* ===================================================================
 10px = 77%  11px = 85%  12px = 93%  13px = 100%  14px = 108%  15px = 116%  16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%  22px = 167%  23px = 174%  24px = 182%  25px = 189%  26px = 197%
=================================================================== */


html {
	overflow-y: scroll; }/* スクロールバーの有無によるズレ対策 */

body {
	font-size:14px; line-height:1.8; font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color:#2f2f2f; }
select, input, textarea, button, table {
	font-size:14px; line-height:1.8; font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color:#2f2f2f; }

@media screen and (max-width: 640px) {
	body {
	font-size:15px; line-height:1.8; }
select, input, textarea, button, table {
	font-size:16px; line-height:1.8; }
}
.break{ display: inline-block; }

a		{
	color:#2f2f2f;
	position: relative;
	text-decoration: none;
}
a:visited	{
	color:#575757;
}

a:active, a:focus	{ outline:none; }/* 選択時に点線を表示しない */

.textcenter{ text-align:center; }
.textright{ text-align:right; }
.textleft{ text-align:left; }
.texttop{ vertical-align:top; }
.textbottom{ vertical-align:bottom; }
.textmiddle{ vertical-align:middle; }
.textVcentral{ vertical-align:central; }
.floatleft{ float:left; }
.floatright{ float:right; }
.textjustify{ text-align:justify; }
.textinline{ display:inline; }
.marker_yellow { background: linear-gradient(transparent 60%, #ffff66 60%); }

.sponly{ display: none; }
@media screen and (max-width: 720px) {
  .pconly{ display: none; }
  .sponly{ display: block; }
}

p{
	margin-bottom: 1em;
}


/* Clearfix
----------------------------------------------------------------------------------------------------*/

.clear {
  clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.cf:before,.cf:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0px;
}

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }
	
/*------------------------------------------------------------
  Pagetop
------------------------------------------------------------ */

.pagetop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 2px;
	z-index:900;
}
.pagetop a {
	display: block;
	width: 42px;
  height: 42px;
	text-align: center;
	background-color: rgba(0,162,231,0.90);
  color: #fff;
	text-decoration: none;
	
	font-size:36px;
	line-height:36px;
  border-radius: 21px
}


/*------------------------------------------------------------
  SNS
------------------------------------------------------------ */

.share ul{
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-ms-display: flex;
	-js-display: flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 150px;
}
.share ul li{
	width: 30px;
}

.share-back1{
	background-color: #888;
	margin-top: 10px;
}
.share-back1 ul{
	margin: 0 auto;
	padding: 5px
}
.share-back1 ul li{
	border: 1px solid #fff;
	background-color: #888;
}

.share-back2{
	margin-top: 30px;
}
.share-back2 ul{
	margin: 0 auto;
	padding: 5px
}
.share-back2 ul li{
	border: 1px solid #fff;
	border-radius: 50%;
}

