@charset "utf-8";

/* 基本 */
html {
    overflow-y: scroll;
}
body {
    color: #333;
    background-color: #eee;
    font-size: 16px;
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
	body {
			background-color: #fff;
	}
	header {
		box-shadow: 0 1px 3px #999;
	}
	article {
		max-width: 99%;
		margin: 15px auto;
	}
	.pc {
		visibility: hidden;
	}
	.sp {
		visibility: visible;
	}
	#splogo {
		margin-left: -2px;
		margin-bottom: 20px;
		position: relative;
	}
	#splogo img {
		width: 100px;
		height: 30px;
		background-color: #f1af16;
	}
	#splogo p {
		position: absolute;
		left: 105px;
		top: 0;
		color: #f1af16;
		font-size: 12px;
		font-weight: normal;
		line-height: 1;
	}
}
@media (min-width: 768px) {
	header {
		height: 156px;
		box-shadow: 0 0 3px #999;
	}
	main {
		width: 1080px;
		margin: 0 auto;
	    background-color: #fff;
	}
	article {
		max-width: 1000px;
		margin: 0 auto;
		padding: 15px 0;
	    background-color: #fff;
	}
	.pc {
		visibility: visible;
	}
	.sp {
		visibility: hidden;
	}
	#splogo {
		display: none;
	}
}
img {
    border: 0;
    vertical-align: top;
}
h2 {
    color: #f1af16;
    width: 100%;
    margin: 5px auto 15px auto;
    padding: 5px 0;
    font-size: 24px;
    font-weight: normal;
    text-indent: 8px;
	text-align: left;
    position: relative;
    border-top: 1px #f1af16 solid;
    border-bottom: 1px #f1af16 solid;
	background-color: #fff;
}
h2 span.side {
    position: absolute;
	top: 1px;
    right: 3px;
}
h2 span.side a {
	color: #fff;
    font-size: 12px;
	background-color: #f1af16;
    line-height: 1;
	padding: 3px 10px;
	border-radius: 12px;
}
h2 span.sides {
    position: absolute;
	top: 11px;
    right: 11px;
}
h2 span.sides a {
	display: block;
	width: 25px;
	height: 20px;
	background-color: #f1af16;
}
h2 span.sides a img {
    position: absolute;
	top: 0;
	right: 0;
}
h2 ul.slides {
	width: 180px;
    position: absolute;
	top: 35px;
    right: 10px;
	border: 1px #f1af16 solid;
	display: none;
	z-index: 99;
}
h2 ul.slides li {
	font-size: 18px;
	margin: 0;
	padding: 10px 5px;
	background-color: #fff;
	border-bottom: 1px #f1af16 solid;
	opacity: 0.9;
}
h2 span.icon {
	margin: 0;
	padding: 0;
}
h3 {
    color: #f1af16;
    width: 100%;
    margin: 5px auto 10px auto;
    padding: 3px 0;
    font-size: 20px;
    font-weight: normal;
    text-indent: 8px;
    border-left: 3px #f1af16 solid;
	position: relative;
	box-sizing: border-box;
}
h3:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	border: 3px solid transparent;
	border-left: 3px solid #f1af16;
}
h4 {
	color: #fff;
	background-color: #f1af16;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	margin: 10px 0;
	padding: 5px 12px;
	box-sizing: border-box;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    margin: 0;
    padding: 0;
}
p {
    margin: 10px 0;
    padding: 0 5px;
}
a:link {
    color: #f1af16;
    text-decoration: none;
}
a:visited {
    color: #f1af16;
    text-decoration: none;
}
a:hover {
    color: #f1af16;
    opacity: 0.8;
    text-decoration: none;
}
a:active {
    color: #f1af16;
    opacity: 0.8;
    text-decoration: none;
}

/* ヘッダーメニュー */
header {
    width: 100%;
    position: relative;
		background-color: #fff;
		margin-bottom: 15px;
}
header dl {
    width: 95%;
    height: 50px;
    margin: 0 auto;
    padding: 0;
}
header dl dt {
    width: 80px;
    float: left;
    margin: 0;
    padding: 0;
}
header dl dd {
    width: 150px;
    float: right;
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
	header #menu {
		width: 100%;
		height: 50px;
		margin: 0;
		padding: 0;
		background-color: #f1af16;
		position: relative;
		text-align: center;
		color: #fff;
	}
	header #menu ul {
		width: 320px;
		height: 50px;
		margin: 0 auto;
		padding: 0;
		border-right: #fff 1px dotted;
	}
	header #menu ul li {
		float: left;
		width: 63px;
		height: 50px;
		margin: 0;
		padding: 0;
		text-align: center;
		line-height: 3;
		border-left: #fff 1px dotted;
	}
	header #menu ul li a {
		color: #fff;
	}
	header #menus {
		display: none;
	}
	header #top {
		display: none;
	}
}
@media (min-width: 768px) {
	header #menus {
		width: 100%;
		height: 54px;
		margin: 0;
		padding: 0;
		background-color: #f1af16;
		position: relative;
	}
	header #menus:before {
		content: "";
		position: absolute;
		left: 0;
		top: -2px;
		width: 100%;
		border-top: 1px #f1af16 solid;
	}
	header #menus:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 100%;
		border-top: 1px #f1af16 solid;
	}
	header #menus ul {
		width: 900px;
		height: 54px;
		margin: 0 auto;
		padding: 0;
		border-right: #fff 1px dotted;
	}
	header #menus ul li {
		float: left;
		width: 178px;
		height: 50px;
		margin: 0;
		padding: 0;
		text-align: center;
		line-height: 3;
		border-left: #fff 1px dotted;
	}
	header #menus ul li a {
		color: #fff;
		font-size: 18px;
	}
	header #menu {
		display: none;
	}
}

/* ヘッダーロゴ */
header #visual {
    width: 100%;
    text-align: center;
		background-color: #fff;
}
header #visual h1 {
	color: #f1af16;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	margin: 0px 45px -20px 0;
	padding: 10px 0 0 0;
}
@media (min-width: 768px) {
	header #visual img {
			width: 1000px;
	}
}
@media (max-width: 767px) {
	header #visual img {
			width: 100%;
			background-color: #fff;
	}
	header #visual h1 {
		display: none;
	}
}

/* フッター */
footer {
	clear: both;
    width: 100%;
    height: 90px;
    background-color: #333;
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin: 0 0 0 0;
    padding: 15px 0 5px 0;
    line-height: 2;
}
footer a:link {
    color: #fff;
    text-decoration: none;
}
footer a:visited {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer a:active {
    color: #fff;
    text-decoration: underline;
}

/* リスト */
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu li {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}
.menu li:last-child {
    border-bottom: 0px;
}
.menu li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px;
    color: #fff;
    background: #f1af16;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
}
.menu li a.end {
	opacity: 0.5;
}
.menu li p {
	margin: 10px 0 20px 0;
	padding: 0 1em 0 2em;
	text-indent: 0;
}
.menu li p a {
	display: inline;
	margin: 10px 0;
    padding: 10px 20px;
}
.menu li p a:before {
	border: none;
}
.menu li a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
.menu li ul.sub {
    display: none;
    text-indent: 1em;
}

/* ボタン */
a.button, input.button {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: 1px;
    padding: 5px 20px;
    text-decoration: none;
    color: #fff;
    background: #f1af16;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}
a.button:hover, input.button:hover {
    opacity: 0.8;
}
a.mini {
    font-size: 12px;
    padding: 3px 10px !important;
	border-radius: 12px;
}
a.big {
    font-size: 22px;
    padding: 5px 20px !important;
}
a.gray {
	background-color: #ccc;
}
a.fix, input.fix {
    width: 120px;
    height: 33px;
}
a.small {
    font-size: 12px;

}

/* テーブル */
table.common {
    clear: both;
    width: 100%;
    margin: 0 auto 10px auto;
    border-collapse: collapse;
}
table.common td {
    text-align: left;
    vertical-align: top;
    padding: 5px;
    border-collapse: collapse;
    border: #f1af16 1px solid;
		background-color: #fff;
		position: relative;
}
table.common td.button {
    text-align: center;
    border: none;
    padding: 20px 0;
}
table.common td.head {
    color: #fff;
    background: #f1af16;
	position: relative;
}
table.common td.head a {
    color: #fff;
}
table.common th {
    color: #fff;
    background-color: #f1af16;
    border-collapse: collapse;
    border: #f1af16 1px solid;
    opacity: 0.7;
    text-align: right;
    vertical-align: top;
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
}
table.common td.head span.side {
    position: absolute;
    right: 10px;
}
table.common td.fill {
    color: #fff;
    background-color: #f1af16;
	opacity: 0.3;
}
table.common td.middle {
	vertical-align: middle;
}
table.common td input.l {
	width: 80%;
}
table.common td input.m {
	width: 40%;
}
table.common td input.s {
	width: 20%;
}
table.common td input.f {
	width: 280px;
}
table.common td textarea {
	width: 95%;
}
table.common td p {
	margin: 5px 0;
}
table.common td.center img {
	margin: 0 auto 5px auto;
}
table.common td span.edge {
	position: absolute;
	right: 5px;
	top: 5px;
}

/* 掲示板 */
.wrap {
    width: 98%;
    margin: 15px auto;
    padding: 0 0 10px 0;
    border-bottom: #ccc 1px dotted;
}
.wrap p {
    width: 98%;
    margin: 0 0 5px 0;
}
.wrap p.name {
    margin: 0 0 5px 0;
    font-size: 13px;
}
.wrap p.stamp {
    text-align: right;
    margin: 0 0 7px 0;
    color: #888;
    font-size: 11px;
}
.wrap p.user {
    clear: both;
    text-align: right;
}
.wrap p.comment {
    clear: both;
}
.wrap p.del {
    font-size: 11px;
}
.wide input {
    width: 90% !important;
}
.wide textarea {
    width: 100% !important;
}
.forms {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 5px;
    z-index: 99;
    text-align: center;
}
.forms textarea {
    width: 98% !important;
    opacity: 0.8;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.formres {
	text-align: center;
}
.formres textarea {
    width: 98% !important;
    overflow: auto;
	margin-top: 10px;
    -webkit-overflow-scrolling: touch;
}

/* ビジュアル */
.pics {
	text-align: center;
	padding: 0 !important;
}
@media (min-width: 768px) {
	.pics img {
			width: 1000px;
	}
}
@media (max-width: 767px) {
	.pics img {
			width: 100%;
	}
	.visual {
		margin-top: -15px !important;
	}
}

/* その他 */
.top {
    margin-top: 25px !important;
}
.bottom {
    margin-bottom: 25px !important;
}
.bottomer {
    margin-bottom: 100px !important;
}
.voids {
	margin: 10px 0 !important;
}
.less {
	margin: 0 !important;
}
.small {
    font-size: 12px;
}
.small input {
	margin: 2px;
	vertical-align: text-bottom;
}
.middle {
    font-size: 14px;
}
.big {
	font-size: 22px;
}
.bold {
	font-weight: bold;
}
.block {
    display: block;
}
.center {
    text-align: center !important;
}
@media (max-width: 767px) {
	.centfix {
		text-align: center !important;
	}
}
.clear {
    clear: both;
}
.right {
    text-align: right;
}
.red {
    color: #ff5555;
}
.gray {
    color: #999;
}
.color {
	color: #f1af16;
}
.list {
    margin: 10px;
}
.list li {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 2px dotted #f1af16;
}
.list li span.side {
    position: absolute;
    right: 1em;
}
.lists {
	margin: 0;
	padding: 0 0 0 18px;
	list-style: circle !important;
}
.photo {
    display: block;
    margin: 5px auto;
    padding: 4px;
    background: #fff;
    border: 1px solid #ccc;
}
.photo-text {
    width: 95%;
    margin: 10px auto 20px auto;
}
.photo-text p {
    margin: 0 0 5px 0 !important;
}
.alerts {
	margin-bottom: 10px;
}
.alerts p {
	margin: 0;
	line-height: 1.5;
	vertical-align: middle;
}
.alerts p img {
	vertical-align: middle;
	margin-right: 5px;
	padding-bottom: 5px;
}
.icon {
	vertical-align: middle;
	margin-left: 5px;
	padding-bottom: 5px;
}
.win {
	vertical-align: middle;
}

/* ローディング処理 */
#infscr-loading {
	clear: both;
	margin: 10px auto;
	text-align: center;
}
.navigation {
	clear: both;
}
/* 画像付きボタン */
.bigbang {
	width: 100%;
	margin: 10px auto;
	padding: 30px 0;
	background-color: #f1af16;
	position: relative;
}
.bigbang a {
    display: block;
    color: #fff;
    padding-left: 20px;
}
.bigbang img {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* バナー画像 */
.bigbangs {
	width: 100%;
	margin: 10px auto;
	padding: 0;
}
.bigbangs img {
  width: 100%;
}
/* サブミットボタン */
.submitter {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-bottom: 1px;
    padding: 5px 20px;
    text-decoration: none;
    color: #fff;
    background: #f1af16;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}
.submitter:hover {
    opacity: 0.8;
	cursor: pointer;
}
/* ページアップ */
@media (max-width: 767px) {
	.pagetop {
		width: 100%;
		margin: 0;
		text-align: right;
		font-size: 11px;
		padding: 20px 0;
	}
}
@media (min-width: 768px) {
	.pagetop {
		width: 1000px;
		margin: 0 auto;
		text-align: right;
		font-size: 11px;
		padding: 20px 0;
	}
}
