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


@media screen and (max-width:767px){


/* ページの先頭に戻る(すべてのページ) */

.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
	z-index:1000;
}
.pagetop a {
    display: block;
    text-align: center;
    text-decoration: none;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.pagetop a img {
	width:46px;
}


/* SNS(すべてのページ) */

ul.sns {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 60px;
	opacity:0.9;
}

ul.sns li {
	float:left;
	width:84px;
	height:55px;
	margin-right:0;
}

ul.sns li img {
	width:84px;
	height:55px;
}

ul.sns a {
    display: block;
	width:84px;
	height:55px;
}

/**********************************************************/
/* ベース部分 */
/**********************************************************/

body {
    font-size: 1.5rem;
    overflow:hidden;
}

img {
	max-width:100%;
	height:auto;
}

.sp_none,.hidden {
	display:none;
}



/**********************************************************/
/* ヘッダー */
/**********************************************************/

header {
	background:#000;
	width:100%;
	margin:0 auto;
}

header .inner {
	width:100%;
}


header img.logo {
	height:50px;
	padding:5px 5px 5px 15px;
}


/**********************************************************/
/*  メインエリア */
/**********************************************************/

main {
	width:100%;
	display:block;
	margin:0;
	position:relative;
	padding-bottom:30px;
}

.inner {
	width:94%;
	margin:0 auto;
	position:relative;
}

/* パンくず */

.breadcrumb {
	width:100%;
	height:30px;
	background:#2BACDB;
	margin-bottom:20px;
}

.breadcrumb ul {
	width:100%;
	padding-left:10px;
	margin:0 auto;
}

.breadcrumb ul li {
	font-size:12px;
	color:#FFF;
	line-height:30px;
	float:left;
	padding-right:20px;
}

.breadcrumb ul li.arrow::after{
    right: 5px;
}

.breadcrumb ul li a {
	font-size:12px;
	color:#FFF;
}
.breadcrumb ul li a:hover {
	text-decoration:underline;
}

/* 縦書き */

/*.vertical {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}*/


/**********************************************************/
/* 見出し・本文・リスト設定 */
/**********************************************************/

h1 {
}

main h2 {
}

main h3 {
}

hr {
	width:100%;
	/*height:4px;
	border:none;
	background:url(../images/hr.png) 0 0 repeat-x;*/
	clear:both;
	margin:40px auto;
}

hr {
	border-top: 1px solid #EEE;
	border-bottom:none;
}

.bold {
	font-weight:bold;
}

.red {
	color: #F00;
}

.red_bold {
	color: #F00;
	font-weight:bold;
}

.orange {
	color:#DC5800;
}

.clear {
	clear:both;
}


/**********************************************************/
/* テーブル */
/**********************************************************/

#content table {
    border-left: 2px solid #CCC;
    border-top: 2px solid #CCC;
    margin: 20px 0 50px;
}

#content th {
    background: #FFF;
    border-bottom: 2px solid #CCC;
    border-right: 2px solid #CCC;
    font-weight: 500;
    /*line-height: 1.2;*/
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}

#content td {
	background: #FFF;
    border-bottom: 2px solid #CCC;
    border-right: 2px solid #CCC;
	font-weight: 500;
    padding: 5px 10px;
	text-align:center;
    vertical-align: middle;
}


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

footer {
	width:100%;
	color:#FFF;
	background:#000;
	padding:30px 0;
	position:relative;
}

footer img.footer_logo {
	width:235px;
	height:64px;
	display:block;
	margin:0 auto 20px;
}

footer p.address {
	text-align:center;
	line-height:1.4;
	margin-bottom:50px;
}


footer .copy {
	text-align:center;
	font-size:1.2rem;
}


}



