
@charset "UTF-8";

/* clearfix */

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	zoom: 1;
/*	height: 1px; */
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

body {
	margin: 0;
	padding: 0;
	font-family:Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: medium;
	line-height: 1.6;
	line-break: strict;
	word-break: break-all;
	background-color: #606000;
	background-image: url(image/sp_background.png);
	background-repeat: repeat-y;
	background-position: top center;
}
td,th {
	font-family:Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: medium;
	line-height: 1.6;
}
img {
	border: 0;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.e {
	font-size: 21px;
	line-height: 22px;
}
.d {
	font-size: 18px;
	line-height: 19px;
}
.c {
	font-size: 15px;
	line-height: 16px;
}
.b {
	font-size: 12px;
	line-height: 13px;
}
.b_ffffff {
	font-size: 12px;
	line-height: 13px;
	color: #ffffff;
}
.a {
	font-size: 9px;
	line-height: 10px;
}
a {
	
}
a:link {
	color: #6d0505;
}
a:visited {
	color: #6d0505;
}
a:hover {
	color: #6d0505;
}

/* コンテンツ内スペース */
.space-s {
	margin-bottom: 0.25em !important;
}
.space-m {
	margin-bottom: 0.45em !important;
}
.space-l {
	margin-bottom: 0.75em !important;
}
.space-xl {
	margin-bottom: 1em !important;
}
.space-xxl {
	margin-bottom: 1.5em !important;
}
.space-xxxl {
	margin-bottom: 2em !important;
}
.space-xxxxl {
	margin-bottom: 2.75em !important;
}
.space-xxxxxl {
	margin-bottom: 3.5em !important;
}
.space-top-s {
	margin-top: 0.25em !important;
}
.space-top-m {
	margin-top: 0.45em !important;
}
.space-top-l {
	margin-top: 0.75em !important;
}
.space-top-xl {
	margin-top: 1em !important;
}
.space-top-xxl {
	margin-top: 1.5em !important;
}
.space-top-xxxl {
	margin-top: 2em !important;
}
.space-top-xxxxl {
	margin-top: 2.75em !important;
}
.space-top-xxxxxl {
	margin-top: 3.5em !important;
}


/* 太字 */
.bold-black {
	text-shadow:1px 0 1px #000000;
}

/* 制限 */
.restriction {
	width: 90%;
	max-width: 576px;
	margin: 0 auto;
	text-align: right;
	color: #666666;
}

/* 警告 */
.warning {
	width: 100%;
	max-width: 640px;
	margin: 1em auto;
	padding: 0;
	color: #6d0505;
	text-shadow:1px 0 1px #6d0505;
	text-align: center;
}

/* 広告 */
.adsp {
	width: 100%;
	max-width: 640px;
	margin: 0.5em auto;
	padding: 0;
	text-align: center;
}

/* ヘッダー */
#header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 640px;
	background-image: url(image/sp_header_1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #606000;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
#header::after {
	display: block;
	padding-top: 37%;
	content: "";
}

#image-count {
	margin: 0 auto 0.5em;
	padding: 0.5em 0;
	width: 100%;
	max-width: 640px;
	background-color: #606000;
	text-align: center;
	color: #ffffff;
	text-shadow:1px 0 1px #ffffff;
}

/* おしらせ、新着ボタン */

a.button-news {
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 1% auto;
	padding: 0;
	background-image: url(image/sp_button_news.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 204%;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	border: none;
}
a.button-news::after {
	display: block;
	padding-top: 11%;
	content: "";
}

/* PICK UP */
.pickup-image-display {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 1em;
	text-align: center;
}
.pickup-image-display img {
	max-width: 50%;
}
.pickup-image-display a {
	display: block;
	background-image: url(image/sp_button_pickup.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 200%;
}

/* 画像へのリンク */
ul.button-image {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 640px;
	list-style: none;
}
ul.button-image li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	padding: 0;
	width: 49%;
	float: left;
}
ul.button-image li:nth-child(odd) {
	margin: 0 1% 0.5em 0;
}
ul.button-image li:nth-child(even) {
	margin: 0 0 0.5em 1%;
}
ul.button-image li::after {
	display: block;
	padding-top: 42%;
	content: "";
}
ul.button-image a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	display: block;
	margin: 0;
	padding: 0.5em;
	width: 100%;
	height: 100%;
	background-image: url(image/sp_button_image.png), linear-gradient(to bottom, #606000, #ffffff 10%, #ffffff 90%, #606000);
	background-image: url(image/sp_button_image.png), -webkit-linear-gradient(90deg, #606000, #ffffff 10%, #ffffff 90%, #606000);
	background-image: url(image/sp_button_image.png), -webkit-gradient(linear, left top, left bottom, from(#606000), color-stop(0.1, #ffffff), color-stop(0.9, #ffffff), to(#606000));
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 200%, 100% 100%;
	overflow: hidden;
}
ul.button-image img {
	float: left;
	width: 28%;
	padding-right: 0.5em;
}
ul.button-image a.more {
	background-image: url(image/sp_button_more.png);
	background-size: 100% 200%;
	background-position: 0 0;
	text-indent: -9999px;
}


/* フッター */
ul.footer-navi {
	margin: 0.5em auto;
	padding: 0;
	width: 100%;
	max-width: 640px;
	list-style: none;
}
ul.footer-navi li {
	position: relative;
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}
ul.footer-navi li::after {
	display: block;
	padding-top: 20%;
	content: "";
}

.bottom-double-line {
	padding-bottom: 0.5em;
	border-bottom: double 3px #606000;
}
a.button-to-top {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(image/sp_button_to_top.png);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: 0 0;
	text-indent: -9999px;
}

a.button-to-toppage {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(image/sp_button_to_toppage.png);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: 0 0;
	text-indent: -9999px;
}

a.button-back-list {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(image/sp_button_back_list.png);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: 0 0;
	text-indent: -9999px;
}

a.button-back {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(image/sp_button_back.png);
	background-repeat: no-repeat;
	background-size: 100% 200%;
	background-position: 0 0;
	text-indent: -9999px;
}

ul.button-sub-menu {
	margin: 0.5em auto;
	padding: 0.5em 0 0;
	width: 100%;
	max-width: 640px;
	list-style: none;
	border-top: double 3px #606000;
}
ul.button-sub-menu li {
	position: relative;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}
ul.button-sub-menu li::after {
	display: block;
	padding-top: 33%;
	content: "";
}

ul.button-sub-menu a {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 204%;
	text-indent: -9999px;
}

#button-about {
	background-image: url(image/sp_button_about.png);
}
#button-contact {
	background-image: url(image/sp_button_contact.png);
}


/* タイトル */

h2 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 1% auto;
	padding: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}
h2::after {
	display: block;
	padding-top: 9%;
	content: "";
}
h2#nomination {
	background-image: url(image/sp_nomination.png);
}
h2#list-top {
	background-image: url(image/sp_list.png);
}
h2#list {
	background-image: url(image/sp_list.png);
	margin: 1% auto 0;
}
h2#search {
	background-image: url(image/sp_search.png);
}
h2#search-result {
	background-image: url(image/sp_search_result.png);
}
h2#new {
	background-image: url(image/sp_new.png);
}
h2.title {
	background-image: url(image/sp_title.png);
	padding: 0.5em;
	text-align: center;
	font-size: large;
	color: #ffffff;
	text-indent: 0;
	text-shadow:1px 0 1px #ffffff;
	line-height: 1.5;
}
h2.title::after {
	display: none;
}
h2.title-new {
	background-image: url(image/sp_title_new.png);
	padding: 0.5em;
	text-align: center;
	font-size: large;
	color: #ffffff;
	text-indent: 0;
	text-shadow:1px 0 1px #ffffff;
	line-height: 1.5;
}
h2.title-new::after {
	display: none;
}
h2.title-image {
	background-image: url(image/sp_title.png);
	margin: 1% auto 0;
	padding: 0.5em;
	text-align: center;
	font-size: large;
	color: #ffffff;
	text-indent: 0;
	text-shadow:1px 0 1px #ffffff;
	line-height: 1.5;
}
h2.title-image::after {
	display: none;
}
h2.title-image-new {
	background-image: url(image/sp_title_new.png);
	margin: 1% auto 0;
	padding: 0.5em;
	text-align: center;
	font-size: large;
	color: #ffffff;
	text-indent: 0;
	text-shadow:1px 0 1px #ffffff;
	line-height: 1.5;
}
h2.title-image-new::after {
	display: none;
}
h2.pickup {
	background-image: url(image/sp_pickup.png);
	padding: 0.5em;
	text-align: center;
	font-size: large;
	color: #ffffff;
	text-indent: 0;
	text-shadow:1px 0 1px #ffffff;
	line-height: 1.5;
}
h2.pickup::before {
	display: block;
	padding-top: 8%;
	content: "";
}
h2.pickup::after {
	display: none;
}
h2.pickup-new {
	background-image: url(image/sp_pickup_new.png);
	padding: 0.5em;
	text-align: center;
	font-size: large;
	color: #ffffff;
	text-indent: 0;
	text-shadow:1px 0 1px #ffffff;
	line-height: 1.5;
}
h2.pickup-new::before {
	display: block;
	padding-top: 8%;
	content: "";
}
h2.pickup-new::after {
	display: none;
}






h2#news {
	background-image: url(image/sp_news.png);
}
h2#about {
	background-image: url(image/sp_about.png);
}

#footer {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0.5em 0;
	background-color: #606000;
	color: #ffffff;
	text-align: center;
}

/* リスト、検索 */
.list-item {
	height: 2em;
	margin: 0 0 1em 0;
	padding: 0 1em;
	color: #333333;
	float: left;
	line-height: 2em;
}
#list-form {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
#list-form select {
	display: inline-block;
	width: 8em;
	height: 2em;
	margin: 0;
}
#list-submit {
	display:block;
	clear: both;
	float: left;
	width: 30%;
	margin: 0 1% 0 19%;
	padding: 0;
	background-image:url(image/sp_button_list.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 205%;
	text-indent: -9999px;
	cursor: pointer;
	border-style: none;
	background-color: transparent;
}
#list-submit::after {
	display: block;
	padding-top: 51.45%;
	content: "";
}
#list-clear {
	display:block;
	float: left;
	width: 30%;
	margin: 0 19% 0 1%;
	padding: 0;
	background-image:url(image/sp_button_clear.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 205%;
	text-indent: -9999px;
	cursor: pointer;
	border-style: none;
	background-color: transparent;
}
#list-clear::after {
	display: block;
	padding-top: 51.45%;
	content: "";
}

#search-form {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
#search-form input[type="text"] {
	display: block;
	width: 90%;
	height: 1.5em;
	margin: 0 auto 0.5em;
}

#search-submit {
	display:block;
	float: left;
	width: 30%;
	margin: 0 1% 0 19%;
	padding: 0;
	background-image:url(image/sp_button_search.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 205%;
	text-indent: -9999px;
	cursor: pointer;
	border-style: none;
	background-color: transparent;
}
#search-submit::after {
	display: block;
	padding-top: 51.45%;
	content: "";
}

/* リスト条件 */
.list-condition {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 0.5em;
	padding: 0;
	background-color: #606000;
	text-align: center;
	color: #ffffff;
	text-shadow:1px 0 1px #ffffff;
}

/* 前後ナビ */
ul.navi {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 0.5em;
	padding: 0.5em 0;
	list-style: none;
	border-bottom: 3px double #404000;
}
ul.navi li {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}
ul.navi-news {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 0.5em;
	padding: 1em 0;
	list-style: none;
	border-top: 2px solid #606000;
	border-bottom: 3px double #404000;
}
ul.navi li, ul.navi-news li {
	width: 50%;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	
}
ul.navi li::after, ul.navi-news li::after {
	display: block;
	padding-top: 12%;
	content: "";
}

a.before {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 0 2em;
	background-image: url(image/sp_before.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 200%;
}
a.next {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 2em 0 0;
	background-image: url(image/sp_next.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 200%;
	text-align: right;
	float: left;
}


/* ダウンロード */
.image-display {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
.image-display img {
	max-width: 100%;
}
.image-display img.image-thumbnail {
	max-width: 50%;
}

.image-explanation {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	margin: 0.5em auto;
	padding: 0.5em;
	color: #333300;
	border-top: 1px dotted #404000;
	border-bottom: 3px double #404000;
}
.image-explanation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.image-explanation ul li {
	margin: 0 0 0.5em;
	padding: 0 0 0 2em;
	background-image: url(image/sp_mark_green.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 1.5em;
}
.download-size {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	margin: 0.5em auto;
	padding: 0.5em;
}
.photolibrary {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	margin: 0.5em auto;
	padding: 0.5em;
	border-top: 2px dotted #404000;
}
.postcard {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	margin: 0.5em auto;
	padding: 0.5em;
	border-top: 2px dotted #404000;
	border-bottom: 3px double #404000;
}

.download-size ul {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.download-size ul li {
	width: 100%;
	margin: 0 0 0.5em;
	padding: 0;
}

.download-size a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 100%;
	height: 2em;
	margin: 0;
	padding: 0 0 0 2.5em;
	background-image: url(image/sp_down.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 200%;
	line-height: 2em;
}


/* おしらせ */
.news-background-1 {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
	background-color: #eeffff;
}
.news-background-2 {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffeeff;
}
.news-title {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0.8em 0.3em;
	color: #ffffff;
	text-shadow:1px 0 1px #ffffff;
	background-color: #909000;
	background-image: url(image/sp_news_title_bg_top.png), url(image/sp_news_title_bg_bottom.png);
	background-repeat: repeat-x, repeat-x;
	background-position: left top, left bottom;
}
.news-date {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0.3em;
	color: #666666;
	text-align: right;
	font-size: small;
}
.news-date span {
	padding: 0.2em 0.5em;
	margin: 0.2em;
	background-color: #990000;
	border-radius: 5px;
	color: #ffffff;
	text-shadow:1px 0 1px #ffffff;
}
.news-body {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0.3em 0.3em 1em;
}


/* このサイトについて */
.explanation {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	margin: 0.5em auto;
	padding: 0.5em;
	color: #333300;
	border-bottom: 3px double #404000;
}
.explanation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.explanation ul li {
	margin: 0 0 0.5em;
	padding: 0 0 0 2em;
	background-image: url(image/sp_mark_green.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 1.5em;
}
