* {
  margin: 0px;
  padding: 0px;
}

body {
  background: url('../../../assets/images/base_bg.gif') 0 0 repeat-y;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
}

h1 {
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  color: white;
  background: url('../../../assets/images/system_bg.gif') 0 0 repeat-x;
  background-size: auto 100%;
  height: 50px;
}

h2 {
  font-size: 20px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: url('../img/h2.png?v=3') 0 0 repeat-x;
}

h3 {
  font-size: 18px;
  text-align: center;
  height: auto;
	margin: 5px 0 !important;
  line-height: 40px;
	background: url('../img/sub_title.png') repeat-x;
	background-size: auto 40px;
}

h4 {
  font-size: 16px;
  text-align: center;
	margin: 15px 0 5px !important;
  height: auto;
  line-height: 30px;
/*  background-color: rgb(255, 197, 64);*/
}

.titles{
	border-style: solid;
	border-width: 6px 2px;
	-webkit-border-image: url('../img/sub_title_line.png') 6 2 round;
	-o-border-image: url('../img/sub_title_line.png') 6 2 round;
	border-image: url('../img/sub_title_line.png') 6 2 fill round;
}

.texture{
	width: 100%;
	padding: 5px 0;
}

.selector{
	background: #fff;
	border-top:1px solid rgb(255, 197, 64);
	border-left:8px solid rgb(255, 197, 64);
	border-bottom:1px solid rgb(255, 197, 64);
  border-right:8px solid rgb(255, 197, 64);
  padding: ;
}

.brbm{
	display: block;
	width: 90%;
	border-bottom: 1px solid #000;
	font-weight: bold;
	margin: 10px 0 0;
}

.texture img{
	width: 50%;
	display: block;
	margin: 0 auto;
}

p, ul {
  font-size: 14px;
  padding: 10px 20px;
/*  background-color: white;*/
}

ul {
  padding: 0px 20px 10px 50px;
}

a, a:visited {
  color: #000000;
}

.texr{
	color:#e84c4c;
	font-weight: bold;
}
.texb{
	color:#31b5ec;
	font-weight: bold;
}
.texg{
	color:#68c253;
	font-weight: bold;
}
.texy{
	color: #f4b801;
	font-weight: bold;
}

/* リスト */
.order li {
	position: relative;
	padding-left: 2em;
	counter-increment: li;
	list-style-type: none;
}
.order li::before {
	content: counter(li) ".";
	display: block;
	position: absolute;
	top: .3em;
	left: 0.4em;
	color:#31b5ec;
	font-size: 1.3em;
	line-height: 1;
	font-weight: bold;
}

#content {
  padding: 10px 0;
}

#content p {
	display: block;
  padding:0 13px 5px 10px;
}

#content a.banner {
  text-decoration: none;
	display: block;
/*	width: 100%;
  height: 50px;
  padding: 10px 10px 10px 20px;
  margin: 10px 0px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;*/
	background-color:#3bb3e0;
	padding:20px;
	position:relative;
	font-size:12px;
	text-decoration:none;
	color:#000;
	border: solid 1px #ccc;
	background: rgb(255,255,255); /* Old browsers */
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0px -1px 0px #b3b3b3, 0px 1px 0px #fff;
	border-radius: 5px;
}

#content a.banner:after{
	content: '';
  border: 10px solid transparent;
  border-bottom: 10px solid #75a9f7;
  position: absolute;
  top: -10px;
  right: -10px;
  -webkit-transform: rotate(45deg);
}

#content a.red:after{
  border-bottom: 10px solid #F7615A;
}

.carousel-container {
  width: 320px;
  height: 400px;
  margin: 20px auto 70px;
}

.slick-prev, .slick-next {
  width: 50px !important;
  height: 50px !important;
}

.slick-prev {
  left: -75px !important;
}

.slick-next {
  right: -75px !important;
}

.slick-prev::before, .slick-next::before {
  color: black !important;
  font-size: 50px !important;
}

.slick-dots li button::before {
  font-size: 10px !important;
}

.nondeco{
	text-decoration: none;
}

.back {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background-color: white;
  border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.catalog{
	margin-bottom: 10px;
}

.catalog li{
	text-align: center;
	border-bottom: 1px dashed #ccc;
	font-size: 1.1em;
}

dl.explain {
	border: 1px solid #ddd;
	border-bottom-width: 3px;
	padding: 0 15px;
	margin: 1em 0;
	display: block;
/*	background: rgba(249, 249, 249 ,0.8);*/
}

dt{
	position: relative;
/*	height: auto;*/
	text-align: left;
	font-size: 108%;
	font-weight: normal;
	font-style: normal;
	margin: 0 -15px 0.5em -15px !important;
	padding: 0.75em 1em !important;
	line-height: 1.4;
/*	background: rgb(252, 125, 110);*/
	background: url('../img/sub_title.png');
/*	border-bottom: 1px solid #ddd;*/
}
/*
dt::after{
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 1.5em;
	height: 0;
	width: 0;
	background: transparent;
	border: 10px solid transparent;
	border-top: 10px solid rgb(252, 125, 110);
}*/


@media screen and (min-width: 640px) {
  body {
    background-repeat: repeat;
  }

  #content {
    width: 640px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 480px) {

  .slick-prev {
    left: -20px !important;
  }

  .slick-next {
    right: -20px !important;
  }

}

@media screen and (max-width: 360px) {

  .slick-prev {
    left: 0px !important;
  }

  .slick-next {
    right: 0px !important;
  }

}
