@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 90%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color : #000000; /* 標準文字色 */
    min-width: 1100px;

	  -webkit-text-size-adjust: 100%;


}

/* ---------------------------------------- レイアウトに関する指定 */
html {
  overflow-y:scroll;
}

#wrapper {
  text-align: left;
  margin: 3px auto 0 auto;
  width: 100%;
  background-image: url(img/back.png);
  background-repeat: repeat-y;
  background-position:center;
  padding: 0px 0px 0px 0px;
}

#wrapper2 {
  text-align: left;
  margin: 0 auto;
    width: 980px;
  padding: 0px 0px 30px 0px;
}

#header {
  padding: 0px 30px 10px 10px;
  margin: 0 auto;
  background-image: url(img/back-h.png);
  background-repeat: no-repeat;
}

#globalnavi {
padding: 5px 0px 5px 0px;
  width: 960px;
  height: 60px;
  margin: 0 auto;
}

#globalnavi2 {
display: none;
}

#container {
  float: left;
  width: 670px;
}

#contents {
  float: right;
  width: 440px;
   padding: 5px 5px 20px 5px;
}

#contents2 {
  float: left;
  width: 680px;
  padding: 5px 5px 5px 5px;
}

#left-sidebar {
  float: left;
  width: 210px;
  padding: 5px 5px 5px 0px;
}

#right-sidebar {
  float: right;
  background-color: #DFF5FF;
  width: 250px;
  padding: 5px 5px 5px 5px;
}

#footer {
  width: 100%;
  background-color: #D0E5FE;
  color: #4242FF;
  clear: both;
  padding: 0.5em 0 1em;
}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
  margin-top: 5px;
  padding: 10px
}

h2{
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  margin-top: 5px;
  padding: 10px
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
 
  color: #ff0000;
}

ul{
list-style:none;
}

/* -- 概要 -- */
.description { }

/* ---------------------------------------- #globalnaviの指定 */



/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 5px 0 5px 5px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 5px; }

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 5px;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 160px;
  padding: 5px 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }

table.company {
    width: 500px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
    
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #9B5405;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #9B5405;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}
li{

     padding-top : 1px;
     padding-bottom : 1px;

}
/* ---------------------------------------- #divの指定 */
div#q{
     text-indent : -1.5em;
     padding-top : 10px;
     padding-left : 40px;
     font-weight:700;
     font-size: 120%;
	 text-align : left;
}

div#q2{
    padding-top : 10px;
     padding-left : 10px;
     font-weight:700;
}
div#a{
     padding-top : 5px;
     padding-left : 45px;
     padding-bottom : 15px;
	 padding-right : 15px;
	 text-align : left;
}
div#a2{
    padding-top : 5px;
     padding-left : 10px;
     padding-bottom : 5px;
     font-weight:400;
}
div#e{
     text-indent : -1.0em;
     padding-top : 5px;
     padding-left : 20px;
     padding-bottom : 5px;
	 text-align : left;
}
div#a a{
     text-align : right;
     color : black;
     text-decoration : none;
}
div#i{
     padding-top : 10px;
     padding-left : 10px;
	 text-align : left;
     }

div#staff{	 
    text-align : left;
    padding : 15px 40px 20px 40px;
}
.left {
     float: left;
     margin-left:0px;
     margin-right:15px;
}
.right {
    float: right;
    margin-left:15px;
    margin-right:0px;
}
div#sp{	 
    display: none;
}
div#bar{	 
    background-image: url(img/bar00.gif);
}
div#home{	 
    background-image: url(img/home00.png);
	background-position: center;
}
div#dokko{	 
    background-image: url(img/bar000.gif);
	background-position: center;
}
div#admin{	 
    position: absolute;
}
/* ---------------------------------------- #page-top */
#page-top{
	position: fixed;
	bottom: 30px;
	right: 10px;
	font-size: 77%;
}
#page-top a{
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover{
	text-decoration: none;
	background: #999;
}

table.price{
    width: 500px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 1px 0;
    font-size: 15px;
}
table.price th,
table.price td{
    padding: 10px;
}
table.price th{
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset;
    border-radius: 5px 5px 10px 10px;
    background: #88b7d5;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 10px;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 15px;
}
 
table.price th.c1{
    background: rgb(162,206,26); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(97,174,36,1) 1%, rgba(86,155,32,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(97,174,36,1)), color-stop(100%,rgba(86,155,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(186,155,32,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(97,174,36,1) 1%,rgba(86,155,32,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ae24', endColorstr='#569b20',GradientType=0 ); /* IE6-9 */
}
 
table.price th.c2{
    background: rgb(237,73,147); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(204,20,69,1) 1%, rgba(182,17,61,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(204,20,69,1)), color-stop(100%,rgba(182,17,61,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(204,20,69,1) 1%,rgba(182,17,61,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1445', endColorstr='#b6113d',GradientType=0 ); /* IE6-9 */
}
 
table.price th.c3{
    background: rgb(29,140,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(17,63,140,1) 1%, rgba(15,56,125,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(17,63,140,1)), color-stop(100%,rgba(15,56,125,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(17,63,140,1) 1%,rgba(15,56,125,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113f8c', endColorstr='#0f387d',GradientType=0 ); /* IE6-9 */
}
 
table.price th:after{
    top: 69px;
    left: 5px;
    content: &quot;&quot;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 78px solid transparent;
}
/* firefox */
@-moz-document url-prefix() {
    table.price th {
        text-indent: 10px;
    }
    table.price th::after {
        padding: 0;
        top: 60px;
        left: 0;
        content: &quot;&quot;;
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 50px solid transparent;
        border-top: #B7D567 15px solid;
    }
}
table.price th.c1:after{
    border-top: #E7D1BB 15px solid;
}
table.price th.c2:after{
    border-top: #E3C49F 15px solid;
}
table.price th.c3:after{
    border-top: #D3B08A 15px solid;
}
 
table.price td{
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
    text-align: center;
    padding-top: 15px;
    border: none;
    height: 10px;
}
 
table.price tr:nth-child(2n+1) td.c1{
    background: #F1E1D0;
}
table.price tr:nth-child(2n+0) td.c1{
    background: #FCF3E8;
}
 
table.price tr:nth-child(2n+1) td.c2{
    background: #EFD8BD;
}
table.price tr:nth-child(2n+0) td.c2{
    background: #F1E1D0;
}
 
table.price tr:nth-child(2n+1) td.c3{
    background: #DCBE9D;
}
table.price tr:nth-child(2n+0) td.c3{
    background: #EFD8BD;
}
 
 
table.price tr:last-child td{
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
 
table.price tr:last-child td button{
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #ffaa22;
    padding:9px 18px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background:-ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
    background-color:#ffec64;
    color:#333333;
    display:inline-block;
    text-shadow:1px 1px 0px #ffee66;
    -webkit-box-shadow:inset 1px 1px 0px 0px #fff6af;
    -moz-box-shadow:inset 1px 1px 0px 0px #fff6af;
    box-shadow:inset 1px 1px 0px 0px #fff6af;
}
table.price tr:last-child td button:hover{
    background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
    background:-ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
    background-color:#ffab23;
}
table.price tr:last-child td button{
    position:relative;
    top:1px;
}

