@charset "UTF-8";

/*===================================================================
PC
===================================================================*/

/* --- 全体 --- */
body {
-webkit-text-size-adjust: 100%;
margin: 0;
padding: 0;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
a {
color: #666;
text-decoration: none;
}
ul {
list-style: none;
padding: 0;
}
#outside {
width: 100%;
height: 100%;
position: relative;
}
#banner_left {
position: absolute;
left: 0;
top: 0;
width: 80px;
height: 100%;
background-color: #00bede;
/* background-image: url(../images/banner/left/shipping_2017.png); */
background-repeat: repeat-y;
}
#banner_right {
position: absolute;
right: 0;
top: 0;
width: 80px;
height: 100%;
background-color: #ff584c;
}
#inside {
width: 1000px;
margin: 0 auto;
}
#column_sub {
float: left;
width: 250px;
}
#column_main {
float: left;
width: 750px;
}
iframe {
vertical-align: bottom;
}
#acces {
width: 0px;
height: 0px;
visibility: hidden;
}
/*-----------------------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------------------*/
.limited {
width: 100%;
height: 50px;
text-align: center;
vertical-align: bottom;
background-color: #f1337c;
}

header {
width: 1000px;
margin: 0 auto;
}

header h1 {
font-size: 14px;
font-weight:100;
height: 110px;
color: #999;
text-align: left;
}

header h1 div {
float: left;
}

header h1 li {
float: right;
margin-left: 8px;
font-size: 10px;
font-weight: normal;
text-align: center;
}

header h1 li img {
width: 47px;
}

header .logo {
margin: 20px 10px 0 5px;
}

#menu {
width: 100%;
height: 44px;
background-color: #80c0c9;
}

#menu ul {
width: 1000px;
margin: 0 auto;
}

#menu li a {
width: 20%;
text-align: center;
padding: 10px 0;
float: left;
color: #fff;
}

#menu li a:hover {
background-color: #16A6B6;
color: #ff0;
}

#menu li a:active {
background-color: #EE6557;
color: #ff0;
}


/*-----------------------------------------------------------------------------------------
Search
-----------------------------------------------------------------------------------------*/
#rstSearch {
clear: both;
overflow: hidden;
margin: 20px 0 0 0;
}
#rstSearch span {
width: 75%;
}
#rstSearch span div {
right: 0px !important;
}
#rstSearch input[type=text] {
border: #666 2px solid;
font-size: 12px;
height: 30px;
width: 80%;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 0;
}
#rstSearchSubmit {
float: right;
width: 20%;
height: 33px;
}
#rstSearchSubmit input[type=submit] {
padding: 0 25px 0 10px;
border: none;
color: #fcfbfd;
background: #666;
font-weight: bold;
font-size: 12px;
width: 100%;
height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 0;
}

#search {
margin: 0;
padding: 12px 0 12px 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
float: right;
clear: both;
}

#search form {
width: 350px;
height: 38px;
border-radius: 10px;
border: 2px solid #80c0c9;
box-sizing: border-box;
overflow: hidden;
background: #80c0c9;
}

#search input {
margin: 0;
padding: 0;
outline: 0;
border: 0;
vertical-align: middle;
}

#search input[name="sitem"] {
border: 0;
outline: 0;
width: 292px;
height: 35px;
padding: 10px;
box-sizing: border-box;
background: #fff;
font-size: 16px;
}

#search input[name="submit"] {
border: 0;
outline: 0;
}

/*-----------------------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------------------*/
footer {
width: 100%;
background-color: #ccc;
margin: 20px 0 0;
clear: both;
}
footer nav ul {
list-style-type: disc;
padding: 10px 0;
}
footer nav ul li {
padding: 10px 10px;
}
footer nav ul li a {
font-size: 16px;
color: #000;
}
.copylight {
font-size: 10px;
text-align: center;
color: #fff;
padding: 10px 0;
margin: 0;
background-color: #80c0c9;
clear: both;
width: 100%;
}

.design h4 {
font-size: 18px;
color: #7e6b5a;
margin: 4% 3% 1%;
}
.design ul {
width: 100%;
text-align: left;
}
.design ul li {
width: 20%;
margin: 1%;
padding: 0;
display: inline-block;
border: 1px #666 solid;
}
.design ul li a {
font-size: 0;
}
.design ul li a img {
width: 100%;
vertical-align: bottom;
}

/* --- PageTopに戻るボタン --- */
#page-top {
position: fixed;
bottom: 10px;
right: 5px;
}
#page-top a {
background: rgba(19,181,177,0.8);
text-decoration: none;
color: #fff;
padding: 10px 20px;
text-align: center;
display: block;
border-radius: 10px;
box-shadow: 0 0 0 2px #fff inset;
font-size: 12px;
line-height: 12px;
}

/* --- サブタイトル --- */
.subtitle .text {
font-size: 18px;
font-weight: bold;
color: #fff;
float: left;
}
.subtitle .more a {
font-size: 12px;
text-align: center;
padding: 5px 10px;
background-color: #eee;
display: block;
float: right;
}

/*サブカラム*/
.column_sub {
}
.column_sub div {
}
.column_sub ul {
margin-bottom: 40px;
}
.column_sub li {
width: 200px;
margin: 10px 0 0 10px;

list-style: none;

font-size: 14px;
}
.calender {
width: 220px;
font-size: 12px;
text-align: center;
}

/*-----------------------------------------------------------------------------------------
TopPage
-----------------------------------------------------------------------------------------*/
.top_banner {
padding: 0 0 20px;
}
.top_diary {
margin: 20px 0 40px;
}

/*===================================================================
SP
===================================================================*/
@media only screen and (max-width: 1200px) {
#banner_left { display: none; }
#banner_right { display: none; }
.spNon { display: none; }
} /* 1200px */
