@charset "shift_jis";

/****全体の設定
******************************************/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ"; /*, "Arial", "Helvetica", "sans-serif"*/
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

header, footer, nav, section, article, figure, aside {
display:block;
}

img{
	border: 0px;
	max-width: 100%;
}
a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
}
.img{
	width: 100%;
}
.img2{
	width: 50%;
}

.sp{
	display: none;
}

/****見出し余白解除設定
******************************************/
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding: 0px;
}

/****リストの余白解除
******************************************/
ul,ol,li,dl{
	margin: 0;
	padding: 0;
}

/****フォント
******************************************/
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}
p{
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
}
.em{
	color: #333;
	text-indent: -9999px;
	display: block;
}

/****LINK
******************************************/
a {
	color: #01B613;
	text-decoration: none;
}
a:hover{
	color: #FFCC00;
	text-decoration: underline;
}


/***フッター
******************************************/
#footer{
	padding: 0px;
	background: #FFFFFF;
	width: 100%;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer_bg{
	width: 100%;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}
.footer_bg p {
	color: #FFF;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.footer_bg a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_bg a:hover{
	color: #03C;
	text-decoration: underline;
}
.go_top{
	text-align: right;
	margin-right: 5px;
}

.cont_area99{
	width: 98%;
	margin-top: 2%;
	border: 1px solid #CCC;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 2%;
	text-align: left;
	float: left;
}
.cont_area99 p{
	margin-left: 25px;
	font-weight: bold;
	line-height: 1.3em;
}

/***sslx
******************************************/
.sslBox{
	border-top: 1px solid #CCCCCC;
	width: 100%;
	background-color: #FFF;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sslBox li{
	float: left;
	list-style: none;
}
.sslImg{
	width: 30%;
	margin-left: 5px;
}
.sslTxt{
	width: 65%;
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 5%;
	margin-left: 1%;
	text-align: left;
}
.veriImg{
	margin: 15px 0px 0px;
	padding: 0px;
}

/***clearfix
******************************************/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 0px;
}

* html .clearfix {
	height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/****IME制御
******************************************/
.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}

/****ここまでデフォルト
******************************************/


/****コンテンツ
******************************************/

/****背景設定
******************************************/
#wallpaper{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	background-color: #FFF;
}

.btn{
	margin-top: 1%;
	margin-bottom: 2%;
}
.voice{
	margin-top: 2%;
	margin-bottom: 2%;
}
.and{
	margin-top: 2%;
	margin-bottom: 2%;
}
.midashi{
	margin-top: 3%;
}

.cont_collo{
	float: left;
	width: 100%;
	background-color: #FDEDED;
}
.cont_tokuten{
	margin-top: -2%;
}
.order_box{
	float: left;
	width: 97%;
	background-color: #FCFBEF;
	border: 5px solid #FF9B66;
	margin-top: -8%;
	margin-bottom: 3%;
	padding-bottom: 2%;
}
.order_t_txt{
	margin-top: -30%;
	margin-bottom: 1%;
	text-align: left;
	width: 90%;
	margin-left: 6%;
}
.order_t_txt li{
	font-size: 100%;
	list-style: none;
}

.order_bg_t{
	margin-top: 18%;
}

.order_box_j{
	float: left;
	width: 97%;
	background-color: #FCFBEF;
	border: 5px solid #FF9B66;
	margin-top: -8%;
	margin-bottom: 3%;
}
.order_txt{
	margin-top: 5%;
	margin-bottom: 1%;
}
.order_btn{
	margin-top: 3%;
	margin-bottom: 2%;
}
.order_bg{
	margin-top: -8%;
}
.cont_txt{
	float: left;
	width: 96%;
	padding: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: left;
}
.new_img01{
	margin-bottom: 3%;
}