@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, section,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: baseline;
	list-style:none;
	text-decoration:none;
}
header, nav, article, aside, section, footer {
    display:block;
}
img{
	border:none;}
.clear {
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }
html { font-size: 62.5%;
}
body{
	font-family: "游ゴシック体","Yu Gothic", YuGothic, "メイリオ", sans-serif;

  word-wrap:break-word;
/*文字サイズ自動調整OFF*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color:#333333;
}
body{
	/*chrome fontが大きくなってしまう対策*/
	font-size:18px;
	font-size:1.8rem;
}
table{word-break: break-all;}

/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}
a:link, a:hover, a:active, a:visited {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #000;
}

img{
	max-width:100%;
	height:auto;
}

.wrap{
	background: #ffffff;
}
.main{
	margin:0 auto;
	padding: 0px;
}

.column{
	padding: 15px;
	font-size: 13px;
}

.column h4{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
    color: #5cad14;
}

/*---------------ページトップへ戻る---------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 5px;
	font-size: 12px;
}
#page-top a {
	text-decoration: none;
	background: #5cad14;
	color: #fff;
	width: 60px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border: 1px solid #ffffff;
	border-radius: 3px;
}
#page-top a:hover {
	text-decoration: none;
	background: #cccccc;
	color: #000000;
}

/*---------------ページトップへ戻る---------------*/

.pause{

	margin: 10px auto 0px auto;
	padding: 3px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #5cad14;

}

.box{
	background: #ffffff;
	text-align:left;
	margin: 10px 10px;
	padding: 0px 0px;
	position: relative;
	border: 1px solid #5cad14;
	border-radius: 5px;
	box-shadow: 0 0 10px #5cad14;
	overflow: hidden;
}
.form_box {
	background: #dddddd;
	text-align:left;
	margin: 5px;
	padding: 0px;
	position: relative;
	border-radius: 5px;
}
.form_box_inner {
	letter-spacing: -.50em; /* 文字間を詰めて隙間を削除する */
	width: 99%;
	margin: 0 auto;
	overflow: hidden;
}

.form_box_inner .search {
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	width: 25%;
}
.form_box_inner .search_inner {
	margin: 4px;
}
.form_box .allbox {
	margin-bottom: 5px;
	padding: 4px 6px;
	background: #5cad14;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-radius: 8px;
}
.form_box_inner .search_inner .applink_a {
	background: url("../image/aa.png")no-repeat;
	background-size: 14px;
	background-position: right center; 
	padding: 0px 6px;
	line-height: 25px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border: 1px solid #999999;
	border-radius: 8px;
	overflow: hidden;
}
.form_box_inner .search_inner .applink_b {
	background: url("../image/ab.png") no-repeat;
	background-size: 14px;
	background-position: right center; 
	padding: 0px 6px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border: 1px solid #999999;
	border-radius: 8px;
	overflow: hidden;
}
.form_box_inner .search_inner .applink_c {
	background: url("../image/ac.png") no-repeat;
	background-size: 14px;
	background-position: right center; 
	padding: 0px 6px;
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	border: 1px solid #999999;
	border-radius: 8px;
	overflow: hidden;
}
.form_box .search span {
	display: block;
	background: #dddddd;
	padding: 2px 4px;
	height: 19px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.form_box .search .red {
	display: inline;
	font-size: 7px;
	padding: 0px 2px 0px 0px;
	color: #ff4040;
}
.form_box .search select {
	width: 100%;
	font-size: 11px;
}
.form_box_inner button {
	margin: 4px;
	letter-spacing: normal; /* 文字間を通常に戻す */
}

.full_frame{
	width: 100%;
}
.inner_frame{
	max-width:640px;
	margin:0 auto;
}

.search_frame{
max-width: 640px;
margin: 4px auto 0px auto;
text-align: right;
border-top: 1px solid #5cad14;
background:#5cad14;
}
 .search_frame select {
	width: 100%;
	font-size: 11px;
}
.search_frame button {
	margin: 4px;
	letter-spacing: normal; /* 文字間を通常に戻す */
}

.UpdateDisplay {
	max-width: 240px;
	margin: 5px auto 0px auto;
	text-align: center;
	padding: 0px 5px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	background: #777777;
	border-radius: 2px;
}


.site_logo {
	background: #ffffff;

}
.site_logo h1 {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}
#logo {
	display: block;
	width: 100%;
	margin: 0 auto 0 0;
}
#list {
	margin: 10px 10px 0;
	padding: 10px 10px;
	border: 1px solid #ff4040;
}
#list p {
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
	color: #ff4040;
}
.box .title{
	margin: 0 auto;
	padding: 10px 12px 8px;
	background:#5cad14;
	line-height: 1.2;
	overflow: hidden;
}
.box .title .rank{
	width: 32px;
	line-height: 30px;
	background: rgba(0,0,0,0.2);
	margin-top: 0px;
	margin-right: 12px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border: 1px solid #ffffff;
	float: left;
}
.box .title h2{
	margin-left: 44px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.0;

}
.search .title h2{
	margin-left: 0px;
}
.box .title .maker{
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.4;
}

.box .entry {
	overflow: hidden;
}
.box .entry .tags {
	padding: 4px 10px 8px;
	text-align: left;
	background: #edf1f5;
	overflow: hidden;
}
.box .entry .tags span {
	display: inline-block;
	margin-right: 4px;
	padding: 2px 2px 2px 6px;
	background: #666666;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
/*	border: 1px solid #666666;*/
	border-radius: 5px;
}
.box .entry .tags span > span {
	display: inline-block;
	margin-right: 0px;
	padding: 2px 6px;
	background: #ffffff;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-radius: 3px;
}
.box .entry .entry_thumb {
	margin: 10px;
	width: 100px;
	height: 100px;
	background: #000000;
	border-radius: 10px;
	overflow: hidden;
	float: left;
}
.box .entry .pick span {
	font-size: 13px;
	color: #ff0000;
}
.box .entry .description {
	margin-top: 10px;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1.6
}
.box .entry .description span {
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
}

.box .content h3 {
	margin: 0 10px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ff7f00;
	text-align: left;
	line-height: 1.4;
}
.box .content .cont_img {
	margin: 0 10px 10px;
}
.box .content .cont_desc {
	margin: 10px 10px;
	padding: 5px 15px;
	background: #f0ffe2;
	border-radius: 10px;
}
.box .content .cont_desc li {
	margin: 10px 0;
	padding-left: 10px;
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	border-left: 4px solid #ff7f00;
}
.box .content .btn {
	display: block;
	margin: 20px 20px;
	padding: 10px 0;
	background: #ff7f00;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border-radius: 20px;
}

.box .content .review_frame {
	margin-bottom: 10px;
	overflow: hidden;
}
.box .content .review {
	margin: 0 10px 10px;
	background: #ffffff;
	border: 2px solid #5cad14;
	border-radius: 5px;
	overflow: hidden;
}
.box .content .review .review_thumb {
	margin: 8px 10px 8px 8px;
	width: 48px;
	height: 48px;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	float: left;
}
.box .content .review .review_text{
	margin:0 8px 8px 66px;
	line-height: 1.4;
	font-size: 13px;
	color: #333333:
	text-align: left;
}
.box .content .review .review_title {
	margin-left: 0px;
	padding: 5px 10px;
	background: #5cad14;
	font-weight: bold;
	color: #ffffff;
	box-shadow: 0 5px 3px #edf1f5;
}
.box .content .review .star {
	margin-top: 8px;
	color: #ff7f00;
}

.box p{
	line-height:1.6;
	font-family: "游ゴシック体","Yu Gothic", YuGothic, "メイリオ", sans-serif;
	font-size: 14px;
	color: #333333;
	text-align:left;
}
.box p .red{
	color:#cc0000;
	font-weight:bold
}
.box p .pink{
	color:#ff6699;
	font-weight:bold
}
.box p .b{
	font-weight:bold
}
.box p .min{
	font-size:0.8em;
	color: #999999;
}
.box p .maker{
	color: #ff0000;
	font-weight:bold;
	background-color: #ffff99;
}
.box img{
	margin:0 auto;
	vertical-align: bottom;
}

.contact .inner:hover{
	cursor:pointer;
	opacity:0.7;
}
.contact{
	margin:0px 0;
}

.float_btn {
	margin-bottom: 20px;
}
.float_btn img {
	display: block;
	margin: 0 auto;
	width: 90%;
}

    /* CSSアニメーションの設定 */
    .codebtn{
      -webkit-animation: codebtn 1.6s linear 0s infinite;
      animation: codebtn 1.6s linear 0s infinite;
    }
    @-webkit-keyframes codebtn {
      0%   { -webkit-transform: scale(0.8, 0.8) translate(0%, 0%); }
      15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 0%); }
      30%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      50%  { -webkit-transform: scale(0.95, 0.95) translate(0%, 0%); }
      70%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 0%); }
      100% { -webkit-transform: scale(0.8, 0.8) translate(0%, 0%); }
    }
    @keyframes codebtn {
      0%   { transform: scale(0.8, 0.8) translate(0%, 0%); }
      15%  { transform: scale(0.9, 0.9) translate(0%, 0%); }
      30%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
      50%  { transform: scale(0.95, 0.95) translate(0%, 0%); }
      70%  { transform: scale(0.9, 0.9) translate(0%, 0%); }
      100% { transform: scale(0.8, 0.8) translate(0%, 0%); }
    }

.footer {
	width: 100%;
	background: #5cad14;
}
.footer .copy {
	max-width: 640px;
	margin: 0 auto 0;
	padding: 10px 0px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 1.2;
}

.footer .link {
	max-width: 640px;
	margin: 20px auto 0;
	padding: 10px 0px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	line-height: 1.2;
}

.footer .link a{
	color: #fff;
}


.footer img{
	max-width:300px;
}


/* フォーム */
#form{
	max-width:640px;
	margin:0 auto;
	padding:10px 0px;
	background: #bfddfc;

}
#form h2{
	margin: 0px auto 0px auto;
	padding:10px;
	font-size: 120%;
	line-height: 140%;
	text-align: center;
	color: #171a88;
	font-weight:bold;
}
#form h3{
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:24px;
	border-bottom:solid 4px #3765D9;
}

#formWrap{
    max-width: 700px;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
    padding-top: 30px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #9c9c9c;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#bfddfc;
	text-align:center;
	vertical-align:middle;
}
table.formTable td{
	text-align:left;
	background:#fff;
}
table.formTable input{
	max-width:500px;
	width:100%;
	height:30px;
}
table.formTable textarea{
	width:100%;
	height:100px;
}

table.formTable input[type="radio"],
table.formTable input[type="checkbox"]{
	height:auto;
	width:auto;
}

table.formTable .zipcode input{
	width:60px;
}

table.formTable .red{
	font-size:12px;
	color:red;
}

#formWrap h3{
	text-align:center;
	padding:30px 0;
	font-weight:bold;
	font-size:18px;
}
#form input[type="submit"],
#form input[type="reset"],
#formWrap input[type="submit"],
#formWrap input[type="button"]{
	margin:30px 0;
	height:40px;
	width:120px;
}


.AddLineBtn {
max-width: 650px;
margin: 5px 10px;
padding: 5px 0px 3px 0px;

text-align: center;
color: #fff;
font-weight: bold;
text-shadow: -1px -1px 1px #716d6d;
font-size: 20px;
line-height: 30px;

background: #b4e391;
background: -moz-linear-gradient(-45deg, #b4e391 0%, #61c419 40%, #61c419 100%);
background: -webkit-linear-gradient(-45deg, #b4e391 0%,#61c419 40%,#61c419 100%);
background: linear-gradient(135deg, #b4e391 0%,#61c419 40%,#61c419 100%);

box-shadow: 1px 1px 1px #666;
border: solid 1px #61c419;
border-radius: 5px;
}

.AddLineObj {
max-width: 300px;
margin: 5px auto;
}

.AddLineObj img{
width: 100%;
margin: 0px;
padding: 0px;
}



/* -----キュッキュする------ */

.kyuXkyu {
/*
	margin-left:auto;
	margin-right:auto;
	width: 95%;
	text-align: center;
	padding: 20px 5x;
*/
	animation:kyuXkyuAni 2s;
	-webkit-animation:kyuXkyuAni 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
	@keyframes kyuXkyuAni
	{
	0%   {transform: scale(1);}
	40%   {transform: scale(1);}
	50%   {transform: scale(0.9);}
	60%   {transform: scale(1);}
	100%   {transform: scale(1);}
	}
	@-webkit-keyframes kyuXkyuAni
	{
	0%   {transform: scale(1);}
	40%   {transform: scale(1);}
	50%   {transform: scale(0.9);}
	60%   {transform: scale(1);}
	100%   {transform: scale(1);}
	}

/* wrench */
.wrench {
/*  animation: wrench_6238 3.875s ease infinite;
  transform-origin: 90% 35%;*/
  animation: wrench_6238 3s ease infinite;
  transform-origin: 70%;

}

@-webkit-keyframes wrench_6238 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  79% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 12deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  85% {
    -webkit-transform: rotate3d(0, 0, 1, -17deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  90% {
    -webkit-transform: rotate3d(0, 0, 1, 2deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  95% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes wrench_6238 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  79% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 12deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  85% {
    -webkit-transform: rotate3d(0, 0, 1, -7deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  90% {
    -webkit-transform: rotate3d(0, 0, 1, 2deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  95% {
    -webkit-transform: rotate3d(0, 0, 1, -2deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

