@CHARSET "UTF-8";

body
{
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	word-break: break-all;
}

body::before {
	/*background-image: url(/img/bg.jpg);*/
	content: "";
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
	/* [disabled]background-size: cover; */
	background-repeat: repeat-x;
	background-position: center top;
	/* [disabled]background-size: 100%; */
}


img {
	max-width:100%;
	height:auto;
}

a
{
	color: #303030;
}
a:hover
{
	color: #140005;
}

table {
	border-collapse: inherit;
	border-spacing: 1px;
}

header
{
	position: relative;
	/* [disabled]background-color: rgba(255,255,255,1); */
	/* [disabled]background-image: url(/asset/img/bg_top.jpg); */
	background-position: center;
	/* [disabled]border-bottom: 5px solid #594834; */
	/* [disabled]box-shadow: 0 3px 3px rgba(0,0,0,0.1); */
}

header .container.mag{
	width:100%;
}

header img{
	width:100%;
}

	header .shop-info
	{
	border-bottom: 1px solid #cccccc;
	/*background-color: rgba(0,0,0,0.7);*/
	}
		header .shop-info h1
		{
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 2px;
	color: #FFF;
		}
		header .shop-info h2
		{
			font-size: 12px;
			margin: 0;
			padding: 2px;
			color:#FFF;
		}
		header .shop-info .shop-tel,
		header .shop-info .shop-open
		{
			line-height: 1.5em;
			text-align: right;
			color:#FFF;
		}
		
		header a{
	/* [disabled]color:#FC6; */
		}

	header>.container.mag .title
	{
		text-align: center;
	}
	header nav
	{
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	background: #cbbaff; */
    background: -moz-linear-gradient(50deg, #cbbaff 0%, #99dfff 100%);
    /* background: -webkit-linear-gradient(50deg, #cbbaff 0%,#99dfff 100%); */
    background: linear-gradient(50deg, #cbbaff 0%,#99dfff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbaff', endColorstr='#99dfff',GradientType=1 );
	
	border-top: 1px solid #EEE;
	border-bottom: 5px solid #92A2E8;
	}
		header nav .nav li
		{
	display: inline-block;
	position: relative;
	background-color: #D9CF8E;
	margin: 5px auto;
	border: none;
	/* [disabled]box-shadow: 1px 1px 2px rgba(0,0,0,0.1); */
	/* [disabled]background-image: url(/asset/img/menu.jpg); */
	background-position: center top;
	color: #FFF;
	background-color: transparent;
	font-family: 'Libre Baskerville', serif;
		}
			header nav li:after
			{
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	/* [disabled]border-right: 1px solid #FFFFFF; */
	border-left: 1px solid #999;
	right: 0;
	height: 40%;
	top: 30%;
			}
			header nav .nav li:last-child:after
			{
				content: none;
			}
			header nav .nav li:hover,
			header nav .nav li:active,
			header nav .nav li:focus,
			header nav .nav li.active
			{
	/* [disabled]background-color: #FFFDFA; */
			}
				header nav .nav li a
				{
	display: inline-block;
	/* [disabled]font-family: 'Crimson Text', serif; */
	font-size: 19px;
    color: #333;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
	/* [disabled]letter-spacing: 2px; */
	transition: color 1.0s ease 0s, background 1.0s ease 0s;
	/* [disabled]text-shadow: -1px -1px rgba(0,0,0,0.3); */
				}
				header nav .nav li a:hover,
				header nav .nav li a:focus
				{
					opacity:0.6;
					background-color:transparent;
				}
				header nav .nav li a .sr-only
				{
					display: inline;
					width: auto;
					height: auto;
					position: relative;
					margin: 0;
					overflow: visible;
					clip: none;
					border: none;
				}
				header nav .nav li a small
				{
					font-size: 10px;
					letter-spacing: 0;
					display: block;
				}
	#main-nav
	{
		position: relative;
	}
	#main-nav.fixed
	{
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);

	background-color: rgba(208,203,117,0.8);
    border-top: 1px solid #EEE;
    border-bottom: 5px solid #92A2E8;
	
	}
	
	.nav > li > a {
	padding: 10px 20px;
}

table.link
{
	width: 100%;
	border-collapse: collapse;
}

caption
{
	padding: 8px 1em;
}

.content
{
	min-height: 600px;
	/* [disabled]background-image: url(/asset/img/bg_content.png); */
	background-repeat: repeat-x;
}

.content .container.mag .row{
	background-color: rgba(255,255,255,0.8);
	padding-top: 5px;
	/*border: 1px solid #FFF;*/
	box-shadow:1px 1px 10px rgba(0,0,0,0.2);
	margin-bottom:10px;
}

.list-group-item{
	background-color:transparent;
}

.content .container.mag .row .panel-body .row
{
	background-color:transparent;
	box-shadow:none;
	/*border:none;:?
}
		
	.panel-title
	{
	position: relative;
	color: #333;
	font-family: 'Libre Baskerville', serif;
	/* [disabled]text-shadow: -1px -1px rgba(0,0,0,0.3); */
	text-transform: uppercase;
	font-weight: bold;
	}
	.panel-title small {
    bottom: 3px;
    font-size: 13px;
    display: block;
    font-weight: normal;
    color: #333333;
    letter-spacing: 0;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

	.content .container
	{
	padding-top: 15px;
	}
	.content .right-block
	{

	}

	#information .panel-body
	{
	height: 250px;
	overflow: auto;
	padding: 0;
	}
		#information .panel-body .list-group
		{
			margin: 0;
		}
			#information .panel-body .list-group-item
			{
				border: 0;
				border-radius: 0;
				border-bottom: 1px dotted #CCCCCC;
			}
			
	#information .panel-body .list-group-item .title
	{
		padding: 1rem 2rem;
  		border-left: 6px double #000;
  		background: #f4f4f4;
	}
	#information .panel-body .list-group-item .date
	{
    padding: 3px 5px;
    text-align: left;
	}
	
	#information .panel-body .list-group-item .message
	{
		line-height:16px;
		padding:5px;
	}
	
	#pickup .panel-body
	{
		padding: 5px;
		margin-top:5px;
	}
		#pickup .panel-body .list-group
		{
			margin: 0;
		}
			#pickup .panel-body .list-group-item
			{
				border: 0;
				border-bottom: 1px dotted #CCCCCC;
			}
			#pickup .panel-body .list-group-item:last-child
			{
				border: 0;
			}
				#pickup .panel-body .list-group-item .photo
				{
					padding: 0;
					text-align: center;
					line-height: 0;
				}
					#pickup .panel-body .list-group-item .photo a
					{
						padding: 4px;
						border: 1px solid #CCCCCC;
						display: inline-block;
					}
					#pickup .panel-body .list-group-item .photo img
					{
						background-position: center center;
						background-size: contain;
						background-repeat: no-repeat;
					}
				#pickup .panel-body .list-group-item .info
				{
					padding-top: 1em;
				}
					#pickup .panel-body .list-group-item .info .title
					{
						font-size: 1.4em;
					}
					#pickup .panel-body .list-group-item .info .size
					{
						padding: 0.5em;
						border-bottom: 1px solid #CCCCCC;
					}
					#pickup .panel-body .list-group-item .info .comment
					{
						padding: 1em 0;
					}

	.slide .slick
	{
		margin-bottom: 25px;
	}
		.slide .slick .slick-slide img
		{
			background-size: contain;
			background-position: center center;
			background-repeat: no-repeat;
		}
		.slick-prev:before, .slick-next:before
		{
			color:#333333;
		}
		.slick-dots
		{
			bottom: -30px;
		}

	.qrcode
	{}
		.qrcode a
		{
			display: block;
			max-width: 200px;
			margin: auto;
			margin-top: 4px;
			margin-bottom: 8px;
			position: relative;
		}
		.qrcode .imgframe
		{
			display: inline-block;
			float: left;
			width: 82px;
			height: 82px;
			border: 1px solid rgba(0,0,0,0.2);
			overflow: hidden;
			margin-right: 8px;
		}
		.qrcode .imgframe+p
		{
			padding-top: 1em;
		}
		.qrcode a:after
		{
			content: ""; display: block; clear: both; float: none; line-height: 0; font-size: 0; height: 0;
		}

.price table
{}
	.price table th.title
	{
		font-size: 1.2em;
		font-weight: bold;
	}
	table td.name
	{
	width: 40%;
	color: #666666;
	background-color: #F9F8F7;
	font-weight: bold;
	}

.salon .item
{
	border: 1px solid #CCCCCC;
	margin-top: 8px;
	margin-bottom: 4px;
}
	.salon .item .title
	{
		font-weight: bold;
		padding: 0.5em;
		background-color: #F5F5F5;
	}
	.salon .item .img
	{
		padding: 4px;
	}
		.salon .item .img img
		{
			background-position: center center;
			background-size: contain;
			background-repeat: no-repeat;
		}
	.salon .item .info
	{
		padding: 1em;
		height: 6em;
		overflow: auto;
	}

.list-group
	{
		list-style: none;
	}
.list-staff li
	{
		padding: 0;
	}
	.list-staff .item
		{
	border: 1px solid #DCE3FF;
	margin: 6px 3px;
	background-color: #FFF;
	/* [disabled]border-radius: 3px; */
	/* [disabled]background-image: url(/asset/img/bg_content.jpg); */
	background-size: cover;
		}
		.list-staff .item .photo
		{
			padding: 4px;
			line-height: 0;
			font-size: 0;
		}
		.list-staff .item .photo a
		{
			display: inline-block;
			padding: 1px;
			border: 1px solid #CCCCCC;
		}
		
		.list-staff .item .photo img{
			width:100%;
		}
		
		.list-staff .item img
		{
			background-position: center center;
			background-size: cover;
			background-repeat: no-repeat;

		}
		.list-staff .item .info
		{
	/* [disabled]border-top: 1px solid #EEEEEE; */
	padding: 0.5em;
	height: 65px;
	overflow: auto;
	text-align: center;
		}
.waittime .list-staff .item .info
		{
			height: 70px;
		}

.profile
{ }
	table.profile>tbody>tr>th,
	table.profile>tbody>tr>td
	{
	}

	table.profile>tbody>tr>th
	{
		width: 30%;
	}
	.profile .comment
	{ margin-bottom: 20px; }
	.profile .comment .title
	{
		display: none;
		color: #471E99;
		text-shadow: 1px 1px 1px rgba(100,50,200,0.3);
	}
	.profile td.name
	{
		color: #660000;
	}
	.prof-slide
	{
		margin-bottom: 4px;
	}
		.prof-slide .slick-slide
		{
			text-align: center;
		}
		.prof-slide .img
		{
			border: 1px solid #CCCCCC;
			display: inline-block;
			padding: 1px;
		}
		.prof-slide .img img
		{
			background-position: center top;
			background-size: cover;
		}
	.prof-slide-nav img
	{
		height: 90px;
		cursor: pointer;
	}
	.prof-slide-nav .slick-slide
	{
		opacity: 0.5;
	}
	.prof-slide-nav .slick-active
	{
		opacity: 1.0;
	}

.link-top,
.link-side
{
	 margin-bottom: 1em;
	 overflow: hidden;
}
	.link-top .link-title,
	.link-side .link-title
	{
		display: none;
		margin: 0 0 8px;
		font-size: 14px;
	}



#today
{
	margin-bottom: 10px;
}
	#today .panel-body
	{
		padding: 0;
		padding-bottom: 8px;
	}
	#today .item
	{
		margin-bottom: 0px;
	}
	#today .photo
	{
		float: left;
		min-width: 78px;
		text-align: center;
	}
	#today .photo img
	{
		max-width: 80px;
	}
	#today .info
	{
		border: none;
		height: auto;
	}

.table-schedule
{
	border: 1px solid #cccccc;
	text-align: center;
}
	.table-schedule .date
	{
		background-color: #f5f5f5;
	}
	.table-schedule .profile
	{
	text-align: left;
	font-weight: bold;
	background-color: #CCC;
	color: #333;
	}
	
	.table-schedule .profile a{
	/* [disabled]color:#FFF; */
	}
	
	.table-schedule .sche>br:first-child
	{
		display:none;
	}
	.table-schedule .photo img
	{
		max-width: 80px;
	}
	.table-schedule tbody>tr>td
	{
		vertical-align: middle;
	}
	.table-schedule td
	{
		border: 1px solid #DDD;
	}
	.table-schedule td.w-6,
	.table-schedule td.sat
	{
		color: #0000FF;
	}
	.table-schedule td.w-0,
	.table-schedule td.sun
	{
		color: #FF0000;
	}

.table
{
	
	background-color:#FFF;
	
	}
	.table .title
	{
	background-color: #CCC;
	color: #333;
	}
	
.table.profile
{
	background-color:transparent;
}

.link
{}
	.link-list
	{
		text-align: center;
	}
	.link-list .item
	{
	/* [disabled]display: inline-block; */
	margin: 2px;
	}

.enter
{
}
	.enter header
	{
		background: none;
	}
	.enter header .container.mag
	{
		height: auto;
		background: none;
	}
	.enter header .container.mag
	.enter .content
	{
		background: #ffffff url(/asset/img/bg_enter.jpg) center top no-repeat;
	}
	.enter .content .text-warning
	{
		margin-top: 20px;
		color: #999999;
	}

	.enter footer table.link caption
	{
		text-align: center;
		padding-bottom: 2px;
	}
	.enter footer table.link td
	{
		padding: 0;
		text-align: center;
	}

	.main .ninsyo-frame .container .body a
	{
		font-family: 'Six Caps', sans-serif;
		color: #FFFFFF;
		font-size: 32px;
	}

footer
{
	position: relative;
	background: #cbbaff;
    background: -moz-linear-gradient(50deg, #cbbaff 0%, #99dfff 100%);
    background: -webkit-linear-gradient(50deg, #cbbaff 0%,#99dfff 100%);
    background: linear-gradient(50deg, #cbbaff 0%,#99dfff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbaff', endColorstr='#99dfff',GradientType=1 );
 	color:#FFF;
}

footer .inner900
{
	color: #ffffff;
}

.inner900{
	
	width: 95%;
    max-width: 900px;
    margin: 0 auto;
	}

footer .breadcrumbs {
	width:100%;
	padding:20px auto;
	padding-bottom: 5px;
	margin-bottom:5px;
    border-bottom: 1px solid #929497;
}

.footer_logo{
	width:300px;
	margin:10px auto;
	}

ol, ul {
    list-style: none;
}

footer .breadcrumbs ol li {
    display: inline-block;
    color: #fff;
}


footer .inner900 .info_box {
    margin: 0 auto 20px;
    display: table;
    line-height: 1.2;
}

footer .inner900 .info_box li {
    display: inline-block;
    margin: 5px;
}


footer .inner900, footer .inner900 a {
    color: #ffffff;
}


footer .inner900 a:hover{
	color: #cccccc;
}

.atten_01, .atten_01 a {
    color: #d58888;
}

.fs_13em {
    font-size: 1.3em;
}

.fs_08em {
    font-size: 0.8em;
}

.fs_14em {
    font-size: 1.4em;
}

.atten_02, .atten_02 a {
    color: #ffffff;
}


	footer nav
	{  
	padding: 10px 0;
	color: #ffffff;
    line-height: 1.1;
    letter-spacing: 1.5px;
 
	}
		footer nav a
		{
			display: inline-block;
			padding: 0 1em;
			color: #FFF;
			position: relative;
			text-decoration:none;
			text-decoration-color: #d0d0d0;
		}
		footer nav a:after
		{
			content: "";
			position: absolute;
			display: block;
			width: 2px;
			height: 80%;
			top: 8%;
			right: -0.4em;
			border-right: 1px solid #FFFFFF;
			border-left: 1px solid #666666;
		}
		footer nav a:last-child:after
		{
			content: none;
		}
		footer .mag .text-center a
		{
			display: inline-block;
			padding: 0 1em;
		}

.back2top a
{
	background-color: #FFFFFF;
}
header nav .toggle
{
	display: none;
}

.quick-contact a
{
/*	font-family: 'Six Caps', sans-serif;*/
	color: #111111;
}

.mag-link
{
	padding-bottom: 20px;
}
.mag-link a
{
	display: inline-block;
	padding: 0.5em;
	color: #111111;
}

.freetext
{
	margin-bottom: 20px;
	background-color:#FFF;
	border-radius:3px;
	border:1px solid #DCE3FF;
	padding:20px;
}
.freetext:empty
{
	margin-bottom: 0;
}

.panel-default > .panel-heading{
	border: none;
    border-radius: 0px;
    background-color: transparent;
    background-position: center bottom;
    padding: 0 0 20px;
}


.panel-heading:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    z-index: 1;
    background-color: #999;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}

.panel-title {
    position: relative;
    color: #92A2E8;
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
    background-position: center bottom;
}

.panel {
	border-radius: 0px;
    padding: 3px;
    background-color: rgba(255,255,255,0.7);
    border: 1px solid #FFF;
}

.quick-contact > .opentime{
	color:#000;
}


#opentel {
    text-align: center;
    background-color: rgba(51,51,51,0.9);
    padding: 5px;
    color: #FFF !important;
    font-size: 1.1em;
}

.container.mag {
    position: relative;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#opentel a {
    color: #FF6 !important;
}

@media (max-width: 992px)
{
	.container.mag
	{
		width: 100%;
	}

	#main-nav>div
	{
		padding: 0;
	}

	header nav .nav
	{
	/* [disabled]padding-top: 4px; */
	}
		header nav .nav li
		{
	/* [disabled]border: 1px solid rgba(0,0,0,0.1); */
	border-radius: 3px;
	margin: 2px 0;
		}
		header nav .nav li:after
		{
			content: none;
		}
			header nav .nav li a
			{
	/* [disabled]width: 65px; */
	height: 42px;
	padding: 5px;
	/* [disabled]font-size: 24px; */
	/* [disabled]line-height: 26px; */
	/* [disabled]letter-spacing: 0.5px; */
	font-size: 13px;
			}
			header nav .nav li a small
			{
				line-height: 1;
			}
	.table-schedule .sche
	{
		width: 12.5%;
		min-width: 56px;
	}
}
@media (max-width: 768px)
{
	body::before{
	background-size: 150%;
	}
	
	header h1
	{
/*		display: none;*/
	}
	header
	{
	position: inherit;
	z-index: 999;
	background-size: 130%;
	}

	header .container.mag
	{
		margin-right:0 !important;
		margin-left:0 !important;
		padding:0 !important;
	}
	
	header .row{
		margin:0 !important;
	}

	footer
	{
		padding-bottom: 120px;
	}
		footer nav:after
		{
			content: ""; display: block; clear: both; float: none; line-height: 0; font-size: 0; height: 0;
		}
			footer nav a
			{
				display: block;
				padding: 1em;
				border-bottom: 1px dotted #CCCCCC;
				width: 50%;
				float: left;
			}
			footer nav a:nth-child(2n+1):after
			{
				content: "";
				position: absolute;
				display: block;
				width: 2px;
				height: 80%;
				top: 8%;
				right: -0.4em;
				border-right: 1px solid #FFFFFF;
				border-left: 1px solid #999999;
			}
			footer nav a:after
			{
				content: none;
			}
			
			table td.name {
				width:100%;
			}
			
			.system .table-bordered > thead > tr > th, .system .table-bordered > tbody > tr > th, .system .table-bordered > tfoot > tr > th, .system .table-bordered > thead > tr > td, .system .table-bordered > tbody > tr > td, .system .table-bordered > tfoot > tr > td {
    display: block;
}
.recruit .table-bordered > thead > tr > th, .recruit .table-bordered > tbody > tr > th, .recruit .table-bordered > tfoot > tr > th, .recruit .table-bordered > thead > tr > td, .recruit .table-bordered > tbody > tr > td, .recruit .table-bordered > tfoot > tr > td {
    display: block;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left:0;
	padding-right:0;
}

.twitter-widget-wrapper iframe { width: 740px !important; }


.container.mag {
    padding-right: 5px;
    padding-left: 5px;
}


}

@media (max-width: 460px)
{
	header>.container-mag
	{
	}
	#today li
	{
		width: 100%;
	}
}

.wrapper {
    position: relative;
    width: 100%;
	margin-bottom:5px;
}
.wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}
.wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-slide {
  margin: 0 5px;
}


/*system*/

.s_title {
    display: block;
    width: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    padding-top: 13px;
}

.panel-warning>.panel-heading {
	font-size: 1.2em;
    font-weight: bold;
	color: #333;
	background-color: #CCC;
    border-color: #ddd !important
}

.panel-warning {
    border-color: #ddd !important
}


.menulist {
    margin-bottom: 5px;
    border-bottom: 1px dotted #CCC;
}

.sbox1_l {
    height: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 12px 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.sbox1_r {
    height: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 12px 10px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

/*access*/
.access_area {
    padding: 20px;
    border: 1px solid #CCC;
    background-color: #FFF;
}

.access_area ul {
    width: 100%;
    padding: 0;
    display: block;
}

.access_area ul li {
    padding: 18px 0 5px 0;
}

.access_title {
    display: block;
    vertical-align: middle;
    float: left;
    width: 30%;
}


.access_area ul h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
    color: #606060;
    font-weight: bold;
    line-height: 130%;
    padding: 0px 0 0px 0;
    margin: 0;
}

.access_area ul p {
    display: block;
    font-size: 1em;
    line-height: 160%;
    padding: 0 0 5px 3px;
    margin: 0;
    float: right;
    width: 70%;
}