@charset "UTF-8";
/* 住所を選択式で入力する */


/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,
form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}
legend{color:#000}#yui3-css-stamp.cssreset{display:none}


body {
	font-family: "Meiryo", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #232323;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #3b499f;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #39f;
	text-decoration: underline;
}


.wrapper {
	width: 960px;
	margin: 1em auto;
}
	@media screen and (max-width:736px) {
		.wrapper {
			width: auto;
			padding: 1em;
			margin: 0;
		}
	}

.ttl {
	font-size: 20px;
	font-weight: bold;
}

.ttl .select {
	color: #dd315e;
}

.resultTable {
	margin-top: 1em;
}

.resultTable td a {
	display: block;
	padding: 0 1em .25em 0;
}

.btn {
	margin: 1.5em 0;
  display: flex;
  align-items: center;
}
.btn .btn_level01 {
  margin-right: 16px;
}
@media screen and (max-width:736px) {
  .btn {
    flex-direction: column;
  }
  .btn .btn_level01 {
    margin: 0 0 16px 0;
  }
}

.btn_basic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 56px;
  border: 1px solid #192259;
  color: #192259;
  background: #fff;
  border-radius: 200px;
  line-height: 1.4;
  text-align: center;
  padding: 4px 32px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
  background: #000;
}

.btn_level01 {
  background: url(/assets/img/common/icn_burette-left.svg) no-repeat left 16px center / 18px 18px;
}

.btn_level02 {
  background: url(/assets/img/common/icn_close.svg) no-repeat right 16px center / 18px 18px;
}

.btn_basic:hover {
  border: 1px solid #3B4A9F;
  color: #3B4A9F;
  cursor: pointer;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
}

@media screen and (max-width:736px) {

	.resultTable td a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

}
