@charset "utf-8";
@import url(navi_bridal.css);
@import url(../default.css);

body{
    background-color:#f6f2e9;
    color: #411b03;
    background-image : url(img/bg.jpg);
}


#header{
    background-color:#2c030b;
}

#footer{
    background-color:#5d5300;
}
#footer a{
    color: #ffffff;
}

.left_menu{
	background-color: #fff9e4;
} /* スマホ時の一番下のＳＮＳリンク背景 */
.right_main{
	background-color:#ffffff;
}

#order_button{
    background-color: #2c030b;
}

@media all and (max-width : 600px) {
    #order_button{
	 /* スマホ時はヘッダーの位置固定 */
        background-color: #ffffff;
    }
}



/************ ブライダル専門店用 ************/
/* タイトル見出しを専用に色変更だけする */
/*
.title1 {
    color: #b3844c;
    background-color: #eae3c6;
}
*/
.title2{
    color: #483f0b;
    background-color: #d8d0b8;
    border-left: solid 10px #500000;
}
.title3{
    color: #500000;
    border-bottom: solid 5px #500000;
}

hr.style1{
  border: 0;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #ada281, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #ada281, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #ada281, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #ada281, #f0f0f0);
}



.title_plan1a{
    color: #763b00;
    border-bottom: double 5px #763b00;
    font-weight: bold;
    font-size:1.2em;
    margin-bottom: 10px;
}
.box_plan1a{
    background: #ffc993;
    box-shadow: 0px 0px 0px 10px #ffc993;
    border: dashed 2px white;
    padding: 10px;
    margin: 10px;
}

.title_plan1b{
    color: #76003b;
    border-bottom: double 5px #76003b;
    font-weight: bold;
    font-size:1.2em;
    margin-bottom: 10px;
}
.box_plan1b{
    background: #ff93c9;
    box-shadow: 0px 0px 0px 10px #ff93c9;
    border: dashed 2px white;
    padding: 10px;
    margin: 10px;
}

.title_plan1c{
    color: #3c0079;
    border-bottom: double 5px #3c0079;
    font-weight: bold;
    font-size:1.2em;
    margin-bottom: 10px;
}
.box_plan1c{
    background: #c993ff;
    box-shadow: 0px 0px 0px 10px #c993ff;
    border: dashed 2px white;
    padding: 10px;
    margin: 10px;
}



.title_plan2a{
    color: #003e7c;
    border-bottom: double 5px #003e7c;
    font-weight: bold;
    font-size:1.2em;
    margin-bottom: 10px;
}
.box_plan2a{
    background: #93c9ff;
    box-shadow: 0px 0px 0px 10px #93c9ff;

    border: dashed 2px white;
    padding: 10px;
    margin: 10px;
}

.title_plan2b{
    color: #007138;
    border-bottom: double 5px #007138;
    font-weight: bold;
    font-size:1.2em;
    margin-bottom: 10px;
}
.box_plan2b{
    background: #93ffc9;
    box-shadow: 0px 0px 0px 10px #93ffc9;
    border: dashed 2px white;
    padding: 10px;
    margin: 10px;
}

.title_plan2c{
    color: #336500;
    border-bottom: double 5px #336500;
    font-weight: bold;
    font-size:1.2em;
    margin-bottom: 10px;
}
.box_plan2c{
    background: #c9ff93;
    box-shadow: 0px 0px 0px 10px #c9ff93;
    border: dashed 2px white;
    padding: 10px;
    margin: 10px;
}

/*****************************************/