@charset 'uft-8';

/* ------------------------------------------------------------------------------------------
*
    .section_content
*
------------------------------------------------------------------------------------------ */
.category.photo { min-width:120px;}

.section_content .content {
    position: relative;
    float: left;
    width: 680px;
    padding-bottom: 27px;
}

.section_content .content .title h2 {
		font-size: 25px;
    font-weight: bold;
    line-height: 1.35;
		padding-top: 37px;
    padding-bottom: 17px;
    margin-bottom: 36px;
    background-image: url(/outdoor/knowledge/images/content_title_pc.png);
    background-repeat: repeat-X;
    background-position: center bottom;
    text-align: left;	
}
.section_content .content .title h2.line1{
	min-height:140px;
	font-size: 36px;
	padding-top: 65px;
}

.section_content .content .title h2 strong { font-size: 36px; }

.section_content .content .title .feature_image { border-radius: 6px; overflow: hidden; }
.section_content .content .title .feature_image img { width: 100%; }


.section_content .content .left {
	text-align:left;
	line-height:1.5em;
}

.section_content .content .sns {
    display: table;
    position: relative;
    margin: auto;
    padding: 14px 0;
    border-top: 2px #e6e6e6 dashed;
    border-bottom: 2px #e6e6e6 dashed;
}

.section_content .content .sns:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 34px;
    margin: -17px 0 0 -1px;
    border-left: 2px #e6e6e6 dashed;
}

.section_content .content .sns a {
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 11px 0 43px;
    background-repeat: no-repeat;
    background-position: 11px center;
    background-size: 26px auto;
}

.section_content .content .sns .facebook {
    margin-right: 40px;
}

@media print, screen and (min-width: 769px) {
    .section_content .content .title .sns {
        position: absolute;
        top: 37px;
        right: 0;
        width: 115px;
        padding: 30px 0 28px 15px;
        border: none;
    }
    .section_content .content .title .sns:after { content: none; display: none; }

    .section_content .content .title .sns a {
        display: block;
        float: left;
        width: 36px;
        height: 36px;
        margin: 0 0 0 14px;
        padding: 0;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100% auto;
        text-indent: 100px;
        white-space: nowrap;
        overflow: hidden;
    }
}

/* ------------------------------------------------------------------------------------------
*
    .content
*
------------------------------------------------------------------------------------------ */


.section_content .content .material {
    margin-top: 40px;
    margin-bottom: 36px;
}

.section_content .content ul {
    font-size: 16px;
    padding: 14px 5px 19px 30px;
    list-style-type: disc;
    list-style-position: inside;
    border: 1px #dcdcdc solid;
    border-top: none;
    text-align: left;
}
.section_content .content ul li {
    line-height: 33px;
    padding-top: 2px;
    padding-right: 30px;
    border-bottom: 1px #dcdcdc solid;
}
.section_content .content ul li:last-child { border: none; }
.section_content .content ul li span { float: right; }

/* ------------------------------------------------------------------------------------------
*
    .section_content .steps
*
------------------------------------------------------------------------------------------ */

.section_content .content .back a {
    display: block;
    color: #262626;
    font-size: 20px;
    font-weight: bold;
    width: 388px;
    line-height: 59px;
    line-height: 53px\0;
    padding-top: 6px\0;
    margin: 36px auto 0;
    padding-left: 20px;
    background-image: url(/outdoor/knowledge/images/content_back_bg.png);
    background-repeat: no-repeat;
    background-size: 28px auto;
    background-position: 26px center;
    border: 1px #cccccc solid;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

/* ------------------------------------------------------------------------------------------
*
    .recommend
*
------------------------------------------------------------------------------------------ */
.section_recommend {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
    background-image: url(/outdoor/common/images/recommend/recommend_bg.png);
    background-repeat: repeat-X;
    background-position: center top;
    background-size: 12px auto;
}

@media print, screen and (min-width: 769px) {
    .recommend h2.image_title {
        display: block;
        color: #000000;
        margin: 0 auto 27px;
        text-align: left;
    }

    .recommend h2.image_title .en {
        display: inline;
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .recommend h2.image_title .jp {
        display: inline;
        font-size: 15px;
        font-weight: bold;
        margin: 0 0 0 8px;
        vertical-align: 3px;
    }
}

.recommend ul {
    margin-left: -14px;
    margin-right: -14px;
    text-align: left;
}

.recommend ul li {
    float: left;
    width: 25%;
    padding: 0 13px;
}

.recommend ul li .image {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 11px;
}
.recommend ul li .image img { display: block; float: left; width: 100%; }

.recommend ul li .caption {
    float: left;
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
}

/*----------------------
	mv
-----------------------*/

#mv{
	overflow:hidden;
	border-radius:10px;
	background-color:#f7f6ef;
	margin-bottom:40px;
}
#mv .pic{
	float:left;
	position:relative;
}
#mv .pic span{
	font-size:12px;
	position:absolute;
	bottom:15px;
	right:15px;
	color:#fff;
	line-height:1.4;
	text-align:left;
	padding-left:15px;
}
#mv .pic span.bg{
	display:inline-block;
	background-color:rgba(0,0,0,0.3);
	padding:5px;
	margin-left:15px;
}

#mv .textArea{
	overflow:hidden;
	zoom:1;
	padding:20px;
	text-align:left;
	font-size:16px;
	line-height:1.6;
}
#mv .textArea dt{ margin-bottom:10px; font-weight:bold;}
#mv .textArea dt span{
	display:inline-block;
	padding:5px 15px; 
	background-color:#000;
	color:#fff;
	border-radius:5px;
	line-height:1;
}
#mv .textArea dd{ margin-bottom:10px;}
#mv .danger{
	color:#d30000;
	font-size:18px;
	background:url(/outdoor/knowledge/adventure/picture-book/images/danger.png) no-repeat 0 50%;
	background-size:20px;
	padding-left:30px;
	margin-top:20px;
}
#mv .danger span{ font-size:14px;}

/*----------------------
	detail_txt
-----------------------*/
#detailTxt{
	text-align:left;
	padding-bottom:50px;
}
#detailTxt dt{
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
#detailTxt dt:before{
	content:"●";
	color:#2eb7ae;
	margin-right:10px;
	font-size:16px;
}
#detailTxt dd{
	font-size:18px;
	line-height:1.8;
	padding-bottom:25px;
	border-bottom:2px dashed #e6e6e6;
	margin-bottom:25px;
}
#detailTxt dd:last-child{ border:0;}

#detailTxt .aboutBox{
	border:1px solid #dcd9c6;
	overflow:hidden;
	margin-top:20px;
}
#detailTxt .aboutBox h4{
	background-color:#f7f6ef;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
}
#detailTxt .aboutBox .textArea{
	overflow:hidden;
	padding:10px 35px;
	display:table;
}
#detailTxt .aboutBox p{
	display:table-cell;
	vertical-align:middle;
	padding-right:45px;
}
#detailTxt .aboutBox .pic{
	display:table-cell;
	vertical-align:middle;
}

#detailTxt ul.picList{
	overflow:hidden;
	border:0;
	padding:0;
	margin-left:-40px;
	padding-top:20px;
}
#detailTxt ul.picList li{
	border:none;
	list-style:none;
	padding:0;
	margin:0;
	width:320px;
	float:left;
	margin-left:40px;
}
#detailTxt ul.picList li img{
	display:block;
	border:1px solid #dcdcdc;
	border-radius:10px;
	margin-bottom:10px;
}
#detailTxt ul.picList li p{
	font-size:16px;
	line-height:1.6;
	position:relative;
	margin-left:17px;
}
#detailTxt ul.picList li p:before{
	content:"●";
	color:#2eb7ae;
	margin-right:10px;
	font-size:12px;
	position:absolute;
	top:3px;
	left:-17px;
}


/*----------------------
	監修者
-----------------------*/

#prof{
	clear:both;
	padding-top:40px;
}
#prof h4{
	font-size:20px;
	color:#fff;
	background-color:#2eb7ae;
	padding:10px 0;
	font-weight:bold;
}
#prof .profWrap{
	background-color:#f5f5f5;
	overflow:hidden;
	padding:30px;
}
#prof .profWrap .pic{
	float:left;
	margin-right:30px;
	font-size:16px;
	line-height:1.4;
	font-weight:bold;
}
#prof .profWrap .pic span{ display:block; font-size:12px; font-weight:normal;}
#prof .profWrap .textArea{
	overflow:hidden;
	zoom:1;
	text-align:left;
	font-size:14px;
	line-height:1.8;
}
#prof .profWrap .textArea p.name{
	margin-top:15px;
	padding-top:15px;
	border-top:1px dashed #b6b6b6;
}

/*----------------------
	anchrList
-----------------------*/

#anchrList{
	overflow:hidden;
	margin-bottom:40px;
}

#anchrList .anchrWrap{
	overflow:hidden;
	background-color:#efefef;
	padding:18px 30px;
}
#anchrList .anchrWrap ul{ overflow:hidden; margin-bottom:-35px; border:0; margin-left:-2%; padding:0;}
#anchrList .anchrWrap li{
	float:left;
	width:31.3%;
	margin-left:2%;
	margin-bottom:35px;
	border:0;
	list-style:none;
	padding:0;
}
#anchrList .anchrWrap li:nth-child(3n+1){ clear:both;}
#anchrList .anchrWrap li a{
	display:block;
	background:url(/outdoor/knowledge/images/icatch1.png) no-repeat 0 9px;
	background-size:13px;
	padding-left:23px;
	font-size:18px;
	text-align:left;
	color:#000;
}

/*----------------------
	termList
-----------------------*/

#termList{
	overflow:hidden;
	padding-bottom:60px;
}
#termList ul{
	border:0;
	padding:0;
}
#termList li{
	clear:both;
	list-style:none;
	padding:0;
	border:0;
	overflow:hidden;
	padding-bottom:40px;
}
#termList li h3{
	background:url(../terms/images/h3_bg.gif) repeat-x 0 0;
	background-size:contain;
	font-size:20px;
	color:#fff;
	margin-bottom:20px;
	padding:3px 20px;
}
#termList li p{
	font-size:18px;
	line-height:1.8;
}
#termList li a{
	text-decoration:underline;
}

#termList li .pic{
	overflow:hidden;
	width:326px;
	border:1px solid #dcdcdc;
	border-radius:10px;
	float:left;
}
#termList li .pic img{ vertical-align:bottom;}
#termList li p.fR{
	float:right;
	width:319px;
}
#termList p.alignR{ text-align:right; font-size:15px;}
.termsDetail{ padding-bottom:60px !important;}