﻿div {
    margin: 0 auto;
}
p {
    margin: 0 auto;
}
img {
    vertical-align: middle;
    margin: 0;
}

.clear {
    clear: both;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.fontMini {
    font-size: 85%;
}

.alignL {
    text-align: left;
}
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}

.wrap {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0.3em;
       -moz-border-radius: 0.3em;
            border-radius: 0.3em;
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 10px;
    margin: 8px 0 0 0;
}
.waku {
    border: 1px #cccccc solid;
}

.ui-content {
    font-size: 13px;
    background:#fffee6;
    color: #000000;
    text-shadow: none;
    margin: 0;
    padding: 5px 5px 10px 5px;
    text-align: center;
    border: none;
}

header {
    position: relative;
    height: 50px;
}
.title {
    float: left;
}
.title img {
    width: 220px;
    height: auto;
    margin:12px 0 0 5px;
}
.buttonToggle {
    float: right;
    width: 35px;
    height: 30px;
    margin:10px 10px 0 0;
    line-height: 30px;
    font-size: 10px;
    text-align: center;
    background: #ffeb7d;
    color: #330000;
    box-shadow: 0 0 0 1px #cccccc;
    cursor:pointer;
}
.menu {
    width: 50%;
    position: absolute;
    top: 50px;
    left: 48%;
    overflow: hidden;
    z-index: 10;
}
.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu li {
    position: relative;
}
.menu a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    padding: 6px 5px 6px 20px;
    border-bottom: 1px dotted #ffcc00;
    background: #fffae6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff5b9), color-stop(30%, #fffae6));
    background-image: -webkit-linear-gradient(#fff5b9,#fffae6 30%);
    background-image:    -moz-linear-gradient(#fff5b9,#fffae6 30%);
    background-image:     -ms-linear-gradient(#fff5b9,#fffae6 30%);
    background-image:      -o-linear-gradient(#fff5b9,#fffae6 30%);
    background-image:         linear-gradient(#fff5b9,#fffae6 30%);
}
.menu a:hover {
    background: #fffacc;
}

.ui-header .ui-title {
    margin: 0;
    padding: 0.3em 0;
}
h1 {
    margin: 0;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #330000;
}
h1.index {
    color: #000000;
    background: #fffee6;
    text-align: left;
    font-size: 13px;
    text-shadow: none;
    letter-spacing: 0.08em;
    line-height: 22px;
    padding: 0 0.5em;
}
h2 {
    color: #330000;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 5px -10px 0 -10px;
    padding: 15px 0;
    background: #fffee6;
    background:url("/sp/images/back_copy.jpg") 100% 0 no-repeat #fffee6;
}

.titleTop {
    width: 250px;
    height: auto;
    margin-top: 10px;
}
.titleCust {
    width: 250px;
    height: auto;
}
.cust {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0.3em;
       -moz-border-radius: 0.3em;
            border-radius: 0.3em;
    border: 1px solid #cccccc;
    background:url("/sp/images/back_b.jpg") 50% 100% no-repeat #ffffff;
    padding: 10px;
    margin: 12px 0 4px 0;
    letter-spacing: 0.05em;
}

.menu1 {
    width: 296px;
    height: auto;
    margin: 3px 0;
}
.menu2 {
    width: 97%;
    height: auto;
    margin: 5px 0;
}

.Bottomlink {
    font-size: 12px;
    padding: 10px 0 0 0;
}

nav .ui-btn-icon-left .ui-btn-inner {
    padding-left: 0;
}
.ui-icon-custinfopc {
    background-image: url("/sp/images/icon_pc.png");
    background-size: 18px 18px;
}

.w300 {
    width: 300px;
}

.L1 {
    float: left;
    width: 49%;
}
.R1 {
    float: right;
    width: 49%;
}

.mark {
    margin-right: 0.5em;
    color: #ffcc00;
}
.txt1 {
    line-height: 22px;
    text-align: left;
    padding: 0 5px;
}
.txt2 {
    line-height: 22px;
}

.ya {
    margin:0 7px 2px 0;
    vertical-align:middle;
}
.yaR {
    margin:0 7px 2px 20px;
    vertical-align:middle;
}

.mar1 {
    margin: 8px 0;
}
.mar2 {
    margin: 15px 0 8px 0;
}
.mar3 {
    margin: 8px 0 15px 0;
}
.mar4 {
    margin-bottom: 25px;
}
.pad1 {
    padding: 8px 0;
}
.pad2 {
    padding: 8px 0 0 0;
}
.pad3 {
    padding: 0 0 8px 0;
}

.pic1 {
    width: 284px;
    height: auto;
}
.pic2 {
    width: 180px;
    height: auto;
}
.pic3 {
    width: auto;
    height: 190px;
}
.pic4 {
    width: 97%;
    max-width: 330px;
    height: auto;
}
.pic5 {
    max-width: 250px;
    height: auto;
}
.linkImg {
    width: 220px;
    height: auto;
    margin: 15px 0 8px;
}

.companyL {
    float: left;
    width: 24%;
}
.companyR {
    float: right;
    width: 74.5%;
    letter-spacing: 0.05em;
}

.bridalPrice {
    float: left;
    width: 49.9%;
    height: 80px;
    background: url("/sp/images/back_text2.png") 50% 0 no-repeat;
}
.bridalPrice img {
    width: 140px;
    height: auto;
    margin: 16px 0 0 0;
}

table.price {
    width: 330px;
    margin: auto;
}
.price td.TD1 {
    width: 56.9%;
    border-bottom: 1px dotted #cccccc;
    padding: 5px 0 5px 8px;
    text-align: left;
    background: url("/sp/images/back_text1.png") 0 40% repeat-x;
}
.price td.TD2 {
    width: 43%;
    border-bottom: 1px dotted #cccccc;
    padding: 5px 0;
    text-align: right;
}
.priceTxt1L{
    width:55%;
    float:left;
}
.priceTxt1R{
    width:44.9%;
    float:right;
}
.priceTxt2L{
    width:59.9%;
    float:left;
}
.priceTxt2R{
    width:40%;
    float:right;
}

/* theme d */
.ui-body-d a.ui-link {
    font-weight: normal;
    color: #330000;
    text-decoration: none;
}
.ui-body-d a.ui-link:visited {
    color: #330000;
}
.ui-bar-d {
    background: #fffee6;
    border: 1px solid #fffee6;
}
.ui-header.ui-bar-d {
    background:url("/sp/images/back.jpg") 50% 0 no-repeat #fffee6;
}

.ui-btn-up-d {
    background:url("/sp/images/back_copy.jpg") 100% 0 no-repeat #fffee6;
    border: 1px solid #ffebb9;
}
.ui-btn-text {
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
}
.ui-collapsible {
    margin: 0 0.5em 0.8em 0.5em;
}
.ui-collapsible-content {
    padding: 8px;
}
.ui-btn-inner {
    white-space: normal;
    line-height: 20px;
}

/* footer */
.ui-footer.ui-bar-z .ui-title {
    margin: 0;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    background: #cccccc;
}
