@charset "utf-8";
/*formatting style
------------------------*/

#main{
	width: 920px;
	text-align: center;
}
#main a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
.h1_fream {
	margin-bottom: 50px;
}
.h2_fream {
	margin-bottom: 50px;
	clear: both;
}
h3 {
	margin-bottom: 10px;
	clear: both;
}
h3.send {
		margin-bottom: 0px;
}
p.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	color: #000000;
}

p.heading04::before,
p.heading04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}
p.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
p.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
p.onegai {
	font-size: 18px;
}
p.shiji {
	color: #003366;
	line-height: 1.5em;
}

p.shiji {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
  margin-bottom: 18px;
}

p.shiji:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}


strong{
	color: #ff0000;
	font-weight:normal; 
}
em {
	background: linear-gradient(transparent 60%, #ffbbff 60%);
	color: #000;
	font-weight: bold;
}
i{
	color: #007FFF;
	font-style: normal;
	font-weight: bold;
}

table.order td.alarm{
	background-color: #f1f6fc;
	width: 50px;
}
table.order td.alarm2{
	background-color: #f1f6fc;
	border-left: 0px;
}
table.order td.alarm2 P.kon{
	font-weight: bold;
	color: #004C98;
	font-size: 18px;
	margin-bottom: -10px;
}

.deco-radio { display: block;  }
.deco-radio:hover { cursor: pointer; }
.deco-radio input { display: none; }
.deco-radio input+.dummy {
    width: 20px;
    height: 20px;
    border: 2px solid #3F51B5;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 10px 5px 10px 0;
}
.deco-radio input:checked+.dummy:after {
    content: "";
    width: 70%;
    height: 70%;
    background-color: #3F51B5;
    border-radius: 50%;
}



table.panel {
	width: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-right-style: none;
}
table.panel th {
	color: #fff;
	padding: 0.5em;
	width: 100px;
	background-color: #0095FF;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
table.panel td {
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-left-width: 0px;
	border-left-style: none;
}
td.panel-off {
	color: #000;
	padding: 0.5em;
	text-align: center;
	width: 100px;
	background-color: #D2D2D2;
}
td.panel-arrow {
	color: #a8a8a8;
	text-align: center;
	width: 20px;
}
td.shita {
	padding: 0px;
	color: #F00;
	font-weight: normal;
	font-size: 12px;
}
table.order {
	border-collapse: separate;
	margin-top: 5px;
}
table.order b {
	color: #F00;
}
table#adress01 , table#adress02 , table#haiso, table#adress02 , table#adress03 ,table#adress04 {
	width: 600px;
	margin-left: 100px;
	margin-bottom: 50px;
}
table.order th {
	color: #fff;
	background: #258;
	background: -moz-linear-gradient(rgba(76,175,255,0.7), rgba(27,92,255,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(76,175,255,0.7)), to(rgba(27,92,255,0.9)));
	font-weight: bold;
	border-left: 1px solid #258;
	border-top: 1px solid #258;
	border-bottom: 1px solid #258;
	line-height: 120%;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	white-space: nowrap;
}
table.order th:first-child {
  border-radius: 5px 0 0 0;	
}
table.order th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
}
table.order th.both {
  border-radius: 5px 5px 0 0;	
}
table.order tr td {
	padding: 8px 15px;
	border-bottom: 1px solid #84b2e0;
	border-left: 1px solid #84b2e0;
	text-align: left;
}
table.order2 tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.order tr td:last-child {
  border-right: 1px solid #84b2e0;
}
table.order tr {
  background: #fff;
}
table.order td.total {
  background: #f1f6fc;
}
table.order2 tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.order tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.order tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

table.order td.left {
	text-align: left;
	line-height: 3.0em;
}
table.order td.nowrap {
	white-space: nowrap;
}
table.order td#line {
	border-right-width: 0px;
	border-right-style: none;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	text-align: right;
}
table.order td#mukinyu {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000;
}
table.order td.w-key {
	width: 130px;
	text-align: center;
	background-color: #f1f6fc;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
}
table.order td.ta-r {
	text-align: right !important;
	white-space: nowrap;
}
table.order td.ta-r2 {
	text-align: right !important;
	white-space: nowrap;
	background-color: #F1F6FC;
}
table.order td.ta-c{
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
table.order td.ta-l {
	text-align: left;
}
table.order td.ta-l ul {
	margin-left: -1px;
}
table.order td.ta-l ul li {
	list-style-type: none;
}
table.order td ul.op {
	margin-top: -0.5em;
}
table.order td ul.op li{
	line-height: 1.2em;
	margin: 1.2em 0 1em  ;
}

table.order td#w160{
	text-align: center;
	padding: 0px;
	width: 160px;
}
ul.op {
	margin: 0 0 0 1em;
	padding: 0;
}
table#botan {
	width: 500px;
	margin-left: 150px;
}
table#botan td {
	text-align: right;
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
}
table#botan td#right {
	text-align: left;
}
table#op {
	text-align: center;
	width: 650px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
table#op td {
	padding-top: 15px;
	padding-bottom: 15px;
}
table#next {
}
table#next td {
	width: 300px;
	background-color: #E5FFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #028CF0;
	border-left-color: #028CF0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	vertical-align: bottom;
}
table#next td.ue {
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 5px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #028CF0;
}
table#next td.shita {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #028CF0;
	padding-bottom: 15px;
	vertical-align: top;
	padding-top: 10px;
}
table#next td.in {
	width: 20px;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table#next td img {
	padding-top: 15px;
}
table#next p.fuyo {
	color: #36F;
	margin-top: 15px;
	font-weight: normal;
}
strong#big {
	color: #000;
	font-size: 24px;
}
.err-addr {
	color: #dd0000 !important;
}
