@charset "UTF-8";

/****************************************
       CSS レイアウト (PC)
*****************************************/
/*PCのみの表示*/
@media (min-width: 481px) {

	.post-header {
		display:none;
	}



	.photo-licence{
		font-size:9px;
		color:#ccc;
		line-height: 1.4446;
	}

	p.ad-title{
		text-align:left !important;
		padding:0px 0px 4px 4px !important;
		font-weight:200;
		color:#333;
		font-size:16px;
		line-height: 1.7;
		letter-spacing:0.8pt;

		margin-bottom:10px;
	}

	.side_bottom_spacer{
		margin-bottom:20px
	}

	/****************************************
		お知らせ
	*****************************************/
	.information-line{

		padding:10px;
	}
	
	.information-contents{
		width: 938px;
		margin-left: auto;
		margin-right: auto;
		background: #fff;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
	.information-contents p{
		display: block;
		font-size: 14px;
		line-height: 1.4446;
		color: #f66;
		font-weight: 600;
		padding: 10px;
		border: 1px solid #aaa;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}


	/****************************************
		デバイスの切り替え
	*****************************************/
	.hide-pc{
		display:none;
	}
	
	.hide-mobile{

	}


	/****************************************
		2カラム
	*****************************************/
	.col2-left{
		width:50%;
		float:left;
	}
	
	.col2-right{
		width:50%;
		float:right;
	}
	
	/****************************************
		3カラム
	*****************************************/
	.col3-left{
		width:33%;
		float:left;
	}
	

	

	/****************************************
		右寄せ
	*****************************************/
	.txt-right{
		text-align:right;
	}




	/****************************************
		Safari のフォーカス時のハイライトを無効
	*****************************************/
	:focus
	{
		outline: 0;
	}

	/****************************************
		フロート解除
	*****************************************/
	.clear::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	/****************************************
		コンテナ
	*****************************************/
	.wrap{
		width: 100%;
		position: relative;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%;
	}
	
	/****************************************
		ヘッダコンテンツ
	*****************************************/
	.header{
		width: 100%;

	}
	
	.headline{
		width: 100%;
		height:16px;
		background:#222;
	}
	
	.headline-contents{
		width: 960px;
		margin-left:auto;
		margin-right:auto;
		background:#222;
	}
	
	.headline-contents h1{
		color:#999999;
		font-size:12px;
		padding:2px;
		letter-spacing:0.8pt;
		overflow-wrap:break-word;
		word-wrap: break-word;
	}
	
	.headline-contents p{
		color:#fff;
		font-size:12px;
		padding:2px;
		letter-spacing:0.8pt;
		overflow-wrap:break-word;
		word-wrap: break-word;
		text-align:center;
	}
	
	
	.header-base{
		width:100%;
		background:#222;
	}
	.header-contents{
		width:960px;
		margin-left:auto;
		margin-right:auto;
		background:#222;
	}
	
	
	.header-logo-layout{
		width:160px;
		margin-left:auto;
		margin-right:auto;
		padding:20px 20px 0px 20px;
	}
	
	.header-catch{

		margin-left:auto;
		margin-right:auto;
		padding:10px 20px 20px 20px;
		color:#999999;
		text-align:center;
	}
	
	/****************************************
		ヘッダ固定
	*****************************************/
	.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

	/****************************************
		検索
	*****************************************/
	dl.search{
		margin:20px 0px;
		position:relative;
		background-color:#fff;
		border:1px solid #aaa;
		-webkit-border-radius:18px;
		-moz-border-radius:18px;
		-o-border-radius:18px;
		-ms-border-radius:18px;
		border-radius:18px;
	}
	dl.search dt{
		margin-right:40px;
		padding:8px 0 8px 8px;
	}
	dl.search dt input{
		width:100%;
		height:24px;
		line-height:24px;
		background:none;
		border:none;
	}
	dl.search dd{
		position:absolute;
		top:0;
		right:0;
	}
	dl.search dd button{
		display:block;
		padding:10px;
		background:none;
		border:none;
	}
	dl.search dd button span{
		display:block;
		margin-top:-2px;
		width:20px;
		height:20px;
		background:url('../images/search.png') no-repeat;

	}
	
	
	/****************************************
		ヘッダコンテンツ-メニュー
	*****************************************/
	
	.header-main-menu{
		border-top:solid 1px #444;
		border-bottom:solid 1px #444;
		background-color: #eee;
	}
	
	
	.header-main-menu-contents{
		width:960px;
		height:34px;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	.header-main-menu li{
		float:left;
		width:calc(20% - 20px);
		text-align:center;
		padding:0px 10px;;
	}
	
	.header-main-menu a{
		color:#444;
		font-size:14px;
		text-decoration:none;
		font-weight:400;
		letter-spacing:0.8pt;
		overflow-wrap:break-word;
		word-wrap: break-word;
		display:block;
		padding:10px;
	}
	.header-main-menu a:hover{
		color:#87c1dc;
		font-weight:600;
		text-decoration:underline;
	}
	

	/****************************************
		メインコンテンツ
	*****************************************/
	.main{
		width: 100%;
		padding-bottom:280px; /*フッターの高さと同じ*/
	}
	
	
	.main-layout{
		margin-top:160px;
	}
	
	
	
	
	.main-contents{
		width:960px;
		margin-left:auto;
		margin-right:auto;
	}
	
	/****************************************
		メインコンテンツ-左
	*****************************************/
	.main-contents-left{
		width:650px;
		float:left;
	}
	
	/****************************************
		メインコンテンツ-右
	*****************************************/
	.main-contents-right{
		width:300px;
		margin-left:10px;
		float:right;
	}
	
	/****************************************
		フッタ
	*****************************************/
	.footer{
		width: 100%;
		height:280px;
		position:absolute;
		bottom:0;
		background:#222;
		border-top:solid 1px #999999;
		color:#222;
	}
	
	.footer-contents{
		border-top:solid 1px #999999;
		background:#222;
		width:960px;
		height:100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:-1px;
	}
	/****************************************
		フッタ-メニュー
	*****************************************/
	.footer-menu-layout{
		position:relative;
		top:40px;
	}
	.footer-menu-layout li{
		padding:8px;
	}
	.footer-menu-layout a{
		color:#fff;
		font-size:14px;
		text-decoration:none;
		font-weight:400;
	}
	.footer-menu-layout a:hover{
		color:#87c1dc;
		font-weight:600;
		text-decoration:underline;
	}
	
	
	
	/****************************************
		フッタ-ロゴ
	*****************************************/
	.footer-logo-layout{
		width:160px;
		position:relative;
		top:40px;
	}
	
	.footer-twitter-layout{
		width:100px;
		position:relative;
		top:40px;
		float:left;
	}
	
	.footer-facebook-layout{
		width:100px;
		position:relative;
		top:40px;
		float:left;
	}
	
	
	
	/****************************************
		フッタ-コピーライト
	*****************************************/
	.bottom-position{
		width:960px;
		position:absolute;
		bottom:0;
	}

	.bottom-position p{
		padding:10px 0px;
	}

	/****************************************
           ジャンプフッターボタン
	*****************************************/

	#page-top {
		position: fixed;
		bottom: 20px;
		right: 20px;
		font-size: 12px;
	}

	#page-top a {
		background-color: rgba(255,255,255,0.6);
		text-decoration: none;
		color: #999999;
		width: 100px;
		font-weight:600;
		padding: 30px 0;
		text-align: center;
		display: block;
		border: 2px solid #999999;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	}

	#page-top a:hover {
		text-decoration: none;
		background: #999999;
		color: #fff;
	}




	/****************************************
	パンくずリスト
	*****************************************/
	.breadcrumbs-layout{
		padding:20px 4px;
	}



	#breadcrumbs{
		background: #eee;
		border-width: 1px;
		border-style: solid;
		border-color: #f5f5f5 #e5e5e5 #ccc;
		border-radius: 5px;
		box-shadow: 0 0 2px rgba(0,0,0,.2);
		overflow: hidden;
		width: 100%;
	}
 
	#breadcrumbs li{
		float: left;
	}
 
	#breadcrumbs a{
		padding: .7em 1em .7em 2em;
		float: left;
		text-decoration: none;
		color: #444;
		position: relative;
		text-shadow: 0 1px 0 rgba(255,255,255,.5);
		background-color: #ddd;
		background-image: linear-gradient(to right, #f5f5f5, #ddd);
	}
 
	#breadcrumbs li:first-child a{
		padding-left: 1em;
		border-radius: 5px 0 0 5px;
	}
 
  	#breadcrumbs li a{

	}
	
	.current{

	}
 
	#breadcrumbs a:hover{
		background: #fff;
	}
 
	#breadcrumbs a::after,
	#breadcrumbs a::before{
		content: "";
		position: absolute;
		top: 50%;
		margin-top: -1.5em;
		border-top: 1.5em solid transparent;
		border-bottom: 1.5em solid transparent;
		border-left: 1em solid;
		right: -1em;
	}
 
	#breadcrumbs a::after{
		z-index: 2;
		border-left-color: #ddd;
	}
 
	#breadcrumbs a::before{
		border-left-color: #ccc;
		right: -1.1em;
		z-index: 1;
	}
 
	#breadcrumbs a:hover::after{
		border-left-color: #fff;
	}
 
	#breadcrumbs .current,
	#breadcrumbs .current:hover{
		font-weight: bold;
		background: none;
	}
 
	#breadcrumbs .current::after,
	#breadcrumbs .current::before{
		content: normal;
	}


	/****************************************
	ブログリスト(最新)
	*****************************************/

	.img_box_new {
		cursor: pointer;
		background: #ccc;
		width:640px;
		margin: 0 0 10px 0;
		position: relative;
		-webkit-box-shadow: 0 2px 2px rgba(220, 135, 145, 0.2);
		-moz-box-shadow: 0 2px 2px rgba(220, 135, 145, 0.2);
		box-shadow: 0 2px 2px rgba(220, 135, 145, 0.2);
		border-radius: 1px 1px 1px 1px;
	}
	
	.img_box_new:hover{
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		opacity:0.85;
	}
	
	.trim_new{
		position:relative;
		height: 400px;
		overflow: hidden;
	}
	
	.img_box_thumb_new {
		width:650px;
		position:absolute;
		top:-125px;
	}



	.txt_box_new{
		width:620px;
		padding: 0 10px;
		position: absolute;
		bottom: 0;
		background: rgba(0,0,0,0.3);
	}
	
	
	.txt_box_new h3 {
		margin: 10px 0;
		text-align:center;
	}
	
	.txt_box_new a {
		font-size: 14px;
		line-height: 1.447;
		color: #fff;
		font-weight: 600;
		text-decoration: none;
		overflow-wrap:break-word;
		word-wrap: break-word;
		letter-spacing:0.8pt;
		padding:4px;
		display:block;
		text-shadow: 1px 1px 3px #666;  
	}

	.category_box_new{
		background: #333;
		margin: 5px 0px;
		width: 100px;
		margin-left:auto;
		margin-right:auto;
		text-align: center;
		color: #fff;
		font-size: 80%;
		padding:4px;
		letter-spacing:0.8pt;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
	
	.category_box_new p{

	}

	/****************************************
	ブログリスト
	*****************************************/

	.img_box {
		float: left;
		cursor: pointer;
		background: #ccc;
		width: 32%;
		margin: 0 1% 10px 0;
		position: relative;
		-webkit-box-shadow: 0 2px 2px rgba(220, 135, 145, 0.2);
		-moz-box-shadow: 0 2px 2px rgba(220, 135, 145, 0.2);
		box-shadow: 0 2px 2px rgba(220, 135, 145, 0.2);
		border-radius: 1px 1px 1px 1px;
	}
	
	.trim{

	}
	
	.img_box_thumb {
		width:210px;
		height:210px;
	}



	.txt_box{
		width:190px;
		padding: 0 10px;
		position: absolute;
		bottom: 0;
		background: rgba(0,0,0,0.3);
	}
	
	
	.txt_box h3 {
		margin: 10px 0;
	}
	
	.txt_box a {
		font-size: 14px;
		line-height: 1.2;
		color: #fff;
		font-weight: normal;
		text-decoration: none;
		overflow-wrap:break-word;
		word-wrap: break-word;
		letter-spacing:0.8pt;
		padding:4px;
		display:block;
		text-shadow: 1px 1px 3px #666;  
	}

	.category_box{
		background: #333;
		margin: 5px 0px;
		width: 100px;
		margin-left:auto;
		margin-right:auto;
		text-align: center;
		color: #fff;
		font-size: 80%;
		padding:4px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
	
	.img_area:hover{
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		opacity:0.85;
	}

	/****************************************
		ページ管理
	*****************************************/

	.page-ui{
		padding:10px;
		margin-bottom:40px;
	}

	.page-ui a{
		padding:10px 5px;
		color:#999999;
		font-size:14px;
		font-weight:600;
		text-decoration:none;
	}
	
	.page-ui a:hover{
		text-decoration:underline;
		color:#87c1dc;
	}
	

	.page-btn{
		padding:10px 5px;
		color:#333;
		font-size:14px;
		font-weight:600;
		text-decoration:none;
		cursor: pointer;
	}
	.page-btn:hover{
		text-decoration:underline;
		color:#bf151d;
	}
	
	.layout-2col-left{
		float:left;
	}

	.page-count {
		text-align: center;
		color: #888;
		font-size: 12px;
		padding: 10px;
	}

	.page-3col-layout-left {
		font-size: 14px;
		line-height: 1.4446;
		width: 40px;
		text-align: center;
	}


	.page-3col-layout-center {
		font-size: 14px;
		line-height: 1.4446;
		width: 518px;
		text-align: center;
	}
	.page-3col-layout-right {
		font-size: 14px;
		line-height: 1.4446;
		width: 40px;
		text-align: center;
	}

	/****************************************
		カテゴリ
	*****************************************/

	.category_head_img{
		width:300px;
		padding-bottom:10px;
	}
	
	
	
	.category_block{
		padding:4px;
	}
	
	
	.category_woman{
		margin-bottom:20px;
	}

	.category_woman h3{
		background:#222;
		padding:10px;
		font-size:14px;	
		text-align:center;
		margin-bottom:10px;
		color:#fff;
		letter-spacing:0.8pt;
	}
	.category_woman li{
		float: left;
		margin:4px;
		background: #fff;
		background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;
		background: -moz-linear-gradient(90deg, #fff 0%, #FFF 100%), #FFF;
		border: 1px solid #bbb;
		border-radius: 5px;
		box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	}

	.category_woman a{
		width: auto;
		display:block;
		text-decoration: none;
		padding: 8px;
		font-size:12px;
		line-height: 1.4446;
		color: #444;
		letter-spacing:0.8pt;
	}
	.category_woman a:hover{
		text-decoration: underline;
	}


	.category_mens{
		margin-bottom:20px;
	}
	.category_mens h3{
		background:#222;
		padding:10px;
		font-size:14px;
		text-align:center;
		margin-bottom:10px;
		color:#fff;
		letter-spacing:0.8pt;
	}
	
	.category_mens li{
		float: left;
		margin:4px;
		background: #fff;
		background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;
		background: -moz-linear-gradient(90deg, #fff 0%, #FFF 100%), #FFF;
		border: 1px solid #bbb;
		border-radius: 5px;
		box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	}

	.category_mens a{
		width: auto;
		display:block;
		text-decoration: none;
		padding: 8px;
		font-size:12px;
		line-height: 1.4446;
		color: #444;
		letter-spacing:0.8pt;
	}
	.category_mens a:hover{
		text-decoration: underline;
	}


	.category_lifestyle{
		margin-bottom:20px;
	}
	.category_lifestyle h3{
		background:#222;
		padding:10px;
		font-size:14px;
		text-align:center;
		margin-bottom:10px;
		color:#fff;
		letter-spacing:0.8pt;
	}
	.category_lifestyle li{
		float: left;
		margin:4px;
		background: #fff;
		background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;
		background: -moz-linear-gradient(90deg, #fff 0%, #FFF 100%), #FFF;
		border: 1px solid #bbb;
		border-radius: 5px;
		box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	}


	.category_lifestyle a{
		width: auto;
		display:block;
		text-decoration: none;
		padding: 8px;
		font-size:12px;
		line-height: 1.4446;
		color: #444;
		letter-spacing:0.8pt;
	}
	.category_lifestyle a:hover{
		text-decoration: underline;
	}
	
	
	
	
	
	
	.category_entertainment{
		margin-bottom:20px;
	}
	.category_entertainment h3{
		background:#36c5ce;
		padding:10px;
		font-size:14px;
		text-align:center;
		margin-bottom:10px;
		color:#fff;
		letter-spacing:0.8pt;
	}
	.category_entertainment li{
		float: left;
		margin:4px;
		background: #fff;
		background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;
		background: -moz-linear-gradient(90deg, #fff 0%, #FFF 100%), #FFF;
		border: 1px solid #bbb;
		border-radius: 5px;
		box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	}


	.category_entertainment a{
		width: auto;
		display:block;
		text-decoration: none;
		padding: 8px;
		font-size:12px;
		line-height: 1.4446;
		color: #444;
		letter-spacing:0.8pt;
	}
	.category_lifestyle a:hover{
		text-decoration: underline;
	}
	
	
	
	
	
	
	
	
	/****************************************
		人気の記事
	*****************************************/
	.popularity_reports{

	}
	
	
	.report_title{
		margin-left:auto;
		margin-right:auto;
		width:300px;
	}
	
	.popularity_reports_size{
		width:300px;
		height:100px;
	}
	
	
	
	
	.thumb_box{
		margin-bottom:20px;
	}
	
	.thumb_box_bg1{
   		background: #fff;
   		background-size: 300px 100px;
	}
	.thumb_box_bg2{
   		background: #fff;
   		background-size: 300px 100px;
	}
	.thumb_box_bg3{
   		background: #fff;
   		background-size: 300px 100px;
	}
	.thumb_box_bg4{
   		background: #fff;
   		background-size: 300px 100px;
	}
	.thumb_box_bg5{
   		background: #fff;
   		background-size: 300px 100px;
	}
	
	.img_thumb{
		float: left;

	}

	.img_thumb_size{
		width:100px;
		height:100px;
	}

	.thumb_txt{
		float: left;
	}


	.thumb_title{
		width:190px;
		height:100px;
		margin-left:10px;
		display:block;
		position:relative;
	}

	.thumb_point_layout{
		padding-top:70px;
	}


	.thumb_title h3{
		font-size:14px;
		line-height: 1.4446;
		color:#333;
		letter-spacing:0.8pt;
		overflow-wrap:break-word;
		word-wrap: break-word;
	}


	.thumb_txt a{
		display:block;
		color:#333;
		text-decoration:none !important;
		letter-spacing:0.8pt;
		overflow-wrap:break-word;
		word-wrap: break-word;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	
	.thumb_txt a:hover{
		display:block;
		color:#333;
		text-decoration:underline !important;
	}
	


	.thumb_category_box{
		border: 1px solid #999999;
		padding:5px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		-o-border-radius:4px;
		-ms-border-radius:4px;
		border-radius:4px;
		text-align: center;
		margin: 5px 0px;
		display:inline-block;
	}
	
	.thumb_category_box p{
		display:block;
		color:#999 !important;
		text-decoration:none !important;
		overflow-wrap:break-word;
		word-wrap: break-word;
		letter-spacing:0.8pt;
	}
	
	
	


	.thumb_scale {
		width: 100px;
		height: 100px;
		overflow: hidden;
	}
	.thumb_scale img {
		-moz-transition: -moz-transform 0.3s linear;
		-webkit-transition: -webkit-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		transition: transform 0.3s linear;
	}
	.thumb_scale img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}



	/****************************************
       		おすすめ
	*****************************************/

	.blog-recommended{
		padding:20px 10px;
		
	}


	.blog-recommended h2{
		font-size:18px;
		border-left: 10px solid #222; 
		padding: 8px 0 8px 16px;
		color:#666;
	}
	
	
	.blog-recommended-layout{
		padding-top:20px;
		padding-bottom:20px;
		
	}
	
	.blog-recommended-list{
		float:left;
		padding:6px;
	}
	
	.blog-recommended_txt{
		float:left;
	}
	
	/****************************************
       		検索結果
	*****************************************/
	.blog-nodata_txt{
		font-size:14px;
		line-height: 1.4446;
		color: #444;
		padding:10px;
	}
	
	
	/****************************************
       		サイトマップ
	*****************************************/
	
	h2.sitemap_title{
		font-size:14px;
		color:#888;
		padding:5px 10px 5px 10px;
		line-height: 1.4446;
	}
	
	.sitemap_list{
		padding:10px;
	}
	
	.sitemap_list li{
		display:list-item;
		list-style-type: disc;
		font-size:9px;
		color:#888;
		line-height: 1.4446;
		padding:15px 0px 15px 0px;
		margin-left:10px;
	}
	

	.sitemap_list a{
		display:block;
		text-decoration:none;
		color:#888;
	}
		
		
	/****************************************
		追加
	*****************************************/
	.new_contents{
					
	}
				
	.new_contents a{
					display:block;
					font-size:14pt;
					color:#442222;
			text-decoration:none;
			text-align:center;
	}
		
		
	
}

/****************************************
       CSS レイアウト (モバイル)
*****************************************/
/*モバイルのみの表示*/
@media (max-width: 481px) {


	.post-header {
		display:none;
	}




	.photo-licence{
		font-size:9px;
		color:#ccc;
		line-height: 1.4446;
	}


	.read_continue_btn_link{
		text-align:center;
		font-size:14px;
		color:#fff;
		background:#222;
		padding:10px !important;

		margin:20px !important;
		display:block;
		font-weight:500 !important;
		line-height: 1.447 !important;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		-o-border-radius:8px;
		-ms-border-radius:8px;
		border-radius:8px;
		cursor:pointer;
		text-decoration:none;
	}






	p.read_continue_btn{
		text-align:center;
		font-size:24px;
		padding:10px !important;
		border: 2px solid #666;
		margin:20px !important;
		display:block;
		font-weight:500 !important;
		line-height: 1.447 !important;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		-o-border-radius:8px;
		-ms-border-radius:8px;
		border-radius:8px;
		cursor:pointer;
	}



	p.ad-title{
		text-align:left !important;
		padding:0px 0px 4px 4px !important;
		font-weight:200;
		color:#333;
		font-size:16px;
		line-height: 1.7;
		letter-spacing:0.8pt;
		margin-bottom:10px;
	}

	.side_bottom_spacer{
		margin-bottom:20px
	}

	/****************************************
		お知らせ
	*****************************************/
	.information-line{

	}
	
	.information-contents{

	}
	
	.information-contents p{
		display: block;
		font-size: 14px;
		line-height: 1.4446;
		color: #f66;
		font-weight: 600;
		padding: 10px;
	}
	


	/****************************************
		モバイル専用メニュー
	*****************************************/

	.mobile-fixed{
		position: fixed;
		top: 0;
		width: 100vw;
		z-index: 10000;
	}
	
	.mobile-fixed-menu{
		position: fixed;
		top: 0;
		width: 100vw;
		z-index: 1000;
	}
	

	.mobile-title-bar{

		height: 41px;
		padding: 0px;
		background: #222;
		border-bottom: 1px solid #ccc;
	}

	 .mobile-title-bar-3col-left{
	 	float:left;
		width:30vw;
	 }
	 .mobile-title-bar-3col-center{
	 	float:left;
		width:40vw;
	 }
	 .mobile-title-bar-3col-right{
	 	float:right;
		width:30vw;
	 }
	 
	 .logo-layout{
	 	width:120px;
		margin-left:auto;
		margin-right:auto;
	 }
	
	.mobile-header-logo{
		margin-top:10px;
		width:120px;
		height:21px;
	}
	.mobile-header-menu{
		margin-top:6px;
		margin-left:8px;
		width:40px;
		height:21px;
		padding:4px;
	}
	.mobile-header-search{
		margin-top:6px;
		margin-left:60px;
		width:40px;
		height:21px;
		padding:4px;
	}

	/****************************************
		モバイル専用　カテゴリ　メニュー
	*****************************************/
	.mobile-category{
		width:100%;
		height:149px;
		background:#fff;
		margin-top:42px;
		filter: alpha(opacity=90);
		-moz-opacity: 0.90;
		opacity: 0.90;
		border-bottom: 1px solid #ccc;
	}

	.mobile-category-layout{
		padding:20px;
		width:80vw;
		margin-left:auto;
		margin-right:auto;
	
	}

	.mobile-category-layout li{
		float:left;
		width:46%;
		padding:5px;
	}


	.mobile-category-layout a{
		display:block;
		text-decoration:none;
		color:#666;
		font-size:14px;
		padding:5px;
		border: 1px solid #666;
		text-align:center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		letter-spacing:0.8pt;
		overflow-wrap:break-word;
		word-wrap: break-word;
	}
	
	#mobile-category-menu{
		display:none;
	}
	
	
	/****************************************
		モバイル専用　カテゴリ　メニュー
	*****************************************/
	.mobile-search{
		width:100%;
		height:109px;
		background:#fff;
		margin-top:42px;
		filter: alpha(opacity=90);
		-moz-opacity: 0.90;
		opacity: 0.90;
		border-bottom: 1px solid #ccc;
	}

	.mobile-search-layout{
		padding:20px;
		width:80vw;
		margin-left:auto;
		margin-right:auto;
	
	}

	#mobile-search-menu{
		display:none;
	}


	/****************************************
		デバイスの切り替え
	*****************************************/
	.hide-pc{

	}
	
	.hide-mobile{
		display:none;
	}


	/****************************************
		2カラム
	*****************************************/
	.col2-left{

	}
	
	.col2-right{

	}
	
	/****************************************
		3カラム
	*****************************************/
	.col3-left{

	}
	

	

	/****************************************
		右寄せ
	*****************************************/
	.txt-right{

	}




	/****************************************
		Safari のフォーカス時のハイライトを無効
	*****************************************/
	:focus
	{
		outline: 0;
	}

	/****************************************
		フロート解除
	*****************************************/
	.clear::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}


	.mobile-clear::after {
		content: "";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	/****************************************
		コンテナ
	*****************************************/
	.wrap{

	}
	
	/****************************************
		ヘッダコンテンツ
	*****************************************/
	.header{


	}
	
	.headline{

	}
	
	.headline-contents{

	}
	
	.headline-contents h1{

	}
	
	.header-contents{

	}
	
	
	.header-logo-layout{

	}
	
	.header-catch{

	}
	
	/****************************************
		ヘッダ固定
	*****************************************/
	.fixed {

	}

	/****************************************
		検索
	*****************************************/
	dl.search{
		margin:8px 0px;
		position:relative;
		background-color:#fff;
		border:1px solid #aaa;
		-webkit-border-radius:18px;
		-moz-border-radius:18px;
		-o-border-radius:18px;
		-ms-border-radius:18px;
		border-radius:18px;
	}
	dl.search dt{
		margin-right:40px;
		padding:8px 0 8px 8px;
	}
	dl.search dt input{
		width:100%;
		height:24px;
		line-height:24px;
		background:none;
		border:none;
	}
	dl.search dd{
		position:absolute;
		top:0;
		right:0;
	}
	dl.search dd button{
		display:block;
		padding:10px;
		background:none;
		border:none;
	}
	dl.search dd button span{
		display:block;
		margin-top:-2px;
		width:20px;
		height:20px;
		background:url('../images/search.png') no-repeat;

	}
	
	
	/****************************************
		ヘッダコンテンツ-メニュー
	*****************************************/	
	.header-main-menu{

	}
	
	
	.header-main-menu-contents{

	}
	
	
	.header-main-menu li{

	}
	
	.header-main-menu a{

	}
	.header-main-menu a:hover{

	}
	

	/****************************************
		メインコンテンツ
	*****************************************/
	.main{
		margin-top:42px;
	}
	
	.main-layout{

	}
	
	.main-contents{

	}
	
	/****************************************
		メインコンテンツ-左
	*****************************************/
	.main-contents-left{

	}
	
	/****************************************
		メインコンテンツ-右
	*****************************************/
	.main-contents-right{

	}
	
	/****************************************
		フッタ
	*****************************************/
	.footer{
		width: 100%;
		background:#222;

	}
	
	.footer-contents{
		margin-top:-1px;
		border-top:solid 1px #999999;
	}
	/****************************************
		フッタ-メニュー
	*****************************************/
	.footer-menu-layout{
		padding-top:20px;
		padding-bottom:20px;
	}
	.footer-menu-layout li{
		padding:8px;
		margin-left:24px;
	}
	.footer-menu-layout a{
		color:#fff;
		font-size:14px;
		text-decoration:none;
		font-weight:400;
	}
	.footer-menu-layout a:hover{

	}
	
	
	
	/****************************************
		フッタ-ロゴ
	*****************************************/
	.footer-logo-layout{

	}
	
	/****************************************
		フッタ-コピーライト
	*****************************************/
	.bottom-position{
		border-top:1px solid #999999;
		padding-top:10px;
		padding-bottom:10px;
	}

	.bottom-position p{
		padding:4px 10px;
		color:#999999;
		font-size: 80%;
		text-align:center;
	}


	/****************************************
           ジャンプフッターボタン
	*****************************************/

	#page-top {
	    position: fixed;
	    bottom: 20px;
	    right: 20px;
	    font-size: 14px;
	}

	#page-top a {
		background-color: rgba(255,255,255,0.6);
		text-decoration: none;
		color: #999999;
		width: 100px;
		font-weight:600;
		padding: 30px 0;
		text-align: center;
		display: block;
		border: 2px solid #999999;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
		box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	}

	#page-top a:hover {

	}


	/****************************************
	パンくずリスト
	*****************************************/
	.breadcrumbs-layout{

	}
	#breadcrumbs{
		margin-top:-2px;
		background: #eee;
		padding:4px;
		overflow: hidden;
		width: calc(100% - 8px);
		border-top:1px solid #aaa;
		border-bottom:1px solid #aaa;
	}
	#breadcrumbs li{
		display: inline;
		list-style-type: none;
	}
	#breadcrumbs li:after {
		/* liの後に記号追加 */
		content:" > ";
		font-weight:600;
	}
	#breadcrumbs li:last-child:after {
        /* 最初のliだけcontentを消す */
        content:"";
	}
	#breadcrumbs li a{
		color:#333;
		font-size:12px;
		padding:8px;
		line-height: 2.4;
		white-space: nowrap;
		text-decoration:none;
	}
	
	.current{
		font-weight:600;
	}




	/****************************************
	ブログリスト(最新)
	*****************************************/

	.img_box_new {

	}
	
	.trim_new{
		position:relative;
		height: 40vh;
		overflow: hidden
	}
	
	.img_box_thumb_new {
		width:100vw;
		position:absolute;
		top:-10vh;
	}


	.txt_box_new{
		padding:10px;
		position:relative;
	}
	
	
	.txt_box_new h3 {
		font-size: 14px;
		line-height: 1.4446;
		text-decoration:none;
		color:#333;
		overflow-wrap:break-word;
		word-wrap: break-word;
		letter-spacing:0.8pt;

	}
	
	.txt_box_new a {
		font-size: 14px;
		line-height: 1.4446;
		text-decoration:none;
		color:#333;
		overflow-wrap:break-word;
		word-wrap: break-word;
		letter-spacing:0.8pt;

		position:absolute;
		top:10px;
		left:10px;
		width:calc(100% - 20px);
		height:calc(100% - 20px);
		font-weight:600;
	}

	.category_box_new_layout{
		padding-top:50px;
	}

	.category_box_new{
		color:#333;
		display:inline-block;
	}
	
	.category_box_new p{
		color:#999999;
		border: 1px solid #999999;
		padding:5px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		-o-border-radius:4px;
		-ms-border-radius:4px;
		border-radius:4px;
	}


	/****************************************
	ブログリスト
	*****************************************/
	.mobile-clear{
		
	}

	.img_box {
		float:left;
		/*width:calc(50vw - 8px);*/
		/*width:50vw;*/
		width:50%;
		
		
	}

	.img_area{
		display:block;
	}

	.trim{
		
	}

	.img_box_thumb {
		/*width:calc(50vw - 8px);*/
		width:50vw;
	}

	.txt_box{
		display:block;
		/*width:calc(50vw - 8px);*/
		width:50vw;
		height:100px;
		position:relative;
	}
	
	
	.txt_box h3 {
		padding:4px;
	}
	
	.txt_box a {
		width:calc(50vw - 16px);
		font-size:14px;
		line-height: 1.4446;
		color:#333;
		text-decoration:none;
		overflow-wrap:break-word;
		word-wrap: break-word;
		letter-spacing:0.8pt;
		font-weight:600;
		display:block;
		height:calc(100px - 8px);
	}

	.category_box_layout{
		display:block;
		position:absolute;
		top:65px;
	}


	.category_box{
		color:#333;
		display:inline-block;
	}
	
	.category_box p{
		color:#999999;
		border: 1px solid #999999;
		padding:5px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		-o-border-radius:4px;
		-ms-border-radius:4px;
		border-radius:4px;
		margin:2px 2px 2px 6px;
	}
	

	.img_area:hover{

	}

	/****************************************
		ページ管理
	*****************************************/

	.page-ui{
		background:#f8f8f8;
		padding:10px;
	}

	.page-ui a{

		
	}
	
	.page-ui a:hover{

	}
	
	.page-btn{

	}
	.page-btn:hover{

	}
	
	.layout-2col-left{

	}

	.page-count {

	}

	.page-3col-layout-left {

	}


	.page-3col-layout-left a{
		margin:10px;
		color:#999999;
		text-decoration:none;
		display:block;
		background:#fff;
		padding:10px;
		border:solid 1px #999999;
		text-align:center;
		-webkit-border-radius:18px;
		-moz-border-radius:18px;
		-o-border-radius:18px;
		-ms-border-radius:18px;
		border-radius:18px;
	}

	.page-3col-layout-center {
		
	}
	.page-3col-layout-right {

	}


	.page-3col-layout-right a{
		margin:10px;
		color:#999999;
		text-decoration:none;
		display:block;
		background:#fff;
		padding:10px;
		border:solid 1px #999999;
		text-align:center;
		-webkit-border-radius:18px;
		-moz-border-radius:18px;
		-o-border-radius:18px;
		-ms-border-radius:18px;
		border-radius:18px;
	}



	/****************************************
		カテゴリ
	*****************************************/

	.category_head_img{
		width:100vw;
		padding-bottom:10px;
	}

	.category_block{
		padding:10px;
	}

	.category_woman{
		margin-bottom:20px;
	}

	.category_woman h3{
		background:#222;
		padding:10px;
		font-size:14px;	
		text-align:center;
		margin-bottom:10px;
		color:#fff;

	}
	.category_woman li{
		float: left;
		margin:4px;
		background: #fff;
		background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;
		background: -moz-linear-gradient(90deg, #fff 0%, #FFF 100%), #FFF;
		border: 1px solid #bbb;
		border-radius: 5px;
		box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	}

	.category_woman a{
		width: auto;
		display:block;
		text-decoration: none;
		padding: 8px;
		font-size:14px;
		line-height: 1.4446;
		color: #444;
	}
	.category_woman a:hover{

	}


	.category_mens{
		margin-bottom:20px;
	}
	.category_mens h3{
		background:#222;
		padding:10px;
		font-size:14px;
		text-align:center;
		margin-bottom:10px;
		color:#fff;

	}
	
	.category_mens li{
		float: left;
		margin:4px;
		background: #fff;
		background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;
		background: -moz-linear-gradient(90deg, #fff 0%, #FFF 100%), #FFF;
		border: 1px solid #bbb;
		border-radius: 5px;
		box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	}

	.category_mens a{
		width: auto;
		display:block;
		text-decoration: none;
		padding: 8px;
		font-size:14px;
		line-height: 1.4446;
		color: #444;
	}
	.category_mens a:hover{

	}


	.category_lifestyle{
		margin-bottom:20px;
	}
	.category_lifestyle h3{
		background:#222;
		padding:10px;
		font-size:14px;
		text-align:center;
		margin-bottom:10px;
		color:#fff;

	}
	.category_lifestyle li{
		float: left;
		margin:4px;
		background: #fff;
		background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;
		background: -moz-linear-gradient(90deg, #fff 0%, #FFF 100%), #FFF;
		border: 1px solid #bbb;
		border-radius: 5px;
		box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	}


	.category_lifestyle a{
		width: auto;
		display:block;
		text-decoration: none;
		padding: 8px;
		font-size:14px;
		line-height: 1.4446;
		color: #444;
	}
	.category_lifestyle a:hover{

	}
	
	
	.category_entertainment{
		margin-bottom:20px;
	}
	.category_entertainment h3{
		background:#36c5ce;
		padding:10px;
		font-size:14px;
		text-align:center;
		margin-bottom:10px;
		color:#fff;

	}
	.category_entertainment li{
		float: left;
		margin:4px;
		background: #fff;
		background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF)), #FFF;
		background: -moz-linear-gradient(90deg, #fff 0%, #FFF 100%), #FFF;
		border: 1px solid #bbb;
		border-radius: 5px;
		box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	}


	.category_entertainment a{
		width: auto;
		display:block;
		text-decoration: none;
		padding: 8px;
		font-size:14px;
		line-height: 1.4446;
		color: #444;
	}
	.category_entertainment a:hover{

	}
	
	
	
	
	/****************************************
		人気の記事
	*****************************************/
	.popularity_reports{
		border-top: 1px solid #e5e5e5;
	}
	
	
	.report_title{

		margin-left:auto;
		margin-right:auto;
		width:300px;
	}
	
	.popularity_reports_size{
		width:300px;
		height:100px;
	}
	
	.thumb_box{
		float:left;
		/*width:calc(50vw - 8px);*/
		width:50vw;
	}
	
	.thumb_box_bg1{

	}
	.thumb_box_bg2{

	}
	.thumb_box_bg3{

	}
	.thumb_box_bg4{

	}
	.thumb_box_bg5{

	}
	
	
	
	.img_thumb{

		/*width:calc(50vw - 8px);*/
		width:50vw;
	}
	
	.img_thumb_size{
		/*width:calc(50vw - 8px);*/
		width:50vw;
	}

	.thumb_txt{

	}

	.thumb_title{
		display:block;
		width:calc(50vw - 8px);
		height:100px;
		position:relative;
	}

	.thumb_point_layout{
		display:block;
		position:absolute;
		top:65px;
	}


	.thumb_title h3{

				padding:4px;
				font-weight: 600;
	}	


	.thumb_txt a{
		width:calc(50vw - 16px);
		font-size:14px;
		line-height: 1.4446;
		color:#333;
		text-decoration:none;
		overflow-wrap:break-word;
		word-wrap: break-word;
		letter-spacing:0.8pt;
		font-weight:600;
		display:block;
		height:calc(100px - 8px);
	}

	.thumb_txt a:hover{

	}

	.thumb_category_box{
		color:#333;
		display:inline-block;
	}
	
	.thumb_category_box p{
		color:#999999;
		border: 1px solid #999999;
		padding:5px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		-o-border-radius:4px;
		-ms-border-radius:4px;
		border-radius:4px;
		margin:2px;
	}

	.thumb_scale {

	}
	.thumb_scale img {

	}
	.thumb_scale img:hover {

	}
	/****************************************
       		おすすめ
	*****************************************/

	.blog-recommended{
		padding:20px 0px;	
	}


	.blog-recommended h2{
		font-size:18px;
		border-left: 10px solid #222; 
		padding: 8px 0 8px 16px;
		color:#222;
	}
	
	
	.blog-recommended-layout{
		padding-top:20px;
		padding-bottom:20px;

	}
	
	.blog-recommended-list{
		float:left;
		width:50%;
	}
	
	/****************************************
       		検索結果
	*****************************************/
	.blog-nodata_txt{
		font-size:14px;
		line-height: 1.4446;
		color: #444;
		padding:10px;
	}
	
	
	
	
	
	/****************************************
       		モバイル専用フッタ
	*****************************************/
	.mobile-menu-footer{
	
		width: 100vw;
		height:55px;
		border:1px solid #aaa;
		position:fixed;
		bottom:0;
		background:#222;
		color:#999999;
		z-index: 10000;
		
		box-shadow:0px 0px 5px 2px #00051e;
		-moz-box-shadow:0px 0px 5px 2px #00051e;
		-webkit-box-shadow:0px 0px 5px 2px #00051e;
	}
	
	
	.footer_home{
		float:left;
		width:25vw;
	}
	
	.footer_home a{
		width:25vw;
		height:56px;
		background-size:25vw 10vh;
		display:block; /*インラインからブロック要素へ変更*/
		background-image: url("../images/footer_icn1.png");
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;/*テキスト非表示*/
		text-indent: 100%;/*テキスト非表示*/
		white-space: nowrap;/*テキスト非表示*/
	}
	
	
	
	.footer_recommended{
		float:left;
		width:25vw;
		
	}
	
	.footer_recommended a{
		width:25vw;
		height:56px;
		background-size:25vw 10vh;
		display:block; /*インラインからブロック要素へ変更*/
		background-image: url("../images/footer_icn2.png");
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;/*テキスト非表示*/
		text-indent: 100%;/*テキスト非表示*/
		white-space: nowrap;/*テキスト非表示*/
		
	}
	
	
	
	
	.footer_popularity{
		float:left;
		width:25vw;
	}
	
	.footer_popularity a{
		width:25vw;
		height:56px;
		background-size:25vw 10vh;
		display:block; /*インラインからブロック要素へ変更*/
		background-image: url("../images/footer_icn3.png");
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;/*テキスト非表示*/
		text-indent: 100%;/*テキスト非表示*/
		white-space: nowrap;/*テキスト非表示*/
	}
	
	
	
	
	.footer_tag{
		float:left;
		width:25vw;
	}
	
	
	.footer_tag a{
		width:25vw;
		height:56px;
		background-size:25vw 10vh;
		display:block; /*インラインからブロック要素へ変更*/
		background-image: url("../images/footer_icn4.png");
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;/*テキスト非表示*/
		text-indent: 100%;/*テキスト非表示*/
		white-space: nowrap;/*テキスト非表示*/
	}
	
	/****************************************
       		サイトマップ
	*****************************************/
	
	h2.sitemap_title{
		font-size:14px;
		color:#888;
		padding:5px 10px 5px 10px;
		line-height: 1.4446;
	}
	
	.sitemap_list{
		padding:10px;
	}
	
	.sitemap_list li{
		display:list-item;
		list-style-type: disc;
		font-size:9px;
		color:#888;
		line-height: 1.4446;
		padding:15px 0px 15px 0px;
		margin-left:10px;
	}
	

	.sitemap_list a{
		display:block;
		text-decoration:none;
		color:#888;
	}	
				
	/****************************************
		追加
	*****************************************/
	.new_contents{
					
	}
				
	.new_contents a{
					display:block;
					font-size:14pt;
					color:#442222;
					text-decoration:none;
	}
				
}