@charset "UTF-8";
/* CSS Document */

/* =========================================================
 reset
========================================================= */
body {
	margin:0px;
	padding: 0px;
}

span {
	text-align: left;
}
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, address, ul, ol, li, dl, dt, dd, span, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
}
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
	font-size: 100%;
}
/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
	border: none;
	vertical-align:top;
}

/* =========================================================
 Clear of Float
========================================================= */
span.clear {
	margin: 0;
	display: block;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* =========================================================
 body css
========================================================= */
body {
	font-size: 9pt;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #ffffff;
}


/* =========================================================
 wrapper css
========================================================= */
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	background-color: #ffffff;
}


/* =========================================================
 globalnavi css
========================================================= */

#globalnavi {
	text-align: left;
	margin-bottom: 45px;
}


/* =========================================================
 a:link css
========================================================= */
a:link {
	color: #ad4d00;
	text-decoration: none;
}
a:visited {
	color: #ad4d00;
	text-decoration: none;
}
a:hover {
	color: #ff7200;
	text-decoration: none;
}
a:active {
	color: #ad4d00;
	text-decoration: none;
}


/* =========================================================
 contents css
========================================================= */
.contents_top {
	clear: both;
}

.contents_local {
	clear: both;
	width: 760px;
	margin: 0 100px 0 100px;
}

.local_top {
	clear: both;
	width: 760px;
	margin: 0 0 0 0;
	text-align: left;
}

.section01 {
	float: left;
	width: auto;
	height: auto;
	margin-right: 30px;
	padding-bottom: 50px;
}

.section02 {
	width: auto;
	height: auto;
}



/* =========================================================
 text css
========================================================= */
.local_logo {
	display: block;
	text-align: left;
	margin: 6px 0 15px 0;
}

h1 {
	display: block;
	text-align: left;
	margin: 6px 0 15px 0;
}

.local_h1 {
	font-size: 180%;
	color: #666666;
	margin-bottom: 20px;
}

.title_h1 {
	font-size: 100%;
	color: #555555;
	text-align: left;
	margin: 15px 0 0 0;
	line-height: 1.8em;
}

/*  作品の横に文　*/
.title_h1_2 {
	font-size: 100%;
	color: #555555;
	text-align: left;
	line-height: 1.8em;
}

.text01 {
	font-size: 90%;
	color: #666666;
	text-align: left;
	margin: 8px 0 20px 0;
	line-height: 1.8em;
	width: 740px;
}

.text_gallery {
	font-size: 90%;
	color: #666666;
	text-align: left;
	margin: 15px 0 20px 0;
	line-height: 1.8em;
}


/* =========================================================
 illustration css
========================================================= */
.ill_top_area_1 {
	width: 760px;
	margin: 0 0 80px 0;
	overflow: hidden;
}
.ill_top_area_2 {
	width: 760px;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.text_ill_category {
	width: 740px;
	font-size: 1.1em;
	color: #999;
	padding: 0 0 10px 0;
	margin: 0;
}



/* =========================================================
 profile css
========================================================= */
.section_about_01 {
	float: left;
	width: 310px;
	padding: 0 30px 0 0;
}

.section_about_02 {
	float: left;
	width: 410px;
}

.about_h1 {
	font-size: 1em;
	line-height: 2em;
	color: #444444;
	padding: 20px 0;
	margin-bottom: 30px;
}

.about_h2 {
	font-size: 100%;
	color: #333333;
	text-align: left;
	margin: 8px 0 40px 0;
	line-height: 2.4em;
}

.text_about {
	font-size: 90%;
	color: #666666;
	text-align: left;
	margin: 8px 0 24px 0;
	line-height: 2.4em;
}

.text_about_link {
	font-size: 90%;
	color: #666666;
	text-align: left;
	padding: 16px 0 0 0;
	margin: 8px 0 24px 0;
	line-height: 2.4em;
}

.img_local_about01 {
	float: left;
	margin-right: 70px;
}


/* =========================================================
 shop css
========================================================= */
.h1_shop01 {
	font-size: 1.3em;
	color: #444;
	text-align: left;
	padding: 20px 0 0 0;
}

.h2_shop01 {
	font-size: 1.2em;
	color: #444;
	text-align: left;
	padding: 0 0 10px 0;
}

.h2_shop02 {
	font-size: 1.3em;
	color: #444;
	text-align: left;
	padding: 40px 0 10px 0;
}

.shop_area {
	padding: 0 0 0 240px;
}

.shop_link {
	width: 380px;
}

.text_shop01 {
	font-size: 1em;
	text-align: left;
	margin: 10px 0 10px 0;
	line-height: 1em;
}

.text_shop02 {
	font-size: 80%;
	text-align: left;
	margin: 0 0 26px 0;
	line-height: 1em;
}

.text_shop03 {
	font-size: 1em;
	text-align: left;
	margin: 10px 0 10px 0;
	color: #555;
	line-height: 1em;
}


/* =========================================================
 image css
========================================================= */
.img_top01 {
	float: left;
	margin-right: 100px;
	margin-left: 100px;
}

.img_top02 {
	float: left;
	margin-right: 100px;
}

.img_local_other01 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img_local_other02 {
	float: left;
	margin-right: 0;
}

.img_local_topback {
	text-align: left;
	padding: 30px 0 10px 0;
}


/* =========================================================
 footer css
========================================================= */
#footer {
	clear: both;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	padding: 70px 0 20px 0;
	margin: 0 0 20px 0;
	width: 960px;
}

.footer_left {
	float: left;
	text-align: right;
	width: 460px;
	padding: 2px 20px 0 0;
}
.footer_right {
	float: right;
	text-align: left;
	width: 460px;
	padding: 0 0 0 20px;
}



/* =========================================================
 backtotop css
========================================================= */

.backtotop {
	clear: both;
	text-align: center;
	padding-top: 20px;
}

.img_backtotop a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
}