﻿@charset "utf-8";

/*common*/

/* reset
================================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

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

input, select {
	vertical-align:middle;
}

/* Setting */
html {

}

body {
	font-size: 14px;
	line-height: 1.5;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Osaka, " ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	border-top: 6px solid #00B4C8;
}

* html body { /* for IE6 */
	font-size: small;
}

*:first-child+html body { /* for IE7 */
	font-size: small;
}

img {
	vertical-align: middle;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

ol {
	list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

*:active, *:focus {
	outline: none;
}

.row:before {
    display: table;
    content: " ";
}

.row:after{
	clear: both;
	display: table;
    content: " ";
}

.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}

/* clear */
.clear {
	clear: both;
}

.clear hr {
	display: none;
}

/* link */
a {
	color: #06F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* iphoneのデフォルトstyleを無効*/
input[type="button"],input[type="text"],input[type="submit"] {
   -webkit-appearance: none;
   border-radius: 0;
}

@media (min-width:850px) {
.pcnone {
	display:none !important;
}
.spnone {
	display: block !important;

}
.spnonetb {


}
}
@media (min-width:0px) and (max-width:849px) {
.pcnone {
	display: block !important;
}
.spnone {
	display:none !important;
}
.spnonetb {
	display:none !important;
}
}
/* 文字装飾 */
.italic{
	font-style:italic;
}
.b{
	font-weight:bold;
}
.red{
	color: #ff0000;
}
.red-b{
	color: #ff0000;
	font-weight:bold;
}
.orange{
	color: #FF6600;
}
.orange-b{
	color: #ff6600;
	font-weight:bold;
}
.blue{
	color: #0066FF;
}
.blue-b{
	color: #0000ff;
	font-weight:bold;
}
.green{
	color: #009900;
}
.yellow-bg{
	background: #ffff00;
	font-weight:bold;
}
.yellow-bg-red{
	background: #ffff00;
	color: #ff0000;
	font-weight:bold;
}
p .rightimg {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
p .leftimg {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
/* layout */

body#home #container {
	padding-top: 0;
	padding-bottom: 20px;
	background: url(/images/key_visual_bg.png) no-repeat;
}
div#container {
    background-color: #DBF8E3;
}
.container-in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float: left;
	width: 650px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
}
body#home .main-content:first-child {
    width: 1000px;
    margin-bottom: 20px;
    background: url(/images/key_visual.png) 0 -8px no-repeat;
    -webkit-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
    margin-top: -10px;
}
.main-content{
	width: 650px;
    margin-bottom: 20px;
}


.main-content h2 {
    text-align: center;
    margin-bottom: 14px;
}
ol.three-column-rankings {
    width: 504px;
    margin: 0 auto;
}
ol.three-column-rankings li{
	width: 31.33333%;
	display: inline-block;
	padding-right: 10px;
}
ol.three-column-rankings li:last-child{
	padding-right: 0;
}
ol.three-column-rankings li dl{
	border: 2px solid #15b9e5;
	height: 215px;
}
ol.three-column-rankings li dl.tonic-ranking{
	height: 200px;
}
ol.three-column-rankings li dl.aga-ranking{
	height: 190px;
}

dl.rank-1 dt:before,
dl.rank-2 dt:before,
dl.rank-3 dt:before {
    content: " ";
    display: block;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
    background-repeat: no-repeat;
    height: 40px;
    width: 41px;
}

dl.rank-1 dt:before {
    background-image: url(/images/rank_1.png);
}

dl.rank-2 dt:before {
    background-image: url(/images/rank_2.png);
}

dl.rank-3 dt:before {
    background-image: url(/images/rank_3.png);
}

ol.three-column-rankings li dt img,
ol.three-column-rankings li dd {
    margin: 0 auto;
    text-align: center;
    display: block;
}
ol.three-column-rankings li dl.aga-ranking dt img {
    padding-top: 0;
}
ol.three-column-rankings li dt img{
    padding-top: 20px;
}

ol.three-column-rankings li dd p{
	font-size: .8em;
}

a.button.item-info {
    display: block;
    background: #98c117;
    width: 120px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


#side {
	float: right;
	width: 296px;
	margin-top: 55px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 10px;
    background: #00B4C8;
    border: 2px solid #fff;
}
@media (min-width:0px) and (max-width:850px) {
body.subpage #breadCrumb ul{
    width: 90%;
}
body.subpage div#container .content-area{
	padding: 20px 15px;
}
body.subpage #main p.search-button {
    max-width: 90%;
}

.container-in {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#main {
	float: none;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
}


#side {
	float: none;
	width: auto;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.main-content:first-child{
	width: 100%;
    background-size: 100%;
}


.main-content h2 img {
    width: 100%;
}

ol.three-column-rankings{
	width: 100%;
}
ol.three-column-rankings li{
	width: 100%;
	display: block;
    margin-bottom: 15px;
}

.main-content:after {
	height: 30px;
	background-size: contain;
	margin-bottom: 0.4px;
}
}


@media (min-width:0px) and (max-width:680px) {

}
/*=================================================

header

==============================*/

#headerOuter {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	border-top: 6px solid #FFFF00;
}

#header {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

#header .logo {
	height: auto;
	width: 421px;
	padding-top: 11px;
    padding-bottom: 14px;
	float: left;

}
#header .company {
	float: right;
}
#header .company a {
	font-weight: bold;
	color: #15b9e5;
	text-align: center;
	letter-spacing: 1px;
    padding: 5px 6px 1px;
	width: 93px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background: #fffd38;
	border-top-color: #fffd38;
	border-right-color: #fffd38;
	border-bottom-color: #fffd38;
	border-left-color: #fffd38;
	border-radius: 0px 0px 10px 10px;
	display: inline-block;
	font-size: 15px;
}
#header .company a:hover {
	color: #fff;
	background-color:#15b9e5;
	text-decoration:none;
}
@media (min-width:0px) and (max-width:850px) {
#headerOuter {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	border-top: 4px solid #006b5e;
	border-bottom: 1px solid #fffd38;
}

#header {
	width: 65%;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header .logo {
	height: auto;
	width: 250px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}
#header .company {
	display:none;
}
}


#header .logo a img {
	transition: 0.3s ease-out;
	height: auto;
	width: 100%;
}

#header .logo a:hover img {
	opacity: 0.8;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/

@media (min-width: 950px) {

#gNavi {
	margin-bottom: 0px;
	min-width: 850px;
	height: 45px;
}

#gNavi ul {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	overflow: hidden;
	height: 43px;
}
#gNavi ul li {
	box-sizing: border-box;
	/*font-size: 86%;*/
    line-height: 45px;
	height: 33px;
	width: 22.2%;
	float: left;
}
#gNavi ul li a span{
	position: absolute;
    font-size: 1.3em;
    margin-top: -9px;
    margin-left: 6px;
}
#gNavi ul li.top{
	width: 11%;
	margin-left: 0;
}
#gNavi ul li.top a{
    border-left: 1px solid #fff;
}


#gNavi li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #606060;
    height: 40px;

}
#gNavi li:nth-child(n + 1):not(:nth-child(n + 5)) a {
    border-right: 1px solid #606060;
}
#gNavi li.top a{
}
#gNavi li a:hover {
	color: #00B4C8;
}
#gNavi li .this {
	color: #41bed7;
}

#slide-header {
	height: 90px;
	position: absolute;
	width: 100%;
	z-index: 3;
	display: none;
}
}

/*-----スマホ用折り畳みメニュー------*/

@media (min-width:0px) and (max-width:949px) {
#header .logo a img{
	width: 95%;
}
#slide-header {
	height: 45px;
	float: right;
	/*position: absolute;*/
	width: 95px;
	z-index: 3;
	right: 0px;
	top: 0px;
    margin-top: 10px;
	display: block;
	margin-right: 5px;
}
#slide-header .button {
	width: 45px;
	height: 45px;
	position: relative;
	display: block;
	top: 0px;
}

.menu-button-right {
	right: 0px;
}

#menu-nav {
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
}
#search-button,
#menu-button{
	vertical-align: bottom;

	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:45px;
}
#slide-header.open #search-button {
	background-image: url(/images/sp_menu_button-on.png);;
}
body#home #search-button{
	display: none !important;
}
#search-button {
	background-image: url(/images/sp_search_button.png);
	float: left;
}
#slide-header .spsearch{
	display: none;
}

#slide-header.open .spsearch{
    display: block;
    left: 0;
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 99;
    padding: 0px;
    background: rgba(0,0,0,0.80);
    height: 100%;
    min-height: 8800px;

}
#slide-header.open .spsearch .formbox{
	background: #FFF;
}

#slide-header.open .spsearch form{
    padding: 10px;
}

#slide-header.open .spsearch h3{
    background: #fffd38;
    text-align: center;
    color: #15b9e5;
    padding: 8px 0;
    font-size: 0.8rem;
    line-height: 1.5;
}

#slide-header.open .spsearch p.btn-search {
    margin-top: 20px;
}

#slide-header.open .spsearch h3:before{
	position: absolute;
	right: 20%;
	top: -23px;
	content:" ";
	border-bottom: 20px solid #fffd38;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
}
#slide-header.open .spsearch h3:after{
	position: absolute;
	right: 20%;
	top: -20px;
	content:" ";
	border-bottom: 20px solid #fffd38;
	border-right: 10px solid transparent;
	border-top: 20px solid transparent;
	border-left: 10px solid transparent;
}

#slide-header.open .spsearch h4{
    color: #15b9e5;
    margin-top: 15px;
}
#slide-header.open .spsearch ul{
    padding-left: 5px;
}

#slide-header.open .spsearch li{
	display: inline-block;
    width: 47%;
}
#slide-header.open .spsearch span.close {
    display: block;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 1.3em;
}
#slide-header.open .spsearch span.close a {
    padding: 5px 10px;
    background: #666;
    color: #fff;
     -webkit-border-radius:4px;
     -moz-border-radius:4px;
     border-radius:4px;
}
#menu-button {
	background-image: url(/images/sp_menu_button.png);
	float: right;
}
#menu-button.selected,
#menu-button:active {
    opacity: 1;
	background-repeat: no-repeat;
	background-image: url(/images/sp_menu_button-on.png);
	background-position: center top;
	background-size:45px;
	z-index:4;

}
#menu-button-inner {
    width: 50px;
    height: 65px;
	z-index:4;
}
#gNavi {
	box-sizing: border-box;
	clear: both;
	display: none;
	position: fixed;
	width: 100%;
	z-index: 5;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: rgba(33, 132, 202, 0.5);
	top: 50px;

}

#gNavi ul {
	overflow: hidden;
	background-color: #158198;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0px 10px #ccc;
}
#gNavi li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}

#gNavi li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #fff;
}

#gNavi a {
	white-space: nowrap;
	text-decoration: none;
	display: block;
	line-height: 2em; /* 46/16 = 3.375em */
	height: 2em; /* 46/16 = 3.375em */
	padding: 5px; /* 6/16 = .375em */
	font-weight: bold;
	background-image: url(../img/icon03.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
	color: #fff;
}
#gNavi a:hover,
#gNavi a:active {


}


}
/*=======================

footer

==============================*/
#footerOuter {
	border-top: 6px solid #00B4C8;
}
#footer {
	padding-top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    border-top: 6px solid #FFFF00;
}
#footer .box {
	width: 850px;
	margin: 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
}

#footer ul {
	text-align: left;
	padding: 10px 10px 10px 0;
	float: left;
	width: 33.33333%;
	margin: 30px 0 20px 0;
	box-sizing:border-box;
}


#footer ul li {
	padding: 3px 0;
	padding-top: 3px;
}

#footer ul li img{
	width: 225px;
}

#footer ul li span {
    color: #FFF;
	font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    border-bottom: 1px dashed #fff;
	display: block;
    width: 95%;
}

#footer ul li:last-child {
	border: none;
}

#footer ul li a{
	font-size: 12px;
}

#footer .box ul:nth-child( n + 2) li:before {
    content: url(/images/footer_li.png);
    height: 17px;
    width: 17px;
    position: absolute;
    display: block;
    margin-left: -20px;
}


#footer .copy {
    text-align: center;
    color: #FFF;
    font-size: 13px;
    padding: 39px 0;
	background: #37CDA0;
}
@media (min-width:0px) and (max-width:850px) {
#footer {
	width: 100%;
	padding-top: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer .box {
	display:none;
}
#footer .copy {
	text-align: center;
	font-size: 11px;
	height: 35px;
}
}

#footer ul li a {
	color: #1E1E1E;
}
#footer .copy a {
	color: #FFF;
}

/*=================================================

go-top

==============================*/
#go-top {
	position: fixed;
	bottom: 20px;
	right: 0;
}

#go-top a {
	display: block;
	width: 50px;
}

#go-top a:hover {
	text-decoration: none;
}

#go-top span {
	background: url(/images/gotop.png) no-repeat center center;
	background-size:50px;
	display: block;
	height: 50px;
	width: 50px;
	opacity: 1;
	transition: 0.2s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
}

div.bottom {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#main .banner {
	text-align: center;
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
}
#main .banner a img {
	height: auto;
	width: 100%;
}
#main .banner2 {
	text-align: center;
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
}
#main .banner2 a img {
	height: auto;
	width: 100%;
	max-width:720px;
}
.banner3 {
	text-align: center;
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
}
.banner3 a img {
	height: auto;
	width: 100%;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width:0px) and (max-width:680px) {
#main .banner2 a img {
	height: auto;
	width: 98%;
	max-width:720px;
}
}

/*=================================================

main(TOP)

==============================*/
body#home #main{

}

#main p {
	display: block;
	padding: 5px;
	overflow: hidden;
}

.main-content-inner{
	padding: 10px 15px;
}

.main-content.keyvisualbox .main-content-inner {
    padding: 0;
}

.main-content.tips h1 {
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
}
.main-content.ranking h1,
.main-content.ranking h2,
.main-content.contents h1,
.main-content.faq h1,
.main-content.coinfo h1 {
    font-size: 16px;
    padding: 9px;
}

.main-content.tips h1,
.main-content.ranking h1,
.main-content.ranking h2,
.main-content.contents h1,
.main-content.faq h1,
.main-content.coinfo h1 {
    position: relative;
    text-align: center;
}

.main-content.tips h1 img{
	max-width: 100%;
}

.main-content.tips h1 i {
    padding-right: 8px;
    color: #fff431;
    font-size: 1.3em;
}

.main-buttons ul li a {
    /* width: 287px; */
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px 18px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #ff3019;
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%);
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.main-buttons ul li a:hover{
	opacity: .7;
}
.main-buttons ul li a span {
    display: block;
    font-weight: bold;
}

div#searchmenu h1 {
    padding: 0;
}

.search-area {
    padding: 30px 24px;
    margin: 0 15px 0 10px;
    border: 1px solid #37CDA0;
    border-bottom: 28px solid #37CDA0;
}
.search-area dl {
    border-bottom: 1px dashed #b3b3b3;
    clear: both;
    height: 60px;
}


.search-area dl dt {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    width: 30%;
}

.search-area dl dt label {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 95%;
    font-size: .9em;
    font-weight: bold;
    letter-spacing: 2.5px;
    padding: 7px 0;
        background: #40dec3;
    background: -moz-linear-gradient(top, #40dec3 0%, #40dec3 50%, #2bcca3 51%, #2bcca3 100%);
    background: -webkit-linear-gradient(top, #40dec3 0%,#40dec3 50%,#2bcca3 51%,#2bcca3 100%);
    background: linear-gradient(to bottom, #40dec3 0%,#40dec3 50%,#2bcca3 51%,#2bcca3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40dec3', endColorstr='#2bcca3',GradientType=0 );
    border-radius: 15px;
}

.search-area dl dd {
    float: left;
    font-size: 12px;
    width: 70%;
    padding: 10px 0;
}

.search-area dd select {
    padding: 5px 0 7px 10px;
    width: 155px;
    border: 1px solid #e1e1e1;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #ebebeb 50%, #e4e4e5 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#ebebeb 50%,#e4e4e5 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#ebebeb 50%,#e4e4e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e4e4e5',GradientType=0 );
}
.search-area dd ul {
    display: block;
    vertical-align: middle;
    height: 50px;
    width: 100%;
}
.search-area dd ul li{
	width: 49%;
	display: inline-block;
}

.search-area dd input {
    vertical-align: -0.2em;
}
.search-area-innner:after {
    content: " ";
    display: table;
    clear: both;
}

.search-button {
    clear: both;
    width: 100%;
    margin: 38px 0 0;
    text-align: center;
}

a.go-official-btn {
    width: 287px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #f13600;
    background: -moz-linear-gradient(top, #f13600 0%, #f13601 50%, #f13601 50%, #f00c01 51%, #e30900 100%);
    background: -webkit-linear-gradient(top, #f13600 0%,#f13601 50%,#f13601 50%,#f00c01 51%,#e30900 100%);
    background: linear-gradient(to bottom, #f13600 0%,#f13601 50%,#f13601 50%,#f00c01 51%,#e30900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13600', endColorstr='#e30900',GradientType=0 );
}

a.go-official-btn:hover{
	opacity: .7;
	text-decoration: none;
}

a.go-official-btn:after {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    margin-left: 40px;
    margin-top: -7px;
    font-size: 35px;
}

/*ランキング*/

.main-content.ranking .content-area {
    padding: 10px 30px;
    background: #37CDA0;
    margin: 60px 0 0 -3px;
}

body#ranking .main-content.ranking.first .content-area {
    margin-top: -40px;
}

.ranking_board_inner {
    padding-top: 40px;
}

.ranking_board_inner p.boardp {
    background: #F3F3F3;
    display: block;
    width: 93%;
    margin: 0 auto;
}

.ranking_board_inner p {
    text-align: center;
}

p.bt_area {
    margin-left: 40px;
}

body.subpage #main p.bt_area{
	margin-bottom: 0;
}

.ranking_board {

    min-height: 620px;
}

.ranking_board{
    background-color: #fff;
    border-left: 15px solid #353535;
    border-right: 15px solid #353535;
    border-top: 30px solid #353535;
    border-bottom: 20px solid #353535;
}

.ranking_board_inner:before {
    content: url(/images/ranking_board_bg.png);
    position: absolute;
    margin-top: -75px;
}

.ranking_board table {
    width: 95%;
    margin: 0 auto 10px;
    font-size: 11px;
    text-align: center;
}

.ranking_board table, .ranking_board td, .ranking_board th {
border: 1px #CBCBCB solid;
}

th.left {
    width: 160px;
}

.ranking_board th {
    padding: 15px 0;
}

.ranking_board td {
    padding: 5px;
}

.ranking_board table a{
    font-size: 10px;
}

.ranking_board table p.cap a img {
    width: 35px;
}

.ranking_item {
    background: #fff;
    border: 8px solid #FFE36B;
    padding: 3px;
}

.ranking_item_inner {
    border: 1px solid #D6D6D6;
    padding: 10px;
}

.item_info.mb30 p{
    color: #008e7f;
    font-weight: bold;
}

body#ranking .main-content.ranking .item_info h3{
    width: 100%;
    margin-left: 0;
}

body#ranking h3:before {
	content: "";
}



.main-content.ranking .item_info h3 {
    font-size: 21px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #37CDA0;
    width: 98%;
    float: left;
}

.item_info {
    float: right;
    width: 69%;
}

img.item_img{
    width: 25%;
    float: left;
    margin-top: 55px;
}

body#item-info img.item_img{
    margin-top: 0;
}

body#ranking img.item_img{
    margin-top: 55px;
}

table.item_table {
    border: 1px solid #4BB895;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

table.item_table th,
table.item_table td{
	padding: 5px;
}

table.item_table th,
body table.item_table td.trow {
    border: 1px solid #4BB895;
    border-bottom: none;
    background: #FEFEE5;
    width: 25%;
}

body table.item_table td.trow{
	border-bottom: none;
}

table.item_table td{
    border: 1px solid #4BB895;
    border-top: none;
}

.main-content.ranking .ranking_item:before {
    height: 71px;
    width: 71px;
    position: absolute;
    display: block;
}

.main-content.ranking .ranking_item:before {
	margin-left: -2px;
    margin-top: -2px;
}

body#item-info .main-content.ranking .ranking_item:before {
	margin-left: -2px;
    margin-top: -55px;
}


.main-content.ranking .ranking_item.no1:before{
    content: url(/images/no1_main.png);
}
.main-content.ranking .ranking_item.no2:before {
    content: url(/images/no2_main.png);
}
.main-content.ranking .ranking_item.no3:before {
    content: url(/images/no3_main.png);
}
.main-content.ranking .ranking_item.no4:before {
    content: url(/images/no4_main.png);
}
.main-content.ranking .ranking_item.no5:before {
    content: url(/images/no5_main.png);
}
.main-content.ranking .ranking_item.no6:before {
    content: url(/images/no6_main.png);
}
.main-content.ranking .ranking_item.no7:before {
    content: url(/images/no7_main.png);
}
.main-content.ranking .ranking_item.no8:before {
    content: url(/images/no8_main.png);
}
.main-content.ranking .ranking_item.no9:before {
    content: url(/images/no9_main.png);
}
.main-content.ranking .ranking_item.no10:before {
    content: url(/images/no10_main.png);
}


.ranking_content {
    background: #EBFFF0;
    clear: both;
    padding: 5px;
}

ul.uchidashi li {
    padding-left: 30px;
}

ul.uchidashi li:before {
    margin-left: -23px;
}

ul.pointlist li {
    margin-left: 15px;
}

ul.pointlist li:first-letter {
    position: absolute;
    margin-left: -15px;
}

.main-content.ranking h4,
.main-content.coinfo h4,
.main-content .ranking_item h4 {
    color: #37CDA0;
    border-bottom: 1px solid #37CDA0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    padding-left: 25px;
    margin-bottom: 15px;
    clear: both;
}

body .main-content .ranking_item.item_feature h4:before{
	content:"\f14a";
	font-family: 'Font Awesome\ 5 Free';
}
.main-content.ranking h4:before,
.main-content .ranking_item h4:before{
    content: url(/images/ranking_h4.png);
    height: 17px;
    width: 17px;
    position: absolute;
    display: block;
    margin-left: -25px;
}
.content-area p {
    font-size: 16px;
}

.main-content.ranking h5{
	border-bottom: 1px solid #BFBFBF;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.main-content.ranking h5.value {
    padding: 15px 0 15px 75px;
}

.main-content.ranking h5.value:before {
    content: url(/images/icon_value.png);
    height: 71px;
    width: 71px;
    position: absolute;
    display: block;
    margin-left: -70px;
    margin-top: -23px;
}

.ranking_content .content_box {
    border: 1px solid #80808047;
    padding: 3px;
}

ul.review-list li {
    padding: 10px;
    border: 1px solid #80808080;
    margin-bottom: 15px;
    overflow: hidden;
}

ul.review-list li img {
    float: left;
    width: 100px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.review ul.review-list li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #f80753;
}

span.yellow_line {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*コンテンツ*/
body#home .main-content.ranking.check .main-content-inner,
.main-content.ranking.first .main-content-inner {
    background: url(/images/main_ranking_bg.png) no-repeat;
    background-size: 100%;
    padding-top: 190px;
}
body#ranking .main-content.ranking:nth-child( n + 3 ) .main-content-inner,
body#home .main-content.ranking:nth-child( n + 4 ) .main-content-inner{
	background-image: none;
}
body#home .main-content.ranking:nth-child( n + 4 ) .main-content-inner{
	padding-top: 0;
}
.main-content.contents .content-area {
    padding-top: 5px;
}
.main-content.contents h2,
.main-content.coinfo h2 {
    text-align: left;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}
.main-content.contents img {
    display: block;
    margin: 10px auto;
}

body#ranking .main-content.ranking .main-content-inner {
    background: none;
    background-size: 100%;
    padding-top: 0;
    /*margin: 0 15px;*/
}

body#ranking p.bt_area{
	display: none;
}

/*FAQ*/

.main-content.faq h2{
	background: url(/images/faq_q.png) no-repeat top left;
	padding-left: 35px;
	font-size: 16px;
	font-weight: bold;
    text-align: left;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 5px;
	opacity: 0.8;
}
#main .main-content.faq .content-area p{
	background: url(/images/faq_a.png) no-repeat top left;
	padding-left: 35px;
	opacity: 0.8;
}

#main .main-content.faq .content-area p.search-button{
	background: none;
}

ul.toc li {
    display: inline-block;
    width: 49%;
    text-align: center;
}

ul.toc li:after {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #006e61;
    font-size: 20px;
    padding: 3px;
    vertical-align: middle;
}

/*会社情報*/

.main-content.coinfo dl.table-dl,dt,dd {
 margin: 0;
 padding: 0;
}
.main-content.coinfo dl.table-dl {
 background-color: #d4d9dd;
 border: 1px solid #999;
 border-top: none;
 width: 450px;
 margin: 0 auto;
}
.main-content.coinfo dl.table-dl dt {
 color: #000;
 width: 7em;
 padding: 0.5em 0 0.5em 1em;
 border-top: 1px solid #999;
 float: left;
}
.main-content.coinfo dl.table-dl dd {
 background-color: #FFF;
 margin: 0 0 0 8em;
 padding: 0.5em 1em 0.5em 1em;
 border-top: 1px solid #999;
 border-left: 1px solid #999;
}


/*サービス企業情報*/

.main-content.coinfo h3 {
    color: #0c4c40;
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #d6d6d6;
}
.main-content.coinfo h3 span {
    color: #ff9999;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

.main-content.coinfo h4:before{
    content: "\f046";
    font-family: FontAwesome;
    color: #0c4c40;
    font-size: 20px;
    margin-right: 5px;
}

.co-image{
	display: block;
	margin: 10px auto 30px;
}


/*アンケート結果*/
body#questionnaire-page .main-content h2:before{
	display: none;
}


/*PCのみ*/
@media (min-width: 891px) {
#main #mainvl-1 {
	height: 535px;
}
#mainvl-1 .main-copy,
#mainvl-1 .main-buttons {
    width: 750px;
    text-align: center;
}
#mainvl-1 .main-copy img {
    margin: 80px auto;
}
#mainvl-1 .main-buttons{
    margin-top: 30px;
}
#mainvl-1 .main-buttons ul li {
    display: inline-block;
}
#mainvl-1 .main-buttons ul li:first-child{
	margin-right: 35px;
}
#main #mainvl-2 {
	background-image: url(/images/main_vl_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 690px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main .mainvl-sp {
	display:none;
}
#main .mainvl-btn {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
	text-align: center;
}

div#mainvl-2 div.columns{
    padding-top: 550px;
}

div#searchmenu .main-content-inner{
	display: none;
}

body#home div#searchmenu .main-content-inner{
	display: block;
}

img.qa-title{
    margin-left: -28px;
}
.hidden-md{
	display: none !important;
}

}


/*スマホ・タブレットのみ*/
@media (min-width: 0px) and (max-width: 890px) {
#main #mainvl-1 {
	/*display:none;*/
	padding: 0 15px;
}
#main #mainvl-1 {
    height: 230px;
}
.main-copy img {
	margin-top: 30px;
    width: 100%;
}
.main-buttons {
    margin-top: 30px;
}

body#home div#container {
    background-size: 277%;
    background-position-y: 0px;
}

div#container {
    background-size: 277%;
}

#main .mainvl-btn {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
	text-align: center;
}
#main .mainvl-btn a img {
	height: auto;
	width: 98%;
}
.main-content{
	width: 100%;
    margin: 0 auto;
    background-size: contain;
    padding: 1px 0;
}

.main-content img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    float: none;
}

.main-content img.item_img{
    width: 60%;
}

.main-content p.bt_area img{
	width: 100%;
}

body#ranking img.item_img{
	width: 45%;
    float: none;
    display: block;
    margin: 0 auto;
}

ul.review-list li img{
	float: none;
    display: block;
    margin: 0 auto;
}

ul.review-list li h3{
	text-align: center;
}


.main-content.ranking ul.review-list li h3,
body#check-page .content-area  ul.review-list li h3{
	font-size: 18px;
    margin-left: auto;
	background: none;
	text-align: center;
    display: block;
}

.main-content div.main-content-inner{
    padding: 5px;
}

body#home .main-content.ranking .ranking_item:before {
    margin-left: -20px;
    margin-top: -2px;
}

body#home .main-content.ranking .main-content-inner,
 .main-content.ranking .main-content-inner{
	margin: 0;
	/*padding-top: 84px; テスト*/
    padding-top: 35px;
}

body#home .main-content.ranking .item_info h3:before{
    display: none;
}

.ranking_item .main-content.ranking .item_info h3{
	
}

p.bt_area {
    /*margin-left: 5vw; テスト*/
    /*width: 50%; テスト*/
    margin: 0;
}

.select .col3:after{
	content: '';
	width: 100%;
	height: 33px;
	display: block;
	background: url(/images/arrow_under_1.png) no-repeat 50% 100%;
}


#container .main-content.tips div {
    padding: 0 15px;
}

.tips h1 img{
	width: 100%;
	padding-top: 20px;
}

/*body #container td.point {
    max-width: 43%;
    overflow-x: auto;
}

*/
body #container #ichiran table#foo {
    width: 100%;
    margin-top: 30px;
}
body #container #ichiran table tr .name,
body #container #ichiran table tr .last {
    display: none;
	width: 0;
}
body #container #ichiran table tr .name0 {
    position: absolute;
    left: 0;
    margin-top: 35px;
    max-width: 35%;
    width: 35%;
    height: 270px;
}
body #container #ichiran table thead th{
	width: 23%;
	font-size: .9em;
}

body #container #ichiran table tr.even td.naka01,
body #container #ichiran table tr.odd td.naka01{
	width: 25%;
	font-size: .9em;
}
body #container #ichiran td.name0 a em {
    font-size: 0.8em;
    padding: 5px 8px;
}

/*body #container #ichiran table tr.even {
    position: absolute;
    left: 0;
}*/
body #container #ichiran table tr .name0 a .gif{
    max-width: 50%;
    margin-top: 15px;
}
body #container #ichiran table tr td a .btn{
	max-width: 90%;
}
body #container #ichiran table tr .point{
	right: 0;
	max-width: 59%;
	height: 265px;
	margin-top: 35px;
	overflow-x: scroll;
	margin-left: 0;
}

body #container #ichiran thead#tabletitle.fixed {
    position: fixed;
    top: 0;
    z-index: 98;
    display: block;
}

body #container #ichiran table tr .point li {
    font-size: 12px;
    font-weight: bold;
}

}


/*スマホのみ*/
@media (min-width: 0px) and (max-width: 449px) {

.hidden-xs{
	display: none;
}

body #breadCrumb ul{
	width: 90%;
}

body#search-result h2.pickup{
	position: absolute;
    top: 110px;
}

body#search-result table.pickuptable {
    margin-bottom: 210px;
}

body#search-result #container #ichiran table thead#pickupthead{
    position: absolute;
}
body#search-result #container #ichiran table.pickuptable td.naka01
{
    padding-top: 45px;
    height: 80px;
}
body #container #ichiran table.pickuptable tr .point{
	margin-top: 80px;
}
body #container #ichiran table.pickuptable tr .name0{
	margin-top: 80px;
}
body #container #ichiran table thead#tabletitle {
    position: absolute;
    top: 110px;
}
body #container td.point p.text {
    font-size: 12px;
    padding-top: 0;
    margin-bottom: 5px;
}
body #ichiran table td.point li:before{
    font-size: 12px;
}
body #container td.point p.check {
    font-size: 10px !important;
}

#header .logo{
	max-width: 100%;
}

div#side .menu1 h2 img{
	max-width: 100%;
	margin-left: 0;
}

/*共通*/
/*.main-content.tips h1, .main-content.ranking h1, .main-content.contents h1, .main-content.faq h1, .main-content.faq h2, .main-content.coinfo h1{
	padding-left: 55px;
}*/
.main-content.tips h1, .main-content.contents h1, .main-content.faq h1, .main-content.ranking h2, .main-content.faq h2{
    width: 96%;
    margin: -5px -5px;
    font-size: 14px;
}
.main-content.tips h1, .main-content.contents h1, .main-content.faq h1, .main-content.ranking h2, .main-content.faq h2, {
    padding-left: 8%;
    padding-right: 0;
}
.main-content.contents h1 span, .main-content.ranking h1 span, .main-content.faq h1 span, .main-content.faq h2 span{
	left: -5px;
	margin-left:0;
    zoom: 0.8;
}
.main-content.coinfo h1{
	width: 100%;
    margin: -5px -5px;
    font-size: 14px;
	padding-left: 0;
}
.main-content.coinfo h3 {
    margin-top: 15px;
}



#searchmenu {
    display: none;
}

body#home #searchmenu {
    display: block !important;
    position: relative;
    background: none;
    top: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding-bottom: 30px;
}

#container .main-content.search-box div{
    padding: 0 5px;
}
.main-content.search-box {
    background: #fff;
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 1;
    padding-bottom: 50px;
    -moz-box-shadow: 0 3px 3px #000;
    -webkit-box-shadow: 0 3px 3px #000;
}

.main-content.search-box h1 {
    font-size: 12px;
    padding-left: 0;
    margin: 0 auto;
    padding-right: 5%;
}

.main-content.ranking h1{
	font-size: 15px;
}

.main-content.search-box .search-area dl{
	width: 100%;
	height: 95px;
}

.search-area{
    margin: 0 10px;
}

.search-area dl dt{
	padding: 30px 0;
}

.search-area dd select{
	padding: 5px 0 7px 10px;
    width: 130px;
}
.search-area dd ul li {
    padding-left: 8px;
    width: 100%;
}

p.search-button {
    margin: 0;
}

p.search-button input[type="image"] {
    max-width: 95%;
    height: auto;
}

/*トップ*/

body#home .main-content.keyvisualbox.mb30 {
    max-width: 100%;
    background-size: 100%;
}


.main-buttons {
    margin-top: 30px;
    padding: 0 15px 15px;
}

.main-buttons img{
	margin-top: 10px;
}

.search-button a {
    width: 100%;
}
.main-buttons ul li:first-child {
    margin-bottom: 5px;
}
.main-buttons ul li a span {
    display: inline;
    /*font-weight: normal;*/
}

/*ランキング*/
.main-content.ranking.check .content-area {
	margin-top: 15px;
}

body.subpage div#container .content-area.entryafter {
    margin-top: 30px;
}

.main-content.ranking .content-area {
    padding: 10px 15px;
    margin: 0 2px;
}
.main-content.ranking h3 {
    zoom: 0.7;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 50px;
}
body#ranking .main-content.ranking .item_info h3 {
    margin-left: 0;
    float: none;
    width: 80%;
    padding-left: 80px;
}
body#ranking .main-content.ranking .ranking_item:before{
	margin-top: -78px;
}
.item_info{
	width: 100%;
	float: none;
}
.main-content img.hp-image{
	float: none;
	margin-left: 0;
}
.search-button img {
    max-width: 100%;
}

.ranking_board table img{
	max-width: 50%;
}

.ranking_board{
	background: #FFF;
}

.ranking_board_inner {
    padding-bottom: 10px;
}

.ranking_board .ranking_board_inner:before{
	content: url(/images/ranking_board_bg_sp.png);
    margin-left: 22vw;
}

/*コンテンツ*/
body#content-defference .main-content.contents h1{
	font-size: 0.85em;
}

body.subpage .main-content.ranking .ranking_item:before {
    margin-left: -2px;
    margin-top: -55px;
}

/*FAQ*/
ul.toc{
	margin-top: 20px;
}
ul.toc li{
	width: 100%;
	margin-top: 5px;
}

ul.toc li a{
	font-size: 1.2em;
}

/*運営会社*/
.main-content.coinfo dl.table-dl{
	width: 100%;
}

.main-content.coinfo dl.table-dl dd {
    word-wrap: break-word;
}

}

/*iPhone5対応*/
@media (min-width: 0px) and (max-width: 320) {

}

/*タブレットのみ*/
@media (min-width: 450px) and (max-width: 890px) {
body #container #ichiran table thead {
    position: absolute;
    top: 330px;
}
body #container td.point p.text {
    font-size: 15px;
    padding-top: 0;
    margin-bottom: 5px;
}
body #container #ichiran table tr .point{
    max-width: 75%;
    font-size: 1.1em;
}
body #container td.point p.check {
    font-size: 13px !important;
}



}

/* ランキング */

#main #ranking {
	margin: 0 0 20px;
}

#main #ranking h1 {
	margin-bottom: 15px;
}
#main #ranking h1 img {
	width:100%;
	height:auto;
}
#main #ranking ul {
/*	margin-right: -20px;*/
}

#main #ranking ul li {
	overflow: hidden;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5;
	padding-bottom: 0px;
	padding-left: 5;
}

#main #ranking ul li .fR h3,
#main #ranking ul li .fR h2 {
	font-size: 24px;
	height: 32px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9bbb;
	font-weight: bold;
	padding-top: 30px;

}


#main #ranking ul li .fR h3 a,
#main #ranking ul li .fR h2 a {

}


#main #ranking ul li .fR h3 a:hover,
#main #ranking ul li .fR h2 a:hover {
	text-decoration: none;
	opacity: 0.8;
}



#main #ranking ul .box {
	float: left;
	width: 150px;
}

#main #ranking .cap {
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#main #ranking .cap img {
	width: 100%;
	height: auto;
}

#main #ranking .cap a img {
	transition: 0.3s ease-out;
}

#main #ranking .cap a:hover img {
	opacity: 0.8;
}

#main #ranking .fR {
	float: right;
	width: 450px;
	margin-right: 10px;
	padding-top: 5px;
}
#main #ranking ul .fR .r-text {
}
#ranking ul li .fR table {
	width: 100%;
	border: 1px solid #adadad;

}
#ranking ul li .fR table tr th {
	padding: 5px;
	font-weight: bold;
	background-color: #adadad;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #adadad;
	border-right-color: #FFFFFF;
	border-bottom-color: #adadad;
	border-left-color: #adadad;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	min-width:80px;
}
#ranking ul li .fR table tr th:last-child {
	background-color: #adadad;
	border-right-style: none;
}
#ranking ul li .fR table tr td {
	border: 1px solid #adadad;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}


#ranking .r-bottom {
	clear: both;
	margin: 0px;
	padding: 10px;
}

#main #ranking ul li .r-bottom .point {
	margin-bottom: 15px;
}
#main #ranking ul li .r-bottom .point h4 {
	font-weight: bold;
	color: #fffd4f;
	background-image: url(../img/hx-point01.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-top: 15px;
	padding-left: 45px;
	font-size: 15px;
	margin-bottom: 10px;
}

#main #ranking ul li .r-bottom .point p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9fbd;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 15px;
	font-weight: bold;
}
#main #ranking ul li .r-bottom .canp {
}
#main #ranking ul li .r-bottom .canp h4 {
	font-weight: bold;
	color: #fffd4f;
	background-image: url(../img/hx-point02.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-top: 15px;
	padding-left: 45px;
	font-size: 15px;
	margin-bottom: 10px;
}

#main #ranking ul li .r-bottom .canp h5 {
	color: #599700;
	font-weight: bold;
}
#main #ranking ul li .r-bottom .canp p {
}


#ranking .r-bottom .btn {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ranking ul li .r-bottom .btn a {

}
#ranking ul li .r-bottom .btn a img {
	width:100%;
	height:auto;
	max-width:337px;
}

@media (min-width:0px) and (max-width:680px) {
#ranking {
	margin: 0 0 20px;
}

#ranking h1 {
	display: block;
	margin-bottom: 10px;
}
#ranking h1 span {
	line-height: 30px;
	background-image: url(../img/n0.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	background-size: 60px auto;
	padding-left: 65px;
}
#ranking ul {
/*	margin-right: -20px;*/
}

#ranking .main-content.ranking ul li {
	overflow: hidden;
	background-color: #FFFFFF;
	width: 95%;
    margin: 0 auto 20px;
	padding-right: 5;
	padding-bottom: 0px;
	padding-left: 5;
}

#ranking ul li .fR h3,
#ranking ul li .fR h2 {
	font-size: 15px;
	line-height: 45px;
	height: 45px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9bbb;
	font-weight: bold;
}

#ranking ul .box {
	float: none;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}

#ranking .cap {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0px;
}

#ranking .cap img {
	width: 100%;
	max-width:150px;
	height: auto;
}

#ranking .cap a img {
	transition: 0.3s ease-out;
}

#ranking .cap a:hover img {
	opacity: 0.8;
}

#ranking .fR {
	float: none;
	width: auto;
	margin-right: 5px;
	padding-top: 5px;
	margin-left: 5px;
}

#ranking ul li .fR table {
	width: 100%;
	border: 1px solid #adadad;
	box-sizing: border-box;
	font-size: 11px;
}
#ranking ul li .fR table tr th {
	padding: 3px;
	font-weight: bold;
	background-color: #adadad;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #adadad;
	border-right-color: #FFFFFF;
	border-bottom-color: #adadad;
	border-left-color: #adadad;
	vertical-align: middle;
	min-width:20px;
}
#ranking ul li .fR table tr td {
	border: 1px solid #adadad;
	padding: 3px;
	vertical-align: middle;
}


#main #ranking ul li .r-bottom .point h4 {
	font-weight: bold;
	color: #fffd4f;
	background-image: url(../img/hx-point01.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-top: 15px;
	padding-left: 45px;
	font-size: 11px;
	margin-bottom: 10px;
}
#main #ranking ul li .r-bottom .point p {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9fbd;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
}
#main #ranking ul li .r-bottom .canp {
}
#main #ranking ul li .r-bottom .canp h4 {
	font-weight: bold;
	color: #fffd4f;
	background-image: url(../img/hx-point02.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-top: 15px;
	padding-left: 45px;
	font-size: 11px;
	margin-bottom: 10px;
}

#main #ranking ul li .r-bottom .canp p {
	font-size: 13px;
}

}


p.btn {
	text-align: center;
	margin: 0 0 20px;
}

p.cap {
	text-align: center;
	margin-bottom: 6px;
	padding-top: 10px;
}


p.cap a img {
	transition: 0.3s ease-out;
}

p.cap a:hover img {
	opacity: 0.7;
}


a img:hover{
	opacity: 0.7;
}

p.side_go_button {
    text-align: center;
    margin: 5px;
}


#ranking ul .box .fR .text span {
	font-weight: bold;
	color: #F30;
	background-color: #FF9;
}


#main #mainBanner {
	margin-bottom: 10px;
}

/**検索トップページ**/


#searchBox {
	background-color: #FFF;
	margin-bottom: 20px;
	padding-bottom: 20px;
	max-width: 740px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width:0px) and (max-width:680px) {
#searchBox,
#main-search,
.main-search-parts {
	/*display:none;　一次対応*/
}
#searchBox table {
    text-align: left;
}
div#main-search #searchBox table tr th{
	width: 100px;
}
div#main-search #searchBox table tr td ul li {
    box-sizing: border-box;
    padding: 3px;
    display: inline-block;
    width: auto;
}
div#main-search #searchBox table tr {
    margin-bottom: 15px;
    display: block;
}
}

#searchBox h2 img {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
#searchBox table {
	width: 100%;
	line-height: 12px;
}
#searchBox table tr th {
	width: 144px;
	vertical-align: middle;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#searchBox table tr td {
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#searchBox table tr td ul {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#searchBox table tr td ul li {
	box-sizing: border-box;
	padding: 3px;
	float: left;
	width: 33.33333%;
}
#searchBox table tr td .pattern01 li label {
	/*background-image: url(../img/bg-search01.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #f2d68c;*/
	display: block;
	line-height: 25px;
	height: 25px;
	border-radius:5px;
}
#searchBox table tr td .pattern02 li label {
	/*background-image: url(../img/bg-search02.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #f2e28c;*/
	display: block;
	line-height: 25px;
	height: 25px;
	border-radius:5px;
}
#searchBox .btn-search {
	text-align: center;
}
#searchBox .btn-search input:hover {
	opacity:0.7;
}



/* サブページ */

body.subpage div#container {
    padding-top: 0;
    padding-bottom: 20px;
    background-image: url(/images/key_visual_bg_sub.png);
    background-repeat-y: no-repeat;
    background-position-y: 40px;
}

body.subpage h1 {
    font-size: 28px;
    color: #fff;
    background: #00a9be;
    padding: 10px 25px;
}

body.subpage .content-area {
    border: 1px solid #37CC9F;
    background: #fff;
    padding: 20px 30px;
}

hr.bordertop {
    border-top: 6px solid #00B3C7;
    border-bottom: 6px solid #FFFF00;
}

body.subpage #main p.lead {
    background: #FFFFE0;
    padding: 15px 20px;
    margin-top: 20px;
}

body.subpage .main-content h2 {
    color: #00B3C7;
    text-align: left;
    font-size: 23px;
    border-bottom: 1px solid #00B3C7;
}

body.subpage .main-content h2:before{
	content:"\f14a";
	font-family: 'Font Awesome\ 5 Free';
    margin-right: 5px;
}

body.subpage .main-content-inner{
	/*margin: 0 15px;*/
}

body.subpage #main p{
	margin-bottom: 15px;
}

#main p.attention {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    background: #ff5890;
    padding: 10px 25px;
}

body.subpage #main p.search-button {
    background: url(/images/bt_ranking_bg.png);
    padding: 10px;
}

body#check-page .content-area h3 {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    width: auto;
    display: unset;
}

body#check-page .content-area  ul.review-list li h3{
	background: none;
}

/*===breadCrumb====*/
#breadCrumb {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
	background: #E1E1E1;
}

#breadCrumb ul{
	display: block;
	width: 930px;
	margin: 0 auto;
    padding: 10px 15px;
}

#breadCrumb ul li {
	display: inline;
	padding-right: 5px;
	font-size: 12px;
}

#breadCrumb ul li a {
}

#breadCrumb ul li a:hover {
	text-decoration: underline;
}

#subPage {
	background-color: #FFF;
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#subPage h1 {
	font-size: 22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	box-sizing: border-box;
	font-weight: bolder;
	/*border-bottom-width: 1px;*/
	/*border-bottom-style: solid;*/
	/*border-bottom-color: #ff61a4;*/
	height: 70px;
}
#subPage h1 span {
	display: block;
	padding-left: 70px;
	background-size: 65px;
	height: 40px;
	padding-top: 30px;
	/*background-image: url(../img/hx-sub-page.png);
	background-repeat: no-repeat;
	background-position: 1px center;*/
}
@media (min-width:0px) and (max-width:680px) {
#subPage h1 span {
	display: block;
	padding-left: 45px;
	background-size: 40px;
	height: 40px;
	padding-top: 30px;
	background-image: url(../img/hx-sub-page.png);
	background-repeat: no-repeat;
	background-position: 1px center;
}
}
#subPage h1 span.kakunin {
	background-image: url(../img/hx-sub_kakunin.png);
	background-repeat: no-repeat;
	background-position: 1px center;

}
#subPage h1 span.point {
	background-image: url(../img/hx-sub_point.png);
	background-repeat: no-repeat;
	background-position: 1px center;

}
#subPage h1 span.kinkyuu {
	background-image: url(../img/hx-sub_kinkyuu.png);
	background-repeat: no-repeat;
	background-position: 1px center;

}
#subPage .box {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#subPage .box p {

}
#main #subPage .box h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

@media (min-width:0px) and (max-width:680px) {
#subPage {
	padding-right: 5px;
	padding-left: 5px;
	border: 2px solid #ff61a4;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#subPage h1 {
	font-size: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 2px;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff61a4;
	font-weight: bold;
}

#subPage .box {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#main #subPage .box h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

}



/****0407から***/
.complink {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.complink a {
	font-weight: bold;
	color: #008e7f;
	display: inline-block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 2px solid #008e7f;
	border-radius:10px;
}
.complink a:hover {
	color: #fff;
	background-color:#008e7f;
	text-decoration:none;
}
#main .menuBtns {
	overflow: hidden;
}
#main .menuBtns li {
	box-sizing:border-box;
	float: left;
	padding: 5px;
	width: 33.33333%;
}
#main .menuBtns li a img {
	height: auto;
	width: 100%;
}
@media (min-width:0px) and (max-width:680px) {
#main .menuBtns li {
	box-sizing:border-box;
	float: left;
	padding: 5px;
	width: 50%;
}
}
#main #hikaku {
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
}
#main #hikaku h2 img {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}
#main #hikaku table {
	width: 100%;
	border: 1px solid #b64e6f;
	font-size: 13px;
}
#main #hikaku table tr th {
	box-sizing: border-box;
	font-weight: bold;
    border: 1px solid #15b9e5;
    background-color: rgba(21, 185, 229, 0.76);
	width: 85px;
	padding: 5px;
	vertical-align: middle;
}
#main #hikaku table tr td {
	padding: 5px;
	border: 1px solid #15b9e5;
}
#main #hikaku table tr .left {
	background-color: #dffeff;
}
#main #hikaku table tr td .cap img {
	/**height: 75px;
	width: auto;**/
	height: auto;
	width: 90%;
}
#main #hikaku table img {
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (min-width:0px) and (max-width:680px) {
#main #hikaku {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
}
#main #hikaku table {
	width: 100%;
	border: 1px solid #b64e6f;
	font-size: 12px;
}
}

#main #product {
}

#main #product #tokutyou {
	padding: 10px;
	border: 1px solid #f52d6c;
	margin-bottom: 20px;
}
#main #product #tokutyou h2 {
	background-image: url(../img/hx-sub01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 50px;
	background-color: #f52d6c;
	background-size: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	border: 3px solid #f77aa1;
	margin-bottom: 15px;
}
@media (min-width:0px) and (max-width:680px) {
#main #product #tokutyou h2 {
	background-image: url(../img/hx-sub01.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 50px;
	background-color: #f52d6c;
	background-size: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	border: 3px solid #f77aa1;
	margin-bottom: 15px;
}
}
#main #product #tokutyou h3 {
	font-size: 115%;
	font-weight: bold;
	color: #c27e0b;
	padding: 5px;
}
#main #product #kutikomi {
	padding: 10px;
	margin-bottom: 20px;
}
#main #product #kutikomi h2 {
	background-image: url(../img/hx-sub02.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 50px;
    background-color: #15b9e5;
    background-size: 35px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 17px;
    font-weight: bold;
    color: #FFF;
    border: 3px solid #0d90b3;
    margin-top: 40px;
	margin-bottom: 15px;
}
@media (min-width:0px) and (max-width:680px) {
#main #product #kutikomi h2 {
	background-image: url(../img/hx-sub02.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 50px;
	background-color: #15b9e5;
	background-size: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	border: 3px solid #0d90b3;
	margin-bottom: 15px;
}
}
#main #product #kutikomi ul {
}
#main #product .btn {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main #product .btn a {

}
#main #product .btn a img {
	width:100%;
	height:auto;
	max-width:337px;
}
#main #product #kutikomi ul li {
	padding: 10px;
	border: 3px solid #c27e0b;
	margin-bottom: 15px;
	overflow: hidden;
	border-radius:5px;
}
#main #product #kutikomi ul li img {
	float: left;
	width: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
}
@media (min-width:0px) and (max-width:680px) {
#main #product #kutikomi ul li img {
	float: left;
	width: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
}
}
#main #product #kutikomi ul li h3 {
	font-size: 16px;
	font-weight: bold;
	color: #f80753;
}
#main #subPage .box .poricy {
	padding: 10px;
	margin-bottom: 10px;
}
#main #subPage .box .poricy h2 {
	background-image: url(../img/hx-sub03.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 50px;
	background-color: #f52d6c;
	background-size: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	border: 3px solid #f77aa1;
	margin-bottom: 15px;
}
#main #subPage .box .poricy h3 {
	font-size: 16px;
	font-weight: bold;
	color: #f80753;
}
#main #subPage .box .anket {
	padding: 10px;
	margin-bottom: 10px;
}
#main #subPage .box .anket h2 {
	background-image: url(../img/hx-sub04.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 50px;
	background-color: #f52d6c;
	background-size: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	border: 3px solid #f77aa1;
	margin-bottom: 15px;
}
#main #subPage .box table {
	width: 100%;
	border: 1px solid #999;
}
#main #subPage .box table tr th {
	background-color: #CCC;
	border: 1px solid #999;
	padding: 5px;
}
#main #subPage .box table tr td {
	padding: 5px;
	border: 1px solid #999;
}
#main #subPage .box h3 {
	font-size: 120%;
	font-weight: bold;
	padding-top: 10px;
}

h2.pickup{
    color: #0c4c40;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

#ichiran {
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;

}

#ichiran table {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;

}
#ichiran table.pickuptable tr th {
    background-color: #156be5;
}
table.pickuptable {
    margin-bottom: 50px;
}
#ichiran table tr th {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	background-color: #23b4c9;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
    width: 18.2%;
}
#ichiran table tr th a {
	color: #FFF;
}
#ichiran table tr th img {
	display:block;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
}
#ichiran table tr .last {
	display: none;
}
#ichiran table tr td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	background-color: #fff466;
	height: 300px;
}

#ichiran table tr .name {
	width: 270px;
	text-align: center;
}

#ichiran table tr .uti01 {
    width: 130px;
}

#ichiran table tr td span {
	line-height: 1.4em;
	width: 165px;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
}

#ichiran table tr .btn01 {
	vertical-align: top;
	text-align: center;

}

#ichiran table tr .point {
	font-size: 14px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #fff;
    height: 270px;
	width: 695px;
	margin-left: -717px;
	position: absolute;
	margin-top: 30px;
	vertical-align: middle;
	padding-top: 10px;
}
#ichiran table tr .point li {
    font-size: 15px;
    font-weight: bold;
}
#ichiran table td.point li:before,
ul.uchidashi li:before{
    content: "\f14a";
    font-family:"Font Awesome 5 Free";
    color: #f52d3b;
    font-size: 20px;
    margin-right: 5px;
}

#ichiran table tr .name0 {
	text-align: center;
	padding-bottom: 5px;
	vertical-align: middle;
	background-color: #fff;
}
#ichiran tr td .names {
	font-weight: bold;
	color: #00B4C8;
	font-size: 15px;
	margin-bottom: 10px;
	padding: 0 5px;
}
#ichiran tr .name0 a {
	color: #00B4C8;
}
#ichiran td.name0 a em {
    padding: 5px 10px;
    color: #fff;
    background: #008c7d;
    background: -moz-linear-gradient(top, #008c7d 0%, #006a5d 100%);
    background: -webkit-linear-gradient(top, #008c7d 0%,#006a5d 100%);
    background: linear-gradient(to bottom, #008c7d 0%,#006a5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c7d', endColorstr='#006a5d',GradientType=0 );
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#ichiran td.name0 a em:hover{
	opacity: .7;
}
#ichiran td.name0 a em:after{
/*	content: "\f0da";
    font-family: "Font Awesome 5 Free";
    padding-left: 5px;*/
}

#ichiran table tr .naka01 {
	text-align: center;
	padding: 5px;
	vertical-align: top;
}


#ichiran table tr .name0 a .gif {
	width: 115px;
	margin-bottom: 10px;
}
#ichiran table tr td a .btn {
	width: 160px;
}


 #ichiran table tr td a:hover {

}
#ichiran h2 {

}

#ichiran table tr .point .text {
	font-size: 18px;
	color: #008e7f;
	font-weight: bold;
}
#ichiran title tr .point .check {
	font-size: 15px;
	font-weight: bold;
	background-image: url(../img/icon-ichiran01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
}

#ichiran #foo tr .point .check {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/icon-ichiran01.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
}
#ichiran #foo tr {


}
/**
#ichiran #foo tbody.searchby {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
**/


/*=================================================

side

==============================*/


.menu1,
.menu2 {
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 7px;
	background-color: #FFF;
    -webkit-box-shadow: 3px 10px 6px -6px #dadada;
    -moz-box-shadow: 3px 10px 6px -6px #d2d2d2;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.42);
}

.menu1 h2,
.menu2 h2 {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.menu1 h2{
    margin: -36px -7px 15px -7px;
}
.menu1 h2 img {
    max-width: 110%;
    margin-left: -15px;
    margin-top: -75px;
}
.menu2 h2{
    margin: 0 -7px 15px -7px;
}
#side .menu1 nav {

}
.menu1 ul,
.menu2 ul {
	margin: 0 0 10px;
	font-size: 13px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

.menu1 ul li,
.menu2 ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;

}

.menu1 ul li{
    border: 4px solid #DBDBDB;
}

.menu1 ul li a {

}

.menu1 ul li a:hover,
.menu2 ul li:hover {
	text-decoration: none;
}

.menu2 ul li{
	border-bottom: 1px solid #B5B5B5;
    padding: 10px 0 10px 90px;
}

.menu2 ul li a{
    font-size: 16px;
    color: #252525;
}

.menu2 ul li:before {
    content: url(/images/side_li.png);
    height: 17px;
    width: 17px;
    position: absolute;
    display: block;
    margin-left: -33px;
    margin-top: -3px;
}

/*2*/

.menu1 nav ul li .box {
	overflow: hidden;
	margin-bottom: 10px;
}
#side nav ul li .box img {
	margin: 0 auto;
    display: block;
}
#side nav ul li h3 {
	 font-size: 11px;
	 padding-top: 10px;
	 padding-bottom: 10px;
}

#side ul li .cap a img {
    width: 90px;
	opacity: 0.8;
}

#side .menu1 nav ul li h3 {
    padding-bottom: 5px;
    border-bottom: 1px solid #B5B5B5;
    margin: 0 5px;
    color: #00B4C8;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

#side nav ul li:nth-of-type(1) h3 {
	background: none;
	/*padding-left: 10px;*/
}

#side nav ul li:nth-of-type(2) h3 {
	background: none;
	/*padding-left: 10px;*/
}
#side nav ul li:nth-of-type(3) h3 {
	background: none;
	/*padding-left: 10px;*/
}
#side nav ul li:nth-of-type(4) h3:before {
	background: url(/images/tit_no4_sm.png) no-repeat;
}
#side nav ul li:nth-of-type(5) h3:before {
	background: url(/images/tit_no5_sm.png) no-repeat;
}

#side .menu1 nav ul li:nth-of-type(1) h3:before,
#side .menu1 nav ul li:nth-of-type(2) h3:before,
#side .menu1 nav ul li:nth-of-type(3) h3:before,
#side .menu1 nav ul li:nth-of-type(4) h3:before,
#side .menu1 nav ul li:nth-of-type(5) h3:before{
    content: " ";
    display: table;
    width: 71px;
    height: 100px;
    position: absolute;
    margin-top: -195px;
    zoom: 0.8;
}

#side .menu1 nav ul li:nth-of-type(1) h3:before {
    background: url(/images/tit_no1_lg.png) no-repeat;
}
#side .menu1 nav ul li:nth-of-type(2) h3:before {
    background: url(/images/tit_no2_lg.png) no-repeat;
}
#side .menu1 nav ul li:nth-of-type(3) h3:before {
    background: url(/images/tit_no3_lg.png) no-repeat;
}