@media(min-width:900px){
	body{
		margin:0;
	}

	/*=================================
	見出し。
	===============
	====================================================*/
	h1,h2,h3,h4,h5,.headline-border{
		font-size:19px;
		margin:0 0 21px 0;
		padding:0 50px 13px 0;
		text-align:left;
		word-spacing:-3.7px;
		letter-spacing:1.1px;
	}
	.headline{
		font-size:19px;
		word-spacing:-3.7px;
		letter-spacing:1.1px;
		margin:0;
		padding:0 0 15px 0;
	}
	
	/*=================================
	文章。
	===============
	====================================================*/
	p{
		line-height:1.8;
		margin:0 0 25px 0;
		padding:0 5px;
		color:#2a4239;
	}

	/*=================================
	文章枠。
	===============
	====================================================*/
	.content-frame{
		width:auto;
	}
	.article{
        font-size:13px;
    }

	/*=================================
	ヘッダー。
	===============
	====================================================*/
	
	header{
		max-width:470px;
		padding:50px 0 40px 0;
		border-bottom:none;
		box-shadow:none;
	}
	/*-------------------------
	ロゴ。
	------------------------------*/
	.logo{
		display:none;
	}


	/*-------------------------
	検索窓。
	------------------------------*/
	.search{
		display:block;
		position:static;
		top:auto;
		bottom:auto;
		left:auto;
		right:auto;
		padding-top:0;
		z-index:1;
		border:none;
	}
	.search-box{
		margin:0;
	}
	#search-close{
		display:none;
	}
	.search-switch{
		display:none;
	}





	/*-------------------------
	。
	------------------------------*/
	.top-menu-box{
		width:130px;
	}
	#menu-top{
		display:none;
	}

	/*=================================
	左辺縦項目一覧。
	===============
	====================================================*/

	.menu-vertical{
		display:block;
		
	}


	.main-frame{
		max-width:470px;
		margin:0 30px 0 0;
	}
	main{
	}

	/*-------------------------
	検索枠。
	------------------------------*/
	.search-box{
		width:310px;
	}
	.search-text{
		width:200px;
	}
	/* 画面下部の削除ボタン */
	.search-close-button-bottom{
		display:none;
	}











	/*=================================
	大項目 menu-big。
	===============
	==============================
	====================================================*/

	.menu-big{
		padding:0;
		border-left: 1px solid #e0e0e0;
	}
	.auxiliary-frame{
		display:block;
	}
	.auxiliary-box{
		width:250px;
	}

	/* 大項目枠下部の削除ボタン */
	.menu-big-close-button-bottom{
		display:none;
	}

	/*-------------------------
	大項目の縦スクロール。
	------------------------------*/

	.menu-big::-webkit-scrollbar{
		width:12px;
	}
	.menu-big::-webkit-scrollbar-thumb{
		background-color:#4ea36f;
		border-radius:6px;
	}
	.menu-big::-webkit-scrollbar-track{
		background-color:#fff;
		margin-top:2px;
		margin-bottom:2px;
	}
	.menu-big::-webkit-scrollbar-thumb:hover{
		background-color:#54af77;
	}

	/*=================================
	menu-big ドット遷移型画像展示。
	==============================
	====================================================*/
	/*-------------------------
	ドット遷移型画像展示の枠。
	------------------------------*/
	.menu-big-slide-show-dot{
		padding:10px 0 20px;
	}
	/*-------------------------
	タイトル。
	------------------------------*/
	#menu-big-slide-show-title-1,#menu-big-slide-show-title-2{
		height:36px;
		line-height:36px;
		font-size:17px;
	}
	/*-------------------------
	ドット遷移型画像展示。
	------------------------------*/
	.menu-big-slide-show-dot-switch-1, .menu-big-slide-show-dot-switch-2{
		margin:15px auto 0;
	}
	.menu-big-slide-show-dot-switch-1 .prev,.menu-big-slide-show-dot-switch-1 .next,.menu-big-slide-show-dot-switch-2 .prev,.menu-big-slide-show-dot-switch-2 .next{
		height:30px;
		line-height:30px;
	}

	/*=================================
	menu-big 画像付きのリンク一覧。
	===============
	====================================================*/
	/*-------------------------
	画像付きリンクリスト枠
	------------------------------*/
	.menu-big-list{
		padding:10px 10px 25px;
	}
	.menu-big-list-line{
		margin:0 0 22px 0;
		padding:0 0 22px 0;
	}
	/*-------------------------
	タイトル。
	------------------------------*/
	.menu-big-list-title{
		height:36px;
		line-height:36px;
		font-size:17px;
	}

	/*=================================
	menu-big 基本バナー枠。
	===============
	====================================================*/
	.menu-big-banner{
		padding:7px 0 35px;
	}

	/*-------------------------
	大型項目｜通常リンク集
	------------------------------*/
	.menu-big-banner-title{
		height:46px;
		line-height:46px;
		font-size:17px;
	}

	/*=================================
	menu-big その他のリンク。
	===============
	====================================================*/
	/*-------------------------
	他項目。
	------------------------------*/
	.menu-big-other a{
		height:50px;
		line-height:50px;
	}
	/*=================================
	menu-big 著作権表示。
	===============
	====================================================*/

	.copyright{
		height:61px;
		line-height:61px;
	}















	/*=================================
	メイン画像。
	===============
	==============================
	====================================================*/
	/* 画像や動画を表示する枠 */
	.main-visual{
		margin-bottom:25px;
	}
	/*=================================
	切替ボタン。
	===============*/

	/* 切替ボタン枠 */
	.main-visual-item-box {
		height:50px;
		line-height:50px;
		margin:0 auto 30px;
	}


	/*=================================
	目次。
	===============
	====================================================*/
	.table-of-contents {
		display:block;
		width:250px;
		font-size:13px;
	}
	.table-of-contents-title{
		font-size:13px;
	}

	/*=================================
	項目一覧。
	===============
	====================================================*/
	.item{
		width:100%;
		border-left:none;
		z-index:9;
	}
	
	.item-box {
		width:820px;
	}
	.item-box-large {
		width:250px;
		margin:0;
	}
	.item-box-for-adjustment-one,.item-box-for-adjustment-two{
		width:250px;
		display:block;
	}

	.item-close-button-upper-right{
		display:block;
	}
	/* 画面下部の削除ボタン */
	.item-close-button-bottom{
		display:block;
		right:0;
		left:0;
		width:500px;
		bottom:30px;
	}
	.item-colose-button-bottom-bar{
		width:500px;
	}
	.item-menu-switch{
		display:none;
	}

	/*=================================
	縦メニュー右側。
	===============
	====================================================*/

	/*-------------------------
	縦メニューの大枠。
	------------------------------*/
	.auxiliary-box-text{
		font-size:13px;
	}
	/*=================================
	モバイル用フッターメニュー。
	===============
	====================================================*/
	nav.menu-box-bottom{
		display:none;
	}






	/*=================================
	画像リンク枠。
	===============
	====================================================*/
	/*-------------------------
	リンクサイト題名。
	------------------------------*/
	.image-link-box-title{
		font-size:17px;
		letter-spacing:0.2px;
		padding:27px 15px 24px 15px;
	}
}