@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: 14px;
	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 {
	pointer-events: none;
	user-select:none;

}

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;
}

#contents 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;
}

/* ======== CONTENS MAIN CUSTOMIZE======== */
#main {
	clear: both;
	width: 880px;
	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;
}


/* ========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: 20;
	}

	
	#menu ul>li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
		width: 33%;
	}
	
	#menu ul:hover>li {
		display: block;
	}
	#menu ul li a {
		display: block;
		text-align: center;
		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: 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 終了 */
