@charset "utf-8";
/*--------------------
sg Common 
--------------------*/
#container .cf {
overflow: initial;
}
body {
color: #000;
font-size: 18px;
}
.rollAlpha:hover {
opacity: .6;
}
input[type='text'],
input[type='password'],
textarea,
table select {
border-color: #c9c5aa;
font-size: 16px;
}
input[type='text'],
input[type='password'],
textarea {
padding: 6px 10px;
}

/* 打消し */
.frame_outer,
#undercolumun,
#main_column.colnum2,
#main_column.colnum3 {
width: initial;
padding: 0;
margin: 0;
}
#container {
width: 100%;
/*width: 1350px;
margin-left: auto;
margin-right: auto;
position: relative;*/
}
.side_column {
padding: 0;
overflow-x: visible;
overflow-y: visible;
}
#leftcolumn,
#rightcolumn {
width: 250px;
}
#leftcolumn {
z-index: 100;
}
#rightcolumn {
z-index: 100;
}
#sgcontent {
width : 1300px;
margin : 0 auto;
position: relative;
}
html:root #sgcontent {
width : auto;
max-width : 1300px;
}
html:root #leftcolumn,
html:root #rightcolumn {
width : -webki-calc(250 / 1300 * 100%);
width : calc(250 / 1300 * 100%);
}
html:root .sgSideNav,
html:root .sgSideNav li a {
width: 100%;
}
#main_column.colnum3 {
width : -webki-calc(680 / 1300 * 100%);
width : calc(680 / 1300 * 100%);
padding-left: -webki-calc(40 / 1300 * 100%);
padding-right: -webki-calc(46 / 1300 * 100%);
padding-left: calc(40 / 1300 * 100%);
padding-right: calc(46 / 1300 * 100%);
}

div.form_area {
margin-bottom: 0;
}
#main_column.colnum2 {
/*width: 1010px;*/
width: 60%;
}
div#window_area {
margin-left: auto;
margin-right: auto;
width: 700px;
}

h2.title {
padding: 0;
border-top: none;
background-color: inherit;
}
h2.sgTit {
background: url(../img/sg_cart/tit_brd.png) no-repeat center left;
color: #000;
font-size: 22px;
font-weight: bold;
padding-left: 47px;
margin-bottom: 50px;
}

/* 打消し */
a:link {
color: #000;
}
.frame_outer {
margin-top: 50px;
margin-left: auto;
margin-right: auto;
width: inherit;
/*max-width: 1330px;*/
}

/* header */
.sgHeader {
width: 100%;
height: 104px;
border-bottom: 1px solid #dcdad0;
/* position: relative; */
}
.sgHeaderCtr {
width: 1330px;
margin: 0 auto;
}
.sgHeadMenu {
cursor: pointer;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
position: relative;
height: 60px;
max-width: 1330px;
}

.sgHeadMenuToggle {
position: absolute;
top: 24px;
text-align: center;
font-size: 14px;
font-weight: bold;
}
.sgHeadMenuToggle a {
text-decoration: none;
}
.sgHeadMenuToggle li img {
margin-bottom: 5px;
}

.modal {
display: none;
}
.sgHeadMenuBg {
background: #f0efe9;
padding-bottom: 70px;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}
.sgHeadMenuCont {
padding-top: 20px;
margin-left: auto;
margin-right: auto;
width: 970px;
}
.sgHeadMenuContHeader {
border-bottom: 2px solid #000;
padding-bottom: 30px;
margin-bottom: 25px;
position: relative;
width: 970px;
}

.sgHeadMenuClose {
cursor: pointer;
position: absolute;
top: 12px;
text-align: center;
font-size: 14px;
font-weight: bold;
}
.sgHeadMenuClose a {
text-decoration: none;
}
.sgHeadMenuClose li img {
margin-bottom: 5px;
}
.sgHeadMenuLogo {
margin-left: auto;
margin-right: auto;
width: 257px;
}
.sgHeadMenuContTopBtn {
position: absolute;
top: 20px;
right: 20px;
width: 220px;
}
.sgHeadMenuContTopBtn li {
display: inline-block;
padding-left: 15px;
font-size: 14px;
font-weight: bold;
}
.sgHeadMenuContTopBtn li a {
text-decoration: none;
}
.sgHeadMenuContTopBtn li a:link,
.sgHeadMenuContTopBtn li a:visited {
color: #000;
}
.sgHeadMenuContTopBtn li img {
padding-right: 5px;
vertical-align: sub;
}

.sgHeadMenuContListParts {
display: inline-block;
vertical-align: top;
}
.sgHeadMenuContListTit {
border-left: 2px solid #000;
font-size: 18px;
font-weight: bold;
padding-top: 2px;
padding-left: 10px;
padding-bottom: 2px;
margin-bottom: 10px;
}

.sgHeadMenuContListItem {
display: inline-block;
width: 238px;
vertical-align: top;
}
.sgHeadMenuContListItem li {
background: url(../img/sg_common/head_menu_list_arrow.png) no-repeat left center;
padding-left: 20px;
font-size: 15px;
margin-bottom: 14px;
vertical-align: top;
}
.sgHeadMenuContListItem li a:link,
.sgHeadMenuContListItem li a:visited {
color: #000;
text-decoration: none;
}
.sgHeadMenuContListItem li a:hover {
opacity: 0.6;
}
.sgHeadMenuContHr {
border: none;
border-bottom: 1px solid #000;
}

.sgHeadSearch {
position: absolute;
top: 24px;
left: 79px;
}
input[type='text'].sgHeadSearchInput {
border: none;
border-bottom: 2px solid #dcdad0;
font-size: 14px;
padding: 5px;
height: 28px;
}
.sgHeadSearchIcon {
padding-left: 15px;
padding-bottom: 3px;
vertical-align: bottom;
}
.sgHeadLogo {
padding-top: 20px;
margin-bottom: 44px;
text-align: center;
}
.sgHeadFunction {
position: absolute;
top: 0;
right: 0;
border-left: 1px solid #dcdad0;
}
.sgHeadFunctionList li {
border-right: 1px solid #dcdad0;
display: inline-block;
padding-top: 28px;
padding-bottom: 18px;
text-align: center;
vertical-align: top;
width: 94px;
}
.sgHeadFunctionList li img {
margin-bottom: 5px;
}
.sgHeadFunctionList li a {
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
.sgHeadFunctionList li a:link,
.sgHeadFunctionList li a:visited {
color: #000;
}

/* カート　バッチ */
.sgHeadFunLisCart {
position: relative;
z-index: 100;
}
.sgHeadFunLisNumber {
background: #cf2d04;
border-radius: 100%;
color: #fff;
display: inline-block;
font-size: 12px;
padding: 3px 5px;
position: absolute;
top: 5px;
right: 5px;
}


/* footer */
.sgFooter {
margin-top: 100px;
}
.sgFootCont {
background: #e3e1d6;
padding-top: 74px;
}
.sgFootLogo {
position: relative;
text-align: center;
top: 32px;
}
.sgFootContBtn {
margin-bottom: 40px;
text-align: center;
}
.sgFootContBtn li {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
width: 240px;
}
.sgFootMayI {
background: #f0efe9;
padding-top: 50px;
padding-bottom: 73px;
}
.sgFootBalloon {
background: url(../img/sg_common/foot_balloon.png) no-repeat center center;
color: #fff;
position: relative;
padding-top: 27px;
text-align: center;
height: 57px;
top: 30px;
}
.sgFootMayITxt {
font-size: 14px;
text-align: center;
margin-bottom: 70px;
}
.sgFootAdd {
font-size: 15px;
font-weight: bold;
text-align: center;
}
.sgFootAddNumber {
font-size: 42px;
margin-top: 5px;
margin-bottom: 5px;
}
.sgFootAddNumber img {
padding-right: 20px;
vertical-align: middle;
}
.sgFootBusiness {
background: #000;
color: #fff;
font-size: 12px;
padding-top: 30px;
padding-bottom: 20px;
}
.sgFootBusList {
margin-bottom: 28px;
text-align: center;
}
.sgFootBusList li {
border-left: 1px solid #5b5b5b;
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}
.sgFootBusList li a {
color: #fff;
text-decoration: none;
}
.sgFootBusList li a:hover {
text-decoration: underline;
}
.sgCopyright {
font-size: 10px;
text-align: center;
}

.sgPagetop {
position: fixed;
right: 30px;
bottom: 30px;
z-index: 1000;
}

/* content */
.sg3columCont {
margin-left: auto;
margin-right: auto;
width: 730px;
}
.sg3columCont #undercolumn {
width: inherit;
}
.sgPankuzu,
.breadcrumbArea {
font-size: 14px;
margin-bottom: 50px;
width: 120%;
}
#container .breadcrumb {
padding: 0;
margin-left: 0;
margin-right: 0;
box-sizing: border-box;
}
#container .breadcrumb + .breadcrumb {
margin-top: 5px;
}
.sgPankuzu a:link,
.sgPankuzu a:visited,
.breadcrumb a:link,
.breadcrumb a:visited {
color: #000;
text-decoration: none;
}
.sgPankuzu a:hover,
.breadcrumb a:hover {
text-decoration: underline;
}
.sgPankuzu li {
display: inline-block;
}

.sgSampleMore {
border-top: 1px solid #dcdad0;
padding-top: 20px;
margin-top: 30px;
text-align: center;
}
.sgSampleMore li {
text-align: center;
}


/* ブラウザ幅調整 */
@media screen and (min-width:1241px) and (max-width:1350px) {
#main_column.colnum3 {
padding-left: 1.5%;
padding-right: 6.5%;
}
.sgSideCartList li p {
width: 60%;
}
}
@media screen and (max-width:1240px) {

html:root #sgcontent {
width: 1300px;
}
html:root #leftcolumn {
width: 250px;
}
html:root #rightcolumn {
display: none;
}
#main_column.colnum3 {
padding-left: 20px;
width: 730px;
padding-right: 0;
}
}

/* タブレット用 */
@media only screen
 and (max-device-width: 1300px) {
/*body {
overflow-x: hidden;
overflow-y: auto;
}*/
html:root #sgcontent {
width: 1300px;
}
html:root #main_column.colnum3 {
width: 720px;
padding-left: 10px;
padding-right: 10px;
}
html:root #leftcolumn {
width: 250px;
}
html:root #rightcolumn {
width: 295px;
}
}

/* Windowsタブレット　ハック */
@media screen and (min-width: 640px) and (max-width: 1024px) and (orientation: portrait) {
@-ms-viewport { 
width: 640px;
overflow: auto;
}
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
@-ms-viewport {
width: 1024px;
overflow: auto;
}
}

