@media(min-width:700px){

	body{

	}

	p{
		padding:0;
	}
	.content-frame{
		width:100%;
	}

	/*=================================
	ヘッダー 。
	===============
	====================================================*/

	.top-menu-item{
		width:70px;
		height:50px;
	}

	/*=================================
	主内容。
	===============
	====================================================*/

	.main-frame{
		max-width:620px;
		margin:30px auto 0 auto;
		padding:0;
		border:1px solid #e5e5e5;
		border-radius:5px;
		box-shadow:0 0 15px 1px rgba(0, 0, 0, 0.05);
	}
	main{
	}
	.article:last-child {
		margin:0 35px 70px;
	}

	/*=================================
	メイン画像。
	===============
	====================================================*/

	.main-visual img{
		border-radius:1px;
	}
	.main-visual video {
		border-radius:1px;
	}

	/*=================================
	ナビゲーション枠。
	===============
	====================================================*/
	.navigation{
		margin:0 35px 65px;
	}

	/*=================================
	文章枠。
	===============
	====================================================*/

	.article {
		font-size:15px;
		margin:0 35px 65px;
	}


	/*=================================
	検索枠。
	===============
	====================================================*/

	.search{
		width:390px;
	}
	.search-box{
		width:320px;
	}
	/* 画面下部の削除ボタン */
	.search-close-button-bottom{
		width:350px;
	}
	/* 画面下部の削除ボタン */
	.search-colose-button-bottom-bar{
		width:350px;
		height:50px;
		line-height:50px;
	}

	/*=================================
	menu-big 大項目枠。
	===============
	==============================
	====================================================*/
	.menu-big {
		width:390px;
		padding:0 0 70px;
	}

	/*=================================
	menu-big大項目枠。
	===============
	====================================================*/

	.menu-switch{
		width:390px;
	}

	/* 大項目枠下部の削除ボタン */
	.menu-big-close-button-bottom{
		width:350px;
	}
	/* 大項目枠下部の削除ボタン */
	.menu-big-colose-button-bottom-bar{
		width:350px;
		height:50px;
		line-height:50px;
	}

	/*=================================
	全項目一覧。
	===============
	====================================================*/
	.item {
		width:390px;
	}
	.item-box-large {
		margin:0 20px;
	}
	/*=================================
	項目枠の削除装置。
	===============
	====================================================*/
	/*=================================
	項目枠の削除ボタン下。
	===============*/
	.item-close-button-bottom{
		width:350px;
	}
	.item-colose-button-bottom-bar{
		width:350px;
	}


	/*=================================
	単純角丸の色付き枠。
	===============
	====================================================*/

	.frame-foundation {
		margin:35px 0 30px 0;
	}
	.-frame-green::before {
		width:49%;
	}
	.-frame-green::after {
		width:49%;
	}
	.-frame-blue::before {
		width:49%;
	}
	.-frame-blue::after {
		width:49%;
	}
	
	/*=================================
	画像リンク枠。
	===============
	====================================================*/
	.image-link-box{
		padding-bottom:27px;
		margin-top:40px;
	}
	.image-link-box:first-child{
		margin-top:45px;
	}
	/*-------------------------
	リンクサイト題名。
	------------------------------*/
	.image-link-box-title{
		font-size:17px;
		line-height:1.7;
		padding:27px 27px 24px 27px;
	}
	/*-------------------------
	リンクサイト解説。
	------------------------------*/
	.image-link-box-description{
		padding:0 27px 33px 27px;
		font-size:13px;
	}

}