@charset "UTF-8";
/*
1 - 323 ぐらいnormalize.css
323 - 1363 ぐらい common.css
1363ぐらい - sp.common.css
*/

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ========================================================================== HTML5 display definitions ========================================================================== */

/** Correct `block` display not defined in IE 8/9. */

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

/** Correct `inline-block` display not defined in IE 8/9. */

audio,
canvas,
video {
  display: inline-block;
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */

audio:not([controls]) {
  display: none;
  height: 0;
}

/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */

[hidden],
template {
  display: none;
}

/* ========================================================================== Base ========================================================================== */

/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/** Remove default margin. */

body {
  margin: 0;
}

/* ========================================================================== Links ========================================================================== */

/** Remove the gray background color from active links in IE 10. */

a {
  background: transparent;
}

/** Address `outline` inconsistency between Chrome and other browsers. */

a:focus {
  outline: thin dotted;
}

/** Improve readability when focused and also mouse hovered in all browsers. */

a:active,
a:hover {
  outline: 0;
}

/* ========================================================================== Typography ========================================================================== */

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Address styling not present in IE 8/9, Safari 5, and Chrome. */

abbr[title] {
  border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */

b,
strong {
  font-weight: bold;
}

/** Address styling not present in Safari 5 and Chrome. */

dfn {
  font-style: italic;
}

/** Address differences between Firefox and other browsers. */

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/** Address styling not present in IE 8/9. */

mark {
  background: #ff0;
  color: #000;
}

/** Correct font family set oddly in Safari 5 and Chrome. */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/** Improve readability of pre-formatted text in all browsers. */

pre {
  white-space: pre-wrap;
}

/** Set consistent quote types. */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/** Address inconsistent and variable font size in all browsers. */

small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ========================================================================== Embedded content ========================================================================== */

/** Remove border when inside `a` element in IE 8/9. */

img {
  border: 0;
}

/** Correct overflow displayed oddly in IE 9. */

svg:not(:root) {
  overflow: hidden;
}

/* ========================================================================== Figures ========================================================================== */

/** Address margin not present in IE 8/9 and Safari 5. */

figure {
  margin: 0;
}

/* ========================================================================== Forms ========================================================================== */

/** Define consistent border, margin, and padding. */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */

button,
input {
  line-height: normal;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */

button,
select {
  text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/** Re-set default cursor for disabled elements. */

button[disabled],
html input[disabled] {
  cursor: default;
}

/** 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** Remove inner padding and border in Firefox 4+. */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ========================================================================== Tables ========================================================================== */

/** Remove most spacing between table cells. */

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

/* http://welcomeboard.saltwedding.jp ■ common css MarkUp -> Pati:) LAST UPDATE -  2014.04.11 製作開始 (Pati - ENDOU KUNIHIRO)
--------------------------------------------------------------*/
body,
header,
footer,
nav,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
p,
blockquote,
th,
td,
form,
time,
fieldset,
legend,
input {
  color: #000;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,Verdana, Arial, 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {display: block;}

audio,
canvas,
video {display: inline-block;}

ul {list-style: none;}

dt,
dd,
h1,
h2,
h3,
li,
p,
td,
th {
  font-size: .75em;
  line-height: 1.8em;
  font-weight: normal;
  font-style: normal;
}
a {
  color: #fd6c9d;
  outline: none;
  text-decoration: underline;
}
a:hover {
  color: #fd6c9d;
  text-decoration: none;
}
a,
a:link,
a:visited {outline: none;}

p {margin-bottom: 1em;}

img {
  border: none;
  vertical-align: bottom;
  font-size: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

/* CONTENTS- width size
--------------------------------------------------------------*/

body {
  background:#fefef7;
  min-width: 978px;
}

header,
.h_g_nav,
#main,
footer {width: 100%;}

#headerInner,
.h_g_nav ul,
#footerInner {width: 970px;}

#mainInner{width: 978px;}

#contents {width: 748px;}

.side_nav {width: 204px;}

/* HEADER
--------------------------------------------------------------*/
#headerInner {
  margin: 0 auto;
  padding: 10px 0;
}
header h1 {
  font-size: 0.7em;
  font-weight: bold;
  text-align:right;
}
header h1 a {
  color:#000;
  text-decoration: none;
}

header button {display: none;}

.logo{
  float:left;
  margin:0 0 15px;
  text-align:center;
}

.h_righ_box{
  float:right;
  margin:2em 0 0 ;
}
.h_righ_box ul{margin:69px 0 15px;}

.h_righ_box ul li{float:left;}

.h_righ_box p{
  margin:0 0 5px;
  text-align:right;
}
.h_righ_box p strong{
  font-size:1.8em;
  margin:0 10px 0 0;
}

iframe.twitter-share-button{width:90px !important;}

/* MAIN
--------------------------------------------------------------*/

/* MAIN CONTENTS
--------------------------------------------------------------*/

#mainInner {
  margin: 0 auto;
  padding: 20px 0 10px;
}
#contents {
  float: right;
  margin:0 4px 30px 0;
}

#contents section {margin: 0 0 30px;}

#path{margin:0 4px 10px;}

#path li{float:left;}

#path li a{
  background:url(images/bg_path.png) no-repeat  right center;
  margin:0 15px 0 0;
  padding: 0 20px 0 0;
}
.rap_box{
  background:#ffffff;
  border:1px solid #e5e5e5;
  margin:0 0 30px;
  padding:30px 0 0;
}
#contents  .rap_box section{
  margin:0 30px 30px;
}

 #main section h1.page_title{
  background:#fceeed;
  color:#fd6c9d;
  font-size:1.2em;
  margin:0 0 30px;
  padding:10px 30px;
}
 #main section h1.section_title{
  border-bottom:1px dotted #c9c9c9;
  color:#000;
  margin:0 0 30px;
  padding:0 0 10px;
 }
p.top_txt{margin:0 30px 30px;}

.b_box {
  border: 1px solid #ccc;
  padding: 20px 20px 10px;
}
.left_img h1,
.right_img h1,
#main section h1 {
  font-size: 1em;
  font-weight: bold;
}
.left_img div.left_img_box {
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
}
.left_img div.left_img_box div {margin: 0 0 10px;}

.left_img div {
  overflow: auto;
  zoom: 1;
}
.right_img div.right_img_box {
  float: right;
  margin: 0 0 10px 10px;
  overflow: hidden;
}
.right_img div.right_img_box div {margin: 0 0 10px;}

.right_img div {
  overflow: auto;
  zoom: 1;
}
.left_img_box span,
.right_img_box span {
  display: block;
  margin: 0 0 10px;
}
.normalTable {
  border-top: 1px solid #ccc;
  margin: 0 0 30px;
  width: 100%;
}
.normalTable th,
.normalTable td {
  border-bottom: 1px solid #ccc;
  padding: 25px 20px;
  text-align: left;
  vertical-align: middle;
}
.normalTable th {
  background: #f9f9f9;
  font-weight:bold;
  min-width:150px;
 white-space: nowrap;
}
.normalTable td p{font-size:1em;}

.formTable {
  border-top: 1px solid #ccc;
  margin: 0 0 60px;
  width: 100%;
}
.formTable th,
.formTable td {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.formTable th {
  background: #f9f9f9;
  font-weight:bold;
  width:150px;
  padding: 10px 20px;
  vertical-align:middle;
  white-space: nowrap;
}
.formTable th span {
  margin: 0 0 0 10px;
  color: #f5826e;
}
.formTable td div {display: inline;}

.formTable td.td_name div {margin: 0 0 0 1em;}

.formTable td p {
  margin: 0;
  font-size: 1em;
}
.formTable td span.mag_red {
  display: block;
  margin: 0.5em 0 0;
}
.formTable input,
.formTable textarea {
  background:#f9f9f9;
  border: 1px solid #CCC;
  border-radius: 2px;
  box-shadow:#dadada 0 1px 2px 0 inset;
  -webkit-box-shadow:r#dadada 0 1px 2px 0 inset;
  -moz-box-shadow:#dadada 0 1px 2px 0 inset;
  padding: 5px;
}
.formTable input[type='radio'] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.formTable td label {margin: 0 5px 0 0;}

.formTable input.mag_red,
.formTable textarea.mag_red {
  border: 1px solid red;
  color: #000;
}
.formTable input:focus,
.formTable textarea:focus {
  background:#fff;
}
.size_s,
.short {width: 8.1em;}

.size_m,
.middle {width: 14em;}

.size_l,
.long {width: 30em;}

.size_ll,
.b_long {width: 99%;}

.th150 th {width: 150px;}

.formTable textarea {
  height: 10em;
  width: 99%;
}
#zipcode_search {
  background:#ff619a;
  border:none;
  box-shadow:none;
  color:#fff;
  margin: 0 5px;
  padding:5px 10px;
}
#zipcode_search:hover{
  background:#ff81ae;
}

input[disabled],
select[disabled]{
  background:#d8d8d8;
}
.txt_privacy {
  margin: 0 0 30px;
  text-align: center;
}
.form_end_p{
  margin:0 0 50px;
}


.b_nav {
  margin: 0 0 60px;
  text-align: center;
}


#input_form .b_nav {
  padding:0 30px 0 0 ;
}

.b_nav li {
  display: inline;
  margin: 10px 20px;
}
.b_nav li input {
  display: inline;
  height: auto;
}
.btn_form_right_p{
  background:#ff619a url(images/bg_form_btn_right_p_b.png) no-repeat 240px center;
  border:none;
  border-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 6px 3px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 6px 3px;
  -moz-box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 6px 3px;
  color:#fff;
  display:inline-block;
  font-size:1.4em;
  padding:15px 0;
  text-decoration:none;
  width:260px;
}
.btn_form_right_p:hover{
  background:#fd89b1 url(images/bg_form_btn_right_p_a.png) no-repeat 240px center;
  color:#fff;
}

.btn_form_left_b{
  background:#4b4a48 url(images/bg_form_btn_left_b_b.png) no-repeat 20px center;
  border:none;
  border-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 6px 3px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 6px 3px;
  -moz-box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 6px 3px;
  color:#fff;
  display:inline-block;
  font-size:1.4em;
  padding:15px 0;
  text-decoration:none;
  width:260px;
}
a.btn_form_left_b{
  padding:17px 0;
}
.btn_form_left_b:hover{
  background:#6f6e6d url(images/bg_form_btn_left_b_a.png) no-repeat 20px center;
  color:#fff;
}

a.btn_form_left_b{
  /*padding:23px 0;*/
}
p.page_top {
/*  bottom:125px;*/
  bottom:155px;
  clear: both;
  position:fixed;
  right:0;
}

/* MAIN MENU
--------------------------------------------------------------*/
.h_g_nav ul {
  background:#FEFEF7;
  margin: 0 auto 0;}

.h_g_nav ul li {
  float: left;
  margin:0 2px 0 0 ;

  box-shadow:rgba(237, 237, 231, 0.65) 0px 1px 1px 3px;
  -webkit-box-shadow:rgba(237, 237, 231, 0.65) 0px 1px 1px 3px;
  -moz-box-shadow:rgba(237, 237, 231, 0.65) 0px 1px 1px 3px;
}
.h_g_nav ul li.last{margin:0;}

.sp_nav{
  display:none;
}


/* SIDE MENU
--------------------------------------------------------------*/
.side_nav {
  display: block;
  float: left;
}
.side_nav ul,
.side_nav section {margin:0 0 15px 4px;}

.design_nav{
  background:#e5e5e5;
  box-shadow:rgba(168, 168, 168, 0.28) 0px 5px 6px -2px;
-webkit-box-shadow:rgba(168, 168, 168, 0.28) 0px 5px 6px -2px;
-moz-box-shadow:rgba(168, 168, 168, 0.28) 0px 5px 6px -2px;
  margin:0 0 15px 4px;
  padding:1px 1px 1px;
  width:198px;
}
#mainInner .design_nav li{margin:1px 0 0;}

.side_nav ul.s_nav_btn{margin:0 0 15px 4px;}

.side_nav li {margin:0 0 5px;}

.side_nav li.s_estimate{
  margin:15px 0 5px;
}
.s_delivery,
.s_inquiry_box{
  background:#fff;
  border:1px solid #e5e5e5;
  margin:0 3px 15px 4px;
  padding:10px 5px 0;
}
.s_delivery dt,
.s_inquiry_box dt{
  background:#fceeed;
  border-radius:2px;
  color:#fd6c9d;
  font-size:1em;
  font-weight:bold;
  margin:0 3px 5px;
  text-align:center;
  padding:3px 0 1px;
}
.s_delivery dd{padding:0 10px 5px;}

.s_delivery dd.normal,
.s_delivery dd.express,
.s_delivery dd.special{
  border:1px solid #e9e9e9;
  background:#f9f9f9;
  margin:0 3px 10px;
  padding:0;
  text-align:center;
}
.s_delivery dd.normal dt,
.s_delivery dd.normal dd{color:#000;}

.s_delivery dd.express dt,
.s_delivery dd.express  dd{color:#fe5e74;}

.s_delivery dd.special dt,
.s_delivery dd.special dd{color:#e4004e;}

.s_delivery dd.normal dt,
.s_delivery dd.express dt,
.s_delivery dd.special dt{background:none;}

.s_delivery dd.normal dd,
.s_delivery dd.express dd,
.s_delivery dd.special dd{font-size:0.8em;}

.s_delivery dd.normal dd span,
.s_delivery dd.express dd span,
.s_delivery dd.special dd span{font-size:1.8em;font-weight:bold;}

.super_express_box{
  background:#fff;
  border:1px solid #e5e5e5;
  margin:0 3px 15px 4px;
  padding:0;
}
.super_express_box h1{
    margin:10px auto 10px;
    text-align:center;
}

.super_express_box p{text-align:center}

.s_inquiry_box ul li{
  text-align:center;
  font-size:0.9em;
}
.s_inquiry_box .s_tel{
  font-size:1.6em;
  font-weight:bold;
}
.superexpress_link a,
.s_inquiry_link a{
  background:url(images/bg_s_form.png) no-repeat right center;
  padding:0 15px 0 0;
}
.strike{text-decoration:line-through;}


/* 注意*/
.att_box{
  background:#f7f7f0;
  padding:20px;
}
#main section .att_box h1{
  background:url(images/bg_att.png) no-repeat left 5px;
  color:#ff619a;
  font-size:0.9em;
  margin:0 0 10px;
  padding:0 0 0 25px;
}
.att_box ul li{
  margin:0 0 1em;
}
.att_box div{
  background:#fff;
  border:1px solid #e5e5e5;
  padding:10px ;
}
.att_box div p{
  text-align:center;
}

/* カレンダー*/
.ui-datepicker-header{
  background:#ff619a;
  padding:10px 0;
}
#ui-datepicker-div{
  border-radius: 5px;
  padding:10px 0 ;
}
#ui-datepicker-div div,
#ui-datepicker-div table th,
#ui-datepicker-div table td{
  color:#fff;
  text-align:center;
}
#ui-datepicker-div table{
  box-shadow:rgba(0, 0, 0, 0.23) 0px 5px 5px 0px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.23) 0px 5px 5px 0px;
  -moz-box-shadow:rgba(0, 0, 0, 0.23) 0px 5px 5px 0px;
  margin:0;
}
#ui-datepicker-div table th,
#ui-datepicker-div table td{
  background:#fff;
  font-weight:bold;
  padding:10px;
}
#ui-datepicker-div table td a{
  color:#000000;
  display:block;
  padding:2px 5px;
  text-decoration:none;
}
#ui-datepicker-div table.ui-datepicker-calendar thead th{
  clear:both;
  color:#000000;
}
#ui-datepicker-div table.ui-datepicker-calendar thead th:last-child,
#ui-datepicker-div table td.ui-datepicker-saturday a{
  color:#2980b9;
}

#ui-datepicker-div table.ui-datepicker-calendar thead th:first-child,
#ui-datepicker-div table td.ui-datepicker-sunday a{
  color:#f2229a;
}
.ui-datepicker-prev{float:left;}

.ui-datepicker-next{float:right;}

.ui-datepicker-prev,
.ui-datepicker-next{
  color:#fff;
  cursor:pointer;
}
#ui-datepicker-div table td a.ui-state-hover{
  background:#FF619A;
  border-radius:3px;
  color:#fff;
}
#ui-datepicker-div table td a.ui-state-highlight{
  background:#ff619a;
  border-radius:3px;
  color:#fff;
}
.ui-widget-header .ui-icon-circle-triangle-w {
    background-image: url(images/calendar_r.png);
}
.ui-widget-header .ui-icon-circle-triangle-e {
    background-image: url(images/calendar_l.png);
}
.ui-icon {
   margin:5px 15px 15px;
   height: 16px;
    width: 16px;
}
.ui-icon{
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px;
}
#layer_box table{
  border-top:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  margin:0 auto 10px;
  width:100%;
}
#layer_box table th,
#layer_box table td{
  border-left:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  padding:10px;
}
#layer_box table th{
  background:#f9f9f9;
  width:525px;
}
#layer_box table td{
  text-align:right;
}
#layer_box #total_amount_block th{
  background:#fbf6ef;
}


/* FOOTER
--------------------------------------------------------------*/
.delivery_surper{
  bottom:10px;
  position:fixed;
  right:0;
  z-index:1;
}



#mFooter {border-top: 1px solid #e5e5e5;clear:both;}

footer {
  background:#f3f3ec;
  clear: both;
}
#footerInner {
  margin: 0 auto;
  padding: 30px 0 0;
}
.welcomeboard_select{
  background:#fff;
  margin:0 0 40px;
  padding:30px 0 0;
}
.welcomeboard_select h1{
  font-size:1.2em;
  font-weight:bold;
  margin:0 0 60px;
  text-align:center;
}
.welcomeboard_select h1 span{
  font-size:1.2em;
  text-align:center;
}
.welcomeboard_select .left_box{
  background:#f6f6f6;
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  border-left:1px solid #e5e5e5;
  float:left;
  margin:0 0 30px 30px;
  padding:15px 0 15px;
  width:454px;
}
.welcomeboard_select .right_box{
  float:right;
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  margin:0 29px 30px 0;
  padding:15px 0 15px;
  width:454px;
}
.welcomeboard_select .left_box div,
.welcomeboard_select .right_box div{
  text-align:center;
}
.welcomeboard_select h2{
  margin:0 0 20px;
  text-align:center;
}
.welcomeboard_select .right_box h2{position: relative;}

.welcomeboard_select .right_box .osusume2{
  position:absolute;
  right:-4px;
  top:-53px;
}
.welcomeboard_select h3{
  margin:20px 15px 5px;
  font-size:1em;
  font-weight:bold;
}
.welcomeboard_select ul{
  margin:0 15px;
}
.welcomeboard_select ul{
  margin:0 15px 20px;
}
.welcomeboard_select ul li{
  padding:0 0 5px 1em;
  text-indent:-1em;
}
.welcomeboard2{
  margin:0 0 30px;
  text-align:center;
}
.f_delivery_box{margin:0 0 20px 17px;}

.f_now_delivery_p{padding:0 0 0 6em;}


.f_delivery_box dl {
  float:left;
  border:1px solid #e5e5e5;
  background:#fff;
  margin:0 10px 5px 0;
  padding:5px 0;
  width:130px;
}
.f_delivery_box dl.f_delivery3{margin:0 0 5px 0;}

.f_delivery_box dl dt{font-size:.8em;}

.f_delivery_box dl dd{font-size:.83em;}

.f_delivery_box dl dt,
.f_delivery_box dl dd{
  font-weight:bold;
  text-align:center;
}
.f_delivery2 dt,
.f_delivery2 dd{color:#f9614c;}

.f_delivery3 dt,
.f_delivery3 dd{color:#e4004e;}

.f_delivery_box p{text-align:left;}

.right_box .f_delivery_box{
  background:#fef6f5;
  border:1px solid #e5e5e5;
  margin:0 17px 1em;
  padding:5px 5px 8px;
  position:relative;
}
.right_box .f_delivery_box p{
  font-weight:bold;
  margin:0;
  text-align: center;
}
.f_delivery_box_wap{margin:0 0 20px;}

.right_box .f_delivery_box p span{
  color:#f2263e;
  font-size:1.1em;
}

.right_box .f_delivery_box p.mag_red{
  border:1px solid #f2263e;
  color:#f2263e;
  left:5px;
  font-size:1em;
  padding:5px 10px;
  position: absolute;
  text-align: center;
  top:8px;
}




#f_nav{
  float:left;
  margin:0 0 30px;
  width:640px;
}
#f_nav li{
  float:left;
  font-size:0.7em;
}
#f_nav li a{text-decoration:none;}

.f_main_nav{margin:0 0 25px;}

.f_main_nav li{
  border-right:1px solid #a7a7a3;
  font-size:0.7em;
  margin:0 15px 0 0;
  padding:0 15px 0 0;
}
.f_main_nav li a{color:#000;}

#f_nav li a:hover{
  color:#e65082;
  text-decoration:underline;
  }
.f_main_nav li.last{
  border-right:none;
  margin:0 ;
  padding:0;
}
.f_sub_nav {
  margin:0 0 10px;
}
.f_sub_nav li{
  border-right:1px solid #c4c4c0;
  font-size:0.65em;
  margin:0 15px 0  0;
  padding:0 15px 0 0;
}
.f_sub_nav li a{
  color:#797776;
  font-size:0.9em;
}
.f_sub_nav li a:hover{
  color:#e65082;
}

.f_sub_nav li.last{
  border-right:none;
  margin:0 ;
  padding:0;
}
#f_icon{float:right;}

#f_icon li{
  float:left;
  margin:0 0 10px 10px;
}
#f_icon li.clear{
  margin:0 0 10px 0;
  float:right;
  font-size:0.7em;
}
.f_tel{
  float:left;
  width:500px;
}
.f_tel dt{margin:0 0 8px;}

.f_tel dd{margin:0 0 3px;}

.f_tel dd strong{color:#000;}

.f_tel dd strong span{
  font-size:2em;
  margin:0 15px 0 0;
}
#f_logo{float:right;}

#f_logo div{
  float:left;
margin:0 0 0 35px;}

#f_logo div img{vertical-align: bottom;}

.copyright {
  clear: both;
  text-align:right;
}
#footerInner small span {
  font-family: 'Times New Roman', 'Times';
  font-size: 1.1em;
}



/* SP 対応
--------------------------------------------------------------*/

.pc {display: block;}

.sp {display: none;}

/* SALT_COLOR
--------------------------------------------------------------*/

.mag_red {color: #fd6c9d;}

.jet_pink {color: #f5848d;}

.kikuchi_blue {color: #03f;}

.pati_black {color: #ccc;}

.katoken_green {color: #85be53;}

.bg_mag_red {background: #3db4f9;}

.bg_kikuchi_blue {background: #3db4f9;}

.bg_pati_black {background: #f2f2f2;}

.bg_seiko_orange {background: #ffaf4f;}


/* IE 対応
--------------------------------------------------------------*/
* html #f_icon li{margin:0 0 10px 5px;}
*+html #f_icon li{margin:0 0 10px 5px;}


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

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {clear: both;}

.cf {zoom: 1;}

header:after,
.h_g_nav ul:after,
#path,
#mainInner:after,
section:after,
footer:after {
  content: "";
  display: table;
}
header:after,
.h_g_nav ul:after,
#path,:after,
#mainInner:after,
section:after,
footer:after {
  clear: both;
}
header,
.h_g_nav ul,
#path,
#mainInner,
section,
footer {
  zoom: 1;
}








/* 640px以下だと sp css起動*/

@media screen and (max-width: 720px) {
  /* Media Queries */


/* ALL
--------------------------------------------------------------*/
  body {min-width:inherit;}

  #headerInner,
  .h_g_nav ul,
  #mainInner,
  #footerInner{
    width:100%;
  }

/* HEADER
--------------------------------------------------------------*/
  #header{text-align:center;}
  #headerInner{
    padding:10px 0 0;
  }
  header h1{
    padding:0 10px 10px;
    text-align:left;
  }
  .logo,
  .h_right_box{float:none;}

  .logo{
    margin:0 0 10px 10px;
    text-align:left;
  }

  .logo img{
    height:auto;
    width:70%;
  }
  .h_righ_box{
    display:none;
    float:none;
  }

  .h_righ_box ul{
    margin:0 auto 0;
    text-align:center;
  }
  .h_righ_box ul li{
    float:left;
    margin:0 5px 10px 0;
    text-align:center;
  }


/* G_NAV
--------------------------------------------------------------*/

  header button {display: block;}

  header button {
  background: #fff;
  border:1px solid #ff619a;
  border-radius: 5px;
  display: block;
  height: 37px;
  margin: 0 10px;
  padding: 9px 5px 0;
  width: 43px;
  }
  header button#g_menu_r {
  position: absolute;
  top: 4em;
  right: 0;
  }
  header button:hover {background: #fff;}

  header button .sp_gnav_icon {
  background: #FD6C9D;
  border-radius: 3px;
  display: block;
  height: 4px;
  margin: 0 0 5px;
  position: absolute;
  width: 30px;
  }

  header button .sp_gnav_icon:nth-of-type(1) {top: 5px;}

  header button .sp_gnav_icon:nth-of-type(2) {top: 15px;}

  header button .sp_gnav_icon:nth-of-type(3) {top: 25px;}

  #g_nav{display:none;}

  .sp_nav{
    border-top:1px solid #ccc;
    margin:0 5px;
  }
  .sp_nav li{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    text-align:center;
  }

  .sp_nav li:first-child {
    background:#FF619A;
  }
  .sp_nav li:first-child a{
    border:1px solid #fff;
    color:#fff;
  }



  .sp_nav li a{
    display:block;
    text-decoration:none;
    padding:10px 0;
    width:100%;
  }
  .sp_nav li.sp_menu_close{
    cursor:pointer;
    background:#f2f2f2;
    padding:10px 0;
  }


  .sp_nav li.s_point a,
  .sp_nav li.s_option a,
  .sp_nav li.s_appli a,
  .sp_nav li.s_estimate a{
    border:1px solid #fff;
    color:#fff;
  }

  .sp_nav li.s_point{
    background:#8cd0a4;
  }
  .sp_nav li.s_option{
    background:#9fb6df;
  }

  .sp_nav li.s_appli{
    background:#f7c464;
  }

  .sp_nav li.s_estimate{
    background:#f58484;
  }




/* CONTENTS
--------------------------------------------------------------*/
#path{
  display:none;
}
/* SIDE
--------------------------------------------------------------*/
  .side_nav{display:none;}


/* MAIN
--------------------------------------------------------------*/
  #contents{
    float:none;
    margin:0 4px 10px 4px;
    width:auto;
  }

  #contents .rap_box{
    padding:10px 0 0;
  }
  #contents .rap_box section{
    margin:0 10px 10px;
  }

  .sp_img{
    height:auto;
    width:100%;
  }


  .left_img h1,
  .right_img h1{
    text-align:center;
    padding:0 10px 10px;
  }

  .left_img div.left_img_box {
    float: none;
    margin:0 auto;
    text-align:center;
  } 

  .left_img div,
  .right_img div{padding:0 10px 10px;}

  .left_img div.left_img_box,
  .right_img div.right_img_box {
    float: none;
    margin:0 auto;
    text-align:center;
  }

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

  .normalTable{
    width:100%;
  }
  .normalTable th,
  .normalTable td{
    float:left;
    margin:0;
    padding:10px 2%;
    width:96%;
  }
  .formTable{
    width:100%;
  }

  .formTable th{
    min-width:inherit;
  }

  .formTable th,
  .formTable td{
    float:left;
    margin:0;
    padding:10px 0;
    width:100%;
  }

  .size_s{width:3em;}
  .size_m{width:8em;}
  .size_l{width:15em;}
  .formTable textarea{
    padding:2%;
    width:96%;
  }

  .btn_form_right_p{
    background:#ff619a url(images/bg_form_btn_right_p_b.gif) no-repeat ;
    background-position:center right 20px;
    border:none;
    box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 6px 3px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 6px 3px;
    -moz-box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 6px 3px;
    color:#fff;
    font-size:1em;
    padding:10px 10px;
    width:30%;
  }
  .btn_form_right_p:hover{background:#fd89b1 url(images/bg_form_btn_right_p_a.gif) no-repeat;}


  .btn_form_right_p:hover{
      background-position:center right 20px;
  }
  .btn_form_left_b{
    background:#4b4a48 url(images/bg_form_btn_left_b_b.gif) no-repeat 20px center;
    border:none;
    box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 6px 3px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 6px 3px;
    -moz-box-shadow:rgba(0, 0, 0, 0.06) 0px 3px 6px 3px;
    color:#fff;
    font-size:1em;
    padding:10px 10px;
    width:25%;
  }

  .left_img div.left_img_box{
  margin:0 30px 10px;
  width:auto;
  }
  .left_img div, .right_img div{
  padding:0;
  }
  .left_img div img , .right_img div img {
    margin:0 auto 10px;
    height:auto;
    width:100%;
  }
  .left_img div{
  margin:0 10px 20px;
  overflow:auto;
  }
  #ui-datepicker-div table th, #ui-datepicker-div table td {
      background: none repeat scroll 0 0 #FFFFFF;
      font-weight: bold;
      padding: 1px;
  }
  #input_form .b_nav{
    padding:0;
  }


  .page_top{
    display:none;
  }

  .sp_top{
    background:#FF619A;
    margin:30px 0;
    text-align:center;
  }
  .sp_top a{
    color:#fff;
    display:block;
    text-decoration:none;
    padding:10px 0;
  }


  .att_box div p{
    text-align:left;
  }


/* FOOTER
--------------------------------------------------------------*/
  #f_nav{width:auto;}

  .welcomeboard_select {
    display:none;
  }

  .f_main_nav{
  }
  .f_main_nav li{
    border:1px solid #E5E5E5;
    border-radius:3px;
    margin:0 0 5px 2% ;
    padding:0;
    width:47%;
    text-align:center;
  }
  .f_main_nav li a{
    background:#fff;
    display:block;
    padding:10px 0;
    color:#FF619A;
  }

  .f_main_nav li.last{
    border:1px solid #E5E5E5;
    margin:0 0 5px 2% ;
    padding:0;
  }

  .f_sub_nav {
    border-top:1px solid #A7A7A3;
    margin:0 0 -1px;
  }

  .f_sub_nav li{
    border-bottom:1px solid #A7A7A3;
    border-right:none;
    float:left;
    margin:0;
    padding:0;
    width:50%;
    text-align:center;
  }
  .f_sub_nav li a{
      display:block;
      padding:10px 0;
  }

  .f_sub_nav li.last{
    float:left;
    margin:0;
    padding:0;
    width:50%;
  }

  .f_tel{
    float:none;
    width:auto;
  }
  .f_tel dl{
    margin:0 0 10px;
  }
  .f_tel dt,
  .f_tel dd{
    margin:0 10px;
    text-align:center;
  }
  .f_tel dt{
    margin:0 0 10px;
  }

  #f_nav,
  #f_icon,
  #f_logo,
  .f_btn{
    clear:both;
    float:none;
    margin:0 auto;
  }
  #f_icon,
  #f_logo{float:none;}

  #f_icon,
  #f_logo{
    margin:0 0 10px;
    text-align:center;
  }
  #f_icon li,
  #f_logo div{
    display:inline;
    float:none;
    margin:0 0 10px ;
    text-align:center;
  }
  #f_logo div.insta{
    display: block;
  }

  #f_icon{
    margin:30px 0;
  }
  #f_logo{
    clear:both;
    float:none;
  }
  #f_logo div img{vertical-align: bottom;}

  .copyright{text-align:center;}

/* SP対応
--------------------------------------------------------------*/
  .sp_img img{
    height:auto;
    width:100%;
  }
  .pc {display: none;}
  .sp {display: block;}

}