@charset "utf-8";
/*
Theme Name: STUDIO ITTOKU
Theme URI: http: //www.flatcontinents.com/
Description: STUDIO ITTOKUのテーマ
Author: flat Continentents
Author URI: http: //www.flatcontinents.com/
Tags: green, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http: //binarybonsai.com/kubrick/

	This theme was designed and built by Flat Continents,
	whose blog you will find at http: //www.flatcontinents.com/

	The CSS, XHTML and design is released under GPL: 
	http: //www.opensource.org/licenses/gpl-license.php

*/




* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
border: #FFF1EE solid 2px;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #399;
}
a.mailto {
	outline: none;
	color: #399;
}
a.mailto: hover {
	color: #399;
	text-decoration: none;
}
.alignleft {
	float: left;
	padding: 1px 5px 0 0;
}
.alignright {
	float: right;
		padding: 1px 0 0 5px;
}

/* utility classes */
alignnone,
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.clear {
	clear: both;
}



li {
	list-style: none;
}
body {
	font-family: "Hiragino Kaku Gothic","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande", "Geneva", "Arial", "Verdana", "sans-serif";
	color: #333;
}

div#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* ＝＝＝＝＝＝＝＝＝＝ヘッダー＝＝＝＝＝＝＝＝＝＝＝＝*/
div#header {
	text-align: left;
	width: 900px;
	height: 70px;
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#header2 {
	text-align: left;
	width: 900px;
	height: 70px;
	padding: 0;
	margin-top: 33px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*ロゴ
---------------*/
div#logo {
	width: 370px;
	height: 70px;
	padding-left: 35px;
	float: left;
}
div#logo h1,
div#logo h1 a {
	text-indent: -9999px;
	background: url(image/logo.jpg) no-repeat;
	display: block;
	width: 370px;
	height: 70px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/*menu
-----------------*/
div#menubox {
	width: 444px;
	height: 70px;
	padding: 0;
	float: right;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: auto;
}
div#menubox ul {
	width: 444px;
}
div#menubox li.menu_01,
div#menubox li.menu_01 a {
	text-indent: -9999px;
	display: block;
	background: url(image/menu_01.jpg) no-repeat;
	width: 68px;
	height: 70px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
div#menubox li.menu_02,
div#menubox li.menu_02 a {
	text-indent: -9999px;
	display: block;
	background: url(image/menu_02.jpg) no-repeat;
	width: 79px;
	height: 70px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
div#menubox li.menu_03,
div#menubox li.menu_03 a {
	text-indent: -9999px;
	display: block;
	background: url(image/menu_03.jpg) no-repeat;
	width: 131px;
	height: 70px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
div#menubox li.menu_04,
div#menubox li.menu_04 a {
	text-indent: -9999px;
	display: block;
	background: url(image/menu_04.jpg) no-repeat;
	width: 166px;
	height: 70px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

div#menubox li.menu_01 a,
div#menubox li.menu_02 a,
div#menubox li.menu_03 a,
div#menubox li.menu_04 a {
	background-position: 0 -70px;
}
div#menubox li.menu_01 a:hover,
div#menubox li.menu_02 a:hover,
div#menubox li.menu_03 a:hover,
div#menubox li.menu_04 a:hover {
	background-position: 0 -140px;
}




/* ＝＝＝＝＝＝＝＝＝＝メイン＝＝＝＝＝＝＝＝＝＝＝＝*/
div#main {
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#content {
	width: 750px;
	float: left;
	padding: 0;
	text-align: left;
}
div.post {
	width: 650px;
	margin: 0 auto;
	padding: 0;
}


/* ＝＝＝＝＝＝＝＝＝＝フッター＝＝＝＝＝＝＝＝＝＝＝＝*/


#footer {
	text-align: center;
	height: 15px;
	padding: 0;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
address {
	font-style: normal;
	letter-spacing: 3px;
	color: #333;
	font-size: 10px;
	text-align: center;
	padding: 2px 0 0;
}



/* ＝＝＝＝＝＝＝＝＝＝index page＝＝＝＝＝＝＝＝＝＝＝＝*/

div#mainimg {
	padding: 0;
	height: 449px;
	width: 807px;
	margin-top: 26px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#index_sky {
	background-image: url(image/index_sky.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 15px;

}
div#index_sky a {
	height: 209px;
	width: 259px;
	background-image: url(image/index_sky.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#index_sky a:hover {
	background-image: url(image/index_sky_f2.jpg);
	background-repeat: no-repeat;
}
div#index_food {
	background-image: url(image/index_food.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 15px;

}
div#index_food a {
	height: 209px;
	width: 259px;
	background-image: url(image/index_food.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#index_food a:hover {
	background-image: url(image/index_food_f2.jpg);
	background-repeat: no-repeat;
}
div#index_flower {
	background-image: url(image/index_flower.jpg);
	background-repeat: no-repeat;
	float: left;
}
div#index_flower a {
	height: 209px;
	width: 259px;
	background-image: url(image/index_flower.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#index_flower a:hover {
	background-image: url(image/index_flower_f2.jpg);
	background-repeat: no-repeat;
}
div#index_monochrome {
	background-image: url(image/index_monochrome.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
div#index_monochrome a {
	height: 209px;
	width: 259px;
	background-image: url(image/index_monochrome.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#index_monochrome a:hover {
	background-image: url(image/index_monochrome_f2.jpg);
	background-repeat: no-repeat;
}
div#index_other {
	background-image: url(image/index_other.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
div#index_other a {
	height: 209px;
	width: 259px;
	background-image: url(image/index_other.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
div#index_other a:hover {
	background-image: url(image/index_other_f2.jpg);
	background-repeat: no-repeat;
}
div#index_recentworks {
	height: 209px;
	width: 259px;
	background-image: url(image/index_recentworks.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 15px;
}
div#index_recentworks2 dl {
	margin: 0;
	padding: 0;
}
div#index_recentworks2 dt {
	float: left;
	width: 3.7em;
	font: 0.8em Osaka,sans-serif;
	line-height: 140%;
	color: #fff;
	padding: 0;
}
div#index_recentworks2 dd {
	margin-left: 5.0em;
	text-align: left;
	font: 0.8em Osaka,sans-serif;
	line-height: 140%;
	color: #fff;
	padding: 0;
}
div#index_recentworks2 {
	padding: 15px;
}
div#index_recentworks2 a {
	text-decoration: none;
}
/*blog
------------------------------------------*/


/* ＝＝＝＝＝＝＝＝＝＝サブページ＝＝＝＝＝＝＝＝＝＝＝＝*/



/*各ページタイトルエリア
----------------------------------*/
#h2_title {
	width: 650px;
	height: 68px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#h2_sky,
#h2_food,
#h2_flower,
#h2_mono,
#h2_other,
#h2_recent,
#h2_profile,
#h2_link,
#h2_request {
	text-indent: -9999px;
	width: 650px;
	height: 68px;
	margin: 0;
	padding: 0;
}


#h2_sky {
	background-image: url(image/h2_title_sky.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#h2_food {
	background: url(image/h2_title_food.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#h2_flower {
	background: url(image/h2_title_flower.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#h2_mono {
	background: url(image/h2_title_mono.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#h2_other {
	background: url(image/h2_title_other.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#h2_recent {
	background: url(image/h2_title_recent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#h2_profile {
	background: url(image/h2_title_profile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#h2_link {
	background: url(image/h2_title_link.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#h2_request {
	background: url(image/h2_title_request.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/*MAIN（右エリア）
----------------------------------*/


/*h3タイトル
--------------*/
.h3_title {
	width: 630px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}

.h3_texttitle {
	text-align: center;
	width: 630px;
	margin: 0 auto;
	padding-bottom: 30px;
}

/*h4タイトル
--------------*/
.h4_title {
	width: 610px;
	margin: 0 auto;
	padding: 0;
}


/*その他
---------------*/
.text {
	line-height: 160%;
	width: 610px;
	margin: 0 auto;
	padding: 0;
}
.contents_box {
	line-height: 160%;
	width: 610px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.detail {
	width: 610px;
	margin: 0 auto;
	padding: 10px 0 40px;
}


.text p,
.contents_box p {
	margin: 14px auto;
}
.detail p {
	margin: 14px auto 30px;
}
.detail td {
	padding: 10px;
}


#phone_no {
	width: 610px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}



/* ＝＝＝＝＝＝＝＝＝＝サイドバー＝＝＝＝＝＝＝＝＝＝＝＝*/

div#sidebar {
	width: 150px;
	float: right;
	text-align: left;
}
div#gallery {
	width: 150px;
	margin: 0;
	padding-bottom: 35px;
}
div#gallery p {
	background: url(image/side_menutitle.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 68px;
	margin: 0;
	padding: 0;
}
div#gallery ul {
	width: 150px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	list-style-type: none;
}
div#gallery li,
div#gallery li a {
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 41px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#gallery li.work01,
div#gallery li.work01 a {
	background: url(image/side_menu01.jpg) no-repeat;
}
div#gallery li.work02,
div#gallery li.work02 a {
	background: url(image/side_menu02.jpg) no-repeat;
}
div#gallery li.work03,
div#gallery li.work03 a {
	background: url(image/side_menu03.jpg) no-repeat;
}
div#gallery li.work04,
div#gallery li.work04 a {
	background: url(image/side_menu04.jpg) no-repeat;
}
div#gallery li.work05,
div#gallery li.work05 a {
	background: url(image/side_menu05.jpg) no-repeat;
}
div#gallery li.work01 a,
div#gallery li.work02 a,
div#gallery li.work03 a,
div#gallery li.work04 a,
div#gallery li.work05 a {
	background-position: 0 0;
}
div#gallery li.work01 a:hover,
div#gallery li.work02 a:hover,
div#gallery li.work03 a:hover,
div#gallery li.work04 a:hover,
div#gallery li.work05 a:hover {
	background-position: -150px 0;
}


div#cate,
div#backnum {
	width: 150px;
	margin: 0;
	padding-bottom: 10px;
}

div#cate p,
div#backnum p {
	text-indent: -9999px;
	display: block;
	width: 150px;
	height: 68px;
	margin: 0;
	padding: 0;
}

div#cate p {
	background: url(image/side_catetitle.jpg) no-repeat;
}
div#backnum p {
	background: url(image/side_backtitle.jpg) no-repeat;
}

div#cate ul,
div#backnum ul {
	margin: 0;
	padding: 5px 0 5px 0;
}

div#cate li,
div#backnum li {
	color: #333;
	font-size: 12px;
	list-style: none;
	line-height: 200%;
	padding: 0 0 0 20px;
}

div#cate li a,
div#backnum li a {
	color: #333;
	text-decoration: none;
}

div#cate li a:hover,
div#backnum li a:hover {
	color: #399;
}

.banner {
	margin-bottom: 10px;
	padding: 0;
	clear: both;
}
/* ＝＝＝＝＝＝＝＝＝＝Gallery＝＝＝＝＝＝＝＝＝＝＝＝*/
div#nav {}
div#nav .li_01 {
	background-color: #eee;
	height: 102px;
	width: 94px;
	display: block;
	margin-right: 16px;
	float: left;
	text-align: center;
	margin-top: 16px;
}
div#nav .li_02 {
	background-color: #eee;
	height: 102px;
	width: 94px;
	display: block;
	text-align: center;
	margin-top: 16px;
	float: left;
}
.icon01 {
	margin-top: 20px;
}
/*＝＝＝＝＝＝＝＝プロフィール＝＝＝＝＝＝＝＝＝＝*/
div#pur {
	padding-top: 20px;
	padding-bottom: 15px;
	margin-right: 5px;
	margin-left: 5px;
	color: #666;
	font-size: 12px;
	line-height: 1.4em;
}
div#pur p,div#pur2 p {
	padding-bottom: 10px;
	color: #666;
}
.box_x20 {
	margin-bottom: 20px;
}
.box_x25 {
	margin-bottom: 25px;
}
div#pur #pur2 {
	line-height: 1.4em;
	font: 15px Osaka,sans-serif;
	font-weight: bold;
	color: #399;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}
div#pur2 {
	padding-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: #666;
	font-size: 12px;
	line-height: 1.4em;
}
/*＝＝＝＝＝＝＝＝ブログ＝＝＝＝＝＝＝＝＝＝*/

div.page_title_arch {
	margin: 0 2px 5px 0;
	padding: 0;
	text-align: left;
	border: 1px solid #E4F6FA;
	background: url(image/pagetitle_back.jpg) repeat-y top;
}
div.page_title_arch h3 {
	margin: 0;
	padding: 5px 1px 5px 10px;
	text-align: left;
	display: block;
	border: 1px solid #fff;
	color: #369;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
}
div.page_title_arch h3 a {
	color: #369;
	text-decoration: none;
}
div.page_title_arch h3 a:hover {
	text-decoration: underline;
}
div.article {
	margin-bottom: 25px;
}
div.article small {
	font-size: 0.7em;
	line-height: 145%;
	margin: 0;
	padding: 0 30px 0 10px;
	color: #369;
}
div.article .entry {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 30px 0 30px;
	padding: 10px 0 0 0;
}
div.article .entry p {
	padding-bottom: 1.4em;
}
div.article .postmetadata {
	font-size: 0.7em;
	line-height: 145%;
	clear: both;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
div.article .postmetadata a {
	color: #399;
	text-decoration: underline;
}
div.article .postmetadata a:hover {
	color: #ccc;
	text-decoration: none;
}
/* ＝＝＝＝＝＝＝＝＝＝アイコン付きの前ページ後ページ＝＝＝＝＝＝＝＝＝＝＝＝*/
ul.pager {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	list-style: none;
	width: 648px;
	font-size: 0.9em;
}
li.prev {
	margin: 0;
	line-height: 1.0;
	list-style: none;
	float: left;
	width: 150px;
	padding-left: 10px;
}
li.next {
	margin: 0;
	line-height: 1.0;
	list-style: none;
	float: right;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
img.size-full {
	padding: 0 5px 15px 5px;
}
ul.pager a {
	color: #333;
	text-decoration: none;
}
ul.pager a:hover {
	color: #399;
	text-decoration: none;
}

.supe {
	padding: 5px;
}
.supe_2 {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

/* ＝＝＝＝＝＝＝＝＝＝追加メールフォーム＝＝＝＝＝＝＝＝＝＝＝＝*/

#request {
	color: #666;
	line-height: 1.4;
	margin: 0 auto 0 35px;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: left;
	width: 650px;
}

#h2_request {
	margin-left: 35px;
}

#request p {
	color: #666;
	font-size: 75%;
	padding-bottom: 10px;
}

#request h3 {
	color: #399;
	font: 15px Osaka,sans-serif;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	padding: 10px 0;
}

#request h4 {
	color: #666;
	font: 15px Osaka,sans-serif;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 10px;
}

#request hr {
	border: #ccc 1px solid;
	margin-bottom: 10px;
}

.mailform {
	border-top: #ccc 1px solid;
	text-align: left;
	font-size: 75%;
	line-height: 1.4;
	width: 650px;
}

.mailform th {
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	padding: 15px 0 15px 15px;
	width: 20%;
}

.mailform td {
	border-bottom: #ccc 1px solid;
	padding: 15px 0 15px 20px;
}

.mailform .nonstyle {
	border: none;
	padding: 10px 0 10px 20px;
}
