/* CSS Document */

/*=========================================================================
 ��Reset Setting
 --------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
*/
/*
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
*/

blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}

#job_content p {
	margin-top: 0.5em;
	padding: 0 0.5em 0.5em 1em;
	line-height: 150%;
	font-size: 1.2em;
}

/*=========================================================================
 ��Default Setting
 --------------------------------------------------------------------------- */

body {
	color: #323232;
	font:100%/1.4 "�ᥤ�ꥪ", Meiryo, Osaka, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", "�ͣ� �Х����å�", "MS PGothic", sans-serif;
}

::selection {
	color: #FFF;
	background-color: #88bded;
}

::-moz-selection {
	color: #FFF;
	background: #88bded;
}
/*
#job_content a {
	color: #09C;
	text-decoration: none;
}

#job_content a:hover {
	color: #005fb5;
	text-decoration: none;
}
*/
#job_content {
/*    width: 780px;*/
    width: 880px;
	margin: 0 auto;
    background: #FFF;
    margin-top: 30px;
    padding: 15px;
}

@media screen and (max-width: 736px) {

	#job_content {
		width: 88%;
		margin: 0 auto;
		background: #FFF;
		margin-top: 30px;
	padding: 15px;
	}
}


#job_content .wrapper {
	width: 96%;
/*    width: 780px;*/
	margin: 0 auto;
}

#job_content .wrapper_map {
	width: 600px;
	margin: 0 auto;
}
/* #102 Start Luvina Modify */
#job_content .wrapper_service {
	overflow: hidden;
	width: 600px;
	margin: 0 auto;
}
/* #102 End Luvina Modify */

/* --------------------------------
 header
 -------------------------------- */
/*
#header {
	height: 118px;
}

#header .header_wrapper {
	background: #005fb5;
	height: 30px;
}
*/

.description {
	background: #005fb5;
	height: 30px;
}
/*

#header h1.index_h1 {
	line-height: 30px;
	font-weight: normal;
	width: 850px;
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
}

#header #description {
	line-height: 30px;
	font-weight: normal;
	width: 850px;
	margin: 0 auto;
	font-size: 12px;
	color: #FFF;
}
#logo {
	float: left;
	padding-top: 10px;
}
*/
/* --------------------------------
 navi
 -------------------------------- */
#navi ul {
	float: right;
	padding-top: 51px;
}

#navi ul li {
	display: block;
	width: 210px;
	height: 37px;
	font-size: 14px;
	line-height: 37px;
	text-align: center;
	margin-left: 5px;
	list-style: none;
	float: left;
}

#navi ul li a {
	display: block;
	width: 210px;
	height: 37px;
	text-decoration: none;
	background: url(../../img/pc/tab_bg.jpg) no-repeat;
	color: #005fb5;
}

#navi ul li a:hover {
	background: url(../../img/pc/tab_bg.jpg) 0 -37px;
}

/* --------------------------------
 contents
 -------------------------------- */
#contents {
	border-top: #005fb5 solid 1px;
}

/*   serch��*/
#contents .serch {
	width: 850px;
	height: 320px;
	margin: 0 auto;
	background: url(../../img/pc/contents_bg.jpg) no-repeat center top;
/*
	background: url(../../img/pc/contents_bg_xmas.png) no-repeat center 0px;
*/
}

#contents .twinkle {
	background-position:center -320px;
}

#contents .address_search {
/*
	width: 640px;
*/
	width: 100%;
	float: left;
	padding-top: 20px;
}

#contents .address_search > p {
	margin-left: 51px;
}

#contents .address_search dl.search {
	margin-top: 20px;
	margin-left: 51px;
	position: relative;
	background-color: #fff;
	border: 2px solid #999;
	border-radius: 5px;
	width: 368px;
}

#contents .address_search dl.search dt {
	height: 47px;
	width: 234px;
}

#contents .address_search dl.search dt input {
	padding: 9px;
	font-size: 18px;
	width: 234px;
	border: none;
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", "�ͣ� �Х����å�", "MS PGothic", sans-serif;
}

#contents .address_search dl.search dd {
	display: block;
	width: 119px;
}

#contents .address_search dl.search dd button {
	font-size: 18px;
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	background: #969696;
	width: 100%;
	height: 47px;
	line-height: 47px;
	border: none;
}

#contents .address_search dl.search dd button:hover {
	cursor: pointer;
	background: #4e91e4;
}

#contents .address_search dl.search dd button span {
	color: #FFF;
}

#contents .map_search {
	box-shadow: rgba(173, 173, 173, 0.329412) 0px -3px 6px 3px;
	-webkit-box-shadow: rgba(173, 173, 173, 0.329412) 0px -3px 6px 3px;
	-moz-box-shadow: rgba(173, 173, 173, 0.329412) 0px -3px 6px 3px;
	padding: 20px 0 40px 0;
	background: #dff2fc;
}

#contents .map_search_cont {
	height: 580px;
	position: relative;
	border: solid #005fb5 5px;
	background: #FFF;
}

#contents .map_search_cont .title {
	width: 100%;
	background: #005fb5;
	height: 45px;
}

#contents .map_search_cont .title p {
	font-size: 20px;
	font-weight: bold;
	margin-left: 25px;
	line-height: 40px;
	color: #fff;
	background: url(../../img/pc/loupe.jpg) no-repeat left;
	text-indent: 2.5em;
}

#contents .map_search_cont .title p span {
	font-size: 16px;
}

/*   column��*/
#contents .column {
	float: right;
	width: 210px;
	height: 308px;
}

#contents .column ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 210px;
	list-style: none;
}

#contents .column ul li {
	margin: 5px 0 0 0;
	width: 210px;
	height: 96px;
	padding: 0 0 0 0;
}

#contents .column a {
	text-decoration: none;
	display: block;
	width: 210px;
	height: 96px;
	float: right;
	/*
	 background-image: url(../../img/pc/guide_order.png);
	 */
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#column_guide_order {
	background-image: url(../../img/pc/guide_order.png);
}

#column_pro_merit {
	background-image: url(../../img/pc/pro_merit.png);
}

#know_peace_of_mind {
	background-image: url(../../img/pc/know_peace_of_mind__that_of_the_home_visit_pharmacy.png);
}

#banner_voice {
	background-image: url(../../img/pc/banner_voice.png);
}

#contents .column a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*   address list��*/
.map_search_cont .address {
	z-index: 1;
	position: absolute;
	width: 550px;
	float: left;
	padding: 40px 0 0 30px;
}

#contents .address table.address_list {
	width: 100%;
}

#contents .address table.address_list th {
	font-size: 12px;
	width: 6em;
	vertical-align: middle;
	background: #bdedff;
	padding: 5px 10px 5px 10px;
	border-bottom: solid #fff 5px;
	border-right: 10px solid #fff;
}

#contents .address table.address_list td {
	padding: 5px 0 5px 5px;
	line-height: 20px;
	font-size: 12px;
	border-bottom: #CCC solid 1px;
}

#contents .address table.address_list td.last {
	border-bottom: none;
}

#contents .address table.address_list td ul li {
	display: inline;
	list-style: none;
	float: left;
	width: 45px;
}

/*   address list��*/
.map_search_cont .jp_map {
	z-index: 0;
	position: absolute;
	width: 755px;
	height: 475px;
	float: right;
	top: 60px;
	left: 50px;
	padding-right: 30px;
	margin-top: 20px;
	background: url(../../img/pc/japan_map.jpg) no-repeat;
}

#contents .jp_map ul li {
	list-style: none;
}

#contents .jp_map ul li a {
	color: #000;
	text-align: center;
	font-size: 12px;
	display: block;
	position: absolute;
}

#contents .jp_map ul li a:hover {
	color: #09F;
}

#contents .jp_map ul li.hokkaido a {
	line-height: 120px;
	width: 164px;
	height: 120px;
	top: 0;
	left: 592px;
}

#contents .jp_map ul li.aomori a {
	line-height: 67px;
	width: 94px;
	height: 47px;
	top: 125px;
	left: 589px;
}

#contents .jp_map ul li.akita a {
	line-height: 40px;
	width: 45px;
	height: 40px;
	top: 174px;
	left: 589px;
}

#contents .jp_map ul li.iwate a {
	line-height: 40px;
	width: 48px;
	height: 40px;
	top: 174px;
	left: 636px;
}

#contents .jp_map ul li.yamagata a {
	line-height: 38px;
	width: 45px;
	height: 38px;
	top: 216px;
	left: 589px;
}

#contents .jp_map ul li.miyagi a {
	line-height: 38px;
	width: 38px;
	height: 38px;
	top: 216px;
	left: 636px;
}

#contents .jp_map ul li.fukushima a {
	line-height: 30px;
	width: 75px;
	height: 30px;
	top: 256px;
	left: 599px;
}

#contents .jp_map ul li.ishikawa a {
	padding-top: 30px;
	width: 40px;
	height: 52px;
	top: 264px;
	left: 457px;
}

#contents .jp_map ul li.nigata a {
	line-height: 30px;
	width: 57px;
	height: 30px;
	top: 256px;
	left: 540px;
}

#contents .jp_map ul li.toyama a {
	line-height: 37px;
	width: 38px;
	height: 37px;
	top: 278px;
	left: 500px;
}

#contents .jp_map ul li.fukui a {
	line-height: 26px;
	width: 63px;
	height: 26px;
	top: 318px;
	left: 433px;
}

#contents .jp_map ul li.nagano a {
	line-height: 90px;
	width: 48px;
	height: 83px;
	top: 287px;
	left: 526px;
}

#contents .jp_map ul li.yamanashi a {
	line-height: 18px;
	width: 27px;
	height: 18px;
	top: 353px;
	left: 576px;
}

#contents .jp_map ul li.gunma a {
	line-height: 42px;
	width: 30px;
	height: 42px;
	top: 288px;
	left: 576px;
}

#contents .jp_map ul li.tochigi a {
	line-height: 42px;
	width: 32px;
	height: 42px;
	top: 288px;
	left: 608px;
}

#contents .jp_map ul li.ibaraki a {
	line-height: 47px;
	width: 30px;
	height: 47px;
	top: 288px;
	left: 642px;
}

#contents .jp_map ul li.saitama a {
	line-height: 19px;
	width: 64px;
	height: 19px;
	top: 332px;
	left: 576px;
}

#contents .jp_map ul li.tokyo a {
	line-height: 18px;
	width: 43px;
	height: 18px;
	top: 353px;
	left: 605px;
}

#contents .jp_map ul li.kanagawa a {
	line-height: 16px;
	width: 52px;
	height: 16px;
	top: 373px;
	left: 595px;
}

#contents .jp_map ul li.chiba a {
	line-height: 36px;
	width: 40px;
	height: 66px;
	top: 337px;
	left: 643px;
}

#contents .jp_map ul li.gifu a {
	line-height: 64px;
	width: 34px;
	height: 54px;
	top: 316px;
	left: 491px;
}

#contents .jp_map ul li.shizuoka a {
	line-height: 33px;
	width: 57px;
	height: 33px;
	top: 373px;
	left: 536px;
}

#contents .jp_map ul li.aichi a {
	line-height: 33px;
	width: 45px;
	height: 33px;
	top: 373px;
	left: 490px;
}

#contents .jp_map ul li.mie a {
	line-height: 57px;
	width: 27px;
	height: 57px;
	top: 373px;
	left: 461px;
}

#contents .jp_map ul li.kyoto a {
	line-height: 50px;
	width: 51px;
	height: 40px;
	top: 330px;
	left: 409px;
}

#contents .jp_map ul li.shiga a {
	line-height: 31px;
	width: 27px;
	height: 31px;
	top: 339px;
	left: 462px;
}

#contents .jp_map ul li.hyogo a {
	line-height: 50px;
	width: 33px;
	height: 50px;
	top: 330px;
	left: 373px;
}

#contents .jp_map ul li.osaka a {
	line-height: 40px;
	width: 27px;
	height: 35px;
	top: 367px;
	left: 403px;
}

#contents .jp_map ul li.nara a {
	line-height: 40px;
	width: 26px;
	height: 42px;
	top: 374px;
	left: 432px;
}

#contents .jp_map ul li.wakayama a {
	line-height: 27px;
	width: 58px;
	height: 27px;
	top: 404px;
	left: 400px;
}

#contents .jp_map ul li.tottori a {
	line-height: 22px;
	width: 39px;
	height: 22px;
	top: 331px;
	left: 332px;
}

#contents .jp_map ul li.shimane a {
	line-height: 22px;
	width: 39px;
	height: 22px;
	top: 331px;
	left: 292px;
}

#contents .jp_map ul li.okayama a {
	line-height: 26px;
	width: 39px;
	height: 26px;
	top: 355px;
	left: 332px;
}

#contents .jp_map ul li.hiroshima a {
	line-height: 26px;
	width: 39px;
	height: 26px;
	top: 355px;
	left: 292px;
}

#contents .jp_map ul li.yamaguchi a {
	line-height: 51px;
	width: 32px;
	height: 51px;
	top: 331px;
	left: 258px;
}

#contents .jp_map ul li.kagawa a {
	line-height: 15px;
	width: 54px;
	height: 15px;
	top: 392px;
	left: 330px;
}

#contents .jp_map ul li.ehime a {
	line-height: 30px;
	width: 56px;
	height: 30px;
	top: 392px;
	left: 275px;
}

#contents .jp_map ul li.tokushima a {
	width: 55px;
	height: 22px;
	top: 412px;
	left: 330px;
}

#contents .jp_map ul li.kochi a {
	line-height: 20px;
	width: 54px;
	height: 27px;
	top: 423px;
	left: 275px;
}

#contents .jp_map ul li.oita a {
	line-height: 40px;
	z-index: 3;
	width: 27px;
	height: 40px;
	top: 374px;
	left: 225px;
}

#contents .jp_map ul li.fukuoka a {
	line-height: 32px;
	width: 26px;
	height: 32px;
	top: 364px;
	left: 200px;
}

#contents .jp_map ul li.kagoshima a {
	line-height: 20px;
	width: 51px;
	height: 34px;
	top: 440px;
	left: 175px;
}

#contents .jp_map ul li.saga a {
	line-height: 32px;
	width: 24px;
	height: 32px;
	top: 364px;
	left: 175px;
}

#contents .jp_map ul li.miyazaki a {
	line-height: 30px;
	width: 38px;
	height: 30px;
	top: 414px;
	left: 215px;
}

#contents .jp_map ul li.kumamoto a {
	line-height: 38px;
	width: 35px;
	height: 38px;
	top: 400px;
	left: 185px;
}

#contents .jp_map ul li.nagasaki a {
	line-height: 43px;
	width: 24px;
	height: 43px;
	top: 363px;
	left: 148px;
}

#contents .jp_map ul li.okinawa a {
	padding-top: 4px;
	width: 23px;
	height: 32px;
	top: 340px;
	left: 0px;
}

#page_top {
	margin-top: 30px;
	text-align: right;
}

#page_top a {
	font-size: 10px;
	color: #005fb5;
}
/*#90 Start Luvina Modify*/
.search-new {
	position: relative;
	float: right;
}
.search-new .search-form {
	position: absolute;
	top: 5px;
	right: 0;
}
.search-new .search-form dl.search {
	background-color: #005fb5;
	border: 2px solid #385d8a;
	border-radius: 2px;
	padding: 5px 6px;
	width: 424px;
	display: table;
	box-sizing: border-box;
}
.search-new .search-form dl.search dt {
	display: table-cell;
}
.search-new .search-form dl.search dt.text {
	width: 160px;
}
.search-new .search-form dl.search .header {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
.search-new .search-form dl.search input {
	height: 28px;
	width: 250px;
	box-sizing: border-box;
	padding: 3px 5px;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	padding-right: 50px;
}
.search-new .search-form dl.search .relative {
	position: relative;
}
.search-new .search-form dl.search .relative button {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #969696;
	border: none;
	padding: 0px 8px;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	border-radius: 0px 3px 3px 0px;
	cursor: pointer;
}
.search-new .search-form dl.search .relative button:HOVER {
	background-color: #4E91E4;
}

/*#90 End Luvina Modify*/
/*#89 Start Luvina Modify*/
/*#98 Start Luvina Modify*/
#pkz {
	padding: 10px 0px 0px;
	margin-bottom: 15px;
	line-height: 15px;
	font-size: 12px;
}
/*#98 End Luvina Modify*/
#pkz .lt {
	margin: 0px 8px;
	font-size: 80%;
	color: #09c;
}
#pkz li {
	list-style-type: none;
	display: inline;
}
/*#89 End Luvina Modify*/
/* --------------------------------
 footer
 -------------------------------- */
#job_content #footer {
	border-top: #005fb5 solid 1px;
	padding: 30px 0;
	font-size: 10px;
	color: #3a3a3a;
}

#job_content #footer ul {
	text-align: center;
}

#job_content #footer ul li {
/*
	background: url(../../img/pc/list_mark.jpg) no-repeat left;
*/
	display: inline;
	padding: 0 25px 0 10px;
}

#job_content #footer p.copy {
	padding: 15px 0;
	line-height: 14px;
	font-size: 10px;
	text-align: center;
}
/* #102 Start Luvina Modify */
.pager ul li.page span:after, .pager ul li.page a:after {
	content: "p"
}
/* #102 End Luvina Modify */

/*
 * mod 2015/05/13 uchiyama
 *
 */

.call_attention {
	font-size: 50%;
	margin-top: 0.5em;
}

/*
 * mod 2015/05/27 uchiyama
 */

#topix_area {
	padding: 10px 0 40px 0;
	margin: 0 auto;
	width: 92%;
}

#topix_area h3 {
	width: 100%;
/*
	height: 50px;
	background-image: url(../../img/pc/topix.png);
	background-position: center center;
	background-repeat: no-repeat;
*/
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#topix_body {
	background-color: #FFFFFF;
	border: 3px solid #b50800;
	width: 92%;
	padding: 0 0 0 0;
	margin: 0 auto;
}

#topix_area ul {
	width: 100%;
	padding: 25px 0 0 0;
	margin: 0;
	list-style: none;
}

#topix_area ul li {
/*
	background: url(../../img/pc/list_mark.jpg) no-repeat left;
*/
	padding: 0 15px 0 15px;
	margin: 0 15px 20px 15px;
}

#topix_area ul li a {

}

#topix_area ul li a:hover {

}

#topix_category {
	margin: 25px 25px 25px 25px;
}

/*
 * mod 2015/05/29 uchiyama
 */

#socialbutton, #socialbutton_1, #socialbutton_2 {
	display: table;
	margin-left: auto;
	padding: 0 0 10px 0;
}

#socialbutton {
	padding: 0 0 0 0;
}

#socialbutton > div, #socialbutton_1 > div, #socialbutton_2 > div {
	display: table-cell;
	padding: 0 2px 0 0;
}

#socialbutton > div {
	padding: 0 0 0 0;
}

#socialbutton.detail {
	margin-top: -10px;
}

/*
 * mod 2015/06/02 uchiyama
 *
 */

#contents .top_search_left {
	float: left;
	width: 419px;
}

#contents .top_search_right {
	float: left;
	margin-left: 15px;
	width: 121px;
}

#contents .geo_btn {
	float: left;
	margin-top: 20px;
}

#contents .geo_btn p {
	margin: 0;
	padding: 0 0 0 0;
}

#contents .geo_btn p a {
	display: block;
	width: 121px;
	height: 51px;
	cursor: pointer;
	background-image: url(/img/pc/geo_btn.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#contents .geo_btn p a:hover {
	background-position: 0px -51px;
}

#contents .address_search dl.search dd {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 121px;
}

/* �������Ƥ���ʤ���� */
.bg_blue {
	background: #dff2fc;
}

#selective {
	margin-bottom: 30px;
/*	width: 98%;*/
	margin: 0 auto;
	padding: 40px 0;
}

#selective .heading {
	font-size: 18px;
	font-weight: bold;
/*
	text-indent: 3em;
	width: 100%;
	height: 100%;
	line-height: 50px;
*/
	padding: 20px 10px 14px 26px;
	color: #fff;
/*	background: #9bc269;*/
	background: #ffc753;
	-moz-border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

#selective .heading.active {
/*
	background: #005FB5 url(../../img/pc/close.jpg) 13px 13px no-repeat;
*/
	background: #005FB5;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

#selective .box {
//	height: 150px;
	background: #fff;
/*	border: #9bc269 5px solid;*/
	border: #ffc753 5px solid;
	padding-bottom: 30px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#selective .box.top {
	display: block;
}

#selective .box ul.serviceList {
	padding: 20px 15px;
}

#selective .box ul.serviceList li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
	border: none;
}

#selective input[type=radio], #selective input[type=checkbox] {
	display: none;
}

#selective .checkbox {
	font-size: 13px;
	position: relative;
	display: inline-block;
	margin: 3px;
/*
	padding: 14px 14px 14px 40px;
*/
	padding: 15px 15px 15px 42px;
	border-radius: 3px;
/*
	background-color: #f6f7f8;
*/
	background-color: #efefef;
	vertical-align: middle;
	cursor: pointer;
/*
	width: 78px;
*/
	width: 130px;
}

#selective .checkbox:hover {
/*
	background-color: #cae5fe;
*/
	background-color: #baf1d7;
}

#selective .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	content: '';
}

#selective .checkbox:before {
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #005fb5;
	border-bottom: 3px solid #005fb5;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#selective input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}


#selective .checkbox-on {
	font-size: 13px;
	position: relative;
	display: inline-block;
	margin: 3px;
	padding: 15px 15px 15px 42px;
	border-radius: 3px;
	background-color: #baf1d7;
	vertical-align: middle;
	cursor: pointer;
	width: 130px;
}

#selective .checkbox-on:hover {
	background-color: #baf1d7;
}

#selective .checkbox-on:after {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	content: '';
}

#selective .checkbox-on:before {
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #005fb5;
	border-bottom: 3px solid #005fb5;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


#selective .checkbox2 {
	font-size: 13px;
	position: relative;
	display: inline-block;
	margin: 3px;
	padding: 14px 6px 14px 42px;
	border-radius: 3px;
/*
	background-color: #f6f7f8;
*/
	background-color: #efefef;
	vertical-align: middle;
	cursor: pointer;
	width: 98px;
}

#selective .checkbox2:hover {
/*
	background-color: #cae5fe;
*/
	background-color: #baf1d7;
}

#selective .checkbox2:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	content: '';
}

#selective .checkbox2:before {
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #005fb5;
	border-bottom: 3px solid #005fb5;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#selective input[type=checkbox]:checked + .checkbox2:before {
	opacity: 1;
}



#selective .checkbox3 {
	font-size: 13px;
	position: relative;
	display: inline-block;
	margin: 3px;
	padding: 15px 12px 15px 40px;
	border-radius: 3px;
	background-color: #efefef;
	vertical-align: middle;
	cursor: pointer;
	width: 105px;
}

#selective .checkbox3:hover {
	background-color: #baf1d7;
}

#selective .checkbox3:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	content: '';
}

#selective .checkbox3:before {
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #005fb5;
	border-bottom: 3px solid #005fb5;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#selective input[type=checkbox]:checked + .checkbox3:before {
	opacity: 1;
}

#selective .checkbox3-off {
	font-size: 13px;
	position: relative;
	display: inline-block;
	margin: 3px;
	padding: 15px 12px 15px 40px;
	border-radius: 3px;
	background-color: #ddd;
	color: #b2b2b2;
	vertical-align: middle;
	width: 105px;
}

#selective .checkbox3-off:hover {
	background-color: #ddd;
}



#selective p.count {
	font-size: 100%;
	padding: 2px 7px;
	line-height: 100%;
	margin-top: 0;
	text-align: right;
	margin-right: 10px;
}


#selective p.count3 {
	font-size: 95%;
	padding: 2px;
	line-height: 100%;
	margin-top: 0;
	text-align: right;
	display: inline;
}



#selective .reset {
	padding-top: 10px;
/*	padding-left: 20%;  */
	padding-left: 3%;
	display: inline-block;
	padding-bottom: 10px;
}

#selective .reset input {
/*
	font-weight: bold;
*/
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	padding: 14px 40px;
	font-size: 14px;
	background-color: #b6b6b6;
	color: #fff;
	border-style: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#selective .submit {
/*	padding-top: 10px;
	padding-left: 3%;
	padding-bottom: 10px;*/
	display: inline-block;
}

#selective .submit a {
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	padding: 14px 40px;
	font-size: 14px;
	background-color: #005fb5;
	color: #fff;
	border-style: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
}


#selective .submit input {
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	padding: 8px 40px;
	font-size: 18px;
/*	background-color: #005fb5;*/
/*	background-color: #AA1D23;*/
	background-color: #03315a;
	color: #fff;
	border-style: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
}

@media screen and (max-width: 480px) {


		#selective .submit input {
			font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
			padding: 8px 20px;
			font-size: 13px;
			font-weight: bold;
		/*	background-color: #005fb5;*/
		/*	background-color: #AA1D23;*/
			background-color: #03315a;
			color: #fff;
			border-style: none;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			cursor: pointer;
			text-decoration: none;
		}
}

#selective .submit input:hover {
	opacity: 0.6;
	cursor: pointer;
}


#selective .submit a:hover {
	opacity: 0.6;
	cursor: pointer;
}


#selective .addNew {
	padding-top: 10px;
	padding-left: 3%;
	display: inline-block;
	padding-bottom: 10px;
}

/*
#selective .addNew a {
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	padding: 14px 40px;
	font-size: 14px;
	background-color: #00bfff;
	color: #fff;
	border-style: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
*/
#selective .addNew input {
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	padding: 14px 40px;
	font-size: 14px;
	background-color: #00bfff;
	color: #fff;
	border-style: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#selective .addNew a:hover {
	opacity: 0.6;
	cursor: pointer;
}


/*
#selective .submit input {
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	padding: 10px 40px;
	font-size: 14px;
	background-color: #005fb5;
	color: #fff;
	border-style: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
*/

#selective .address_search {
	width: 100%;
	float: left;
	padding-top: 20px;
}

#selective .address_search > p {
	margin-left: 41px;
}

#selective .address_search dl.search {
	margin-top: 20px;
	margin-left: 30px;
	position: relative;
	background-color: #fff;
	border: 2px solid #999;
	border-radius: 5px;
	width: 85%;
}

#selective .address_search dl.search dt {
	height: 47px;
	width: 100%;
}

#selective .address_search dl.search dt input {
	padding: 9px;
	font-size: 18px;
	width: 96%;
	border: none;
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	background: #fff;
}

#selective .address_search dl.search dd {
	display: block;
	width: 119px;
}

#selective .address_search dl.search dd button {
	font-size: 18px;
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	background: #969696;
	width: 100%;
	height: 47px;
	line-height: 47px;
	border: none;
}

#selective .address_search dl.search dd button:hover {
	cursor: pointer;
	background: #4e91e4;
}

#selective .address_search dl.search dd button span {
	color: #FFF;
}



#contents .right_col_banner {
	margin-top: 20px;
}

.top-banner-850 {
	padding: 0 0 10px 0;
}

/* #127 Start Luvina Modify */
/********************************************************************************/
/* voice in detail                                                              */
/********************************************************************************/

#pc-detail-pharmacist {
    margin: 20px auto 0 auto;
}

#pc-detail-pharmacist h3 {
    background-color: #88bded;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-weight: normal;
}

#pc-detail-pharmacist .pc-detail-pharmacist-wrap {
    display: table;
    width: 100%;
    border: 1px solid #88BDED;
    margin-top: 5px;
}

#pc-detail-pharmacist .pc-detail-pharmacist-left {
    display: table-cell;
    width: 64px;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    /*
     border:1px solid #88BDED;
     */
}

#pc-detail-pharmacist .pc-detail-pharmacist-right {
    display: table-cells;
    vertical-align: top;
    text-decoration: none;
    color: #333;
    padding: 10px 10px 10px 10px;
}

#pc-detail-pharmacist .pc-detail-pharmacist-right dl {

}

#pc-detail-pharmacist .pc-detail-pharmacist-right dl dt {
    font-size: 80%;
}

#pc-detail-pharmacist .pc-detail-pharmacist-right dl dd {
	padding: 5px 0 0 0;
	font-size: 120%;
}

#pc-detail-pharmacist .pc-detail-pharmacist-right p {
	font-size: 80%;
	padding: 5px 0 0 0;
	margin-top: -0.25em;
	line-height: 1.2;
}


#detail-otherstores {
	margin: 20px auto 0 auto;
}

#detail-otherstores h3 {
	background-color: #88bded;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	font-weight: normal;
}

#detail-otherstores ul {
	display: table;
	table-layout: fixed;
	width:100%;
	margin-top:20px;
}

#detail-otherstores ul li {
	display:table-cell;
	text-align:center;
}

#detail-otherstores ul li a {
	display:block;
	text-align:center;
	text-decoration: none;
	color:#333;
	line-height:1.5;
}

#detail-otherstores ul li img {
	border:1px solid #ccc;
}


#about_content h1{
	color: #fff;
/*	background-color: #9bc269;*/
	background-color: #ffc753;
	font-size: 120%;
}


csv_updown {
	width: 90%;
	padding-top:20px;
}

.top_search_left {
	margin-top: 20px;
	margin-left: 20px;
}

.fileUpload {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: .5em;
	border: 1px solid #999;
	background-color: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.fileUpload input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 100px;
	cursor: pointer;
}


#kensaku td.tdKoyou {
	width: 70px;
}

@media screen and (max-width: 736px) {
			#kensaku td.tdKoyou {
				width: 10%;;
			}

}

#job_content .toCustmer {
	width: 400px;
	background: #ffb6c1;
	margin: 0 auto;
}

@media screen and (max-width: 736px) {
			#job_content .toCustmer {
				width: 70%;
				background: #ffb6c1;
				font-size: 80%;
				margin-bottom: 10px;
			}

}

#job_content .storeMainPhoto {
	width: 820px;
	margin: 10px auto;
}

@media screen and (max-width: 736px) {
			#job_content .storeMainPhoto {
				width: 100%;
				margin: 10px auto;
			}

}

#job_content .storeMainPhotoSentence {
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
	font-size: 12px;
}

@media screen and (max-width: 736px) {
			#job_content .storeMainPhotoSentence {
				text-align: right;
				margin-right: 10px;
				margin-top: 3px;
				font-size: 13px;
			}
}

#job_content .storeDataCaption {
	width: 100px;
	margin: 10px auto;
	background: #33ccff;
	display: inline-block;
	font-size: 16px;
	padding: 12px;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

@media screen and (max-width: 736px) {
			#job_content .storeDataCaption {
				width: 25%;
				margin: 10px auto;
				background: #33ccff;
				display: inline-block;
				font-size: 13px;
				padding: 12px;
				color: #fff;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				text-align: center;
			}

}

#container .watchPhotos {
	width: 100%;
	margin: 3px;
	font-size: 12px;
}

@media screen and (max-width: 736px) {
			#container .watchPhotos {
				font-size: 13px;
			}
}

#container .storeOtherPhotos {
	display: inline-block;
	width: 210px;
	margin: 5px;
}

@media screen and (max-width: 736px) {
			#container .storeOtherPhotos {
				display: inline-block;
				width: 140px;
				margin: 5px;
			}
}

#container .storeOtherPhotos img {
	width: 210px;
	margin: 0 auto;
	text-align: center;
	background: #f2f2f2;
}

@media screen and (max-width: 736px) {
			#container .storeOtherPhotos img {
				width: 140px;
				margin: 0 auto;
				text-align: center;
				background: #f2f2f2;
			}
}

#container .storeOtherPhotosSentence {
	font-size: 15px;
	margin: 2px auto;
	text-align: center;
}


@media screen and (max-width: 736px) {
			#container .storeOtherPhotosSentence {
				font-size: 13px;
				margin: 2px auto;
				text-align: center;
			}
}


/*��������ɲ�*/

.keywBlock {
	border: thick solid #deb501;
	display: block;
	margin: 10px 6px;
	padding: 10px 5px;
/*	width: 820px;*/
	background-color: #ffffcc;
	margin-bottom: 8px;
}
.keywBlockTitle {
	font-weight: bold;
	display: block;
	font-size: 18px;
	text-align: left;
	margin: 3px 10px;
        line-height: 1.5em;
/*	width: 480px;*/
}

.keyword{
    width: 700px;
    font-size: 28px;
    margin: 5px 0px 5px 10px;
    line-height:1.5em;
    text-align: center;
    font-weight: bold;
}
.keywText{
	width: 400px;
	padding-top: 5px;
	padding-left: 20px;
	text-align: left;
}
.keywImage{
	width:300px; 
	margin:0 10px;
}

.fl_r {
    float: right;
}
.fl_l {
    float: left;
}


@media screen and (max-width: 736px) {
.keywBlock {
	border: thick solid #deb501;
	display: block;
	margin: 5px 3px;
	padding: 5px 2px;
	width: 95%;
	background-color: #ffffcc;
	margin-bottom: 4px;
}
.keywBlockTitle {
	font-weight: bold;
	display: block;
	font-size: 16px;
	text-align: left;
	margin: 3px 5px;
	width: 93%;
}

.keyword{
	width: 90%;
	font-size: 16px;
	margin: 5px 0px 5px 5px;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
}
.keywText{
	width: 90%;
	padding-top: 5px;
	padding-left: 5px;
        text-align: left;
}
.keywImage{
	width:70%; 
	margin:0 10px;
}

}
