/****************************************
          General Setting
*****************************************/

body {
	font-size: 14px;
}

html, body {
	margin: 0;
	padding: 0;
}

/****************************************
          Typography
*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 {
	margin-bottom: 10px;
	font-size: 160%;
	font-family:
		Helvetica, Arial,
		sans-serif;
}



h2 {
	font-size: 140%;
}



/****************************************
          List
*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/****************************************
          Layout
*****************************************/

html,body{
	box-sizing: content-box;
	height:100%;
}

#container,
.wrapper {
	box-sizing: content-box;

	width: 100%;
}

#contents{
	box-sizing: border-box;
	padding:70px 20px 36px;
	height: auto;
	overflow: visible;
}

#contents div.scroll_box{
	height: auto;
	overflow: visible;
	
	
}

#bg_image{
	z-index: -1;
}

.signature{
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-family: Garamond, 'Classical Garamond', 'Adobe Garamond','Crimson Text', 'EB Garamond', serif;
	font-size: 14px;
}


#index_container{
	padding: 20px 20px 70px;
}

#header {
	position: fixed;
	height: auto;
	width: 100%;
	z-index: 2;
}


#footer_container{
	position: fixed;
	font-size: 80%;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 36px;
	overflow-y:hidden;
	overflow-x: auto;
	
	z-index: 2;
}

#footer {
	width: 100%;
	min-width: 750px;
	height: 36px;
	bottom: 0px;
	left: 0px;
	font-family:
		Helvetica, Arial,
		sans-serif;
}


#header_title object{
	width: 180px;
	height: 70px;
}

#header_title img{
	width: 180px;
	height: 70px;

}

#header_title{
	width: auto;
	height: 70px;
}

#header_title div{
	padding-top: 24px;
	padding-left: 20px;
}


#project_title{
	width: auto;
	height: 70px;
}

#project_title div{
	padding-top: 24px;
	padding-left: 20px;
}

#project_title span{

}


.top_title object{
	width: 160px;
	height: 50px;
}

.top_title img{
	width: 160px;
	height: 50px;
}

.padding_left{
	padding-left: 20px;
}

.index_list{
	
}


#top_logo{
	width: 278px;
	height: 24px;
	background-size: 100%;
	background-repeat: no-repeat;
}

/****************************************
          Contents
*****************************************/

#contents .post{
	
	
}



#contents .page{
	font-family: Garamond, 'Classical Garamond', 'Adobe Garamond','Crimson Text', 'EB Garamond', serif;
	line-height: 160%;
}

#contents .page pre{
	font-family: Garamond, 'Classical Garamond', 'Adobe Garamond','Crimson Text', 'EB Garamond', serif;
	line-height: 160%;
}

#project_description{
	font-family: Garamond, 'Classical Garamond', 'Adobe Garamond','Crimson Text', 'EB Garamond', serif;
	font-size: 14px;
	line-height: 160%;
	height: auto;
	z-index: 1;
	cursor: pointer;
	
	position: relative;
	left: -20px;
	//float: left;
	padding: 20px 20px 20px 20px;
	padding-top: 0px;
	
}

#description_control{
	font-family: 'Roboto Condensed','Zurich Light Condensed BT','Open Sans Condensed', 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}

#project_description span{
	padding: 0px 20px 0px 0px;
}

.header_title_div{
	background-size: 100% 100%;
}


span.header_title{
	letter-spacing:0.08em;
	font-weight: 400;
	font-family:'Roboto Condensed', 'Zurich Condensed BT', 'Open Sans Condensed', 'Ubuntu Condensed', sans-serif;
	font-size: 24px;
}


span.top_header_title{
	font-weight: 400;
	font-family:'Roboto Condensed', 'Zurich Condensed BT', 'Open Sans Condensed', 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
}

span.header_project_title{
	letter-spacing:0.08em;
	font-weight: 400;
	font-family:'Roboto Condensed', 'Zurich Condensed BT', 'Open Sans Condensed', 'Ubuntu Condensed', sans-serif;
	font-size: 24px;
}




/****************************************
          Navigation
*****************************************/


#footer .menu{
	position: relative;
	bottom: 0px;
	clear: both;
	margin-bottom: 0;
}

	#footer div.menu > ul > li,
	#footer ul.menu > li{
		float: left;
	}




#menu_top{
	width: 180px;
	height: 36px;
}

#menu_info{
	width: 34px;
	height: 36px;
}

#menu_blog{
	width: 36px;
	height: 36px;
}

#menu_portfolio{
	width: 66px;
	height: 36px;
}


#menu_store{
	width: 44px;
	height: 36px;
}


#menu_about{
	width: 45px;
	height: 36px;
}


ul.menu li.menu-item{
	background-size: 100% 300%;
	background-position: 0px -36px;
}

ul.menu li.current_page_item{
	background-size: 100% 300%;
	background-position: 0px 0px;
}


ul.menu li.menu-item a{
	opacity: 0.0;
	filter: alpha( opacity=0 );
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	text-decoration: none;
	display: block;
	overflow: hidden;
	height: 0px;
	padding-top: 36px;
	background-size: 100% 300%;
	background-position: 0px -72px;
	
	-webkit-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	transition:opacity .2s linear;
}

ul.menu li.menu-item a:hover{
	opacity: 1.0;
	filter: alpha( opacity=100 );
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	background-size: 100% 300%;
	background-position: 0px -72px;
	
	-webkit-transition:opacity .1s linear;
	-moz-transition:opacity .1s linear;
	-o-transition:opacity .1s linear;
	transition:opacity .1s linear;
}

.no-csstransitions ul.menu li.menu-item a:hover{
    opacity:0;
}

ul.menu li.info_list_item{
	font-weight: 300;
	font-family: Garamond, "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho Pro', serif;
	padding: 5px 0px;
}

ul.menu li.info_list_item a{
	text-decoration: none;
	padding: 2px 5px 2px 1px;
}

ul.menu li.info_list_item a:hover{
	text-decoration: none;
}

div.book_list_item{
	width: 200px;
	height: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
}



.clear_left{
	clear:left;
}

a .book_list_item_img{
	width: 200px;
	height: 200px;
}


a:hover .book_list_item_img{
	opacity: 0.8;
	filter: alpha( opacity=80 );
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	
	-webkit-transition:opacity .1s linear;
	-moz-transition:opacity .1s linear;
	-o-transition:opacity .1s linear;
	transition:opacity .1s linear;
}

.book_list_item_title{
	height:20px;
	width:200px;
	padding: 5px 2px;
	font-size: 12px;

	font-family: Garamond, "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho Pro', serif;
}

div.store_list_item{
	width: 200px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
}

a .store_list_item_img{
	width: 200px;
	height: 200px;
	
	
	opacity: 0.8;
	filter: alpha( opacity=80 );
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	
	-webkit-transition:opacity .03s linear;
	-moz-transition:opacity .03s linear;
	-o-transition:opacity .03s linear;
	transition:opacity .03s linear;
	
}


a:hover .store_list_item_img{
	opacity: 1.0;
	filter: alpha( opacity=100 );
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	
	-webkit-transition:opacity .03s linear;
	-moz-transition:opacity .03s linear;
	-o-transition:opacity .03s linear;
	transition:opacity .03s linear;
}



.store_list_item{
	
	font-family: Garamond, "游明朝体", "Yu Mincho", YuMincho, 'Hiragino Mincho Pro', serif;
}

.store_list_item_title{
	height:20px;
	width:200px;
	padding-top: 5px;
	font-size: 14px;

}

.store_list_item_description{
	height:auto;
	width:200px;
	font-size: 11px;

}

.store_list_item_price{
	height:auto;
	width:200px;
	text-align: right;
	font-size: 14px;

	font-family:'Roboto Condensed', 'Zurich Condensed BT', 'Open Sans Condensed', 'Ubuntu Condensed', sans-serif;
}



.project_category{
	margin-bottom: 30px;
}

.project_category_title{
	font-weight: 400;
	
	font-family: 'Roboto Condensed','Zurich Light Condensed BT','Open Sans Condensed', 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
	padding: 16px 0px 0px;
	clear: left;
}

.project_list{
	height: auto;
}

.project_list a{
	text-decoration: none;
}

.project_list_item{
	font-weight: 300;
	font-family:'Roboto Condensed','Open Sans Condensed', 'Ubuntu Condensed', sans-serif;
}

.project_list_break{
	font-weight: 300;
	font-family: 'Roboto Condensed','Zurich Light Condensed BT','Open Sans Condensed', 'Ubuntu Condensed', sans-serif;
	font-size: 14px;
	float:left;
	padding: 0 3px;
}

.project_list_item span.project_subtitle{
	font-size: 10px;
}

.project_list_item span.project_title{
	font-size: 14px;
}

div.project_list_item{
	float: left;
	width: auto;
}

.store_category_title{
	font-weight: 400;
	
	font-family: 'Roboto Condensed','Zurich Light Condensed BT','Open Sans Condensed', 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
	padding: 16px 0px 0px;
	clear: left;
}


/****************************************
          Copyright
*****************************************/

#copyright{
	width: 335px;
	height: 0px;
	padding-top: 36px;
	background-image: url(../images/parts_img/copyright_gray.svg);
	font-family: 'Roboto Condensed','Zurich Light Condensed BT','Open Sans Condensed', 'Ubuntu Condensed', sans-serif;
	background-size: 100% 100%;
}


/****************************************
          WordPress Misc
*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;

}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


