/* CSS Document */
@charset "utf-8";
/* ===================================================================
 CSS information
 file name  :  reset.css
 style info :  リセット及びbody初期設定,ClearFix
 version    :  1.2 (2008.7.20)
=================================================================== */

/* ClearFix
----------------------------------------------------*/
html>#wrapper, html>#header, html>#mainNavi, html>#subNavi, html>#subNavi ul, html>#content, html>#footer, html>#footer ul#mainNavi, html>div#programContent {
	overflow: hidden;
}
#wrapper:after, #header:after, #mainNavi:after, #subNavi:after, #subNavi ul:after, #content:after, #footer:after, #footer ul#mainNavi:after, div#programContent:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#wrapper, #header, #mainNavi, #subNavi, #subNavi ul, #content, #footer, #footer ul#mainNavi, div#programContent {
	height: 1.3em;
}
/* Reset
----------------------------------------------------*/
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote, th, td, address {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed, img {
	vertical-align: top;
}
img, abbr, acronym, fieldset {
	border: 0;
}
p {
	margin-bottom: 1em;
}
em {
	font-weight: bold;
	color: #FF0000;
}
blockquote {
	margin-left: 45px;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.hide_mobile {
	display: none;
}
/* default
----------------------------------------------------*/
body {
	background-image: url(http://souma-inbanten.com/images/bg.gif);
	background-repeat: repeat;
	background-color: #EDE7D7;
	margin: 0px;
	padding: 0px;
	font: 0.85em/1.5 "font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif", "メイリオ", "Meiryo";
	letter-spacing: 0.12em;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
*:first-child + html body {	/* for IF7 */
	font-family: "メイリオ", "Meiryo";
}
.clear {
	clear: both;
}
/* 全ページ共通
----------------------------------------------------*/
a {
	color: #000000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #C73A03;
}
a:hover img {
	opacity: 0.7;
}
/* メニュー
----------------------------------------------------*/
#toppage #wrapper #header #menu .gohome_menu {
	visibility: hidden;
}
#menu {
	visibility: hidden;
	width: 1px;
	height: 1px;
}
#foot {
	clear: both;
	background-color: #000000;
	margin-top: 30px;
	background-image: url(http://souma-inbanten.com/images/T_menu_bg.gif);
	background-repeat: repeat;
	width:100%;
}
#foot ul {
	width: 88.5%;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#foot li {
	width: 100%;
	height: 35px;
	padding-top: 15px;
	text-align: left;
	font-size: 1.1em;
	background-position: right center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom: 1px solid #BCBCBC;
}
#foot ul a {
	width: 100%;
	display: block;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#foot ul a:hover {
	width: 100%;
	display: block;
	padding-left: 20px;
	color: #C73A03;
	text-decoration: none;
}
/* トップページスライドショー
----------------------------------------------------
#main_img {
	background-color: #000000;
	text-align: center;
	clear: both;
	width: 100%;
}
#center_block {
	text-align: center;
	clear: both;
}
#slideshow {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}
#slideshow img {
}*/


/* トップページ
----------------------------------------------------*/
.sec #wrapper {
	height: 100%;
	width: 100%;
}
#toppage #header {
	width: 86.45%;
	top: 40%;
	position: absolute;  /*body要素に対して絶対配置*/
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://souma-inbanten.com/images/bg_inkan.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 80px 81px;
	text-align:center;
}
#toppage #wrapper #header h1 {
	margin-top:10px;
	font-size: 0.9em;
	width: 90%;
}
#toppage #wrapper .icon {
	vertical-align: text-top;
	margin-right: 5px;
}
#toppage #wrapper #main_img {
	background-color: #000000;
	text-align: center;
	clear: both;
	margin-top: 18px;
}
#bottom{
	top: 100%;
	position: absolute;  /*body要素に対して絶対配置*/
	width: 100%;
}
#toppage #blog, #toppage #adbooth {
	background-color: rgba(255,255,255,0.4);
	padding: 10px;
	border-radius: 5px;
	width: 86.45%;
	margin-left: auto;
	margin-right: auto;
}
#toppage #wrapper #blog h2 {
	font-size: 15px;
	padding: 5px;
	border-radius: 8px;
	background-image: url(http://souma-inbanten.com/images/T_menu_bg.gif);
	background-repeat: repeat;
}
#toppage #adbooth h2 {
	background-image: url(http://souma-inbanten.com/images/T_menu_bg.gif);
	background-repeat: repeat;
	font-size: 15px;
	padding: 5px;
	border-radius: 8px;
	margin-bottom: 10px;
}
#toppage #wrapper #blog ul {
	margin-left: 20px;
	margin-top: 10px;
}
 #toppage #wrapper #blog li {
	margin-bottom: 8px;
}
#toppage #wrapper #adbooth {
	margin-top:30px;
}
#toppage #wrapper #QR {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	margin-left: 5px;
}
#toppage #wrapper #blog h2 a, #toppage #adbooth h2 {
	color: #ffffff;
}
#toppage #wrapper #blog h2 a:link, #toppage #adbooth h2 a:link {
	color: #ffffff;
}
#toppage #wrapper #blog h2 a:visited, #toppage #adbooth h2 a:visited {
	color: #eeeeee;
}
#toppage #wrapper #blog h2 a:hover, #toppage #adbooth h2 a:hover {
	color: #C73A03;
}
/* 内部ページ共通
----------------------------------------------------*/
.sec #wrapper {
	background-image: url(http://souma-inbanten.com/images/head_bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.sec #wrapper #title {
	padding-top: 40px;
	padding-left: 0px;
	font-size: 0.9em;
	clear: both;
	width: 270px;
}
.sec h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(http://souma-inbanten.com/images/th_bg.gif);
	background-repeat: repeat;
	border-radius: 5px;
}
#contents {
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://souma-inbanten.com/images/bg_inkan.png);
	background-repeat: no-repeat;
	background-position: 240px 30px;
	background-size: 80px 81px;
}
#page_fancy #contents {
	background-image: url(http://souma-inbanten.com/images/bg.gif);
}
.sec #wrapper #contents #footer {
	clear: both;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
#footer {
	font-size: 0.9em;
	color: #544736;
}
#bottom_navi {
	text-align: right;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(http://souma-inbanten.com/images/bottomeNavi_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 25px;
	clear: right;
}
#bottom_navi_center {
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-image: url(http://souma-inbanten.com/images/bottomeNavi_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 25px;
	clear: right;
}
#contents h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
}
#contents h3 {
	margin-top: 20px;
	margin-bottom: 15px;
}
#contents h4 {
	margin-top: 25px;
	margin-bottom: 5px;
}
.h3Text {
	padding: 5px;
	border-radius: 8px;
	background-image: url(http://souma-inbanten.com/images/T_menu_bg.gif);
	background-repeat: repeat;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #ece6d6;
}
.faq-question {
	padding: 5px;
	border-radius: 8px;
	background-image: url(http://souma-inbanten.com/images/T_menu_bg.gif);
	background-repeat: repeat;
	font-size: 1.1em;
	font-weight: nomal;
	color: #ece6d6;
	padding-left: 10px;
}
.faq_answer {
	padding-left: 30px;
	margin-bottom: 20px;
	background-image: url(http://souma-inbanten.com/images/th_bg.gif);
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	margin-right: 8px;
}
.con_block {
	margin-bottom: 30px;
	margin-left: 7px;
	margin-top: 20px;
	clear: both;
}
.con_block:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#right_con th {
	color: #000000;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BBB1A1;
	background-image: url(http://souma-inbanten.com/images/th_bg.gif);
	background-repeat: repeat;
}
#right_con td {
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BBB1A1;
}
#right_con table ul {
	margin-left: 20px;
}
ol {
	margin-left: 20px;
}
.zai_block {
	float: left;
	width: 33%;
	text-align: center;
	font-size: 0.8em;
}
#secMain_img {
	padding-bottom: 20px;
	text-align: center;
}
.galleryMemo {
	background-image: url(http://souma-inbanten.com/images/th_bg.gif);
	padding: 15px;
	margin-top: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	margin-right: 8px;
	width: 100%;
	margin-bottom: 20px;
}
.minimemo {
	background-image: url(http://souma-inbanten.com/images/th_bg.gif);
	padding: 15px;
	margin-top: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	margin-right: 8px;
	margin-bottom: 10px;
}
.minimemo img {
	float: left;
	padding-right: 10px;
}
.center_img {
	text-align: center;
}
strong {
	color: #B84008;
}
.alignright {
	float: right;
	padding-left: 10px;
}
.alignleft {
	float: left;
	padding-right: 10px;
}
#midashi {
	padding-bottom: 20px;
	padding-top: 20px;
}
/* お店の紹介
----------------------------------------------------*/
#omise_navi {
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
#omise_navi img {
	padding-right: 5px;
	padding-left: 5px;
}
/* 相馬の印ばんについて
----------------------------------------------------*/
#mamechishiki dt {
	padding: 2px;
	margin-bottom: 10px;
	background-image: url(http://souma-inbanten.com/images/th_bg.gif);
	border-radius: 5px;
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	font-weight: bold;
}
#mamechishiki dd {
	margin-bottom: 10px;
	margin-left: 20px;
}
/* ゴム印
----------------------------------------------------*/
.gomu_sample {
	margin-left: 20px;
}
/* エンボッサー・その他の商品
----------------------------------------------------*/
.embos_img {
	width: 230px;
	float: left
}
/* スライドボックス
----------------------------------------------------*/

.open {
	cursor: pointer;
	text-align: center;
}
.open2 {
	cursor: pointer;
	text-align: center;
}
.open3 {
	cursor: pointer;
	text-align: center;
}
.open4 {
	cursor: pointer;
	text-align: center;
}
.open5 {
	cursor: pointer;
	text-align: center;
}
.open10 {
	cursor: pointer;
	text-align: center;
}
.open11 {
	cursor: pointer;
	text-align: center;
}
.open12 {
	cursor: pointer;
	text-align: center;
}
.open20 {
	cursor: pointer;
	text-align: center;
}
.open21 {
	cursor: pointer;
	text-align: center;
}
.open22 {
	cursor: pointer;
	text-align: center;
}
#slideBox {
	display: none;
}
#slideBox2 {
	display: none;
}
#slideBox3 {
	display: none;
}
#slideBox4 {
	display: none;
}
#slideBox5 {
	display: none;
}
#slideBox10 {
	display: none;
}
#slideBox11 {
	display: none;
}
#slideBox12 {
	display: none;
}
#slideBox20 {
	display: none;
}
#slideBox21 {
	display: none;
}
#slideBox22 {
	display: none;
}
/* 地図背景
----------------------------------------------------*/
#map {
	background-image: url(http://souma-inbanten.com/images/map_bg.gif);
	padding: 13px;
	background-repeat: no-repeat;
}
/* iFrameウィンドウ
----------------------------------------------------*/

#page_fancy_window {
}
#page_fancy_window h2 {
	margin-top: 30px;
	margin-bottom: 5px;
}
#page_fancy_window .con_block img {
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#page_fancy_window .con_block th {
	background-image: url(http://souma-inbanten.com/images/th_bg.gif);
	background-repeat: repeat;
	padding: 3px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-width: 3px;
	border-bottom-width: 3px;
}
#page_fancy_window .con_block td {
	text-align: center;
	padding: 3px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-width: 3px;
	border-bottom-width: 3px;
}
#page_fancy_window .con_block table {
	width: 100%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
#page_fancy_window table {
	width: 70%;
}
/* ブログとお知らせ
----------------------------------------------------*/
#page_news h3 a, #page_blog h3 a {
	color: #ffffff;
}
#page_news h3 a:link, #page_blog h3 a:link {
	color: #ffffff;
}
#page_news h3 a:visited, #page_blog h3 a:visited {
	color: #eeeeee;
}
#page_news h3 a:hover, #page_blog h3 a:hover {
	color: #F6F98E;
}
#page_blog #contents img {
	margin-bottom: 20px;
	margin-top: 20px;
}
#previous_post {
	background-image: url(http://souma-inbanten.com/images/bottomeNavi_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-bottom: 10px;
}
#next_post {
	padding-bottom: 20px;
}
#next_post {
	text-align: right;
}
.black_bg {
	border-radius: 5px;
	background-image: url(http://souma-inbanten.com/images/T_menu_bg.gif);
	background-repeat: repeat;
	font-weight: nomal;
	color: #ece6d6;
	padding: 2px;
}
.black_bg a {
	color: #ece6d6;
}
.widget_area {
	width: 180px;
	margin-left: 20px;
}
.widget_h3, .comment-author, #reply-title {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(http://souma-inbanten.com/images/th_bg.gif);
	background-repeat: repeat;
	border-radius: 5px;
	font-size: 14px;
}
.widget_area li {
	text-align: left;
	margin-left: 20px;
	font-size: 14px;
}
.widget_area .screen-reader-text, .widget_area_mob .screen-reader-text {
	display: none;
}
.widget_area_mob {
}
.widget_area_mob li {
	text-align: left;
	margin-left: 20px;
	font-size: 14px;
}
.comment-body {
	padding-top: 20px;
}
.comment-meta {
	text-align: right;
}
em {
	color: #5C0001;
}
input, textarea {
	border-radius: 5px;
	border: none;
	-webkit-box-shadow: inset 2px 2px 2px #B2B2B2;
	box-shadow: inset 2px 2px 2px #B2B2B2;
	width: 100%;
}
dt {
	margin-bottom: 5px;
	margin-top: 10px;
}
.submit_button input {
	width: 400px;
	margin-top: 20px;
	-webkit-box-shadow: 2px 2px 2px #B2B2B2;
	box-shadow: 2px 2px 2px #B2B2B2;
}
.no_input input {
	text-shadow: 0px 0px 0px;
}
/*グーグルマップ用*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.con_block img{
	height:auto;
}

/* Tablet Layout: 481px to 869px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.hide_tablet {
	display: none;
}
.float_left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#toppage #header {
	width: 70%;
	top: 40%;
	left: 15%;
	position: absolute;  /*body要素に対して絶対配置*/
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://souma-inbanten.com/images/bg_inkan.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 80px 81px;
	text-align:center;
}
#toppage #wrapper #header h1 {
	margin-top:0px;
	text-align:center;
	font-size: 0.9em;
}
}

/* Desktop Layout: 869px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 869px) {
.gridContainer {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin: auto;
	clear: none;
	float: none;
}
.hide_desktop {
	display: none;
}
.hide_mobile {
	display: block;
}
.sec #wrapper #left_con {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	width: 232px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sec #wrapper #right_con {
	float: right;
	width: 650px;
	padding-top: 30px;
	margin-right: 45px;
}
.sec #wrapper #contents {
	max-width: 990px;
	margin-right: auto;
	margin-left: auto;
}
/* トップページ
----------------------------------------------------*/
#toppage #header {
	height: 190px;
	width: 1000px;
}
#toppage #header {
	top: 0%;
	position: static;  /*body要素に対して絶対配置*/
	height: 190px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://souma-inbanten.com/images/bg_inkan.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 93px 94px;
}
#toppage #wrapper #header h1 {
	padding-top: 60px;
	padding-left: 20px;
	font-size: 0.9em;
	width: 374px;
	float: left;
}
#toppage #wrapper .icon {
	vertical-align: text-top;
	margin-right: 5px;
}
#toppage #wrapper #main_img {
	background-color: #000000;
	text-align: center;
	clear: both;
	margin-top: 18px;
}
#toppage #wrapper #bottom {
	position: static;  /*body要素に対して絶対配置*/
	width: 980px;
	margin-top: 450px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.4);
	padding: 10px;
	border-radius: 5px;
}
#toppage #wrapper #blog {
	float: left;
	width: 430px;
	background: none;
	background-image: url(http://souma-inbanten.com/images/news_bg.png);
	background-repeat: no-repeat;
	list-style-image: url(http://souma-inbanten.com/images/point_01.png);
	background-position: right top;
}
#toppage #wrapper #blog ul {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
}
#toppage #wrapper #blog li {
	margin-bottom: 5px;
}
#toppage #wrapper #blog h2 {
	width: 203px;
	height: 24px;
	margin-top: 0px;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h2_dialy.png);
	background-repeat: no-repeat;
	background-position: 0px 0%;
}
#toppage #wrapper #adbooth {
	float:right;
	line-height: 1.5em;
	background: none;
	width: 480px;
	margin-top: 0px;
}
#toppage #adbooth h2 {
	width: 133px;
	height: 25px;
	margin-bottom: 10px;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/soumainban_name.png);
	background-repeat: no-repeat;
}
#toppage #wrapper address {
}
#toppage #wrapper #QR {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
}
#slideshow {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100%;
}
#slideshow img {
}
/* H1タイトル
----------------------------------------------------*/
.sec h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	border-top: none;
}
#page_30 #left_con h1 {
	width: 200px;
	height: 304px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_30.png);
	background-repeat: no-repeat;
	background-position: 110px 0%;
}
#page_4 #left_con h1 {
	width: 170px;
	height: 368px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_677.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_6 #left_con h1 {
	width: 170px;
	height: 264px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_6.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_11 #left_con h1 {
	width: 170px;
	height: 266px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_11.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_13 #left_con h1 {
	width: 170px;
	height: 266px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_13.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_18 #left_con h1 {
	width: 170px;
	height: 224px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_18.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_20 #left_con h1 {
	width: 170px;
	height: 226px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_20.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_22 #left_con h1 {
	width: 170px;
	height: 228px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_22.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_559 #left_con h1 {
	width: 170px;
	height: 378px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_559.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_24 #left_con h1 {
	width: 170px;
	height: 464px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_24.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_28 #left_con h1 {
	width: 170px;
	height: 464px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_28.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_32 #left_con h1 {
	width: 170px;
	height: 305px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_32.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_7484 #left_con h1 {
	width: 170px;
	height: 358px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_7484.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_37 #left_con h1 {
	width: 170px;
	height: 358px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_37.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_16 #left_con h1 {
	width: 170px;
	height: 265px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_16.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_news #left_con h1 {
	width: 170px;
	height: 377px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_news.png);
	background-repeat: no-repeat;
	background-position: 80px 0%;
}
#page_blog #left_con h1 {
	width: 245px;
	height: 506px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/images/h1_blogtitle.png);
	background-repeat: no-repeat;
	background-position: 40px 0%;
}
#page_blog #left_con h1 a {
	width: 245px;
	height: 506px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
}
/* メニュー
----------------------------------------------------*/
#menu {
	visibility: visible;
	width: auto;
	height: auto;
}
#toppage #menu {
	margin-top: 35px;
	float: right;
	list-style-type: none;
	margin-right: 0px;
}
#toppage #wrapper #header #menu .line {
	background-image: url(http://souma-inbanten.com/images/menu_line_t.png);
	background-repeat: no-repeat;
	width: 45px;
}
#toppage #menu .line02 {
	background-image: url(http://souma-inbanten.com/images/menu_line_t.png);
	background-repeat: no-repeat;
	width: 45px;
}
.sec #wrapper #header #menu .line {
	background-image: url(http://souma-inbanten.com/images/menu_line.gif);
	background-repeat: no-repeat;
	width: 45px;
}
.sec #menu .line02 {
	background-image: url(http://souma-inbanten.com/images/menu_line.png);
	background-repeat: no-repeat;
	width: 45px;
}
#menu li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#menu ul {
	position: absolute;
	z-index: 10;
	display: none;
}
.sec #wrapper #menu .gohome_menu {
	background-image: url(http://souma-inbanten.com/images/menu_line.gif);
	background-repeat: no-repeat;
	width: 45px;
}
.sec #menu {
	margin-top: 40px;
	float: right;
	list-style-type: none;
	margin-right: 40px;
	background-image: url(http://souma-inbanten.com/images/bg_inkan.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sec #go_top a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_00.png);
	background-repeat: no-repeat;
}
.sec #shop a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_13.png);
	background-repeat: no-repeat;
}
.sec #inban a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_01.png);
	background-repeat: no-repeat;
}
.sec #inban_sho a {
	width: 30px;
	height: 141px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_02.png);
	background-repeat: no-repeat;
}
.sec #inban_hori a {
	width: 30px;
	height: 141px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_03.png);
	background-repeat: no-repeat;
}
.sec #inban_zai a {
	width: 30px;
	height: 141px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_04.png);
	background-repeat: no-repeat;
}
.sec #kojinin a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_06.png);
	background-repeat: no-repeat;
}
.sec #houjinin a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_07.png);
	background-repeat: no-repeat;
}
.sec #gomuin a {
	width: 30px;
	height: 153px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_08.png);
	background-repeat: no-repeat;
}
.sec #sonotashouhin a {
	width: 30px;
	height: 153px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_16.png);
	background-repeat: no-repeat;
}
.sec #logodesign a {
	width: 30px;
	height: 153px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_09.png);
	background-repeat: no-repeat;
}
#tenkoku a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_11.png);
	background-repeat: no-repeat;
}
.sec #go_blog a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_12.png);
	background-repeat: no-repeat;
}
.sec #go_map a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_14.png);
	background-repeat: no-repeat;
}
.sec #contact a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_15.png);
	background-repeat: no-repeat;
}
.sec #jiten a {
	width: 30px;
	height: 141px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_05.png);
	background-repeat: no-repeat;
}
.sec #media a {
	width: 30px;
	height: 141px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/menu_17.png);
	background-repeat: no-repeat;
}
#toppage #go_top a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_00.png);
	background-repeat: no-repeat;
}
#toppage #shop a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_13.png);
	background-repeat: no-repeat;
}
#toppage #inban a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_01.png);
	background-repeat: no-repeat;
}
#toppage #inban_sho a {
	width: 30px;
	height: 141px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_02.png);
	background-repeat: no-repeat;
}
#toppage #inban_hori a {
	width: 30px;
	height: 141px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_03.png);
	background-repeat: no-repeat;
}
#toppage #inban_zai a {
	width: 30px;
	height: 141px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_04.png);
	background-repeat: no-repeat;
}
#toppage #kojinin a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_06.png);
	background-repeat: no-repeat;
}
#toppage #houjinin a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_07.png);
	background-repeat: no-repeat;
}
#toppage #gomuin a {
	width: 30px;
	height: 153px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_08.png);
	background-repeat: no-repeat;
}
#toppage #sonotashouhin a {
	width: 30px;
	height: 153px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_16.png);
	background-repeat: no-repeat;
}
#toppage #logodesign a {
	width: 30px;
	height: 153px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_09.png);
	background-repeat: no-repeat;
}
#toppage #tenkoku a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_11.png);
	background-repeat: no-repeat;
}
#toppage #go_blog a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_12.png);
	background-repeat: no-repeat;
}
#toppage #go_map a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_14.png);
	background-repeat: no-repeat;
}
#toppage #contact a {
	width: 30px;
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_15.png);
	background-repeat: no-repeat;
}
#toppage #jiten a {
	width: 30px;
	height: 141px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_05.png);
	background-repeat: no-repeat;
}
#toppage #media a {
	width: 30px;
	height: 141px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(http://souma-inbanten.com/wp/images/t_menu_17.png);
	background-repeat: no-repeat;
}
#foot {
	background-color: #000000;
	width: 100%;
	display: none;
}
#foot ul {
	font-size: 0.8em;
	margin-left: 50px;
	float: left;
	clear: right;
	margin-top: 20px;
	width: 200px;
}
#foot li {
	width: auto;
	height: 30px;
	padding-top: 5px;
	text-align: left;
	border: none;
	background-image: -webkit-linear-gradient(270deg, rgba(13,13,13,1.00) 0%, rgba(2,2,2,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(13,13,13,1.00) 0%, rgba(2,2,2,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(13,13,13,1.00) 0%, rgba(2,2,2,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(13,13,13,1.00) 0%, rgba(2,2,2,1.00) 100%);
}
#foot ul a {
	width: auto;
	display: list-item;
	padding-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 3px;
	padding-left: 10px;
}
#foot ul a:hover {
	width: auto;
	display: list-item;
	padding-left: 0px;
	color: #D66137;
	text-decoration: none;
	padding-left: 10px;
}
/* 内部ページ共通
----------------------------------------------------*/
.sec #wrapper #title {
	padding-top: 40px;
	padding-left: 0px;
	font-size: 0.9em;
	float: left;
	width: 374px;
}
.float_left_img {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 330px;
}
.float_right_img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 300px;
}
/* 固定ページh1_BG
----------------------------------------------------*/
#page_4 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_01.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_6 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_03.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_11 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_06.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_13 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_10.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_16 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_08.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_18 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_07.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_20 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_12.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_22 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_05.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_24 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_02.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_26 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_09.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
}
#page_28 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_11.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_30 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_15.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_32 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_14.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_37 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_13.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_7484 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_13.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_559 #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_03.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_blog #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_blog.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
#page_news #contents {
	background-image: url(http://souma-inbanten.com/images/h1Bg_14.jpg);
	background-repeat: no-repeat;
	background-position: 20px 130px;
	background-size: auto auto;
}
/* お店の紹介
----------------------------------------------------*/
#page_30 h1 {
}
#page_30 #right_con {
	float: right;
	max-width: 650px;
	padding-top: 0px;
	margin-right: 45px;
}
#page_30 #right_con .exp_block {
	padding-left: 60px;
	padding-right: 5px;
}
.shokunin_block_l {
	clear: both;
	width: 278px;
	float: left;
}
.shokunin_block_r {
	float: right;
	width: 278px;
}
/* 価格のページ
----------------------------------------------------*/
#page_fancy_window .con_block th {
	background-image: url(http://souma-inbanten.com/images/th_bg.gif);
	background-repeat: repeat;
	padding: 5px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-width: 3px;
	border-bottom-width: 3px;
}
#page_fancy_window .con_block td {
	text-align: center;
	padding: 5px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-width: 3px;
	border-bottom-width: 3px;
}
#page_fancy_window .con_block table {
	width: 100%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
#page_fancy_window table {
	width: 70%;
}
}
