/**
 * 共通CSS
 *
 *
 */


html{
	font-size: 62.5%;
	height: 100%;
}
body{
	font-size: 1.4rem;
	background-color: #fff;
	height: 100%;
}

img {
	vertical-align: bottom;
}

h1 {
	display: inline;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.2rem;
}
h2 {
	display: inline;
	font-weight: normal;
	font-size: 1.1rem;
	line-height: 1.1rem;
}

.h10 {
	height: 10px;
}
.h20 {
	height: 20px;
}
.parent {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.child {
	display: table-cell;
	width: 50%;
}
.child100 {display: table-cell; width: 100%; }
.child80 {display: table-cell; width: 80%; }
.child78 {display: table-cell; width: 78%; }
.child75 {display: table-cell; width: 75%; }
.child65 {display: table-cell; width: 65%; }
.child60 {display: table-cell; width: 60%; }
.child55 {display: table-cell; width: 55%; }
.child45 {display: table-cell; width: 45%; }
.child40 {display: table-cell; width: 40%; }
.child30 {display: table-cell; width: 30%; }
.child33 {display: table-cell; width: 33%; }
.child35 {display: table-cell; width: 35%; }
.child25 {display: table-cell; width: 25%; }
.child22 {display: table-cell; width: 22%; }
.child20 {display: table-cell; width: 20%; }
.child img,
.child20 img,
.child22 img,
.child25 img,
.child30 img,
.child33 img,
.child35 img,
.child40 img,
.child45 img,
.child55 img,
.child60 img,
.child65 img,
.child75 img,
.child80 img
{
	width: 100%;
}
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

/* text align center */
.tac {
	text-align: center;
}

.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.mal10 {
	margin-left: 10px;
}
.mar10 {
	margin-right: 10px;
}
.mal5 {
	margin-left: 5px;
}
.mar5 {
	margin-right: 5px;
}

.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.fsize12 {
	font-size: 1.2rem;
}
.gray {
	color: #b2b2b2;
}

.bt {
	border-top: 1px solid #c8c8c8;
}
.bb {
	border-bottom: 1px solid #c8c8c8!important;
}

/*-----------------------------------------------------------------*/
#main {
	padding: 20px;
}


/* ページタイトル */
.page_title {
	font-weight: bold;
	font-size: 1.5rem;
}


/* テンプレート系 本文 */
.site_body {
	word-break: break-all;
}
/* 記事本文内のリンク */
.site_body a:link {
	text-decoration: underline;
	color: #00f;
}
.site_body a:visited {
	text-decoration: underline;
	color: #00f;
}
.site_body a:hover {
	text-decoration: none;
}



/* -------------- */
/*     フッター      */
/* -------------- */

.footer {
	width: 100%;
	background-color: #484848;
	line-height: 1.0;

	margin: 0 auto; 
	padding-top: 20px; 
	padding-bottom: 15px;
	color: #fff;
	text-align: center;

}

.footer hr {
	color: #797979;
}

/* フッターsnsリンク */
.footer .sns_icons {
	margin: 0 auto 20px;
}
.footer .sns_icon {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}


.footer .sns_icons img {
	width: 20px;
	vertical-align: middle;
}
	

.footer .sns_icons a {
	display: table-cell;
	vertical-align: middle;

	cursor: pointer;

	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	text-decoration: none;
	color: #fff;
	padding-right: 5px;
	font-size: 0.9rem;
}
.footer .sns_icons .sns_twitter {
	background-color: #5ea9dd;
}
.footer .sns_icons .sns_line {
	background-color: #00c300;
}
.footer .sns_icons .sns_facebook {
	background-color: #3765a3;
}

/* アプリ情報画像 */
.footer img.footer_info_pc {
	width: 71%;
	max-width: 880px;
	margin-bottom: 20px;
}
.footer img.footer_info_sp {
	width: 60%;
	max-width: 440px;
	margin-bottom: 20px;
}


/* 著作権、プライバシーポリシー、お問い合わせリンク */
.footer .parent_pc {
	display: table;
	width: 70%;
	table-layout: fixed;
	margin: 0 auto;
}

.footer .parent_sp {
	display: table;
	width: 100%;
	table-layout: fixed;
	font-size: 1.2rem;
}
.footer .parent_pc a,
.footer .parent_sp a
{
	padding-top: 10px;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.footer .parent_pc a:nth-child(1),
.footer .parent_sp a:nth-child(1)
{
	width: 30%;
}
.footer .parent_pc a:nth-child(2),
.footer .parent_sp a:nth-child(2)
{
	width: 40%;
}
.footer .parent_pc a:nth-child(3),
.footer .parent_sp a:nth-child(3)
{
	width: 30%;
}



/* コピーライト */
.footer .footer_copyright_pc {
	margin-top: 15px;
}
.footer .footer_copyright_sp {
	margin-top: 15px;
	font-size: 1.2rem;
}