<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ----------------------------------------
	福島県観光物産交流協会

	観光フォト利用申し込みページ
	http://li9.jp/web/tabi/jp/photo/toko.html

	photo_toko.css

	create 20140116 T.Y
---------------------------------------- */

/* mosikomi.html 詳細ページ用
---------------------------------------- */
.input50 {
	width: 50px;
}
.input100 {
	width: 100px;
}

.input150 {
	width: 150px;
}
.input200 {
	width: 200px;
}
.input250 {
	width: 250px;
}
.input300 {
	width: 300px;
}
.input400 {
	width: 400px;
}
.photo_box {
	padding-top: 30px;
	border-top: 5px solid #339966;
}
.photo_box h3 {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.photo_box .text_box {
	margin-bottom: 30px;
}
.photo_box .text_box h4 {
	margin-bottom: 15px;
	color: #FF0004;
	font-size: 18px;
}
.photo_box .text_box ul {
	margin-left: 25px;
}
.photo_box .text_box ul li {
	margin-bottom: 5px;
	clear: both;
}
.photo_box .text_box .tesuryo_table table {
	text-align: center;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.photo_box .text_box .tesuryo_table th {
	background-color: #339966;
	color: #FFFFFF;
	font-weight: normal;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
}
.photo_box .text_box .tesuryo_table td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	text-align: center;
}
.photo_box .text_box .text_box2 {
	margin-left: 25px;
}
.photo_box .text_box .text_box2 ul {
	margin-bottom: 10px;
}
.toko_pankuzu {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: left;
}
.toko_pankuzu .select {
	color: #339966;
	font-weight: bold;
}
.photo_box .toko_box01 {
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.photo_box .toko_box01 table {
	width: 100%;
	margin: 2px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.photo_box .toko_box01 table th {
	background-color: #339966;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 3px;
}
.photo_box .toko_box01 table td {
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 3px;
	text-align: left;
}
.photo_box .toko_box01 .hissu {
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #FF0004;
	border-radius: 3px;
	color: #FF0004;
	padding:2px 5px;
}
.photo_box .toko_box01 .btn_box {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.photo_box .toko_box01 .btn_box #submit,
.photo_box .toko_box01 .btn_box #reset {
	display:block;
	background-image: url(../photo/img/mosikomi_btn_bg.png);
	width: 100px;
	height: 45px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-style: none;
	background-repeat: no-repeat;
	cursor:pointer;
	margin:0 5px;
}
.photo_box .toko_box01 .btn_box #submit:hover,
.photo_box .toko_box01 .btn_box #reset:hover {
	background-image: url(../photo/img/mosikomi_btn_bg.png);
	background-position: 0px -46px;
	text-shadow: 1px 1px 10px #FF6600;
}

.photo_box .text_box .tanto_box {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFE6;
}
.error_box {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: 1px solid #FF0000;
	background-image: url(../img/warning.gif);
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: 5px 5px;
	min-height: 50px;
	text-align: left;
}
.error_box ul {
	margin-left: 28px;
}


/* 確認画面用
---------------------------------------- */
.table_input {
	width: 100%;
}
.table_input td {
	width: 50%;
}
.table_input .submit1 {
	background-image: url(../photo/img/mosikomi_btn_bg.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 45px;
	border-style: none;
	background-repeat: no-repeat;
	margin-right: 2px;
	cursor:pointer;
}
.table_input .submit1:hover {
	background-image: url(../photo/img/mosikomi_btn_bg.png);
	background-position: 0px -46px;
	text-shadow: 1px 1px 10px #FF6600;
}
.table_input .submit2 {
	width: 100px;
	height: 45px;
	background-image: url(../photo/img/mosikomi_btn_bg.png);
	background-repeat: no-repeat;
	border-style: none;
	cursor:pointer;
	float: left;
}
.table_input .submit2:hover {
	background-image: url(../photo/img/mosikomi_btn_bg.png);
	background-position: 0px -46px;
	text-shadow: 1px 1px 10px #FF6600;
}



.appPhotoList {
	margin:0;
	padding:10px;
	display:flex;
	justify-content:flex-start;
	flex-wrap: nowrap;
	background-color: #f5f5f5;
	width:auto;
}
.appPhotoList li {
	display:flex;
	flex-flow:column;
	align-items: flex-start;
	justify-content: flex-start;
	padding:5px;
	border:1px solid #cdcdcd;
	background-color:#fff;
	position:relative;
	margin:0px 3px 5px 3px;
	width:calc(50% - 15px);
}
@media (min-width: 960px) {
  .appPhotoList li {
    width:calc(20% - 15px);
  }
}

.appPhotoList_img {
	margin-bottom:10px;
	width:100%;
}
.appPhotoList_img img {
	width:100%;
}
.appPhotoListText {
	line-height:110%;
	font-size:1.2rem;
	margin-bottom:5px;
}
@media (min-width: 960px) {
  .appPhotoListText {
    font-size:1.5rem
  }
}
.appPhotoListQu {
	display:flex;
	flex-flow: column;
	width:100%;
}
.appPhotoListQu li {
	width:100%;
	padding:0;
	border:0;
	margin-bottom:10px;
}
.appPhotoListQu li label {
	display:flex;
	flex-flow:row;
	margin-bottom:0;
	align-items: center;
	justify-content: center;
	line-height:110%;
	font-size:1.2rem;
}
@media (min-width: 960px) {
  .appPhotoListQu li label {
    font-size:1.4rem;
  }
}
.appPhotoListQu li label span {
  margin-left:5px;
}

.rechaArea {
	margin: 20px auto 20px auto;
	width:304px;
	background-color:#fff;
}

.btnKakunin {
	width:100%;
	max-width:304px;
	margin-bottom:20px;
	background-color:#339966;
	border:1px solid #339966;
	border-radius:10px;
	color:#fff;
	padding:10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btnKakunin:hover {
	background-color:#47d48d;
	border:1px solid #47d48d;
}
.btnReset {
	margin-bottom:20px;
	text-decoration:underline;
}
.btnReset:hover {
	font-weight:bold;
	text-decoration:underline;
}
.toList {
	background-color: #cdcdcd;
	border:1px solid #cdcdcd;
	border-radius:10px;
	color:#000;
	display:block;
	margin:0 auto;
	padding:10px 20px;
	text-decoration:none;
}
.toList:hover {
	text-decoration:underline;
}
.selectbox {
	font-size: 85%;
	padding: 10px 19px;
	background-color: #f5f5f5;
}
.selectbox option {
	padding: 10px 19px;
}

.appTable2024 {
	width:100%;
	border:0px!important;
	font-size:1.6rem;
}
.appTable2024 tr th {
	display: flex!important;
	padding: 5px 10px!important;
	border:0px!important;
	background-color:#339966!important;
	color:#fff!important;
	font-weight:bold!important;
	align-items:center;
	justify-content:flex-start;
}
.appTable2024 tr td {
	display: block!important;
	padding: 0 0 10px!important;
	border:0px!important;
}
@media (min-width: 960px) {
	.appTable2024 tr th {
		padding: 10px!important;
	}
	.appTable2024 tr td {
		padding: 0 0 20px!important;
	}
}
.thFlex {
	display: flex;
	align-items: center;
	gap: 15px;
	margin:unset!important;
}
.appTable2024 tr td input.text {
	height: 50px;
	padding: 10px 19px;
	background-color: #f5f5f5;
	display: block;
	box-sizing:border-box!important;
	border: 0;
	width: 100%;
	font: inherit;
}
.appTable2024 tr td .textarea {
	min-height: 180px;
	padding: 10px 19px;
	background-color: #f5f5f5;
	display: block;
	box-sizing:border-box!important;
	border: 0;
	width: 100%;
	resize: vertical;
	font: inherit
}
.tdKakunin {
	padding: 10px;
	background-color: #f5f5f5;
}
.privacyLine {
	margin-top:30px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.privacyLine a {
	display:flex;
	align-items:baseline;
	justify-content:center;
}
.privacyLine a:after {
	content: '';
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background-image: url(../photo/img/toout_black.png);
	background-size: contain;
	vertical-align: middle;
	margin-left:5px;
	margin-right:10px;
}
.commonFont {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}</pre></body></html>