/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

/***********************************************/
/***** common **********************************/
/***********************************************/
html {
	background-color: #FCF4EF;
}

html,body {
	font-family:"ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	height: 100%;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　/*IE8のみ適用*/
}

h1 {
	font-size: 22px;
	/*#F7911E*/
	/*border: 1px solid #f5683a;*/
	/*border-bottom: 1px solid #f5683a;*/
	border-left: 9px solid #f5683a;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

h2 {
	font-size: 18px;
	background-color: #FCD5AA;
	/*background-color: #d2b48c;*/
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top:5px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}

h4 {
	font-size: 14px;
	margin-top:5px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}

h5 {
	font-size: 16px;
	margin-top:5px;
	padding-top: 5px;
	padding-bottom: 2px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

b {
	font-weight: bold;
}



input[type=text] {
	width: 100%;
	box-sizing: border-box;
}

input[type=text] readonly {
	background-color: #f5f5f5;
}
/*
.readOnly {
	background-color: #f5f5f5;
}
*/

input[type=password] {
	width: 100%;
	box-sizing: border-box;
}

.button a {
	width: 180px;
	background-color:#f7921e;
	border:2px solid #d67a1e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	font-weight: bold;
	padding:10px 0px;
	margin:10px auto;
	text-align: center;
	text-decoration:none;
}
.button a:hover {
	background-color:#f5a720;
}
.button a:active {
	position:relative;
	top:1px;
}

.submit-button input {
	width: 180px;
	background-color:#f7921e;
	border:2px solid #d67a1e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:16px;
	font-weight: bold;
	padding:12px 0px;
	margin:10px auto;
	text-align: center;
	text-decoration:none;
}
.submit-button input:hover {
	background-color:#f5a720;
}
.submit-button input:active {
	position:relative;
	top:1px;
}

.button-small a {
	width: 65px;
	background-color:#f7921e;
	border:1px solid #d67a1e;
	display:block;
	cursor:pointer;
	color:#ffffff;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
	padding:5px 5px;
	margin:10px auto;
}
.button-small a:hover {
	background-color:#f5a720;
}
.button-small a:active {
	position:relative;
	top:1px;
}

.button-header-service a {
	background-color:#2d7941;
	border:2px solid #396e47;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	font-weight: bold;
	padding:20px 4px;
	text-decoration:none;
}
.button-header-service a:hover {
	background-color:#328a48;
}
.button-header-service a:active {
	position:relative;
	top:1px;
}

.button-header-order a {
	background-color:#8c2539;
	border:2px solid #802136;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	font-weight: bold;
	padding:20px 18px;
	text-decoration:none;
}
.button-header-order a:hover {
	background-color:#a82b46;
}
.button-header-order a:active {
	position:relative;
	top:1px;
}

.button-header-mypage a {
	background-color:#185b8e;
	border:2px solid #134970;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	font-weight: bold;
	padding:20px 8px;
	text-decoration:none;
}
.button-header-mypage a:hover {
	background-color:#1c71ad;
}
.button-header-mypage a:active {
	position:relative;
	top:1px;
}

.button-header-logout a {
	width: 75px;
	background-color:#185b8e;
	border:1px solid #134970;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	padding:1px 0px;
	text-decoration:none;
}
.button-header-logout a:hover {
	background-color:#1c71ad;
}
.button-header-logout a:active {
	position:relative;
	top:1px;
}

.required-mark {
	font-size: 10px;
	color: #ff0000;
}

.box {
	overflow: hidden;
	font-size: 13px;
	border: 1px solid #F7911E;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.box-message {
	overflow: hidden;
	font-size: 14px;
	color:red;
	border: 1px solid red;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.error {
	font-size: 13px;
	color:red;
	margin-top: 2px;
}

.box table {
	width: 100%;
	border: 1px #000000 solid;
	border-collapse: collapse;
}

.box th, .box td {
	padding: 6px;
	border: 1px #808080 solid;
	vertical-align: middle;
}

.box p {
	padding-top: 10px;
	/*text-align: center;*/
}

.box-borderless {
	overflow: hidden;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.box-borderless table {
	width: 100%;
	border: 1px #000000 solid;
	border-collapse: collapse;
}

.box-borderless th, .box-borderless td {
	padding: 6px;
	border: 1px #808080 solid;
	vertical-align: middle;
}

.box-borderless p {
	padding-top: 10px;
	text-align: center;
}

.item-name th {
	width: 30%;
}

.item-input td {
	width: 70%;
}

.anchor-style a {
	color: #4E7E7E;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 15px;
}

.div-table {
	display: table;
	max-width: 100%;
	padding: 5px 0px;
}

.div-table span {
	display: table-cell;
	padding: 3px;
}

.div-table-logo {
	display: table;
	width: 400px;
	margin: 0 auto 0 0;
	padding: 5px 0px;
}

.div-table-logo span {
	display: table-cell;
	padding: 3px 0px;
}

.div-table-menu {
	display: table;
	width: 350px;
	padding: 5px 0px;
}

.div-table-menu-btn {
	display: table;
	width: 350px;
	padding: 5px 0px;
	margin-left: auto;
	margin-right: auto;
}

.div-table-menu span {
	display: table-cell;
	padding: 3px 1px;
}

.div-table-menu-btn span {
	display: table-cell;
	padding: 3px 1px;
}

.table-width-25 {
	width: 25%;
}

.table-width-55 {
	width: 55%;
}

.table-width-20 {
	width: 20%;
}

.table-width-35 {
	width: 35%;
}

.table-width-65 {
	width: 65%;
}

.table-max-width {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.fixed-size img {
	max-width: 40px;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.margin-lr-auto {
	margin-left: auto;
	margin-right: auto;
}

.vertical-centering-img {
	vertical-align: text-top;
}

td.table-border-trb-hidden {
	border-top-style: hidden;
	border-right-style: hidden;
	border-bottom-style: hidden;
}

td.table-border-r-hidden {
	border-right-style: hidden;
}

/***********************************************/
/***** header **********************************/
/***********************************************/
#header {
	background:#FFFFFF;
}

#header-description {
	background: #F4F4F2;
	padding: 3px 5px;
	border-top: 2px solid #F7911E;
	border-bottom: 1px solid #F7911E;
}

#header-logo {
	max-width: 60px;
}

#header-logo-service {
	max-height: 44px;
}

#header-company-name {
	font-size: 18px;
	font-weight: bold;
	padding-left: 18px;
}

.header-button {
	max-height: 75px;
}

#freeDialImg {
	vertical-align: middle;
}

#freeDial {
	color: #F7911E;
	vertical-align: middle;
	padding-right: 5px;
}

#header-account {
	background: #FAEEE7;
	padding: 3px;
	border-top: 1px solid #F7911E;
	border-bottom: 2px solid #F7911E;
}

#header-account-left {
	padding-left: 5px;
	float: left;
}

#header-account-right {
	text-align: right;
	padding-right: 5px;
}

/***********************************************/
/***** main ************************************/
/***********************************************/

#main {
	background-color: #FFFFFF;
	margin: 15px auto 15px auto;
	padding: 15px;
	padding-bottom: 10px;
}

#subTitle-price {
	font-size: 22px;
	/*border: 1px solid #F7911E;*/
	/*border-bottom: 2px solid #F7911E;*/
	border-left:  9px solid #f5683a;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}

#price-box {
	overflow: hidden;
	border: 1px solid #f5683a;/**/
	margin-top: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#truck {
	vertical-align: text-top;
}

#truck-hukidashi {
	font-size: 21px;
	font-weight: bold;
	background: url('../img/haitatsuHukidashi.gif') 0 0 no-repeat;
	background-size: 830px 44px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#table-price {
	margin-top: 10px;
	border-collapse: separate;
	border-spacing: 4px;
}

#table-price-header-even {
	background-color: #FF3333;
	padding: 5px;
	text-align: center;
}

#table-price-header-odd {
	background-color: #EF9F34;
	padding: 5px;
	text-align: center;
}

.table-price-header-title {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
}

.table-price-label-youki {
	background-color: #F3F8F8;
	font-size: 16px;
	padding-left: 10px;
}

.table-price-even-odd {
	background-color: #FFDDDD;
	font-size: 26px;
	font-weight: bold;
	color: #E71B1B;
	text-align: center;
}

.table-price-even-even {
	background-color: #FFEEEE;
	font-size: 26px;
	font-weight: bold;
	color: #E71B1B;
	text-align: center;
}

.table-price-odd-odd {
	background-color: #F8E8DE;
	font-size: 26px;
	font-weight: bold;
	color: #CE7B00;
	text-align: center;
}

.table-price-odd-even {
	background-color: #FCF4EF;
	font-size: 26px;
	font-weight: bold;
	color: #CE7B00;
	text-align: center;
}

.table-price-value {
	vertical-align: middle;
}

.subTitle-information {
	font-size: 22px;
	/*border: 1px solid #40B649;*/
	/*border-bottom: 2px solid #40B649;*/
	border-left: 9px solid #40B649;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-top: 20px;
}

#information-box {
	margin-top: 35px;
}

.information-list {
	border: 1px #BAE7BD solid;
	/*height: 150px;*/
	height: 280px;
	margin-top: 10px;
	padding: 15px 20px 15px 20px;
	overflow-x: hidden;
}

.information-delivery {
	margin-left: 15px;
	padding: 1px 5px;
	background-color: rgba(255, 222, 173, 1);
}

.information-company {
	margin-left: 15px;
	padding: 1px 5px;
	background-color: rgba(64, 182, 73, 0.5);
}

.information-margin {
	margin-left: 15px;
}

.information-text {
	padding-left: 28px;
	padding-bottom: 5px;
}

#subTitle-area {
	font-size: 22px;
	/*border: 1px solid #4E7E7E;*/
	/*border-bottom: 2px solid #4E7E7E;*/
	border-left: 9px solid #4E7E7E;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-top: 35px;
}

#area-box {
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#area-description {
	text-align: left;
	vertical-align: top;
}

#area-map {
	text-align: center;
}

.membership-textarea {
	border: 1px #808080 solid;
	height: 350px;
	padding: 15px;
	overflow-x: hidden;
}
.membership-textarea b {
	display: block;
	font-weight: bold;
	padding: 5px 0 2px 0;
}
.membership-textarea p {
	text-align: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.membership-textarea ol {
	list-style-type: decimal;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 0px;
}

#main div.pagenavbar {
	font-size: 18px;
	background-color: #FCD5AA;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#main ul.pagenav {
	text-align: center;
}

#main ul.pagenav li {
	display: inline;
	margin: 0 2px;
}

#main ul.pagenav li span {
	display: inline-block;
	margin-bottom: 2px;
	padding: 1px 13px;
	text-decoration: none;
	vertical-align: middle;
	color:#ffffff;
	background:#FF3333;
	border:1px solid #d67a1e;
}
#main ul.pagenav li a {
	display: inline-block;
	margin-bottom: 2px;
	padding: 1px 13px;
	text-decoration: none;
	vertical-align: middle;
	color:#ffffff;
	background: #f7921e;
	border:1px solid #d67a1e;
}

#main ul.pagenav li a:hover {
	background-color:#f5a720;
}


#main p {
	margin-left: 15px;
	margin-bottom: 8px;
}
.indent15 {
	margin-left: 15px;
}

#main ol, #main ul {
	margin-left: 20px;
	padding-left: 5px;
	list-style-position: outside;
}
#main ol {
	list-style-type: decimal;
}
#main ul {
	list-style-type: disc;
}

#main li {
	padding-left: 0px;
	padding-bottom: 3px;
}


/***********************************************/
/***** service content main ********************/
/***********************************************/

#qa-content > dl {
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0px 20px;
	margin: 10px 0px 20px;
}

#qa-content > dl > dt {
	margin-bottom: 15px;
	background: url("../img/icon-question.jpg") left top no-repeat;
	padding-left: 32px;
	border: none;
}

#qa-content > dl > dd {
	margin-bottom: 0px;
	background: url("../img/icon-answer.jpg") left top no-repeat;
	padding-left: 32px;
}

/***********************************************/
/***** footer **********************************/
/***********************************************/

#footer {
	background-color: #FFFFFF;
}

#footer-topPageButton {
	border-bottom: 2px solid #4E7E7E;
}

#toTopPageButton {
	vertical-align: bottom;
}

#footer-companyDescription {
	background-color: #4E7E7E;
}

/***********************************************/
/***** footer menu *****************************/
/***********************************************/
.table-ul {
	display: table;
	margin: 3px auto 3px auto;
}

.table-ul li {
	display: table-cell;
	border-right: 1px solid #4E7E7E;
}

.table-ul li:last-child {
	border-right: 0;
}

.table-ul li a {
	text-decoration: none;
	color: #4E7E7E;
	padding: 5px 15px;
}

.table-ul li a:hover {
text-decoration: underline;
}

/***********************************************/
/***** font ************************************/
/***********************************************/
.font-12 {
	font-size: 12px;
}

.font-12b {
	font-size: 12px;
	font-weight: bold;
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-16b {
	font-size: 16px;
	font-weight: bold;
}

.font-18b {
	font-size: 18px;
	font-weight: bold;
}

.font-25b {
	font-size: 25px;
	font-weight: bold;
}

.font-white {
	color: #FFFFFF;
}

.font-footercolor{
	color: #4E7E7E;
}

.font-accent-cancel{
	color: #E52121;
	font-weight: bold;
}

.select-box-deliveryDays {
	background: #fffdf4;
	border: 2px solid #d2ba85;
	border-radius: 4px;
	color: #0c2245;
	font-size: 17px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	width: 214px;
	margin-left: 3px;
	padding-left: 2px;
}
