@charset "Shift_JIS";

main * { font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
.fc_eb5d5d{color:#eb5d5d;}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {
.news{
	width: 100%;
    padding: 10px;
    font-size: 14px;
	box-sizing: border-box;
}
.news span{
	background: #e62d2d;
    color: #fff;
    padding: 0px 5px 2px;
    margin: 0 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
.news p{display: inline-block;}

.iframe_end-content_gadget,
#dirPathBlock,
h1,
.bgGrayArea .contInner02,
.bgWhiteArea .contInner02,
#anchorLinkBlock {
	width: 98%;
	margin: 1%;
	display: block;
	box-sizing: border-box;
}
#newsbox {
	width: 98%;
    display: flex;
    font-size: 14px;
    margin: 1%;
	border: 1px solid #e30034;
    box-sizing: border-box;
}
#newsbox dt {
	width: 27%;
    background: #e30034;
    text-align: center;
    line-height: 2;
    color: #FFF;
    margin-right: 3%;
	align-items: center;
    display: grid;
}
#newsbox dd {
    width: 70%;
    padding-top: 5px;
    font-weight: bold;
}
#title{background: #f4eadb;}
#title dl{display: flex;}
#title dt{
	width: 45%;
	line-height: 0;
}
#title dt img{width: 100%;}
#title dd{
	width: 51%;
    margin: 0 2%;
	padding: 0 0 4px;
    font-size: 10px;
    text-align: center;
    display: grid;
    align-items: center;
}
#title dd .use{
    width: fit-content;
    position: relative;
    margin: auto;
}
#title dd .use:before,
#title dd .use:after{
	position: absolute;
    bottom: 0;
}
#title dd .use:before{
	content: "＼";
    left: -12px;
    right: auto;
}
#title dd .use:after{
	content: "／";
    right: -12px;
    left: auto;
}
#title dd .item{font-size: 11px;}
#title dd strong{
	color: #d6001c;
    font-size: 18px;
	font-weight: bold;
}
#title dd b{font-size: 13px;}

#slight{
	font-size: 16px;
    text-align: center;
    margin: 0 0 25px;
    line-height: 1.6;
}
#slight b.bigfont{font-size: 20px;}

section.coupon,
section.tripa_article{background: #fff;}

/*gray*/
.bgGrayArea{
	overflow:hidden;
}
.cFix li{
	background:#FFF;
	overflow:hidden;
	margin:0 0 15px;
	box-shadow: 1px 2px 2px 1px #C8C8C8;
}
.bgGrayArea .thumb{
	width:50%;
	float:left;
	margin:0 10px 0 0;
}

.bgGrayArea .thumb img{
	width:100%;
	height:auto;
}

/*white*/
.hoverNone li dd span{
	color:#333!important;
}

.bgWhiteArea .cFix li{
	background:#FFFCDB;
	overflow:hidden;
	margin:0 0 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:1px 2px 2px 1px #C8C8C8;
}
.bgWhiteArea .thumb{
	width:50%;
	float:left;
	margin:0 10px 0 0;
}

.bgWhiteArea .thumb img{
	width:100%;
	height:auto;
}

.bgWhiteArea .cFix dl{
	overflow:hidden;
	margin:0;
	padding:0;
}

.bgWhiteArea .cFix dt{
	font-size:0.9rem;
	font-weight:bold;
	margin:10px 0 0 0px;
	padding:0;
}

.bgWhiteArea .cFix dd{
	padding:5px 10px 0 0;
	font-size:0.8rem;
	margin:0;
}

h1{font-size:10px!important}
h2{
	background: #333;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    line-height: 2;
}
h3 {
	font-size: 20px;
    font-weight: bold;
    margin: 15px 0!important;
    color: #000;
    padding: 52px 0 0;
    display: block;
    text-align: center;
    overflow: hidden;
    line-height: 1.2;
}
h3.jrset {
    background: url(../images/ico_jrset.png) no-repeat 50% 0;
    background-size: 100px;
}
h3.airset {
    background: url(../images/ico_airset.png) no-repeat 50% 0;
    background-size: 100px;
}

#dirPathBlock{font-size:10px!important;}
.column2Area{margin:0;}
.contInner02 .column2Area .section {
	width: 98%;
    margin: 5% auto 10%;
}

/*btn*/
.orangeBtn{
	display:block;
	clear:both;
	margin-bottom:10px
}
.orangeBtn a {
	font-size: 14px;
    color: #FFF!important;
    display: block;
    box-shadow: 1px 1px 2px #aaa;
    text-shadow: 2px 2px 2px #555;
    clear: both;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
    padding: 10px 0 12px;
    width: 94%;
    box-sizing: border-box;
    background: #d6001c;
}
.orangeBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:38%;
	right:1%;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.column2Area{
	margin:0;
}

.attentionBox{
	display:block;
	margin:0;
	padding:10px;
}

.attentionBox li{
	background:#FFF!important;
	box-shadow:none!important;
	margin:0 0 10px 0!important;
	padding:0 0 10px 0!important;
	-webkit-border-radius: 0 0 0 0!important;
	border-radius:  0 0 0 0!important;
}

.attentionBox dt{
	font-size:18px;
	font-weight:bold;
	color:#BD0108;
	margin:0 0 10px 0;
}

.attentionBox dd{
	margin:0 0 30px 0;
	padding:0!important;
}

.attentionBox dd li{
	margin:0 0 15px 0;
	padding:0 15px 15px 15px;
	font-size:14px;
	border-bottom:1px dashed #CCC;
}

.attentionBox dd li a{
	color:#0065D6!important;
}

.detailDay{
	display:block;
	margin: 0 0 15px;
	padding: 0;
}

.detailDay li{
	font-size:13px;
	overflow:hidden;
	margin-bottom:5px;
	padding:0;
	background:none!important;
	box-shadow:none!important;
	line-height: 2;
}
.detailDay dl{
	display: flex;
}
.detailDay li dt{
	width: 90px;
    display: grid;
    padding: 0 0 2px;
    margin: 0 5px 5px 0px;
    float: left;
    text-align: center;
    align-items: center;
    background: #333;
    color: #fff;
}
.detailDay li dd{width: calc(100% - 95px);}
p.txtserch {
    clear: both;
    text-align: center;
    font-size: 12px;
    margin: 10px 0 20px;
}

/*coupon*/
.couponWrap{
	width: 100%;
    display: block;
    overflow: hidden;
	margin-bottom: 25px;
	border-bottom: 1px dashed;
}
.couponWrap li{
    background: #d6001c;
    margin: 0 0 5%;
    box-shadow: 2px 2px 8px rgba(5,5,5,0.2);
	position:relative;
}
.couponWrap li *{font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
.couponWrap .end{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.8;
}
.couponWrap .end span{
    color: #FFF;
    font-size: 32px;
    display: block;
    text-align: center;
    padding-top: 80px;
}
.couponWrap dl{
    margin: 5px 5px 3px;
    padding: 5px 0 0;
}
.couponWrap.jrset dl{
    background: #FFF url(../images/ico_jr.png) no-repeat center 10px;
    background-size: 100px;
}
.couponWrap.airset dl{
    background: #FFF url(../images/ico_air.png) no-repeat center 10px;
    background-size: 100px;
}
.couponWrap dl:hover {cursor:pointer;}
.couponWrap dt{
    display: flex;
    align-items: center;
	text-align: center;
	color: #d6001c;
	font-weight: bold;
}
.couponWrap dt small{
	width: 35%;
	font-size: 16px;
	line-height: 1.2;
}
.couponWrap dt strong{
	width: 65%;
	font-size: 45px;
    letter-spacing: -2px;
}
.couponWrap dt strong span {
    font-size: 40px;
    letter-spacing: 0;
}
.couponWrap dd.about_mycoupon {
	display: flex;
    text-align: center;
	margin: 0 5% 10px;
}
.couponWrap .fcf {
	background: #343474;
    width: 52px;
    height: 52px;
    border-radius: 36px;
    color: #FFF;
    line-height: 1.1;
    font-size: 12px;
    display: grid;
    align-items: center;
    margin-right: 50px;
}
.couponWrap .mycoupon {
    font-weight: bold;
    font-size: 30px;
    color: #d6001c;
	display: grid;
    align-items: center;
}
.couponWrap .cpnget{
	padding: 5px 5px 2px;
    background: #d6001c;
}
.couponWrap .cpnget .ico{
	background: #FFF;
    padding: 2px 5px 0;
    border-radius: 10px;
    font-size: 18px;
    color: #d6001c;
    text-align: center;
    font-weight: bold;
    width: 120px;
    display: inline-block;
    box-sizing: border-box;
}
.couponWrap .cpnget a{
	text-align: center;
    width: 140px;
    padding: 2px 0;
    border-radius: 20px;
    margin: 0 auto 0 calc(100% - 260px);
    display: inline-block;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
    position: relative;
}
.couponWrap .cpnget a:before{
	content: "";
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 12px;
    position: absolute;
    top: 2px;
    left: -25px;
}
.couponWrap .cpnget a:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 7px;
    border-color: transparent transparent transparent #d6001c;
    position: absolute;
    top: 6px;
    left: -17px;
}
.couponWrap .cpndetai {
	padding: 0 10px;
    font-size: 12px;
    text-align: center;
    background: #FFF url(../images/im_mycopon4.png) no-repeat 8px;
    background-size: 30px auto;
}
.couponWrap .cpndetai a{
	background: url(../images/im_arrow_close.png) no-repeat 100% 56%;
    background-size: 15px auto;
    display: block;
    padding: 10px 0;
}

.step ul{margin:0 0 20px 0;}
.step li{
	width:100%!important;
	background:#FFF!important;
	box-shadow:none!important;
	margin-top:5px!important;
	padding:0 0 10px 0!important;
	position:relative;
	overflow-scroll:none!important;
	margin:0 0 0 0%!important;
	-webkit-border-radius: 5px 5px 5px 5px!important;
	border-radius: 5px 5px 5px 5px!important;
}
.step li:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	margin-top:-5px; /* 位置を中心に調整 */
	border-width:10px;
	border-style:solid;
	border-color:#666 transparent transparent transparent;
	/*border-left-color:#FFF;  矢印の色 */
	display:block;
	position:absolute;
	bottom:0;
	right:50%;
}
.step li.lastA:after{
	border-color:#FFF transparent transparent transparent!important;
}

.step li img{
	width:100%!important;
	height:auto;
	
}
.contentsBox{
	padding:0;
}
.contentsBox ul li{
	background:url(../images/im_point2.png) no-repeat 0 1px;
	background-size:12px auto;
	padding:0 0 0 20px!important;
	margin:0 0 0 0!important;
	font-size:12px;
	box-shadow:none!important;
}
.contentsBox ul li strong{
	display:block;
	font-weight:bold;
	margin:0 35px 0 0;
}
.contentsBox ul li span{
	display:block;
	overflow:hidden;
}
.attentionBox dd li{
	background:url(../images/im_point.png) no-repeat 0 4px transparent!important;
	background-size:7px auto!important;
	padding:0 0 10px 10px!important;
	margin:0 0 10px 0!important;
	font-size:12px;

}
.opener{
	background: url(../images/im_arrow_close.png) no-repeat #EAEAEA 3% 50%;
    background-size: 14px auto;
    padding: 10px 5px 10px 30px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 3px solid #CCC;
    margin: 0 0 15px 0;
    cursor: pointer;
    text-align: left;
}
.active{
	background:url(../images/im_arrow_over.png) no-repeat #EAEAEA 3% 50%;
	background-size:14px auto;
	padding:10px 5px 10px 30px;
	font-size:14px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom:3px solid #CCC;
	margin:0 0 15px 0;
	cursor:pointer;
}

}

/*760px以上(PC)*/
@media screen and (min-width: 760px),print{
.news{
	width: 970px;
    margin: 0 auto;
    padding: 40px 0 20px;
    font-size: 16px;
}
.news span{
	background: #e62d2d;
    color: #fff;
    padding: 0 10px 3px;
    margin-right: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
.news p{display: inline-block;}

#wrapper main{font-size: 18px;}
.iframe_end-content_gadget,
#dirPathBlock,
h1,
.bgGrayArea .contInner02,
.bgWhiteArea .contInner02,
#anchorLinkBlock {
	width: 100%;
    max-width: 950px;
    min-width: 760px;
    margin: 0 auto 5px;
    box-sizing: border-box;
}
#dirPathBlock,
h1,
#anchorLinkBlock {font-size: 14px;}
#anchorLinkBlock{margin-top:10px;}
p.images img{
	width:250px;
	height:auto!important;
}
#newsbox {
	width: 100%;
    max-width: 950px;
    min-width: 760px;
    display: flex;
    margin: 1% auto;
	border: 1px solid #e30034;
    box-sizing: border-box;
}
#newsbox dt {
	width: 17%;
    background: #e30034;
    text-align: center;
    line-height: 2;
    color: #FFF;
    margin-right: 3%;
}
#newsbox dd {
    width: 80%;
    padding-top: 5px;
    font-weight: bold;
}

#title{background: #f4eadb;}
#title dl{
	max-width: 970px;
    min-width: 760px;
    margin: auto;
	display: flex;
}
#title dt{
    width: 58%;
    line-height: 0;
}
#title dt img{width: 100%;}
#title dd{
	width: auto;
    margin: 0 0 0 1%;
    font-size: 22px;
    text-align: center;
}
#title dd .use{
	width: 395px;
	position:relative;
}
#title dd .use:before,
#title dd .use:after{
    position: absolute;
    bottom: 5px;
    right: 50px;
}
#title dd .use:before{
	content: "＼";
    left: -230px;
}
#title dd .use:after{content: "／";}
#title dd .item{font-size: 30px;}
#title dd strong{
    display: block;
	color: #d6001c;
    font-size: 64px;
	font-weight: bold;
}
#title dd b{font-size: 42px;}

/*#title{
	width: 100%;
	position:relative;
}
#title img{
	width: 970px;
    max-width: 970px;
    min-width: 760px;
	display:block;
	margin:auto;
	opacity: 0.85;
}
#title .title_p{
	width: 740px;
    position: absolute;
    top: 45px;
    left: calc((100% - 740px) / 2);
    font-size: 36px;
    text-align: center;
    color: #111;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 2px 2px 1px #fff, 3px 3px 5px #fff;
    line-height: 1.4;
}
#title .title_p small {font-size: 26px;}
#title .title_p strong {
	font-size:40px;
	font-weight: bold;
}
#title .title_p strong b {font-size:64px;}*/
#slight{
	font-size: 28px;
    text-align: center;
    margin: 0 0 25px;
    line-height: 1.6;
}
#slight b.bigfont{font-size: 32px;}

h2{
	background: #333;
    color: #FFF;
    text-align: center;
    font-size: 36px;
    line-height: 1.8;
	margin-bottom: 25px;
    padding-bottom: 5px;
    font-weight: bold;
}
h3 {
    letter-spacing: 5px;
	font-size: 35px;
    margin-bottom: 15px;
    font-weight: bold;
    margin: 0 0 30px!important;
    color: #000;
    padding: 65px 0 10px 0;
    display: grid;
    text-align: center;
    position: relative;
}
h3.jrset {
    background: url(../images/ico_jrset.png) no-repeat 50% 0;
    background-size: 150px;
}
h3.airset {
    background: url(../images/ico_airset.png) no-repeat 50% 0;
    background-size: 150px;
}

/*add*/
.bgGrayArea{
	overflow:hidden;
	padding:0 0 15px 0;
}
.contInner02 {
	padding-bottom: 20px!important;
}

section.coupon,
section.tripa_article{
    width: 100%;
    display: block;
    overflow: hidden;
    /*margin-bottom: 50px;*/
    box-sizing: border-box;
    background: #fff;
}
section.tripa_article{box-shadow:none;}
	
/*-------------------------nav*/
.contInner02 .column2Area .section {
	width: auto!important;
	float: none!important;
	overflow:hidden;
}
#outline .column2Area .section {
	margin: auto;
	padding: 0 12px;
}
.hoverNone li:hover{
	opacity: 1!important;
	filter: alpha(opacity=100)!important;     
	-ms-filter: "alpha(opacity=100)"!important;
	cursor:default!important; 
}

/*btn*/
.orangeBtn{
	display:block;
	clear:both;
	margin-bottom:10px
}
.orangeBtn a {
	font-size: 24px;
    color: #FFF!important;
    display: block;
    box-shadow: 1px 1px 2px #aaa;
    text-shadow: 2px 2px 2px #555;
    clear: both;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
    padding: 10px 0 12px;
    width: 80%;
    box-sizing: border-box;
    background: #d6001c;
}
.orangeBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:38%;
	right:1%;
}

.attentionBox{
	display:block;
	margin:0;
	padding:10px;
}
.attentionBox dt{
	font-weight:bold;
	color:#BD0108;
	margin:0 0 10px;
}
.attentionBox dd{
	margin:0 0 30px;
}
.attentionBox dd li{
	margin:0 0 15px;
	padding:0 15px 15px 15px;
	border-bottom:1px dashed #CCC;
}

.detailDay{
	width: 500px;
    margin: 25px auto;
    box-sizing: border-box;
}
.detailDay li{
	overflow:hidden;
	margin-bottom:10px;
	padding: 0;
	line-height: 2;
}
.detailDay li dt{
	width: 110px;
    text-align: center;
	display: block;
    float: left;
    background: #333;
    color: #fff;
    padding: 0 15px 5px;
    margin: 0 10px 5px;    
}
p.txtserch {
	clear: both;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}

/*coupon*/
.couponWrap{
	width: 100%;
    display: block;
    overflow: hidden;
	margin-bottom: 25px;
	border-bottom: 1px dashed;
}
.couponWrap li{
	width: 46%;
    float: left;
    background: #d6001c;
    margin: 0 2% 5%;
    box-shadow: 2px 2px 8px rgba(5,5,5,0.2);
	position:relative;
}
@media screen and (max-width: 940px) {
.couponWrap li{width: 96%;}
}
.couponWrap li *{font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
.couponWrap .end{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.8;
}
.couponWrap .end span{
	color: #FFF;
    font-size: 36px;
    display: block;
    text-align: center;
    padding-top: 120px;
}
.couponWrap dl{
    margin: 5px 5px 3px;
    padding: 5px 0 0;
}
.couponWrap.jrset dl{
    background: #FFF url(../images/ico_jr.png) no-repeat center 15px;
    background-size: 150px;
}
.couponWrap.airset dl{
    background: #FFF url(../images/ico_air.png) no-repeat center 15px;
    background-size: 150px;
}
.couponWrap dl:hover {cursor:pointer;}
.couponWrap dt{
    display: flex;
    align-items: center;
	text-align: center;
	color: #d6001c;
	font-weight: bold;
}
.couponWrap dt small{
	width: 35%;
	font-size: 22px;
	line-height: 1.2;
}
.couponWrap dt strong{
	width: 65%;
	font-size: 64px;
    letter-spacing: -5px;
}
.couponWrap dt strong span {
    font-size: 44px;
    letter-spacing: 0;
}
.couponWrap dd.about_mycoupon {
	display: flex;
    text-align: center;
	margin: 0 5%;
}
.couponWrap .fcf {
	background: #343474;
    width: 72px;
    height: 72px;
    border-radius: 36px;
    color: #FFF;
    line-height: 1.1;
    font-size: 16px;
    display: grid;
    align-items: center;
    margin-right: 20px;
}
.couponWrap .mycoupon {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 48px;
    color: #d6001c;
}
.couponWrap .cpnget{
	padding: 10px 5px 0;
    background: #d6001c;
}
.couponWrap .cpnget .ico{
	background: #FFF;
    padding: 2px 5px 0;
    border-radius: 10px;
    font-size: 24px;
    color: #d6001c;
    text-align: center;
    font-weight: bold;
    width: 180px;
    display: inline-block;
    box-sizing: border-box;
}
.couponWrap .cpnget a{
	text-align: center;
    width: 200px;
    padding: 2px 0;
    border-radius: 20px;
    margin: 0 auto 10px calc(100% - 380px);
    display: inline-block;
	font-weight: bold;
    color: #FFF;
    font-size: 22px;
	position:relative;
}
.couponWrap .cpnget a:before{
	content: "";
    width: 24px;
    height: 24px;
    background: #FFF;
    border-radius: 12px;
    position: absolute;
    top: 4px;
    left: -25px;
}
.couponWrap .cpnget a:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #d6001c;
    position: absolute;
    top: 10px;
    left: -15px;
}
.couponWrap .cpndetai {
	padding: 0 15px;
    font-size: 14px;
    text-align: center;
    background: #FFF url(../images/im_mycopon4.png) no-repeat 8px;
    background-size: 40px auto;
}
.couponWrap .cpndetai a{
	background: url(../images/im_arrow_close.png) no-repeat 100% 56%;
    background-size: 15px auto;
    display: block;
    padding: 15px 0;
}

.contentsBox{
	padding:10px;
}
.contentsBox ul li{
	background:url(../images/im_point2.png) no-repeat 0 5px;
	background-size:12px auto;
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}
.contentsBox ul li strong{
	display:inline-block;
	float:left;
	font-weight:bold;
	margin:0 35px 0 0;
}
.contentsBox ul li span{
	display:block;
	overflow:hidden;
}
.attentionBox dd li{
	background:url(../images/im_point.png) no-repeat 0 8px;
	background-size:7px auto;
	padding:0 0 10px 15px;
	margin:0 0 10px 0;
	font-size:16px;
}
.opener{
	background:url(../images/im_arrow_close.png) no-repeat #EAEAEA 1.5% 50%;
	background-size:18px auto;
	padding:10px 10px 10px 40px;
	font-size:18px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom:3px solid #CCC;
	margin:0 0 15px 0;
	cursor:pointer;
	text-align: left;
}
.active{
	background:url(../images/im_arrow_over.png) no-repeat #EAEAEA 1.5% 50%;
	background-size:18px auto;
	padding:10px 10px 10px 40px;
	font-size:18px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom:3px solid #CCC;
	margin:0 0 15px 0;
	cursor:pointer;
	text-align: left;
}
.step ul{margin:0 0 20px 0;}
.step li{
	width:30%!important;
	-moz-box-shadow:
		0px 0px 5px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	-webkit-box-shadow:
		0px 0px 5px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	box-shadow:
		0px 0px 5px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
		margin-top:5px!important;
		position:relative;
		overflow-scroll:none!important;
		float:left;
		margin:0 0 0 3%;
		-webkit-border-radius: 5px 5px 5px 5px!important;
		border-radius: 5px 5px 5px 5px!important;
}
.step li:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	margin-top:-5px; /* 位置を中心に調整 */
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent transparent #666;
	/*border-left-color:#FFF;  矢印の色 */
	display:block;
	position:absolute;
	top:50%;
	right:-30px;
}
.step li img{
	width:100%!important;
	height:auto;
	
}

}