@charset "UTF-8";
/* tile.css */


/* ------------------------------

	#page_header

------------------------------ */

#page_header {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

#page_header_inner {
	position: relative;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

#page_header h1 {
	margin: 15px 0 5px;
	font-size: 2em;
}

#page_header p {
	margin: 0 15px;
	font-size: 1.2em;
}


@media screen and (max-width:640px) {

	#page_header {
		width: 100%;
		overflow: hidden;
	}
	
	#page_header_inner {
		width: auto;
		margin: 0;
	}
	
	#page_header h1 {
		font-size: 1.5em;
	}

}

/* ------------------------------

	#container

------------------------------ */

#container {
	margin: 0;
	padding: 15px 0;
	width: 100%;
}

.container-inner {
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	width: auto;
	max-width: 1200px;
	min-width: 950px;
	height: 100%;
}
	.container-inner::after {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.container-inner h3 {
		margin-bottom: 20px;
		padding-left: 10px;
		border-bottom: 1px #888 solid;
		border-left: 10px #888 solid;
		font-size: 1.5em;
	}



@media screen and (max-width:640px) {
	
	#container {
		position: relative;
		max-width: 100%;
		min-width: 300px;
	}
	
	#container h2 {
		width: 98%;
		margin: 0 auto;
		font-size: 1.125em;
	}
	
	.container-inner {
		min-width: 0px;
	}
    .container-inner h3 {
		font-size: 1.125em;
	}
}

/* ------------------------------

	#form_area

------------------------------ */

#form_area {
	width: 60%;
	margin: 0 0 0 2%;
	padding: 0;
	float: left;
}

@media screen and (max-width:640px) {
	
	#form_area {
		width: 100%;
		margin: 0;
		float: none;
	}
	
}

/* ------------------------------

	#search_area

------------------------------ */


#search_area {
	box-sizing: border-box;
 	width: 100%;
	height: auto;
	margin: 10px 0 15px;
	padding: 10px;
	background: #F1F5F9;
}

#search_area div.search_inner {
	width: 75%;
	margin: 10px 0 0;
	padding: 0 5% 0;
}

#search_area div.search_wrapper {
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0;
	border: solid 1px #c6c7cc;
	border-radius: 4px;
	box-sizing:border-box;
	overflow: hidden;
	position: relative;
}

#search_txt {
	width: 100%;
	min-width: 194px;
	height: 36px;
	margin: 0;
	padding: 0 5px;
	border: none;
}

#search_btn {
	display: none;
	width: 38px;
	height: 38px;
	margin:0;
	padding: 0;
	background-color: #5887f5;
	background-image: url(../image/search_btn.png);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 0;
	right:0;
	cursor: pointer;
}

#search_btn:hover {
	background-color: #4572ed;
}

#search_btn[disabled] {
	background-color: #848490;
	cursor: default;
}

#suggest {
	margin: 0;
	padding: 0;
	min-width: 242px;
	max-height: 300px;
	list-style: none;
	border: solid 1px #eeeeee;
	z-index: 10;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
}

#suggest li {
	margin: 0;
	padding: 5px;
	list-style: none;
	background-color: #ffffff;
	border-bottom: solid 1px #eeeeee;
	cursor: pointer;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}

#suggest li img {
	width: auto;
	height: 20px;
	margin-right:10px;
	vertical-align: middle;
}

#suggest li:hover {
	background-color: #3498db;
	color: #ffffff;
}

@media screen and (max-width: 1000px) {
	
	#search_area div.search_inner {
		width: 85%;
	}
	
}

@media screen and (max-width: 760px) {
	
	#search_area div.search_inner {
		width: 90%;
	}
	
}

@media screen and (max-width:640px) {
	
	#search_area {
		margin: 0 auto;
	}
	
	#search_area div.search_inner {
		width: 95%;
		padding: 0 0 0 5%;
	}
	
	#search_area div.search_wrapper {
		width: 100%;
	}
	
	#suggest {
		max-height: 150px;
	}
	
}

/* ------------------------------

	#select_area_01

------------------------------ */

#select_area_01 {
	position: relative;
	box-sizing: border-box;
 	width: 100%;
	height: auto;
	margin: 10px 0 20px;
	padding: 10px;
	background: #F1F5F9;
}

#select_area_01 div.select_wrapper {
	width: 100%;
	padding: 0;
}

#select_area_01 div.select_inner {
	width: 75%;
	margin: 10px 0 0;
	padding: 0 5% 0;
}

#select_area_01 label {
	display: block;
}

@media screen and (max-width: 1000px) {
	
	#select_area_01 div.select_inner {
		width: 85%;
	}
	
}

@media screen and (max-width: 760px) {
	
	#select_area_01 div.select_inner {
		width: 90%;
	}
	
}

@media screen and (max-width:640px) {
	
	#select_area_01 {
		width: 100%;
		float: none;
	}
	
	#select_area_01 div.select_wrapper {
		margin: 0 auto;
	}
	
	#select_area_01 div.select_inner {
		padding: 0 0 0 5%;
	}
	
}

/* ------------------------------

	#image_area 

------------------------------ */

#image_area {
 	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
#image_area .target_product_title{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.17em;
    margin: 0;
}
#image_area .target_product_title span{
    display: block;
}

#image_area .target_product_title img{
    max-width: 100%;
}
#image_area .target_product_title .model_name{
    font-size: 2em;
    font-weight: bold;
}
#image_area .target_product_title .cate_name{
    font-size: 0.875em;
}

#image_area .target_product_title > span{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
#image_area .target_product_image{
    width: auto;
    max-height: 200px;
}
#image_area .target_product_title > span :nth-child(1){order: 2;}
#image_area .target_product_title > span :nth-child(2){order: 1;}
	#image_area .target_product_title{
		line-height: 1.4;
		margin: 20px 0 5px;
		font-size: 1.2em;
	}

	#image_area .target_product_title .cate_name {
		font-size: 1em;
	}

	#image_area .target_product_title .model_name {
		font-size: 2em;
		font-weight: bold;
	}
	#image_area .target_product_title .img_ForProfessionals{
		margin-top: 0.5em;
	}
	#image_area .target_product_title .no-result{
		margin: 54px auto 0;
		font-size: 1.5em;
	}

    #image_area .target_product_image{
        /*width: 252px;*/
        width: 144px;
        height: auto;
    }

@media screen and (max-width:640px) {
	
	#image_area {
		width: 100%;
		margin: 15px 0;
		float: none;
		text-align: center
	}
	
	#image_area .target_product_title,
	#image_area .target_product_image {
		margin: 0 auto;
        text-align: left;
	}
	
	#image_area .target_product_title .cate_name{
		font-size: 0.875em;
	}
    #image_area .target_product_title .model_name{
		font-size: 1em;
	}
	body.top #image_area .target_product_image {
		box-sizing: border-box;
		padding: 10px;
        max-width: 120px;
	}
	#image_area .target_product_image img {
		width: auto;
		max-height: 200px;
	}
	
}

/* ------------------------------

	#container2

------------------------------ */

#container2 {
	margin: 0;
	padding: 15px 0 30px;
	width: 100%;
	min-width: 800px;
	/*background-color: #e4e7ec;*/
}

#container2-inner {
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	width: auto;
	max-width: 1200px;
	height: 100%;
}

#container2-inner:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

#container2 h2 {
	width: auto;
}


@media screen and (max-width:640px) {
	
	#container2 {
		position: relative;
		max-width: 100%;
		min-width: 300px;
	}
	
	#container2 h2 {
		width: 98%;
		margin: 10px auto;
		font-size: 1.125em;
		float: none;
	}
	
}
/* ------------------------------

	#select_area_02

------------------------------ */

#select_area_02 {
 	position: relative;
	margin: 0;
	padding: 0;
	/*float: right;*/
}

#select_area_02 div.select_wrapper {
	width: 100%;
	padding: 5px 0 0;
}

#select_area_02 div.select_inner {
	width: 75%;
	margin: 0;
	padding: 0 0 0 5%;
}

#select_03 {
	max-width: 1100px;
	margin: 15px auto 0;
	padding: 15px 0 5px 1%;
	background-color: #f3f4f6;
	list-style: outside none none;
}
	#select_03 > li {
		position: relative;
		float: left;
		width: 23.6662%;
		max-width: 267.5px;
		margin-right: 0.9%;
		margin-bottom: 10px;
		border: 1px solid #888;
	}
	#select_03 > li:nth-child(5) {
		clear: left;
	}
	#select_03 li {
		list-style: outside none none;
	}
		#select_03 .close_elm {
			display: block;
			box-sizing: border-box;
			width: 100%;
			padding: 80% 0 10px;
			border: none;
			background: #F1F5F9 center top no-repeat;
			background-size: 100% auto;
			font-size: 1.25em;
			text-align: center;
		}
			#select_03 .close_elm img {
				display: none;
			}
		#select_03 .close_elm.cate_101 {
			background-image: url('../image/cate/body_L.png');
		}
		#select_03 .close_elm.cate_102 {
			background-image: url('../image/cate/lns_L.png');
		}
		#select_03 .close_elm.cate_103 {
			background-image: url('../image/cate/flsh_L.png');
		}
		#select_03 .close_elm.cate_104 {
			background-image: url('../image/cate/mc_L.png');
		}
		#select_03 .close_elm.cate_105 {
			background-image: url('../image/cate/acc_L.png');
		}
		#select_03 .close_elm.cate_106 {
			background-image: url('../image/cate/pwr_L.png');
		}
		#select_03 .close_elm.cate_107 {
			background-image: url('../image/cate/lns_acc_L.png');
		}
		
		#select_03 .show_hide_ul {
			margin: 0;
			padding: 10px;
			position: absolute;
			bottom: 0; left: 0;
			z-index: 100;
			box-sizing: border-box;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
			#select_03 .show_hide_ul li + li {
				margin-top: 10px;
			}
				#select_03 .show_hide_ul .arrow_link {
					color: #FFF;
					text-decoration: underline;
				}
					#select_03 .show_hide_ul .arrow_link:hover {
						opacity: 0.8;
					}
					#select_03 .show_hide_ul .arrow_link::before {
						border-color: transparent transparent transparent #FFF;
					}
		#select_03 .show_hide_ul.scroll_y {
			overflow-y: scroll;
		}
		#select_03 .show_hide_wrapper {
			display: none;
			position: absolute;
			top: 0; left: 0;
			z-index: 90;
			width: 100%;
			height: 100%;
			background: #000;
			/* opacity: 0.7; */
		}
		.scroll_img {
			position: absolute;
			right: 20px;
			z-index: 1000;
			cursor: pointer;
		}
		.scroll_img.down_i {
			bottom: 10px;
		}
		.scroll_img.up_i {
			top: 10px;
		}



@media screen and (max-width: 1000px) {
	#select_03 .close_elm,
	#select_03 .show_hide_ul {
		font-size: 0.9em;
	}
	
	#select_area_02 div.select_inner {
		width: 85%;
	}
	
}

@media screen and (max-width: 760px) {
	
	#select_area_02 div.select_inner {
		width: 90%;
	}
	
}

@media screen and (max-width:640px) {
	
	#select_area_02 {
		width: 100%;
		margin: 0;
		padding: 0;
		float: none;
	}
	
	#select_area_02 div.select_wrapper {
		/*min-width: 300px;*/
		width: 90%;
		margin: 0 auto;
	}
	
	#select_area_02 div.select_inner {
		width: 95%;
		margin: 0 auto 10px;
	}
	#select_03 > li {
		position: static;
		float: none;
		width: auto;
		max-width: none;
		margin-bottom: 0;
	}
    #select_03 li {
		border: none;
	}
		#select_03 .close_elm {
			box-sizing: border-block;
			margin: 0;
			padding: 0.6em 0 0.6em 50px;
			border: 1px solid #D9DEE3;
			background: #FFF left center no-repeat;
			background-size: auto 46px;
			cursor: pointer;
			text-align: left;
		}
			#select_03 .close_elm:hover {
				color: #36C;
			}
			#select_03 .close_elm img {
				display: inline;
				float: right;
			}
		#select_03 .close_elm.cate_101 {
			background-image: url('../image/cate/body.png');
		}
		#select_03 .close_elm.cate_102 {
			background-image: url('../image/cate/lns.png');
		}
		#select_03 .close_elm.cate_103 {
			background-image: url('../image/cate/flsh.png');
		}
		#select_03 .close_elm.cate_104 {
			background-image: url('../image/cate/mc.png');
		}
		#select_03 .close_elm.cate_105 {
			background-image: url('../image/cate/acc.png');
		}
		#select_03 .close_elm.cate_106 {
			background-image: url('../image/cate/pwr.png');
		}
		#select_03 .close_elm.cate_107 {
			background-image: url('../image/cate/lns_acc.png');
		}
			#select_03 .show_hide_ul {
				display: none;
				position: static;
				width: auto; height: auto;
				padding: 0;
				border: solid 1px #d9dee3;
				border-top: none;
			}
				#select_03 li ul.show_hide_ul li {
					margin: 0;
					padding: 0.8em 10px 0.8em 20px;
				}
					#select_03 .show_hide_ul li::before {
						left: 10px; top: 1.1em;
					}
						#select_03 .show_hide_ul .arrow_link {
							color: #36C;
							text-decoration: none;
						}
							#select_03 .show_hide_ul .arrow_link::before {
								border-color: transparent transparent transparent #2F353D;
							}
			.show_hide_wrapper {
				display: none!important;
			}
}
.no-js #select_03 .show_hide_ul {
    display: block!important;
}
.no-js #select_03 > li {
    position: static;
    float: none;
    width: auto;
    max-width: none;
    margin-bottom: 0;
}
.no-js #select_03 li {
    border: none;
}
.no-js #select_03 .close_elm {
    box-sizing:border-box;
    margin: 0;
    padding: 1em 0 1em 50px;
    border: 1px solid #D9DEE3;
    background: #FFF left center no-repeat;
    background-size: auto 46px;
    cursor: pointer;
    text-align: left;
}
.no-js #select_03 .close_elm:hover {
    color: #36C;
}
.no-js #select_03 .close_elm img {
    display: inline;
    float: right;
}
.no-js #select_03 .close_elm.cate_101 {
    background-image: url('../image/cate/body.png');
}
.no-js #select_03 .close_elm.cate_102 {
    background-image: url('../image/cate/lns.png');
}
.no-js #select_03 .close_elm.cate_103 {
    background-image: url('../image/cate/flsh.png');
}
.no-js #select_03 .close_elm.cate_104 {
    background-image: url('../image/cate/mc.png');
}
.no-js #select_03 .close_elm.cate_105{
    background-image: url('../image/cate/acc.png');
}
.no-js #select_03 .close_elm.cate_106 {
    background-image: url('../image/cate/pwr.png');
}
.no-js #select_03 .close_elm.cate_107 {
    background-image: url('../image/cate/lns_acc.png');
}
.no-js #select_03 .show_hide_ul {
    display: none;
    position: static;
    width: auto; height: auto;
    padding: 0;
    border: solid 1px #d9dee3;
    border-top: none;
}
.no-js #select_03 li ul.show_hide_ul li {
    margin: 0;
    padding: 0.8em 10px 0.8em 20px;
}
.no-js #select_03 .show_hide_ul li::before {
    left: 10px; top: 1.1em;
}
.no-js #select_03 .show_hide_ul .arrow_link {
    color: #36C;
}
.no-js #select_03 .show_hide_ul .arrow_link::before {
    border-color: transparent transparent transparent #2F353D;
}


/* ------------------------------

	label

------------------------------ */

#search_area label,
#select_area_01 label {
	display: block;
}

/* ------------------------------

	Select Box

------------------------------ */

#select_area_01 select {
	width: 100%;
	height: 38px;
	border: solid 1px #c6c7cc;
	border-radius: 4px;
}
#select_area_02 select {
	width: 100%;
	height: 38px;
	border-style: solid;
	border: solid 1px #c6c7cc;
	border-radius: 4px;
}

#select_area_01 select:focus, 
#select_area_02 select:focus {
	border: solid 1px #3498db;
	box-shadow: 0 0 5px 1px #3498db !important;
	-ms-box-shadow: 0 0 5px 1px #3498db !important;
	outline: none !important;
	
	/* for IE9 */
	border-width: 2px\9;
}

@media screen and (max-width:640px) {
	
	#select_area_01 select,
	#select_area_02 select {
		width: 100%;
	}
	
}

/* ------------------------------

	#tile_wrapper

------------------------------ */

#tile_wrapper {
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: left;
}

.tile_container {
	margin: 0 auto;
	max-width: 1200px;
	height: auto;
}

.tile_container:after {
	content: '';
	display: block; 
	clear: both;
	height: 0;
}

.mount_type,
.mount_type_km {
	clear: both;
	max-width: 1200px;
	margin: 0.25px auto;
	padding: 10px 0 7px 15px;
	font-size : 1.5em;
	background-color: #e4e7ec;
	border-bottom: solid 2px #83838f;
	z-index: 1000;
}
.mount_type_km {
	margin-top: 30px;
}

.lens_type {
	clear: both;
	margin: 20px 10px 10px;
	font-size : 1.25em;
}

hr {
	clear: both;
	height: 1px;
	border: none;
	/*border-top: solid 1px #e4e7ec;*/
	border-top: solid 1px #c6c7cc;
}

@media screen and (max-width:640px) {
	
	.tile_container {
		margin: 0;
		width: 100% !important;
	}
	
	.mount_type,
	.mount_type_km  {
		font-size : 1.25em;
		height: auto;
		line-height: 1.4;
		margin: 25px 0 0;
		padding: 6px 4px;
		background-color: #e4e7ec;
		word-wrap: break-word;
	}
	
	.lens_type {
		clear: both;
		margin: 25px 0 0;
		padding : 4px 6px 2px;
		font-size : 1.125em;
		border-bottom: solid 1px #83838f;
	}
	
	hr {
		border: none;
	}
	
}


/* ------------------------------

	.compatible_product

------------------------------ */

.compatible_product {
	background-color: #ffffff;
	background-repeat: repeat-x;
	/*border: solid 1px #e4e7ec;*/
	border: solid 1px #83838f;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	height: 195px;
	list-style-type: none;
	margin: 1% 0.5%;
	position: relative;
	width: 19%;
	z-index: 0;
	transition: opacity 0.2s ease-in 0s;
	
	/* for IE9 */
	margin: 10px 5px\9;
	width: 185px\9;
}

.compatible_product_fully_compatible {
	background-color: #ffffff;
	background-repeat: repeat-x;
	/*border: solid 1px #e4e7ec;*/
	border: solid 1px #83838f;
	border-radius: 3px;
	box-sizing: border-box;
	cursor: default;
	float: left;
	height: 195px;
	list-style-type: none;
	margin: 1% 0.5%;
	position: relative;
	width: 19%;
	z-index: 0;
	transition: opacity 0.2s ease-in 0s;
	
	/* for IE9 */
	margin: 10px 5px\9;
	width: 185px\9;
}

.compatible_product:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media screen and (max-width: 1000px) {
	
	.compatible_product,
	.compatible_product_fully_compatible {
		width: 24%;
	}
	
}

@media screen and (max-width: 760px) {
	
	.compatible_product,
	.compatible_product_fully_compatible {
		width: 32%;
	}
	
}

@media screen and (max-width:640px) {
	
	.compatible_product,
	.compatible_product_fully_compatible {
		z-index: 0;
		position: relative;
		width: 100%;
		min-height: 55px;
		max-height: 70px;
		height: 70px;
		margin: 0;
		background: #ffffff;
		border-right: 0;
		border-left: 0;
		border-top: 0;
		border-radius: 0;
		cursor: pointer;
	}
	
	.compatible_product:hover {
		border-right: 0;
		border-left: 0;
	}
	
}


.cp_product_title {
	text-align: left;
	font-size: 1.25em;
	font-style: normal;
	font-variant: normal;
	margin: 2px 0 0 5px;
}

.cp_product_title_km {
	text-align: left;
	font-size: 1.125em;
	font-style: normal;
	font-variant: normal;
	margin: 2px 0 0 5px;
	padding-right: 25px;
}

.cp_product_sub_title {
	margin: 0 0 0 5px;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	color: #555555;
}

.cp_product_image {
	height: 108px;
	margin: 0 auto;
	margin-bottom: -20px;
	text-align: center;
}

img.cp_product {
	margin: 0 auto;
}


#logo_sample {
	max-width: 1200px;
	text-align: right;
	margin: 0 auto;
	padding: 15px 15px 10px;
}

#logo_sample p {
	margin: 0;
	padding: 0;
}

#logo_sample img {
	vertical-align: middle;
}

/* for Lens */

img.cp_compati_img {
	position: absolute;
	top: 2px;
	right: 2px;
}

img.G_logo, img.Z_logo, img.GM_logo {
	position: absolute;
	right: 2px;
	bottom: 2px;
	height: 35px;
}

img.full_frame {
	position: absolute;
	left: 7px;
	bottom: 7px;
	height: 20px;
}

/* for Flash */

img.shoe_adapter{
	position: absolute;
	left: 7px;
	bottom: 7px;
	height: 25px;
}

/* for Mobile Battery */

img.supplying {
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin: 2px;
	vertical-align: top;
}

@media screen and (max-width:640px) {

	.cp_product_title,
	.cp_product_title_km {
		position: absolute;
		left: 80px;
		top: 2px;
		text-align: left;
		font-size: 1.125em;
		font-style: normal;
		font-variant: normal;
		margin-left: 5px;
	}
	
	.cp_product_sub_title {
		position: absolute;
		left: 80px;
		top: 30px;
		text-align: left;
		font-size: 0.875em;
		font-style: normal;
		font-variant: normal;
		color: #888888;
		margin-right: 40px;
	}
	
	.cp_product_image {
		position: absolute;
		margin: 0;
		top: 10px;
		left: 5px;
		width: auto;
	}
	
	img.cp_product {
		height: 50px;
		margin: 0 auto;
	}
	
	#logo_sample {
		font-size: 0.875em;
		text-align: left;
		padding: 10px 5px 15px;
	}
	
	#logo_sample span {
		display: block;
		margin: 5px 0;
	}
	
	/* for Lens */
	
	img.cp_compati_img {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 15px;
		z-index: 100;
	}

	img.cp_compati_sample_img {
		height: 14px;
	}

	img.G_logo, img.Z_logo, img.GM_logo {
		position: absolute;
		right: 2px;
		top: 5px;
		height: 30px;
	}
	img.full_frame {
		position: absolute;
		right: 4px;
		bottom: 10px;
		left: auto;
		height: 20px;
	}
	
	/* for Flash */
	
	img.shoe_adapter{
		position: absolute;
		right: 4px;
		top: 5px;
		left: auto;
		height: 25px;
	}
	
	/* for Mobile Battery */
	
	img.function1 {
		position: absolute;
		left: auto;
		right: 6px;
		bottom: 8px;
		height: 25px;
		width: auto;
	}
	
}


/* #loading_img */

#loading_img {
	width: 120px;
	height: 140px;
	margin: -80px 0 0 -80px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1800;
	background-color: #ffffff;
	border-radius: 9px;
	border: solid 3px #e4e7ec;
	display: none;
}

/* ------------------------------

	#detail

------------------------------ */

#detail {
	position: fixed;
	top: 20px;
	left: 50%;
	z-index: 2000;
	width: 624px;
	height: auto;
	max-height:90%;
	margin-left: -320px;
	padding: 5px;
	background-color: #ffffff;
	border-radius: 9px;
	border: solid 3px #e4e7ec;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
}

@media screen and (max-width:640px) {

	#detail {
		top: 10px;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 10px 0;
		border: none;
		border-radius: 0;
	}

}


/* ------------------------------

	.breadcrumbs

------------------------------ */

.breadcrumbs {
	font-size: 0.85em;
	padding: 0.5em 0.25em;
	background: url(../image/breadcrumbs_bg_01.png) repeat-y 50% 0;
}

.breadcrumbs-inner {
	max-width: 1200px;
	margin: 0 auto;
}
ol.breadcrumbs-inner{
	list-style: none;
	padding: 0;
}
ol.breadcrumbs-inner li{
	display: inline;
}
ol.breadcrumbs-inner li + li::before{
	content: '\03e';
	margin-right: 0.25em;
	font-weight: normal;
}
ol.breadcrumbs-inner li:last-child{
	font-weight: bold;
}
.breadcrumbs a {
	color: #43677e;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
}

.breadcrumbs a:visited {
	color: #43677e;
}

.breadcrumbs a:hover,
.breadcrumbs a:active {
	color: #c41230;
	text-decoration: underline;
}

/* ------------------------------

	#pagetop

------------------------------ */

#pagetop {
	position: fixed;
	margin: 0;
	padding: 5px;
	bottom: 10px;
	right: 5px;
	z-index: 12;
}

#pagetop img {
	border: none;
}

@media screen and (max-width:640px) {

	#pagetop {
		padding: 5px 0;
	}

}

/* ------------------------------

	Other

------------------------------ */

.disclaimer {
	clear: both;
	max-width: 1200px;
	margin: 20px auto 5px!important;
	padding: 0 15px;
	font-size: 1.125em!important;
	text-align: right;
}

input[type="text"][disabled],
select[disabled] {
	background-color: #ebebe4;
}

.text_gray {
	color: #c6c7cc !important;
}

@media screen and (max-width:640px) {
	
	.disclaimer {
		width: auto;
		text-align: left;
	}
	
}

