@charset "utf-8";

/* --------------------------------------
 * タブレット and PC
 * -------------------------------------- */
@media (min-width: 768px) {
	.container {
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		margin-top: 0px;
		padding: 0px;
		width: 960px;
	}

	/* Header */
	header {
		background-color: #ffffff;
		padding: 0px;
		margin: 0px;
		height: 345px;
		width: 100%;
	}

	/* Header tab */
	ul.header_tab {
		height: 25px;
		margin-left: 474px;
		margin-bottom: 0px;
		margin-right: -10px;
		margin-top: 0px;
		width: 506px;
		padding: 0px;
		overflow-x: hidden;
	}
	ul.header_tab li {
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 10px;
		margin-top: 0px;
		padding: 0px;
		height: 25px;
		width: 114px;
		float: left;
		list-style-type: none;
	}
	ul.header_tab li a {
		padding: 0px;
		margin: 0px;
		display: block;
		height: 25px;
		width: 114px;
		text-indent: -9999px;
	}
	ul.header_tab li a.tab1 {
		background-position: 0px 0px;
		background-image: url(../images/header_tab1.png);
		background-repeat: no-repeat;
	}
	ul.header_tab li a.tab2 {
		background-position: 0px 0px;
		background-image: url(../images/header_tab2.png);
		background-repeat: no-repeat;
	}
	ul.header_tab li a.tab3 {
		background-position: 0px 0px;
		background-image: url(../images/header_tab3.png);
		background-repeat: no-repeat;
	}
	ul.header_tab li a.tab4 {
		background-position: 0px 0px;
		background-image: url(../images/header_tab4.png);
		background-repeat: no-repeat;
	}
	ul.header_tab li a:hover.tab1,
	ul.header_tab li a:hover.tab2,
	ul.header_tab li a:hover.tab3,
	ul.header_tab li a:hover.tab4 {
		opacity: 0.7;
	}

	/* Header Logo etc */
	.header_box {
		margin-left: 0px;
		margin-bottom: 29px;
		margin-right: 0px;
		margin-top: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 17px;
	}
	.header_box h1 {
		display: block;
		padding: 0px;
		margin: 10px auto;
		height: auto;
		max-width: 440px;
		width: 100%;
	}
	.header_box h1 a, .header_box h1 a img {
		height: auto;
		width: 100%;
		display: block;
	}
	form.google {
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 9px;
		padding: 0px;
	}
	form.google input.text {
		float: left;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 5px;
		margin-top: 0px;
		padding: 0px;
		height: 26px;
		width: 130px;
	}
	.header-caption {
		background: #EB6D80;
		text-align: center;
	}



	/* Navi */
	#mainnav {
		background-color: #ffffff;
		padding: 10px 0;
		margin: 0px;
		width: 100%;
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		height: 92px;
	}
	#mainnav.affix {
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 1000;
	}
	#mainnav li {
		border-right: 1px solid #ddd;
		max-width: 221px;
		width: 100%;
		height: auto;
	}
	#mainnav li:first-child {
		max-width: 222px;
		border-left: 1px solid #ddd;
	}
	#mainnav li a, #mainnav li a img {
		width: 100%;
		height: auto;
	}
	#mainnav li.contact {
		max-width: 296px;
		width: 100%;
	}
	#mainnav li.contact img {
		width: 100%;
	}


	ul.nav {
		margin: 0 0 0 35px;
		padding: 0px;
		display: block;
	}
	ul.nav li {
		list-style: none;
		float: left;
		position: relative;
	}
	ul.nav li a {
		height: auto;
		display: block;
		padding: 0;
	}

	ul.nav li .sub {
		padding: 0px;
		background-color: white;
		float: left;
		position: absolute;
		z-index: 9999;
		top: 60px;
		left: 0;
		display: none;
	}
	ul.nav li .sub ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		float: left;
		width: 160px;
		overflow: hidden;
		list-style: none;
	}
	ul.nav li .sub ul li {
		border-left-color: #dddddd;
		border-right-color: #dddddd;
		border-right-style: solid;
		border-left-style: solid;
		border-right-width: 1px;
		border-left-width: 1px;
		margin-right: 0px;
		margin-left: 0px;
		color: #4D4D4D;
		width: 160px;
	}
	ul.nav li .sub ul li a {
		font-size: 11px;
		padding-left: 5px;
		padding-bottom: 10px;
		padding-right: 5px;
		padding-top: 10px;
		color: #4D4D4D;
		text-decoration: none;
		text-indent: 0;
		float: none;
		height: auto;
		background-repeat: no-repeat;
		background-position: 5px 10px;
		display: block;
	}
	ul.nav li .sub ul li a:hover {
		color: #ffcc00;
		background-color: #FFFFFF;
	}

	.navi00 {
		background: url(../images/navi-00-on.jpg) no-repeat;
	}
	.navi01 {
		background: url(../images/navi-01-on.jpg) no-repeat;
	}
	.navi02 {
		background: url(../images/navi-02-on.jpg) no-repeat;
	}
	.navi03 {
		background: url(../images/navi-03-on.jpg) no-repeat;
	}

	.navi00.en {
		background: url(../images/ennavi-00-on.jpg) no-repeat;
	}
	.navi01.en {
		background: url(../images/ennavi-01-on.jpg) no-repeat;
	}
	/* Slider */
	#slider {
		background: url(../images/slide-bg.gif) center 0 repeat-x;
		height: 540px;
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	#slider ul.bxslider {
		padding: 0px;
		margin: 0px;
	}
	#slider ul.bxslider li {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}
	#slider ul.bxslider li img {
		padding: 0px;
		margin: 0px;
		height: auto;
		width: 100%;
	}
	#slider a.sub-navi {
		padding: 0px;
		margin: 0px;
		display: block;
		height: 60px;
		width: 240px;
	}
	#slider a.sub-navi:hover {
		background-color: #FFFF04;
	}
	#slider .row { margin-top: 40px;}
	.cycloneslider-template-default .cycloneslider-pager {
		top: 470px!important;
		right: 490px!important;
	}
	.cycloneslider-template-default .cycloneslider-pager span {
		background-color: #ccc!important;
	}
	.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active {
		background: #EF869B!important;
	}

	/* Toics */
	.topics-carousel {
		background-position: 0px 0px;
		background-image: url(../images/c_back2.png);
		background-repeat: repeat;
		height: 320px;
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	.topics-carousel .bxslider2 {
		padding: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 30px;
	}
	.topics-carousel .bxslider2 li {
		padding: 0px;
		margin: 0px;
		display: block;
		height: 300px;
		width: 227px;
	}
	.topics-carousel .bxslider2 .slide_box {
		margin: 0px;
		padding: 0px;
		display: block;
		background-color: #ffffff;
		border-color: #dddddd;
		border-style: solid;
		border-width: 1px;
		height: 260px;
		width: 227px;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
	}
	.topics-carousel .bxslider2 .slide_box .photo {
		margin-left: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
		height: 130px;
		width: 225px;
		}
	.topics-carousel .bxslider2 .slide_box .photo img {
		margin: 0px;
		padding: 0px;
		height: 130px;
		width: 225px;
		border-radius: 7px 7px 0 0;
		-webkit-border-top-left-radius: 7px;
		-webkit-border-top-right-radius: 7px;
		-moz-border-radius-topleft: 7px;
		-moz-border-radius-topright: 7px;
		}
	.topics-carousel .bxslider2 .slide_box .text {
		font-size: 11px;
		margin-left: auto;
		margin-bottom: 0px;
		margin-right: auto;
		margin-top: 0px;
		width: 205px;
		padding: 0px;
	}
	.topics-carousel .bxslider2 .slide_box .text span {
		margin: 0px;
		padding-left: 5px;
		padding-bottom: 2px;
		padding-right: 5px;
		padding-top: 2px;
		color: #ffffff;
		font-size: 11px;
		background-color: #55A5A5;
	}
	.topics-carousel .bxslider2 .slide_box .text h3 {
		margin-left: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-top: 8px;
		padding-left: 15px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 0px;
		background-position: 0px 0px;
		background-image: url(../images/c_line.png);
		background-repeat: repeat-y;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
	}
	.topics-carousel .bxslider2 .slide_box .text p {
		margin-left: 0px;
		margin-bottom: 5px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}

	/* Main Content */
	#main {
		margin-top: 0 auto;
		padding: 30px 0;
		background: url(../images/main-bg.gif) repeat;
	}
	#main .icon1,
	#main .icon2,
	#main .icon3,
	#main .icon4,
	#main .icon5,
	#main .icon6,
	#main .icon7,
	#main .icon8,
	#main .icon9,
	#main .icon10 {
		display: block;
		height: 225px;
		width: 225px;
	}
	#main .icon1 {
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	#main .icon2 {
		margin-left: 5px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	#main .icon3 {
		margin-left: 10px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	#main .icon4 {
		margin-left: 15px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	#main .icon5 {
		margin-left: 10px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	#main .icon6 {
		margin-left: 15px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	#main .icon7 {
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	#main .icon8 {
		margin-left: 5px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	#main .icon9 {
		margin-left: 10px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	#main .icon10 {
		margin-left: 15px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	#main .topics_box {
		padding: 0px;
		margin: 0 0 20px 0;
		height: 260px;
		width: 100%;
		background: #fff;
	 }
	#main .pmtopics_box {
		padding: 0px;
		margin: 0 0 20px 0;
		width: 100%;
		background: #fff;
	 }

	#main .pmtopics_box .topicsbanner {
	margin-top:10px;
	margin-left:5px;
	padding:10px;
	border:1px solid #ccc;
	line-height: 2em;
		font-size: 1.2em;
	 }
	#main .pmtopics_box .topicsbanner:hover {
	background-color: #eee;
	 }
	#main .topics_box h3 {
		margin: 10px 0 0 5px;
		padding: 0 0 10px 25px;
		background: url(../images/topics-icon.gif) 0 0 no-repeat;
		font-style: normal;
		font-weight: normal;
		font-size: 1.4em;
		line-height: 1.6em;
		border-bottom: 1px solid #DDA69E;
	}
	#main .pmtopics_box h3 {
		margin: 10px 0 0 5px;
		padding: 0 0 10px 25px;
		background: url(../images/topics-icon.gif) 0 0 no-repeat;
		font-style: normal;
		font-weight: normal;
		font-size: 1.4em;
		line-height: 1.6em;
		border-bottom: 1px solid #DDA69E;
	}
	#main .topics_box h3 span {
		margin: 0;
		padding-left: 5px;
		padding-bottom: 2px;
		padding-right: 5px;
		padding-top: 2px;
		color: #ffffff;
		font-size: 12px;
		background-color: #EB6D80;
		float: right;
		line-height: 1.4em;
	}
	#main .topics_box h3 span a {
		color: #ffffff;
	}
	#main .topics_box .topics_text {
		height: 220px;
		width: 95%;
		margin: 10px 15px 0 15px;
		padding: 5px;
		overflow-y: scroll;
	}
	#main .topics_box .topics_text dl {
		padding: 0 0 7px 0;
		margin: 0 0 7px 0;
		border-bottom:1px dotted #aaa;
	}
	#main .topics_box .topics_text dt {
		font-style: normal;
		font-weight: normal;
		margin-left: 0px;
		margin-bottom: 5px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
		font-size: 1.3em;
		float: left;
	}
	#main .topics_box .topics_text dt span {
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 8px;
		margin-top: 0px;
		padding-left: 5px;
		padding-bottom: 2px;
		padding-right: 5px;
		padding-top: 2px;
		color: #ffffff;
		font-size: 9px;
		background-color: #55A5A5;
	}
	#main .topics_box .topics_text dd {
		padding: 0px;
		margin: 0px 0 0 10em;
		line-height: 1.5em;
		font-size: 1.2em;
	}
	#main a.content-navi1,
	#main a.content-navi2,
	#main a.content-navi3,
	#main a.content-navi4 {
		margin-left: 0px;
		margin-bottom: 30px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
		text-indent: -9999px;
		height: 80px;
		width: 240px;
		display: block;
		background-position: 0px 0px;
	}
	#main a.content-navi1 {
		background-image: url('../images/home_btn1.png');
		background-repeat: no-repeat;
	}
	#main a:hover.content-navi1 {
		background-position: 0px -80px;
	}
	#main a.content-navi2 {
		margin-left: 5px;
		background-image: url('../images/home_btn2.png');
		background-repeat: no-repeat;
	}
	#main a:hover.content-navi2 {
		background-position: 0px -80px;
	}
	#main a.content-navi3 {
		margin-left: 10px;
		background-image: url('../images/home_btn3.png');
		background-repeat: no-repeat;
	}
	#main a:hover.content-navi3 {
		background-position: 0px -80px;
	}
	#main a.content-navi4 {
		margin-left: 15px;
		background-image: url('../images/home_btn4.png');
		background-repeat: no-repeat;
	}
	#main a:hover.content-navi4 {
		background-position: 0px -80px;
	}

	/* パンくず */
	ul.breadc {
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	ul.breadc li {
		padding: 0px;
		margin: 0px;
		float: left;
		list-style-type: none;
	}
	ul.breadc li a {
		font-size: 13px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 7px;
		margin-top: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 15px;
		padding-top: 0px;
		background-position: right 2px;
		background-repeat: no-repeat;
		background-image: url(../images/breadc.png);
	}

	/* サイドバー */
	.sidebar {
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 15px;
		padding: 0px;
		width: 230px;
	}
	.sidebar h3.school {
		background-repeat: no-repeat;
		text-indent: -9999px;
		background-position: 0px 0px;
		padding: 0px;
		margin: 0px;
		height: 67px;
		width: 230px;
		background-image: url(../school-profile/images/side_title.png);
	}
	.sidebar ul {
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
		width: 230px;
	}
	.sidebar ul li {
		list-style-type: none;
		height: 50px;
		width: 230px;
		border-bottom-color: #dddddd;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding: 0px;
		margin: 0px;
	}
	.sidebar ul li a {
		text-decoration: none;
		display: block;
		height: 50px;
		width: 230px;
		background-position: 10px 18px;
		background-repeat: no-repeat;
		background-image: url(../images/side_navi_arrow.png);
		padding-left: 28px;
		padding-bottom: 0px;
		padding-right: 20px;
		padding-top: 15px;
		margin: 0px;
		font-size: 14px;
		color: #666666;
	}
	.sidebar ul li a:hover,
	.sidebar ul li a:active,
	.sidebar ul li.current_page a {
		background-color: #eeeeee;
		color: #55A5A5;
	}
	.sidebar .banner1 {
		padding: 0px;
		margin: 0px;
		height: 68px;
		width: 230px;
	}

	/* コンテンツ */
	.content {
		line-height: 1.5em;
		margin-left: 10px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		padding: 0px;
	}
	.content h2 {
		margin-left: 0px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 25px;
		border-bottom-color: #dddddd;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		padding-left: 20px;
		padding-bottom: 20px;
		padding-right: 0px;
		padding-top: 0px;
		background-position: 0px 0px;
		background-image: url(../images/c_line_h2.png);
		background-repeat: no-repeat;
		font-weight: bold;
		font-size: 22px;
	}
	.content h3 {
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;
		margin-top: 15px;
		padding: 0px;
		font-size: 18px;
		font-style: normal;
		font-weight: normal;
		color: #55A5A5;
	}
	.content h4 {
		margin-left: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-top: 15px;
		padding: 0px;
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		color: #55A5A5;
	}
	.content p {
		margin-left: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-top: 10px;
		padding: 0px;
	}
	.content ol {
		margin-left: 20px;
		margin-bottom: 10px;
		margin-right: 0px;
		margin-top: 10px;
		padding: 0px;
	}
	.content ol li {
		padding: 0px;
		margin: 0px;
		list-style-type: decimal;
	}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
追加スタイル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.no404 p {
	text-align: center;
	padding: 10em 0;
}

/* ミデッテコンテンツ */
	#main .midette-b, #main .midette-k {
		padding: 15px;
		font-size: 1.1em;
		line-height: 1.8em;
	}
	#main .midette-b p, #main .midette-k p {
		font-size: 1.1em;
	}
	#main .midette-b ul img ,
	#main .midette-k ul img {
		width: 100%;
		height: auto;
}

/* pick up */
.pickup ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 10px;
}
.pickup li {
	border-top: 1px dotted  #ddd;
	padding: 10px 0 0;
	margin: 0 0;
	max-width: 285px;
	width: 100%;
	height: 115px;
	overflow: hidden;
}
.pickup li:first-child {
	border-top: none;
	padding: 0;
	margin-top: 0;
}
.pickup li img {
	width: 100%;
	height: auto;
}
.pickup li a { display: block;}


	/* 物産 */
	#main .midette-b h2 img {
		width: 500px;
		height: 95px;
		margin-bottom: 0.5em;
	}
	#main .midette-b > img {
		float: right;
		width: 306px;
	}
	#main .midette-b a img {
		width: 275px;
	}


	/* 観光 */
	#main .midette-k h2 img {
		max-width: 270px;
		width: 100%;
		height: auto;
		margin-bottom: 0.5em;
}
	#main .midette-k a img {
		width: 275px;
	}


	/* 天気 */
	.midette-tenki h2 {
		color: #fff;
		font-size: 1.2em;
		text-align: center;
		background: #2699B3;
		padding: 5px 0;
	}
.full_content {
				/*width:305px;*/
				margin:0 auto;
				clear:both;
}
.full_content ul li{
				width:50%;
				height: 505px;
				float:left;
				list-style:none;
				text-align:center;
				display:block;
				cursor: pointer;
				color:#FFF;
}
.full_content ul {
	padding: 0;
}
.full_content ul li:first-child {
				margin-left:0;
}
.full_content ul li.active {
	background: none;
}
.full_content ul li.active h2 {
	background: #6cc;
}

.tenki {
				top:80px;
				left:140px;
				position:absolute;
}


	/* 店舗情報 */
	#main .shopinfo h2 {
			font-family: 'Hiragino Mincho ProN', serif "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana;
			font-weight: bold;
			margin-bottom: 20px;

	}
	.shopinfo h2 img {
		width: 100%;
		height: auto;
	}
	.in-box {
		padding: 30px 20px;
	}
	.about, .access, .floorguide, .itemlist { margin-bottom: 60px;}
	.about {
		text-align: center;
		font-size: 1.1em;
		line-height: 2em;
	}
	.access p img {
		width: 100%;
		height: auto;
	}
	.access dl {
		border-bottom: 1px dotted #ddd;
		margin: 0 0 10px 0;
	}
	.access dt { margin: 0 0 0px -5px;}
	.access dd { padding: 0 0 10px 0;}
	.floorguide img {
		width: 100%;
		height: auto;
	}

/* 物産紹介 */
.bussan {}
#main h2.bussan-ttl {
	padding-left: 40px;
	margin: 1em 0 0.5em 0;
	color: #E8A900;
	background: url(../images/bussan-ttl-icon.png) no-repeat;
	line-height: 1.3em;
	font-family: 'Hiragino Mincho ProN', serif "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana;
	font-weight: bold;
}

.item-list {
	padding: 10px;
	min-height: 220px;
	margin-bottom: 15px;
}
.item-list a {
	color: #A00F0A;
	display: block;
	text-decoration: none;
}
.item-list > a {
	height: 150px;
	overflow: hidden;
}
.item-list img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.item-list h3 {
	color: #A00F0A;
	border-left: 5px solid #A00F0A;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 5px;
}
.inner-txt {
	padding: 0 0 1em 0;
}



/* 新着情報 */
.single-box .boxs {
	padding: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
}
.single-box .boxs > div {
	margin: 0 0 2em 0;
}
#main .single-box h2 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}
.single-box img {
	max-width: 600px;
	max-width: 100%;
	height: auto;
}
.post-meta {
	text-align: right;
	margin: 0 0 2em 0;
	border-top: 1px solid #ddd;
	font-size: 0.8em;
}

.single-box .boxs .navigation {
	border-top: 1px dotted #ddd;
	padding: 1em 0 0 0;
	margin: 0;
	font-size: 0.9em;
}
/* 新着一覧用 */
.floatl-wrap {
	float: left;
	width: 640px;
}
.single-box-list .col-sm-4 {
	float: right;
}
.single-box-list .boxs {
	margin-bottom: 2em;
}
/* 新着一覧用ここまで */



.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}

#sidebar {
	background: #fff;
	box-shadow:rgba(0, 0, 0, 0.0980392) 0px 0px 3px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 0px 3px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 0px 3px 1px;
}

#main .single-box #sidebar h2 {
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0.5em;
	background: #005EA6;
}
.widget {
	padding: 0 0 1em 0;
}


/*** Calendar ***/
#wp-calendar {
	width: 95%;
	margin: 0 auto;
}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: left;
		}
	#wp-calendar thead th {
		font-size: 11px;
		text-align: center;
		border: 1px solid #ddd;
	}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			padding: 3px 0 3px;
			border: 2px solid #fff;
			text-align: center;
			}
		#wp-calendar tbody .pad {background: none;}
	#wp-calendar tfoot #next {text-align: right;}

/*** ウィジェット　リストスタイル ***/
.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul {
	list-style-type: none;
	margin: 0;
	padding: 0 1em;
}
.widget_recent_entries li,
.widget_archive li,
.widget_categories li {
	border-bottom: 1px dotted #ddd;
	padding: 1em 0;
}
.widget_recent_entries .post-date {
	font-size: 0.5em;
	color: #777;
}


/* バナー利用方法ページ */
.guideline {
	padding: 2em;
	background: #fafafa;
}
.guideline dl {
	border-top: 1px dashed #ddd;
	padding: 1.5em 0 0 0;
	margin: 1.5em 0 0 0;
}
.guideline dl:first-child {
	border: none;
	padding: 0;
	margin: 0;
}
.guideline dt {
	margin-bottom: 0.5em;
}
.banalist h3 {
	margin-bottom: 1.5em 0 0.5em 0;
}
.banalist h4 {
	font-size: 1.2em;
}
.banalist > div {
	padding:2em 1em;
	border: 1px solid #ddd;
}
.banalist h4 span {
	font-size: 0.8em;
}
.banalist .syntaxhighlighter {
	padding: 0;
	margin:0;
}
.banalist p {
	margin: 2em 0;
}

/* 商品一覧 */

#thumsm{
	padding: 0 15px 0 15px;
}

#thumbig{
	padding: 0;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
追加スタイルここまで
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

	/* page top */
	#page-top {
		display: none;
		right: 20px;
		position: fixed;
		bottom: 40px;
		z-index: 7777;
	}
	#page-top a {
		margin: 0px;
		text-indent: -9999px;
		display: block;
		padding: 0px;
		height: 64px;
		width: 64px;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		background-image: url(../images/pagetop.png);
	}
	#page-top a:hover {
		opacity: 0.7;
	}

	/* Footer */
	footer {
		border-top-color: #dddddd;
		border-top-style: solid;
		border-top-width: 1px;
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	.footer_contact {
		padding-left: 0px;
		padding-bottom: 20px;
		padding-right: 0px;
		padding-top: 20px;
		margin: 0px;
		border-bottom-color: #dddddd;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	.footer_contact h3 {
		margin-left: 40px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 22px;
		padding-left: 15px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 0px;
		background-position: 0px 0px;
		background-image: url(../images/c_line.png);
		background-repeat: repeat-y;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
	}
	.footer_contact .f_tel1 {
		padding: 0px;
		margin: 0px;
		border-left-color: #81C6BD;
		border-left-style: solid;
		border-left-width: 1px;
	}
	.footer_contact .f_tel1 img {
		margin-left: 40px;
	}
	.footer_contact .f_tel2 {
		padding: 0px;
		margin: 0px;
		border-left-color: #81C6BD;
		border-left-style: solid;
		border-left-width: 1px;
	}
	.footer_contact .f_tel2 img {
		margin-left: 40px;
	}
	.footer_navi {
		width: 100%;
		padding-left: 0px;
		padding-bottom: 20px;
		padding-right: 0px;
		padding-top: 30px;
		margin: 0px;
		border-bottom-color: #dddddd;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
	.footer_navi .footer_line {
		min-height: 370px;
		border-left-color: #55A5A5;
		border-left-style: dotted;
		border-left-width: 1px;
	}
	.footer_navi h3 {
		margin-left: 10px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: 0px;
		padding-left: 20px;
		padding-bottom: 1px;
		padding-right: 0px;
		padding-top: 1px;
		background-position: 0px 1px;
		background-repeat: no-repeat;
		background-image: url(../images/arrow1.png);
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
	}
	.footer_navi ul {
		margin-left: 30px;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-top: 5px;
		padding: 0px;
	}
	.footer_navi ul li {
		padding-left: 0px;
		padding-bottom: 5px;
		padding-right: 0px;
		padding-top: 0px;
		font-size: 11px;
		list-style-type: none;
		margin: 0px;
	}
	.footer_navi ul li a {
		color: #4D4D4D;
	}
	.footer_copy {
		padding: 10px 0;
		margin: 0px;
		width: 100%;
		background: #005FA7;
	}
	.footer_copy ul {
		padding: 0px;
		margin: 0px;
	}
	.footer_copy ul li {
		font-size: 11px;
		padding-left: 17px;
		padding-bottom: 1px;
		padding-right: 0px;
		padding-top: 1px;
		float: left;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 15px;
		margin-top: 0px;
		list-style-type: none;
		background-position: 0px 2px;
		background-repeat: no-repeat;
		background-image: url(../images/arrow1.png);
	}
	.footer_copy ul li a {
		color: #4D4D4D;
	}
	p.copyright {
		font-size: 0.9em;
		color: #fff;
	}
	p.open {
		font-size: 1em;
		color: #fff;
	}
	p.pref { margin: 0;}
	.footer_banner {
		padding-left: 0px;
		padding-bottom: 15px;
		padding-right: 0px;
		padding-top: 15px;
		margin: 0px;
		width: 100%;
		background-position: 0px 0px;
		background: #90B326;
	}
	.footer_banner #slider-next {
		top: 15px;
		right: 5px;
		position: absolute;
	}
	.footer_banner #slider-prev {
		top: 15px;
		left: 5px;
		position: absolute;
	}

/* 物産紹介ティーザー用 */
	#main .teaser h2 {
			font-family: 'Hiragino Mincho ProN', serif "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana;
			font-weight: bold;
			margin-bottom: 20px;

	}

}
/* end css */
