/* CSS Document */

/* --------------------------------
 �������ɾܺٲ���
 -------------------------------- */

h1.store_name {
	margin-top: 30px;
/*	background: #9bc269;*/
	background: #ffc753;
	color: #fff;
	padding: 35px 20px 15px 20px;
	margin-bottom: 15px;
	font-size: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.store_info {
	width: 100%;
/*
	float: left;
*/
}

h2.store_caption {
	float: left;
	width: 540px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.store_info p.store_description {
	float: left;
	width: 540px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
}

.store_info table.service {
	width: 100%;
	border-top: #bfdefa solid 1px;
	border-right: #bfdefa solid 1px;
	border-left: #bfdefa solid 1px;
}

.store_info table.service th {
	vertical-align: middle;
	text-align: left;
	width: 60px;
	border-bottom: #FAFAFA solid 1px;
	padding: 15px 0 15px 10px;
	font-size: 12px;
	background: #bfdefa;
}

.store_info table.service td {
	vertical-align: middle;
	padding: 15px 0 15px 10px;
	border-bottom: #bfdefa solid 1px;
	padding: 8px;
	line-height: 20px;
	font-size: 12px;
}

.store_info table.service td .icon_small {
	display: block;
	text-align: right;
	font-size: 10px;
}

.store_info table.news {
	margin-top: 20px;
	width: 100%;
	border-top: #bfdefa solid 1px;
	border-right: #bfdefa solid 1px;
	border-left: #bfdefa solid 1px;
}

.store_info table.news th {
	vertical-align: middle;
	text-align: left;
	width: 60px;
	border-bottom: #FAFAFA solid 1px;
	padding: 15px 0 15px 10px;
	font-size: 12px;
	background: #bfdefa;
}

.store_info table.news td {
	vertical-align: middle;
	padding: 15px 0 15px 10px;
	border-bottom: #bfdefa solid 1px;
	padding: 8px;
	line-height: 20px;
	font-size: 12px;
}
.store_map {
	width: 536px;
	height: 280px;
	margin-bottom: 10px;
	border: 2px solid #005FB5;
}

.drugstore_map {
	float: left;
	width: 540px;
	height: 330px;
}

.map_drugstore {
	width: 540px;
	height: 230px;
	border: 2px solid #005FB5;
}

.store_contact {
	width: 280px;
	float: right;
}

.store_contact_title {
	background: #88bded;
	color: #fff;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.data_caption {
	margin-top: 20px;
/*	background: #95d039;*/
	background: #376fa2;
	color: #fff;
	padding: 12px;
	margin-bottom: 10px;
	font-size: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


#oubo_btn {
	background: #ff6347;
	color: #fff;
	padding: 12px 180px 12px 180px;
	font-size: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


#oubo_btn:hover {
	opacity: 0.6;
	cursor: pointer;
}


#news_content{
/*	padding: 10px 0 0 10px;*/
	margin:20px 0;
}


#news_content li{
    font-size: 15px;
	padding: 5px 0 5px 5px;
}

table.contact {
	width: 100%;
	border-top: #bfdefa solid 1px;
	border-right: #bfdefa solid 1px;
	border-left: #bfdefa solid 1px;
}

table.contact th {
	vertical-align: middle;
	text-align: left;
	width: 60px;
	border-bottom: #FAFAFA solid 1px;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	background: #bfdefa;
}

table.contact td {
	border-bottom: #bfdefa solid 1px;
	padding: 8px;
	line-height: 25px;
	font-size: 12px;
}

table.contact td .tell {
	line-height: 55px;
	color: #F93;
	font-weight: bold;
	font-size: 150%;
}

table.data {
	width: 100%;
/*
	border-top: #d0f19d solid 1px;
	border-right: #d0f19d solid 1px;
	border-left: #d0f19d solid 1px;
*/
	border: #03315a solid 1px;
}

table.data th {
	vertical-align: middle;
	text-align: left;
/*
	width: 120px;
*/
	width: 20%;
	border-bottom: #999999 solid 1px;
	padding: 15px;
	font-size: 14px;
/*	background: #d0f19d;*/
	background: #03315a;
	font-weight: normal;
	color: #FFF;
}

table.data td {
	vertical-align: middle;
/*	padding: 15px 0 15px 15px;*/
	padding: 15px 15px 15px 15px;
/*	border-bottom: #d0f19d solid 1px;*/
	border-bottom: #999999 dotted 1px;
	line-height: 20px;
	font-size: 15px;
}

table.data td.nichizai_icon img {
	float: right;
}


table.data td .tell {
	line-height: 30px;
	color: #f93;
	font-weight: bold;
	font-size: 130%;
}



.service_flg_1 {
	font-size: 13px;
	display: inline-block;
	margin: 3px;
	padding: 10px;
	border-radius: 3px;
/*
	background-color: #bfdefa;
*/
	background-color: #baf1d7;
	vertical-align: middle;
	width: 145px;
}

.service_flg_0 {
	font-size: 13px;
	display: inline-block;
	margin: 3px;
	padding: 10px;
	border-radius: 3px;
	color: #ccc;
	background-color: #f2f2f2;
	vertical-align: middle;
	width: 145px;
}



.invisible {
	display: none;
}

p.toolTip {
	font-size: 12px;
	margin: 0;
	padding: 10px;
	width: 300px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	min-height: 30px;
	top: 100px;
	position: absolute;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.mapLink {
	display: inline-table;
	margin-left: 10px;
}

.mapLink a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	width: 40px;
	padding: 2px 10px;
/*	background: #ff9933;*/
	background: #acacac;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.mapLink a:hover {
/*	background: #f60;*/
	background: #27ae60;
/*	color: #fff;*/
}



.mouseLink {
	display: inline-table;
	margin: 10px 0;
}

.mouseLink a {
	text-decoration: none;
/*	color: #fff;*/
	text-align: center;
	width: 40px;
	padding: 5px 10px;
/*	background: #ff9933;*/
	background: #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
}

.mouseLink a:hover {
/*	background: #f60;*/
	background: #27ae60;
/*	color: #fff;*/
}


/*  �Ͽް�������  */
.map {
	margin-top: 20px;
	width: 600px;
	height: 600px;
	border: #88bded 2px solid;
}

.print_btn {
	padding: 20px;
	margin-bottom: 50px;
}
.corporation_btn {
	padding: 20px;
	text-align: center;
}
.print_btn a, .corporation_btn a {
	padding: .5em 1em .5em 1em;
	margin: 20px auto;
	background: #005fb5;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #005fb5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.print_btn a:hover, .corporation_btn a:hover {
	color: #FFF;
	background: #63B8EE;
}

.print_button {
	background: #005fb5 none repeat scroll 0 0;
	border: 1px solid #005fb5;
	border-radius: 3px;
	color: #fff;
	display: block;
	width: 200px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background: #005fb5;
	margin-top: 10px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	width: 200px;
	border: 1px solid #005fb5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.number span.small {
	padding-left: 40px;
	font-size: 12px;
}
span.news {
	font-size: 10px;
	padding: 2px;
	color: #FFF;
	background: #F93;
}

/* --------------------------------
 ������̲���
 -------------------------------- */
h1.result {
	font-size: 16px;
/*
	font-weight: bold;
*/
	font-weight: normal;
	margin-top: 30px;
	padding-bottom: 60px;
	background: none;
	color: #555;
	height: 35px;
	line-height: 20px;
	text-align: left;
}

h1.result span {
	color: #90c7ad;
	font-size: 25px;
	font-weight: bold;
}

h1 .message {
	font-size: 16px;
	font-weight: normal;
	margin-top: 15px;
	padding-bottom: 20px;
}

h1 .message p {
	color: #005fb5;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	overflow: visible;
	white-space: initial;
	padding: 0 5px;
}



/*  google map  */
.gmap_area {
	width: 846px;
	border: 2px solid #005FB5;
	height: 350px;
	margin-bottom: 30px;
}

/* �ȼ����ɤ���ʤ���� */
#dokuzi_search {
	background: #FFF;
	margin-bottom: 50px;
}

#dokuzi_search .heading {
	font-size: 16px;
	font-weight: bold;
	text-indent: 1em;
	width: 100%;
	line-height: 50px;
	color: #FFF;
	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;
}

#dokuzi_search .box {
	height: 100%;
	padding-bottom: 20px;
	background: #FFF;
	border: #005FB5 2px solid;
}

#dokuzi_search .box ul.storeList {
	padding: 20px 40px;
}

#dokuzi_search .box ul.storeList li {
	width: 80px;
	dokuzi_search-style: none;
	display: inline-block;
	margin: 0 3px;
	line-height: 30px;
}

#dokuzi_search .checkbox {
	font-size: 14px;
	position: relative;
	display: inline-block;
	padding: 10px 14px 14px 8px;
	vertical-align: middle;
	cursor: pointer;
}

#dokuzi_search .submit {
	margin: 0 auto;
	text-align: center;
}

#dokuzi_search .submit input {
	font-weight: bold;
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	padding: 10px 40px;
	font-size: 12px;
	background-color: #005fb5;
	color: #fff;
	border-style: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.link_color_black {
	color: #000;
}
.link_color_gray {
	color: #b6b6b6;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.store_detail {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-bottom: 10px;
	margin-bottom: 2em;
/*	border: 3px solid #9bc269;*/
	border: 5px solid #eae6e6;
}

.store_name {
/*	color: #3f3f3f;*/
	color: #FFF;
/*	background: #9bc269; */
	background: #c7000a;
	padding: 15px;
/*	padding: 20px 15px 20px 15px;*/
	margin-bottom: 18px;
	font-weight: bold;
/*	font-size: 16px;*/
	font-size: 18px;
}

.store_name .store_num {
	text-align: center;
	padding: 0 8px;
	background: #fff;
/*	color: #9bc269; */
	color: #e62f2f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.store_name a {
	color: #fff;
	text-decoration: none;
}

.store_name a:hover {
	color: #ff9900;
/*
	color: #005FB5;
	text-decoration: underline;
*/
}

.store_intro {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	margin: 20px 0;
}

.store_data {
	width: 100%;
	float: left;
	padding: 0 2%;
}

.store_data .koyou_text {
    color: #ffffff;
    background-color: #808080;
    padding: 5px;
}


.store_data .keitai {
    padding-top: 10px;
    padding-bottom: 10px;
/*    text-align: right;*/
}


.store_data .name {
    font-size: 20px;
}


.store_data .left_data {
    display: inline-block;
    vertical-align: top;
    padding: 30px 20px 30px 30px;
}


.store_data .right_data {
    display: inline-block;
    padding: 20px;
    width: 50%;
}


.store_data table.data {
	width: 100%;
/*
	width: 96%;
	border-top: #d0f19d solid 1px;
	border-right: #d0f19d solid 1px;
	border-left: #d0f19d solid 1px;
*/
	border: #ccc solid 1px;
}

.store_data table.data th {
	text-align: left;
	width: 15%;
	border-bottom: #fafafa solid 1px;
	padding: 10px;
	font-size: 13px;
	color: #333;
	font-weight: normal;
/*	background: #d0f19d;*/
	background: #ccc;
}

.store_data table.data td {
/*	border-bottom: #d0f19d solid 1px;*/
	border-bottom: #ccc solid 1px;
	padding: 8px;
	padding: 10px 0 10px 10px;
/*	font-size: 13px;*/
	font-size: 15px;
}

.store_com {
	float: left;
	width: 370px;
}

.store_com p {
	line-height: 22px;
	font-size: 12px;
	padding: 0 20px 10px 20px;
}

.store_com_icon {
	padding: 0 20px 10px 20px;
}

.store_com .btn a {
	color: #fff;
	margin-top: 20px;
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #005fb5;
	background: #005fb5;
}

.store_com .btn a:hover {
	background: #005FB5;
}

.store_com .btn_long a {
	/*
	 display: block;
	 */
	margin: 0 20px;
	color: #FFF;
	font-weight: bold;
	padding: 1em 1em 1em 1em;
	line-height: 60px;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #005FB5;
}

.store_com .btn_long a:hover {
	background: #207Fd5;
}



.btn a {
	color: #fff;
	margin-top: 20px;
	display: block;
	margin: 0 auto;
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #005fb5;
	background: #005fb5;
}

.btn a:hover {
	background: #005FB5;
}

.btn_long a {
	/*
	 display: block;
	font-weight: bold;
	padding: 1em 1em 1em 1em;
	 */
/*	margin: 0 20px;*/
	margin-right:42px;
/*	color: #000000;*/
	color: #fff;
/*	padding: 14px;*/
	padding: 5px 15px;
/*	line-height: 60px;*/
/*	font-size: 13px;*/
	font-size: 15px;
	font-weight:bold;
/*	text-align: left;*/
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ab0000;
/*	background: #95d039;*/
}

.btn_long a:hover {
/*	background: #27ae60;*/
	background: #ff6000;
}


.btn_menu a {
	margin: 0 20px;
	color: #fff;
	padding: 14px;
	line-height: 60px;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #005fb5;
}

.btn_menu_admin a {
	margin: 0 20px;
	color: #fff;
	padding: 14px;
	line-height: 60px;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #00bfff;
}

.btn_menu a:hover, 
.btn_menu_admin a:hover {
	opacity: 0.7;
}


.mark {
	padding-right: 2px;
}

span.new {
	color: #F60;
	padding: 5px;
	background: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 12px;
	float: right;
}

.store_news {
	padding: 20px;
}

.store_news table.news {
	width: 100%;
	border-top: #bfdefa solid 1px;
	border-right: #bfdefa solid 1px;
	border-left: #bfdefa solid 1px;
}

.store_news table.news th {
	text-align: left;
	width: 70px;
	border-bottom: #FAFAFA solid 1px;
	padding: 10px 0 10px 10px;
	font-size: 12px;
	background: #bfdefa;
}

.store_news table.news td {
	border-bottom: #bfdefa solid 1px;
	padding: 8px;
	font-size: 12px;
}
p.element-list-feature {
	display: inline-block;
	line-height: 25px;
}

/*	�޽����ꥹ��	*/
ul.on_list {
	margin-bottom: 20px;
	border-left: 1px solid #999;
}

ul.on_list li {
	font-size: 12px;
	border-right: 1px solid #999;
	display: inline;
	list-style: none;
	padding: 0 10px 0 10px;
}

/*  ������̰���  */
table.address_list {
	margin-bottom: 1em;
	width: 100%;
	border-top: #88BDED solid 1px;
	border-left: #88BDED solid 1px;
}

table.address_list th {
	color: #fff;
	vertical-align: middle;
	text-align: left;
	width: 120px;
	border-bottom: #88BDED solid 1px;
	padding: 15px 0 15px 10px;
	font-size: 14px;
	background: #88BDED;
}

table.address_list td {
	width: 170px;
	vertical-align: middle;
	padding: 15px 0 15px 10px;
	border-right: #88BDED solid 1px;
	border-bottom: #88BDED solid 1px;
	padding: 8px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

/* ���Υ��ꥢ�Ǻ�����ϽФ��������ɤ�õ���ܥ��� */
.serch_btn {
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.serch_btn a {
	color: #FFF;
	margin-top: 20px;
	display: block;
	margin: 0 auto;
	width: 500px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #63B8EE;
	background: #88bded;
}

.serch_btn a:hover {
	color: #FFF;
	background: #63B8EE;
}

/* ���������Ĵ�٤� */
a.scuell {
	margin-left: 10px;
	font-size: 10px;
	display: inline-block;
	padding: 5px;
	color: #fff;
	background: #88BDED;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a:hover.scuell {
	color: #fff;
	background: #005fb5;
}
/* #98 Start Luvina Modify*/
.search_btn {
	color: #FFF;
	margin-top: 20px;
	display: block;
	margin: 0 auto;
	width: 500px;
	line-height: 17px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #63B8EE;
	background: #88BDED;
	padding: 10px 0 10px 0;
}

.search_btn:hover {
	color: #FFF;
	cursor: pointer;
	background: #63B8EE;
}
.search_btn .search_span {
	display: block;
}
.search_btn .search_span_note {
	font-size: 11px;
}
/* #98 End Luvina Modify*/
/*#84 Start Luvina Fix Bug 237*/
.alert_btn {
	color: #FFF;
	margin-top: 20px;
	display: block;
	margin: 0 auto;
	width: 500px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #EF5464;
	background: #EF6879;
}
/*#84 End Luvina Fix Bug 237*/
/* pager */
.pager ul {
	margin-bottom: 40px;
	text-align: center;
}

.pager ul li {
	display: inline-block;
	padding: 10px;
	margin: 3px;
	background: #88bded;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pager ul li a {
	font-size: 14px;
	color: #FFF;
}

/* column */
.column {
	margin-bottom: 50px;
	margin-top: 10px;
}

.column p {
	font-size: 12px;
	line-height: 23px;
}

/* --------------------------------
 ��������
 -------------------------------- */
#column_contents {
	clear: both;
	margin-top: 50px;
	padding: 20px;
	margin: 0 auto;
	background: #FEF7D8;
}

h1.column_title {
	background: #88BDED;
	color: #fff;
	padding: 20px;
	margin-bottom: 15px;
	font-size: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.column_right {
	background: #FFF;
	float: right;
	width: 280px;
	border: 2px solid #005fb5;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.column_left {
	background: #FFF;
	float: left;
	width: 280px;
	border: 2px solid #005fb5;
	padding: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.column_right_text {
	float: right;
	width: 480px;
}

.column_left_text {
	float: left;
	width: 480px;
}

p.column_p_top {
	text-align: center;
	border-bottom: 3px double #005fb5;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

p.column_p {
	font-size: 12px;
	line-height: 23px;
}

ul.column_ul {
	font-size: 12px;
	line-height: 25px;
}

ul.column_ul li {
	color: #005fb5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	list-style: decimal inside;
}

ul.column_ul li span {
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #666;
}

/* ���Υ��ꥢ�Ǻ�����ϽФ��������ɤ�õ���ܥ��� */
.column_serch_btn {
	padding: 10px;
	margin-top: 20px;
}

.column_serch_btn a {
	color: #FFF;
	margin-top: 20px;
	display: block;
	margin: 0 auto;
	width: 500px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #63B8EE;
	background: #88BDED;
}

.column_serch_btn a:hover {
	color: #FFF;
	background: #63B8EE;
}

.clear {
	clear: both;
	height: 40px;
}
/* #96 Start Luvina Modify*/
#header_scroll {
	background-color: #005fb5;
	width: 100%;
}
.scroll_hidden {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	z-index: 10000;
	opacity: 0;
}
.scroll_hidden.show {
	position: fixed;
	height: auto;
	opacity: 1;
	visibility: visible;
	top: 0px;
}
.show_scroll {
	background-color: #005fb5;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 1em 1em 1em 1em;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.l-yk {
	transition: all 0.55s ease 0s;
	-webkit-transition: all 0.55s ease 0s;
}
.show_scroll_name {
	float: left;
	width: 470px
}
.show_scroll_tel {
	float: right;
	width: 360px;
}
#scroll_page_top {
	display: block;
	visibility: hidden;
	position: fixed;
	background-color: #005fb5;
	bottom: 15px;
	right: 15px;
	width: 1em;
	padding: 3px 5px 20px 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	opacity: 0;
	line-height: 1.2em;
}
#scroll_page_top.show {
	visibility: visible;
	opacity: 1;
}
#scroll_page_top span {
	display: block;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}
h1.scroll_margin {
	margin-top: 15px;
}
/* #96 End Luvina Modify*/
/* #98 Start Luvina Modify*/
.text_note {
	font-size: 10px;
	margin-top: 20px;
}
/* #98 End Luvina Modify*/
/* --------------------------------
 footer
 -------------------------------- */
#job_content #footer {
	margin-top: 50px;
}
/*#101 Start Luvina Modify*/
.clearfix:AFTER {
	clear: both;
	display: table;
	visibility: hidden;
	height: 0;
	width: 0;
	overflow: hidden;
	content: ".";
}
.indexed-impressions {
	margin-top: 30px;
}
.indexed-impressions .info-left {
	float: left;
	width: 540px;
}
.indexed-impressions .info-right {
	float: right;
	width: 280px;
}
.store_impression {
	background-color: #FFFFE8;
	padding: 20px 10px;
	border-radius: 3px;
	border: 1px solid #bfdefa;
}
.store_impression {
	margin-top: 20px;
}
.store_impression .store_impression_title, .store_impression .parts_title {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
}
.store_impression .parts_name {
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0px;
}
.store_impression .parts_contents {
	font-size: 9px;
	font-weight: bold;
	padding: 9px 0px;
}
.store_impression .parts_name .hissu {
	color: red;
	margin-right: 5px;
}
.store_impression textarea, .store_impression select, .store_impression input[type='text'] {
	width: 100%;
	border: 1px solid #d5d5d5;
	color: #666;
	padding: 5px;
	box-sizing: border-box;
	font-size: 12px;
}
.store_impression input[type="submit"] {
	background: linear-gradient(#0053ad, #00438c) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #004896;
	border-radius: 5px;
	box-shadow: 0 0 2px #666;
	color: #fff !important;
	cursor: pointer;
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 40px;
	margin-top: 20px;
}
.store_impression input[type="submit"]:HOVER {
	background: linear-gradient(#008bdc, #0079bf) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-color: #009efa;
}
.store_impression .txtCenter {
	text-align: center;
	font-size: 10px;
	line-height: 1.3em;
}
.submit-with-ajax-parent {
	position: relative;
}
.submit-with-ajax-parent.loading:AFTER {
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.form-error-message {
	font-size: 11px;
	color: red;
	padding: 5px 0px;
	display: block;
}
form.button-form {
	display: inline-block;
}
.inner {
	font-size: 12px;
}
.inner2 {
	font-size: 10px;
	font-weight: normal;
}
.form_content p {
	font-size: 16px;
	line-height: 1.4em;"
}
/*#101 End Luvina Modify*/

/* ��������NEW */

#pan {
	font-size: 12px;
	padding: 20px 0 20px 0;
}
#left_column {
	float: left;
	clear: both;
	width: 580px;
}
#left_column h3 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
	background: #005fb5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#left_column h4 {
	margin-top: 40px;
	color: #FFF;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	background: #88bded;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#left_column h4:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#left_column h4 {
	display: inline-block;
}
#left_column p {
	clear: both;
	font-size: 14px;
	line-height: 25px;
}
#left_column .right {
	clear: both;
	float: right;
	padding-left: 20px;
}
#left_column .left {
	clear: both;
	float: left;
	padding-right: 20px;
}
.serch_head {
	position: relative;
	z-index: 900;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
	background: #88bded;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.serch_head:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88bded;
	border-width: 15px;
	margin-left: -15px;
}
.column_serch_box {
	z-index: 1;
	position: relative;
	top: -30px;
	color: #3e3e3e;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 40px 0 70px 0;
	background: #d2eaff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.column_serch_box .serch_title {
	font-size: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.column_serch_box dl.search {
	display: block;
	width: 500px;
	margin: 0 auto;
}
.column_serch_box dl.search dt {
	float: left;
	clear: left;
	width: 400px;
}
.column_serch_box dl.search dt input {
	width: 100%;
	padding: 9px 0 9px 0;
	text-indent: 1em;
	font-size: 18px;
	border: none;
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", "�ͣ� �Х����å�", "MS PGothic", sans-serif;
}
.column_serch_box dl.search dd {
	padding-left: 20px;
	width: 50px;
	float: left;
}
.column_serch_box dl.search dd button {
	border: none;
	cursor: pointer;
	background: #4e91e4;
}
#right_column {
	width: 210px;
	float: right;
}
#right_column .column a {
	margin-top: 0;
}

#landing_contents .case {
	clear: both;
	display: block;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 20px 0;
}
#landing_contents .white {
	background: #FFF;
}
#landing_contents .gray {
	background: #f5f5f5;
}
#landing_contents h3 {
	position: relative;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
	background: #88bded;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#landing_contents h3:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88bded;
	border-width: 15px;
	margin-left: -15px;
}
#landing_contents h4 {
	margin-top: 30px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #005fb5;
	margin-bottom: 20px;
}
#landing_contents h4 span {
	font-size: 16px;
	color: #777777;
	padding-right: 1em;
}
#landing_contents p.mid_p {
	color: #646464;
	font-size: 16px;
	line-height: 30px;
	padding: 30px 0;
	display: inline-block;
	clear: both;
}
#landing_contents p.answ_p {
	font-size: 18px;
	color: #88bded;
	font-weight: bold;
}
ul.voice li.v1 {
	display: inline-block;
	vertical-align: midule;
	background: url(/img/pc/voice_bg.png) no-repeat;
	margin-right: 30px;
	width: 88px;
	height: 88px;
}
ul.voice li.v1 p {
	padding-top: 30px;
	color: #88bded;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}
ul.voice li.v2 {
	position: relative;
	display: inline-block;
	vertical-align: midule;
	background: #FFF;
	width: 590px;
	padding: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
	-webkit-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
	-moz-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
}
ul.voice li.v2:after, ul.voice li.v2:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
ul.voice li.v2:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #FFFFFF;
	border-width: 15px;
	margin-top: -15px;
}
ul.voice li.v2:before {
	border-color: rgba(247, 247, 247, 0);
	border-right-color: #e8e8e8;
	border-width: 21px;
	margin-top: -21px;
}
ul.voice li.v2 p {
	color: #00427d;
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	margin: 0.5em 0 0.5em 0;
	padding-left: 1em;
	text-indent: -1em;
}
ul.answ {
	margin-bottom: 30px;
}
ul.answ li.a1 {
	margin-right: 30px;
	position: relative;
	display: inline-block;
	vertical-align: midule;
	background: #FFF;
	width: 550px;
	padding: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
	-webkit-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
	-moz-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
}
ul.answ li.a1:after, ul.answ li.a1:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
ul.answ li.a1:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #FFFFFF;
	border-width: 15px;
	margin-top: -15px;
}
ul.answ li.a1:before {
	border-color: rgba(247, 247, 247, 0);
	border-left-color: #e8e8e8;
	border-width: 21px;
	margin-top: -21px;
}
ul.answ li.a1 p {
	color: #686868;
	font-size: 14px;
	text-align: left;
	line-height: 22px;
	margin: 0.5em 0 0.5em 0;
}
ul.answ li.a1 p.answ_p {
	font-size: 18px;
	color: #88bded;
	font-weight: bold;
}
ul.answ li.a2 {
	display: inline-block;
	vertical-align: midule;
}
ul.vo_an {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
ul.vo_an li {
	list-style: none;
}
ul.vo_an li.v3 {
	width: 350px;
	height: 160px;
	clear: both;
	float: left;
	background: #FFF;
	padding: 20px;
	margin-right: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
	-webkit-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
	-moz-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
}
ul.vo_an li.v3 p {
	color: #00427d;
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	margin: 0.5em 0 0.5em 0;
	padding-left: 1em;
	text-indent: -1em;
}
ul.vo_an li.v3 p.answ_p {
	font-size: 18px;
	color: #88bded;
	font-weight: bold;
}
ul.vo_an li.a3 {
	width: 350px;
	height: 160px;
	display: inline-block;
	background: #FFF;
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
	-webkit-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
	-moz-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
}
ul.vo_an li.a3 p {
	color: #686868;
	font-size: 14px;
	text-align: left;
	line-height: 22px;
	margin: 0.5em 0 0.5em 0;
}
ul.vo_an li.a3 p.answ_p {
	font-size: 18px;
	color: #88bded;
	font-weight: bold;
}
.landing_search_head {
	position: relative;
	z-index: 900;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
	background: #88bded;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.landing_search_head:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88bded;
	border-width: 15px;
	margin-left: -15px;
}
.landing_search {
	z-index: 1;
	position: relative;
	top: -30px;
	color: #3e3e3e;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 40px 0 20px 0;
	background: #d2eaff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.landing_search ul li {
	padding: 0;
	margin: 0;
	height: 42px;
	line-height: 42px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.landing_search ul li p {
	position: relative;
	top: -10px;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
}
.landing_search ul li dl {
	height: 42px;
}
.landing_search ul li dl.search {
	display: block;
	width: 500px;
	margin: 0 auto;
}
.landing_search ul li dl.search dt {
	float: left;
	clear: left;
	width: 400px;
}
.landing_search ul li dl.search dt input {
	height: 42px;
	width: 100%;
	text-indent: 1em;
	font-size: 18px;
	border: none;
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", "�ͣ� �Х����å�", "MS PGothic", sans-serif;
}
.landing_search ul li dl.search dd {

	width: 50px;
	float: left;
}
.landing_search ul li dl.search dd button {
	border: none;
	cursor: pointer;
	background: #4e91e4;
}

.about p.title {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #005fb6;
}
.about p.title img {
	padding-right: 10px;
}
.about ul {
	float: left;
	width: 350px;
}
.about .list {
	clear: both;
	display: block;
	width: 750px;
	margin: 0 auto;
}
.about ul li {
	font-size: 14px;
	line-height: 30px;
	color: #88bded;
	list-style: inside disc;
}
.about ul li.last {
	list-style: none;
}
.about ul li span {
	color: #333;
	list-style: disc;
}
.about p {
	width: 750px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}
.red {
	color: #F00;
	font-size: 16px;
	text-decoration: underline;
}
.pink {
	color: #F06;
	font-weight: bold;
	text-decoration: underline;
}
.syuhi {
	width: 700px;
	margin: 0 auto;
	background: #FFF;
	border: 2px solid #005fb6;
	padding: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.syuhi p.title {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #005fb6;
}
.syuhi p.title img {
	padding-right: 10px;
}
.syuhi p {
	text-align: left;
	color: #686868;
	font-size: 14px;
	line-height: 22px;
}
#ing_content a {
	text-decoration: none;
}
/*#102 End Luvina Modify*/
/*#107 Start Luvina Modify*/
.textarea {
	white-space: pre-line;
}
/*#107 End Luvina Modify*/
/*#106 Start Luvina Modify*/
.box-idea {
	border: 1px solid #fafafa;
	margin-top: 1.5em;
}
.btn-box-idea {
	margin-top: 10px;
	text-align: center;
}
.btn_approval {
	background-color: #8B658B;
	border-radius: 3px;
	border-style: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 30px;
}
.textarea-box {
	width: 100%;
	box-sizing: border-box;
	height: 100px;
}
.text-idea {
	font-size: 13px;
	line-height: 22px;
}
.radio-idea {
	margin-top: 10px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}

.crop-label {
	display: inline-block;
	overflow: hidden;
	position: relative;
}




.ggmap {
	position: relative;
	padding-bottom: 56.25%;
/*
	padding-top: 30px;
*/
	height: 0;
	overflow: hidden;
/*	margin-bottom: 40px;*/
/*	border: 2px solid #5cb85c;*/
	border: 5px solid #e3e3e3;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#shop_detail .submit, #shop_list .submit {
	padding-top: 10px;
	padding-left: 30px;
	display: inline-block;
}

#shop_detail .submit a, #shop_list .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;
}

#shop_detail .submit a:hover, #shop_list .submit a:hover {
	opacity: 0.6;
	cursor: pointer;
}


#shop_detail .addNew {
	padding-top: 10px;
	padding-left: 30px;
	display: inline-block;
}

#shop_detail .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;
}

#shop_detail .addNew a:hover {
	opacity: 0.6;
	cursor: pointer;
}


#shop_detail_input .submit, 
#shop_detail_input .delete, 
#shop_detail_input .cancel {
	padding-top: 10px;
	padding-left: 30px;
	display: inline-block;
}

#shop_detail_input .submit a {
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	padding: 14px 50px;
	font-size: 14px;
	background: #00bfff;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#shop_detail_input .delete a {
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	padding: 14px 50px;
	font-size: 14px;
	background: #ff0000;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#shop_detail_input .cancel a {
	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	padding: 14px 50px;
	font-size: 14px;
	background: #bbb;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}


#shop_detail_input .submit a:hover,
#shop_detail_input .delete a:hover,
#shop_detail_input .cancel a:hover {
	opacity: 0.6;
	cursor: pointer;
}




table.data_input {
	width: 100%;
/*
	border-top: #d0f19d solid 1px;
	border-right: #d0f19d solid 1px;
	border-left: #d0f19d solid 1px;

	border-top: #ffc753 solid 1px;
	border-right: #ffc753 solid 1px;
	border-left: #ffc753 solid 1px;
*/
	border-top: #03315a solid 1px;
	border-right: #03315a solid 1px;
	border-left: #03315a solid 1px;

}

table.data_input th {
	vertical-align: middle;
	text-align: center;
	width: 120px;
/*	border-bottom: #fafafa solid 1px;*/
	border-bottom: #03315a solid 1px;
/*	padding: 15px 0 15px 15px;*/
	font-size: 15px;
	color:#fff;
/*	background: #d0f19d;*/
/*	background: #ffc753;*/
	background: #03315a;
}

table.data_input td {
	vertical-align: middle;
	padding: 15px 0 15px 15px;
/*	border-bottom: #d0f19d solid 1px;*/
/*	border-bottom: #ffc753 solid 1px;*/
	border-bottom: #03315a solid 1px;
	line-height: 20px;
	font-size: 14px;
}

table .data_input input {
	font-size: 108%;
	width: 75%;
	padding: 10px;
	border: 2px #e3e3e3 solid;
}

table .data_input select {
	font-size: 108%;
	width: 50%;
	padding: 10px;
	border: 2px #e3e3e3 solid;
}



#cmbKoyou{
    font-size: 108%;
    width: 30%;
    padding: 10px;
    border: 2px #e3e3e3 solid;
}



#cmbChiki{
    font-size: 108%;
    width: 45%;
    padding: 10px;
    border: 2px #e3e3e3 solid;
}


#cmbEdaban{
    font-size: 108%;
    width: 45%;
    padding: 10px;
    border: 2px #e3e3e3 solid;
}



table.data_detail, 
table.data_input_detail {
	width: 100%;
/*
	border-top: #d0f19d solid 1px;
	border-right: #d0f19d solid 1px;
	border-left: #d0f19d solid 1px;
*/
	border-top: #ffc753 solid 1px;
	border-right: #ffc753 solid 1px;
	border-left: #ffc753 solid 1px;
}

table.data_detail th, 
table.data_input_detail th {
	vertical-align: middle;
	text-align: left;
/*
	width: 220px;
*/
	width: 35%;
	border-bottom: #fafafa solid 1px;
	padding: 15px;
	font-size: 13px;
/*	background: #d0f19d;*/
	background: #ffc753;
	font-weight: normal;
	color: #555;
}


table.data_detail td.detail_1 {
	background: #fff;
}

table.data_detail td.detail_0 {
	background: #f2f2f2;
	color: #999;
}


table.data_detail td, 
table.data_input_detail td {
	vertical-align: middle;
	padding: 15px 0 15px 15px;
/*	border-bottom: #d0f19d solid 1px;*/
	border-bottom: #ffc753 solid 1px;
	line-height: 20px;
	font-size: 14px;
}



table.data_ichiran {
	width: 100%;
	border-top: #ffc753 solid 1px;
	border-right: #ffc753 solid 1px;
	border-left: #ffc753 solid 1px;
	background: #FDF0E1;
}

table.data_ichiran th {
	vertical-align: middle;
	text-align: left;
/*	width: 120px;*/
	border-bottom: #fafafa solid 1px;
	border-right: #fafafa solid 1px;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	background: #ffc753;
    text-align: center;
    line-height: 20px;
}

table.data_ichiran td {
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	border-bottom: #ffc753 solid 1px;
	border-right: #ffc753 solid 1px;
	line-height: 20px;
	font-size: 14px;
}





label.radio {
	cursor: pointer;
	position: relative;
	margin-left: 20px;
	overflow: hidden;
	padding-left: 26px;
	display: inline-block;
}

label.radio:before {
	position: absolute;
	width: 16px;
	height: 16px;
	border :1px solid #666;
	border-radius: 50%;
	left: 0;
	top: 0px;
	content: '';
	z-index: 3;
}

label.radio:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	left: 3px;
	top: 3px;
	background-color: #D65;
	z-index: 1;
}

label.radio input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	top: 1px;
	left: -23px;
	margin: 0px;
	box-shadow: 20px -1px #fff;
}

label.radio input[type="radio"]:checked {
	box-shadow: none;
}
label.radio input[type="radio"]:focus {
	box-shadow: 20px -1px #fff;
	opacity: 0.2;
}


@media screen and (max-width: 736px) {


    /* --------------------------------
     �������ɾܺٲ���
     -------------------------------- */

    h1.store_name {
    	margin-top: 30px;
    /*	background: #9bc269;*/
    	background: #ffc753;
    	color: #fff;
    	padding: 35px 20px 15px 20px;
    	margin-bottom: 15px;
    	font-size: 20px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }

    .store_info {
    	width: 100%;
    /*
    	float: left;
    */
    }

    h2.store_caption {
    	float: left;
    	width: 540px;
    	margin-bottom: 10px;
    	font-size: 14px;
    	font-weight: bold;
    }

    .store_info p.store_description {
    	float: left;
    	width: 540px;
    	margin-bottom: 20px;
    	font-size: 14px;
    	line-height: 22px;
    }

    .store_info table.service {
    	width: 100%;
    	border-top: #bfdefa solid 1px;
    	border-right: #bfdefa solid 1px;
    	border-left: #bfdefa solid 1px;
    }

    .store_info table.service th {
    	vertical-align: middle;
    	text-align: left;
    	width: 60px;
    	border-bottom: #FAFAFA solid 1px;
    	padding: 15px 0 15px 10px;
    	font-size: 12px;
    	background: #bfdefa;
    }

    .store_info table.service td {
    	vertical-align: middle;
    	padding: 15px 0 15px 10px;
    	border-bottom: #bfdefa solid 1px;
    	padding: 8px;
    	line-height: 20px;
    	font-size: 12px;
    }

    .store_info table.service td .icon_small {
    	display: block;
    	text-align: right;
    	font-size: 10px;
    }

    .store_info table.news {
    	margin-top: 20px;
    	width: 100%;
    	border-top: #bfdefa solid 1px;
    	border-right: #bfdefa solid 1px;
    	border-left: #bfdefa solid 1px;
    }

    .store_info table.news th {
    	vertical-align: middle;
    	text-align: left;
    	width: 60px;
    	border-bottom: #FAFAFA solid 1px;
    	padding: 15px 0 15px 10px;
    	font-size: 12px;
    	background: #bfdefa;
    }

    .store_info table.news td {
    	vertical-align: middle;
    	padding: 15px 0 15px 10px;
    	border-bottom: #bfdefa solid 1px;
    	padding: 8px;
    	line-height: 20px;
    	font-size: 12px;
    }
    .store_map {
    	width: 536px;
    	height: 280px;
    	margin-bottom: 10px;
    	border: 2px solid #005FB5;
    }

    .drugstore_map {
    	float: left;
    	width: 540px;
    	height: 330px;
    }

    .map_drugstore {
    	width: 540px;
    	height: 230px;
    	border: 2px solid #005FB5;
    }

    .store_contact {
    	width: 280px;
    	float: right;
    }

    .store_contact_title {
    	background: #88bded;
    	color: #fff;
    	padding: 10px;
    	margin-bottom: 5px;
    	font-size: 14px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }

    .data_caption {
    	margin-top: 20px;
			background: #376fa2;
    	color: #fff;
    	padding: 12px;
    	margin-bottom: 10px;
    	font-size: 16px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }


    #oubo_btn {
    	background: #ff6347;
    	color: #fff;
    	padding: 12px 180px 12px 180px;
    	font-size: 20px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }


    #oubo_btn:hover {
    	opacity: 0.6;
    	cursor: pointer;
    }


    #news_content{
    	padding: 10px 0 0 10px;
    }


    #news_content li{
        font-size: 15px;
    	padding: 5px 0 5px 5px;
    }

    table.contact {
    	width: 100%;
    	border-top: #bfdefa solid 1px;
    	border-right: #bfdefa solid 1px;
    	border-left: #bfdefa solid 1px;
    }

    table.contact th {
    	vertical-align: middle;
    	text-align: left;
    	width: 60px;
    	border-bottom: #FAFAFA solid 1px;
    	padding: 10px 0 10px 10px;
    	font-size: 12px;
    	background: #bfdefa;
    }

    table.contact td {
    	border-bottom: #bfdefa solid 1px;
    	padding: 8px;
    	line-height: 25px;
    	font-size: 12px;
    }

    table.contact td .tell {
    	line-height: 55px;
    	color: #F93;
    	font-weight: bold;
    	font-size: 150%;
    }

    table.data {
    	width: 100%;
			border-top: #03315a solid 1px;
			border-right: #03315a solid 1px;
			border-left: #03315a solid 1px;
    }

    table.data th {
    	vertical-align: middle;
    	text-align: left;
    /*
    	width: 120px;
    */
    	width: 20%;
    	border-bottom: #fafafa solid 1px;
    	padding: 15px;
    	font-size: 13px;
			background: #03315a;
    	font-weight: normal;
    	color: #fff;
    }

    table.data td {
    	vertical-align: middle;
    	padding: 15px;
			border-bottom: #03315a solid 1px;
    	line-height: 20px;
    	font-size: 15px;
			word-break: break-all;
    }

    table.data td.nichizai_icon img {
    	float: right;
    }


    table.data td .tell {
    	line-height: 30px;
    	color: #f93;
    	font-weight: bold;
    	font-size: 130%;
    }



    .service_flg_1 {
    	font-size: 13px;
    	display: inline-block;
    	margin: 3px;
    	padding: 10px;
    	border-radius: 3px;
    /*
    	background-color: #bfdefa;
    */
    	background-color: #baf1d7;
    	vertical-align: middle;
    	width: 145px;
    }

    .service_flg_0 {
    	font-size: 13px;
    	display: inline-block;
    	margin: 3px;
    	padding: 10px;
    	border-radius: 3px;
    	color: #ccc;
    	background-color: #f2f2f2;
    	vertical-align: middle;
    	width: 145px;
    }



    .invisible {
    	display: none;
    }

    p.toolTip {
    	font-size: 12px;
    	margin: 0;
    	padding: 10px;
    	width: 300px;
    	background: #fff;
    	border-radius: 5px;
    	-moz-border-radius: 5px;
    	min-height: 30px;
    	top: 100px;
    	position: absolute;
    	box-shadow: 0 0 10px rgba(0,0,0,.5);
    }

    .mapLink {
    	display: inline-table;
    	margin-left: 10px;
    }

    .mapLink a {
    	text-decoration: none;
    /*	color: #fff;*/
    	text-align: center;
    	width: 40px;
    	padding: 2px 10px;
    /*	background: #ff9933;*/
    	background: #95d039;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }

    .mapLink a:hover {
    /*	background: #f60;*/
    	background: #27ae60;
			color: #fff;
    }



    .mouseLink {
    	display: inline-table;
    	margin: 10px 0;
    }

    .mouseLink a {
    	text-decoration: none;
			color: #fff;
    	text-align: center;
    	width: 40px;
    	padding: 5px 10px;
    /*	background: #ff9933;*/
    	background: #95d039;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }

    .mouseLink a:hover {
    /*	background: #f60;*/
    	background: #27ae60;
			color: #fff;
    }


    /*  �Ͽް�������  */
    .map {
    	margin-top: 20px;
    	width: 600px;
    	height: 600px;
    	border: #88bded 2px solid;
    }

    .print_btn {
    	padding: 20px;
    	margin-bottom: 50px;
    }
    .corporation_btn {
    	padding: 20px;
    	text-align: center;
    }
    .print_btn a, .corporation_btn a {
    	padding: .5em 1em .5em 1em;
    	margin: 20px auto;
    	background: #005fb5;
    	color: #fff;
    	font-size: 12px;
    	text-align: center;
    	line-height: 30px;
    	text-decoration: none;
    	border: 1px solid #005fb5;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }

    .print_btn a:hover, .corporation_btn a:hover {
    	color: #FFF;
    	background: #63B8EE;
    }

    .print_button {
    	background: #005fb5 none repeat scroll 0 0;
    	border: 1px solid #005fb5;
    	border-radius: 3px;
    	color: #fff;
    	display: block;
    	width: 200px;
    	height: 30px;
    	line-height: 30px;
    	margin: 0 auto;
    	background: #005fb5;
    	margin-top: 10px;
    	cursor: pointer;
    	color: #fff;
    	font-size: 12px;
    	text-align: center;
    	line-height: 30px;
    	text-decoration: none;
    	width: 200px;
    	border: 1px solid #005fb5;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }

    .number span.small {
    	padding-left: 40px;
    	font-size: 12px;
    }
    span.news {
    	font-size: 10px;
    	padding: 2px;
    	color: #FFF;
    	background: #F93;
    }

    /* --------------------------------
     ������̲���
     -------------------------------- */
    h1.result {
    	font-size: 16px;
    /*
    	font-weight: bold;
    */
    	font-weight: normal;
    	margin-top: 30px;
    	padding-bottom: 60px;
    	background: none;
    	color: #555;
    	height: 35px;
    	line-height: 20px;
    	text-align: left;
    }

    h1.result span {
    	color: #90c7ad;
    	font-size: 25px;
    	font-weight: bold;
    }

    h1 .message {
    	font-size: 16px;
    	font-weight: normal;
    	margin-top: 15px;
    	padding-bottom: 20px;
    }

    h1 .message p {
    	color: #005fb5;
    	font-size: 16px;
    	font-weight: normal;
    	line-height: 16px;
    	overflow: visible;
    	white-space: initial;
    	padding: 0 5px;
    }



    /*  google map  */
    .gmap_area {
    	width: 846px;
    	border: 2px solid #005FB5;
    	height: 350px;
    	margin-bottom: 30px;
    }

    /* �ȼ����ɤ���ʤ���� */
    #dokuzi_search {
    	background: #FFF;
    	margin-bottom: 50px;
    }

    #dokuzi_search .heading {
    	font-size: 16px;
    	font-weight: bold;
    	text-indent: 1em;
    	width: 100%;
    	line-height: 50px;
    	color: #FFF;
    	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;
    }

    #dokuzi_search .box {
    	height: 100%;
    	padding-bottom: 20px;
    	background: #FFF;
    	border: #005FB5 2px solid;
    }

    #dokuzi_search .box ul.storeList {
    	padding: 20px 40px;
    }

    #dokuzi_search .box ul.storeList li {
    	width: 80px;
    	dokuzi_search-style: none;
    	display: inline-block;
    	margin: 0 3px;
    	line-height: 30px;
    }

    #dokuzi_search .checkbox {
    	font-size: 14px;
    	position: relative;
    	display: inline-block;
    	padding: 10px 14px 14px 8px;
    	vertical-align: middle;
    	cursor: pointer;
    }

    #dokuzi_search .submit {
    	margin: 0 auto;
    	text-align: center;
    }

    #dokuzi_search .submit input {
    	font-weight: bold;
    	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
    	padding: 10px 40px;
    	font-size: 12px;
    	background-color: #005fb5;
    	color: #fff;
    	border-style: none;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	cursor: pointer;
    }
    .link_color_black {
    	color: #000;
    }
    .link_color_gray {
    	color: #b6b6b6;
    }
    a:hover {
    	color: #000;
    	text-decoration: none;
    }

    .store_detail {
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	padding-bottom: 10px;
    	margin-bottom: 2em;
			border: 8px solid #dadada;
			width: 96%;
    }

    .store_name {
			color: #fff;
			background: #c7000a;
    	padding: 15px;
    	margin-bottom: 18px;
			font-weight: normal;
			font-size: 14px;
			line-height: 22px;
    }

    .store_name .store_num {
    	text-align: center;
    	padding: 2px 8px;
    	background: #fff;
    /*	color: #9bc269; */
			color: #c7000a;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
			font-weight: bold;
			line-height: 22px;
    }

    .store_name a {
    	color: #fff;
    	text-decoration: none;
    }

    .store_name a:hover {
    	color: #ff9900;
    /*
    	color: #005FB5;
    	text-decoration: underline;
    */
    }

    .store_intro {
    	font-size: 14px;
    	font-weight: bold;
    	padding-left: 20px;
    	margin: 20px 0;
    }

    .store_data {
    	width: 100%;
    	float: none;
    	padding: 0;
    }

    .store_data .koyou_text {
        color: #ffffff;
        background-color: #808080;
        padding: 5px;
    }


    .store_data .keitai {
        padding-top: 10px;
        padding-bottom: 15px;
        text-align: right;
				font-size: 14px;
    }


    .store_data .name {
        font-size: 20px;
    }


    .store_data .left_data {
        display: inline-block;
        vertical-align: top;
				padding: 20px 20px 10px;
				width: 86%;
    }

    .store_data .left_data img {
				width: 100%;
    }


    .store_data .right_data {
        display: inline-block;
        padding: 10px 20px 20px;
				width: 86%;
    }


    .store_data table.data {
    	width: 100%;
    	border-top: #ccc solid 1px;
    	border-right: #ccc solid 1px;
    	border-left: #ccc solid 1px;
    }

    .store_data table.data th {
    	text-align: left;
    	width: 22%;
    	border-bottom: #fafafa solid 1px;
    	padding: 8px;
    	font-size: 12px;
    	color: #333;
    	font-weight: normal;
			background: #ccc;
    }

    .store_data table.data td {
    /*	border-bottom: #d0f19d solid 1px;*/
			border-bottom: #ccc solid 1px;
    	padding: 8px;
    	font-size: 13px;
    }

    .store_com {
    	float: left;
    	width: 370px;
    }

    .store_com p {
    	line-height: 22px;
    	font-size: 12px;
    	padding: 0 20px 10px 20px;
    }

    .store_com_icon {
    	padding: 0 20px 10px 20px;
    }

    .store_com .btn a {
    	color: #fff;
    	margin-top: 20px;
    	display: block;
    	margin: 0 auto;
    	width: 200px;
    	height: 30px;
    	line-height: 30px;
    	font-size: 12px;
    	text-align: left;
    	text-decoration: none;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	border: 1px solid #005fb5;
    	background: #005fb5;
    }

    .store_com .btn a:hover {
    	background: #005FB5;
    }

    .store_com .btn_long a {
    	/*
    	 display: block;
    	 */
    	margin: 0 20px;
    	color: #FFF;
    	font-weight: bold;
    	padding: 1em 1em 1em 1em;
    	line-height: 60px;
    	font-size: 12px;
    	text-align: left;
    	text-decoration: none;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	background: #005FB5;
    }

    .store_com .btn_long a:hover {
    	background: #207Fd5;
    }



    .btn a {
    	color: #fff;
    	margin-top: 20px;
    	display: block;
    	margin: 0 auto;
    	width: 200px;
    	height: 30px;
    	line-height: 30px;
    	font-size: 12px;
    	text-align: left;
    	text-decoration: none;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	border: 1px solid #005fb5;
    	background: #005fb5;
    }

    .btn a:hover {
    	background: #005FB5;
    }

    .btn_long a {
    	/*
    	 display: block;
    	font-weight: bold;
    	padding: 1em 1em 1em 1em;
    	 */
    	margin: 0 20px;
			color: #fff;
    	padding: 14px;
    	line-height: 60px;
    	font-size: 13px;
    	text-align: left;
    	text-decoration: none;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    /*	background: #ff9900;*/
			background: #ab0000;
    }

    .btn_long a:hover {
    	background: #27ae60;
    }


    .btn_menu a {
    	margin: 0 20px;
    	color: #fff;
    	padding: 14px;
    	line-height: 60px;
    	font-size: 15px;
    	text-align: left;
    	text-decoration: none;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	background: #005fb5;
    }

    .btn_menu_admin a {
    	margin: 0 20px;
    	color: #fff;
    	padding: 14px;
    	line-height: 60px;
    	font-size: 15px;
    	text-align: left;
    	text-decoration: none;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	background: #00bfff;
    }

    .btn_menu a:hover, 
    .btn_menu_admin a:hover {
    	opacity: 0.7;
    }


    .mark {
    	padding-right: 2px;
    }

    span.new {
    	color: #F60;
    	padding: 5px;
    	background: #FFF;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	font-size: 12px;
    	float: right;
    }

    .store_news {
    	padding: 20px;
    }

    .store_news table.news {
    	width: 100%;
    	border-top: #bfdefa solid 1px;
    	border-right: #bfdefa solid 1px;
    	border-left: #bfdefa solid 1px;
    }

    .store_news table.news th {
    	text-align: left;
    	width: 70px;
    	border-bottom: #FAFAFA solid 1px;
    	padding: 10px 0 10px 10px;
    	font-size: 12px;
    	background: #bfdefa;
    }

    .store_news table.news td {
    	border-bottom: #bfdefa solid 1px;
    	padding: 8px;
    	font-size: 12px;
    }
    p.element-list-feature {
    	display: inline-block;
    	line-height: 25px;
    }

    /*	�޽����ꥹ��	*/
    ul.on_list {
    	margin-bottom: 20px;
    	border-left: 1px solid #999;
    }

    ul.on_list li {
    	font-size: 12px;
    	border-right: 1px solid #999;
    	display: inline;
    	list-style: none;
    	padding: 0 10px 0 10px;
    }

    /*  ������̰���  */
    table.address_list {
    	margin-bottom: 1em;
    	width: 100%;
    	border-top: #88BDED solid 1px;
    	border-left: #88BDED solid 1px;
    }

    table.address_list th {
    	color: #fff;
    	vertical-align: middle;
    	text-align: left;
    	width: 120px;
    	border-bottom: #88BDED solid 1px;
    	padding: 15px 0 15px 10px;
    	font-size: 14px;
    	background: #88BDED;
    }

    table.address_list td {
    	width: 170px;
    	vertical-align: middle;
    	padding: 15px 0 15px 10px;
    	border-right: #88BDED solid 1px;
    	border-bottom: #88BDED solid 1px;
    	padding: 8px;
    	text-align: center;
    	line-height: 20px;
    	font-size: 14px;
    }

    /* ���Υ��ꥢ�Ǻ�����ϽФ��������ɤ�õ���ܥ��� */
    .serch_btn {
    	padding: 10px;
    	margin-top: 30px;
    	margin-bottom: 50px;
    }

    .serch_btn a {
    	color: #FFF;
    	margin-top: 20px;
    	display: block;
    	margin: 0 auto;
    	width: 500px;
    	height: 50px;
    	line-height: 50px;
    	font-size: 14px;
    	text-align: center;
    	text-decoration: none;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	border: 1px solid #63B8EE;
    	background: #88bded;
    }

    .serch_btn a:hover {
    	color: #FFF;
    	background: #63B8EE;
    }

    /* ���������Ĵ�٤� */
    a.scuell {
    	margin-left: 10px;
    	font-size: 10px;
    	display: inline-block;
    	padding: 5px;
    	color: #fff;
    	background: #88BDED;
    	text-align: center;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }

    a:hover.scuell {
    	color: #fff;
    	background: #005fb5;
    }
    /* #98 Start Luvina Modify*/
    .search_btn {
    	color: #FFF;
    	margin-top: 20px;
    	display: block;
    	margin: 0 auto;
    	width: 500px;
    	line-height: 17px;
    	font-size: 14px;
    	text-align: center;
    	text-decoration: none;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	border: 1px solid #63B8EE;
    	background: #88BDED;
    	padding: 10px 0 10px 0;
    }

    .search_btn:hover {
    	color: #FFF;
    	cursor: pointer;
    	background: #63B8EE;
    }
    .search_btn .search_span {
    	display: block;
    }
    .search_btn .search_span_note {
    	font-size: 11px;
    }
    /* #98 End Luvina Modify*/
    /*#84 Start Luvina Fix Bug 237*/
    .alert_btn {
    	color: #FFF;
    	margin-top: 20px;
    	display: block;
    	margin: 0 auto;
    	width: 500px;
    	height: 50px;
    	line-height: 50px;
    	font-size: 14px;
    	text-align: center;
    	text-decoration: none;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	border: 1px solid #EF5464;
    	background: #EF6879;
    }
    /*#84 End Luvina Fix Bug 237*/
    /* pager */
    .pager ul {
    	margin-bottom: 40px;
    	text-align: center;
    }

    .pager ul li {
    	display: inline-block;
    	padding: 10px;
    	margin: 3px;
    	background: #88bded;
    	text-align: center;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }

    .pager ul li a {
    	font-size: 14px;
    	color: #FFF;
    }

    /* column */
    .column {
    	margin-bottom: 50px;
    	margin-top: 10px;
    }

    .column p {
    	font-size: 12px;
    	line-height: 23px;
    }

    /* --------------------------------
     ��������
     -------------------------------- */
    #column_contents {
    	clear: both;
    	margin-top: 50px;
    	padding: 20px;
    	margin: 0 auto;
    	background: #FEF7D8;
    }

    h1.column_title {
    	background: #88BDED;
    	color: #fff;
    	padding: 20px;
    	margin-bottom: 15px;
    	font-size: 16px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }

    .column_right {
    	background: #FFF;
    	float: right;
    	width: 280px;
    	border: 2px solid #005fb5;
    	padding: 15px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }

    .column_left {
    	background: #FFF;
    	float: left;
    	width: 280px;
    	border: 2px solid #005fb5;
    	padding: 15px;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }

    .column_right_text {
    	float: right;
    	width: 480px;
    }

    .column_left_text {
    	float: left;
    	width: 480px;
    }

    p.column_p_top {
    	text-align: center;
    	border-bottom: 3px double #005fb5;
    	margin-bottom: 8px;
    	font-size: 14px;
    	font-weight: bold;
    	line-height: 30px;
    }

    p.column_p {
    	font-size: 12px;
    	line-height: 23px;
    }

    ul.column_ul {
    	font-size: 12px;
    	line-height: 25px;
    }

    ul.column_ul li {
    	color: #005fb5;
    	font-family: Verdana, Geneva, sans-serif;
    	font-size: 18px;
    	list-style: decimal inside;
    }

    ul.column_ul li span {
    	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", "�ͣ� �Х����å�", "MS PGothic", sans-serif;
    	font-size: 12px;
    	color: #666;
    }

    /* ���Υ��ꥢ�Ǻ�����ϽФ��������ɤ�õ���ܥ��� */
    .column_serch_btn {
    	padding: 10px;
    	margin-top: 20px;
    }

    .column_serch_btn a {
    	color: #FFF;
    	margin-top: 20px;
    	display: block;
    	margin: 0 auto;
    	width: 500px;
    	height: 50px;
    	line-height: 50px;
    	font-size: 14px;
    	text-align: center;
    	text-decoration: none;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	border: 1px solid #63B8EE;
    	background: #88BDED;
    }

    .column_serch_btn a:hover {
    	color: #FFF;
    	background: #63B8EE;
    }

    .clear {
    	clear: both;
    	height: 40px;
    }
    /* #96 Start Luvina Modify*/
    #header_scroll {
    	background-color: #005fb5;
    	width: 100%;
    }
    .scroll_hidden {
    	visibility: hidden;
    	height: 0px;
    	overflow: hidden;
    	z-index: 10000;
    	opacity: 0;
    }
    .scroll_hidden.show {
    	position: fixed;
    	height: auto;
    	opacity: 1;
    	visibility: visible;
    	top: 0px;
    }
    .show_scroll {
    	background-color: #005fb5;
    	border-radius: 3px;
    	color: #FFFFFF;
    	font-size: 16px;
    	font-weight: bold;
    	padding: 1em 1em 1em 1em;
    	width: 850px;
    	margin-left: auto;
    	margin-right: auto;
    }
    .l-yk {
    	transition: all 0.55s ease 0s;
    	-webkit-transition: all 0.55s ease 0s;
    }
    .show_scroll_name {
    	float: left;
    	width: 470px
    }
    .show_scroll_tel {
    	float: right;
    	width: 360px;
    }
    #scroll_page_top {
    	display: block;
    	visibility: hidden;
    	position: fixed;
    	background-color: #005fb5;
    	bottom: 15px;
    	right: 15px;
    	width: 1em;
    	padding: 3px 5px 20px 5px;
    	text-align: center;
    	color: #fff;
    	font-size: 14px;
    	text-decoration: none;
    	opacity: 0;
    	line-height: 1.2em;
    }
    #scroll_page_top.show {
    	visibility: visible;
    	opacity: 1;
    }
    #scroll_page_top span {
    	display: block;
    	-ms-transform: rotate(90deg); /* IE 9 */
    	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    	transform: rotate(90deg);
    }
    h1.scroll_margin {
    	margin-top: 15px;
    }
    /* #96 End Luvina Modify*/
    /* #98 Start Luvina Modify*/
    .text_note {
    	font-size: 10px;
    	margin-top: 20px;
    }
    /* #98 End Luvina Modify*/
    /* --------------------------------
     footer
     -------------------------------- */
    #job_content #footer {
    	margin-top: 50px;
    }
    /*#101 Start Luvina Modify*/
    .clearfix:AFTER {
    	clear: both;
    	display: table;
    	visibility: hidden;
    	height: 0;
    	width: 0;
    	overflow: hidden;
    	content: ".";
    }
    .indexed-impressions {
    	margin-top: 30px;
    }
    .indexed-impressions .info-left {
    	float: left;
    	width: 540px;
    }
    .indexed-impressions .info-right {
    	float: right;
    	width: 280px;
    }
    .store_impression {
    	background-color: #FFFFE8;
    	padding: 20px 10px;
    	border-radius: 3px;
    	border: 1px solid #bfdefa;
    }
    .store_impression {
    	margin-top: 20px;
    }
    .store_impression .store_impression_title, .store_impression .parts_title {
    	text-align: center;
    	font-size: 11px;
    	font-weight: bold;
    	line-height: 1.5em;
    }
    .store_impression .parts_name {
    	font-size: 10px;
    	font-weight: bold;
    	padding: 10px 0px;
    }
    .store_impression .parts_contents {
    	font-size: 9px;
    	font-weight: bold;
    	padding: 9px 0px;
    }
    .store_impression .parts_name .hissu {
    	color: red;
    	margin-right: 5px;
    }
    .store_impression textarea, .store_impression select, .store_impression input[type='text'] {
    	width: 100%;
    	border: 1px solid #d5d5d5;
    	color: #666;
    	padding: 5px;
    	box-sizing: border-box;
    	font-size: 12px;
    }
    .store_impression input[type="submit"] {
    	background: linear-gradient(#0053ad, #00438c) repeat scroll 0 0 rgba(0, 0, 0, 0);
    	border: 1px solid #004896;
    	border-radius: 5px;
    	box-shadow: 0 0 2px #666;
    	color: #fff !important;
    	cursor: pointer;
    	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
    	font-size: 10px;
    	font-weight: bold;
    	padding: 5px 40px;
    	margin-top: 20px;
    }
    .store_impression input[type="submit"]:HOVER {
    	background: linear-gradient(#008bdc, #0079bf) repeat scroll 0 0 rgba(0, 0, 0, 0);
    	border-color: #009efa;
    }
    .store_impression .txtCenter {
    	text-align: center;
    	font-size: 10px;
    	line-height: 1.3em;
    }
    .submit-with-ajax-parent {
    	position: relative;
    }
    .submit-with-ajax-parent.loading:AFTER {
    	background-color: rgba(255, 255, 255, 0.5);
    	position: absolute;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	content: "";
    }
    .form-error-message {
    	font-size: 11px;
    	color: red;
    	padding: 5px 0px;
    	display: block;
    }
    form.button-form {
    	display: inline-block;
    }
    .inner {
    	font-size: 12px;
    }
    .inner2 {
    	font-size: 10px;
    	font-weight: normal;
    }
    .form_content p {
    	font-size: 16px;
    	line-height: 1.4em;"
    }
    /*#101 End Luvina Modify*/

    /* ��������NEW */

    #pan {
    	font-size: 12px;
    	padding: 20px 0 20px 0;
    }
    #left_column {
    	float: left;
    	clear: both;
    	width: 580px;
    }
    #left_column h3 {
    	color: #FFF;
    	font-size: 18px;
    	font-weight: bold;
    	text-align: center;
    	width: 100%;
    	padding: 20px 0;
    	margin-bottom: 20px;
    	background: #005fb5;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }
    #left_column h4 {
    	margin-top: 40px;
    	color: #FFF;
    	text-align: center;
    	width: 100%;
    	padding: 10px 0;
    	margin-bottom: 20px;
    	background: #88bded;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }
    #left_column h4:after {
    	content: ".";
    	display: block;
    	visibility: hidden;
    	height: 0.1px;
    	font-size: 0.1em;
    	line-height: 0;
    	clear: both;
    }
    #left_column h4 {
    	display: inline-block;
    }
    #left_column p {
    	clear: both;
    	font-size: 14px;
    	line-height: 25px;
    }
    #left_column .right {
    	clear: both;
    	float: right;
    	padding-left: 20px;
    }
    #left_column .left {
    	clear: both;
    	float: left;
    	padding-right: 20px;
    }
    .serch_head {
    	position: relative;
    	z-index: 900;
    	color: #FFF;
    	font-size: 18px;
    	font-weight: bold;
    	text-align: center;
    	width: 100%;
    	padding: 20px 0;
    	margin-bottom: 20px;
    	background: #88bded;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }
    .serch_head:after {
    	top: 100%;
    	left: 50%;
    	border: solid transparent;
    	content: " ";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    	border-color: rgba(136, 183, 213, 0);
    	border-top-color: #88bded;
    	border-width: 15px;
    	margin-left: -15px;
    }
    .column_serch_box {
    	z-index: 1;
    	position: relative;
    	top: -30px;
    	color: #3e3e3e;
    	font-size: 18px;
    	font-weight: bold;
    	text-align: center;
    	width: 100%;
    	padding: 40px 0 70px 0;
    	background: #d2eaff;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }
    .column_serch_box .serch_title {
    	font-size: 20px;
    	padding-bottom: 20px;
    	font-weight: bold;
    	color: #333;
    	text-align: center;
    }
    .column_serch_box dl.search {
    	display: block;
    	width: 500px;
    	margin: 0 auto;
    }
    .column_serch_box dl.search dt {
    	float: left;
    	clear: left;
    	width: 400px;
    }
    .column_serch_box dl.search dt input {
    	width: 100%;
    	padding: 9px 0 9px 0;
    	text-indent: 1em;
    	font-size: 18px;
    	border: none;
    	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", "�ͣ� �Х����å�", "MS PGothic", sans-serif;
    }
    .column_serch_box dl.search dd {
    	padding-left: 20px;
    	width: 50px;
    	float: left;
    }
    .column_serch_box dl.search dd button {
    	border: none;
    	cursor: pointer;
    	background: #4e91e4;
    }
    #right_column {
    	width: 210px;
    	float: right;
    }
    #right_column .column a {
    	margin-top: 0;
    }

    #landing_contents .case {
    	clear: both;
    	display: block;
    	height: 100%;
    	margin: 0 auto;
    	text-align: center;
    	padding: 20px 0 20px 0;
    }
    #landing_contents .white {
    	background: #FFF;
    }
    #landing_contents .gray {
    	background: #f5f5f5;
    }
    #landing_contents h3 {
    	position: relative;
    	color: #FFF;
    	font-size: 18px;
    	font-weight: bold;
    	text-align: center;
    	width: 100%;
    	padding: 20px 0;
    	margin-bottom: 20px;
    	background: #88bded;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }
    #landing_contents h3:after {
    	top: 100%;
    	left: 50%;
    	border: solid transparent;
    	content: " ";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    	border-color: rgba(136, 183, 213, 0);
    	border-top-color: #88bded;
    	border-width: 15px;
    	margin-left: -15px;
    }
    #landing_contents h4 {
    	margin-top: 30px;
    	text-align: center;
    	font-size: 25px;
    	font-weight: bold;
    	color: #005fb5;
    	margin-bottom: 20px;
    }
    #landing_contents h4 span {
    	font-size: 16px;
    	color: #777777;
    	padding-right: 1em;
    }
    #landing_contents p.mid_p {
    	color: #646464;
    	font-size: 16px;
    	line-height: 30px;
    	padding: 30px 0;
    	display: inline-block;
    	clear: both;
    }
    #landing_contents p.answ_p {
    	font-size: 18px;
    	color: #88bded;
    	font-weight: bold;
    }
    ul.voice li.v1 {
    	display: inline-block;
    	vertical-align: midule;
    	background: url(/img/pc/voice_bg.png) no-repeat;
    	margin-right: 30px;
    	width: 88px;
    	height: 88px;
    }
    ul.voice li.v1 p {
    	padding-top: 30px;
    	color: #88bded;
    	font-size: 18px;
    	line-height: 18px;
    	font-weight: bold;
    	text-align: center;
    }
    ul.voice li.v2 {
    	position: relative;
    	display: inline-block;
    	vertical-align: midule;
    	background: #FFF;
    	width: 590px;
    	padding: 20px;
    	border: 1px solid #e8e8e8;
    	border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
    	-webkit-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
    	-moz-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
    }
    ul.voice li.v2:after, ul.voice li.v2:before {
    	right: 100%;
    	top: 50%;
    	border: solid transparent;
    	content: " ";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    }
    ul.voice li.v2:after {
    	border-color: rgba(136, 183, 213, 0);
    	border-right-color: #FFFFFF;
    	border-width: 15px;
    	margin-top: -15px;
    }
    ul.voice li.v2:before {
    	border-color: rgba(247, 247, 247, 0);
    	border-right-color: #e8e8e8;
    	border-width: 21px;
    	margin-top: -21px;
    }
    ul.voice li.v2 p {
    	color: #00427d;
    	font-size: 16px;
    	text-align: left;
    	line-height: 22px;
    	margin: 0.5em 0 0.5em 0;
    	padding-left: 1em;
    	text-indent: -1em;
    }
    ul.answ {
    	margin-bottom: 30px;
    }
    ul.answ li.a1 {
    	margin-right: 30px;
    	position: relative;
    	display: inline-block;
    	vertical-align: midule;
    	background: #FFF;
    	width: 550px;
    	padding: 20px;
    	border: 1px solid #e8e8e8;
    	border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
    	-webkit-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
    	-moz-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
    }
    ul.answ li.a1:after, ul.answ li.a1:before {
    	left: 100%;
    	top: 50%;
    	border: solid transparent;
    	content: " ";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    }
    ul.answ li.a1:after {
    	border-color: rgba(136, 183, 213, 0);
    	border-left-color: #FFFFFF;
    	border-width: 15px;
    	margin-top: -15px;
    }
    ul.answ li.a1:before {
    	border-color: rgba(247, 247, 247, 0);
    	border-left-color: #e8e8e8;
    	border-width: 21px;
    	margin-top: -21px;
    }
    ul.answ li.a1 p {
    	color: #686868;
    	font-size: 14px;
    	text-align: left;
    	line-height: 22px;
    	margin: 0.5em 0 0.5em 0;
    }
    ul.answ li.a1 p.answ_p {
    	font-size: 18px;
    	color: #88bded;
    	font-weight: bold;
    }
    ul.answ li.a2 {
    	display: inline-block;
    	vertical-align: midule;
    }
    ul.vo_an {
    	width: 800px;
    	margin: 0 auto;
    	text-align: left;
    }
    ul.vo_an li {
    	list-style: none;
    }
    ul.vo_an li.v3 {
    	width: 350px;
    	height: 160px;
    	clear: both;
    	float: left;
    	background: #FFF;
    	padding: 20px;
    	margin-right: 10px;
    	border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
    	-webkit-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
    	-moz-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
    }
    ul.vo_an li.v3 p {
    	color: #00427d;
    	font-size: 16px;
    	text-align: left;
    	line-height: 22px;
    	margin: 0.5em 0 0.5em 0;
    	padding-left: 1em;
    	text-indent: -1em;
    }
    ul.vo_an li.v3 p.answ_p {
    	font-size: 18px;
    	color: #88bded;
    	font-weight: bold;
    }
    ul.vo_an li.a3 {
    	width: 350px;
    	height: 160px;
    	display: inline-block;
    	background: #FFF;
    	padding: 20px;
    	border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    	box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
    	-webkit-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
    	-moz-box-shadow: rgb(227, 227, 227) 0px 0px 6px 3px;
    }
    ul.vo_an li.a3 p {
    	color: #686868;
    	font-size: 14px;
    	text-align: left;
    	line-height: 22px;
    	margin: 0.5em 0 0.5em 0;
    }
    ul.vo_an li.a3 p.answ_p {
    	font-size: 18px;
    	color: #88bded;
    	font-weight: bold;
    }
    .landing_search_head {
    	position: relative;
    	z-index: 900;
    	color: #FFF;
    	font-size: 18px;
    	font-weight: bold;
    	text-align: center;
    	width: 100%;
    	padding: 20px 0;
    	margin-bottom: 20px;
    	background: #88bded;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }
    .landing_search_head:after {
    	top: 100%;
    	left: 50%;
    	border: solid transparent;
    	content: " ";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    	border-color: rgba(136, 183, 213, 0);
    	border-top-color: #88bded;
    	border-width: 15px;
    	margin-left: -15px;
    }
    .landing_search {
    	z-index: 1;
    	position: relative;
    	top: -30px;
    	color: #3e3e3e;
    	font-size: 18px;
    	font-weight: bold;
    	text-align: center;
    	width: 100%;
    	padding: 40px 0 20px 0;
    	background: #d2eaff;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    }
    .landing_search ul li {
    	padding: 0;
    	margin: 0;
    	height: 42px;
    	line-height: 42px;
    	padding: 0;
    	margin: 0;
    	display: inline-block;
    }
    .landing_search ul li p {
    	position: relative;
    	top: -10px;
    	height: 42px;
    	line-height: 42px;
    	margin-right: 10px;
    }
    .landing_search ul li dl {
    	height: 42px;
    }
    .landing_search ul li dl.search {
    	display: block;
    	width: 500px;
    	margin: 0 auto;
    }
    .landing_search ul li dl.search dt {
    	float: left;
    	clear: left;
    	width: 400px;
    }
    .landing_search ul li dl.search dt input {
    	height: 42px;
    	width: 100%;
    	text-indent: 1em;
    	font-size: 18px;
    	border: none;
    	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", "�ͣ� �Х����å�", "MS PGothic", sans-serif;
    }
    .landing_search ul li dl.search dd {

    	width: 50px;
    	float: left;
    }
    .landing_search ul li dl.search dd button {
    	border: none;
    	cursor: pointer;
    	background: #4e91e4;
    }

    .about p.title {
    	font-size: 16px;
    	line-height: 40px;
    	font-weight: bold;
    	color: #005fb6;
    }
    .about p.title img {
    	padding-right: 10px;
    }
    .about ul {
    	float: left;
    	width: 350px;
    }
    .about .list {
    	clear: both;
    	display: block;
    	width: 750px;
    	margin: 0 auto;
    }
    .about ul li {
    	font-size: 14px;
    	line-height: 30px;
    	color: #88bded;
    	list-style: inside disc;
    }
    .about ul li.last {
    	list-style: none;
    }
    .about ul li span {
    	color: #333;
    	list-style: disc;
    }
    .about p {
    	width: 750px;
    	margin: 0 auto;
    	margin-bottom: 10px;
    	font-size: 14px;
    	line-height: 20px;
    }
    .red {
    	color: #F00;
    	font-size: 16px;
    	text-decoration: underline;
    }
    .pink {
    	color: #F06;
    	font-weight: bold;
    	text-decoration: underline;
    }
    .syuhi {
    	width: 700px;
    	margin: 0 auto;
    	background: #FFF;
    	border: 2px solid #005fb6;
    	padding: 20px;
    	border-radius: 3px;
    	-webkit-border-radius: 3px;
    	-moz-border-radius: 3px;
    }
    .syuhi p.title {
    	font-size: 16px;
    	line-height: 40px;
    	font-weight: bold;
    	color: #005fb6;
    }
    .syuhi p.title img {
    	padding-right: 10px;
    }
    .syuhi p {
    	text-align: left;
    	color: #686868;
    	font-size: 14px;
    	line-height: 22px;
    }
    #ing_content a {
    	text-decoration: none;
    }
    /*#102 End Luvina Modify*/
    /*#107 Start Luvina Modify*/
    .textarea {
    	white-space: pre-line;
    }
    /*#107 End Luvina Modify*/
    /*#106 Start Luvina Modify*/
    .box-idea {
    	border: 1px solid #fafafa;
    	margin-top: 1.5em;
    }
    .btn-box-idea {
    	margin-top: 10px;
    	text-align: center;
    }
    .btn_approval {
    	background-color: #8B658B;
    	border-radius: 3px;
    	border-style: none;
    	color: #fff;
    	font-size: 12px;
    	font-weight: bold;
    	padding: 6px 30px;
    }
    .textarea-box {
    	width: 100%;
    	box-sizing: border-box;
    	height: 100px;
    }
    .text-idea {
    	font-size: 13px;
    	line-height: 22px;
    }
    .radio-idea {
    	margin-top: 10px;
    	line-height: 22px;
    	font-weight: bold;
    	text-align: center;
    }

    .crop-label {
    	display: inline-block;
    	overflow: hidden;
    	position: relative;
    }




    .ggmap {
    	position: relative;
    	padding-bottom: 56.25%;
			padding-top: 0;
    	height: 0;
    	overflow: hidden;
    	margin-bottom: 40px;
    /*	border: 2px solid #5cb85c;*/
			border: 5px solid #e3e3e3;
    }
     
    .ggmap iframe,
    .ggmap object,
    .ggmap embed {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }


    #shop_detail .submit, #shop_list .submit {
    	padding-top: 10px;
    	padding-left: 30px;
    	display: inline-block;
    }

    #shop_detail .submit a, #shop_list .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;
    }

    #shop_detail .submit a:hover, #shop_list .submit a:hover {
    	opacity: 0.6;
    	cursor: pointer;
    }


    #shop_detail .addNew {
    	padding-top: 10px;
    	padding-left: 30px;
    	display: inline-block;
    }

    #shop_detail .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;
    }

    #shop_detail .addNew a:hover {
    	opacity: 0.6;
    	cursor: pointer;
    }


    #shop_detail_input .submit, 
    #shop_detail_input .delete, 
    #shop_detail_input .cancel {
    	padding-top: 10px;
    	padding-left: 30px;
    	display: inline-block;
    }

    #shop_detail_input .submit a {
    	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
    	padding: 14px 50px;
    	font-size: 14px;
    	background: #00bfff;
    	color: #fff;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	cursor: pointer;
    }

    #shop_detail_input .delete a {
    	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
    	padding: 14px 50px;
    	font-size: 14px;
    	background: #ff0000;
    	color: #fff;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	cursor: pointer;
    }

    #shop_detail_input .cancel a {
    	font-family: "�ᥤ�ꥪ", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
    	padding: 14px 50px;
    	font-size: 14px;
    	background: #bbb;
    	color: #fff;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	cursor: pointer;
    }


    #shop_detail_input .submit a:hover,
    #shop_detail_input .delete a:hover,
    #shop_detail_input .cancel a:hover {
    	opacity: 0.6;
    	cursor: pointer;
    }




    table.data_input {
    	width: 100%;
			border-top: #03315a solid 1px;
			border-right: #03315a solid 1px;
			border-left: #03315a solid 1px;
    }

    table.data_input th {
    	vertical-align: middle;
    	text-align: left;
			width: 12%;
    	border-bottom: #03315a solid 1px;
    	padding: 5px;
    	font-size: 12px;
    /*	background: #d0f19d;*/
			background: #03315a;
    }

    table.data_input td {
    	vertical-align: middle;
    	padding: 15px 0 15px 15px;
			border-bottom: #03315a solid 1px;
    	line-height: 20px;
    	font-size: 13px;
    }

    table .data_input input {
    	font-size: 108%;
    	width: 75%;
    	padding: 10px;
    	border: 2px #e3e3e3 solid;
    }

    table .data_input select {
    	font-size: 108%;
    	width: 50%;
    	padding: 10px;
    	border: 2px #e3e3e3 solid;
    }



    #cmbKoyou{
        font-size: 108%;
        width: 30%;
        padding: 10px;
        border: 2px #e3e3e3 solid;
    }



    #cmbChiki{
        font-size: 108%;
				width: 90%;
				padding: 8px;
        border: 2px #e3e3e3 solid;
    }


    #cmbEdaban{
        font-size: 108%;
        width: 45%;
        padding: 10px;
        border: 2px #e3e3e3 solid;
    }



    table.data_detail, 
    table.data_input_detail {
    	width: 100%;
    /*
    	border-top: #d0f19d solid 1px;
    	border-right: #d0f19d solid 1px;
    	border-left: #d0f19d solid 1px;
    */
    	border-top: #ffc753 solid 1px;
    	border-right: #ffc753 solid 1px;
    	border-left: #ffc753 solid 1px;
    }

    table.data_detail th, 
    table.data_input_detail th {
    	vertical-align: middle;
    	text-align: left;
    /*
    	width: 220px;
    */
    	width: 35%;
    	border-bottom: #fafafa solid 1px;
    	padding: 15px;
    	font-size: 13px;
    /*	background: #d0f19d;*/
    	background: #ffc753;
    	font-weight: normal;
    	color: #555;
    }


    table.data_detail td.detail_1 {
    	background: #fff;
    }

    table.data_detail td.detail_0 {
    	background: #f2f2f2;
    	color: #999;
    }


    table.data_detail td, 
    table.data_input_detail td {
    	vertical-align: middle;
    	padding: 15px 0 15px 15px;
    /*	border-bottom: #d0f19d solid 1px;*/
    	border-bottom: #ffc753 solid 1px;
    	line-height: 20px;
    	font-size: 14px;
    }



    table.data_ichiran {
    	width: 100%;
    	border-top: #ffc753 solid 1px;
    	border-right: #ffc753 solid 1px;
    	border-left: #ffc753 solid 1px;
    	background: #FDF0E1;
    }

    table.data_ichiran th {
    	vertical-align: middle;
    	text-align: left;
    /*	width: 120px;*/
    	border-bottom: #fafafa solid 1px;
    	border-right: #fafafa solid 1px;
    	padding: 5px 5px 5px 5px;
    	font-size: 14px;
    	background: #ffc753;
        text-align: center;
        line-height: 20px;
    }

    table.data_ichiran td {
    	vertical-align: middle;
    	padding: 5px 5px 5px 5px;
    	border-bottom: #ffc753 solid 1px;
    	border-right: #ffc753 solid 1px;
    	line-height: 20px;
    	font-size: 14px;
    }





    label.radio {
    	cursor: pointer;
    	position: relative;
    	margin-left: 20px;
    	overflow: hidden;
    	padding-left: 26px;
    	display: inline-block;
    }

    label.radio:before {
    	position: absolute;
    	width: 16px;
    	height: 16px;
    	border :1px solid #666;
    	border-radius: 50%;
    	left: 0;
    	top: 0px;
    	content: '';
    	z-index: 3;
    }

    label.radio:after {
    	content: '';
    	position: absolute;
    	width: 12px;
    	height: 12px;
    	border-radius: 100%;
    	left: 3px;
    	top: 3px;
    	background-color: #D65;
    	z-index: 1;
    }

    label.radio input[type="radio"] {
    	-moz-appearance: none;
    	-webkit-appearance: none;
    	position: absolute;
    	z-index: 2;
    	width: 20px;
    	height: 20px;
    	top: 1px;
    	left: -23px;
    	margin: 0px;
    	box-shadow: 20px -1px #fff;
    }

    label.radio input[type="radio"]:checked {
    	box-shadow: none;
    }
    label.radio input[type="radio"]:focus {
    	box-shadow: 20px -1px #fff;
    	opacity: 0.2;
    }



}


