/* ===========================================
 * header
=========================================== */

#header {
	padding-top: 35px;
	height: 115px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	margin-bottom: -115px;
}

#g_nav {
	position: fixed;
	width: 38px;
	height: 31px;
	top: 30px;
	right: 50px;
	z-index: 10;
}


@media screen and (max-width:640px){
	
	#g_nav {
		top: 48px;
	}

	
}


/* ===========================================
 * footer
=========================================== */

#footer_ph {
	height: 470px;
	width: 100%;
	background-image: url(../../img/f_ph.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#footer_copy {
	height: 220px;
	width: 100%;
	background-image: url(../../img/f_logo_yui.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


@media screen and (max-width:640px){
}




/*=========================================================
  SMART SLIDER
=========================================================*/

.code{
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;
    color: #333;
    font-size:85%;
    letter-spacing:.05em;
    padding:1em;
	background-color: #FFF;
}


.wrapper {
    margin-top:66px;
    background-color: transparent;
}

.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
	
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 68px;
    border-top: 2px solid #056f00;
}


.menu-right {
  float: right;
}



.sidebar {
	margin: 0;
	color: #333;
	background-color: #FFF;
}

.sidebar h6 {
    margin: 0 .8em;
    padding: 0;
    font-weight:300;
}

.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
    
}

.navigation { display:none;}
.updated { display:none;}
.posted-on {
	width:100%;
	display: block;
}

#smart_side_logo_area {
	text-align: center;
	padding-bottom: 40px;
}
#smart_side_logo_area img{
	width: 250px;
}

#smart_side_nav_area {
}

#smart_side_nav_area ul{
	font-size: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
}

#smart_side_nav_area ul li{
	padding-top: 10px;
	padding-bottom: 17px;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px #bebebe solid;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	
}

#smart_side_nav_area ul li a{
	color: #333;
	font-size: 20px;
}


#smart_sub_nav {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
}

#smart_sub_nav a{
	display: block;
	color: #333;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 22px;
	padding-left: 35px;
}


#smart_contact_bt {
	padding-top: 20px;
	padding-bottom: 60px;
}

#smart_contact_bt a{
	width: 290px;
	height: 60px;
	line-height: 60px;
	background-color: #FFF439;
	color: #000;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	border-radius: 30px;
	
}

#head_nav {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	display: block;
	min-height: 80px;
}

#head_nav_logo {
	float: left;
}

#head_nav_close {
	float: right;
	padding-top: 20px;
}

#smart_side_sns {
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 70px;
}


#smart_side_sns a{
	display: inline-block;
	margin-right: 15px;
}

#smart_side_sns a img{
	width: 30px;
}



::selection
{
    background: #4A2609;
    color: #ffffff;
}

/* for Firefox */
::-moz-selection
{
    background: #4A2609;
    color: #ffffff;
}


a {
color: #4A2609;
}

