/*===============================================
●base.css 画面の横幅が641px以上
===============================================*/
@media print, screen and (min-width: 641px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*  メイン画像　*/
/*--------------------------------------------------------*/

.index_mainBox{
	margin-top:20px;
	margin-bottom:35px;
}

.index_mainBox .main_photo{
	margin-bottom:20px;
}

.index_mainBox .sp_main_photo{
	display:none;
}

.index_mainBox .main_copy{
}

/*  ピックアップ記事　*/
/*--------------------------------------------------------*/

h2.pickup_midashi{
	display:none;
}

.pickup_newsBox{
	overflow: hidden;
	margin-bottom:20px;
}

.pickup_newsBox .pickup_photo{
	float:left;
	width:240px;
	margin-right:20px;
}

.pickup_newsBox .pickup_news{
	float:left;
	width:380px;
}

.pickup_newsBox .pickup_news p.icon{
	font-size:0px;
	line-height: 0px;
	padding-top:3px;
	margin-bottom:8px;
}

.pickup_newsBox .pickup_news h2{
	font-size:175%;
	font-weight: bold;
	line-height: 1.3em;
	color:#222;
	margin-bottom: 10px;
}

.pickup_newsBox .pickup_news ul li{
	font-size:100%;
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-left:5px;
}

.pickup_newsBox .pickup_news ul li a{
	background: url(../resource/image/arrow.png) left no-repeat;
	padding-left: 10px;
}

/*  トップページの記事一覧　*/
/*--------------------------------------------------------*/

p.sp_news_tit{
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #DDD;
	padding:10px 0;
	margin-bottom:15px;
}

/*  すべての記事を読む　*/
/*--------------------------------------------------------*/

.all_news_link{
	text-align: right;
	font-size:90%;
	line-height: 1.5em;
}

.all_news_link a{
	background: url(../resource/image/arrow.png) left no-repeat;
	padding-left:7px;
}

/*  カテゴリ別の最新記事（2列）　*/
/*--------------------------------------------------------*/

.category_newsBox{
	margin-top: 15px;
	overflow: hidden;
}

.category_newsBox .leftBox{
	float:left;
	width:310px;
	margin-right:20px;
}

.category_newsBox .rightBox{
	float:left;
	width:310px;
}

.category_newsBox .leftBox h2.category_listname,
.category_newsBox .rightBox h2.category_listname{
	border-top:1px solid #36332C;
	border-bottom:1px solid #DDD;
	padding-top:7px;
	padding-bottom:7px;
	font-size:105%;
	font-weight:bold;
	letter-spacing:1.2px;
	color:#333;
	line-height: 1.5em;
	margin-bottom:10px;
}

.category_newsBox .leftBox h2.category_listname a,
.category_newsBox .rightBox h2.category_listname a{
	background: url(../resource/image/arrow.png) left no-repeat;
	padding-left:8px;
}

.category_newsBox .leftBox ul li,
.category_newsBox .rightBox ul li{
	overflow: hidden;
	margin-bottom:10px;
}

.category_newsBox .leftBox ul li .category_list_photo,
.category_newsBox .rightBox ul li .category_list_photo{
	float:left;
	width:80px;
	margin-right:10px;
}

.category_newsBox .leftBox ul li .category_list_photo img,
.category_newsBox .rightBox ul li .category_list_photo img{
	width:80px;
	height:auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.category_newsBox .leftBox ul li .category_list_photo a:hover img,
.category_newsBox .rightBox ul li .category_list_photo a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.category_newsBox .leftBox ul li .category_list_txt,
.category_newsBox .rightBox ul li .category_list_txt{
	float:right;
	width:220px;
	padding-top:2px;
}

.category_newsBox .leftBox ul li .category_list_txt h3,
.category_newsBox .rightBox ul li .category_list_txt h3{
	font-size:105%;
	font-weight:nomal;
	color:#333;
	line-height: 1.5em;
}

.category_clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 10px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

}










/*===============================================
●smartphone.css 画面の横幅が640px以下
===============================================*/
@media screen and (max-width:640px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*  メイン画像　*/
/*--------------------------------------------------------*/

.index_mainBox{
}

.index_mainBox .main_photo{
	display:none;
}

.index_mainBox .sp_main_photo{
}

.index_mainBox .main_copy{
	display:none;
}

/*  ピックアップ記事　*/
/*--------------------------------------------------------*/

h2.pickup_midashi{
	margin-top:10px;
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #DDD;
	padding:8px 10px;
	margin-bottom:10px;
}

.pickup_newsBox{
	margin-bottom:15px;
	padding:0 10px;
	overflow:hidden;
}

.pickup_newsBox .pickup_photo{
	float:left;
	width:37%;
	margin-right:3%;
	padding-top:2px;
}

.pickup_newsBox .pickup_news{
	float:left;
	width:60%;
}

.pickup_newsBox .pickup_news p.icon{
	display:none;
}

.pickup_newsBox .pickup_news h2{
	font-size:120%;
	font-weight: bold;
	line-height: 1.3em;
	color:#222;
	margin-bottom:13px;
}

.pickup_newsBox .pickup_news ul li{
	font-size:85%;
	line-height: 1.4em;
	margin-bottom: 7px;
	margin-left:5px;
}

.pickup_newsBox .pickup_news ul li a{
	background: url(../resource/image/arrow.png) left no-repeat;
	text-decoration:underline;
	padding-left: 8px;
}

.pickup_newsBox .pickup_news ul li a:hover{
	text-decoration:none;
}

/*  トップページの記事一覧　*/
/*--------------------------------------------------------*/

p.sp_news_tit{
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	color:#333;
	border-top:2px solid #A49F99;
	border-bottom:1px solid #DDD;
	padding:8px 10px;
	margin-bottom:10px;
}

/*  すべての記事を読む　*/
/*--------------------------------------------------------*/

.all_news_link{
	padding-top:5px;
	text-align: right;
	font-size:90%;
	line-height: 1.5em;
	margin-bottom:25px;
}

.all_news_link a{
	background: url(../resource/image/arrow.png) left no-repeat;
	padding-left:7px;
	padding-right:10px;
}

/*  カテゴリ別の最新記事（2列）　*/
/*--------------------------------------------------------*/

.category_newsBox{
	display:none;
}

.category_newsBox .leftBox{
}

.category_newsBox .rightBox{
}

.category_newsBox .leftBox h2.category_listname,
.category_newsBox .rightBox h2.category_listname{
}

.category_newsBox .leftBox h2.category_listname a,
.category_newsBox .rightBox h2.category_listname a{
}

.category_newsBox .leftBox ul li,
.category_newsBox .rightBox ul li{
}

.category_newsBox .leftBox ul li .category_list_photo,
.category_newsBox .rightBox ul li .category_list_photo{
}

.category_newsBox .leftBox ul li .category_list_photo img,
.category_newsBox .rightBox ul li .category_list_photo img{
}

.category_newsBox .leftBox ul li .category_list_photo a:hover img,
.category_newsBox .rightBox ul li .category_list_photo a:hover img{
}

.category_newsBox .leftBox ul li .category_list_txt,
.category_newsBox .rightBox ul li .category_list_txt{
}

.category_newsBox .leftBox ul li .category_list_txt h3,
.category_newsBox .rightBox ul li .category_list_txt h3{
}

.category_clr {
}

}
