@charset "utf-8";
/* CSS Document */
/*
========================================
【変更履歴】
目次作成 (2017/10/5)
========================================
*/
/*
========================================
目次
1.base setting
    1-1.remodel setting
========================================
*/

/*
========================================
1.base setting
========================================
*/
.int_box {
    font-size: 16px;
}
.top_img_area{
	float: left;
    margin:0 5px 10px;
    width:750px;
}
.top_img_area h1{
	height: 850px;
    float:left;
}
.top_img_area h1 :hover {
    opacity: 0.9;
}
.top_img_area p {
	font-size: 90%;
	color: red;
	width: 620px;
	margin: auto 65px;
	text-align: center;
}
.top_img_area ul {
    background:#060;
    color:#fff;
    float: left;
    font-weight:bold;
    margin-bottom: 10px; 
	text-align:left;
	padding-bottom:1em;
    padding-top:1em;
	width: 750px;
}
.top_img_area li::before {
    background-color: #fff;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
    width: 10px;
}
.top_img_area li{
    line-height: 2em
}
.shop_list{
	float: left;
    height:auto;
    margin-bottom:50px;
	width:760px;
}
.shop_list h2{
	font-size:110%;
	font-weight:bold;
	float:left;
	width: 100%;
    margin:0 auto 10px 7.5px;
    text-align:left;
}
.shop_list h2::before{
	background: #333;
    content:"";
    display: inline-block;
    height: 15px;
    margin-right: 3px;
    width: 10px;
}
.shop_list p {
	margin:0 auto 10px 7.5px;
	font-size: 90%;
}
.shop_list ul{
	float:left;
    padding-left:10px;
	padding-right:10px;
    text-align:left;
    width: 740px;
}
.shop_list ul:hover {
    background-color: #DEF1E6;
}
.shop_list ul li{
	float:left;
    font-size: 85%;
    line-height: 2em;
    width: 50%;
}
li.first-point::before {
	border: solid 6px transparent;
    border-left: 6px #f63 solid;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
}
.list_nothing {
	text-align: center; 
	color: #888; 
	font-size: 16px; 
	background: #eee; 
	padding-top: 10px;
	padding-bottom: 10px;
}

/*1-1.remodel setting*/
.button_typeA{
	border-radius: 5px;
    border: solid 2px #f63;
    color: #F63 !important;
    display: block;
    float: left;
	font-weight: bold;
    margin: 10px 220px 20px;
    padding: 8px 0;
    text-align: center;
    width: 310px;
}
.button_typeA:hover {
    background: #f63;
    color: #fff !important;
}

.button_typeB{
	border-radius: 5px;
    border: solid 2px #333;
    color: #333 !important;
    display: block;
    float: left;
	font-weight: bold;
    margin: 40px 120px 30px;
    padding: 8px 0;
    text-align: center;
    width: 510px;
	font-size: 18px;
}
.button_typeB:hover {
    background: #333;
    color: #fff !important;
}