﻿@charset "utf-8";
/* CSS Document */


/*--------------------------------------------------------------------------------
　＊専用クラス
-----------------------------------------------------------------------------------*/

/*サイトマップ　大枠*/
section#sitemap {
	display:block;
	float:left;
	width:207px;
	margin:0px 15px 35px 15px;
	}

/*サイトマップ　大カテゴリ*/
section#sitemap h4 {
	margin:0px 0px 3px;
	padding:0px;
	}

/*サイトマップ　簡単説明分*/
section#sitemap p.sitemap-info {
	font-size:11px;
	margin-bottom:20px;
	}

/*サイトマップ　リスト枠*/
section#sitemap ul.sitemap-list {
	margin:0px;
	}

/*サイトマップ　リスト*/
section#sitemap ul.sitemap-list li {
	margin-bottom:5px;
	font-size:12px;
	}







/*--------------------------------------------------------------------------------
　▼　VIEWPORT定義
-----------------------------------------------------------------------------------*/

/*====================================▼　タブレット・モード　/　760pxで最適化　▼======================================*/
@media screen and (max-width: 960px) {

/*サイトマップ　大枠*/
section#sitemap {
	width:207px;
	margin:0px 15px 35px 15px;
	}

}





/*====================================▼　スマートフォン・ランドスケープ・モード（横向き） /　580pxで最適化　▼======================================*/
@media only screen and (max-width:640px) {

/*サイトマップ　大枠*/
section#sitemap {
	width:170px;
	margin:0px 10px 35px 10px;
	}

}





/*====================================▼　スマートフォン・ポートレート・モード（縦向き） /　320pxで最適化　▼======================================*/
@media only screen and (max-width:480px) {

/*サイトマップ　大枠*/
section#sitemap {
	width:310px;
	margin:0px 5px 25px 5px;
	text-align:center;
	}

/*サイトマップ　大カテゴリ*/
section#sitemap h4 {
	margin:0px 0px 0px;
	font-size:15px;
	}

/*サイトマップ　簡単説明分*/
section#sitemap p.sitemap-info {
	font-size:12px;
	margin-bottom:15px;
	}

/*サイトマップ　リスト枠*/
section#sitemap ul.sitemap-list {
	margin:0px;
	}

/*サイトマップ　リスト*/
section#sitemap ul.sitemap-list li {
	margin-bottom:8px;
	font-size:14px;
	}

}
