﻿
/*:::::グローバルナビ　カレント表示:::::*/
.t_list li:nth-child(6) a {
    border-bottom: 4px solid #ffcd00;
}
.header_sp .menu .ac_body li:nth-child(6) {
    background:#ffcd00;
}



/*:::::背景指定:::::*/
body {
 /*background:url(../img/bg.jpg) #60b526 center 100px no-repeat;
 background:url(../img/bg.jpg) center 100px no-repeat;*/
}

/*:::::共通設定:::::*/
.original_wrap {
 text-align:center;
 overflow:hidden;
/* padding-bottom:30px;*/
/* height:800px;*/
}

 /*:::::画像をリセット:::::*/
.original_wrap img { width:auto; width:initial;}


 /*:::::SNS Share Button:::::*/
div.share_area { margin:30px auto;width:100%; }
div.share_area .title { position: relative; text-align: center; font-size: 16px; margin-bottom: 25px; font-weight: bold; }
div.share_area .title:after, div.share_area .title:before { content: " "; position: relative; display: inline-block; vertical-align: middle; z-index: 0; width: 100px; height: 2px; background: #ccc; top: 50%; margin-top: -1px; }
div.share_area .title span { position: relative; vertical-align: middle; padding: 0 30px; z-index: 1; }
div.share_area img { width:55px;background:#fff;border-radius:27.5px; }
#share_sns {text-align:center; }
#share_sns li { display:inline;margin:10px; }


/*:::::PC|TAB表示:::::*/
@media (min-width: 769px) {
	/*メイン画像をPCスマホで切り替え表示させる時用*/
	.original_pc { display:visible; }
	.original_sp { display:none; }
} /* //@media PC|TAB*/




/*:::::SP表示:::::*/
@media (min-width: 0px) and (max-width: 768px) {


 /*メイン画像をPCスマホで切り替え表示させる時用*/
.original_pc { display:none; }
.original_sp { display:visible; }

 /*:::::SNS Share Button:::::*/
div.share_area { margin:0 auto;width:95%; }
div.share_area .title:after, div.share_area .title:before { content: " "; position: relative; display: inline-block; vertical-align: middle; z-index: 0; width: 10%; height: 2px; background: #ccc; top: 50%; margin-top: -1px; }
#share_sns li { display:inline;margin:5px; }

}/* //@media SP */

