@charset "UTF-8";

/*--------------------additional reset--------------------*/
* {
  box-sizing: border-box;
}
/*--------------------サファリでリンク先から戻った時文字が拡大する対応--------------------*/
body.safari #content, body.safari #footer { 
  -webkit-text-size-adjust: 100%;
}
/*-------------------- link --------------------*/
#content a:hover, #content a:active {
  text-decoration: none;
}

/*--------------------初期設定--------------------*/
#wrapper {
  width: 100%;
  padding: 0 0 0 0;
  overflow: hidden;
  color: #222;
  /* background: #fff; */
}
#content {
  margin: 0 auto;
  color: #555;
}
img.pics {
  max-width: 100%;
}
@media screen and (max-width: 760px){
    #content {
      width: 100%;
    }  
}

/*--------------------▼▼▼▼ TOPにsearch_form.htmlを設置する際に必要なcss ▼▼▼▼--------------------*/
/*--------------------search.html内のtable関係共用css--------------------*/
tr , td , th { /*（TOPにsearch_form.htmlを設置する際はclassを追加すること）*/
    padding: 5px 10px 5px 10px;
    text-align: center;
}

/*--------------------検索(search_form.html用css)--------------------*/
.form .searchtable {
    margin: auto;
}
.searchtable{
    line-height: 25px;
    padding: 5px 10px 5px 10px;
    text-align: center;
}
.index_search td{
    border: none;
}
.index_search {
    /* border-collapse: collapse; */
    width: 100%;
    background: #fff;
    font-size: 1em;
}
.searchtable .searchtabletitle{
    min-width: 120px;
    padding: 10px;
}
.index_search th {
    border-collapse: collapse;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    line-height: 1.4;
    margin: auto;
}
.index_search td {
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    width: 70%;
}
.searchtable .searchbutton {
    background-color: #E8F4FF;
    color: #1D92FF;
    border: none;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 35%;
}
.searchtable .searchcenter {
    text-align: center;
}
@media screen and (max-width: 760px){
    .index_search th {
        border: none;
        color: #464646;
        font-size: 16px;
        width: 100%;
        display: block;
    }
    .index_search td {
        border: none;
        padding: 10px;
        font-size: 14px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .index_search tr {
        border: none;
    }
    .searchtable .searchbutton {
        width: 80%;
    }
}

/*--------------------▲▲▲▲ TOPにsearch_form.htmlを設置する際に必要なcss ▲▲▲▲--------------------*/

/*--------------------検索数--------------------*/
.searchordercontainer table {
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0;
}
.searchordercontainer table tr td {
    margin: auto;
    border: 1px solid #cfcfcf;
}
.fontsizenormal {
    font-size: 16px;
}

.searchordercontainer tr , .searchordercontainer td , .searchordercontainer th {
    border: 1px solid #ccc;
    padding: 10px 10px 5px 10px;
    text-align: left;
}

.searchordercontainer dd {
    display: inline-block;
    margin: auto;
    line-height: 20px;
}
@media screen and (max-width: 760px){
    .fontsizenormal {
        font-size: 0.8em;
    }
}

/*--------------------各商品--------------------*/
#sort_table {
    border-collapse: collapse;
    width: 100%;
}

.eachobject {
    width: 100%;
    margin: 0 auto;
}
.objecttable {
    margin: auto;
    width: 100%;
    text-align: center;
    margin: auto auto 50px auto;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

/*--------------------商品タイトル--------------------*/
.objecttitle {
    text-align: center;
    margin: 30px auto 0;
    border-bottom: none;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    background: #00a4dd;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.objectimg p {
    text-align: center;
}

/*--------------------商品画像--------------------*/
.objectimg img{
    max-width: 300px;
    height: 100%;
}

/*--------------------商品詳細一覧--------------------*/
.thisinfotable {
    margin: auto;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

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

table.objecttable tr , table.objecttable td , table.objecttable th {
    border: none;
}

table.objecttable .thisinfotable th {
    background: #e8f4ff;
    font-weight: bold;
    border: 1px solid #cfcfcf;
}
table.objecttable .thisinfotable td {
    border: 1px solid #cfcfcf;
}
.objecttable tr, .objecttable td {
    padding: 10px;
    text-align: center;
    width: 50%;
}
.thisinfotable td, th {
    font-size: 15px;
    padding: 10px;
}
.oflBtn {
    width: 65%;
    margin: 0 auto;
}
@media screen and (max-width: 760px){
    .oflBtn {
        width: 100%;
    }
    .thisinfotable td, th {
        border: 1px solid #cfcfcf;
        font-size: 14px;
        padding: 10px;
    }
}

/*--------------------footer--------------------*/
footer{
    background-color: #cfcfcf;
    padding: 30px;
    text-align: center;
}
footer p{
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}
footer a{
    color: #fff;
    font-size: 16px;
}
footer a:link {
  text-decoration: underline;
}