@charset "UTF-8";

/* ========BASIC======== */
html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	line-height: normal;
	letter-spacing: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #fff;
}

h1 {
	font-weight: normal;
	position: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

br {
	letter-spacing: normal;
}

img {
	border: 0;
}

a {
	color: #554c41;
	text-decoration: none;
}

a:hover {
	color: #554c41;
	text-decoration: underline;
}

dl, ol {
	width: 900px;
	margin: 0 0 1em 0;
	padding: 0;
}

li {
	margin: 0 0 0 40px;
	padding: 0;
}

em {
	font-style: normal;
	background: #ff0;
}

text_underline {
	text-decoration: underline;
}

/* ======== 全体 CUSTOMIZE======== */
/* ページ全体 */
#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	border-left: 1px solid #CECFCE;
	border-right: 1px solid #CECFCE;
}

/* ========HEADER CUSTOMIZE======== */
#header {
	width: 900px;
	position: relative;
}

#header p.description {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
}

#header a img {
	padding: 0 0 10px 10px;
}

/* ======== HEADER MENU CUSTOMIZE======== */
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu li a {
	display: block;
	padding: 8px 20px;
	color: #C36;
	border-bottom: none;
	background-image: url(../images/bg_menu.gif);
}

#menu li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(../images/bg_menu2.gif);
}

/* ========CONTENS CUSTOMIZE======== */
#contents {
	clear: both;
	width: 880px;
	background: #fff;
}

/* ======== CONTENS MAIN CUSTOMIZE======== */
#main {
	float: right;
	width: 700px;
	padding: 10px;
}

#main h2 {
	margin-bottom: 5px;
	padding: 10px 5px;
	font-weight: bold;
	font-size: 15px;
	color: #512800;
	line-height: 1.0;
	border-top: 2px solid #ffb85b;
	border-bottom: 1px dotted #ffb85b;
	background: #fff url(../images/bg_h2.gif) 0 0 repeat-x;
}

#main h3 {
	margin-bottom: 2px;
	padding: 0 2px;
	font-weight: bold;
	font-size: 14px;
	color: #512800;
	background: #fbd39e;
}

#main dl {
	margin: 0;
	padding: 0;
}

#main dt {
	text-decoration: underline;
}

#main table {
	width: 95%;
	border-collapse: collapse;
}

#main table th {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #ddd;
	background: #f7e7d2;
}

#main table td {
	padding: 0px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #ddd;
}

/* 2020.02.05 削除 contents01.php見直し
#main .itembox{
float:left;
width:25%;
margin:0 auto;
text-align:center;
}
*/

/* 2020.02.05 追加 start contents01.php見直し */
#main .itembox1 {
	float: left;
	width: 100%;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#main .itembox2 {
	float: left;
	width: 50%;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#main .itembox3 {
	float: left;
	width: 33%;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#main .itembox4 {
	float: left;
	width: 25%;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#main .itembox5 {
	float: left;
	width: 20%;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
/* 2020.02.05 追加 end */
#main .itempict {
	/* 2020.02.05 修正 start contents01.php見直し */
	/* width:90%; */
	width: auto;
	height: auto;
	max-width: 97%;
	max-height: 128px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/* 2020.02.05 修正 end */
}

/* 2020.02.05 追加 start photo_order.php */
#main .itempict2 {
	width: auto;
	height: auto;
	max-width: 97%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
/* 2020.02.05 追加 end */
#main .itemno {
	padding-top: 10px;
	padding-bottom: 0px;
	/* 2020.02.05 追加 start contents01.php見直し */
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	/* 2020.02.05 追加 end */
}

/* ======== CONTENS PAGE CUSTOMIZE======== */
#paging {
	clear: left;
	width: 100%;
}

#pagePrev {
	float: left;
	width: 50%;
}

#pagePrev a {
	padding: 0 0 0 8px;
	background: url(../images/bg_pageprev.gif) 0 60% no-repeat;
}

#pageNext {
	float: left;
	width: 50%;
	text-align: right;
}

#pageNext a {
	padding: 0 0 0 8px;
	background: url(../images/bg_pagenext.gif) 0 60% no-repeat;
}

#page {
	margin: 0 auto;
	text-align: center;
}

#pageTop {
	padding: 10px 0;
	text-align: right;
}

#pageTop a {
	padding: 0 0 0 12px;
	background: url(../images/bg_pagetop.gif) 0 60% no-repeat;
}

/* ======== SUB CUSTOMIZE======== */
#sub {
	float: left;
	width: 160px;
}

#sub ul {
	width: 160px;
	margin: 0 0 1em 0;
	padding: 0;
}

#sub div.section h2 {
	margin: 10px;
	padding: 5px;
	font-size: 15px;
	color: #FF4392;
	border-bottom: 2px solid #FF4392;
}

#sub div.section ul {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

#sub div.section li {
	margin: 0 10px;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	line-height: 2.0;
	list-style: none;
}

#sub div.section li a {
	font-size: 10px;
	color: #333;
}

#sub div.section li a:hover {
	color: #FF4392;
}

#sub div.info {
	padding: 10px;
	text-align: center;
}

#sub div.info h3 {
	font-size: 13px;
	color: #2100CE
}

/* ========FOOTMENU CUSTOMIZE========= */
#footMenu {
	width: 900px;
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 20px 0 0 0;
	border-top: 1px solid #CECFCE;
}

#footMenu ul {
	position: relative;
	float: left;
	list-style: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#footMenu li {
	position: relative;
	left: 2%;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

/* ========FOOTER CUSTOMIZE======== */
#footer {
	width: 900px;
	clear: both;
	text-align: center;
	font-size: 11px;
	padding: 20px 0px;
}

/* リサイズ対応 */
.s_only {
	display: none;
}

.pc_only {
	display: block;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
/* 2020.02.22 修正
@media screen and (max-width:767px) { */
@media screen and (max-width:1242px) {
/* 2020.02.22 修正 end */
	/* ======== 全体 CUSTOMIZE======== */
	/* ページ全体 */
	#wrapper {
		width: 100%;
		border-left: initial;
		border-right: initial;
	}

	/* ========HEADER CUSTOMIZE======== */
	#header {
		width: 100%;
	}
	#header a img {
		width: 100%;
		padding: initial;
	}

	/* ======== HEADER MENU CUSTOMIZE======== */
	#menu {
		width: 95%;
	}
	#menu ul {
		list-style: none;
		padding-left: 0;
	}
	#menu ul>li:first-child {
		float: left;
		list-style: none;
		margin: 0;
		display: block;
		width: 90%;
display: block;
		padding: 8px 20px 8px 0px;
		height: 20px;
		color: #C36;
		border-bottom: none;
		background-image: url(../images/bg_menu.gif);
	}
	/* 2020.03.27 修正 start
                   display: none;*/
	#menu ul>li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
		width: 50%;
	}
	/* 2020.03.27 修正 end*/
	#menu ul:hover>li {
		display: block;
	}
	#menu ul li a {
		display: block;
		padding: 8px 20px 8px 0px;
		height: 20px;
		color: #C36;
		border-bottom: none;
		background-image: url(../images/bg_menu.gif);
	}
	#menu ul li a:hover {
		display: block;
		color: #000;
		text-decoration: none;
		background-color: #FFF;
		background-image: url(../images/bg_menu2.gif);
	}

	/* ========CONTENS CUSTOMIZE======== */
	#contents {
		width: 100%;
	}

	/* ======== CONTENS MAIN CUSTOMIZE======== */
	#main {
		float: initial;
		width: initial;
		padding: initial;
	}

	/* 2020.02.05 削除
#main .itemboxdd{
width:100%;
}
*/
	/* 2020.02.05 追加 start */
	#main .itembox1 {
		width: 100%;
		/* 2020.02.22 追加 */
		height: 300px;
		/* 2020.02.22 終了 */
	}
	#main .itembox2 {
		width: 50%;
		/* 2020.02.22 追加 */
		height: 300px;
		/* 2020.02.22 終了 */
	}
	#main .itembox3 {
		width: 50%;
		/* 2020.02.22 追加 */
		height: 300px;
		/* 2020.02.22 終了 */
	}
	#main .itembox4 {
		width: 50%;
		/* 2020.02.22 追加 */
		height: 300px;
		/* 2020.02.22 終了 */
	}
	#main .itembox5 {
		width: 50%;
		/* 2020.02.22 追加 */
		height: 300px;
		/* 2020.02.22 終了 */
	}
	/* 2020.02.05 追加 end */
	/* 2020.02.05 削除
}
#main .itempict{
width:95%;
}

#main table td img#itempict{
width:95%;
}
*/
	/* 2020.02.22 追加 */
	#main .itempict {
		max-height: 260px;
	}
	/* 2020.02.22 終了 */

	/* ======== SUB CUSTOMIZE======== */
	#sub {
		float: initial;
		width: initial;
	}

	/* ========FOOTMENU CUSTOMIZE========= */
	#footMenu {
		width: initial;
	}

	/* ========FOOTER CUSTOMIZE======== */
	#footer {
		width: initial;
	}

	/* リサイズ対応 */
	.s_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}

/* 2020.02.22 追加 */
@media screen and (max-width:767px) {
	#main .itembox1 {
		width: 100%;
		height: 160px;
	}
	#main .itembox2 {
		width: 50%;
		height: 160px;
	}
	#main .itembox3 {
		width: 50%;
		height: 160px;
	}
	#main .itembox4 {
		width: 50%;
		height: 160px;
	}
	#main .itembox5 {
		width: 50%;
		height: 160px;
	}
	#main .itempict {
		max-height: 128px;
	}
}
/* 2020.02.22 終了 */
