@charset "utf-8";
/* =================================================================
		Reset Styles
================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

/* HTML5 */
article, aside, figure, figcaption, footer, header,
hgroup, nav, section, summary{
	display: block;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 2px;
}

ol,ul {
	list-style: none;
}


/* form */
select option {
	padding : 0 5px 0 5px;
}
form label{
	cursor : pointer;
}
a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: #0054D2;	text-decoration: underline;
}

a:link {
	color: #0054D2;	text-decoration: underline;
}
a:visited {
	color: #0054D2;	text-decoration: underline;
}
a:hover {
	color: #0054D2;	text-decoration: none;
}
a:focus {
	color: #333333;	text-decoration: underline;
}
a:active {
	color: #0054D2;	text-decoration: underline;
}
/* =================================================================
		Body
================================================================= */
body{
}

#key{
    background-image: url(../img/key_bg.png) no-repeat center top;
	text-align: center;
}

#description{
    background-image: url(../img/description_bg.png) no-repeat center top;
	text-align: center;
	padding: 29px 0 39px 0;
}
.arrow{
	text-align: center;
}

#table-rank{
	width: 900px;
	margin: 0 auto 50px auto;
}
#table-rank p{
	float: left;
}
#table-rank ol{
	float: left;
}
#table-rank ol li{
	float: left;
	position: relative;
}
#table-rank ol li p{
	position: absolute;
	left: 10px;
	bottom: 15px;
}



/* 検索ボックス */
#search-content{
	background-color: #F2EDE5;
	font-size: 18px;
	width: 900px;
	margin: 0 auto;
}
#search-content h2{
	cursor:pointer;
}
#search-content form{
	display:none;
}
#search-content label{
	padding: 0 5px 0 0;
	cursor: text; 
}

.CheckboxInput .searchform-label{
	float: left;
	width: 10em;
	font-size: 18px;
	font-weight: bold;
}
.CheckboxInput .searchform-input-wrapper{
	float: left;
}

.searchform-params{
	padding: 20px;
}

.DropDownField{
	border-bottom: #B9A88B 1px dotted;
}
.CheckboxInput{
	clear: both;
	border-bottom: #B9A88B 1px dotted;
	padding: 10px;
}
.checkbox-wrapper{
	float: left;
}

.checkbox-wrapper{
	padding: 0 10px 0 0;
}

.searchform-controls{
	text-align: center;
	padding: 10px 0 20px 0;
}

.searchform-controls input{
	background: url(../img/search-btn.png) no-repeat left top;
	width: 330px;
	height: 64px;
	border: none;
	text-indent: -999px;
	cursor: pointer;
}

.age{
	width: 880px;
	padding: 20px 10px 0 10px;
	margin: 0 auto 10px auto;
}
.kindergarten{
	float: left;
}
.elementary{
	float: right;
}

.ranking-title{
	width: 900px;
	margin: 0 auto;
}
#ranking{
	width: 900px;
	margin: 0 auto 50px auto;
}
#ranking ol{
}
#ranking li{
	margin: 0 0 30px;
}


#ranking .description{
	position: relative;
	margin-top: -1px;
}
#ranking .description .btn{
	position: absolute;
	left: 50px;
	bottom: 124px;
}
#ranking #senoppy .description .btn{
	bottom: 120px;
}
#ranking #nobirunja .description .btn{
	bottom: 182px;
}
#ranking #senobile .description .btn{
	bottom: 22px;
}
#ranking #senobiru .description .btn{
	bottom: 42px;
}
#ranking .rank-list .description .btn{
	bottom: 42px;
}


#ranking .review{
	position: relative;
}
#ranking .review .btn{
	position: absolute;
	left: 110px;
	bottom: 60px;
}


#overview{
	width: 680px;
	font-size: 14px;
	border: #C3C3C3 1px solid;
	margin: 30px auto 0 auto;
}
#overview thead th{
	background-color: #616161;
	font-size: 16px;
	color: #fff;
	border: #C3C3C3 1px solid;
	padding: 15px;
}
#overview tbody th{
	width: 8em;
	background-color: #EAEAEA;
	border: #C3C3C3 1px solid;
	padding: 15px;
}
#overview tbody td{
	border: #C3C3C3 1px solid;
	padding: 15px;
}


#footer{
	text-align: center;
	padding: 10px 0;
}
#info{
	padding: 20px 0 20px 0;
	font-size: 14px;
}
#copyright{
}


/* パンくずナビ */
#topic-path{
	margin: 0 0 10px 0;
}
#topic-path li{
	font-size: 14px;
	display: inline;
}


/* =================================================================
		検索結果ページ
================================================================= */
#second-key{
	background:url(/img/second-key_bg.png) no-repeat center top;
	margin: 0 0 20px 0;
}
#second-key p{
	width: 900px;
	margin: 0 auto;
}

#search-wrapper{
	width: 900px;
	margin: 0 auto;
}

.search-results{
	background-color: #F2EDE5;
	padding: 15px;
	margin: 0 0 20px 0;
}
.search-results strong{
	color: #c20026;
	font-weight: bold;
}

.no-results{
	background-color: #FFCBCB;
	text-align: center;
	padding: 40px 20px;
	margin: 0 0 20px 0;
}

/* ========================================================================
		検索結果リスト
======================================================================== */
#list{
}
#list table{
	width: 100%;
	font-size: 14px;
	border: #CCC 1px solid;
	margin: 0 0 20px 0;
}
#list thead{
}
#list thead th{
	color: #ffffff;
	border: #CCC 1px solid;
	padding: 10px 10px;
	cursor: pointer;
}
#list .even{
	background-color: #E4EDE9;
}
#list tbody th{
	text-align: left;
	border: #CCC 1px solid;
	padding: 8px 10px;
}
#list tbody td{
	text-align: center;
	border: #CCC 1px solid;
	padding: 8px 10px;
}
#list tbody td.image{
	padding: 5px 4px;
}
#list tbody td.image p{
	max-height: 30px;
	overflow:hidden;
}
#list tbody td.name{
	text-align: left;
}
#list tbody td.follower{
	text-align: right;
}
#list tbody td.price{
	text-align: right;
}

/* ソートができるtable */
.tablesorter thead tr .header{
	background: #C20026 url(/img/sort-bg.gif) no-repeat center right;
	cursor: pointer;
}
.tablesorter thead tr .headerSortUp{
	background-image: url(../img/sort-asc.gif);
}
.tablesorter thead tr .headerSortDown{
	background-image: url(../img/sort-desc.gif);
}
.tablesorter thead tr .headerSortDown,
.tablesorter thead tr .headerSortUp{
	background-color: #A6000C;
	color: #333333;
}


/* =================================================================
		商品詳細
================================================================= */
.item-content{
	border: #CCC 2px solid;
	padding: 20px 20px;
	margin: 0 0 30px 0;
}

.item-content .image{
	float: left;
	width: 250px;
	text-align: center;
}

.item-content .detail{
	float: right;
	width: 580px;
}

.item-content .company{
	font-weight: bold;
}
.item-content h1{
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.item-content h1 a{
	color: #000;
}
.item-content .description{
	margin: 0 0 10px 0;
}
.item-content .price{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.item-content .price strong{
	color: #cf0707;
}

.detail-table{
	width: 100%;
	border: #fff 1px solid;
}
.detail-table th{
	background-color: #FF9B0D;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: #fff 1px solid;
	padding: 8px 10px;
}
.detail-table td{
	background-color: #FFECD1;
	font-size: 14px;
	border: #fff 1px solid;
	padding: 8px 10px;
}


/* =================================================================
		コンテンツ
================================================================= */
.contents-key{
	text-align: center;
	margin: 0 0 20px 0;
}

.contents{
	width: 900px;
	margin: 0 auto;
}
.contents .text{
	float: left;
	width: 520px;
	padding: 10px 0 0 15px;
	margin: 0 0 30px 0;
}
.contents .text p{
	font-size: 18px;
	margin: 0 0 15px 0;
}
.contents .text p strong{
	color: #cf0707;
	font-weight: bold;
}

.contents .image{
	float: right;
	width: 355px;
	text-align: center;
	margin: 0 0 30px 0;
}
.contents .btn{
	text-align: center;
	margin: 0 0 50px 0;
}



/* =================================================================
		/new03用/
================================================================= */
#key-new03{
	background: url(../img/key_bg.png) no-repeat center top;
	text-align: center;
}
#description-new03{
	background: url(../img/description_bg.png) no-repeat center top;
	text-align: center;
}
#point-new03{
	background: url(../img/point_bg.png) no-repeat center top;
	text-align: center;
	margin: 0 0 30px 0;
}

#ranking #senoppy .description.new03 .btn{
	bottom: 40px;
}

.superasmile{
	position: relative;
	margin: 0 7%;
}
.superasmile .btn{
	position: absolute;
	    right: 109px;
    bottom: 13px;;
}



/* =================================================================
		/new04用/
================================================================= */

#description-new04{
	background: url(../img/description_bg.png) no-repeat center top;
	text-align: center;
}

#key-new04 {
	background: url(../img/key_bg.png) no-repeat center top;
	text-align: center;
}

#ranking #senoppy .description.new04 .btn{
	bottom: 120px;
}

#ranking #nobirunja .description.new04 .btn{
	bottom: 182px;
}

#ranking #senobiru .description.new04 .btn{
	bottom: 22px;
}


/* =================================================================
		Clearfix
================================================================= */
.clearfix:after,
.CheckboxInput:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
    border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;

}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);

}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
    transform: rotate(45deg);
}

.title.close::after{
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
    margin:0 3% 3% 3%;
    padding: 3%;
}

#key-second {
	background: url(../img/second-key_bg.png) no-repeat center top;
	text-align: center;
}

/*==================================================
formのcss
===================================*/
.search_btn img {
    text-align: center;
}
.cell_ttl {
    font-weight: bold;
}
#search-form li {
    display: inline;
    border-bottom: #B9A88B 1px dotted;
}

#search-form ul {
    margin:25px 50px;
}
/*==================================================
search_bodyのcss
===================================*/
.browseInfo {
    clear: both;
    overflow: hidden;
    font-size:90%;
    margin-left: 8px;
}
.browseInfo .number {
    margin-right: 7px;
}

.browseInfo .number b {
    color: #FF0000;
    font-size: 20px;
    font-weight: bold;
    margin: 0 4px 0 3px;
    vertical-align: -0.05em;
}
.compareListTable {
    border-collapse: collapse;
    font-size:75%;
    background:#fff;
    width:100%;
    table-layout: fixed;
}
.compareListTable th, .compareListTable td {
    border: 1px solid #CCCCCC;
    background: #f6f5f4;
    text-align: center;
    vertical-align: middle;
}
.compareListTable th {
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    background-color: #c20026;
    height: 3rem;
}
.compareListTable td {
    border-bottom: 1px solid #CCCCCC;
    border-width: 1px;
    line-height: 1.4;
    padding:4px;
}
.compareListTable td p {
    display: inline-block;
    text-align: left;
}
.compareListTable tr.tableHeadFirst th {
    font-weight: bold;
    padding: 4px;
    text-align: center;
    white-space: normal;
}
.compareListTable tr.tableHeadFirst th.check {
    background: none repeat scroll 0 0 #F7F5EE;
    line-height: 0.5;
    padding: 8px 3px 4px;
    width: 1%;
}
.compareListTable td.view .inner .itemName {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center;
    text-decoration: underline;
}
.compareListTable td.view .inner img {
    margin-bottom: 2px;
}
.compareListTable td.view .inner .price {
    color: #DA0A11;
    font-weight: bold;
    font-size: 90%;
}
    table.compareListTable thead tr .header2 {
        /*width: 100%;*/
        /*float: left;*/
    }
table.compareListTable thead tr .headerSortUp {
    background-image: url(../img/asc.gif);
}
table.compareListTable thead tr .headerSortDown {
    background-image: url(../img/desc.gif);
}
table.compareListTable thead tr .headerSortDown, table.compareListTable thead tr .headerSortUp {
    background-color: #87D0F6;
}
h2,h2 img { max-width:100%; }
h2 {border:none;}
#left_content{width:100%;}
#right_content{display:none;}
.form_ttl th{
	background: #f17250;
	border-color: #f17250;
    color: #fff;
}
.form_ttl th:first-child{
    border-right: 1px solid #fff;
}
.box_2nd h2 {
    text-align: center;
}
.sort_float{
	float: left;
	width: 20%;
	border: 2px solid #ffffff;
	box-sizing: border-box;
}
.sort_float th{
    display: block;
    border:1px solid #fff;
}
.sort_float td{
    display: block;
    border: 1px solid #fff;
    cursor: pointer;
    color: #565656;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th{
    padding: 0!important;
}
tr.form_ttl {
    border-top: 15px solid #fff;
}
.conditions_table {
    margin: 8px;
    width: 1024px;
    margin: auto;
}
/*==================================================
search_conditionのcss
===================================*/
.conditions_table{
    margin: 8px;
    width: 1024px;
    margin: auto;
}
.conditions{
    border-collapse: collapse;
    width: 100%;
    margin:5px 0;
    background:#fff;
}
.conditions th{
    border-collapse: collapse;
    border-top:#cccccc 1px solid;
    border-bottom:#cccccc 1px solid;
    background-color:#f6f6f6;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    line-height: 2em;
}
.conditions td{
    border-collapse: collapse;
    border-top:#cccccc 1px solid;
    border-bottom:#cccccc 1px solid;
    text-align:left;
    vertical-align:middle;
    padding:10px;
}
.linkRight{
    text-align:right;
}

/*==================================================
search_formのcss
===================================*/
.index_search {
	border-collapse: collapse;
	width: 100%;
	background: #fff;
    border: 10px solid #fff;
}
#search-form{
    padding: 20px;
    background: #f2ede5;
	width: 900px;
    margin:0 auto 40px;
    box-sizing: border-box;
}
.index_search th {
	border-collapse: collapse;
	border-bottom: #fff 2px solid;
	background-color: #f2ede5;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	line-height: 1.4;
	color: #6a1c13;
}
.index_search td {
	background-color: #f2ede5;
	border-collapse: collapse;
	border-bottom: #fff 2px solid;
	border-right: #fff 2px solid;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
}
form#search-form img{
    display: block;
	margin: 15px auto;
}
input#exec {
    margin: 30px auto;
    display: block;
}
.OaC_btn {
    text-align: center;
    margin-top: 20px;
}
#search-form li{
    display:;
}

.bnr {
    margin-bottom: 30px;
    text-align: center;
}
/* 4つのポイントコンテンツ */
.rel{
    position: relative;
}
.notice {
    position: absolute;
    top: 83%;
    right: 29%;
}
@media screen and (max-width: 1600px){
    .notice {
       right: 22%;
}
}
@media screen and (min-width:2200px){
    .notice {
       right: 37%;
}
}
@media screen and (min-width:3840px){
    .notice {
       right: 45%;
}
}