@charset 'utf-8';

/* base
======================================*/
body {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
}
a { font-size: inherit; }
p { font-size: inherit; font-family: inherit; line-height: inherit; }
main a:not(:hover) { color: inherit; }

section {
	position: relative;
	z-index: 0;
}

 /* layout
======================================*/
.for_pc { display: block; }
.for_smart { display: none; }

.wrapper {
	max-width: 885px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
 /* common
======================================*/
.red { color: #ff0000; }
.orenge { color: #ff5a00; }
.list { padding: 5px 0 5px 1.68em; list-style: initial; }
.list li { padding: 0 0 5px; }

 /* text
======================================*/
h2 {
	padding: 10px 0 7px 10px;
	margin: 10px 0;
	color: #0d707b;
	font-size: 1.8rem;
	border-bottom: 2px solid #37a1ad;
	border-top: 1px solid #dadada;
	background-image: -moz-linear-gradient(top, #f2f2f2, #fff);
	background-image: -webkit-linear-gradient(top, #f2f2f2,#fff);
	background-image: linear-gradient(to bottom, #f2f2f2, #fff);
	box-shadow: 1px 0 2px #fff inset,0 1px 3px rgba(0,0,0,.2),0 -2px 2px rgba(0,0,0,.1);
}
h3 {
	color: #37a1ad;
	font-weight: bold;
	padding: 10px 0;
	font-size: 1.6rem;
}
h4 {
	margin: 5px 0;
}

 /* navigator
======================================*/
.head_menu {
	border: 1px solid #37a1ad;
	padding: 10px;
}
.head_menu ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.head_menu a {
	display: block;
	padding: 5px;
	border: none;
}
.head_menu a:not(:hover) {
	color: inherit;
}
.head_menu a:before {
	content: "";
	display: inline-block;
	border: 5px solid transparent;
	border-left: 5px solid #ff8922;
}
.head_menu a:hover {
	background-color: #eee;
	border-radius: 10px;
	text-decoration: none;
}
.head_menu li {
		padding: 2px 5px;
}

/* 送料・手数料
======================================*/
.tdy_extcont {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 600px;
	margin: 10px 0;
}
.con_left {
	width: 195px;
}
.con_right {
	width: -webkit-calc( 100% - 195px );
	width: calc( 100% - 195px );
	line-height: 1.6em;
	padding: 0 0 0 10px;
}
.tdy_ext dl {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	line-height: 1.6em;
}
.tdy_ext dt {
	width: 7em;
}
.tdy_ext dd {
	text-align: right;
	width: -webkit-calc( 100% - 7em );
	width: calc( 100% - 7em );
}
.tdy_ext_point {
	margin: 1.6em 0 0 0;
}
.tdy_ext_toujitu {
	color: #ff317f;
}
.tdy_ext_sum {
	border-top: 1px dashed;
	margin: 3px 0 0;
	padding: 3px 0 0;
}
.tdy_ext_ya {
	display: block;
	padding: 0 0 0 25px;
	position: relative;
}
.tdy_ext_ya:before,
.tdy_ext_ya:after {
	content: "";
	display: block;
	position: absolute;
	margin: .4em 0 0;
	top: 0;
	left: 0;
}
.tdy_ext_ya:before {
	border: 5px solid transparent;
	border-right: 5px solid #ff7a09;
}
.tdy_ext_ya:after {
width: 6px;
height: 4px;
	border-right: 8px solid #ff7a09;
	top: 3px;
	left: 4px;
}

/* media screen
======================================*/
@media screen and (max-width: 736px) {

	img { max-width: 100%; height: auto; }
	.for_pc { display: none; }
	.for_smart { display: block; }


}
