@charset "utf-8";
/* CSS Document */


* {
}

body {
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: normal;
	line-height: 150%;
	letter-spacing: 0;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	}

img{
	border:0px;
	}


h1{
	top: 0;
	background-color: rgb(0,139,206);
	height: 35px;
	font-size: 12px;
	font-weight: normal;
	line-height:300%;
	color: #FFFFFF;
	padding: 0 0 0 45px;
	}

h2{
	margin:0 0 20px 0 !important;
	}

h3{
	margin:40px 0 10px 0 !important;
	width:695px;
	line-height:150%;
	}

h4{
	margin:20px 0 3px 0 !important;
	width:695px;
	line-height:150%;
	}

a:link {
	color:rgb(0,113,188);
	text-decoration: none;
	}

a:visited { 
	color:rgb(0,113,188);
	text-decoration: none;
	}

a:hover { 
	color:rgb(0,113,188);
	text-decoration: underline;
	}


#container{
	margin:0 auto;
	width:960px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: normal;
	line-height:150%;
	position:relative;
	background-color: #FFFFFF;
	background: rgba(255,255,255, 0.5);
	}

/*ヘッダー*/
#header{
	margin:auto;
	margin-bottom:20px;
	width:960px;
	text-align: center;
	}
	
/*ヘッダーここまで*/

/*ロゴ*/
#logo{
	margin:0;
	background-color:transparent;
	float: left;
	}
	
/*ロゴここまで*/

/*連絡先*/
#tel{
	margin:0;
	background-color:transparent;
	float: right;
	}
	
/*連絡先ここまで*/

/*ナビ*/
#navi {
	clear:both;
	text-align: center;
	margin:auto;
	width:960px;
	height:60px;
	}

#navi ul {
	width:960px;
	height:60px;
    display:inline-block;
	}

#navi ul li{
	float:left;
	height:60px; 
	text-align: center;
	list-style-type:none;
	}
/*ナビここまで*/

/*コンテンツ*/
#contents{
	margin:20px auto;
	width:960px;
	}
	
/*コンテンツここまで*/

/*メインイメージ*/
#mainimage{
	margin:5px 0 10px 0;
	clear:both;
	}

#jquery-cycle{
	width:960px;
	margin:5px 0 20px 0;
	float:left;
	}	
	
/*メインイメージここまで*/

/*レフト*/
#left{
	float:left;
	margin:10px 0 50px 0 !important;
	width:695px;
	font-size:16px;
	line-height: 150%;
	text-align: left;
	color:#666;
	}

/*レフトここまで*/

/*ニュースエリア*/
#newsarea{
	margin:15px auto;
	width:960px;
	clear:both;
	}

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

ul#newsList li{
	color:#666;
	font-size:12px;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:150%;
	list-style-type:none;
	text-align: left;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:150%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:850px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:visible;
}

/*ニュースエリアここまで*/


/*インフォメーションエリア*/
#information {
	width:240px;
	float:right;
	text-align:right;
	margin:10px 0 25px 0;
	}

/*インフォメーションエリアここまで*/

/*インフォエリア*/
#infoarea{
	margin:15px auto;
	width:960px;
	clear:both;
	}
/*インフォエリアここまで*/

/*バナーエリア*/
#bnrarea{
	margin:40px auto;
	width:960px;
	clear:both;
	padding:0;
	}
/*バナーエリアここまで*/

/*本文*/
.text{
	font-size: normal !important;
	}
/*本文ここまで*/


/*トップへ戻るボタン*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 3;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/*トップへ戻るボタンここまで*/


/* フッター*/
#footer {
	clear: both;
	color: white;
	background-color: black;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding: 25px 0;
	position: relative;
	font-size: 80%;
	text-align: center;
	}
#footer a:link{
	color:#ff0;
	text-decoration:underline;
	}
#footer a:visited{
	color:#fff;
	text-decoration:underline;
	}
#footer a:hover{
	color:#999;
	text-decoration:none;
	}
#footer a:active{
	color:#fff;
	text-decoration:underline;
	}

/*さかい＆わたぬき調剤薬局*/

#shop{
	margin:10px 0 30px 0;
	}

.shop_message{
	float:right;
	width:400px;
	height:85px;
	margin:5px 10px 10px 0;
	}

.shop_photo{
	float:left;
	margin:5px 0 40px 0;
	bottom:0;
	}

.shop_photo1{
	float:right;
	margin:10px 0 0 35px;
	bottom:0;
	}

.shop_photo2{
	float:left;
	margin:35px 20px 40px 0px;
	bottom:0;
	}

.shop_photo3{
	float:left;
	margin:35px 0 40px 0px;
	bottom:0;
	}

.timetable{
	clear:both;
	margin:35px 0 40px 0px;
	bottom:0;
	}

.shop_text{
	text-align:left;
	line-height:200%;
	margin:10px 0 10px 20px;
	}

.shop_map{
	text-align:left;
	margin:10px 0 40px 0;
	}


table.shop {
	line-height:150%;
	width:600px;
	height:220px;	
	border-collapse: separate;
	margin:0 0 0 10px;
	float:left;
	}

tr.shop {
	border-bottom:#cccccc 1px dotted;
	text-align:center;
	}

th.shop {
	text-align:left;
	font:bold;
	}

td.shop_al1 {
	vertical-align: middle;
	text-align:left;
	line-height:150%;
	width:100px;
	border-bottom:#cccccc 1px dotted;
	border-collapse: separate;
	padding: 10px;
	}

td.shop_al2 {
	vertical-align: middle;
	text-align:left;
	line-height:150%;
	border-bottom:#cccccc 1px dotted;
	border-collapse: separate;
	padding: 10px;
	}

/*さかい＆わたぬき調剤薬局ここまで*/


.loadguide{
	float:left;
	margin:10px 20px 15px 0 !important;
	padding:0;
	width:220px;
	font-size:16px;
	line-height: 130%;
	text-align: left;
	color:#666;
	}

.loadguide2{
	float:right;
	margin:10px 0 15px 0 !important;
	padding:0;
	width:220px;
	font-size:16px;
	line-height: 130%;
	text-align: left;
	color:#666;
	}

/*アクセスここまで*/


/*会社概要*/

#company{
	margin:10px 0 30px 0;
	}

table.company {
	line-height:150%;
	width:940px;
	height:220px;	
	border-collapse: separate;
	margin:-12px 0 40px 10px;
	float:left;
	}

tr.company {
	border-bottom:#cccccc 1px dotted;
	text-align:center;
	}

th.company {
	text-align:left;
	font:bold;
	}

td.company_al1 {
	vertical-align: middle;
	text-align:left;
	line-height:150%;
	width:150px;
	border-bottom:#cccccc 1px dotted;
	border-collapse: separate;
	padding: 10px;
	}

td.company_al2 {
	vertical-align: middle;
	text-align:left;
	line-height:150%;
	border-bottom:#cccccc 1px dotted;
	border-collapse: separate;
	padding: 10px;
	}

.company_text{
	text-align:left;
	line-height:200%;
	margin:10px 0 10px 20px;
	}

.company_text_l{
	text-align:left;
	line-height:200%;
	margin:10px 0 5px 20px;
	font-size:130%;
	}


.company_map{
	text-align:left;
	margin:10px 0 40px 0;
	}


/*会社概要ここまで*/

/*採用情報*/

#recruit{
	margin:-15px 0 30px 0;
	}

table.recruit {
	line-height:150%;
	width:940px;
	height:220px;	
	border-collapse: separate;
	margin:0 0 5px 10px;
	float:left;
	}

tr.recruit {
	border-bottom:#cccccc 1px dotted;
	text-align:center;
	}

th.recruit {
	text-align:left;
	font:bold;
	}

td.recruit_al1 {
	vertical-align: middle;
	text-align:left;
	line-height:150%;
	width:150px;
	border-bottom:#cccccc 1px dotted;
	border-collapse: separate;
	padding: 10px;
	}

td.recruit_al2 {
	vertical-align: middle;
	text-align:left;
	line-height:150%;
	border-bottom:#cccccc 1px dotted;
	border-collapse: separate;
	padding: 10px;
	}

.recruit_text{
	text-align:left;
	line-height:200%;
	margin:10px 0 10px 20px;
	}

.recruit_text_l{
	text-align:left;
	line-height:200%;
	margin:10px 0 5px 20px;
	font-size:130%;
	}

.recruit_bnr{
	clear:both;
	margin:0 0 80px 0;
	bottom:0;
	}


/*採用情報ここまで*/



/*サイトマップ*/

#sitemap_list {
	float:left;
	width:940px;
	margin:5px 0px 70px 10px;
	font-size:normal;
	font-weight:normal;
	color:#666666;
	line-height:300%;
	}
	
#sitemap_list ul{
	list-style:none;
	padding:0;
	margin:0;
	}

#sitemap_list ul li{
	border-bottom-color:#848484;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	text-align:left;
	}

#sitemap_list a:link {
	color: #0174DF;
	text-decoration: none;	
	}
#sitemap_list a:visited {
	color: #0174DF;
	text-decoration: none;	
	}
#sitemap_list a:hover {
	color: #0174DF;
	text-decoration: underline;
	}

/*サイトマップここまで*/

.photo_right {
	float: right;
	width: 150px;
	margin: -35px 0 15px 15px;
	text-align: right;
	}

.photo_right2 {
	float: right;
	width: 150px;
	margin: 10px 0 15px 15px;
	text-align: right;
	}

.green{
	color:rgb(141,193,98);
	line-height:180%;
}



.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */


h2{
	font-size:16px;
	color:#369;
	margin:10px 0px 10px 0;
	font-weight:normal;
	border:1px solid #3D79B6;
	border-bottom:3px solid #3D79B6;
	padding:5px 10px;
	text-shadow:1px 1px 0px #fff;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}

.small02 {
    font-size: 80% !important;
}
.taR {
    text-align: right !important;
}
.to_list {
    margin: 10px;
    text-align: right;
}

.to_list a {
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    color: #666666;
    font-size: 13px;
    padding: 2px 10px;
    text-decoration: none;
}