@charset "utf-8";
/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: 2010年版の WordPress テーマ「Twenty Ten」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすいデザインです。カスタムメニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。Twenty Ten テーマでは6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、投稿やページのカスタムヘッダー画像) に対応しています。印刷用、管理画面のビジュアルエディター用、アサイドおよびギャラリーカテゴリー用のスタイルシートが用意されています。また、サイドバーを取り去った1カラムページのテンプレートもあります。
Author: the WordPress team
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

.fontsp{
	font-family: "Noto Sans Japanese";
}


.yubi{
	background: url(images/yubi_bg.png);
	background-repeat: no-repeat;
	padding: 0px 0 0px 30px;
	box-sizing: border-box;
	line-height: 20px;
	font-weight: bold;
	width: 100%;
}

.img_max{
	width: 100%;
	height: auto;
}

.img_half{
	width: 50%;
	height: auto;
}

.ad_top img{
	width: 100%;
	margin: 5px 0;
}

.text img, #sidebar a img{
	max-width: 100%;
	height: auto;
}

#main img{
	max-width: 100%;
	height: auto;
	margin: 5px 0;
}

.eye_box{
	background: #F2F2F2;
	border-left: 8px red solid;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.eye_txt{
	width: 70%;
	padding: 5px;
	box-sizing: border-box;
	float: left;
	background-repeat: no-repeat;
}

.eye_img{
	width: 30%;
	margin: 0;
	padding: 0;
	float: right;
}

.eye_img img{
	width: 100%;
	height: auto;
	margin: 0!important;
	padding: 0;
}

.eye_box a{
	text-decoration: none;
	color: black;
}

@media screen and (min-width: 768px){

#back{
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

#header_logo{
	width: 300px;
	overflow: hidden;
	float: left;
}
#navi{
	width: 640px;
	height: 72px;
	float: right;
}

#navi ul li{
	float: left;
	line-height: 30px;
	bottom: 0;
	height: 72px;
	margin: 0 5px;
	padding: 40px 0 0 0;
	width: 150px;
	text-align: center;
}


#navi ul li a:hover{
	text-decoration: underline;
	color: red;
}

.eye_message{
	font-size: 2vw;
	font-weight: bold;
	padding: 80px 20px 0 40px;
	font-family: "Noto Sans Japanese";

}
@media (min-width: 800px){
	.eye_message{
		font-size: 30px;
		font-weight: bold;
		padding: 80px 20px 0 40px;
		font-family: "Noto Sans Japanese";

	}
}

.eye_katagaki{
	font-size: 16px;
	padding: 20px 20px 0 40px;
	font-family: "Noto Sans Japanese";
	text-align: right;
}
.eye_name{
	font-size: 26px;
	margin-left: 20px;
}

}
@media screen and (max-width: 767px){
#back{
	width: 96%;
	margin: 0;
	padding: 0 2%;
}



#navi{
	display: none;
}
.eye_message{
	font-size: 22px;
	font-weight: bold;
	padding: 20px 10px 0 10px;
	font-family: "Noto Sans Japanese";
}
.eye_katagaki{
	font-size: 12px;
	padding: 10px 20px 0 0px;
	font-family: "Noto Sans Japanese";
	text-align: right;
}
.eye_name{
	font-size: 20px;
	margin-left: 5px;
}
.eye_txt{
	background-size: cover;
}
}