html{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
color: #333;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}

body{
margin-bottom: 12px;
    font-size: 16px;
color: #333;
    line-height: 28px;
    
}

@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
  
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
    
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

.header-wrapper .menu li{	
	background:url(images/menu-bg.png) repeat-y scroll right top #000000 !important;	
	position: static;
}

.header-wrapper .menu > li.current-menu-item > a, .header-wrapper .menu > li.current-menu-parent > a, .header-wrapper .menu > li.current_page_parent > a, .header-wrapper .menu > li.current_page_ancestor > a{
	color: #ffffff !important;
}

.header-wrapper .menu > li.current-menu-item > a:before, .header-wrapper .menu > li.current-menu-parent > a:before, .header-wrapper .menu > li.current_page_parent > a:before, .header-wrapper .menu > li.current_page_ancestor > a:before{	
	content: '';
	height: 0px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 100%;
}

.site-footer{
	background:#131313 !important;
}

.footer-wrapper{
	background: #000000 !important;
	color: #ffffff !important;
  font-size: 12px !important;
  font-size: 0.857142857rem !important;
	padding: 59px 0 0;
}

p{
margin-bottom: 12px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
color: #333;
	
}

.boxed-layout #page {
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#999)";/*IE 8*/
-moz-box-shadow: 0px 0px 12px #999;/*FF 3.5+*/
-webkit-box-shadow: 0px 0px 12px #999;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0px 0px 12px #999;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#999); /*IE 5.5-7*/

    background: none repeat scroll 0 0 #ffffff;
    margin: 0 auto;
    width: 1000px;
}


.wrapper {
	background: #ffffff;
    margin:0 auto;
    padding: 0 30px;
    width: 1000px;
}

a.site-title {
    font-size: 36px;
    text-transform: none;   
    line-height: 36px; 
}

.site-logo.f-left {
    width: 60%;
}

article.post .entry-header {
    margin: 10px 0 10px 0;
}

article.post .entry-header .entry-title {
    font-size: 30px !important;
line-height: 30px !important;
    margin: 0 0 10px !important;
}

/***** SECONDARY-SIDEBAR *****/

.secondary-sidebar .widget-area.sidebar{
	background:#ffffff;
font-size: 12px;
font-weight: bold;
line-height: 22px;
	margin-bottom: 15px;
	padding: 15px;
}

/***** HOME-CONTENT *****/

#primary{
	width: 70%;
}

.secondary-sidebar{
	width: 30%;
}