@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;
}

/*---------------ページトップへ戻る---------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 5px;
	font-size: 12px;
	opacity:0.8;
}
#page-top a {
	text-decoration: none;
	background: #ff2626;
	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: #ff2626;

}

.hatching {
	background: #fff300;
}
.redfont {
	color: #ff0000;
}

.box{
	margin: 0px auto;
	background: #ffffff;
	text-align: left;
	padding: 0px 0px;
	overflow: hidden;
}

@media screen and (min-width:768px) {
/*	.box{
		margin: 40px 10px;
		background: #ffffff;
		text-align: left;
		padding: 10px 5px;
		box-shadow: 0px 0px 6px #ff5e5e;
		border-top: 10px solid #ff5e5e;
		border-left: 1px solid #ff5e5e;
		border-right: 1px solid #ff5e5e;
		border-bottom: 1px solid #ff5e5e;
		overflow: hidden;
	}
*/}

.form_box {
	text-align:left;
	margin: 5px;
	padding: 0px;
	position: relative;
	border-radius: 2px;
	background: #c0f6f6;
}
.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: #ff2626;
	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;
background-color: #fff;
}
.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;
background-color: #fff;
}
.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;
	background-color: #efefef;
}
.form_box .search span {
	display: block;
/*	background: #dddddd;*/
	padding: 2px 4px;
	height: 19px;
	font-size: 11px;
	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;
	padding: 3px 0px;
}
.form_box_inner button {
	margin-top: 5%;
	margin-right: 1%;
	margin-bottom: 4px;
	letter-spacing: normal; /* 文字間を通常に戻す */
	float: right;
	width: 21%;
	padding: 4px 0px;
/*	box-shadow: 0px 0px 5px #b6ccef;*/
}
@media screen and (min-width:768px) {
	.form_box_inner button {
		margin-top: 2%;
		margin-right: 1%;
		margin-bottom: 4px;
		letter-spacing: normal; /* 文字間を通常に戻す */
		float: right;
		width: 21%;
		padding: 4px 0px;
	/*	box-shadow: 0px 0px 5px #b6ccef;*/
	}
}

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

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

.UpdateDisplay {
	max-width: 240px;
	margin: 5px auto 10px 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 .entry_thumb {
	margin: 0px 10px;
	float: left;
	MAX-width: 40%;

}
.content {
	border-top: solid 1px #bababa;
}
.content .entry_thumb img{
	width: 100%;
	padding: 0px;
	vertical-align: bottom;
	border: 1px solid #ff5e5e;
	border-radius: 5px;
}

.content .title{
	width: 70%;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

.headline {
	margin: 5px 0px 10px 0px;
	padding: 10px 10px 0px 10px;
	border-top: solid 1px #cab1e0;
	border-bottom: solid 1px #5d4174;

background: #ff6399; /* Old browsers */
background: -moz-linear-gradient(top, #ff6399 17%, #ffdce9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff6399 17%,#ffdce9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #8c61b1 17%,#a587be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.rank_area{
	border: solid 1px #f35a95;
	padding: 2px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.1;
	color: #f35a95;
	float: left;
	margin: 0px 5px 0px 5px;
	background: #fff;
}
.rank{
/*	font-weight: bold;*/
}

.score{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	text-align: right;
	font-size: 13px;
	line-height: 1.1;
	color: #ffff00;
}
	
.runs {
	padding: 0px 5px;
	color: #5a5a5a;
	font-weight: bold;
	background: #fff;
}


.stars {
background: #ff6399;
margin: -3px 0px 0px 6px;
padding: 1px 5px;
width: 100px;
height: 20px;
float: right;
border-radius: 15px;
}
.stars ol li{
list-style-type: none;
width: 18px;
margin: 0px;
padding: 0px;
float: left;
}
.stars ol li img{
width: 100%;
}

.CompanyName{
	color: #fff;
	font-size: 18px;
	line-height: 1.1;
	font-weight: bold;
}



@media screen and (min-width:768px) {
	.headline {
		width: 98%;
		margin: 10px auto 10px auto;
	}

	.box .title .rank{
		font-weight: bold;
	}


	.box .title .rank_area{
		margin: 0px 5px 0px 0px;
		font-size: 24px;
		line-height: 1.1;
		float: left;

	}
	.box .title .CompanyName{
		margin: 0px 0px 0px 10px;
		font-size: 24px;
		font-weight: bold;
		color: #333;
		line-height: 1.1;
	}

 
}



.box .title h3 {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	color: #333;
}

.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 .entry {
	overflow: hidden;
}
.box .tags {
/*	width: 98%;
	margin: 10px auto 0px auto;*/
	margin: 15px 5px 5px 5px;
	text-align: left;
	overflow: hidden;
}

.box .tags span {
	display: inline-block;
	padding: 1px 2px;
	background: #efa4c1;
	font-size: 11px;
	font-weight: bold;
	color: #4d4d4d;
	border-radius: 5px;
	margin-left: 1px;
	margin-bottom: 1px;
}
.box .tags span > span {
	display: inline-block;
	margin-right: 0px;
	padding: 0px 2px 0px 2px;
	background: #ffffff;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-radius: 0px 5px 5px 0px;
}

.description {
	width: 97%;
	margin: 0px auto;
	padding: 0px 5px;
	color: #4b4b4b;
	font-size: 16px;
	line-height: 1.2;
}

@media screen and (min-width:768px) {
	.box .tags {
		width: 90%;
		margin: 20px auto 10px auto;
		text-align: left;
		overflow: hidden;
	}
	.box .tags span {
		display: inline-block;
		padding: 2px 2px 2px 6px;
		background: #efa4c1;
		font-size: 12px;
		font-weight: bold;
		color: #4d4d4d;
		border-radius: 5px;
		margin: 1px;
	}
	.box .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;
		border-radius: 0px 5px 5px 0px;
	}
	.description {
		width: 97%;
		margin: 0px auto;
		padding: 0px 5px;
		color: #4b4b4b;
		font-size: 22px;
		line-height: 1.4;
	}

}
.box .pick span {
	font-size: 13px;
	color: #ff0000;
}
.box .content h2 {
	width: 95%;
	margin: 20px auto 5px auto;
	font-size: 16px;
/*	font-weight: bold; */
	color: #ff7f00;
	text-align: left;
	line-height: 1.4;
	border-bottom: 1px solid #f8ba7d;
}

.box .content h3 {
	margin: 10px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	background: #ff9856;
	display: table;
	border-radius: 2px;
}
.box .content .cont_img {
/*	margin: 0 10px 10px;*/
/*	margin: 0px auto 10px auto;*/
	margin: 10px auto;
	display: table;
	max-width: 95%;
}
.box .content .cont_desc {
	margin: 10px 5px;
	background: #fff;
	border: dashed 1px #89daff;
}

.box .content .cont_desc li {
position: relative;
padding: 0.1em 0.5em;
background-color: #f7fca9;
border-bottom: solid 1px #b9b9b9;
border-left: solid 1px #b9b9b9;
margin: 5px;
}
.box .content .cont_desc li::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #fbffc4 #fbffc4;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
}


.box .content .btn {
	width: 95%;
	display: block;
	margin: 10px auto;
	padding: 20px 10px;
	border-radius: 5px;
	background: #f35a95;

	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	font-weight: normal;

border-top: solid 2px #ffbfd8;
border-bottom: solid 2px #d42e6e;
border-left: solid 2px #ffbfd8;
border-right: solid 2px #d42e6e;
}

.box .content .btn p{
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
}

.box .content .review_frame {
	margin-bottom: 10px;
	overflow: hidden;
}
.box .content .review {
	margin: 0 10px 10px;
	background: #ffffff;
	border: 1px solid #a5a5a5;
/*	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: #a5a5a5;

	font-weight: bold;
	color: #ffffff;
	box-shadow: 0 5px 3px #efefef;
/*	text-shadow: 0px 0px 3px #fff;*/
}
.box .content .review .star {
	margin-top: 8px;
	color: #ff7f00;
}

.DifferenceArea {
	width: 95%;
	margin: 10px auto;
	padding: 10px;
	font-size: 14px;
	border: 1px dashed #ec5b93;
line-height: 18px;
color: #333;
background: #ffecf3;
border-radius: 2px;

}
.DifferenceArea .DifTitle{
	color: #ec5b93;
	font-size: 16px;
	font-weight: bold;
}

.CampaignArea2 {
	width: 98%;
	margin: 10px auto;
	padding: 10px;
	background: #efe7f3;
}
.CampaignArea2 .CampaignText2{
	font-weight: normal;
	color: #232323;
	font-size: 15px;
	line-height: 18px;
}

.CampaignArea {
	width: 98%;
	margin: 10px auto;
	padding: 10px;

}
.CampaignArea .CampaignText{
	background: #f9f5a3;
	font-weight: bold;
	font-size: 16px;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


.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;
}


.footer {
	width: 100%;
	background: #4d4d4d;
}
.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;
}


.ParameterArea {
	width: 98%;
	margin: 10px auto 10px auto;
}
.ParameterBox {
	width: 47%;
	margin-left: 2%;
	padding-top: 10px;
	background: #aeefef;
	border-radius: 2px;
	float: left;
}
.ParameterBox p{
	color: #3e3e3e;
	text-align: center;
	font-size:13px;
	line-height: 20px;
	border-bottom: dashed 1px #fff;
	padding-bottom: 3px;
}
.ParameterNumber {
	width: 90%;
	margin: 5px auto 10px auto;
	padding: 5px 0px;
	background: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	border-radius: 20px;
	font-weight: bold;
}

.AdSpace {
	width: 95%;
	margin: 10px auto 0px auto;
}
.AdSpace p{
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #ff0000;
}
.AdSpace img{
	width: 100%;
	border:1px solid #ff0000;
}



.OutsidePage {
	width: 98%;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #999;

}

/* -----クッションページ------ */
.inner_frame2{
	max-width: 400px;
	margin:0 auto;
}


.cushionTitle1 {
	padding: 20px 0px 10px 0px;
	font-size: 24px;
	color: #f35a95;
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
}
.cushionTitle2 {
	width: 90%;
	margin: 15px auto;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-align: center;
	border-bottom: solid 1px #f35a95;
}

.resize-top{
position: relative;
overflow: hidden;
height: 240px;
}
.resize-top img{
width: 100%;
vertical-align: bottom;
}

.resize-top p{
position: absolute;
bottom: 0;
width: 100%;
padding: 10px;
background-color: rgba(0, 0, 0, .6);
color: #fff;

	line-height: 1.2em;
	text-align: center;
	font-size: 14px;
}

.base-p {
	padding: 10px;
	font-size: 14px;
	line-height: 1.5em;
	color: #444;
}

.AgeSelectBox {
	margin: 10px 0px 0px 0px;
}
.AgeSelectBox .intro {
	color: #474747;
	font-size: 14px;
	line-height: 1.2em;
	text-align: center;
	font-weight: normal;
}
.AgeSelectBox .RedWord {
	color: #ff0000;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

.AgeSelectChoice {
	max-width: 320px;
	margin: 10px auto;
	padding: 10px;
	border: solid 1px #999;
	box-shadow: 0px 0px 5px #d7d7d7;
}

.AgeSelectChoice a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
	display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,.6);
}
.yes-button {
	margin-bottom: 10px;
	background: #f35a95;
	text-align: center;
	color: #fff !important;
	box-shadow: 0px 3px 0px 1px #d42e6e;
}
.no-button {
	margin-bottom: 10px;
	background: #fff;
	text-align: center;
	color: #666 !important;
	border: 1px solid #ddd;
	box-shadow: 0px 3px 0px 1px #ddd;
}
.container {
	width: 98%;
	margin: 0px auto;
	padding: 10px 0px;
}

/* -----anime------ */

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



#table3 {
	width: 95%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

#table3 td {
	padding: 5px;
	border: 1px #e5e5e5 solid;
}

#table3menu1 {
	width: 20%;
	background-color: #fbe6e7;
	vertical-align: middle;
}

#table3menu2 {
	width: 80%;
	text-align: left;
	font-size: 100%;
}

div#wrapper {
	text-align: center;
}

label{
	white-space: nowrap;
	
}