﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #F4FAFE;
    font-size: 12px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#menu li a:hover {
    background-color: #0D559D; /*リンクにマウスが乗ったら背景色を変更する*/
}

#menu li {
    border-left-style: solid;
    border-left-width: thin;
    border-left-color: #AED3EE;
}

.memu_li {
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #AED3EE;
}

header {
    position: relative;
    width: 100%;
    background-color: #007ACC;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 600px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/* original*/
table, th, td {
    border-collapse: collapse;
    border: 1px solid #E7EAED;
    line-height: 1.5;
}

table.type01 th {
    width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
    background: #F1F3F4;
    color: #294865;
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.5;
}

table.type01 td {
    width: 350px;
	padding: 10px;
	vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.5;
}

table.type02 th {
    width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
    background: #F1F3F4;
    color: #294865;
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.5;
}

table.type02 td {
    width: 350px;
	padding: 10px;
	vertical-align: middle;
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.5;
    background: #FFF;
}

table.type06 th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    background: #F1F3F4;
    color: #294865;
    border-color: #FFF;
}

table.type06 td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
}

table.type07 th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    background: #F1F3F4;
    color: #294865;
    border-color: #FFF;
}

table.type07 td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    background: #FFF;
}

table.type_yahoo th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    background: #FF0033;
    color: #294865;
    border-color: #FFF;
}

table.type_yahoo td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
}

table.result th {
	width: 110px;
	padding: 5px;
	vertical-align: middle;
    text-align: left;
	background: #f3f3f5;
	color: #000000;
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.5;
}

table.result td {
	width: 200px;
	padding: 5px;
	vertical-align: middle;
	background: #FFFFFF;
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.5;
}

.tdclass1 {
    width: 150px;
    border: none;
    padding-bottom: 10px;
}

.tdclass2 {
    width: 600px;
    border: none;
    padding-bottom: 10px;
}

.tyuuki {
    color: #ff6a00;
}

/* ボタンデザイン */
.btn-primary {
    color: #FFF;
    background-color: #24ACF2;
    border-color: #2e6da4;
}

.btn-primary2 {
    color: #fff;
    background-color: #A7AAAE;
    border-color: #2e6da4;
}

.btn-primary3 {
    color: #000;
    background-color: #E7EAED;
    border-color: #2e6da4;
    height: 30px;
}

.btn-primary4 {
    color: #FFF;
    background-color: #D32F2F;
    border-color: #D32F2F;
}

.btn-primary4:hover {
    color: #F9E2E2;
    background-color: #CF1B22;
    border-color: #CF1B22;
}

.btn-primary4:focus {
    background-color: #CF1B22;
    border-color: #CF1B22;
}

.btn {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* テキストボックスデザイン */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
    padding: 0.5em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    height: 30px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
texture:focus {
    box-shadow: 0 0 3px #3498db;
    border: 1px solid #3498db;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("loading.gif") center center no-repeat;
}

/* チェックボックスデザイン */
.chkbox input[type=checkbox] {
    width: 10px;
    height: 10px;
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 32px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	display: inline-flex;
	vertical-align: middle;
}

.search {
    width: 100%;
    padding: 3px;
    margin-left: 0px;
    vertical-align: middle;
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
    border-radius: 4px;
    background-color: #FFFFFF;
}

.loginArea {
    width: 600px;
    padding: 20px;
    margin-left: 0px;
    vertical-align: middle;
    border-collapse: collapse;
    border: 1px solid #FFFFFF;
    line-height: 1.5;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin: 0 auto;
}

.cp_ipselect {
	overflow: hidden;
	width: 90%;
	text-align: center;
}

.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.cp_ipselect select::-ms-expand {
	display: none;
}

.cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
    height: 30px;
    width: 310px;
}

.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

.cp_ipselect.cp_sl01:after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: '';
    border-left: 1px solid #bbbbbb;
}

.cp_ipselect.cp_sl01 select {
    padding: 4px 3px 8px 8px;
    color: #666666;
}

.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
	height: 30px;
	width: 120px;
}

.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}

.cp_ipselect.cp_sl02 select {
	padding: 4px 3px 8px 8px;
	color: #666666;
}

.cp_ipselect.cp_sl03 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
	height: 30px;
	width: 180px;
}

.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.cp_ipselect.cp_sl03:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}

.cp_ipselect.cp_sl03 select {
	padding: 4px 3px 8px 8px;
	color: #666666;
}

.cp_ipselect.cp_sl04 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
	height: 30px;
	width: 90px;
}

.cp_ipselect.cp_sl04::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.cp_ipselect.cp_sl04:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}

.cp_ipselect.cp_sl04 select {
	padding: 4px 3px 8px 8px;
	color: #666666;
}

.cp_ipselect.cp_sl05 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
	height: 30px;
	width: 110px;
}

.cp_ipselect.cp_sl05::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.cp_ipselect.cp_sl05:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}

.cp_ipselect.cp_sl05 select {
	padding: 4px 3px 8px 8px;
	color: #666666;
}

.message-panel {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
}

.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_actab label {
    font-weight: bold;
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    cursor: pointer;
    margin: 0 0 1px 0;
    background: #da3c41;
}

.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #333333;
    background: #f1c6c6;
}

.cp_actab .cp_actab-content p {
    margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
    max-height: 20em;
}
/* Icon */
.cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}

.cp_actab input[type=checkbox] + label::after {
    content: '+';
}

.cp_actab input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}

.box {
    padding: 3px 3px 3px 3px;
    margin-right: 5px;
    color: #F8F8F8;
    border-style: solid;
    border-width: 1px;
    border-color: #CB6407;
    border-radius: 4px;
    background: #FF851B; /*背景色*/
}

.box p {
    margin: 0;
    padding: 0;
}

.box1 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #2c2c2f;
    border-style: solid;
    border-width: 1px;
    border-color: #CA800F;
    border-radius: 4px;
    background: #FEBD69; /*背景色*/
}

.box1 p {
    margin: 0;
    padding: 0;
}

.box2 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #F8F8F8;
    border-style: solid;
    border-width: 1px;
    border-color: #BB0006;
    border-radius: 4px;
    background: #BF0000; /*背景色*/
}

.box2 p {
    margin: 0;
    padding: 0;
}

/*.box2 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #F8F8F8;
    border-style: solid;
    border-width: 1px;
    border-color: #00A2D9;
    border-radius: 4px;
    background: #00A2D9;*/ /*背景色*/
/*}

.box2 p {
    margin: 0;
    padding: 0;
}*/

.box3 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 4px;
    background: #000; /*背景色*/
    font-size:small;
    height:26px;
}

.box3 p {
    margin: 0;
    padding: 0;
}

.box4 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #F8F8F8;
    border-style: solid;
    border-width: 1px;
    border-color: #3C8DBC;
    border-radius: 4px;
    background: #3C8DBC; /*背景色*/
}

.box4 p {
    margin: 0;
    padding: 0;
}

.box5 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #F8F8F8;
    border-style: solid;
    border-width: 1px;
    border-color: #00BDC3;
    border-radius: 4px;
    background: #00C0EF; /*背景色*/
}

.box5 p {
    margin: 0;
    padding: 0;
}

.box6 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #000;
    border-style: solid;
    border-width: 1px;
    border-color: #939393;
    border-radius: 4px;
    background: #F4F4F4; /*背景色*/
}

.box6 p {
    margin: 0;
    padding: 0;
}

.box7 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #100779;
    border-radius: 4px;
    background: #0E385D; /*背景色*/
}

.box7 p {
    margin: 0;
    padding: 0;
}

.box8 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #0A81D2;
    border-radius: 4px;
    background: #0A81D2; /*背景色*/
}

.box8 p {
    margin: 0;
    padding: 0;
}

.box_amazon {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #008296;
    border-radius: 4px;
    background: #008296; /*背景色*/
}

.padding p {
    margin: 0;
    padding: 0;
}

.box_rakuten_1 p {
    margin: 0;
    padding: 0;
}

.box_rakuten_2 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #F8F8F8;
    border-style: solid;
    border-width: 1px;
    border-color: #BF0000;
    border-radius: 4px;
    background: #BF0000; /*背景色*/
}

.box_yahoo_1 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #FF901A;
    border-radius: 4px;
    background: #FF901A; /*背景色*/
}

.box_yahoo_1 p {
    margin: 0;
    padding: 0;
}

.box_yahoo_2 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #F8F8F8;
    border-style: solid;
    border-width: 1px;
    border-color: #FF0033;
    border-radius: 4px;
    background: #FF0033; /*背景色*/
}

.box_wowma_1 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #EB5405;
    border-radius: 4px;
    background: #EB5405; /*背景色*/
}

.box_wowma_1 p {
    margin: 0;
    padding: 0;
}

.box_wowma_2 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #F8F8F8;
    border-style: solid;
    border-width: 1px;
    border-color: #EB5405;
    border-radius: 4px;
    background: #EB5405; /*背景色*/
}

.box_qoo10_1 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #ED313E;
    border-radius: 4px;
    background: #ED313E; /*背景色*/
}

.box_qoo10_1 p {
    margin: 0;
    padding: 0;
}

.box_qoo10_2 {
    padding: 4px 4px 4px 4px;
    margin-right: 5px;
    color: #F8F8F8;
    border-style: solid;
    border-width: 1px;
    border-color: #527FEF;
    border-radius: 4px;
    background: #527FEF; /*背景色*/
}

.box_qoo10_2 p {
    margin: 0;
    padding: 0;
}

.box_filter {
    padding: 2px 4px 2px 4px;
    color: #263238;
    background-color: #E8F5E9; /*背景色*/
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
}

.gnav {
    display: flex;
    height: 51px;
    margin: 0 auto;
    width: 1000px;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 200px;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    background: #BF0000;
    border-right: 1px solid #eee;
    color: #fff;
    display: block;
    height: 51px;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

/*子階層以降共通*/
.gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.gnav li li a {
    border-top: 1px solid #eee;
}
.gnav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
}