/*
Theme Name: ModelHouse NAVI
Theme URI: http://www.model-house.ne.jp/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

a:link {
	color: #333;
	text-decoration: none;
	}
 
a:visited {
	color: #333;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navCatTabs ul li a:hover {
	color: #c63;
	text-decoration: none;
	}

a:active {
	color: #306470;
	}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: #fff;
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 83.5%;
	margin: 0;
	padding: 0;
	text-align: center;
	}

* html body {
	font-size: 76.5%;
	}

* + html body {
	font-size: 76.5%;
	}

html>/**/body, x:-moz-any-link, x:default {
	font-size: 80.0%;
	} /* Only FireFox 3 */


h2 {
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	margin-top: 0;
}



/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}


.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#header {
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul.children {
	padding-left: 4px;
}

#contentMainWrapper #menu #categories-3 li {
	border-bottom: none;
	margin: 0;
	padding: 0;
	}

#contentMainWrapper #menu #categories-3 li a {
	border-bottom: 1px dashed #ccc;
	display: block;
	margin: 0 0 5px;
	padding: 5px 0;
	}


#contentMainWrapper #menu #categories-3 ul ul.children {
	padding: 0;
	}

#contentMainWrapper #menu #categories-3 ul ul.children li a {
	background: url(./images/bg/bg_categories_children_icon.gif) no-repeat 10px 5px;
	padding: 5px 0 5px 25px;
	}


/* Calender */


#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0 0 0 8px;
	width: 200px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	}

#wp-calendar td {
	color: #666;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar #today {
	background: #eee;
	color: #c63;
	font-weight: bold;
	}

#wp-calendar td a {
	text-decoration: underline;
	}

#wp-calendar td a:hover {
	background: #eee;
	color: #c63;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */



#topheaderWrapper {
	background: url(./images/bg/bg_header.gif) repeat-x center bottom;
	}

#topheaderWrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#topheaderWrapper li {
	list-style: none;
	}

#topheaderWrapper img {
/*	vertical-align: bottom;*/
	}

#topWrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 940px !important;
	}

#headerWrapper {
	float: left;
	margin: 0;
	padding: 3px 20px 0;
	width: 480px;
	}

#logoWrapper {
	margin: 0;
	padding: 0;
	}

#logo {
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
	}

#navMainWrapper {
	float: right;
	line-height: 25px;
	}

#navMain {
	float: right;
	text-align: right;
	width: 320px;
	}

#navMain ul {
	float: right;
	text-align:center;
	}

#navMain ul li {
	display: block;
	float: left;
	line-height: 25px;
	margin: 0 2px;
	padding: 0 5px;
	}

#navMain2Wrapper {
	float: right;
	padding: 0 20px 0 0;
	width: 530px;
	}

#navMain2 {
	float: right;
	}

#navMain2 ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#header_box2 {
	background: #fff url(./images/bg/bg_headermain.gif) no-repeat center top;
	clear: both;
	height: 241px;
	padding: 21px 20px 0;
	}

#header_menu2 {
	float: left;
	margin: 0 0 5px;
	width: 260px;
	}

#header_menu2 ul {
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	float: left;
	margin: 0;
	padding: 0;
	width: 260px;
	}

#header_menu2 ul li {
	display: block;
	float: left;
	height: 80px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}

html>/**/body #header_menu2 ul li,x:-moz-any-link, x:default {
	float: none;
	}

#header_menu2 ul li a {
	display: block;
	height: 80px;
	width: 260px;
	}

#header_menu2 ul li#navi1 a:link,
#header_menu2 ul li#navi1 a:visited {
	background: url(./images/header/navi/blog_home.gif) no-repeat left top;
	}

#header_menu2 ul li#navi1 a:hover,
#header_menu2 ul li#navi1 a:active {
	background: url(./images/header/navi/blog_home.gif) no-repeat left bottom;
	}

#header_menu2 ul li#navi2 a:link,
#header_menu2 ul li#navi2 a:visited {
	background: url(./images/header/navi/company.gif) no-repeat left top;
	}

#header_menu2 ul li#navi2 a:hover,
#header_menu2 ul li#navi2 a:active {
	background: url(./images/header/navi/company.gif) no-repeat left bottom;
	}

#header_menu2 ul li#navi3 a:link,
#header_menu2 ul li#navi3 a:visited {
	background: url(./images/header/navi/inquiry.gif) no-repeat left top;
	}

#header_menu2 ul li#navi3 a:hover,
#header_menu2 ul li#navi3 a:active {
	background: url(./images/header/navi/inquiry.gif) no-repeat left bottom;
	}

#header_img2  {
	float: right;
	margin: 0;
	padding: 35px 5px 0;
	text-align: center;
	width: 400px;
	}

#header_naviko {
	float: right;
	padding: 60px 15px 0 5px;
	width: 200px;
	}

#header_naviko,
.header_naviko2 {
	float: right;
	padding: 0;
	width: 640px;
	}



#allawrapper {
	clear: both;
	margin: 0 auto;
	width: 940px;
	}

#contentMainWrapper {
	float: left;
	padding: 10px 20px;
	text-align: left;
	width: 900px;
	}

#contentMainWrapper #content {
	float: left;
	margin: 0;
	padding: 0;
	width: 665px;
	}

#contentMainWrapper #menu {
	background: #eee;
	float: right;
	padding: 0;
	width: 220px;
	}

#contentMainWrapper #menu .widget {
	margin: 2px 2px 10px;
	}

#contentMainWrapper #menu h4.side_title {
	background: url(./images/bg/bg_rightbix_title.gif) no-repeat center top;
	color: #fff;
	font-size: 1em;
	margin: 0;
	padding: 5px;
	}

#contentMainWrapper #menu .widget ul {
	padding: 5px;
	}

#contentMainWrapper #menu .widget li {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 5px;
	padding: 5px 0;
	}

#contentMainWrapper #menu .widget li a:link,
#contentMainWrapper #menu .widget li a:visited {
	
	}

#contentMainWrapper #menu .widget li a:hover,
#contentMainWrapper #menu .widget li a:active {
	color: #c63;
	text-decoration: none;
	}

h2.storytitle {
	background: #efefef;
	border-left: 10px solid #c63;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0 10px;
	padding: 5px 10px 5px 15px;
	}


#footerWrapper {
	background: #ddd;
	clear: both;
	}

#footerWrapper ul,
#footerWrapper li {
	list-style: none;
	}

#footerWrapper .footer_w ul {
	font-size: 0.9em;
	margin: 0;
	padding: 5px 0;
	}

* html #footerWrapper .footer_w ul {
	width: 900px;
	}

* + html #footerWrapper .footer_w ul {
	width: 900px;
	}


#footerWrapper .footer_w li {
	display: inline-block;
	margin: 0;
	padding: 0 2px;
	}

* html #footerWrapper .footer_w li {
	display: inline;
	}

* + html #footerWrapper .footer_w li {
	display: inline;
	}

#footerWrapper_inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 900px;
	}

#footerWrapper_inner p.credit {
	clear:both;
	font-size:0.8em;
	font-weight:normal;
	margin:0;
	padding:5px 0;
	text-align:center;
	}


#contentMainWrapper #menu #text-3 .textwidget p {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	}

#nav_content {
	float: left;
	}

#nav_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav_content li {
	display:inline;
	list-style:none outside none;
	margin:0;
	padding:0;
	}


/*************************************/
/***  navikos character image CSS  ***/
/*************************************/

#nabiko_recruitment {
	color: #333;
	}

#nabiko_recruitment #nabikos_profile {
	padding: 10px 0 0;
	}

#nabiko_recruitment #nabikos_profile #prof_comment {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 10px 10px;
	text-align: center;
	}

#nabiko_recruitment #nabikos_profile #n_prof_bg {
	background: url(./images/naviko/naviko_pro_bg.gif) no-repeat center top;
	padding: 5px 0 20px 130px;
	}

#nabiko_recruitment #nabikos_profile #n_prof_bg p {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 9px;
	text-indent: -9999px;
	}

#nabiko_recruitment #nabikos_profile #n_prof_bg p#profile_title {
	background: url(./images/naviko/naviko_pro_title.gif) no-repeat left top;
	font-size: 1.3em;
	font-weight: bold;
	height: 53px;
	margin: 0;
	padding: 0 0 9px;
	}

#nabiko_recruitment #nabikos_profile #n_prof_bg p#profile1 {
	background: url(./images/naviko/naviko_pro_1.gif) no-repeat left top;
	height; 14px;
	}

#nabiko_recruitment #nabikos_profile #n_prof_bg p#profile2 {
	background: url(./images/naviko/naviko_pro_2.gif) no-repeat left top;
	height: 15px;
	}

#nabiko_recruitment #nabikos_profile #n_prof_bg p#profile3 {
	background: url(./images/naviko/naviko_pro_3.gif) no-repeat left top;
	height: 14px;
	}

#nabiko_recruitment #nabikos_profile #n_prof_bg p#profile4 {
	background: url(./images/naviko/naviko_pro_4.gif) no-repeat left top;
	height: 15px;
	}


#nabiko_recruitment h4 {
	background: url(./images/naviko/naviko_application.gif) no-repeat left top;
	height: 41px;
	margin: 10px 0 20px;
	text-indent: -9999px;
	}


#nabiko_recruitment #essential_point h5,
#nabiko_recruitment #inquiry h5 {
	background: url(./images/naviko/naviko_icon.gif) no-repeat left center;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 1.2em;
	margin: 0 0 10px;
	padding: 0 0 1px 17px;
	}

#nabiko_recruitment #essential_point .essential_inner,
#nabiko_recruitment #inquiry .essential_inner {
	padding: 10px 15px 30px;
	}

#nabiko_recruitment #essential_point .essential_inner p,
#nabiko_recruitment #inquiry .essential_inner p {
	margin: 0 0 10px;
	}

#nabiko_recruitment #application {
	text-align: center;
	padding: 10px 0 20px;
	}

#nabiko_recruitment #application a,
#nabiko_recruitment #application a:link,
#nabiko_recruitment #application a:visited {
	background: url(./images/naviko/naviko_button.gif) no-repeat center top;
	display: block;
	height: 50px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 500px;
	}

#nabiko_recruitment #application a:hover,
#nabiko_recruitment #application a:active {
	background: url(./images/naviko/naviko_button.gif) no-repeat center bottom;
	}


#nabiko_recruitment .f_color_f00 {
	color: #f00;
	}

#nabiko_recruitment .link a {
	font-weight: bold;
	text-decoration: underline;
	}

#nabiko_recruitment .font-w {
	font-weight: bold;
	}

#nabikos_form h4 {
	background: url(./images/naviko/naviko_form_title.gif) no-repeat left top;
	height: 41px;
	margin: 10px 0;
	text-indent: -9999px;
	}

#nabikos_form .form_inner {
	padding: 0 0 20px;
	}

#nabikos_form .form_inner .form_subtitle {
	background: url(./images/naviko/naviko_icon.gif) no-repeat left center;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 1.2em;
	margin: 0 0 5px;
	padding: 0 0 1px 17px;
	}

#nabikos_form .form_inner .form_box {
	margin: 5px 0 0;
	padding: 0 0 0 15px;
	}

#nabikos_form .f_color_f00 {
	color: #f00;
	font-size: 0.8em;
	}

#nabikos_form #prof_comment {
	margin: 0 0 20px;
	}

#nabikos_form #form_send {
	margin: 0 0 20px;
	text-align: center;
	}


#nabikos_inquiry h4 {
	background: url(./images/naviko/naviko_inquiry_title.gif) no-repeat left top;
	height: 41px;
	margin: 10px 0;
	text-indent: -9999px;
	}

#nabikos_inquiry #prof_comment {
	margin: 0 0 20px;
	}

#nabikos_inquiry .form_inner {
	padding: 0 0 20px;
	}

#nabikos_inquiry .form_inner .form_subtitle {
	background: url(./images/naviko/naviko_icon.gif) no-repeat left center;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 1.2em;
	margin: 0 0 5px;
	padding: 0 0 1px 17px;
	}

#nabikos_inquiry .form_inner .form_box {
	margin: 5px 0 0;
	padding: 0 0 0 15px;
	}



#header_img2 #n_prof_bg {
	background: url(./images/naviko/naviko_pro2_bg.gif) no-repeat left top;
	padding: 5px 0 20px 50px;
	}

#header_img2 #n_prof_bg p {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 9px;
	text-indent: -9999px;
	}

#header_img2 #n_prof_bg p#profile_title {
	background: url(./images/naviko/naviko_pro_title.gif) no-repeat left top;
	font-size: 1.3em;
	font-weight: bold;
	height: 53px;
	margin: 0;
	padding: 0 0 9px;
	}

#header_img2 #n_prof_bg p#profile1 {
	background: url(./images/naviko/naviko_pro_1.gif) no-repeat left top;
	height; 14px;
	}

#header_img2 #n_prof_bg p#profile2 {
	background: url(./images/naviko/naviko_pro_2.gif) no-repeat left top;
	height: 15px;
	}

#header_img2 #n_prof_bg p#profile3 {
	background: url(./images/naviko/naviko_pro_3.gif) no-repeat left top;
	height: 14px;
	}

#header_img2 #n_prof_bg p#profile4 {
	background: url(./images/naviko/naviko_pro_4.gif) no-repeat left top;
	height: 15px;
	}






.form_subtitle {
	font-weight: bold;
	}




/********** start なび子デザイン決定 **********/

#nabiko_decision {
	color: #000;
	padding: 10px 0 0;
	}

#nabiko_decision #saiyusyusyo {
	background: url(./images/naviko/saiyusyu.jpg) no-repeat left top;
	text-indent: -9999px;
	height: 70px;
	width: 255px;
	}

#nabiko_decision #saiyusyusyo_inner {
	float: left;
	padding: 0 0 20px;
	width: 666px;
	}

#nabiko_decision #saiyusyusyo_inner .sai_left {
	float: left;
	width: 400px;
	}

#nabiko_decision #saiyusyusyo_inner .sai_right {
	float: right;
	width: 265px;
	}

.designers_name {
	font-size: 1.5em;
	font-weight: bold;
	margin: 30px 0 10px;
	}

.designers_comment {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px;
	}

.designers_comment_box {
	background: #F7E8E1;
	padding: 5px 10px;
	}

.designers_comment_box p {
	margin: 5px 0;
	}

.mail_designers {
	padding: 5px 0 0 10px;
	}

.mail_designers a {
	background: url(./images/naviko/naviko_mail.gif) no-repeat left top;
	display: block;
	height: 55px;
	text-indent: -9999px;
	width: 251px;
	}

.more_img {
	clear: both;
	padding: 10px 0 0;
	}


#yusyusyo {
	background: url(./images/naviko/yusyu.jpg) no-repeat left top;
	clear: both;
	height: 70px;
	text-indent: -9999px;
	width: 255px;
	}

#yusyusyo_inner {
	background: url(./images/naviko/naviko_center_border.gif) repeat-y center top;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 10px;
	text-align: center;
	width: 666px;
	}

#yusyusyo_inner .yu_left {
	float: left;
	width: 320px;
	}

#yusyusyo_inner .yu_right {
	float: right;
	width: 320px;
	}

#yusyusyo_inner .designers_name {
	margin: 0 0 10px;
	}

#yusyusyo_inner .yu_right .mail_designers {
	padding: 10px 0 0 45px;
	}

/********** end なび子デザイン決定 **********/

#contentMainWrapper #menu #text-6 {
	background: #fff;
	margin: 0;
	padding: 0 0 10px;
	}

#contentMainWrapper #menu #text-6 H4.side_title {
	display: none;
	}

.indispensable_text {
	color: #f00;
	}

.naviko_mail_text {
	color: #AA7755;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 5px 0 20px;
	text-align: center;
	}

.ranking_toptext {
	text-align: center;
	}

.ranking_banner_l,
.ranking_banner_r {
	text-align: center;
	}

li.recentcomments,
#recent-posts-3 li,
.blogroll li {
	line-height: 1.2em;
	}

#contentMainWrapper #menu #text-8.widget {
	margin: 2px 0 10px;
	}

#contentMainWrapper #menu #text-8.widget h4.side_title {
	margin: 0 2px;
	}

#contentMainWrapper #menu #text-8.widget .ranking_banner_r {
	padding: 0;
	}

#text-9 h4.side_title {
	display: none;
	}

#contentMainWrapper #menu #text-9 {
	background: #fff;
	margin: 0;
	padding: 10px 0;
	}





/**20120807**/

#footerWrapper {
	background: none;
	}

#footerWrapper_inner {
	background: none;
	}

#footerWrapper_inner .main_fotter_in {
	background: #ffff94;
	padding: 5px 0 20px;
	text-align: left;
	}

#footerWrapper_inner .main_fotter_in p {
	margin: 0;
	padding: 0 0 5px;
	}

#footerWrapper_inner .main_fotter_in #footer3 {
	border-bottom: 1px dashed #a16c5c;
	margin: 0 20px 20px;
	padding: 10px 0 5px;
	}

#footerWrapper_inner .main_fotter_in #footer4 {
	float: left;
	padding: 0 0 0 20px;
	width: 860px;
	}

#footerWrapper_inner .main_fotter_in #footer5 {
	background: url(http://www.model-house.ne.jp/includes/templates/modelhouse/images/bg/bg_footer_naviko.gif) no-repeat 20px bottom;
	clear: both;
	min-height: 88px;
	padding: 10px 0 60px 20px;
	}

#footerWrapper_inner #footer2 {
	border-bottom: 1px solid #cc6;
	clear: both;
	float: left;
	padding: 10px 0;
	width: 100%;
	}

#navMain2Wrapper {
	background: url(http://www.model-house.ne.jp/includes/templates/modelhouse/images/bg/bg_header_line3.gif) no-repeat center top;
	border-bottom: 1px solid #e2a387;
	clear: both;
	float: left;
	padding: 6px 0 1px;
	width: 900px;
	}

#topheaderWrapper {
	background: none;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	}

.naviko_block {
	background: none;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	}

.naviko_block .naviko_block_left {
	float: left;
	}

.naviko_block .naviko_block_right {
	float: right;
	margin: 25px 0 0;
	}

.naviko_block .naviko_block_right img {
	padding: 10px 0;
	}

#nav_content {
	float: left;
	height: 39px;
	width: 100%;
	}

#nav_content ul li a {
	display: block;
	float: left;
	height: 39px;
	text-indent: -9999px;
	}

#nav_content ul li.menu1 a {
	background: url(./images/header_menu/h_menu1.gif) no-repeat center bottom;
	width: 300px;
	}

#nav_content ul li.menu2 a {
	background: url(http://www.model-house.ne.jp/includes/templates/modelhouse/images/header_menu/h_menu2.gif) no-repeat center bottom;
	width: 221px;
	}


#nav_content ul li.menu3 a {
	background: url(./images/header_menu/h_menu3.gif) no-repeat center bottom;
	width: 300px;
	}

#nav_content ul li.menu4 a {
	background: url(./images/header_menu/h_menu5.gif) no-repeat center bottom;
	width: 300px;
	}

#nav_content ul li.menu1 a:hover {
	background: url(./images/header_menu/h_menu1_c.gif) no-repeat center bottom;
	}

#nav_content ul li.menu2 a:hover {
	background: url(http://www.model-house.ne.jp/includes/templates/modelhouse/images/header_menu/h_menu2_c.gif) no-repeat center bottom;
	}

#nav_content ul li.menu3 a:hover {
	background: url(./images/header_menu/h_menu3_c.gif) no-repeat center bottom;
	width: 300px;
	}

#nav_content ul li.menu4 a:hover {
	background: url(./images/header_menu/h_menu5_c.gif) no-repeat center bottom;
	width: 300px;
	}




#topWrapper {
	float: left;
	padding: 3px 0 0;
	width: 900px !important;
	}

div#company_members {
	float: right;
	font-weight: bold;
	}

div#company_members ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

div#company_members li {
	display: inline;
	}

div#company_members li a {
	color: #666;
	}

#navMainWrapper {
	margin: 0;
	padding: 0;
	width: 320px;
	}

#navMainWrapper #company_members ul.user_block {
	float: left;

	padding: 0 0 0 35px;
	width: 131px;
	}


#navMainWrapper #company_members ul.company_block {
	float: left;
	padding: 0 0 0 26px;
	width: 130px;
	}

#headerWrapper {
	padding: 0 5px 5px;
	}

div.rightBoxContainer div#searchContent form input[type="image"] {
	vertical-align: bottom;
	}

#search {
	display: block;
	}

#search h3 {
	background: url(http://www.model-house.ne.jp/includes/templates/modelhouse/images/title/side_title_search.gif) no-repeat left top;
	display: block;
	height: 21px;
	margin: 0 5px;
	padding: 0;
	text-indent: -9999px;
	}

#index_header_men {
	float: right;
	width: 240px;
	margin: 25px 0 0;
	}









#featuredProducts h2.centerBoxHeading {
	display: none;
	}

#featuredProducts .centerBoxContentsFeatured img {
	height: 260px;
	width: 350px;
	}

#featuredProducts #featured_block1 {
	float: left;
	text-align: left;
	}

#featuredProducts #featured_block2 {
	float: right;
	text-align: right;
	}

#navMainWrapper #company_members ul.user_block {
	float: left;
	padding: 20px 0 0 60px;
	width: 101px;
	}


#navMainWrapper #company_members ul.company_block {
	float: left;
	padding: 20px 0 0 68px;
	width: 100px;
	}

div#company_members {
	background: url(http://www.model-house.ne.jp/includes/templates/modelhouse/images/bg/bg_header_tab.jpg) no-repeat right 15px;
	padding: 10px 0 0;
	width: 330px;
	}

#footerWrapper #footer ul {
	letter-spacing: 3px;
	line-height: 18px;
	list-style: none outside none;
	margin: 0;
	padding: 5px 20px;
	text-align: left;
	}

#footerWrapper #footer li {
	display: inline-block;
	margin: 0;
	padding: 0 2px;
	}

#contentMainWrapper #menu .widget#text-10 {
	background: #fff;
	margin: 0;
	padding: 0 0 10px;
	}

h3.contribution_day {
	margin: 0;
	text-align: right;
	}

#contentMainWrapper #content .type-post {
	margin: 0 0 10px;
	}

.social4i {
	clear: both;
	padding: 20px 0 0;
	}

.naviko_block .naviko_block_left {
	padding: 0 0 0 25px;
	}

.naviko_block .naviko_block_right {
	margin: 30px 30px 0 0;
	width: 551px;
	}


.header_prof_buttons {
    float: left;
    margin: 0 0 0 25px;
    padding: 20px 0 0;
    width: 526px;
	}

.line_button {
	float: left;
	margin: 0 10px 0 0;
	}

.hatena_button {
	float: left;
	margin: 0 10px 0 0;
	}

.socialicons.s4twitter {
	width: 70px;
	}

.socialicons.s4plusone {
	width: 50px;
	}

.pocket_button {
	float: left;
	margin: 0 10px 0 0;
	}

.feedly_line_buttons {
	float: left;
	}

.feedly_button {
	margin: 0 0 15px;
	}

#allawrapper .feedly_button img {
	width: 72px;
	}

.addtoany_share_save_container {
	display: none;
	}


.naviko_block_top {
	display: none;
	}



/*===============================================
  画面の横幅が910pxまで
===============================================*/

@media (max-width: 910px) {

#topheaderWrapper,
#navMain2Wrapper,
.naviko_block,
#allawrapper {
	width: 768px;
	}

#contentMainWrapper {
	width: 728px;
	}

#footerWrapper_inner {
	width: 728px;
	}

#topWrapper {
	width: 768px !important;
	}

#index_header_men {
	display: none;
	}

#contentMainWrapper #menu {
	clear: both;
	float: none;
	}

#headerWrapper {
	width: 420px;
	}

#nav_content ul li.menu1 a {
	border-right: 1px solid #ccc;
	width: 255px;
	}

#nav_content ul li.menu1 a:hover {
	width: 255px;
	}

#nav_content ul li.menu2 a {
	border-right: 1px solid #ccc;
	width: 170px;
	}

#nav_content ul li.menu3 a {
	border-right: 1px solid #ccc;
	width: 255px;
	}

#nav_content ul li.menu3 a:hover {
	width: 255px;
	}

#nav_content ul li.menu4 a {
	width: 256px;
	}

#nav_content ul li.menu4 a:hover {
	width: 256px;
	}

.naviko_block .naviko_block_left img {
	height: 230px;
	width: 230px;
	}

.naviko_block .naviko_block_left {
	padding: 0;
	}

.naviko_block .naviko_block_right {
	margin: 30px 0 0;
	width: 526px;
	}

.header_prof_buttons {
	margin: 0;
	}

#footerWrapper_inner .main_fotter_in #footer4,
#footerWrapper_inner .main_fotter_in #footer3 {
	display: none;
	}

#footerWrapper_inner .main_fotter_in #footer5 {
	background: none;
	padding: 10px 10px 0;
	min-height: 10px;
	}

#contentMainWrapper #menu .widget {
	float: left;
	margin: 0 10px;
	width: 220px;
	}

#contentMainWrapper #menu .widget:nth-child(3n+1) {
	clear: both;
	}

#contentMainWrapper #menu #text-6,
#contentMainWrapper #menu #text-10.widget {
	margin: 0 10px;
	}

#contentMainWrapper #content {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px;
	margin: 0 0 20px;
	width: 728px;
	}

#contentMainWrapper #menu {
	width: 728px;
	}


}






/*===============================================
  画面の横幅が600pxまで
===============================================*/

@media (max-width: 600px) {

#allawrapper img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

.header_prof_buttons img {
	width: auto;
	}


#topheaderWrapper,
#navMain2Wrapper,
.naviko_block,
#allawrapper {
	width: 320px;
	}

#contentMainWrapper {
	width: 320px;
	}

#footerWrapper_inner {
	padding: 0 5px;
	width: 310px;
	}

#topWrapper {
	width: 320px !important;
	}

#headerWrapper {
	text-align: center;
	width: 310px;
	}

#headerWrapper #logo {
	float: none;
	padding: 5px 0 0;
	}

#nav_content ul li.menu1 a {
	background: url(./images/header/h_menu1.gif) no-repeat right bottom;
	border-right: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	}

#nav_content ul li.menu1 a:hover {
	background: url(./images/header/h_menu1_c.gif) no-repeat right bottom;
	width: 100%;
	}

#nav_content ul li.menu2 a {
	background: url(./images/header/h_menu2.gif) no-repeat center bottom;
	border-right: none;
	border-bottom: 1px solid #ccc;
	width: 50%;
	}

#nav_content ul li.menu2 a:hover {
	background: url(./images/header/h_menu2_c.gif) no-repeat center bottom;
	width: 50%;
	}

#nav_content ul li.menu3 a {
	background: url(./images/header/h_menu3.gif) no-repeat right bottom;
	border-right: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	}

#nav_content ul li.menu3 a:hover {
	background: url(./images/header/h_menu3_c.gif) no-repeat right bottom;
	width: 100%;
	}

#nav_content ul li.menu4 a {
	background: url(./images/header/h_menu5.gif) no-repeat right bottom;
	width: 100%;
	}

#nav_content ul li.menu4 a:hover {
	background: url(./images/header/h_menu5_c.gif) no-repeat right bottom;
	width: 100%;
	}

#nav_content {
	height: auto;
	}


.naviko_block .naviko_block_left {
	display: none;
	float: none;
	padding: 0;
	text-align: center;
	width: 320px;
	}


.naviko_block .naviko_block_left img {
	height: 280px;
	width: 280px;
	}

.header_prof {
	display: none;
	}

.header_prof_buttons {
	display: none;
	width: 320px;
	}

.naviko_block .naviko_block_right {
	float: none;
	margin: 10px 0 0;
	width: 320px;
	}

.header_prof_buttons img {
	margin: 0 0 5px;
	}

#rap {
	margin: 0 auto;
	width: 320px;
	}

#contentMainWrapper {
	padding: 10px 0;
	}

#contentMainWrapper #menu {
	width: 320px;
	}

#contentMainWrapper #content {
	padding: 5px;
	width: 310px;
	}

#contentMainWrapper #menu .widget {
	float: none;
	margin: 0 auto;
	width: 320px;
	}

#contentMainWrapper #menu h4.side_title {
	background: url("./images/bg/bg_rightbix_title.gif") repeat-x center top;
	}

#contentMainWrapper #menu #text-6,
#contentMainWrapper #menu #text-10.widget {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}

#contentMainWrapper #menu #text-8.widget table {
	margin: 0 auto;
	}

#contentMainWrapper #menu #text-9 {
	text-align: center;
	}

#footerWrapper_inner .main_fotter_in #footer5 {
	display: none;
	}

#footerWrapper {
	margin: 0 auto 60px;
	width: 320px;
	}

#contentMainWrapper .storycontent iframe {
	width: 310px;
	}

#contentMainWrapper #content .type-post {
	margin: 0 0 40px;
	}

#commentform textarea {
	width: 90%;
	}

.socialicons.s4twitter,
.socialicons.s4custombtn-1 {
	margin: 10px 0 0;
	}


.social4i {
	display: none;
	}


.addtoany_share_save_container {
/*	background: none repeat scroll 0 0 #fff;
	bottom: 0;*/
	display: block;
/*	left: 0;
	margin: 0 !important;
	padding: 10px 0;
	position: fixed;
	width: 100%;*/
	}

/*.home .addtoany_share_save_container {
	display: none;
	}*/

.a2a_kit.a2a_floating_style.a2a_default_style.a2a_target {
	width: 100%;
	}

.a2a_kit.a2a_floating_style.a2a_default_style.a2a_target a {
	width: 23%;
	padding: 0;
	}

.a2a_kit.a2a_floating_style.a2a_default_style.a2a_target a img {
	width: 100%;
	}

.a2a_kit.a2a_floating_style.a2a_default_style.a2a_target a.a2a_dd.addtoany_share_save {
	width: 8px;
	padding: 10px 0;
	}

.addtoany_share_save_container.addtoany_content_bottom {
	display: none;
	}

#topheaderWrapper {
	position: relative;
	}

#headerWrapper {
	width: 60%;
	}

#topheaderWrapper #logo img {
	width: 100%;
	}

.naviko_block_top {
	display: block;
	right: 0;
	position: absolute;
	top: 0;
	width: 35%;
	float: left;
	}


#topheaderWrapper .naviko_block_top img {
	width: 100%;
	height: auto;
	}

#navMain ul {
	float: left;
	}


}