/*
Theme Name: ドラッグユタカ 株式会社ユタカファーマシー
Version: 1.0
Author: 株式会社ユタカファーマシー
Author URI: http://www.d-yutaka.co.jp/
*/

/****************************************
		1. General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline; */
	list-style:none;
	}

html{
	/* background: url(images/bg_header.jpg) no-repeat top center; */
}

body{
    /* background: url(images/bg_footer.jpg) no-repeat bottom center; */
    /* font: 14px/22px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif; */
	font: 15px/22px  'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	color: #333;
} 

a{ color: #004CA0; text-decoration: underline;}
a:hover{ color: #8bc; }

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px dashed #004CA0;
    margin: 20px 0;
    clear: both;
}

h3 {
    color: #EE3C00;
    font-size: 17px;
    margin: 15px 0 10px;
}

h4 {
    color: #EE7C00;
    font-size: 15px;
    margin: 15px 0 5px;
}

h5 {
    border-left: 5px solid;
    color: #004CA0;
    font-size: 20px;
    margin: 15px 0 5px;
    padding: 0 0 0 10px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: bottom;
}

.panel-grid {
	line-height: 1.7em;
}

.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content:"";
	display: block;
	clear: both;
	height: 0;
	visibility:hidden;
}

.content-box {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.radius {
	position: relative;
	*zoom: 100%;
	border-radius: 10px;   /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
	behavior: url(/wordpress/wp-content/themes/d-yutaka/PIE.htc);
}
.radius span.arrow {
    background: url("images/header/arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: block;
}
.radius:hover span.arrow {
    background: url("images/header/arrow_hover.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: block;
}
.radius span.arrow_hover {
    background: url("images/header/arrow_hover.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: block;
}
.radius:hover span.arrow_hover {
    background: url("images/header/arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    display: block;
}
.back {
    background: none repeat scroll 0 0 #004D9F;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 auto 20px;
}
.back span {
    background: url("images/page/arrow_back.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: block;
}
.back:hover span {
	background: url("images/page/arrow_back_hover.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.link {
    background: #004ca1;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 10px auto 0;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
}
.link:hover {
	background-color: #2180d1;
	color: #ffffff;
}
.none-border {
	border: none !important;
}
/****************************************
	2. Basic Layout 
*****************************************/
#page{
	background-color: #FFFFFF;
}
#wrapper{
	position: relative;
	min-width: 1000px;
	margin: 0 auto;
}

#contents {
	width: 960px;
	margin: 0 auto;
	#margin: 0 auto 5px;
	overflow: hidden;
	padding: 20px 20px 20px;
	background: url(images/main_bg.png) repeat scroll 0 0 #FAE9CB;
	position: relative;
	zoom: 1; /* IE */
}

#page_top {
    bottom: 0;
    position: absolute;
    right: 50px;
}

/****************************************
	Header
*****************************************/
#header{
	position: relative;
	height: 210px;
	z-index: 999;
	margin-bottom: 14px;
	border-top: 10px solid #EE7C00;
}
#header .content-box {
    height: 120px;
    overflow: hidden;
}
	#header .yutaka_logo {
		position:absolute;
		width:  428px;
		height: 125px;
	}
	#header .yutaka_logo__wrap {
		display: flex;
	}
	#header .searchform {
		position:absolute;
		top: 70px;
		right: 10px;
		height: 20px !important;
	}

#sub-nav ul {
	position: absolute;
	top: -1px;
	right: 0px;
}
	#sub-nav ul li {
		float: left;
		margin-right: 14px;
	}

#main-nav {
    background-color: #004CA0;
    height: 90px;
    position: relative;
    width: 100%;
}
#main-nav ul {
	list-style-type: none;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
	#main-nav li {
		display: inline-block;
		*display:inline;
		*zoom: 1;
		position: relative;
		height: 80px;
		margin: 0 5px;
		position: relative;
		vertical-align: bottom;
		width: 150px;
	}
	
	#main-nav li a:hover img {
		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}
	
	.menu_sc {
	    left: 0;
	    position: absolute;
	    top: 0;
	    z-index: 2;
	}
	
	.menu_bg {
	    left: 0;
	    position: absolute;
	    top: 0;
	    z-index: 1;
	}

	dl.tooltip {
	    background: #ffffff;
	    border: 7px solid #EE7C00;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	    display: none;
	    margin-top: 5px;
	    padding: 3px;
	    position: absolute;
	    right: -110px;
	    top: 75px;
	    width: 350px;
	    z-index: 999;
	}
	
	dl.tooltip:after {
		content: ' ';
		height: 0;
		position: absolute;
		width: 0;
		border: 15px solid transparent;
		border-bottom-color:#EE7C00;
		top: -30px;
		left: 163px;
	}

		dl.tooltip dd a {
		    background: url(images/header/menu_bg.png) no-repeat scroll 0 0 transparent;
		    display: block;
		    float: left;
		    height: 46px;
		    text-align: left;
		    text-decoration: none;
		    width: 175px;
		}
		dl.tooltip dd a:hover {
			background: url(images/header/menu_bg_hover.png) no-repeat scroll 0 0 transparent;
			color: #ffffff;
		}

			dl.tooltip dd a span {
			    display: block;
			    padding: 12px
			}
			dl.tooltip dd a:hover span {
				
			}

#social_button {
    position: absolute;
    right: 240px;
    top: 70px;
}
#social_button a {
	text-decoration: none !important;
}

#header #s {
    border: 1px solid #DDDDDD;
    height: 18px;
    margin: 0 -1px 0 0;
    width: 150px;
    float: left;
}
#header #searchsubmit {
    background: none repeat scroll 0 0 #888888;
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    float: right;
    font-size: 15px;
    height: 30px !important;
    margin: 0 !important;
    width: 60px;
}

/****************************************
	Footer
*****************************************/
#footer{
	border-top: 10px solid #EE7C00;
	background: url(images/footer/footer_bg.png) repeat scroll 0 0 #EEEEEE;
}
	*:first-child+html #footer{margin-top:-5px;}

#footer_sitemap_wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px 20px;
    width: 960px;
}
	.footer_sitemap {
	    float: left;
	    width: 192px;
	}
	
	#sitemap h3,
	.footer_sitemap h2 {
	    background: url("images/footer/icon.png") no-repeat scroll 0 center transparent;
	    color: #555555;
	    font-size: 15px !important;
	    margin: 20px 0 0;
	    padding: 0 0 0 23px;
	}
	#sitemap li,
	.footer_sitemap li {
	    list-style: disc inside none;
	    margin: 0 0 0 10px;
	}
	#sitemap a,
	.footer_sitemap a {
		text-decoration: none;
		color: #555555;
	}
	#sitemap a:hover,
	.footer_sitemap a:hover {
		color: #9a9a9a;
	}

#footer_sitemap .widget-area{
	width:290px;
	margin-left:35px;
	float: left;
	}
	#footer .widget-area:first-child{margin-left:0;}

#footer-nav {
	text-align: center;
}
	#footer-nav ul {
		max-width: 900px;
		margin: 0 auto 30px;
		list-style-type: none;
	}
	#footer-nav ul li {
		box-sizing: border-box;
		display: inline-block;
		margin-bottom: 10px;
		padding: 0 20px;
		border-left: 1px solid #FFFFFF;
	}
	#footer-nav ul li:first-child {
		border-left: 0;
	}
	#footer-nav ul li a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer-nav ul li a:hover {
		text-decoration: underline;
	}

div.copy {
	background-color: #004CA0;
	clear: both;
	text-align:center;
	padding:20px 0;
	color: #FFFFFF
}
	div.copy small {
		font-size: 85%;
	}


/****************************************
	Page
*****************************************/
.breadcrumb {
	margin-bottom: 20px;
}
.page-contents {
	position:relative;
	width: 900px;
	margin: 0 auto;
	#margin: 0 auto 10px;
	border-radius: 10px;
	background-color: #FDF9EE;
	behavior: url(/wordpress/wp-content/themes/d-yutaka/PIE.htc);
}
	.page-contents-body h1 {
	    color: #FF0000;
	    font-size: 20px;
	    margin: 10px 0 15px;
	}
	.page-contents h2 {
		background: #FFB200;
	    color: #FFFFFF;
	    display: block;
	    font-size: 140%;
	    height: 30px;
	    line-height: 23px;
	    padding : 10px 15px 3px;
	    position: relative;
	    border-radius: 10px 10px 0px 0px;
	    behavior: url(/wordpress/wp-content/themes/d-yutaka/PIE.htc);
	}
		.page-contents h2 span {
		    background: #FFFFFF;
		    display: inline-block;
		    margin: 0 10px 0 0;
		    opacity: 0.5;
		    width: 10px;
		}
	.page-contents h3 {
	    color: #004CA0;
	    font-size: 18px;
	    margin: 15px 0 10px;
	}
	
	.page-contents h4 {
	    color: #EE7C00;
	    font-size: 18px;
	    margin: 15px 0 5px;
	}
	
	.page-contents h5 {
	    border-left: 5px solid;
	    color: #004CA0;
	    font-size: 16px;
	    margin: 15px 0 5px;
	    padding: 0 0 0 5px;
	}
	.page-contents h6 {
	    border-left: 5px solid;
	    color: #EE3C00;
	    font-size: 16px;
	    padding: 0 0 0 5px;
	}
	.page-contents .post-time {
		color: #FF0000;
		font-weight: bold;
	}
		.renew {
		    background: none repeat scroll 0 0 #FF0000;
		    color: #FFFFFF;
		    margin: 0 10px 0 0;
		    padding: 3px 15px;
		}
	.page-contents .post-title {
	    border-bottom: 2px solid #004CA0;
	    color: #004CA0;
	    font-size: 17px;
	    margin: 5px 0 20px;
	    padding: 0 0 5px 10px;
	}
.page-contents-body,
.search-contents-body {
	padding: 30px 30px 30px;
	overflow: hidden;
}
	.page-contents .page-contents-body h2 {
		background: #EE7C00;
	    border-radius: 0px;
	    color: #ffffff;
	    display: block;
	    font-size: 150%;
	    height: 30px;
	    line-height: 23px;
	    margin: 0 0 30px;
	    padding: 10px 15px 3px;
	    position: relative;
	}
	.page-contents-body p {
	    padding: 0 0 10px;
	}
	.page-contents-body .attachment-full.aligncenter {
	    display: block;
	    margin: 0 auto;
	    text-align: center;
	}
	
	.page-single-contents {
	    background: none repeat scroll 0 0 #FFFFFF;
	    margin: 0 0 30px;
	    padding: 10px 20px;
	}

.subtitle {
    border-bottom: 2px solid #004CA0;
    margin: 10px 0 20px;
}

.subtitle p {
	padding: 0;
}

ul#nav-below {
	list-style-type: none;
	margin: 15px auto;
	border-top: 2px solid #004da0;
	padding: 15px 0 0;
	text-align: center;
}
	ul#nav-below li {
		display: inline-block;
		*display:inline;
		*zoom: 1;
		text-align: center;
	}
	.nav-previous a,
	.nav-next a {
		display: block;
		width: 150px;
		height: 40px;
		line-height: 40px;
		margin: 0 20px;
		background-color: #004D9F;
		color:#FFFFFF;
		text-decoration:none;
	}
	.nav-previous a:hover,
	.nav-next a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.70;
		opacity:0.70;
	}
	

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 20px 7px 0;
	overflow: hidden;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 20px;
	overflow: hidden;
}

.page-contents-body dl {
	margin-bottom: 24px;
}

.page-contents-body dt {
	font-weight: bold;
}

.page-contents-body dd {
	margin-bottom: 24px;
}

.page-contents-body ul,
.page-contents-body ol {
	margin: 5px 0 20px 30px;
}

.page-contents-body ul li{
	list-style-type: disc;
}

.page-contents-body ol li{
	list-style-type: decimal;
}

.page-contents-body table  {
	border-spacing:0;
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
	margin: 20px 0 0;
	width: 100%;
}
.page-contents-body table th{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	color:#EE7C00;
	text-align:center;
	font-size: 14px;
	padding: 5px;
}
.page-contents-body table td{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-align: center;
	font-size: 13px;
	padding: 10px;
}

#single .page-contents-body table  {
	border: none;
	margin: 0;
	width: 100%;
}
.page-contents-body table th{
	border: none;
	color:#000000;
	text-align: left;
	font-size: 14px;
	padding: 0;
}
.page-contents-body table td{
	border: none;
	text-align: left;
	font-size: 13px;
	padding: 0;
}

#social_button_single {
    position: absolute;
    right: 0;
    top: 8px;
    width: 250px;
    z-index: 1;
}
	#social_button_single a {
	    text-decoration: none;
	}

.advanced_wrapper {
    background: #ffffff;
    padding: 10px 0;
    margin: 10px 0;
    overflow: hidden;
	position: relative;
	*zoom: 100%;
	border-radius: 10px;   /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
	behavior: url(/wordpress/wp-content/themes/d-yutaka/PIE.htc);
}

h6.accordion_h6_close {
    background-color: #3371B3;
	padding : 10px;
	border : none;
	color : #FFFFFF;
	cursor: pointer;
	position: relative;
	*margin: 0 0 20px;
}
h6.accordion_h6_open {
    background-color: #3371B3;
	padding : 10px;
	border : none;
	color : #FFFFFF;
	cursor: pointer;
	position: relative;
	*margin: 0 0 10px;
}
h6.accordion_h6_open span{
    background: url("./images/common/close.png") no-repeat scroll center center transparent;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 23px;
    width: 30px;
}
h6.accordion_h6_close span {
    background: url("./images/common/open.png") no-repeat scroll center center transparent;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 23px;
    width: 30px;
}

.accordion_content_close {
	padding: 0 !important;
	margin: 0 !important;
}
/****************************************
	Archive
*****************************************/
.news-contents {
    border-bottom: 1px dashed #CCCCCC;
    clear: both;
    overflow: hidden;
    padding: 5px 0;
    display: block;
    text-decoration: none;
}
a.news-contents:hover {
	background: #FFE0DF;
}
a.news-contents:hover .news-info .news-title {
	color: #FF6000;
}

	.news-category {
	    background: #004CA0;
	    color: #FFFFFF;
	    float: left;
	    font-size: 12px;
	    height: auto;
	    line-height: 1em;
	    margin: 5px 0;
	    padding: 3px;
	    text-align: center;
	    width: 90px;
	}
	.page-contents-body .news-info {
	    float: left;
	    margin: 0 0 0 12px;
	    max-width: 730px;
	    width: auto;
	}
		.news-info .post-time {
		    background: url(images/home/news/time.png) no-repeat scroll 3px 5px transparent;
		    color: #ff0000;
		    display: inline-block;
		    padding: 0 0 0 22px;
		}
		.news-info .news-title {
		    color: #700000;
		    display: block;
		    font-size: 15px;
		    text-decoration: none;
		}

.pagination {
    border-top: 2px solid #004DA0;
    margin: 10px 0 20px;
	clear: both;
	padding: 20px 0 10px;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	overflow: hidden;
}
	.pagination span, .pagination a {
		display: block;
		float: left;
		width: auto;
		margin: 3px 3px 3px 0;
		padding: 9px 15px;
		background: #EE7C00;
		color:#fff;
		text-decoration: none;
	}
	.pagination a:hover{
		background: #3279bb;
		color: #fff;
	}
	.pagination .current{
		padding: 9px 15px;
		background: #004CA0;
		color: #fff;
	}


/****************************************
		7.  search
*****************************************/
.search-contents-body .news-contents {
    border-bottom: 1px dashed #CCCCCC;
    clear: both;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 8px 10px;
    text-decoration: none;
}
.search-contents-body a.news-contents:hover {
	background: #FFE0DF;
}
.search-contents-body a.news-contents:hover .news-info .news-title {
	color: #FF6000;
}

	.search-contents-body .news-category {
	    background: none;
	    color: #004CA0;
	    float: none;
	    font-size: 12px;
	    height: auto;
	    line-height: 1em;
	    margin: 11px 0 0;
	    padding: 3px;
	    text-align: center;
	    width: auto;
	}
	.search-contents-body .page-contents-body .news-info {
	    float: left;
	    margin: 0 0 0 12px;
	    width: auto;
	}
		.search-contents-body .news-info .post-time {
		    background: url(images/home/news/time.png) no-repeat scroll 3px 5px transparent;
		    color: #ff0000;
		    display: inline-block;
		    padding: 0 0 0 22px;
		}
		.search-contents-body .news-info .news-title {
		    color: #700000;
		    display: block;
		    font-size: 15px;
		    padding: 0 0 0 10px;
		    text-decoration: none;
		}

#not_found {
    margin: 60px auto;
    overflow: hidden;
    width: 90%;
}
	#not_found input#s {
	    float: left;
	    font-size: 20px;
	    height: 30px;
	    padding: 5px 10px 10px;
	    width: 533px;
	}
	#not_found button#searchsubmit {
	    background: none repeat scroll 0 0 #004CA0;
	    border: medium none;
	    color: #FFFFFF;
	    float: left;
	    font-size: 20px;
	    height: 47px;
	    margin: 0;
	    width: 200px;
	}
/****************************************
		7.  widget
*****************************************/
/*
#side h3{
	background: rgba(0, 0, 0, 0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000);
	zoom: 1;
	margin:30px 0 10px;
	padding:5px 0 3px 10px;
	}
*/
/* 	#side li:first-child h3{margin-top:0;} */
	
/*
#footer h3{
	background: url(images/bg_footer_title.png) no-repeat;
	padding-left:15px;
	height: 42px;
	}

.widget-container a{text-decoration:none;}
	
.widget-container ul li{
	list-style: url(images/arrow_list.png);
	margin-left:20px;
	}
*/

/*** Calendar ***/
/*
#wp-calendar {width: 100%;}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: left;
		}
	#wp-calendar thead {font-size: 11px;}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			padding: 3px 0 2px;
			text-align: center;
			}
		#wp-calendar tbody .pad {background: none;}
	#wp-calendar tfoot #next {text-align: right;}
*/
h3.widget-title {
	color: #444444;
	font-size: 15px;
}
.widget_widget_sp_image img {
	display: block;
	margin: 0 auto;
}
.panel .textwidget {
	text-align: left;
}
	
/****************************************
		8.  Form
*****************************************/
input[type="text"], textarea{
	border:1px solid #ccc;
	padding: 5px;
	color: #666;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	}
	
input[type="submit"]{
	border:1px solid #ccc;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
	}

.panel-grid {
    margin: 0 auto !important;
    padding: 20px 0;
    width: 700px;
}
.panel-grid-cell {
    padding: 0 !important;
}
	.panel-grid-cell h3.widget-title {
	    border-bottom: 1px dashed #EE3C00;
	    color: #EE3C00;
	    font-size: 17px;
	}

.widget_sp_image-description {
    padding: 5px 20px 10px;
    text-align: center;
}

.pc-switcher-wrapper {
    background: none repeat scroll 0 0 #004CA0;
    overflow: hidden;
}
	.pc-switcher {
	    margin: 0 auto;
	    overflow: hidden;
	    width: 1000px;
	}
		.pc-switcher a  {
		    background: none repeat scroll 0 0 #FFFFFF;
		    border-radius: 10px;
		    display: block;
		    float: left;
		    font-size: 30px;
		    margin: 50px 20px;
		    padding: 30px 20px;
		    text-align: center;
		    text-decoration: none;
		    width: 920px;
		}

/****************************************
		img animation
*****************************************/
/* ContentsArea1
-------------------------- */
#contentsarea1 {
    width: 400px;
    text-align: left;
    position: relative;
}
 
#contentsarea1 ul {
    width: 400px;
}
 
#contentsarea1 ul li {
    width: 400px;
    height: 330px;
    text-align: left;
    float: left;
    display: inline;
}
 
#contentsarea1 ul li img {
    -webkit-transform:scale(1);
    position: absolute;
    opacity: 0.9;
    z-index: 10;
}
 
 
/* ClearFixElements
-------------------------- */
#contentsarea1 ul:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
 
/* CSS3 HoverAnimation
-------------------------- */
@-webkit-keyframes hoverSpread {
    0% {-webkit-transform:scale(1);opacity: 0.7;}
    100% {-webkit-transform:scale(1.5);opacity: 1;}
}
 
#contentsarea1 ul li img:hover {
    -webkit-animation-name: hoverSpread;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: 1;
 
    -webkit-transform: scale(1.5);
    -webkit-box-shadow: 0 0 10px #000;
    margin-left: 50px;
    opacity: 1;
    z-index: 20;
}
/* ContentsArea2
-------------------------- */
#contentsarea2 {
    width: 330px;
    text-align: left;
    position: relative;
}
 
#contentsarea2 ul {
    width: 330px;
}
 
#contentsarea2 ul li {
	margin-left: 20px;
	margin-top: -10px;
    width: 330px;
    height: 330px;
    text-align: left;
    float: left;
    display: inline;
}
 
#contentsarea2 ul li img {
    -webkit-transform:scale(1);
    position: absolute;
    opacity: 0.9;
    z-index: 10;
}
 
 
/* ClearFixElements
-------------------------- */
#contentsarea2 ul:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
 
/* CSS3 HoverAnimation
-------------------------- */
@-webkit-keyframes hoverSpread {
    0% {-webkit-transform:scale(1);opacity: 0.7;}
    100% {-webkit-transform:scale(1.5);opacity: 1;}
}
 
#contentsarea2 ul li img:hover {
    -webkit-animation-name: hoverSpread;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: 1;
 
    -webkit-transform: scale(1.5);
    -webkit-box-shadow: 0 0 10px #000;
    margin-left: -50px;
    opacity: 1;
    z-index: 20;
}
/* ContentsArea3
-------------------------- */
#contentsarea3 {
    width: 430px;
    text-align: left;
    position: relative;
}
 
#contentsarea3 ul {
    width: 430px;
}
 
#contentsarea3 ul li {
	margin-top: -50px;
    width: 430px;
    height: 180px;
    text-align: left;
    float: left;
    display: inline;
}
 
#contentsarea3 ul li img {
    -webkit-transform:scale(1);
    position: absolute;
    opacity: 0.9;
    z-index: 10;
}
 
 
/* ClearFixElements
-------------------------- */
#contentsarea3 ul:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
 
/* CSS3 HoverAnimation
-------------------------- */
@-webkit-keyframes hoverSpread {
    0% {-webkit-transform:scale(1);opacity: 0.7;}
    100% {-webkit-transform:scale(1.5);opacity: 1;}
}
 
#contentsarea3 ul li img:hover {
    -webkit-animation-name: hoverSpread;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-iteration-count: 1;
 
    -webkit-transform: scale(1.5);
    -webkit-box-shadow: 0 0 10px #000;
    margin-left: 50px;
    opacity: 1;
    z-index: 20;
}


/* Main Slide
-------------------------- */
.mainslider {width: 100%; background-color: #F9EACE;}
.mainslider img {width: 99%; margin: 0 auto;}
.slider-wrapper {height: 10px!important;}
.home-shop-search {height: 10px!important;}
.slick button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.slick-prev {
	position: absolute !important;
	top: 43%;
	left: 2%;
	z-index: 999;
}
.slick-next {
	position: absolute !important;
	top: 43%;
	right: 2%;
	z-index: 999;
}
.slick-prev:hover,.slick-next:hover {
	cursor : pointer;
	opacity: 70% !important;
}
#slick_sub .slick-prev {
	position: absolute !important;
	top: 43%;
	left: 2%;
	z-index: 999;
}
#slick_sub .slick-prev img{
	width: 30px;
	text-align: center;
}
#slick_sub .slick-next {
	position: absolute !important;
	top: 43%;
	right: 2%;
	z-index: 999;
}
#slick_sub .slick-next img{
	width: 30px;
	text-align: center;
}
.slick-prev:hover,.slick-next:hover {
	cursor : pointer;
	opacity: 70% !important;
}
#slick_sub button{
	width: 30px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide_ttl {clear:both; width: 100%; font-size:20px; text-align:center; padding: 6px 0; margin: 0 auto; background: #F4B43F; color: #fff; border-radius: 10px 10px 0 0;}
#saleinfo {width:100%;margin:0 auto;}
#saleinfo .row:after {content:""; clear:both; display:block;}
#saleinfo .box25 {float:left; width:25%;}
#saleinfo .box25 img {width:95%; margin:2.5%;}
.slick_sub {margin-bottom: 30px;}

.btn_eparklink {margin:10px 10px 5px;padding:10px;font-size:16px;background-color:#99BF42;border-radius:6px;color:#fff;text-align:center;}
#prescription a {text-decoration:none !important;}
.howtoepark {margin:0 auto 5px;text-align:center;text-decoration:underline;color:#999;}