﻿/*
Theme Name:   kusuri
Template:     habakiri
*/

/* フォームテーブル */
table.tb-form {
	width: 100%;
	border-collapse: collapse; border: 1px solid #cbc7bd;
	margin-bottom: 1px;
}
table.tb-form th {
	width: 25%;
	border: 1px solid #cbc7bd;
	text-align: left;
	background: #f7f6f3;
	padding: 8px;
	vertical-align: middle;
	font-weight: normal;
	color: #000;
	font-size: 92%;
	overflow: hidden;
}
table.tb-form td {
	width: 75%;
	border: 1px solid #cbc7bd;
	text-align: left;
	padding: 8px;
	vertical-align: middle;
	font-size: 92%;
	overflow: hidden;
} /* formのパーツにmarginがあるので */

.font-s	{ 
	font-size: 12px;
	margin-bottom: 0px;
}

.form-txt {
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
	border: 1px solid #eee;
}

.form-red {
	color: #e24a42;
}

hr.form-line {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #a1a1a1;
}

hr.form-line2 {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #cecece;
}

.notice {border-top:3px solid #ccc;}

.form-about-ttl {
	color: #1063C3;
	margin: 20px 0px 20px 0px;
}

.form-term {
	color: #e24a42;
	font-size: 12px;
	margin: 0px 0px 0px 30px;
}

.form-btn-position {
	width: 30%;
	text-align : center;
	margin: 20px auto 30px;
	padding:10px 10px 20px;
}

.confirm-order {
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.confirm-no {
	font-weight: bold;
	font-size: 20px;
	margin: 0px 10px 0px 0px;
}

/***ここから************* 旧システムのmodule.css ****************/
	/* ----------------------------------
	moduleの定義
	------------------------------------- */

	/* LINK
	##################################### */
	.link-arrow	{
		background: url(../../img/icon_arrow.gif) no-repeat 0 5px;
		padding-left: 10px;
	 }

	/* FONT
	##################################### */
	.font-s	{ font-size: 85% !important; }		/* 11px */
	.font-m	{ font-size: 93% !important; }		/* 12px */
	.font-l	{ font-size: 116% !important; font-weight: bold !important; }	/* 15px */
	.font-ll	{ font-size: 161.6% !important; font-weight: bold !important; }	/* 21px */
	
	
	/* COLOR
	##################################### */
	.color1	{ color: #ff0000 !important; }
	
	
	/* DECORATION CHARACTER
	##################################### */	
	.highlight		{ font-color: #ff0000; font-weight: bold; }
	.msg-error 	{ color: #ff0000; font-family: inherit; }
	
	
	/* WIDTH
	##################################### */
	.w-max	{ width: 100% !important; }
	.w1		{ width: 690px !important; }
	
	
	/* BGCOLOR
	##################################### */
	.bg-color1	{ background-color: #f1f1f1 !important; }
	

	/* BORDER
	##################################### */
	.bdr0			{ border-bottom: 0; }
	.bdr1s-1	{ border-bottom: 1px solid #c3c3c3; padding-bottom: 20px; margin-bottom: 20px; }
	.bdr1d-1	{ border-bottom: 1px dotted #c3c3c3; padding-bottom: 20px; margin-bottom: 20px; }
	

	/* POSITION
	##################################### */
	.base-point	{ position: relative !important; }
	.right				{ float: right !important; }
	.left				{ float: left !important; }
	.center			{ margin-left: auto !important; margin-right: auto !important; }
	.inline-center	{ text-align: center !important; }
	.inline-right	{ text-align: right !important; }
	.inline-left		{ text-align: left !important; }
	.valine-t		{ vertical-align: top !important; }
	.valine-m		{ vertical-align: middle !important; }
	.valine-b		{ vertical-align: bottom !important; }


	/* MARGIN
	##################################### */
	.mrg0 	{ margin-bottom: 0 !important; } 
	.mrg1 	{ margin-bottom: 5px !important; } 
	.mrg2 	{ margin-bottom: 10px !important; }
	.mrg3 	{ margin-bottom: 15px !important; }
	.mrg4 	{ margin-bottom: 20px !important; }
	.mrg5 	{ margin-bottom: 25px !important; }
	.mrg6 	{ margin-bottom: 30px !important; }
	.mrg7 	{ margin-bottom: 35px !important; }
	.mrg8 	{ margin-bottom: 40px !important; }
	.mrg9 	{ margin-bottom: 45px !important; }
	.mrg10	{ margin-bottom: 50px !important; }
	.mrg11	{ margin-bottom: 55px !important; }
	.mrg12	{ margin-bottom: 60px !important; }
	.mrg13	{ margin-bottom: 65px !important; }
	.mrg14	{ margin-bottom: 70px !important; }
	.mrg15	{ margin-bottom: 75px !important; }

	.mrgr15	{ margin-right: 15px !important; }
	
	/* IMAGE
	##################################### */
	img.block				{ display: block; }
	img.thumb			{ display: block; margin-bottom: 5px; }
	img.thumb-frame	{ display: block; margin-bottom: 5px; border: 1px solid #c3c3c3; }
	

	/* BOX
	##################################### */
	.box 		{display: block; width: 100%; margin-bottom: 20px; overflow: hidden; }
	div#col-main-inner730 .box 		{display: block; width: 680px; margin-left: 25px; overflow: hidden; }
	.pg-hidden { display: none; }
	
	
	/* COLUMN LIST
	##################################### */
	ul.col-list {
		width: 100%;
		overflow: hidden;
		/* margin-bottomは別モジュールにて設定 */
	}
		ul.col-list li {
			float: left;
			display: block;
			overflow: hidden;
			/* wide, marginはpage.cssにて設定 */
		}
	.end { margin-right: 0 !important; }
	

	/* FORM
	##################################### */
	textarea, input, 	select	{ margin: 1px; padding: 2px; }
	textarea, select, input[type="text"], input[type="password"], input[type="file"], input[type="button"], input[type="submit"], input[type="reset"] {
		border: 1px solid #a3a5a4;
		background-color: #ffffff;
		font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	}
	
	/* FONT */
	.form-remark { margin-left: 0.5em; font-size: 77%; }
		
	/* WIDTH, HEIGHT */
	.form-s		{ width: 60px; }
	.form-sm	{ width: 130px; }
	.form-m	{ width: 180px; }
	.form-ml	{ width: 280px; }
	.form-l		{ width: 350px; }


	/* TABLE
	##################################### */

	/* フォームテーブル */	
	table.tb-form 		{ width: 100%; border-collapse: collapse; border: 1px solid #cbc7bd; margin-bottom: 1px; }
	table.tb-form th		{ width: 25%; border: 1px solid #cbc7bd; text-align: left; background: #f7f6f3; padding: 8px; vertical-align: middle; font-weight: normal; color: #000; font-size: 92%; overflow: hidden; }
	table.tb-form td		{ width: 75%; border: 1px solid #cbc7bd; text-align: left; padding: 8px; vertical-align: middle; font-size: 92%; overflow: hidden; } 
	/* formのパーツにmarginがあるので */
	
	/* ICON
	##################################### */	
	.icon {
		display: -moz-inline-box; /* for firefox2 */
		display: inline-block;
		/display: inline; /* for IE6,7 */
		/zoom: 1; /* for IE6,7 */ 
		font-size: 0;
		line-height: 0;
		text-align: left;
		text-indent: -9999px;
		/text-indent: 0; /* for IE6,7(中央寄せの画像消え回避) */ 
		text-decoration: none;
		overflow: hidden;
		vertical-align: middle;
		margin: 1px;
	} 
	


	/* 矢印
	##################################### */	

	/* 右矢印 */
	a.arrow-right {
		font-size: 93% !important;
		font-weight: normal !important;
		padding-left: 15px;
		text-align: left;
		background: url(../../img/arrow_right.gif) no-repeat 0 2px;
		/background: url(../../img/arrow_right.gif) no-repeat 0 0; /* for IE6,IE7 */
	}
/***ここまで************* 旧システムのmodule.css ****************/

@media print {
/***ここから************* 旧システムのprint.css ****************/
		/* BASE STRUCTURE
	##################################### */	
	
	body { background-color: #ffffff; }

	div#col-left { display: none; }
	div#col-main { width: 100%; float: left; }
	div#footer { display: none; }
	h1#logo-site {}
	h2#logo-company { display: block; text-align: right; }
	h3#ttl-pg { width: 100%; border-top: 1px double #333333; border-bottom: 1px double #333333; padding: 10px 0; margin: 20px 0 30px; }
	h4 { width: 100%; margin: 20px 0; font-weight: bold; border-bottom: 2px solid #333333; padding-bottom: 5px; font-size: 108%; }
	h5 { width: 100%; margin-bottom: 10px; font-weight: bold; }
	a.btn-print { display: none; }
	a.btn-pgtop { display: none; }
	.box-pgtop { display: none; }
	img#caution { width: 77%;}	
	.right				{ float: right !important; }
	.left				{ float: left !important; }	
	.print-hidden { display: none; }

	.mrg0 	{ margin-bottom: 0 !important; } 
	.mrg1 	{ margin-bottom: 5px !important; } 
	.mrg2 	{ margin-bottom: 10px !important; }
		
	.font-s	{ font-size: 85% !important; }		/* 11px */
	.font-m	{ font-size: 93% !important; }		/* 12px */
	.font-l	{ font-size: 116% !important; font-weight: bold !important; }	/* 15px */
	.box 		{display: block; width: 100%; margin-bottom: 20px; overflow: hidden; }	

	/* TOP PAGE
	##################################### */		
	
	h3#ttl-pg-top { width: 100%; border-top: 1px double #333333; border-bottom: 1px double #333333; padding: 10px 0; margin: 20px 0; }
	li.col3-01-01 { display: none; }
	div#top-mainvisual { display: none; }
	.btn200 { display: none; }
	.btn201 { display: none; }
	.btn202 { display: none; }
	.btn203 { display: none; }
	

	/* FAQ
	##################################### */		
	
	body#pg-faq dl.box-faq { margin-bottom: 20px; }
	body#pg-faq dt.question-faq { font-weight: bold; margin-bottom: 5px; }
	

	/* ご利用条件
	##################################### */		
	
	body#pg-terms dl.box-terms { margin-bottom: 20px; }
	body#pg-terms dl.box-terms dt { font-weight: bold; margin-bottom: 5px; }	


	/* 個人情報の取り扱いについて
	##################################### */		
	
	body#pg-privacypolicy dl.box-privacypolicy { margin-bottom: 20px; }
	body#pg-privacypolicy dl.box-privacypolicy dt { font-weight: bold; margin-bottom: 5px; }		

	/* 推奨環境
	##################################### */		
	
	body#pg-systemrequirements dl.box-systemrequirements { margin-bottom: 20px; }
	body#pg-systemrequirements dl.box-systemrequirements dt { font-weight: bold; margin-bottom: 5px; }	

	/* サイトマップ
	##################################### */	
	
	body#pg-sitemap ul.sitemap-list li {
		display: block;
		margin-bottom: 10px;
	}
	

	/* くすりミュージアムとは
	##################################### */	

	body#pg-intro li.col2-01-01 {
		display: none;
	}
	
	body#pg-intro li.col2-01-02 {
		width: 100%;
	}
	
	body#pg-intro p#intro-maintxt  {
		font-weight: bold;
		margin: 20px 0;
	}

	/* メダルの使い方
	##################################### */		
	body#pg-medal { font-size: 11px;}


	body#pg-medal dl.medal-content dt { font-weight: bold; }
	body#pg-medal dl.medal-content  { margin-bottom: 10px; }
	body#pg-medal dl.medal-content dt { margin-bottom: 5px; }
	body#pg-medal dl.medal-content dd { margin-bottom: 5px; }
	body#pg-medal .medal-notice dt { margin-bottom: 5px; }
	
	body#pg-medal img#img-step2 { width: 240px;}
	body#pg-medal img#img-step3-1 { width: 120px;}
	body#pg-medal img#img-step3-2 { width: 120px;}
	
	body#pg-medal .box-medal { margin-bottom: 10px; }
	body#pg-medal #step4 .medal-content { height: auto !important; }
	

	
	/* フロアマップ
	##################################### */	
	
	body#pg-floor img#print-p1 { width: 92%;}
	body#pg-floor img#print-p2 { width: 85%;}

/*
	body#pg-floor #caution {
		display: none;
	}
*/	
	
	
	/* 団体予約 (form)
	##################################### */	
	
	
	body#pg-reservation-form table.tb-form 		{ width: 100%; border-collapse: collapse; border: 1px solid #cbc7bd; margin-bottom: 1px; }
	body#pg-reservation-form table.tb-form th		{ width: 25%; border: 1px solid #cbc7bd; text-align: left; background: #f7f6f3; padding: 8px; vertical-align: middle; font-weight: normal; color: #000; font-size: 92%; overflow: hidden; }
	body#pg-reservation-form table.tb-form td		{ width: 75%; border: 1px solid #cbc7bd; text-align: left; padding: 8px; vertical-align: middle; font-size: 92%; overflow: hidden; } 	

	body#pg-reservation-form .font-s	{ font-size: 85%; }
	body#pg-reservation-form .right		{ float: right; }
	body#pg-reservation-form .mrg1 	{ margin-bottom: 5px; }
	body#pg-reservation-form .box 		{ margin-bottom: 10px; }
	body#pg-reservation-form #box-tb-bottom { display: none; } 
		
	body#pg-reservation-form .form-s		{ width: 60px; }
	body#pg-reservation-form .form-sm	{ width: 100px; }
	body#pg-reservation-form .form-m	{ width: 180px; }
	body#pg-reservation-form .form-ml	{ width: 280px; }
	body#pg-reservation-form .form-l		{ width: 350px; }
	
	body#pg-reservation-form table.tb-form { margin: 10px 0; }

	/* 団体予約 (スケジュール)
	##################################### */	

	body#pg-reservation-schedule table.tb-schedule,
	body#pg-guide-schedule table.tb-schedule { width: 100%; border-collapse: collapse; border: 1px solid #9d9d9d; margin-bottom: 10px; }
	
	body#pg-reservation-schedule table.tb-schedule th,
	body#pg-guide-schedule table.tb-schedule th { width: 14%; border: 1px solid #9d9d9d; text-align: center; background: #dfe2e3; padding: 6px 2px; vertical-align: middle; font-weight: normal; color: #000; font-size: 92%; overflow: hidden; }
	
	body#pg-reservation-schedule table.tb-schedule td,
	body#pg-guide-schedule table.tb-schedule td	{ width: 14%; border: 1px solid #9d9d9d; text-align: center; padding: 2px; vertical-align: top; overflow: hidden; }	
	
	body#pg-reservation-schedule #box-tb-schedule-bottom,
	body#pg-guide-schedule #box-tb-schedule-bottom { display: none; }
	
	body#pg-reservation-schedule #col-schedule-left,
	body#pg-guide-schedule #col-schedule-left  { margin-bottom: 10px; }
	
	body#pg-reservation-schedule #col-schedule-left p,
	body#pg-guide-schedule #col-schedule-left p { margin-bottom: 5px; }
	
	/*.reservation-contents .notice{border-top:3px solid #ccc;}*/


	/* グッズ紹介
	##################################### */	

	#pg-goods ul.col-list { width: 600px; overflow: hidden; }
	#pg-goods ul.col-list li { float: left; display: block; overflow: hidden; }
	
	#pg-goods img#goods-info1 { width: 300px; float: left; }
	#pg-goods img#goods-info2 { width: 300px; float: left; }
	#pg-goods img#goods-info3 { width: 300px; float: left; }
	#pg-goods img#goods-info4 { width: 300px; float: left; }

	/*
	#pg-goods ul.col-list li#goods-left img { width: 300px; float: left; }
	#pg-goods ul.col-list li#goods-right img { width: 300px; float: left; }
	*/	
	
	/*121127追加*/
	.goodsbox{
		width:205px;
		min-height:346px;
		float:left;
		display:inline;
		overflow: hidden;
		background:#00aff0;
	}
	.goodsbox .inner{
		margin:1px;		
		min-height:344px;
		padding:14px;
		background:#fff;
	}
	.goodsbox p{
		margin:0;
		padding:0;
	}
	.goodsbox .btn{
	margin-top:5px;
	}
	.goodsbox .btn a{
	display:block;
	float:left;
	display:inline;
	width:34px;
	height:34px;
	margin-right:5px;
	background:#00aff0;
	}	
	.goodsbox .btn a:visited{	
	background:#00aff0;
	}
	.goodsbox .btn a:hover{
	background:none;
	}
	.goodsbox .btn img{
	padding:2px;
	}
	.goodsbox img.read{
	clear:both;
	margin-top:15px;
	}


	/* お知らせ | 一覧
	##################################### */	

	#pg-news ul#news-list {
		display: block;
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
		font-size: 93%;
	}
		#pg-news ul#news-list li {
			display: block;
			width: 100%;
			margin-bottom: 8px;
			overflow: hidden;
		}
			#pg-news ul#news-list li span.news-date {
				display: block;
				width: 110px;
				float: left;
				overflow: hidden;
			}
			#pg-news ul#news-list li span.news-list-ttl {
				display: block;
				width: 550px;
				float: right;
				overflow: hidden;
			}
			/* お知らせ一覧ナビ */
			#pg-news ul#news-listnav { display: none;}	


	/* お知らせ | 詳細
	##################################### */	

	#pg-news dl#news-detail {
		display: block;
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}
		#pg-news dl#news-detail dt {
			display: block;
			width: 100%;
			overflow: hidden;
			font-size: 108%;
			font-weight: bold;
			margin-bottom: 5px;
		}
		#pg-news dl#news-detail dd#news-detail-date {
			text-align: right;
			font-size: 85%;
			margin-bottom: 20px;
		}
		#pg-news dl#news-detail dd#news-detail-article {
			line-height: 1.5;
		}	


	/* 20120627
	##################################### */	
	
	#pg-guide-schedule div.kusuri-onegai,
	#pg-reservation-schedule div.kusuri-onegai,
	#pg-reservation-form div.kusuri-onegai {
		float: right;
		overflow: hidden;
		width: 50%;
	}
	#pg-guide-schedule div.about-group,
	#pg-reservation-schedule div.about-group,
	#pg-reservation-form div.about-group {
		float: left;
		overflow: hidden;
		width: 50%;
	}

	table.tb-schedule { table-layout: fixed; border: 1px solid #9D9D9D; border-collapse: collapse; margin-bottom: 10px; width: 100%; }
	table.tb-schedule-varticalLayout th { width: 5% !important; }
	table.tb-schedule-varticalLayout td	{ width: 45%!important; text-align: left!important; }

ul.col-list {
    overflow: hidden;
    width: 100%;
}
	li#guide-col-left 	{ width: 49％ !important; float:left !important; }
	li#guide-col-right	{ width: 49％ !important; float:right !important; }

#header-submenu {
	display:none;
}
/***ここまで************* 旧システムのprint.css ****************/

/*今回追加分*/

	body {background-image: none;}
	body {/zoom: 0.8;}	/* IE6,7 */
	.reservation-head {height:auto;}
	.head-title {padding-top: 0;}
	.breadcrumbs {display:none;}
	div#responsive-btn {display:none;}
	div#responsive-btn::before{content:none;}
	/*フッター非表示*/
	footer#footer {display:none;}
	/*上に戻るボタン非表示*/
	.scroll-back-to-top-wrapper{display:none;}
	.scroll-back-to-top-wrapper.show{visibility: hidden;}
	.fa-caret-up{display:none;}
	
	/*団体予約ヘッダ非表示*/
	.reservation-head {display:none;}
	.reservation-contents {padding: 0px;}
}

@media (max-width: 480px) {
	table.tb-form th,
	table.tb-form td{
		display:block;
		width:100%;
	}
	
	.form-l{width: 100%;}
	.form-m{width: 80%;}
	.form-ml{width: 80%;}
	
	.form-btn-position {width: 90%;}
	
}

@media print{
	.responsive-nav-wrapper #responsive-btn:before{content:'';}
	div#responsive-btn{border:none;}
	div#responsive-btn{display:none;}
}