@charset "utf-8";
@import url(./reset.css);
/*
Theme Name: HotPress004-01
Theme URI: http://nijimo.jp/
Description: ホットプレス 004-01 テーマ
Version: 1.0
Author: 株式会社ニジモ
Tags: 
*/

body {
	color: #666;
	font-size: 84%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 140%;
}

a {
	color: #258FB8;
}

a:visited {
	color: #995899;
}

a:hover {
	color: #FF9900;
}

a img {
	border: none;
}

p {
	margin-bottom: 1em;
}

hr {
	display: none;
}

table{
	margin-bottom: 16px;
	width: 100%;
	border-collapse: collapse;
}

th{
	padding:4px 6px;
	font-weight:400;
	text-align: center;
	border:#ccc solid 1px;
	vertical-align: middle;
	background: #eee;
}

td{
	padding:4px 6px;
	border:#ccc solid 1px;
}

ol {
	margin-bottom: 1em;
}

ol li {
	margin-left: 3em;
	list-style: decimal;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 21px;
	width: 840px;
	background: #fff url(./images/wrapper_bg.png) repeat-y;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 136px;
	border-bottom: solid #000 1px;
}

#header a{
	color: #666;
	text-decoration: none;
}

#header h1 {
	position: absolute;
	top: 70px;
	display: block;
	width: 180px;
	height: 52px;
	overflow: hidden;
	background: url(./images/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 180px;
	height: 52px;
}

#header h1 a span {
	position: absolute;
	display: block;
	text-indent: -8000px;
}

#header h2 {
	position: absolute;
	top: 44px;
	font-size: 90%;
	font-weight: 400;
}

#header_navigation_menu {
	position: absolute;
	top: 44px;
	right: 0;
}

#header_navigation_menu li {
	display: inline;
}

#header_navigation_menu .sitemap {
	margin-right: 20px;
}

#header_navigation_menu .feed {
	padding-left: 20px;
	background: url(./images/feed_bg.gif) left no-repeat;
}

#header .tel {
	position: absolute;
	top: 70px;
	right: 0;
	display: block;
	width: 174px;
	height: 17px;
	background: url(./images/tel_bg.png) left no-repeat;
}

#header .tel span {
	position: absolute;
	display: block;
	text-indent: -8000px;
}

#header .tel_mobile {
	position: absolute;
	top: 90px;
	right: 0;
	display: block;
}

#header .please {
	position: absolute;
	top: 112px;
	right: 0;
	font-size: 90%;
}

#font_resize {
	position: absolute;
	top: 151px;
	right: 0;
	width: 100px;
}

#header_menu {
	width: 100%;
	height: 31px;
}

#header_menu li {
	float:left;
	width: 210px;
}

#header_menu li a {
	display: block;
	width: 210px;
	height: 31px;
}

#header_menu li.home a {
	background: url(./images/header_menu_home_bg.png) no-repeat;
}

#header_menu li.plan a {
	background: url(./images/header_menu_plan_bg.png) no-repeat;
}

#header_menu li.sample a {
	background: url(./images/header_menu_sample_bg.png) no-repeat;
}

#header_menu li.contact a {
	background: url(./images/header_menu_contact_bg.png) no-repeat;
}

#header_menu li a span {
	margin: -8000px;
}

#header_menu .plan .inner_menu {
	position: absolute;
	display: none;
	padding: 15px 30px;
	width: 150px;
	line-height: 120%;
	overflow: hidden;
	background: #feecec;
	filter: alpha(opacity=90);
	opacity: 0.9;
	z-index: 1000;
}

#header_menu .plan .inner_menu li {
	float: none;
	padding-left: 13px;
	background: url(./images/header_menu_inner_bg.gif) left 4px no-repeat;
}

#header_menu .plan .inner_menu li a {
	height: auto;
	color: #a44;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	background: none;
}

#content .breadcrumb {
	padding: 20px 20px 8px 20px;
	font-size: 90%;
}

#content h3 {
	clear: both;
	position: relative;
	margin-bottom: 16px;
	padding: 2px 0 0px 76px;
	height: 28px;
	color: #881E28;
	font-size: 1.2em;
	line-height: 100%;
	background: url(./images/h3_bg.png) left no-repeat;
}

#content h3 span {
	position: absolute;
	display: block;
	padding: 0;
	text-indent: -8000px;
}

#content h3.offer {
	background:#fff url(./images/h3_offer_bg.png) left no-repeat;
}

#content h3.flow {
	background:#fff url(./images/h3_flow_bg.png) left no-repeat;
}

#content h4 {
	clear: both;
	position: relative;
	margin: 20px 0;
	padding: 8px 0 0px 28px;
	height: 22px;
	color: #7A6247;
	font-size: 1.2em;
	line-height: 100%;
	background: url(./images/h4_bg.png) left no-repeat;
}

#main_image {
	display: block;
	height: 315px;
}

#content .sub_image {
	display: block;
}

#main {
	float: right;
	display: inline;
	margin: 30px 20px 20px 0;
	width: 590px;
	line-height: 180%;
	overflow: hidden;
}

#content .entry_text {
	padding: 0 40px 30px 40px;
	width: 512px;
}

#content .entry_text:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .news_list dl:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .news_list dt {
	clear: left;
	float: left;
	padding: 8px 0 12px 0;
	width: 117px;
	border-bottom: dotted 1px #ccc;
}

#content .news_list dd {
	float: left;
	padding: 8px 0 12px 0;
	width: 255px;
	border-bottom: dotted 1px #ccc;
}

#content .entry_sitemap {
	padding: 0 3% 20px 3%;
	width: 94%;
}

#content .entry_sitemap:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .navigation {
	width: 100%;
	margin-bottom: 20px;
}

#content .navigation:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#content .pager {
	margin: 0 auto;
	width: 25%;
}

#content .pager:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#sidebar {
	float: left;
	display: inline;
	margin: 30px 0 20px 0;
	padding-left: 20px;
	width: 192px;
	font-size: 84%;
	overflow: hidden;
}

#sidebar h4 {
	padding: 0 12px;
	margin-bottom: 12px;
	height: 26px;
	font-size: 110%;
	font-weight: 400;
	background: url(./images/sidebar_h4_bg.png) bottom repeat-x;
}

#sidebar .entry_text {
	margin-bottom: 10px;
	padding: 0 12px 16px 12px;
	width: 149px;
	background: url(./images/sidebar_h4_bg.png) bottom repeat-x;
}

#side_menu:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#side_menu li {
	float:left;
	margin-bottom: -1px;
	width: 186px;
}

#side_menu li a {
	display: block;
	width: 186px;
	height: 41px;
}

#side_menu li.home a {
	background: url(./images/menu_home_bg.png) no-repeat;
}

#side_menu li.concept a {
	background: url(./images/menu_concept_bg.png) no-repeat;
}

#side_menu li.necessity a {
	background: url(./images/menu_necessity_bg.png) no-repeat;
}

#side_menu li.operation a {
	background: url(./images/menu_operation_bg.png) no-repeat;
}

#side_menu li.feature a {
	background: url(./images/menu_feature_bg.png) no-repeat;
}

#side_menu li.plan a {
	background: url(./images/menu_plan_bg.png) no-repeat;
}

#side_menu li.introduction a {
	background: url(./images/menu_introduction_bg.png) no-repeat;
}

#side_menu li.sample a {
	background: url(./images/menu_sample_bg.png) no-repeat;
}

#side_menu li.question a {
	background: url(./images/menu_question_bg.png) no-repeat;
}

#side_menu li.contact a {
	background: url(./images/menu_contact_bg.png) no-repeat;
}

#side_menu li a span {
	margin: -8000px;
}

#side_menu .inner_menu {
	display: none;
}

#side_menu .inner_menu li {
	vertical-align: middle;
}

#side_menu .inner_menu li a {
	padding: 3px 0 3px 32px;
	width: 154px;
	height: auto;
	color: #776;
	text-decoration: none;
	background: url(./images/menu_inner_bg.png) 18px 8px no-repeat;
}

#side_menu .inner_menu .inner_menu {
	padding-bottom: 18px;
	zoom: 1;
}

#side_menu .inner_menu .inner_menu:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}

#side_menu .inner_menu .inner_menu li {
	padding-bottom: 4px;
	border: none;
}

#side_menu .inner_menu .inner_menu li a{
	margin-left: 32px;
	padding: 0 0 0 18px;
	width: 128px;
	height: 17px;
	line-height: 120%;
	text-decoration: underline;
	background: url(./images/menu_inner_bg.png) 0 4px no-repeat;
}

#banner_link {
	clear: both;
	margin: 20px 0;
}

#footer {
	clear: both;
	position: relative;
	font-size: 80%;
}

#footer_menu{
	margin: 0 auto;
	padding-top: 8px;
	width: 800px;
	border-top: solid 1px #6D6E6D;
}

#footer_menu li {
	display: inline;
	padding: 3px 18px;
	vertical-align: middle;
	border-left: solid 1px #b6b6b6;
}

#footer_menu li.last {
	border-right: solid 1px #b6b6b6;
}

#footer_menu li a {
	color: #666;
	text-decoration: none;
}

#copyright {
	position: absolute;
	top: 8px;
	right: 30px;
}

#footer_text {
	margin: 0 auto;
	padding: 20px 0;
	width: 800px;
	color: #777;
	font-size: 88%;
	line-height: 120%;
}

.back_number {
	margin-bottom: 10px;
	width: 100%;
	text-align: right;
}

#factor_list h4 {
	margin: 10px 0;
	padding: 10px 0 0 66px;
	height: 26px;
	color: #f00;
}

#factor_list h4.point_1 {
	background: url(./images/h4_p1_bg.png) left no-repeat;
}

#factor_list h4.point_2 {
	background: url(./images/h4_p2_bg.png) left no-repeat;
}

#factor_list h4.point_3 {
	background: url(./images/h4_p3_bg.png) left no-repeat;
}

#factor_list h4.point_4 {
	background: url(./images/h4_p4_bg.png) left no-repeat;
}

#factor_list .entry_text {
	padding: 0 0 10px 66px;
	width: 446px;
}

#top_list h4 {
	margin: 8px 0;
	padding: 22px 0 0 92px;
	width: 400px;
	color: #F96010;
	font-size: 1.3em;
	background: none;
}

#top_list .top_1 {
	margin-bottom: 12px;
	height: 294px;
	background: url(./images/h4_top1_bg.png) left no-repeat;
}

#top_list .top_2 {
	margin-bottom: 12px;
	height: 294px;
	background: url(./images/h4_top2_bg.png) left no-repeat;
}

#top_list .entry_text {
	padding: 70px 0 10px 300px;
	width: 200px;
}

#feature_list h4 {
	margin: 10px 0;
	padding: 22px 0 0 78px;
	height: 46px;
	color: #FA323D;
	font-size: 1.6em;
}

#feature_list h4 span {
	position: absolute;
	display: block;
	text-indent: -8000px;
}

#feature_list h4.feature_1 {
	background: url(./images/h4_fe1_bg.png) left no-repeat;
}

#feature_list h4.feature_2 {
	background: url(./images/h4_fe2_bg.png) left no-repeat;
}

#feature_list h4.feature_3 {
	background: url(./images/h4_fe3_bg.png) left no-repeat;
}

#feature_list h4.feature_4 {
	background: url(./images/h4_fe4_bg.png) left no-repeat;
}

#feature_list .entry_text {
	padding: 0 0 10px 66px;
	width: 446px;
}

#flow_list li {
	padding: 20px 0 10px 0;
	border-top: solid 1px #666;
}

#flow_list h4 {
	margin: 0 0 10px 0;
	padding: 4px 0 0 38px;
	height: 24px;
	color: #f60;
	font-size: 1.4em;
}

#flow_list h4.flow_1 {
	background: url(./images/h4_f1_bg.png) left no-repeat;
}

#flow_list h4.flow_2 {
	background: url(./images/h4_f2_bg.png) left no-repeat;
}

#flow_list h4.flow_3 {
	background: url(./images/h4_f3_bg.png) left no-repeat;
}

#flow_list h4.flow_4 {
	background: url(./images/h4_f4_bg.png) left no-repeat;
}

#flow_list h4.flow_5 {
	background: url(./images/h4_f5_bg.png) left no-repeat;
}

#flow_list h4.flow_6 {
	background: url(./images/h4_f6_bg.png) left no-repeat;
}

#flow_list h4.flow_7 {
	background: url(./images/h4_f7_bg.png) left no-repeat;
}

#flow_list h4.flow_8 {
	background: url(./images/h4_f8_bg.png) left no-repeat;
}

#flow_list .entry_text {
	padding: 0 30px 10px 30px;
	width: 452px;
}

#state_list li {
	width: 512px;
	line-height: 1.3em;
	background: url(./images/li_introduction_bg.png) top left no-repeat;
}

#state_list h4 {
	margin: 0;
	padding: 27px 0 0 82px;
	color: #ff0000;
	font-size: 1.4em;
	background: none;
}

#state_list .state_1 {
	height: 218px;
	background: url(./images/state_1_bg.png) top no-repeat;
}

#state_list .state_2 {
	height: 193px;
	background: url(./images/state_2_bg.png) top no-repeat;
}

#state_list .state_3 {
	height: 218px;
	background: url(./images/state_3_bg.png) top no-repeat;
}

#state_list .state_4 {
	height: 174px;
	background: url(./images/state_4_bg.png) top no-repeat;
}

#state_list li .entry_text {
	padding: 8px 170px 30px 82px;
	width: 278px;
}

.faq_list {
	text-align:center;
}

.faq_list dt {
	margin-bottom: 8px;
	padding-top: 6px;
	width:502px;
	text-align: left;
	background:#ebebeb url(./images/bg_faq_q_top.gif) top left no-repeat;
}

.faq_list dt span {
	display: block;
	padding: 0 8px 9px 36px;
	width: 458px;
	background: url(./images/bg_faq_bottom.gif) bottom right no-repeat;
}

.faq_list dd {
	margin-bottom: 18px;
	padding-top: 6px;
	width: 502px;
	text-align: left;
	background: #f5f1c1 url(./images/bg_faq_a_top.gif) top left no-repeat;
}

.faq_list dd span {
	display: block;
	padding: 0 8px 9px 36px;
	width: 458px;
	background: url(./images/bg_faq_bottom.gif) bottom right no-repeat;
}

.hover:hover{
	filter: alpha(opacity=60);
	opacity: 0.6;
	zoom: 1;
}

.emphasis {
	margin: 0 auto 10px auto;
	padding: 20px;
	width: 460px;
	border: solid 2px #f00;
}

#content .emphasis h4 {
	margin: 0 0 20px 0;
	padding: 0;
	height: auto;
	color: #f00;
	font-size: 1.2em;
	line-height: 100%;
	background: none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
}

.submit {
	padding: 10px 0;
	width: 100%;
	text-align: center;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip-no-ajax {
	float: left;
	display: block;
	color: #f00;
}

.wpcf7-validation-errors {
	color: #f00;
}

.wpcf7-radio .wpcf7-list-item {
	display: block;
}