@charset "UTF-8";








/**
 * Reset settings
 * =========================================================================
 * Provide cross-browser consistency default styling of HTML elements.
 * -------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

article, aside, figure, footer, header, hgroup, nav, section,
.article, .aside, .figure, .footer, .header, .hgroup, .nav, .section {
	display: block;
	margin: 0;
	padding: 0;
	border: 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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
}

ul,dl,ol {
	text-indent: 0;
}
ul,ol,li {
	list-style: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal; font-weight: normal;
}

sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight:inherit;
}

table, caption, th, td {
	border-collapse : collapse ;
	border-spacing: 0px;
	empty-cells: show;
	font-weight: normal;
}
th,td {
	text-align: left; vertical-align: top;
}
caption {
	text-align: left;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
}

i {
	font-style: normal;
}










/**
 * Base settings
 * =========================================================================
 * Provide base structure of Web page.
 * -------------------------------------------------------------------------
 */

body {
	position: relative;
	margin: 0;
	padding: 0;
}

#document {
	position: relative;
	width: 100%;
	min-width: 1020px;
	margin: 0;
	padding: 0;
}

.general-row {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.general-col {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 30px;
}
.general-col:after {
	
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}


.row {
	position: relative;
	width: 980px;
	margin-left: -20px;
}
.row:after {

	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	position: relative;
	float: left;
	margin-left: 20px;
}
.col-1  { width: 61.66px; }
.col-2  { width: 143.33px; }
.col-3  { width: 225px; }
.col-4  { width: 306.66px; }
.col-5  { width: 388.33px; }
.col-6  { width: 470px; }
.col-7  { width: 551.66px; }
.col-8  { width: 633.33px; }
.col-9  { width: 715px; }
.col-10 { width: 796.66px; }
.col-11 { width: 878.33px; }
.col-12 { width: 960px; }

.left-col-1   { padding-left: 81.66px; }
.left-col-2   { padding-left: 163.33px; }
.left-col-3   { padding-left: 245px; }
.left-col-4   { padding-left: 326.66px; }
.left-col-5   { padding-left: 408.33px; }
.left-col-6   { padding-left: 490px; }
.left-col-7   { padding-left: 571.66px; }
.left-col-8   { padding-left: 653.33px; }
.left-col-9   { padding-left: 735px; }
.left-col-10  { padding-left: 816.66px; }
.left-col-11  { padding-left: 898.33px; }
.left-col-12  { padding-left: 980px; }
.right-col-1  { padding-right: 81.66px; }
.right-col-2  { padding-right: 163.33px; }
.right-col-3  { padding-right: 245px; }
.right-col-4  { padding-right: 326.66px; }
.right-col-5  { padding-right: 408.33px; }
.right-col-6  { padding-right: 490px; }
.right-col-7  { padding-right: 571.66px; }
.right-col-8  { padding-right: 653.33px; }
.right-col-9  { padding-right: 735px; }
.right-col-10 { padding-right: 816.66px; }
.right-col-11 { padding-right: 898.33px; }
.right-col-12 { padding-right: 980px; }

#main-content {
	position: relative;
	width: 650px;
	float: left;
}
#sidebar {
	position: relative;
	width: 280px;
	float: right;
}


#main-content .row {
	position: relative;
	width: 670px;
	margin-left: -20px;
}
#main-content .row:after {

	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

#main-content .col-1,
#main-content .col-2,
#main-content .col-3,
#main-content .col-4,
#main-content .col-5,
#main-content .col-6,
#main-content .col-7,
#main-content .col-8,
#main-content .col-9,
#main-content .col-10,
#main-content .col-11,
#main-content .col-12 {
	position: relative;
	float: left;
	margin-left: 20px;
}
#main-content .col-1  { width: 35.83px; }
#main-content .col-2  { width: 91.66px; }
#main-content .col-3  { width: 147.5px; }
#main-content .col-4  { width: 203.33px; }
#main-content .col-5  { width: 259.16px; }
#main-content .col-6  { width: 315px; }
#main-content .col-7  { width: 370.83px; }
#main-content .col-8  { width: 426.66px; }
#main-content .col-9  { width: 482.5px; }
#main-content .col-10 { width: 538.33px; }
#main-content .col-11 { width: 594.16px; }
#main-content .col-12 { width: 650px; }

#main-content .left-col-1   { padding-left: 55.83px; }
#main-content .left-col-2   { padding-left: 111.66px; }
#main-content .left-col-3   { padding-left: 167.5px; }
#main-content .left-col-4   { padding-left: 223.33px; }
#main-content .left-col-5   { padding-left: 279.16px; }
#main-content .left-col-6   { padding-left: 335px; }
#main-content .left-col-7   { padding-left: 390.83px; }
#main-content .left-col-8   { padding-left: 446.66px; }
#main-content .left-col-9   { padding-left: 502.5px; }
#main-content .left-col-10  { padding-left: 558.33px; }
#main-content .left-col-11  { padding-left: 614.16px; }
#main-content .left-col-12  { padding-left: 670px; }
#main-content .right-col-1  { padding-right: 55.83px; }
#main-content .right-col-2  { padding-right: 111.66px; }
#main-content .right-col-3  { padding-right: 167.5px; }
#main-content .right-col-4  { padding-right: 223.33px; }
#main-content .right-col-5  { padding-right: 279.16px; }
#main-content .right-col-6  { padding-right: 335px; }
#main-content .right-col-7  { padding-right: 390.83px; }
#main-content .right-col-8  { padding-right: 446.66px; }
#main-content .right-col-9  { padding-right: 502.5px; }
#main-content .right-col-10 { padding-right: 558.33px; }
#main-content .right-col-11 { padding-right: 614.16px; }
#main-content .right-col-12 { padding-right: 670px; }


#sidebar .row {
	position: relative;
	width: 290px;
	margin-left: -10px;
}
#sidebar .row:after {

	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

#sidebar .col-1,
#sidebar .col-2,
#sidebar .col-3,
#sidebar .col-4,
#sidebar .col-5,
#sidebar .col-6,
#sidebar .col-7,
#sidebar .col-8,
#sidebar .col-9,
#sidebar .col-10,
#sidebar .col-11,
#sidebar .col-12 {
	position: relative;
	float: left;
	margin-left: 10px;
}
#sidebar .col-1  { width: 14.16px; }
#sidebar .col-2  { width: 38.33px; }
#sidebar .col-3  { width: 62.5px; }
#sidebar .col-4  { width: 86.66px; }
#sidebar .col-5  { width: 110.83px; }
#sidebar .col-6  { width: 135px; }
#sidebar .col-7  { width: 159.16px; }
#sidebar .col-8  { width: 183.33px; }
#sidebar .col-9  { width: 207.5px; }
#sidebar .col-10 { width: 231.66px; }
#sidebar .col-11 { width: 255.83px; }
#sidebar .col-12 { width: 280px; }

#sidebar .left-col-1   { padding-left: 24.16px; }
#sidebar .left-col-2   { padding-left: 48.33px; }
#sidebar .left-col-3   { padding-left: 72.5px; }
#sidebar .left-col-4   { padding-left: 96.66px; }
#sidebar .left-col-5   { padding-left: 120.83px; }
#sidebar .left-col-6   { padding-left: 145px; }
#sidebar .left-col-7   { padding-left: 169.16px; }
#sidebar .left-col-8   { padding-left: 193.33px; }
#sidebar .left-col-9   { padding-left: 217.5px; }
#sidebar .left-col-10  { padding-left: 241.66px; }
#sidebar .left-col-11  { padding-left: 265.83px; }
#sidebar .left-col-12  { padding-left: 290px; }
#sidebar .right-col-1  { padding-right: 24.16px; }
#sidebar .right-col-2  { padding-right: 48.33px; }
#sidebar .right-col-3  { padding-right: 72.5px; }
#sidebar .right-col-4  { padding-right: 96.66px; }
#sidebar .right-col-5  { padding-right: 120.83px; }
#sidebar .right-col-6  { padding-right: 145px; }
#sidebar .right-col-7  { padding-right: 169.16px; }
#sidebar .right-col-8  { padding-right: 193.33px; }
#sidebar .right-col-9  { padding-right: 217.5px; }
#sidebar .right-col-10 { padding-right: 241.66px; }
#sidebar .right-col-11 { padding-right: 265.83px; }
#sidebar .right-col-12 { padding-right: 290px; }










/**
 * Generic class settings
 * =========================================================================
 */

.clearfix:after {
	
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

.align-l { text-align: left; }
.align-c { text-align: center; }
.align-r { text-align: right; }

img.img-fit {
	width: 100%;
	height: auto;
}


/**
 * Parts style settings
 *
 * style_parts.css
 * =========================================================================
 */






/* Text settings
-------------------------------------------------------------- */

body {
	font-size: 16px;
	color: #444444;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	line-height: 1.8em;
	letter-spacing: 0.1ex;
	margin: 0;
	padding: 0;
}
a {
	font-size: 100%;
	color: #289ae9;
}
a:link    {color: #289ae9; text-decoration: none;}
a:visited {color: #289ae9; text-decoration: none;}
a:active  {color: #e96828; text-decoration: none;}
a:hover   {color: #e96828; text-decoration: none;}

h1 { font-size: 22px; font-weight: bold;   line-height: 1.4em; }
h2 { font-size: 22px; font-weight: normal; line-height: 1.4em; }
h3 { font-size: 18px;  font-weight: normal; line-height: 1.4em; }
h4 { font-size: 18px;  font-weight: normal; line-height: 1.4em; }
h5 { font-size: 16px;  font-weight: normal; line-height: 1.4em; }
h6 { font-size: 16px;  font-weight: normal; line-height: 1.4em; }
p  { font-size: 16px;  font-weight: normal; line-height: 1.8em; }

strong { font-size: 100.00%; font-weight: bold; }
small  { font-size:  78.57%; font-weight: normal; }
em     { font-size: 100.00%; font-weight: bold; }

ul     { list-style-type: disc; }
ul li  { font-size: 16px; font-weight: normal; }
ol     { list-style-type: decimal; }
ol li  { font-size: 16px; font-weight: normal; }
dl dt  { font-size: 16px; font-weight: normal; }
dl dd  { font-size: 16px; font-weight: normal; }

table caption { font-size: 16px; font-weight: normal; }
table tr th   { font-size: 16px; font-weight: normal; }
table tr td   { font-size: 16px; font-weight: normal; }



/* document
-------------------------------------------------------------- */
#document {
	background: url(images/common/common_bk.jpg) repeat scroll top center transparent;
}

#container{
	margin-top: 30px;
}


/* members-site-link
-------------------------------------------------------------- */
#members-site-link {
	height: 30px;
	border-top: solid 4px #20af37;
	text-align: right;
}
#members-site-link p.btn {
	display: inline-block;
	top: -4px;
	width: 110px;
	background-color: #20af37;
	-webkit-border-radius: 0px 0px 5px 5px;
	   -moz-border-radius: 0px 0px 5px 5px;
	        border-radius: 0px 0px 5px 5px;
}
#members-site-link p.btn a {
	display: block;
	padding: 0px 9px 8px 9px;
}


/* header
-------------------------------------------------------------- */
#header {
	margin: 0 0 30px 0;
	padding: 20px 0 10px 0;
}
#header .nav:after {
    
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;

}
#header .nav ul {
	background-color: #ffffff;
	width: 736px;
	margin: 9px 0 0 0;
	padding: 2px;
	border: solid 2px #20af37;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
    float: right;
}
#header .nav ul li {
	display: inline-block;
	vertical-align: middle;
	border-right: dotted 2px #20af37;
}
#header .nav ul li.last-item {
	border-right: 0;
}
#header .nav ul li a {
	display: block;
	margin: 0 2px;
	padding: 8px 22px 7px 22px;
	border-bottom: solid 2px transparent;
}
#site-home  #header .nav ul li.site-home a,
.site-home  #header .nav ul li.site-home a,
#about      #header .nav ul li.about a,
.about      #header .nav ul li.about a,
#pharmacies #header .nav ul li.pharmacies a,
.pharmacies #header .nav ul li.pharmacies a,
#opening-list #header .nav ul li.opening-list a,
.opening-list #header .nav ul li.opening-list a {
	border-bottom: solid 2px #f2a460;
}
#header .nav ul li a:hover {
	border-bottom: solid 2px #20af37;
}





/* footer
-------------------------------------------------------------- */
#footer {}

.page-to-top {
	margin-top: 40px;
}
.page-to-top p {
	text-align: right;
}
.page-to-top p a {
	display: inline-block;
	width: 157px;
	height: 0;
	margin: 8px 30px 0 0;
	padding: 36px 0 0 0;
	overflow: hidden;
	background: url(images/common/common_bk_page_top.png) no-repeat scroll 0 0 transparent;
}
.page-to-top p a:hover {
	background-position: 0 -36px;
}

#footer {
	background-color: #20af37;
}
#footer h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}
#footer .address {}
#footer .address table tr th,
#footer .address table tr td {
	color: #ffffff;
	font-size: 14px;
}
#footer .contact-info {
	margin-top: 30px;
	padding: 20px;
	background-color: #ffffff;
	-webkit-border-radius: 10px 10px 10px 10px;
	   -moz-border-radius: 10px 10px 10px 10px;
	        border-radius: 10px 10px 10px 10px;
}
#footer .contact-info h4 {
	margin-bottom: 20px;
}
#footer .contact-info h4 img {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}
#footer .contact-info p {
	font-size: 14px;
}

#footer .footer-nav {
	margin-top: 30px;
	background-color: #7fd08c;
}
#footer .footer-nav ul {
	text-align: center;
}
#footer .footer-nav ul li {
	display: inline-block;
	margin-right: 10px;
}
#footer .footer-nav ul li a {
	display: inline-block;
	padding-left: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background: url(images/common/common_arrow_orange.png) no-repeat scroll left center transparent;
}
#footer .footer-nav ul li a:hover {
	text-decoration: underline;
}

#copyright {
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
}

/* side-bar
-------------------------------------------------------------- */

#sidebar{}

.aside-block {
	margin-bottom: 30px;
}


#search-form .wrap {
	padding: 2px 8px;
	border: solid 1px #dddddd;
}
#search-form .wrap:after {
	
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;

}
#search-form .form-row {
	width: 250px;
}
#search-form .icon-col,
#search-form .input-col {
	float: left;
	display: inline;
}
#search-form .icon-col {
	width: 25px;
}
#search-form .input-col {
	width: 225px;
}
#search-form .input-col input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: solid 1px transparent;
	width: 100%;
}
#search-form .submit-col {
	display: none;
}


#sidebar #news-list h3{
	border-left: 3px solid #ee730f;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
#sidebar #news-list .post-date{
	font-size: 12px;
	color: #888;
	margin-right: 3px;
}
#sidebar #news-list .post-categoryname a{
	font-size: 11px;
	background: #ee730f;
	padding: 1px 10px ;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	width: 80px;
	text-align: center;
}
#sidebar #news-list .post-categoryname a.on-mouse{
	background: #ffa200;
}
#sidebar #news-list .post-title{
	font-size: 14px;
}
#sidebar #news-list ul li{
	display: block;
	border-bottom: 1px dotted #888;
	padding: 10px 0;
}
#sidebar #news-list ul li:first-child{
	border-top: 1px dotted #888;
}

#sidebar #aside-address .one-block{
	margin-bottom: 20px;
}
#sidebar #aside-address h4{
	color: $nisshin_blue;
	border-left: 3px solid $nisshin_blue;
	padding-left: 10px;
	margin-bottom: 5px;
}
#sidebar #aside-address h5{
	display: block;
	font-size: 12px;
	background: #999;
	padding: 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	width: 70px;
	text-align: center;
	margin-top: 5px;
}
#sidebar #aside-address table tr td{
	font-size: 14px;
}
#sidebar #aside-address p{
	font-size: 14px;
}

#sidebar #cat-list h3{
	border-left: 3px solid #ee730f;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
#sidebar #cat-list ul li{
	font-size: 14px;
	padding: 10px 0;
	background: url(images/common/common_arrow_blue.png) no-repeat left;
	padding-left: 20px;
}
#sidebar #cat-list ul li:first-child{
	border-top: 1px dotted #888;
}
#sidebar #cat-list ul li:last-child{
	font-size: 14px;
	border-bottom: 1px dotted #888;
}

#sidebar #tag-list h3{
	border-left: 3px solid #ee730f;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
#sidebar #tag-list ul {
	border-top: 1px dotted #888;
	border-bottom: 1px dotted #888;
}
#sidebar #tag-list ul li {
	display: inline-block;
	font-size: 14px;
	padding: 10px 5px 10px 20px;
	background: url(images/common/common_arrow_blue.png) no-repeat left;
	white-space: nowrap;
}
#sidebar #tag-list ul a {
	display: inline;
}

#sidebar #monthly-archive h3 {
	border-left: 3px solid #ee730f;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
#sidebar #monthly-archive ul li {
	font-size: 14px;
	padding: 10px 0;
	background: url(images/common/common_arrow_blue.png) no-repeat left;
	padding-left: 20px;
}
#sidebar #monthly-archive ul li:first-child {
	border-top: 1px dotted #888;
}
#sidebar #monthly-archive ul li:last-child {
	font-size: 14px;
	border-bottom: 1px dotted #888;
}

#sidebar #post-calendar {}
#sidebar #post-calendar table {
	width: 100%;
}
#sidebar #post-calendar table caption {
	border-left: 3px solid #ee730f;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
#sidebar #post-calendar table th,
#sidebar #post-calendar table td {
	text-align: center;
	border-bottom: solid 2px #ffffff;
}
#sidebar #post-calendar table thead {}
#sidebar #post-calendar table thead th {
	color: #888888;
	font-weight: bold;
}
#sidebar #post-calendar table thead th.sun { background-color: #faf0e6; }
#sidebar #post-calendar table thead th.mon {}
#sidebar #post-calendar table thead th.tue {}
#sidebar #post-calendar table thead th.wed {}
#sidebar #post-calendar table thead th.thu {}
#sidebar #post-calendar table thead th.fri {}
#sidebar #post-calendar table thead th.sat { background-color: #f0f8ff; }
#sidebar #post-calendar table tfoot td {}
#sidebar #post-calendar table tfoot td#prev { text-align: left; }
#sidebar #post-calendar table tfoot td.pad {}
#sidebar #post-calendar table tfoot td#next { text-align: right; }
#sidebar #post-calendar table tbody td {}
#sidebar #post-calendar table tbody td.sun { background-color: #faf0e6; }
#sidebar #post-calendar table tbody td.sat { background-color: #f0f8ff; }
#sidebar #post-calendar table tbody td a {}
#sidebar #post-calendar table tbody td a:hover {}





/* breadcrumb
-------------------------------------------------------------- */
.breadcrumb {
	margin-bottom: 30px;
	font-size: 11px;
}


/* pagination
-------------------------------------------------------------- */

.pagination{
	margin-top:40px;
}

.pagination .wp-pagenavi{
	text-align: center;
}

.pagination .wp-pagenavi .previouspostslink,
.pagination .wp-pagenavi .nextpostslink{
	border: none;
	padding: 5px 10px;
}

.pagination .wp-pagenavi .page{
	border: 1px solid #ddd;
	padding: 5px 10px;
}

.pagination .wp-pagenavi .current{
	border: 1px solid #ddd;
	padding: 5px 10px;
	color: #fff;
}



/* plug-in jQuery Colorbox による　img-fit の表示差異を防ぐ
-------------------------------------------------------------- */

a.zoomLink{
	display: block !important;
}







/* other
-------------------------------------------------------------- */
.big-headline {
	padding: 20px 0 10px 32px;
	color: #20af37;
	background: url(images/common/common_ico_capsule.png) no-repeat scroll left center transparent;
}

#sky {
	height: 165px;
	background: url(images/common/common_img_sky.jpg) no-repeat scroll top center transparent;
}

ul.edit-pagenavi:after {
	
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;

}
ul.edit-pagenavi {
	width: 100%;
	text-align: center;
}
ul.edit-pagenavi li {
	display: inline;
	width: 48%;
}
ul.edit-pagenavi li.prev {
	float: left;
	text-align: left;
}
ul.edit-pagenavi li.next {
	float: right;
	text-align: right;
}

p.comment {
	/* display: inline-block; */
	display: none;
	margin: 8px;
	padding: 6px 8px;
	background-color: red;
	font-size: 12px;
	color: #ffffff;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
	        border-radius: 5px 5px 5px 5px;
}



/*------------ 編集 ------------*/

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}




/* End of file */
/**
 * Edit area style settings
 * 
 * style_editor.css
 * =========================================================================
 */



/* =Headings
-------------------------------------------------------------- */

.edit-area h1 {
	background: #eee;
	border-bottom: 1px solid #ee730f;
	padding: 10px;
	margin-bottom: 10px;
}
.edit-area h1 a       { display: block; color: #000000; text-decoration:none; }
.edit-area h1 a:hover { color: #990000; }

.edit-area h2 {
	color:  #ee730f;
	border-bottom:  1px dotted #ee730f;
	padding-right: 10px;
	margin-bottom: 10px;
}
.edit-area h2 a       { display: block; color: #000000; text-decoration:none; }
.edit-area h2 a:hover { color: #990000; }

.edit-area h3 {
	color: #99ff99;
	border-left: 3px solid #99ff99;
	padding: 5px;
	margin-bottom: 10px;
}
.edit-area h3 a       { display: block; color: #000000; text-decoration:none; }
.edit-area h3 a:hover { color: #990000; }

.edit-area h4 {
	font-weight: bold;
	color: #99ff99;
	margin-bottom: 10px;
}
.edit-area h4 a       { display: block; color: #000000; text-decoration:none; }
.edit-area h4 a:hover { color: #990000; }

.edit-area h5 {
	font-weight: bold;
	color:  #ee730f;
	margin-bottom: 10px;
}
.edit-area h5 a       { display: block; color: #384c07; text-decoration:none; }
.edit-area h5 a:hover { color: #990000; }

.edit-area h6 {
}
.edit-area h6 a       { display: block; color: #384c07; text-decoration:none; }
.edit-area h6 a:hover { color: #990000; }

.edit-area hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}


/* =Text elements
-------------------------------------------------------------- */

.edit-area p {
	line-height: 1.714285714;
	margin: 0 0 24px;
}
.edit-area ul {
	margin: 0 10px 1em 30px;
}
.edit-area ul li {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #384c07;
	font-weight: normal;
}
.edit-area ul ul {
	margin: 0 10px 1em 30px;
}
.edit-area ul ul li {
	padding: 0;
	list-style-type: circle;
	background: none;
	font-weight: normal;
}
.edit-area ul ul ul {
	margin: 0 10px 1em 30px;
}
.edit-area ul ul ul li {
	padding: 0;
	list-style-type: disc;
	background: none;
	font-weight: normal;
}
.edit-area ol {
	margin: 0 10px 1em 50px;
}
.edit-area ol li {
	margin: 0 0 0.4em 0;
	padding: 0;
	color: #384c07;
	font-weight: normal;
	list-style-type: decimal;
}
.edit-area ol ol {
	margin: 0 10px 1em 30px;
}
.edit-area ol ol li {
	padding: 0;
	list-style-type: upper-roman;
	font-weight: normal;
}
.edit-area ol ol ol {
	margin: 0 10px 1em 30px;
}
.edit-area ol ol ol li {
	padding: 0;
	list-style-type: lower-roman;
	font-weight: normal;
}
.edit-area dl {
	margin: 0 24px;
}
.edit-area dt {
	font-weight: bold;
	margin-bottom: 24px;
}
.edit-area dd {
	line-height: 1.714285714;
	margin: 0 0 24px;
}
.edit-area strong {
	font-weight: bold;
}
.edit-area cite,
.edit-area em,
.edit-area i {
	font-style: italic;
}
.edit-area cite {
	border: none;
}
.edit-area big {
	font-size: 128.571429%;
}
.edit-area .mceContentBody blockquote {
	font-style: italic !important;
	font-weight: normal;
	margin: 0;
	padding: 24px;
}
.edit-area pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 12px;
	margin: 24px 0;
	padding: 24px;
	overflow: auto;
}
.edit-area code,
.edit-area kbd,
.edit-area samp,
.edit-area var {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.edit-area abbr,
.edit-area acronym,
.edit-area dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.edit-area address {
	display: block;
	margin: 0 0 24px;
}
.edit-area del {
	color: #333;
}
.edit-area ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
.edit-area sup,
.edit-area sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.edit-area sup {
	top: -0.5em;
}
.edit-area sub {
	bottom: -0.25em;
}
.edit-area input[type="text"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
.edit-area textarea {
	border: 1px solid #d5d2ca;
	border-radius: 3px;
	font-family: inherit;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 96%;
}

/* 観光コース
-------------------------------------------------------------- */

.edit-area .trip-place{
	color: #99ff99;
	font-weight: bold;
}

.edit-area .destination{
	color: #ccc;}


/* =Links
-------------------------------------------------------------- */

.edit-area a,
.edit-area a em,
.edit-area a strong {
	color: #21759b;
	outline: none;
}
.edit-area a:focus,
.edit-area a:active,
.edit-area a:hover {
	color: #0f3647;
}


/* =Alignment
-------------------------------------------------------------- */

.edit-area .alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
}
.edit-area .alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
}
.edit-area .aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
}


/* =Tables
-------------------------------------------------------------- */

.edit-area table {
	margin: 0 0 1em 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	color: #645845;
	border: 0 !important;
}
.edit-area tr {
}
.edit-area tr.top-border {
	border-top: solid 15px #ffffff;
}
.edit-area tr th {
	padding: 17px 30px;
	background-color: #bce2e8;
	border: solid 4px #ffffff;
}
.edit-area tr td {
	padding: 17px 30px;
	background-color: #ebf6f7;
	border: solid 4px #ffffff;
}
.edit-area thead {
	border-bottom: solid 15px #ffffff;
}
.edit-area thead tr th {
	background-color: #89c3eb;
}
.edit-area thead tr td {
	background-color: #a2d7dd;
}
.edit-area tfoot {
	border-top: solid 15px #ffffff;
}
.edit-area tfoot tr th {
	background-color: #89c3eb;
}
.edit-area tfoot tr td {
	background-color: #a2d7dd;
}

/* =Images
-------------------------------------------------------------- */

.edit-area img,
.edit-area .wp-caption {
	max-width: 100%;
}

.edit-area img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Alignment */
.edit-area .alignleft {
	float: left;
}
.edit-area .alignright {
	float: right;
}
.edit-area .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.edit-area blockquote.alignleft,
.edit-area img.alignleft {
	margin: 7px 24px 7px 0;
}
.edit-area .wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
.edit-area blockquote.alignright,
.edit-area img.alignright {
	margin: 7px 0 7px 24px;
}
.edit-area .wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
.edit-area blockquote.aligncenter,
.edit-area img.aligncenter,
.edit-area .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}




/* End of file *//**
 * Each pages style settings
 * 
 * style_page.css
 * =========================================================================
 */


/* site-home
-------------------------------------------------------------- */
#site-home {
}
#site-home #slideshow {
	padding: 10px 0;
	background-color: #22ac38;
}
#site-home #slides { text-align: center; }
#site-home .slidesjs-container { text-align: left; }
#site-home .slidesjs-navigation,
#site-home .slidesjs-pagination-item { display: none; font-size: 12px; font-weight: bold; }
#site-home .slidesjs-navigation { display: none; bottom: -100px; /* padding: 20px 8px; */ } /* or display:inline-block; */
#site-home .slidesjs-pagination { display: none; /* display: inline; */ }
#site-home .slidesjs-pagination-item { display: none; /* display: inline-block; */ padding: 8px; }
#site-home .slidesjs-pagination-item .active { text-decoration: underline; }

#site-home .news-area-outer {
	width: 960px;
	margin-bottom: 30px;
	padding: 63px 0 0 0;
	background: url(images/main/home_news_top.png) no-repeat scroll top center transparent;
}
#site-home .news-area {
	width: 960px;
	padding: 0 0 21px 0;
	background: url(images/main/home_news_bottom.png) no-repeat scroll bottom center transparent;
}
#site-home .news-area-inner {
	width: 960px;
	padding: 20px 0 20px 0;
	background: url(images/main/home_news_middle.png) repeat-y scroll top center transparent;
}
#site-home .news-feed {
	height: 250px;
	margin: 0 50px 0 50px;
	padding: 0 0 20px 0;
	overflow: scroll;
	overflow-x: hidden;
}
#site-home .news-feed .news {
	width: 820px;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	border-bottom: solid 1px #d9d9d9;

}
#site-home .news-feed h3 {
	padding: 20px 0 10px 32px;
	background: url(images/common/common_ico_capsule.png) no-repeat scroll left center transparent;
}

#site-home .bnr-area {
	margin-top: 50px;
}
#site-home .bnr-area .bnr {
	margin-bottom: 30px;
	border: solid 1px #d9d9d9;
	background-color: #ffffff;
	-webkit-box-shadow: 1px 1px 5px #aaa;
	        box-shadow: 1px 1px 5px #aaa;
}



/* about
-------------------------------------------------------------- */

#about {}

#about .location {
	margin-top: 40px;
}
#about .location h2 {
	margin: 0 0 20px 0;
	padding: 6px 0 6px 6px;
	border-left: solid 4px #22ac38;
}
#about .location p.name {
	margin-bottom: 10px;
}
#about .location table.address {
	margin-bottom: 20px;
}
#about .location table.address tr th,
#about .location table.address tr td {
	padding: 4px 16px 4px 0;
	font-size: 14px;
	line-height: 16px;
}
#about .location table.address span {
	display: inline-block;
	padding-right: 12px;
	color: #22ac38;
}
#about .location table.access {
	margin-bottom: 20px;
}
#about .location table.access tr th,
#about .location table.access tr td {
	padding: 6px 12px 6px 0;
}


/* search-results
-------------------------------------------------------------- */

.search-results {}




/* pharmacies Archive
-------------------------------------------------------------- */

#pharmacies #slideshow {
	padding: 10px 0;
	/*background-color: #22ac38;*/
}
#pharmacies #slides { text-align: center; }
#pharmacies .slidesjs-container { text-align: left; }
#pharmacies .slidesjs-navigation,
#pharmacies .slidesjs-pagination-item { display: none; font-size: 12px; font-weight: bold; }
#pharmacies .slidesjs-navigation { display: none; bottom: -100px; /* padding: 20px 8px; */ } /* or display:inline-block; */
#pharmacies .slidesjs-pagination { display: none; /* display: inline; */ }
#pharmacies .slidesjs-pagination-item { display: none; /* display: inline-block; */ padding: 8px; }
#pharmacies .slidesjs-pagination-item .active { text-decoration: underline; }


#pharmacies .pharmacies-list {}

#pharmacies .pharmacies-list table {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	border: solid 1px transparent;
	-webkit-border-radius: 10px 10px 10px 10px;
	   -moz-border-radius: 10px 10px 10px 10px;
	        border-radius: 10px 10px 10px 10px;
}
#pharmacies .pharmacies-list table tr {
	border-bottom: dotted 1px #20af37;
}
#pharmacies .pharmacies-list table tr.even-item {
	background-color: #ffffff;
}
#pharmacies .pharmacies-list table tr.odd-item {
	background-color: #e0f5ff;
}
#pharmacies .pharmacies-list table thead tr th {
	background-color: #d4ecfb;}
#pharmacies .pharmacies-list table tr th,
#pharmacies .pharmacies-list table tr td {
	padding: 10px 10px 4px 0;
	font-size: 12px;
	text-align: center;
	border-left: dotted 1px #dddddd;
}
#pharmacies .pharmacies-list table tr th.first-item,
#pharmacies .pharmacies-list table tr td.first-item {
	border-left: 0;
}
#pharmacies .pharmacies-list table tr th {
	text-align: center;
}
#pharmacies .pharmacies-list table tbody tr th.first-item {
	text-align: left;
	padding-left: 4em;
}



/* pharmacy
-------------------------------------------------------------- */

.single-pharmacy .pharmacies-list {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	border: solid 1px #20af37;
	-webkit-border-radius: 10px 10px 10px 10px;
	   -moz-border-radius: 10px 10px 10px 10px;
	        border-radius: 10px 10px 10px 10px;
}

.single-pharmacy .pharmacies-list table {
	width: 100%;
}
.single-pharmacy .pharmacies-list table tr {
	background-color: #ffffff;
}
/*
.single-pharmacy .pharmacies-list table tr.even-item {
	background-color: #ffffff;
}
.single-pharmacy .pharmacies-list table tr.odd-item {
	background-color: #e0f5ff;
}
*/
.single-pharmacy .pharmacies-list table thead tr th {
	border-bottom: dotted 1px #20af37;
	background-color: #d4ecfb;
}
.single-pharmacy .pharmacies-list table tr th,
.single-pharmacy .pharmacies-list table tr td {
	padding: 10px 10px 4px 0;
	font-size: 12px;
	text-align: center;
	border-left: dotted 1px #cccccc;
}
.single-pharmacy .pharmacies-list table tr th.first-item,
.single-pharmacy .pharmacies-list table tr td.first-item {
	border-left: 0;
}
.single-pharmacy .pharmacies-list table tr th {
	text-align: center;
}


.single-pharmacy .business-day-list {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	border: solid 1px #20af37;
	-webkit-border-radius: 10px 10px 10px 10px;
	   -moz-border-radius: 10px 10px 10px 10px;
	        border-radius: 10px 10px 10px 10px;
}

.single-pharmacy .business-day-list table {
	width: 100%;
}
.single-pharmacy .business-day-list table tr {
	background-color: #ffffff;
}
.single-pharmacy .business-day-list table tr th {
	border-bottom: dotted 1px #20af37;
	background-color: #eff8ff;
}
.single-pharmacy .business-day-list table thead tr {
	border-bottom: dotted 1px #20af37;
}
.single-pharmacy .business-day-list table thead tr th {
	border-bottom: dotted 1px #20af37;
	background-color: #d4ecfb;
}
.single-pharmacy .business-day-list table tr td {
	border-bottom: dotted 1px #20af37;
}
.single-pharmacy .business-day-list table tr th,
.single-pharmacy .business-day-list table tr td {
	padding: 10px 10px 4px 0;
	font-size: 12px;
	text-align: center;
	/* border-left: dotted 1px #cccccc; */
}
.single-pharmacy .business-day-list table tr th.first-item,
.single-pharmacy .business-day-list table tr td.first-item {
	border-left: 0;
}
.single-pharmacy .business-day-list table tr th {
	text-align: center;
}




/* End of file */