/* CSS Document */

a {
	color:#333;
	text-decoration:none;
}
a:visited {
/*	color: #CCC;*/
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}

img {
    border: none;
    display: block;
}

section {
    display: block;
    unicode-bidi: isolate;
}

#sub {
    padding: 30px 0 0;
}

#sub article.cWrap {
	width: auto !important;
	line-height: 1.8em;
}

@media screen and (max-width:640px) {
    #sub {
        padding: 0;
    }
}

.cWrap .chengeBtn {
    margin-bottom: 40px;
}

.cWrap .chengeBtn ul {
    letter-spacing: -5px;
    text-align: center;
    border-bottom: dotted 1px #e6e6e6;
    padding-bottom: 18px;
}

.cWrap .chengeBtn li {
    letter-spacing: 2px;
    display: inline-block;
    width: 24%;
    border-right: 1px solid #e6e6e6;
    padding: 0 10%;
}

.cWrap .chengeBtn li:nth-child(2) {
    border: 0;
}

.cWrap .chengeBtn li img {
    width: 100%;
    height: auto;
}

/*---------------------------------
	reflects
---------------------------------*/

.reflects {}

.reflects h1 {
    font-size: 200%;
    line-height: 100%;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro", "ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
    color: #FFFFFF;
    margin: 20px 0;
    padding: 10px;
    text-align: center;
    background: #E9B9B4;
}


/*.reflects h2{
    font-size: 200%;
    line-height: 100%;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3", "Hiragino Mincho Pro","ï¼­ï¼³ ï¼°æ˜Žæœ", "MS PMincho", serif;
    padding-bottom: 20px;
    background: url(../../images/border_dot_m.gif) repeat-x bottom;
    margin-bottom: 20px;
	color:#333333;
}
*/

.reflects a{
    color: #0071BC;
}

.reflects a:hover{
    color: #E9B9B4;
}

/*---------------------------------
             faq
---------------------------------*/
#faq{
	margin: 0 0 100px;
}

#faq p{
	font-size: 100%;
}

#faq dl{
	padding: 20px;
	margin: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
}
#faq dl dt{
	font-size: 110%;
	font-weight: bold;
	color: #309BB7;
	border-radius: 5px;
	line-height: 1.4em;
	text-indent: -1.4em;
	padding-left: 1.4em;
}
#faq dl dd{
	padding: 10px;
	line-height: 1.6em;
}
#faq dl dd p{
	font-size:100%;
	padding: 5px 10px;
}

#faq .btn{
	text-align: center;
}
#faq .btn a{
	display: inline-block;
	background: #eee;
	text-align: center;
	border-radius: 5px;
	padding: 15px 40px;
	font-size: 110%;
	color: #666;
}
#faq .btn a:hover{
	text-decoration: none;
	background: #ddd;
}

#acMenu {
	margin: 40px 0;
}
#acMenu dt{
    display:block;
    cursor:pointer;
}
#acMenu dt:hover{
	/*text-decoration: underline;*/
	color: #E45C4E;
}
#acMenu dt:hover:before{
	content: '▼';
}
#acMenu dt:before{
	content: '▽';
}
#acMenu dt.active{
	/*text-decoration: underline;*/
	color: #E45C4E;
}
#acMenu dt.active:before{
	content: '▼';
}

#acMenu dd{
	display:none;
}


/*---------------------------------
	recommend
---------------------------------*/


.recimg a{
    display: block;
    padding-top: 65%;
    background-size: cover;
    background-position: center;
}

.R_list {
    margin-top: 30px;
}

.R_list .R_title {
    font-size: 120%;
    line-height: 100%;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
    background: url("../../module-und/img/faq/icon_reco.png") #f2f2f2 10px no-repeat;
    background-size: 30px;
    padding: 10px;
    padding-left: 50px;
}

.R_list ul {
    letter-spacing: -5px;
}

.R_list li {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    width: 23.9%;
    margin-right: 1.4%;
}

.R_list li:last-child {
    margin-right: 0;
}

.R_list dl {}

.R_list dt {}

.R_list dt img {
    width: 100%;
}

.R_list dd {}

.R_list dd .catTitle {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.R_list dd .catTitle span {
    color: #FFFFFF;
    font-size: 85%;
    line-height: 100%;
    display: block;
    font-style: normal;
    padding: 10px 5px 9px 5px;
    letter-spacing: 0px;
}

.R_list dd .catTitle .feature {
    background-color: rgba(212, 116, 106, 0.8);
}

.R_list dd .catTitle .eat {
    background-color: rgba(120, 189, 54, 0.8);
}

.R_list dd .catTitle .cook {
    background-color: #BF387A;
}

.R_list dd .catTitle .journey {
    background-color: rgba(239, 194, 58, 0.8);
}

.R_list dd h3 {
    font-size: 100%;
    line-height: 120%;
    letter-spacing: 2px;
}

.R_list dd aside {
    display: none;
    margin-top: 10px;
}

.R_list dd aside.ft .data {
    font-family: Fjalla;
    font-weight: bold;
    float: left;
    font-size: 100%;
    line-height: 110%;
}

.R_list dd aside.ft .icon_cat {
    float: right;
    border-left: solid 1px #333333;
    padding-left: 10px;
}

@media screen and (max-width:640px) {
    .R_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .R_list li:nth-child(even) {
        margin-right: 0;
    }
}

/*---------------------------------
	inner
---------------------------------*/
.inner {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .inner {
    width: auto;
    margin: 0;
    padding: 3%;
  }
}
/*---------------------------------
	clearfix
---------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
.clearBox {
  font-size: 0.1px;
  line-height: 1%;
  clear: both;
  height: 0px;
  width: 0px;
}