@charset 'utf-8';
/*----------------------------------------------------ページ構成用CSS*/
/*------------------------------------global*/
body {
	background: url(../img/background.jpg) repeat-y center top;
	font-size: 12px;
	color: #111111;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li {
	font-size: 12px;
}
a {
	color: #336699;
}
a:hover {
	color: #ff0000;
}
/*------------------------------------基本ボディ*/
h2 {
	background: url(../img/grade_pink.png) repeat-x;
	background-size: contain;
	color: #ffffff;
	padding: 3px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #cccccc;
}
h2 a {
	margin: 0 5px;
	color: #ffffff;
	font-weight: normal;
}
h2 a:hover {
	color: #ffffff;
}
h3 {
	background: url(../img/grade_pink.png) repeat-x;
	background-size: contain;
	color: #ffffff;
	padding: 3px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #cccccc;
}
h5 {
	background: url(../img/grade_pink.png) repeat-x;
	background-size: contain;
	color: #FFFF99;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	border-bottom: 2px solid #cccccc;
}
#wrapper {
	width: 1020px;
	margin: 0 auto 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffffff;
	position: relative;
}
iframe {
	overflow: hidden;
}
.charge {
	background: #FFFFdd;
}
.bana_post {
	width: 100%;
	text-align: center;
	margin: 10px auto;
	border-top: 1px solid #dddddd;
	padding: 10px 0;
}
/*------------------------------------table*/
table {
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
}
table,tr,td{
	table-layout: fixed;
	border-color: #dddddd;
}
/*------------------------------------header*/
header {
	height: 120px;
	margin: 0 auto;
	position: relative;
}
h1 {
	height: 15px;
	line-height: 15px;
	text-align: right;
	font-size: 10px;
	background: #ff3399;
	color: #ffffff;
}
header figure {
	width: 1020px;
	height: 110px;
	margin: 0 auto;
	position: relative;
	display: table;
}
header figure p {
	height: 110px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
header figure .ken_title_image {
	position: absolute;
	left: 275px;
	top: 0;
}
#ninsho figure {
	display: table;
}
#ninsho figure img {
	display: table-cell;
	vertical-align: middle;
}
#ninsho figure figcaption {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
	font-size: 13px;
}
#ninsho figure figcaption a {
	text-decoration: underline;
}
/*------------------------------------menu*/
#menu {
	width: 1060px;
	margin: 0 auto;
	color: #ffffff;
	background: url(../img/background_menu.jpg) repeat-x center bottom;
}
#menu ol {
	display: table;
	width: 1020px;
	margin: 0 auto;
	border-left: 1px solid #FFCCCC;
}
#menu li {
	display: table-cell;
	width: 10%;
	text-align: center;
	border-right: 1px solid #FFCCCC;
}
#menu li a {
	display: block;
	padding: 5px;	
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
#menu li a:hover {
	background: #FFCCCC;
	background: -moz-linear-gradient(top, #FFCCCC, #FF0099);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFCCCC), to(#FF0099));
}
/*------------------------------------nav*/
.pankz {
	width: 1020px;
	text-align: left;
	margin: 5px auto;
	position: relative;
}
.pankz p {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

/*------------------------------------bt_fukatsu_search*/
.navi_area {
	display: table;
	width: 1020px;
	margin: 5px auto;
}
.navi_area .pankz {
	display: table-cell;
	width: 500px;
	vertical-align: middle;
}
.navi_area .bt_fukatsu_search {
	display: table-cell;
	vertical-align: middle;
	width: 500px;
	text-align: right;
}
.navi_area .bt_fukatsu_search * {
	vertical-align: middle;
}
.navi_area .bt_fukatsu_search a {
	display: inline-block;
	width: 153px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../img/bt_fukatsu_search.png);
}
.navi_area .bt_fukatsu_search a span {
	display: none;
}

/*------------------------------------nav*/
#nav_area,
#nav_gyoshu {
	width: 1020px;
	margin: 5px auto;
	padding: 0 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #ffffff url(../img/background_pink_box.png) repeat-x center top;
	background-size: contain;
	border: 2px solid #ff3399;
}
#nav_area p,
#nav_gyoshu p {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 2px 5px 2px 40px;
	color: #ffffff;
	background: #ff3399 url(../img/bit_search.png) no-repeat 10px center;
}
#nav_area p a,
#nav_gyoshu p a {
	color: #ffffff;
}
#nav_area ol,
#nav_gyoshu ol {
	margin: 0 10px 0 15px;
}
#nav_area li,
#nav_gyoshu li {
	float: left;
	width: 175px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding-left: 20px;
	background: url(../img/bit_arrow.png) no-repeat left center;
}
#nav_area li del,
#nav_gyoshu li del {
	color: #dddddd;
}
/*------------------------------------section*/
section {
	width: 710px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
article {
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.article_spacer {
	padding: 10px;
}
.more_view {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.close_view {
	cursor: pointer;
}
.more_list {
	text-align: right;
}
.more_list span:hover {
	cursor: pointer;
	text-decoration: underline;
}
.hidden_content {
	display: none;
}
.implore_text {
	margin-bottom: 10px;
	background: #FF3399;
	padding: 5px 10px;
	color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: bold;
}
/*------------------------------------tabs*/
.tabs {
	width: 100%;
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 5px auto;
}
.tabs li {
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.tabs li a {
	display: block;
	margin: 0;
	border: 1px solid #cccccc;
	border-right: none;
	padding: 5px;
	text-align: center;
	font-size: 15px;
	background: #eeeeee;
	color: #555555;
}
.tabs .selected a {
	background: url(http://asageifuzoku.com/img/grade_black.png) repeat-x center bottom;
    background-size: contain;
	color: #ffffff;
}
.tabs li:first-child a {
	border-radius: 5px 0 0 0;
}
.tabs li:last-child a {
	border-radius: 0 5px 0 0;
	border-right: 1px solid #cccccc;
}
/*------------------------------------.page_changer*/
.page_changer {
	text-align: center;
	margin-bottom: 10px;
}
.page_changer li {
	display: inline-block;
	border: 1px dotted #cccccc;
}
.page_changer li a {
	display: block;
	text-align: center;
	padding: 5px 10px;
}
.page_changer li a:hover {
	background: #dddddd;
	color: #333333;
}

/*------------------------------------#shop_list*/
#shop_list {
	background: #ffffff url(../img/background_pink_box.png) repeat-x center top;
	background-size: contain;
}
#shop_list li {
	width: 228px;
	height: 23px;
	line-height: 23px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 20px;
	background: url(../img/bit_arrow.png) no-repeat left center;
}
#shop_list li a {
	font-weight: bold;
}

.shop_box {
	width: 334px;
	padding: 0;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 2px 2px 2px #cccccc;
	border: 1px solid #eeeeee;
	float: left;
}
.shop_box h3 {
	display: table;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-left: 5px solid #FF3366;
	margin-bottom: 2px;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: bold;
	background: #ffffff url(../img/grade_pink_100.jpg) repeat-x center bottom;
	position: relative;
}
.shop_box h3 span {
	display: block;
	position: absolute;
	top:0;
	right:0;
}
.shop_box figure {
	display: table;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	margin: 0 0 5px;
	padding: 5px;
}
.shop_box figure p {
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: top;
	width: 130px;
	text-align: left;
}
.shop_box figure figcaption {
	vertical-align: top;
	text-align: left;
}
.shop_box figure figcaption li {
	font-size: 12px;
	line-height: 20px;
	margin-top: 3px;
}
.shop_box figure figcaption li img {
	vertical-align: middle;
	margin-right: 5px;
}
.shop_box figure figcaption li strong {
	font-size: 14px;
	margin-right: 10px;
}
.shop_box .shop_comment {
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 2px 5px;
}
.shop_box .shop_shopinfo {
	width: 120px;
	height: 20px;
	margin-bottom: 10px;
}
.shop_shopinfo a {
	display: block;
	width: 120px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../img/bt_shopinfo.png);
}
.shop_shopinfo a span {
	display: none;
}
.shop_shopinfo a:hover {
	background-position: bottom;
}
.shop_box li.shop_price {
	background: #ff0000;
	padding: 3px;
	height: 20px;
	line-height: 20px;
}
.shop_box li.shop_price strong {
	color: #ffffff;
	font-size: 16px;
}
.shop_box .shop_price img {
	vertical-align: top;
}
.shop_box_text {
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #eeeeee;
	margin-right: 5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
}
.shop_box_text h3 {
	width: 330px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
	border-left: 5px solid #FF3366;
	margin: 2px;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: bold;
	background: #ffffff url(../img/grade_pink_100.jpg) repeat-x center bottom;
	float: left;
}
.shop_box h3 a,
.shop_box_text h3 a {
	color: #000000;
}
.shop_box_text ul {
	display: table;
	margin: 2px;
	width: 340px;
	float: right;
}
.shop_box_text li {
	display: table-cell;
	vertical-align: middle;
	width: 33%;
}
.shop_box_text li span {
	display: block;
	text-align: center;
	border-radius: 5px;
	margin: 2px;
	padding: 3px;
	background: #FFeeee;
}
.shop_box_text_comment {
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 2px 10px;
}
/*------------------------------------global article*/
.main_fukatsu_image {
	margin-bottom: 10px;
}
.main_fukatsu_bt {
	display: table;
	width: 690px;
}
.main_fukatsu_bt li {
	display: table-cell;
}
.main_fukatsu_bt li a {
	display: block;
	width: 345px;
	height: 100px;
	background-position: center top;
	background-repeat: no-repeat;
}
.main_fukatsu_bt li a:hover {
	background-position: bottom;
}
.main_fukatsu_bt li a span {
	display: none;
}
.main_fukatsu_bt_list a {
	background-image: url(../img/bt_fukatsu_list.gif);
}
.main_fukatsu_bt_info a {
	background-image: url(../img/bt_fukatsu_info.gif);
}
#main_news .article_spacer {
	background: #ffffff url(../img/background_pink_box.png) repeat-x center top;
	background-size: contain;
}
#main_news li {
	border-bottom: 1px dotted #dddddd;
	margin: 0;
	padding: 5px 0;
}
#main_news li img {
	margin-right: 10px;
}
#main_news li a {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
#main_schedule .article_spacer {
	padding: 5px 0 5px 5px;
	background: #FFeeee;
}
#main_schedule .main_schedule_box {
	width: 114px;
	height: 210px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 3px 5px 0;
	padding: 5px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	text-align: center;
	float: left;
}

#main_schedule .main_schedule_box figure {
	margin: 0;
	padding: 0;
	border: none;
}
#main_schedule .main_schedule_box figure a img {
	width: 100px;
	height: 100px;
}
#main_schedule .main_schedule_box figure figcaption {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	text-align: left;
	padding-left: 20px;
	background: url(../img/bit_arrow.png) no-repeat 2px center;
}
#main_schedule .main_schedule_box li {
	font-size: 9px;
}
/*------------------------------------top_ranking*/
#top_ranking {
	border: none;
}
#top_ranking .block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
#top_ranking .box {
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	padding: 2px;
}
#top_ranking .box ul {
	display: table;
	width: 100%;
}
#top_ranking .box ul li {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#top_ranking .box ul li.rank {
	background: #000000 url(../img/grade_black.png) repeat-x center bottom;
    background-size: cover;
	color: #ffffff;
	text-align: center;
	width: 35px;
	font-weight: bold;
	line-height: 14px;
}
#top_ranking .rank_1 ul li.rank {
	background: #CC9966;
}
#top_ranking .rank_2 ul li.rank {
	background: #666666;
}
#top_ranking .rank_3 ul li.rank {
	background: #CC6666;
}
#top_ranking .box ul li.image {
	width: 90px;
	padding: 2px 5px;
}
#top_ranking .rank_1 ul li.image,
#top_ranking .rank_2 ul li.image,
#top_ranking .rank_3 ul li.image {
	width: 120px;
}
#top_ranking .box ul li.image img {
	width: 100%;
}
#top_ranking .box ul li.comment {
	padding: 5px;
}
#top_ranking .box ul li.comment img {
	vertical-align: top;
	margin-right: 3px;
}
#top_ranking .box ul li.comment b {
	display: block;
}
#top_ranking .box ul li.comment b a {
	font-size: 14px;
}
#top_ranking .block .more a {
	display: block;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #222222;
	color: #ffffff;
	font-size: 15px;
	width: 100%;
	margin: 5px auto;
}
/*------------------------------------page_nav*/
.page_nav {
	padding: 5px 10px;
}
.page_nav ul {
	display: table;
	margin: 5px auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.page_nav li {
	display: table-cell;
}
.page_nav li a {
	display: block;
	border: 1px solid #ffcccc;
	background: #FF88aa;
	color: #ffffff;
	padding: 5px 10px;
	margin: 5px;
}
.page_nav li span {
	display: block;
	border: 1px solid #eeeeee;
	background: #f9f9f9;
	color: #eeeeee;
	padding: 5px 10px;
	margin: 5px;
}
#description_text {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}
#description_text h5 {
	background-size: 10px;
	background-position: center center;
	border: none;
	line-height: 50px;
	margin-bottom: 10px;
	color: #ffffff;
	font-weight: 14px;
	text-align: left;
}
#description_text p {
	line-height: 25px;
	text-align: left;
}
/*------------------------------------index*/
#index {
	border: none;
}
#index_map {
	display: table;
	width: 100%;
	height: 450px;
}
#index_map_image {
	display: table-cell;
	vertical-align: top;
	width: 450px;
	background: url(../img/map.jpg) no-repeat center top;
}
#index_map_text {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}
#index_map_text dt {
	background: url(../img/grade_pink.png) repeat-x;
	background-size: contain;
	color: #ffffff;
	margin-right: 5px;
	padding: 2px 5px;
	font-weight: bold;
}
#index_map_text dd {
	line-height: 25px;
}
#index_description {
	margin: 10px auto;
	padding: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#index_description h2 {
	background: none;
	color: #ff3399;
	border: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.index_city_list_block {
	margin-bottom: 5px;
}
.index_city_list_block h3 {
	background: #ff3399;
	border: none;
	border-left:  5px solid #ffeeee;
	font-weight: normal;
	margin-left: 5px;
	padding: 2px 10px;
	font-size: 12px;
}
.index_city_list_block h3 a {
	color: #ffffff;
}
.index_city_list_block ul {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px 10px;
}
.index_city_list_block li {
	width: 165px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 20px;
	background: url(../img/bit_arrow.png) no-repeat left center;
}
/*------------------------------------shop*/
#shop article {
	margin-bottom: 20px;
}
#shop .ad {
	border-top: 1px solid #cccccc;
}
#shop .ad img {
	max-width: 100%;
}

#shop_head_image {
	border: 0;
}
#shop_menu {
	border: 0;
}
#shop_menu ol {
	display: table;
	width: 100%;
}
#shop_menu li {
	display: table-cell;
}
#shop_menu li a {
	display: block;
	width: 100%;
	height: 30px;
	background-position: top;
	background-repeat: no-repeat;
}
#shop_menu li a:hover {
	background-position: bottom;
}
#shop_menu li a span {
	display: none;
}
#shop_menu_news a {
	background-image: url(../img/shop_menu_news.png);
}
#shop_menu_event a {
	background-image: url(../img/shop_menu_event.png);
}
#shop_menu_cast a {
	background-image: url(../img/shop_menu_cast.png);
}
#shop_menu_schedule a {
	background-image: url(../img/shop_menu_schedule.png);
}
#shop_menu_system a {
	background-image: url(../img/shop_menu_system.png);
}
#shop_fukatsu  {
	border: 0;
}
#shop_fukatsu dl {
	display: table;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: red;
	border-top: 3px dotted #ffffff;
	text-align: center;
}
#shop_fukatsu dt {
	display: table-cell;
	width: 230px;
	padding: 10px 0;
	text-align: center;
	vertical-align: top;
}
#shop_fukatsu dd {
	display: table-cell;
	font-size: 50px;
	text-align: center;
	padding: 10px 0;
	color: #ffffff;
}
#shop_fukatsu_comment {
	height: 180px;
	position: relative;
	background: url(../img/background_fukatsu_comment.jpg) no-repeat center top;
}
#shop_fukatsu_comment p {
	position: absolute;
	width: 430px;
	height: 96px;
	overflow: auto;
	top: 76px;
	left: 120px;
	font-size: 15px;
}
#shop_info {
	border-radius: 5px;
	border: 1px solid #dddddd;
	background: url(../img/background_shop_info.png) repeat-x center top;
}
#shop_info dl {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #dddddd;
}
#shop_info dt {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 10px 5px;
	font-size: 14px;
}
#shop_info dt img {
	vertical-align: middle;
	margin-right: 10px;
}
#shop_info dd {
	display: table-cell;
	padding: 10px 10px 5px;
	text-align: right;
	vertical-align: middle;
}
#shop_info ul {
	margin-left: 5px;
	width: 690px;
	min-height: 100px;
	position: relative;
}
#shop_info ul li {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 5px;
	float: left;
}
#shop_info ul li img {
	vertical-align: middle;
}
#shop_info #shop_map {
	margin: 5px;
}
#shop_info #shop_map p {
	font-size: 14px;
	margin-bottom: 10px;
}
#shop_info #shop_map p span {
	cursor: pointer;
	margin-left: 20px;
	font-size: 12px;
}
#shop_info #shop_map p span:hover {
	text-decoration: underline;
}
#shop_info_comment {
	margin: 5px;
	border-radius: 5px;
	border: 1px solid #FF99CC;
	background: #ffeeee;
	padding: 5px 10px;
}
#shop_info_comment h3 {
	margin: 0;	
	padding: 0;
	background: 0;
	border: none;
	color: #FF0099;
}
.shop_qr {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
#shop_news,
#shop_event {
	position: relative;
}
#shop_news h4 {
	cursor: pointer;
	border-top: 1px dotted #eeeeee;
}
#shop_news h4,
#shop_event h4 {
	padding: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #eeeeee;
}
#shop_news h4 strong,
#shop_event h4 strong {
	font-size: 14px;
	color: #FF3366;
}
#shop_news h4 strong:hover {
	text-decoration: underline;
}
#shop_news h4 img {
	margin-right: 10px;
}
#shop .contents_comment {
	display: table;
	width: 100%;
}
#shop_event p {
	overflow: auto;
	padding: 10px;
	line-height: 25px;
}
#shop .contents_comment p {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	line-height: 25px;
}
#shop .contents_image {
	text-align: right;
}
#shop .hidden_contents {
	display: none;
}
#shop .hidden_contents h4 {
	border-top: 1px dotted #dddddd;
}
#shop .cast_block {
	margin-left: 5px;
	margin-top: 5px;
}
#shop .cast_box {
	width: 140px;
	height: 200px;
	margin-bottom: 10px;
	background: url(../img/background_cast_box_lineup.png) no-repeat center center;
	text-align: center;
	cursor: pointer;
	float: left;
}
#shop .cast_box p {
	margin-top: 8px;
}
#shop .cast_box h4 {
	background: #ffffff;
	padding: 2px;
	margin: 3px 10px 2px;
	box-shadow: 1px 1px 4px #555555;
}
#shop .cast_box li {
	font-size: 10px;
	height: 13px;
	line-height: 13px;
	color: #ffffff;
}
#shop_system h3 {
	margin-bottom: 10px;
}
#shop_system h4 {
	width: 690px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	background: url(../img/background_2tone.png) repeat-x;
	background-size: contain;
	border: 1px solid #eeeeee;
	padding: 0 5px;
	font-weight: bold;
}
#shop_system h4 span {
	display: inline;
	color: #ff638f;
	font-size: 20px;
	margin-right: 5px;
}
#shop_system table {
	margin: 0 auto 10px;
	width: 690px;
}
#shop_option table,
#shop_trafic table {
	margin: 10px auto;
	width: 690px;
}
#shop_system td,
#shop_option td,
#shop_trafic td {
	padding: 5px;
	background-image: url(../img/background_pink_box.png);
	background-repeat: repeat-x;
	background-size: contain;
}
#shop_system td.td_title,
#shop_option td.td_title,
#shop_trafic td.td_title {
	background-color: #ff91b0;
	background-image: none;
	color: #ffffff;
}
#shop_system .td_title {
	width: 160px;
}
#shop_option .td_title {
	width: 190px;
	text-align: left;
}
#shop_trafic .td_title {
	width: 100px;
}
#shop_other p,
#shop_system p,
#shop_option p,
#shop_trafic p {
	padding: 5px 10px;
}
#shop_system ul,
#shop_option ul,
#shop_trafic ul {
	padding: 5px 10px;
}
#shop_system li,
#shop_option li,
#shop_trafic li {
	display: inline;
	margin-right: 20px;
}
#shop_system li img,
#shop_option li img,
#shop_trafic li img {
	vertical-align: middle;
	margin-right: 5px;
}
#shop_system td strong,
#shop_option td strong,
#shop_trafic td strong {
	font-size: 14px;
}
#shop_system_fee .td_title {
	width: 100px;
}

#shop_topix ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#shop_topix ul li {
	display: table-cell;
	vertica-align: top;
}
#shop_topix ul li img {
	width: auto;
	max-width: 100%;
}

/*------------------------------------cast*/
#cast_box .ad {
	border: none;
	text-align: center;
}
#cast_box {
	display: table;
	width: 100%;
	border-top: 1px solid #dddddd;
}
#cast_box_detail {
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: top;
	padding: 5px;
}
#cast_box_detail .cast_schedule_comment {
	margin-bottom: 10px;
}
#cast_box_detail .cast_detail {
	margin-bottom: 10px;
}
#cast_box_detail .cast_detail li {
	margin-bottom: 3px;
}
#cast_box_detail .cast_detail li:last-child {
	margin: 0;
}
#cast_box_detail .cast_detail li b {
	font-size: 1.0rem;
}
#cast_box_detail .cast_comment {
	border: 1px solid #FF9999;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #fff8f8;
}
#cast_box_detail ul {
	padding: 5px 10px;
	border: 1px solid #dddddd;
}
.cast_shopinfo b,
.cast_shopinfo strong {
	font-size: 14px;
}
.cast_shopinfo li {
	margin-bottom: 5px;
}
.cast_shopinfo li img {
	vertical-align: middle;
}
#cast_box_image {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 365px;
	padding: 5px 5px 5px 0;
}
#cast_box_image figure {
	height: 480px;
}
#cast_box_image #cast_box_thumb {
	display: table;
	margin: 10px auto;
	text-align: center;
	width: 100%;
}
#cast_box_image ul li {
	display: table-cell;
}
#cast_box_image ul li img {
	cursor: pointer;
}
#cast_box .back2shop {
	text-align:right;
}
#cast_box .blog h4,
#cast_box #cast_schedule h4 {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 2px 5px;
	background: #FF0099;
	background: -moz-linear-gradient(top, #FF0099, #FF66CC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0099), to(#FF66CC));
}
#cast_box #cast_schedule table {
	width: 100%;
}
#cast_box #cast_schedule td {
	padding: 10px 0;
	font-weight: bold;
}
#cast_box #cast_schedule tr.title td {
	background: #fff8f8;
	font-weight: normal;
}
#cast_h_content h5 {
	background: none;
}
/*------------------------------------fukatsu*/
#fukatsu article h3 {
	background: none;
	color: #222222;
	border: none;
}
#fukatsu article nav {
	border: 1px solid #FFdddd;
	margin: 20px 0;
	padding: 10px;
	display: inline-block;
	background: #fffafa;
}
#fukatsu article li,
#fukatsu article p {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 25px;
}
#fukatsu h4 {
	font-size: 25px;
	margin: 10px 0 5px;
	padding: 5px;
	border-bottom: 2px solid #cccccc;
}
/*------------------------------------banner*/
#banner h4 {
	background: #FF3399;
	margin: 20px 0 10px;
	padding: 2px 10px;
	font-size: 20px;
	color: #ffffff;
}
#banner h5 {
	background: none;
	border: none;
	padding: 0;
	margin: 10px 0;
	text-align: left;
	color: #000000;
	font-weight: bold;
}
#banner ul {
	margin: 10px 0 10px 20px;
}
#banner li {
	list-style-type: disc;
	line-height: 25px;
	margin-bottom: 20px;
}
#banner p {
	line-height: 25px;
}
#banner li strong,
#banner p strong {
	color: #ff0000;
	text-decoration: underline;
}
#banner td {
	padding: 5px;
}
#banner .td_title {
	width: 150px;
}
#banner td textarea {
	width: 468px;
}
#banner td table,
#banner td table tr,
#banner td table td {
	border: none;
	width: auto;
	margin: 0;
	padding: 0;
}
.banner_pt_content {
	width: 100%;
	border-bottom: 1px dotted #dddddd;
	margin-bottom: 20px;
}
.banner_pt_content p {
	margin: 20px 0 0;
	border-top: 1px dotted #dddddd;
	padding: 10px 0;
}
.banner_pt_text,
.banner_pt_image {
	display: table-cell;
	vertical-align: middle;
}
/*------------------------------------ad*/
#ad h4 {
	background: url(../img/grade_pink_50.jpg) repeat-x center bottom;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 5px;
	box-shadow: 0 2px 2px #eeeeee;
	border-left: 10px solid #FF99CC;
	text-indent: 10px;
}
#ad .td_title {
	width: 150px;
}
#ad td {
	padding: 10px;
}
#ad td strong {
	font-size: 15px;
	color: #ff0000;
	font-weight: normal;
}
#ad table,
#ad dl {
	margin-bottom: 20px;
}
#ad dt {
	text-align: center;
	margin-bottom: 20px;
}
#ad dd {
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	margin: 10px 0 10px 50px;
	padding-left: 70px;
	background: url(../img/arrow_right.png) no-repeat left center;
}
/*------------------------------------vow*/
#vow h4 {
	background: url(../img/grade_pink_50.jpg) repeat-x center bottom;
	font-size: 15px;
	margin-bottom: 20px;
	padding: 5px;
	box-shadow: 0 2px 2px #eeeeee;
	border-left: 10px solid #FF99CC;
	text-indent: 10px;
}
#vow .vow_flow {
	margin-bottom: 20px;
}
#vow .vow_flow h5 {
	background: none;
	border: none;
	padding: 0;
	margin: 10px 0;
	text-align: left;
}
#vow .vow_flow ul {
	border-left: 4px solid #FFeaf5;
	margin-left: 20px;
	margin-bottom: 40px;
}
#vow .vow_flow li {
	line-height: 25px;
	margin: 0 0 10px 10px;
}
#vow .vow_flow strong {
	font-size: 15px;
	color: #ff0000;
}
#vow .vow_text {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #cccccc;
	height: 200px;
	overflow: auto;
	margin-bottom: 20px;
}
#vow .vow_content {
	margin: 5px 20px;
}
#vow .vow_content h5 {
	background: none;
	color: #222222;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
}
#vow .vow_content dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px solid #eeeeee;
}
#vow .vow_content li,
#vow .vow_content p,
#vow .vow_content dd {
	line-height: 25px;
	margin-bottom: 5px;
}
#vow .bt_vow,
#vow .muryo_joken {
	width: 350px;
	height: 50px;
	margin: 5px auto;
}
#vow .bt_vow a {
	display: block;
	width: 350px;
	height: 50px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../img/bt_vow.jpg);
}
#vow .muryo_joken a {
	display: block;
	width: 350px;
	height: 50px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../img/bt_vow_muryo_joken.jpg);
}
#vow .bt_vow a span,
#vow .muryo_joken a span {
	display: none;
}
#vow .bt_vow a:hover,
#vow .muryo_joken a:hover {
	background-position: bottom;
}
.campaign_image {
	padding: 10px 0;
	text-align: center;
}
#campaign article {
	text-align: center;
	padding: 10px 0 40px;
}
/*------------------------------------contact*/
#menseki li {
	margin: 10px 0 30px;
	padding: 0 10px;
	border-left: 4px solid #eeeeee;
	line-height: 25px;
}
/*------------------------------------report*/
#report {
	width: 500px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #ffffff;
}
#report article {
	border: none;
	width: 450px;
	margin: 0 auto;
	padding: 20px;
}
#report dd {
	margin: 20px auto;
}
#report textarea {
	width: 400px;
	height: 150px;
}
#report #submit_box {
	text-align: center;
}
#report #submit_box input {
	padding: 10px 20px;
}
/*------------------------------------page404*/
#page404 .page404_area_title {
	background: #ffeeee;
}
#page404 table {
	width: 680px;
	margin: 10px auto;
}
#page404 td {
	vertical-align: top;
}
#page404 td ul {
	margin-left: 10px;
}
#page404 td li {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	background: url(../img/bit_arrow.png) no-repeat left center;
	text-align: left;
}
/*------------------------------------aside*/
aside {
	width: 300px;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: left;
}
aside .side_search {
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
}
aside .side_mobile_link {
	margin-bottom: 10px;
}
aside h5 {
	color: #ffffff;
	background: url(../img/grade_black.png) repeat-x center bottom;
	background-size: contain;
}
aside .side_news_list ul,
aside .side_newshop ul {
	text-align: left;
	margin-bottom: 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
aside .side_news_list li {
	padding: 5px 10px;
	background: url(../img/background_tab.png) repeat-x;
	background-size: contain;
	border-bottom: 1px dotted #cccccc;
}
aside .side_newshop li {
	font-size: 10px;
	padding: 5px 10px;
	color: #555555;
	background: url(../img/background_tab.png) repeat-x;
	background-size: contain;
	border-bottom: 1px dotted #cccccc;
}
aside .side_news_list li p,
aside .side_newshop li p {
	padding-left: 20px;
	background: url(../img/bit_arrow.png) no-repeat left center;
}
aside .side_news_list li span,
aside .side_newshop li span {
	display: block;
	font-size: 9px;
	text-align: right;
}
aside .side_latest_released dl {
	display: table;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
aside .side_latest_released dt {
	display: table-cell;
	width: 140px;
	text-align: center;
}
aside .side_latest_released dd {
	display: table-cell;
	vertical-align: middle;
}
aside .side_latest_released dd li {
	margin-bottom: 5px;
}
aside .side_latest_released strong {
	color: #ee0000;
	font-size: 11px;
}
aside .side_link ul {
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
aside .side_link li {
	margin-bottom: 10px;
	text-align: center;
}
/*------------------------------------footer*/
footer {
	margin: 0 auto;
	padding: 5px 0;
	background: url(../img/background_menu.jpg) repeat-x center bottom;
	background-size: contain;
}
footer nav {
	width: 1020px;
	margin: 0 auto;
	display: table;
}
footer nav ol {
	display: table-cell;
	padding: 5px 10px;
	text-align: left;
}
footer nav ol li {
	display: inline;
	margin-right: 5px;
	padding: 0;
}
footer nav li img {
	vertical-align: middle;
}
footer nav li a,
footer nav li a:hover {
	color: #ffffff;
}
footer nav ol.category {
	width: 290px;
	border-right: 1px dotted #FFCCCC;
}
footer nav ol.content {
	width: 520px;
	border-right: 1px dotted #FFCCCC;
}
footer nav ol.logo {
	width: 200px;
}
footer address {
	font-style: normal;
	padding: 20px;
	color: #ffffff;
	font-size: 10px;
}



/*------------------------------------global_class*/
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.width100 {
	width: 100px;
}
.width200 {
	width: 200px;
}
.tr_title {
	background: url(../img/grade_pink_100.jpg) repeat-x center bottom;
}
.td_title {
	background: url(../img/background_td.jpg) repeat;
}
.large_button {
	padding: 20px;
	cursor: pointer;
}
.download_button {
	width: 300px;
	height: 50px;
	margin: 30px auto;
}
.download_button a {
	display: block;
	width: 300px;
	height: 50px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(../img/bt_download.jpg);
}
.download_button a span {
	display: none;
}
.download_button a:hover {
	background-position: bottom;
}
/*------------------------------------fukatsu_tokusen*/
.main_fukatsu_tokusen {
	width: 690px;
	height: 370px;
	margin-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(../img/tokusen_fukatsu.jpg) no-repeat center center;
}
.main_fukatsu_tokusen .block {
	width: 670px;
	height: 360px;
	overflow: hidden;
	margin: 0 auto;
}
.main_fukatsu_tokusen .slider {
	width: 850px;
	height: 220px;
	margin-top: 140px;
}
.main_fukatsu_tokusen .slider_image {
	float: left;
	margin: 0;
	width: 114px;
	height: 220px;
	margin-left: 0px;
	margin-right: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 3px 5px 0;
	padding: 10px 0 5px;
	text-align: center;
	background: url(../img/tokusen_box.png) no-repeat center center;
	list-style: none;
	position: relative;
}
.main_fukatsu_tokusen .slider_image_box {
	float: left;
	width: 114px;
	height: 220px;
	position: relative;
}
.main_fukatsu_tokusen .slider_image_box a img {
	width: 100px;
	height: 100px;
}
.main_fukatsu_tokusen .slider_image_box figcaption {
	height: 20px;
	line-height: 20px;
	margin-top: 7px;
	font-size: 10px;
}
.main_fukatsu_tokusen .slider_image_box figcaption a {
	color: #ffffff;
}
.main_fukatsu_tokusen .slider_image_box li {
	font-size: 9px;
}
/*------------------------------------#tokusen*/
#tokusen {
	border: none;
}
#tokusen h3 {
	padding: 0;
	background: none;
	border: none;
}
#tokusen h3 img {
	width: 100%;
}
#tokusen .flexslider {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 2px;
	margin-top: 5px;
}
#tokusen .flex-control-nav {

}
#tokusen .flexslider .box {
	width: 300px;
	display: table;
	border: 1px solid #ffaaaa;
	background: #ffcccc;
	margin: 1px;
}
#tokusen .flexslider .box figure {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
}
#tokusen .flexslider .box .discription {
	display: table-cell;
	vertical-align: bottom;
}
#tokusen .flexslider .box .discription h4 a {
	font-size: 14px;
	font-weight: bold;
}
#tokusen .flexslider .box .price {
	background: #ff0000;
	padding: 2px 0;
	margin-top: 5px;
}

#tokusen .block .box {
	width: 100%;
	border: 1px solid #dddddd;
	margin: 5px auto;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#tokusen .block .box .bana {
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 210px;
}
#tokusen .block .box .bana img {
	width: 200px;
}
#tokusen .block .box .price {
	display: inline-block;
	width: 480px;
	min-height: 100px;
	background: url(http://asageifuzoku.com/img/tokusen_pop.gif) center left no-repeat;
	vertical-align: middle;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
#tokusen .block .box .price b {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: #ff0000;
}
#tokusen .block .box .price b.name {
	display: block;
	margin: 0 auto 0.5rem;
	font-size: 1rem;
}
#tokusen .block .box .price span {
	display: block;
	font-size: 0.7rem;
}
#tokusen .block .box figure {
	width: 200px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
}
#tokusen .block .box figure a {
	display: inline-block;
	width: 50%;
}
#tokusen .block .box figure a img {
	width: 100%;
}

/*------------------------------------h_content*/
.h_content {
	margin-bottom: 10px;
}
.h_content .box {
	width: 350px;
	height: 200px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
	float: left;
}
#cast_box_image .h_content .box {
	width: 360px;
	margin-right: 0;
}
.h_content .box .title {
	display: table;
	width: 100%;
	height: 50px;
	margin-bottom: 2px;
}
.h_content .box .title figure {
	display: table-cell;
	vertical-align: top;
	height: auto;
	width: 50px;
}
#cast_box_image .h_content figure {
	height: auto;
}
.h_content .box .title h3 {
	display: table-cell;
	vertical-align: middle;
	background: none;
	margin: 0;
	padding: 0 0 0 5px;
	border: none;
}
.h_content .box .gravure {
	text-align: right;
}
.h_content .large .gravure {
	text-align: center;
}
.h_content .box .content {
	display: table;
	width: 100%;
	height: 100px;
}
.h_content .box .content .comment {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 0;
}
.h_content .box .content .comment a {
	display: block;
	text-align: right;
	color: #cc0000;
}
.h_content .box .content .image {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 5px;
}
.h_content .box ul {
	display: table;
	width: 100%;
}
.h_content .box ul li {
	display: table-cell;
	font-size: 12px;
	color: #aaaaaa;
}
.h_content .box ul li.date {
	text-align: left;
}
.h_content .box ul li.tag {
	text-align: right;
	width: 75%;
}
.h_content .box ul li.tag a {
	margin-left: 5px;
}
.h_content .wide {
	width: 705px;
	height: auto;
	padding: 20px;
}
.h_content .wide .content {
	height: 70px;
}
.h_content .large {
	height: 405px;
}
.h_content .large .content {
	height: 75px;
}
#shop .h_content .wide {
	width: 710px;
	margin: 5px 0 15px;
}
.h_content .wide .cover {
	display: table;
	width: 100%;
}
.h_content .wide .cover .title {
	margin-bottom: 10px;
}
.h_content .wide .cover .title h3 {
	font-size: 17px;
}
.h_content .wide .cover .content {
	display: table-cell;
	vertical-align: top;
}
.h_content .wide .cover .content .comment {
	font-size: 14px;
}
.h_content .wide .cover .gravure {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}
#h_content_topix .block {
	width: 350px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
	float: left;
}
#h_content_topix .block ul {
	padding: 10px;
}
#h_content_topix .block li {
	font-size: 14px;
	vertical-align: middle;
}
#h_content_topix .block li img {
	vertical-align: top;
	margin-right: 5px;
}
aside .update {
	margin-bottom: 10px;
}
aside .update li {
	display: table;
	width: 100%;
	border: 1px solid #cccccc;
	border-top: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(../img/background_tab.png) repeat-x;
	background-size: contain;
}
aside .update li figure,
aside .update li figcaption {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
aside .smm li figure {
	width: 65px;
}
aside .update li img {
	vertical-align: middle;
}
aside .update h5 a {
	color: #ffffff;
}
aside .update li figcaption span {
	display: block;
	text-align: right;
	font-size: 0.5rem;
	color: #cccccc;
}
#hch {
	width: 100%;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 20px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
}
#hch h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}




#hch .title {
	display: table;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 20px;
}
#hch .title figure {
	display: table-cell;
	vertical-align: top;
	width: 60px;
}
#hch .title figure img {
	vertical-align: top;
	margin-bottom: 5px;
}
#hch .title .box {
	display: table-cell;
}
.sns_box {
	margin: 10px 0;
}
#hch .title h3 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	line-height: 25px;
	vertical-align: top;
	background: none;
	color: #000000;
	font-weight: normal;
	border: none;
}
#hch .comment {
	font-size: 14px;
	margin-bottom: 20px;
}
#hch .comment p {
	margin-bottom: 20px;
}
#hch .comment .image {
	float: right;
	margin: 0 0 10px 10px;
}
#hch .comment p strong {
	color: #FF0099;
	font-size: 14px;
}
#hch .tag {
	margin: 10px 0;
	padding: 5px 0;
	border-top: 1px dotted #dddddd;
	
}
#hch .comment p {
	line-height: 1.7rem;
	font-size: 0.9rem;
}
.link {
	padding: 10px;
	margin-top: 10px;
	border-box: box-sizing;
	-moz-border-box: box-sizing;
	border: 1px solid #cccccc;
	background: #fff7f7;
}
.link li {
	margin-bottom: 7px;
	padding-left: 15px;
	font-size: 14px;
}
.link li img {
	margin-right: 5px;
}
#loading {
	text-align: center;
}
#company table td {
	padding: 10px;
	text-align: left;
}

#company table .title {
	width: 150px;
	text-align: center;
}
#company table .light {
	background: #FFFFee;
}
#company dl {
	margin: 20px 0;
}
#company dt {
	font-size: 20px;
}
#company dd {
	margin-bottom: 20px;
}
/*--------------------------------------------20140507*/
#shop article.shop_relate {
	border: none;
	margin-bottom: 20px;
}
#shop article.upper {
	border-top: 2px solid #dddddd;
	padding-top: 30px;
	margin-top: 40px;
}
.shop_relate h4 {
	font-weight: bold;
	font-size: 14px;
	text-indent: 5px;
	margin-top: 10px;
}
.shop_relate .main_schedule_box {
	width: 114px;
	height: 190px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 5px 0 5px 3px;
	padding: 5px 0;
	text-align: center;
	float: left;
	background: #eeeeee;
}
.shop_relate .main_schedule_box figure {
	margin: 0;
	padding: 0;
	border: none;
}
.shop_relate .main_schedule_box figure a img {
	width: 100px;
	height: 100px;
	border: 1px solid #CCcccc;
	padding: 2px;
}
.shop_relate .main_schedule_box figure figcaption {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	word-break: break-all;
}
.shop_relate .main_schedule_box li {
	font-size: 9px;
	margin-top: 2px;
}
.shop_relate .main_schedule_box li strong {
	font-size: 14px;
	line-height: 15px;
}
/*------------------------------------------20140508*/
#hch .info {
	border-top: 1px dotted #dddddd;
	display: table;
	width: 100%;
	padding-top: 10px;
}
#hch .info .detail {
	display: table-cell;
	vertical-align: middle;
}
#hch .info .detail ul,
#hch .info .detail li {
	margin: 0;
	padding: 0;
}
#hch .info .detail h4 span {
	display: inline;
	font-size: 12px;
}
#hch .info figure {
	width: 100px;
	vertical-align: middle;
	display: table-cell;
}
#hch .info figure img {
	width: 90px;
}
#hch .info .button {
	width: 200px;
	vertical-align: middle;
	display: table-cell;
}
#hch .info .button p a {
	display: block;
	width: 200px;
	height: 40px;
	background-position: top;
	background-repeat: no-repeat;
}

#hch .info .button p a:hover {
	background-position: bottom;
}
#hch .info .button p a span {
	display: none;
}
#hch .info .button p.shop a {
	background-image: url(../h/img/bt_hch2shop.png);
}
#hch .info .button p.cast a {
	background-image: url(../h/img/bt_hch2cast.png);
}
#hch .info .button p.yoshiwara a {
	background-image: url(../h/img/bt_hch2yoshiwara.png);
}
/*------------------------------------------20140610*/
#information nav {
	padding: 10px;
}
#information nav li {
	margin-bottom: 5px;
}
#information .box {
	margin-bottom: 20px;
}
#information .box .image {
	text-align: center;
	padding: 10px 0;
}
#information .box .image img {
	width: 100%;
	max-width: 680px;
}
#information .box table {
	width: 95%;
	margin: 0 auto;
}
#information .box table td {
	padding: 5px;
	text-align: left;
}
#information .box table .td_title {
	text-align: center;
}
#information .box_split {
	display: table;
}
#information .box_split_left,
#information .box_split_right {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#information .box_split h4 {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 10px 5px;
}
.side_pickup figure {
	position: relative;
	margin-bottom: 10px;
}
.side_pickup figure a {
	display: block;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #222222;
}
.side_pickup figure a img {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 3px solid #ffffff;
}
.side_pickup figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	display: table;
	width: 300px;
	height: 50px;
	background: url(http://asageifuzoku.com/img/background_side_pickup.png) no-repeat center center;
}
.side_pickup figcaption strong {
	display: table-cell;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
	padding-left: 105px;
	font-size: 12px;
	line-height: 12px;
}

/*------------------------------------------refine*/
.refine {
	text-align: left;
	margin-bottom: 0.5rem;
}
.refine p {
	display: inline-block;
	background: url(http://asageifuzoku.com/img/background_menu.jpg) repeat-x center top;
	padding: 0.2rem 0.5rem;
	color: #ffffff;
	font-weight: bold;
}
.refine ul {
	display: inline-block;
}
.refine ul li {
	display: inline-block;
	margin-bottom: 0.1rem;
	width: auto;
}
.refine ul li a {
	display: block;
	border: 1px solid #dddddd;
	border-radius: 10%;
	padding: 0.2rem 0.5rem;
}

/*------------------------------------------#main*/
#area_main {
	width: 710px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#area_main .box {
	width: 350px;
	height: 240px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 2px 5px;
	padding: 3px 1px 10px;
	float: left;
}
#area_main .box h3 {
	position: relative;
	background: none;
	border: none;
	border-bottom: 1px solid #ffffff;
	background: #222222;
	padding: 5px;
}
#area_main .box h3 span {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
}
#area_main .box h3 a {
	color: #ffffff;
}
#area_main .box figure img {
	width: 116px;
}
#area_main .box ul {
	display: table;
	width: 100%;
}
#area_main .box ul li {
	display: table-cell;
	text-align: left;
}
#area_main .box ul li.time {
	text-align: right;
}
#area_main .box ul li * {
	vertical-align: middle;
}
#area_main .box p * {
	vertical-align: middle;
}
#area_main .box p strong {
	font-size: 19px;
}
#area_main .box p.comment {
	line-height: 14px;
	height: 30px;
	margin-top: 3px;
	padding: 0 0.3rem;
}
#area_thumb .box {
	width: 114px;
	height: 175px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 5px 0 5px 3px;
	padding: 2px;
	text-align: center;
	float: left;
	background: #eeeeee;
	font-size: 9px;
}
#area_thumb .box figure img {
	width: 100%;
}
#area_thumb .box li {
	font-size: 9px;
}
