@charset "shift_jis";

/*==================================================
  static page module
==================================================*/
body {
	position: relative;
	overflow: auto !important;
}
#container {
    background: #fbfaf8;
}
#contents {
	margin: 0 auto;
	max-width: 970px;
}
p {
    margin-top: 20px;
	font-size: 14px;
	line-height: 1.4;
}
.ios .switch.android {
    display: none;
}
.android .switch.ios {
    display: none;
}

/*--------------------------------------------------
  Header
--------------------------------------------------*/
#header {
	border-bottom: 2px solid #E61E0A;
	background: #fff;
}
.h_inner {
    max-width: 970px;
    margin: 0px auto;
    padding: 6px 0;
}
.h_logo {
	text-align: center;
}
.h_logo img {
	vertical-align: middle;
    height: 47px;
}

/*--------------------------------------------------
  fotter
--------------------------------------------------*/
.f_info {
	max-width: 970px;
	margin: 0 auto;
	padding: 50px 0 10px;
	position: relative;
}
.f_pagetop {
	font-size: 12px;
	position: absolute;
	bottom: 10px;
	right: 4px;
}
.f_pagetop a {
	position: relative;
	padding: 0 0 0 1.2em;
	color: #50504f;
	display: inline-block;
}
a:visited {
	color: #3e4d98;
	text-decoration: none;
}
.f_pagetop a span {
	position: absolute;
	top: 0.32em;
	left: 0;
	width: 8px;
	height: 10px;
	background-position: -1px 0;
}
a:link span {
	cursor: pointer;
}
.p_item {
	display: block;
	background-image: url("../png/f_arrow.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.footer_content {
	background: #928e88;
	padding: 1px 0 0;
}
.footer_content_inner {
	width: 100%;
	margin: 0 auto;
}
.footer_copyright {
	font-size: 12px;
	color: #ffffff;
	position: relative;
	text-align: center;
	padding: 15px 0 15px;
}

/*--------------------------------------------------
  Heading
--------------------------------------------------*/
.header-tit {
    padding: 28px 0 10px;
    border-bottom: #c0b49d solid 2px;
    font-size: 18px;
}
.section-tit {
    margin: 30px 0 20px 0;
    padding-left: 20px;
    background: #eee;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.5;
}
.item-tit {
    margin-top: 30px;
    border-left: solid 8px #eee;
    border-bottom: solid 3px #eee;
    padding: 0 0 5px 13px;
	font-size: 14px;
    font-weight: normal;
}

/*--------------------------------------------------
  section
--------------------------------------------------*/
.notce-card {
    margin-top: 30px;
    border: #ebe7e2 solid 1px;
    border-radius: 8px;
    padding: 0 20px 40px;
    background-color: #FFF;
}
.section p {
    margin: 20px;
}

/*--------------------------------------------------
  Table
--------------------------------------------------*/
#contents table.defult {
	margin-top: 20px;
	border-top: 1px solid #eae9e7;
	border-right: none;
	border-bottom: 1px solid #eae9e7;
	border-left: 1px solid #eae9e7;
	border-collapse: collapse;
	font-size: 14px;
    line-height: 1.4;
}
/*#contents table.defult tbody tr.even {
	background: #faf9f7;
}*/
#contents table.defult thead th {
	padding: 5px 10px;
	border-top: none;
	border-right: 1px solid #eae9e7;
	border-bottom: none;
	border-left: none;
	border-collapse: collapse;
	color: #fff;
	background: #928e88;
	text-align: center;
}
#contents table.defult tbody th {
	padding: 10px;
	border-top: none;
	border-right: 1px solid #eae9e7;
	border-bottom: none;
	border-left: none;
	border-collapse: collapse;
	background: #eae9e7;
}
#contents table.defult tbody td {
	padding: 10px;
	border-top: none;
	border-right: 1px solid #eae9e7;
	border-bottom: none;
	border-left: none;
	border-collapse: collapse;
}

/*--------------------------------------------------
  SP表示
--------------------------------------------------*/
@media screen and (max-width: 970px) {
	#contents, .f_info {
		margin: 0 20px;
 	}
}
@media screen and (max-width: 680px) {
    #header {
        border-bottom: 1px solid #E61E0A;
    }
	.h_logo img {
		height: 31px;
	}
    .notce-card {
        margin-top: 0;
        padding: 0 10px 20px;
    }
    #contents {
		margin: 0 10px;
        padding-top: 20px;
        padding-bottom: 20px;
 	}
    .header-tit {
        padding-top: 20px;
    }
	.section-tit {
        padding-left: 10px;
	}
    p {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
	.f_info {
 		margin: 0 20px;
	}
    .footer_content {
        background: #aca69f;
    }
}

/*--------------------------------------------------
  偽サイト告知追加分
--------------------------------------------------*/
#contents .h1 + p.time {
    margin: 10px;
}
#contents p.time {
    text-align: right;
    color: #aba59f;
}
dl {
	margin: 20px;
    font-size: 14px;
}
dt {
  float: left;
}
dd {
  margin-left: 65px;
}
.exampletxt {
	margin: 40px 20px 0;
}
.siteImg {
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width: 680px) {
	dl {
    	margin: 20px 0;
	}
    .siteImg img {
        width: 100%;
    }
}

/*--------------------------------------------------
  お問合せフォームボタン
--------------------------------------------------*/

a.btn-form {
	display: block;
    width: 100%;
    max-width: 260px;
    position: relative;
    margin: 50px auto 40px;
    padding: 15px 0;
    border-radius: 8px;
    background-color: #e51e09;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px #d51b06;
}
a.btn-form:hover {
	opacity: 0.7;
}
a.btn-arrow:after {
	transform: translateY(60%) rotate(0);
	content: '';
	position: absolute;
    right: 8px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}

