/* 目次 -------------------------------------------------

・リンク設定 ・共通クラス ・サイト共通 ・ヘッダ ・メニュー ・コンテンツ ・フッタ

------------------------------------------------- */ 
table {
	_line-height:150%;
	font-size:100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}
.clearer {
	clear: both;
}
.v_middle {
	vertical-align:middle;
}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* End hide from IE-mac */ /*配置設定クラス*/
.alignL {
	text-align: left !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}
.mg_5 {
	margin:5px !important;
}
.mg_lr5 {
	margin:0px 5px !important;
}
.mg_t5 {
	margin-top:5px !important;
}
.mg_b5 {
	margin-bottom:5px !important;
}
.mg_l5 {
	margin-left:5px !important;
}
.mg_r5 {
	margin-right:5px !important;
}
.mg_10 {
	margin:10px !important;
}
.mg_lr10 {
	margin:0px 10px !important;
}
.mg_t10 {
	margin-top:10px !important;
}
.mg_b10 {
	margin-bottom:10px !important;
}
.mg_l10 {
	margin-left:10px !important;
}
.mg_r10 {
	margin-right:10px !important;
}
.mg_15 {
	margin:15px !important;
}
.mg_lr15 {
	margin:0px 15px !important;
}
.mg_t15 {
	margin-top:15px !important;
}
.mg_b15 {
	margin-bottom:15px !important;
}
.mg_l15 {
	margin-left:15px !important;
}
.mg_r15 {
	margin-right:15px !important;
}
.mg_20 {
	margin:20px !important;
}
.mg_lr20 {
	margin:0px 20px !important;
}
.mg_t20 {
	margin-top:20px !important;
}
.mg_b20 {
	margin-bottom:20px !important;
}
.mg_l20 {
	margin-left:20px !important;
}
.mg_r20 {
	margin-right:20px !important;
}
.mg_25 {
	margin:25px !important;
}
.mg_lr25 {
	margin:0px 25px !important;
}
.mg_t25 {
	margin-top:25px !important;
}
.mg_b25 {
	margin-bottom:25px !important;
}
.mg_l25 {
	margin-left:25px !important;
}
.mg_r25 {
	margin-right:25px !important;
}
.mg_30 {
	margin:30px !important;
}
.mg_lr30 {
	margin:0px 30px !important;
}
.mg_t30 {
	margin-top:30px !important;
}
.mg_b30 {
	margin-bottom:30px !important;
}
.mg_l30 {
	margin-left:30px !important;
}
.mg_r30 {
	margin-right:30px !important;
}
.mg_40 {
	margin:40px !important;
}
.mg_lr40 {
	margin:0px 40px !important;
}
.mg_t40 {
	margin-top:40px !important;
}
.mg_b40 {
	margin-bottom:40px !important;
}
.mg_l40 {
	margin-left:40px !important;
}
.mg_r40 {
	margin-right:40px !important;
}
.pd_5 {
	padding:5px !important;
}
.pd_lr5 {
	padding:0px 5px !important;
}
.pd_t5 {
	padding-top:5px !important;
}
.pd_b5 {
	padding-bottom:5px !important;
}
.pd_l5 {
	padding-left:5px !important;
}
.pd_r5 {
	padding-right:5px !important;
}
.pd_10 {
	padding:10px !important;
}
.pd_lr10 {
	padding:0px 10px !important;
}
.pd_t10 {
	padding-top:10px !important;
}
.pd_b10 {
	padding-bottom:10px !important;
}
.pd_l10 {
	padding-left:10px !important;
}
.pd_r10 {
	padding-right:10px !important;
}
.pd_15 {
	padding:15px !important;
}
.pd_lr15 {
	padding:0px 15px !important;
}
.pd_t15 {
	padding-top:15px !important;
}
.pd_b15 {
	padding-bottom:15px !important;
}
.pd_l15 {
	padding-left:15px !important;
}
.pd_r15 {
	padding-right:15px !important;
}
.pd_20 {
	padding:20px !important;
}
.pd_lr20 {
	padding:0px 20px !important;
}
.pd_t20 {
	padding-top:20px !important;
}
.pd_b20 {
	padding-bottom:20px !important;
}
.pd_l20 {
	padding-left:20px !important;
}
.pd_r20 {
	padding-right:20px !important;
}

/* リンク設定 -------------------------------------------------*/
a:link {
	color: #bd3232;
	text-decoration: none;
}
a:active {
	color: #bd3232;
	text-decoration: none;
}
a:visited {
	color: #bd3232;
	text-decoration: none;
}
a:hover {
	color: #bd3232;
	text-decoration: underline;
}
.filter07 a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* カラー設定 ------------------------------------------------- */
.red {
	color:#CC0000 !important;
}
.error {
	color:#CC0000 !important;
}
.blue {
	color:#1C4295;
}
.pink {
	color:#cc0066;
}
.green {
	color:#669900;
} /* フォント設定 ------------------------------------------------- */
.fontS {
	font-size:80% !important;
}
.fontL {
	font-size: 120% !important;
	line-height:170% !important;
}
.blue_bold {
	font-weight: bold;
	color: #5C85BB;
}
.bdr_dot {
	background: url(http://www.shibamura-emiko.jp/assets/images/bdr_dot.gif) repeat-x left bottom;
	height: 10px;
}
.no_bdr {
	background: url(none) !important;
}

/* 共通クラス ------------------------------------------------- */
body {
	color:#2d2523;
	text-align:center;
	margin:0px auto;
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(http://www.shibamura-emiko.jp/assets/images/bg_main.gif) repeat-x;
}
p {
	margin-bottom: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
body {
	letter-spacing:-1px;
}
}
#wrapper {
	margin: 0px auto 20px;
	width: 968px;
	text-align: center;
}
#header {
	text-align: left;
	height: 73px;
	padding-top: 12px;
}
#header h1 {
	float: left;
}
#header p {
	float: right;
	margin: 0px;
}
#top_sub_menu {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: -4px;
}
#top_main_visual {
	position: relative;
	height: 518px;
	width: 968px;
	overflow: hidden;
	border-style:none !inportant;
margin-bottom:10px;
}
#top_main li {
	height: 510px;
	width: 960px;
}
#top_main {
	text-align: left;
	height: 510px;
	width: 960px;
	_height: 518px;
	_width: 968px;
	background: url(http://www.shibamura-emiko.jp/assets/images/bg_shadow.png) no-repeat;
	padding: 4px;
}
#top_main img {
	border-style: none;
}
#top_main_txt {
	position: absolute;
	z-index: 1000;
	text-align: left;
	margin-top: 30px;
	margin-left: 30px;
	width: 290px;
}
.arrow_2 a{
	display:block;
	background:url(http://www.shibamura-emiko.jp/assets/images/ico_arrow2.png) no-repeat left center;
	text-indent: 16px;
}
.circle_arrow a {
	background: url(http://www.shibamura-emiko.jp/assets/images/ico_arrow_circle.png) no-repeat;
	display: block;
	text-indent: 20px;
}
#main_menu {
	height: 58px;
	width: 968px;
}
#main_menu li {
	float: left;
}
#main_menu li a {
	float: left;
	display: block;
	text-indent:-9999px;
}
#menu1 a {
	background: url(http://www.shibamura-emiko.jp/assets/images/menu.png) no-repeat 0px 0px;
	height: 58px;
	width: 165px;
}
#menu1 a:hover {
	background: url(http://www.shibamura-emiko.jp/assets/images/menu.png) no-repeat 0px -58px;
}
#menu2 a {
	background: url(http://www.shibamura-emiko.jp/assets/images/menu.png) no-repeat -165px 0px;
	height: 58px;
	width: 160px;
}
#menu2 a:hover {
	background: url(http://www.shibamura-emiko.jp/assets/images/menu.png) no-repeat -165px -58px;
}
#menu3 a {
	background: url(http://www.shibamura-emiko.jp/assets/images/menu.png) no-repeat -325px 0px;
	height: 58px;
	width: 159px;
}
#menu3 a:hover {
	background: url(http://www.shibamura-emiko.jp/assets/images/menu.png) no-repeat -325px -58px;
}
#menu4 a {
	background: url(http://www.shibamura-emiko.jp/assets/images/menu.png) no-repeat -484px 0px;
	height: 58px;
	width: 159px;
}
#menu4 a:hover {
	background: url(http://www.shibamura-emiko.jp/assets/images/menu.png) no-repeat -484px -58px;
}
#menu5 a {
	background: url(http://www.shibamura-emiko.jp/assets/images/menu.png) no-repeat -643px 0px;
	height: 58px;
	width: 159px;
}
#menu5 a:hover {
	background: url(http://www.shibamura-emiko.jp/assets/images/menu.png) no-repeat -643px -58px;
}
#menu6 a {
	background: url(http://www.shibamura-emiko.jp/assets/images/menu.png) no-repeat -802px 0px;
	height: 58px;
	width: 166px;
}
#menu6 a:hover {
	background: url(http://www.shibamura-emiko.jp/assets/images/menu.png) no-repeat -802px -58px;
}
#content {
	width: 960px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 30px;
	text-align: left;
}
#left {
	float: left;
	width: 576px;
	margin-right: 15px;
}
#right {
	float: right;
	width: 369px;
}
#left_u {
	float: left;
	width: 634px;
	margin-right: 25px;
}
#right_u {
	float: right;
	width: 300px;
}
#bn_box {
	background: #e3e0bf;
	height: 90px;
}
#bn_box_inner {
	text-align: center;
	width: 968px;
	margin-right: auto;
	margin-left: auto;
	padding-top:13px;
}
#bn_box_inner li {
	display: inline;
	margin:0 5px 0 5px;
}
#footer {
	background: url(http://www.shibamura-emiko.jp/assets/images/bg_footer.png) repeat-x;
	height: 107px;
	margin-top:-4px;
}
#footer_inner {
	width: 968px;
	padding-top: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#news li {
	background: url(http://www.shibamura-emiko.jp/assets/images/bdr_dot.gif) repeat-x left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 7px;
}
#news span {
	display: block;
}
#news li a {
	display: block;
	background: url(http://www.shibamura-emiko.jp/assets/images/ico_arrow.png) no-repeat left 4px;
	padding-left: 15px;
	color: #362e2b;
}
#r_recent_inner {
	margin-right: 5px;
	margin-left: 5px;
}
.r_recent_txt {
	float: left;
	width: 246px;
}
.rs_recent_txt {
	float: left;
	width: 178px;
}
.r_recent_txt li,.rs_recent_txt li {
	display: inline;
}
#twitter_update_list {
	padding-right: 5px;
	padding-left: 5px;
}
#member_list li {
	float: left;
	height: 279px;
	width: 178px;
	_height: 295px;
	_width: 194px;
	background: url(http://www.shibamura-emiko.jp/assets/images/member/bg_member.png) no-repeat;
	padding: 8px 8px 0 8px;
	margin-bottom: 15px;
}
#member_list li p {
	font-size: 12px;
}
#lightpop_window1 {
	margin: 15px;
	height: 420px;
	width: 660px;
	text-align: left;
}
#lightpop_window1 img {
	border: 1px solid #666;
}
#lightpop_window1 td {
	padding: 10px;
}
.siryo_form {
	margin-left: 70px;
	text-align: left;
	width: 470px;
}
.siryo_form td {
	padding: 8px 5px;
	background: url(http://www.shibamura-emiko.jp/assets/images/bdr_dot.gif) repeat-x left bottom;
	vertical-align: middle;
}
.happy_form {
	margin-left: 50px;
	text-align: left;
	width: 470px;
}
.happy_form td {
	padding: 8px 5px;
	background: url(http://www.shibamura-emiko.jp/assets/images/bdr_dot.gif) repeat-x left bottom;
	vertical-align: middle;
}
.base_input {
	border: 1px solid #321E00;
	padding: 3px;
	width: 200px;
}
.base_inputS {
	border: 1px solid #321E00;
	padding: 3px;
	width: 100px;
}
.base_textarea {
	padding: 3px;
	border: 1px solid #321E00;
	width: 300px;
	height:100px;
}
.btn_confirm {
	background-image: url(http://www.shibamura-emiko.jp/assets/images/btn_confirm.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 120px;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	font-size: 0;
	border:none;
	margin-top: 10px;
	margin-left: 180px;
}
.btn_submit {
	background-image: url(http://www.shibamura-emiko.jp/assets/images/btn_submit.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 120px;
	text-indent: -9999px;
	cursor: pointer;
	display: block;
	font-size: 0;
	border:none;
	margin-top: 10px;
	margin-left: 180px;
}
.jukuchoBox {
	width: 614px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.jukuchoBox th, .jukuchoBox td {
	padding:7px;
	border:solid #999 1px;
}
.jukuchoBox th {
	background-color:#d6cf75;
	font-weight: normal;
}
.j_shopname {
	width: 141px;
}
.j_phone,.j_name {
	width: 85px;
}
.tiikiJukucho {
	margin-bottom: 30px;
}
#event_menu li {
	float: left;
	margin-left: 10px;
}
#event_menu li a {
	display: block;
	text-indent: -9999px;
	height:31px;
}
#event_menu {
	height: 31px;
	width: 580px;
}
#event_menu1 a{
	background:url(http://www.shibamura-emiko.jp/assets/images/event/menu_event.png) no-repeat 0 -31px;
	width:113px;
}
#event_menu1 a:hover, #event_menu1_on a{
	background:url(http://www.shibamura-emiko.jp/assets/images/event/menu_event.png) no-repeat 0 0;
	width:113px;
}
#event_menu2 a{
	background:url(http://www.shibamura-emiko.jp/assets/images/event/menu_event.png) no-repeat -126px -31px;
	width:202px;
}
#event_menu2 a:hover, #event_menu2_on a{
	background:url(http://www.shibamura-emiko.jp/assets/images/event/menu_event.png) no-repeat -126px 0;
	width:202px;
}
#event_menu3 a{
	background:url(http://www.shibamura-emiko.jp/assets/images/event/menu_event.png) no-repeat -339px -31px;
	width:88px;
}
#event_menu3 a:hover, #event_menu3_on a{
	background:url(http://www.shibamura-emiko.jp/assets/images/event/menu_event.png) no-repeat -339px 0;
	width:88px;
}
#event_menu4 a{
	background:url(http://www.shibamura-emiko.jp/assets/images/event/menu_event.png) no-repeat -438px -31px;
	width:124px;
}
#event_menu4 a:hover, #event_menu4_on a{
	background:url(http://www.shibamura-emiko.jp/assets/images/event/menu_event.png) no-repeat -438px 0;
	width:124px;
}
div#event_bg {
	background:url(http://www.shibamura-emiko.jp/assets/images/event/event_bg.png) repeat;
	padding:20px 15px 15px;
	min-height: 50px;
}
#event_list li {
	background: url(http://www.shibamura-emiko.jp/assets/images/ico_arrow.png) no-repeat left center;
	padding-left: 13px;
	margin-bottom: 7px;
}
#event_list span {
	font-weight: bold;
	margin-right: 10px;
}
#event_list li a {
	color: #2D2522;
}
.jcarousel-container {
	width:564px;
	height:150px;
	overflow:hidden;
	margin:10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 564px;
    padding: 0px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  564px;
    height: 150px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 180px;
    height: 135px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 4px;
    margin-right:4px;
}
.scheduleBox {
	width: 564px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.scheduleBox th, .scheduleBox td {
	padding:7px;
	border:solid #999 1px;
}
.scheduleBox th {
	background-color:#d6cf75;
	font-weight: normal;
}
.scheduleBox td {
	background-color:#ffffff;
}
.emiko td {
	background-color:#FFCEEF;	
}
.yousu td {
	background-color:#fdf6b2;	
}
.btnjoin{
	width:62px;
	_width:76px;	
}
.number1 {
	background: url(http://www.shibamura-emiko.jp/assets/images/unive/ico_1.png) no-repeat left top;
	padding-left: 25px;
	margin-bottom: 20px;
}
.number2 {
	background: url(http://www.shibamura-emiko.jp/assets/images/unive/ico_2.png) no-repeat left top;
	padding-left: 25px;
	margin-bottom: 20px;
}
.brown_box {
	background: #d5d3c0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.qa_1 {
	background: url(http://www.shibamura-emiko.jp/assets/images/unive/ico_q.png) no-repeat left top;
	padding-left: 25px;
	margin-bottom: 15px;
	min-height:21px;
	color:#CC0000;
}
.qa_2 {
	background: url(http://www.shibamura-emiko.jp/assets/images/unive/ico_a.png) no-repeat left top;
	padding-left: 25px;
	min-height:21px;
}
.osie_box {
	background: url(http://www.shibamura-emiko.jp/assets/images/event/event_bg.png) repeat;
	padding: 10px 10px 2px;
	font-size: 13px;
	line-height: 24px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.book_e_inner {
	float: right;
	width: 428px;
	padding-top: 15px;
}
.etc_book_box {
	float: left;
	width: 272px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.etc_book_inner {
	float: left;
	padding-top: 7px;
	width: 151px;
}
.linkmark a {
	display: block;
	background: url(http://www.shibamura-emiko.jp/assets/images/ico_arrow.png) no-repeat left center;
	padding-left: 13px;
}
.top_visual_box{
	position: relative;
	margin-bottom: 15px !important;
}
.position_a{
bottom: 27px;
    position: absolute;
    right: 20px;
    z-index: 100;
}
