@charset "utf-8";
/* ------------------------------------------------
 * Style Name  :  default.css
 * --------------------------------------------- */
 
/*
YUI 3.14.1 (build 63049cb)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sub {
	vertical-align: text-bottom
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
*font-size:100%
}
legend {
	color: #000
}
#yui3-css-stamp.cssreset {
	display: none
}
/* Universal Reset
 * --------------------------------------------- */
* {
	padding: 0;
	margin: 0;
}
body, div, pre, p, blockquote, form, fieldset, input, textarea, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object {
	margin: 0;
	padding: 0;
}
/* Body and base setting
 * --------------------------------------------- */
body {
	font: 13px/1.8 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif, 'メイリオ', Meiryo;
 *font-size:small;
 *font:x-small;
	color: #4C3D39;
	bottom: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	width: 1100px;
	height: auto;
	margin: auto;
	display: block;
	box-shadow: 0px 0px 24px rgba(71,56,35,0.35);
}
/* General Params
 * --------------------------------------------- */
html {
	overflow-y: scroll; /* Firefox bar */
	height: 100%;
	width: 100%;
	background-color: #efeeed;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
	font-size: 100%;
}
a {
	color: #4C3D39;
	text-decoration: none;
}
a img {
	border: 0;
	text-decoration: none;
}
input {
	vertical-align: middle;
}
br {
	letter-spacing: 0;
} /* IE No <br/> hack */
/*
p {
 margin-bottom: 1em;
 line-height: 1.75;}
*/

img {
	border: none;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
/* Text Align
 * --------------------------------------------- */
.textAlignCenter {
	text-align: center;
}
.textAlignLeft {
	text-align: left;
}
.textAlignRight {
	text-align: right;
}
/* Float
 * --------------------------------------------- */
/* LEFT */ .floLeft {
	float: left;
}
/* RIGHT */ .floRight {
	float: right;
}
/* CLEAR */ .floClear {
	clear: both;
	float: none;
}
/* Clearfix
 * --------------------------------------------- */
/* for modern browser */
.clearfix:after {
	font-size: 0px;
	line-height: 0px;
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* for IE5.5-7 */
.clearfix {
	zoom: 1;
	display: inline-block;
}
/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block;
}
.clearboth {
	clear: both;
}
/* Global Style
---------------------------------------------------------------- */
.align_right {
	float: right;
}
.align_left {
	float: left;
}
/* Global Font Style
---------------------------------------------------------------- */
.fontSize10 {
	font-size: 77%;
}
.fontSize11 {
	font-size: 85%;
}
.fontSize12 {
	font-size: 93%;
}
.fontSize13 {
	font-size: 100%;
}
.fontSize14 {
	font-size: 108%;
}
.fontSize15 {
	font-size: 116%;
}
.fontSize16 {
	font-size: 123.1%;
}
.fontSize17 {
	font-size: 131%;
}
.fontSize18 {
	font-size: 138.5%;
}
.fontSize19 {
	font-size: 146.5%;
}
.fontSize20 {
	font-size: 153.9%;
}
.fontSize21 {
	font-size: 161.6%;
}
.fontSize22 {
	font-size: 167%;
}
.fontSize23 {
	font-size: 174%;
}
.fontSize24 {
	font-size: 182%;
}
.fontSize25 {
	font-size: 189%;
}
.fontSize26 {
	font-size: 197%;
}
.fontWeightNormal {
	font-weight: normal
}
.fontItalic {
	font-style: italic;
}
.fontLineHeightNormal {
	line-height: normal;
}
/* line-height
---------------------------------------------------------------- */
.lh2 {
	line-height: 2;
}
/* photo Gallery
---------------------------------------------------------------- */
.photo {
	position: relative;
	display: block;
}
.photo a {
	width: 89px;
	height: auto;
	display: block;
	position: absolute;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	transition: all 0.4s ease-in-out;
}
.photo a img {
	width: 100%;
	height: auto;
}
.photo a:hover img {
	opacity: 0.8;
}
.photo .photo_k {
	left: 17px;
	bottom: 7px;
}
.photo .photo_t {
	left: 112px;
	bottom: 7px;
}
.photo .photo_k:hover, .photo .photo_t:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
