#modal-content{
	width:50%;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
}
.modal-content{
	height: 95%;
}
.modal-dialog {
	height: 100%;
}
.modal-p{
	margin-top:1em;
}
.modal-p:first-child{
	margin-top:0;
}
.button-link{
	color:#00f;
	text-decoration:underline;
} 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}
.btn-info {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #fff;
	border: 4px solid #5097cb;
	color: #1a5f91;
	font-weight: bold;
}
.btn-info:hover {
	background-color: #1a5f91;
	color: #fff;
}
.btn-lg {
    padding: 10px 5px;
	border-radius: 0;
}
.modal-dialog h3 {
	font-weight: bold;
}
.modal-title {
	position: relative;	
}
.modal-title:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	border: solid 1px #999;
    background-color: #fff;
}
.modal-title:after {
    content: '\002713';
    display: block;
    position: absolute;
    font-size: 0.65em;
	color: #333;
    top: 47%;
    left: -1px;
}
.modal-dialog p {
	margin: 0;
    padding: 0;
}
.modal-dialog .hr1 {
	border: 2px solid #52a0a7;
	width: 120%;
	margin: 5px auto 5px -2.5em;
}
.modal-dialog .hr2 {
	border: 1px dashed #aaa;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.modal-header {
    border-bottom: none;
	margin: 0 auto;
	padding-left: 5em;
	padding-right: 5em;
	padding-bottom: 0;
}
.modal-body {
	text-align: left;
    padding: 0 5em 15px 5em;
}
.modal-body h3 {
	text-align: center;
}
.modal-footer {
	border-top: none;
	padding-top: 0;
}
.checkbox input {
	margin-top: 8px;
}


/*クリックして中身を表示非表示　ここから*/
.hidden_box {
    margin: 0.5em auto 0 auto;/*前後の余白*/
    padding: 0;
	width: 90%;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 5px 25px 5px 5px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
	position: relative;	
}

/*ボタンの下向き矢印*/
.hidden_box label:after {
	position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: 7px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: 180px;
    opacity: 1;
}

/*クリックして中身を表示非表示　ここまで*/

/* tooltip */
.tooltip-inner{
	max-width: 400px!important;
}

/* tooltip ここまで*/

.price input[type="radio"], .price input[type="checkbox"] {
    margin: 0 0 1px 0;
}


#nav2 ul li p {
	display: block;
	padding: 0.5em 1em;
	font-weight: bold;
	color: #FFF;
	background-color:#145E8F;
	border:1px solid #145E8F;
	border-left-width:0px;
}
div.price{
	width: 100%;
	margin: 1em auto;
	padding: 1em;
	background: #eee;
	border: 1px solid #aaa;
	}
#list div.price:nth-child(odd){
	background: #fff;
}
div.product{
	color: #000;
}
div.form hr{
	border: none;
}	
.basket{
	border: none;
	background-color: transparent;
}
.radio_text {
	margin-left: 0.7rem;
}
.checkbox_text {
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 0.5em 1em;
	margin-right: 1em;
	display: inline-table;
}