@charset "utf-8";

/* =========================================================
 SmileForm カラーテーマ設定（ブルー）
 Copyright(c) andus Inc.
========================================================= */

#logo a { background: url(../../img/pc/logo-blue.png) no-repeat }

.section,
.section_a,
.section_b,
.section_c,
.section_d { background-color: #ddedff }

.h_section {
	background-color: #5791cc;
	background: -webkit-linear-gradient(top, #66a7ee 0%, #71b4fe 1%, #5791cc 100%);
	background: -moz-linear-gradient(top, #66a7ee 0%, #71b4fe 1%, #5791cc 100%);
	background: linear-gradient(top, #66a7ee 0%, #71b4fe 1%, #5791cc 100%);
}

h3,
.h_section_in,
.table_login th,
.table_form th,
.table_list th,
.table_cart thead th,
.table_cart tfoot td,
#table_mail th,
#privacy_check,
.p_arrow_bottom,
.bold { color: #205dce }

.c_section .btn_wrapper,
.c_section-npb .btn_wrapper { background-color: #eceef3 }

.table_form th,
.table_list th,
#table_mail th {
	background-color: #8cc2ff;
	background: -webkit-linear-gradient(top, #8cc2ff 0%, #7bb6f8 100%);
	background: -moz-linear-gradient(top, #8cc2ff 0%, #7bb6f8 100%);
	background: linear-gradient(top, #8cc2ff 0%, #7bb6f8 100%);
}

.table_login td,
.table_list td {
	background-color: #e5f4ff;
	background: -webkit-linear-gradient(top, #e5f4ff 0%, #d1e7fa 100%);
	background: -moz-linear-gradient(top, #e5f4ff 0%, #d1e7fa 100%);
	background: linear-gradient(top, #e5f4ff 0%, #d1e7fa 100%);
}

.table_cart tfoot td { background-color: #bccbff }

.p_arrow_bottom { background: url(../../img/pc/arrow_bottom-blue.png) no-repeat left center }

/* 商品条件設定用 */
#enq{
    margin:10px auto 15px auto;
    padding:17px 20px;
    background:#ddedff;
    border:3px solid #8cc2ff;
    text-align:left;
}


/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
