@charset "utf-8";


/* default setting ▼ ------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック";
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
}

html {
	overflow-y:scroll;
}

body {
	font-size: 90%;
	line-height: 1.8;
	text-align: center;
	color: #3c0a0a;
	background-color: #fff7f7;
	word-break: nomal;
}

hr {
	display: none;
}

ol,ul,li {
	list-style: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

td {
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
}

/* default setting ▲ ------------------------------*/





/* link setting ▼ ------------------------------*/

a img {
	border-style: none;
}

a:link {
	color: #ef5d4e;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #ffae03;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #f09187;
	text-decoration: none;
	font-weight: bold;
}

/* link setting ▲ ------------------------------*/





/* container ▼ ------------------------------*/

#container {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(../../images/common/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
	text-align: left;
}

/* container ▲ ------------------------------*/





/* header ▼ ------------------------------*/

#header {
	height: 91px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 85%;
	position: absolute;
	font-weight: normal;
	line-height: 12px;
	margin-top: 4px;
}

#header a img.logo {
	position: absolute;
	margin-top: 19px;
}

#header .h_tel {
	background-image: url(../../images/common/h_tel.gif);
	height: 50px;
	width: 220px;
	position: absolute;	
	margin-top: 20px;
	margin-left: 615px;
}

#header .h_contact_btn a {
	background-image: url(../../images/common/h_contact_btn.gif);
	height: 74px;
	width: 148px;
	position: absolute;	
	margin-top: 17px;
	margin-left: 852px;
}
#header .h_contact_btn a:hover {
	background-position: 0px -74px;	
}
body.contact #header .h_contact_btn a,
body.contact #header .h_contact_btn a:hover {
	background-position: 0px -148px;	
}

/* header ▲ ------------------------------*/




/* nav ▼ ------------------------------*/

#nav {
	height: 24px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#dropmenu{
	list-style-type: none;
	height: 24px;
	width: 1000px;
	padding: 0;
}
#dropmenu li {
  position: relative;
  width: 130px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
	margin-right: 20px;
}
#dropmenu li:last-child {
	margin-right: 0;
}
#dropmenu li a{
	display: block;
	margin: 0;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}


#dropmenu li.nav_index a,
#dropmenu li.nav_application a.app_href,
#dropmenu li.nav_policy a,
#dropmenu li.nav_flow a,
#dropmenu li.nav_landscape a,
#dropmenu li.nav_faq a {
	font-size: 8px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	overflow: hidden;
}
#dropmenu li.nav_index a:hover,
#dropmenu li.nav_application a.app_href:hover,
#dropmenu li.nav_policy a:hover,
#dropmenu li.nav_flow a:hover,
#dropmenu li.nav_landscape a:hover,
#dropmenu li.nav_faq a:hover {
	background-position: 0px -24px;
}

body.index #dropmenu li.nav_index a,
body.index #dropmenu li.nav_index a:hover,
body.app #dropmenu li.nav_application a.app_href,
body.app #dropmenu li.nav_application a.app_href:hover,
body.policy #dropmenu li.nav_policy a,
body.policy #dropmenu li.nav_policy a:hover,
body.flow #dropmenu li.nav_flow a,
body.flow #dropmenu li.nav_flow a:hover,
body.landscape #dropmenu li.nav_landscape a,
body.landscape #dropmenu li.nav_landscape a:hover,
body.faq #dropmenu li.nav_faq a,
body.faq #dropmenu li.nav_faq a:hover {
	background-position: 0px -48px;
}


#dropmenu li.nav_index a {
	background-image: url(../../images/common/nav_index.gif);
	width: 130px;
}
#dropmenu li.nav_application a.app_href {
	background-image: url(../../images/common/nav_application.gif);
	width: 130px;
}
#dropmenu li.nav_policy a {
	background-image: url(../../images/common/nav_policy.gif);
	width: 130px;
}
#dropmenu li.nav_flow {
	width: 180px;
}
#dropmenu li.nav_flow a {
	background-image: url(../../images/common/nav_flow.gif);
	width: 180px;
}
#dropmenu li.nav_landscape {
	width: 150px;
}
#dropmenu li.nav_landscape a {
	background-image: url(../../images/common/nav_landscape.gif);
	width: 150px;
}
#dropmenu li.nav_faq {
	width: 180px;
}
#dropmenu li.nav_faq a {
	background-image: url(../../images/common/nav_faq.gif);
	width: 180px;
}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 24px;
  left: 0;
  margin: 0;
  padding: 0;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li {
	overflow: hidden;
	width: 111px;
	height: 0;
	color: #ef5d4e;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	background: #f5b9af;
	line-height: 24px;
	margin-left: 19px;
	z-index: 100;
}
#dropmenu li ul li a {
	background: #f5b9af;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	color: #3c0a0a;
}
#dropmenu li ul li a:hover {
	text-decoration: none;	
	color: #ef5d4e;
}

#dropmenu li:hover ul li {
	overflow: visible;
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3c0a0a;
	color: #ef5d4e;
}
#dropmenu li:hover ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* nav ▲ ------------------------------*/





/* contents ▼ ------------------------------*/

#contents {
	background-image: url(../../images/common/bg_00.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
	padding-top: 10px;
	padding-bottom: 114px;
}

.contact_w {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	float: left;
	width: 700px;
	padding-bottom: 70px;
}

/* contents ▲ ------------------------------*/





/* side ▼ ------------------------------*/

#side {
	float: right;
	width: 270px;
	padding-bottom: 70px;
}

/* 平成26年度 合格実績 */
#side .s_results_btn a {
	background-image: url(../../images/common/s_results_btn.png);
	height: 70px;
	width: 270px;	
}
#side .s_results_btn a:hover {
	background-position: 0px -70px;
}
body.results #side .s_results_btn a,
body.results #side .s_results_btn a:hover {
	background-position: 0px -140px;	
}


/* お問合せ */
#side .s_contact_btn a {
	background-image: url(../../images/common/s_contact_btn.gif);
	height: 70px;
	width: 270px;	
}
#side .s_contact_btn a:hover {
	background-position: 0px -70px;
}
body.contact #side .s_contact_btn a,
body.contact #side .s_contact_btn a:hover {
	background-position: 0px -140px;	
}

.s_add_mi {
	background-image: url(../../images/common/s_add_mi.gif);
	height: 58px;
	width: 270px;	
}
.s_add_middle {
	background-image: url(../../images/common/s_add_middle.gif);
	background-repeat: repeat-y;
	width: 270px;	
}
.s_add_bottom {
	background-image: url(../../images/common/s_add_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;	
}
.s_add_sp {
	padding-right: 13px;
	padding-bottom: 18px;
	padding-left: 13px;
	padding-top: 18px;
}
.s_add_sp .s_add {
	padding-left: 18px;
	margin-bottom: 14px;
}
.s_add_sp .s_gmap_btn a {
	background-image: url(../../images/common/s_gmap_btn.gif);
	height: 32px;
	width: 240px;	
}
.s_add_sp .s_gmap_btn a:hover {
	background-position: 0px -32px;
}

/* side ▲ ------------------------------*/





/* footer ▼ ------------------------------*/

#footer {
	clear: both;
	float: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 114px;
	background-image: url(../../images/common/footer_bg.gif);
	background-repeat: repeat-x;
}

#footer .footer_w {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#footer .pagetop {
	margin-top: -50px;
	height: 30px;
	width: 40px;
	float: right;
}
#footer .pagetop a {
	background-image: url(../../images/common/pagetop.gif);
	height: 30px;
	width: 40px;
}
#footer .pagetop a:hover {
	background-position: 0px -30px;
}

#footer .f_menu {
	height: 28px;
	padding-top: 12px;
}
#footer .f_menu ul li,
#footer .f_menu ul img {
	float: left;
}
#footer .f_menu ul li a {
	font-size: 8px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 15px;
	overflow: hidden;
	width: 60px;
	margin-right: 8px;
	margin-left: 8px;
}
#footer .f_menu ul li a:hover {
	background-position: 0px -15px;	
}
#footer .f_menu ul li.f_home a {
	background-image: url(../../images/common/f_home.gif);
	width: 50px;	
	margin-left: 0;
}
#footer .f_menu ul li.f_news a {
	background-image: url(../../images/common/f_news.gif);
}
#footer .f_menu ul li.f_policy a {
	background-image: url(../../images/common/f_policy.gif);
}
#footer .f_menu ul li.f_application a {
	background-image: url(../../images/common/f_application.gif);
}
#footer .f_menu ul li.f_flow a {
	background-image: url(../../images/common/f_flow.gif);
	width: 102px;	
}
#footer .f_menu ul li.f_landscape a {
	background-image: url(../../images/common/f_landscape.gif);
	width: 72px;	
}
#footer .f_menu ul li.f_faq a {
	background-image: url(../../images/common/f_faq.gif);
	width: 101px;	
}
#footer .f_menu ul li.f_results a {
	background-image: url(../../images/common/f_results.gif);
}
#footer .f_menu ul li.f_privacy a {
	background-image: url(../../images/common/f_privacy.gif);
	width: 142px;	
}
#footer .f_menu ul li.f_contact a {
	background-image: url(../../images/common/f_contact.gif);
	width: 88px;	
	margin-right: 0;
}


#footer .copyright {
	line-height: 54px;
	text-align: center;
	font-weight: bold;
	color: #ef5d4e;
	letter-spacing: 0.1em;
	font-size: 90%;
}

/* footer ▲ ------------------------------*/





/* common ▼ ------------------------------*/

.pan {
	display: block;
	margin-bottom: 20px;
	font-size: 80%;
	line-height: 14px;
	text-align: right;
}

/* メイン背景 */
.main_bg_head {
	background-image: url(../../images/common/main_bg_head.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-top: 10px;
}
.main_bg_bottom {
	background-image: url(../../images/common/main_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;	
	padding-bottom: 10px;
}
.main_bg_middle {
	background-image: url(../../images/common/main_bg_middle.png);
	background-repeat: repeat-y;
	width: 700px;	
}
.main_bg_sp {
	padding-top: 14px;
	padding-right: 18px;
	padding-bottom: 14px;
	padding-left: 18px;
}


/* リスト */
.decimal_list li {
	list-style-position: inside;
	list-style-type: decimal;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-indent: -15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3c0a0a;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.decimal_list li:last-child {
	margin-bottom: 0;
}


.bottom_bd {
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3c0a0a;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.clear {
	clear: both;
	float: none;
	display: block;
	line-height: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.hide,
.hide a {
	font-size: 8px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}


.f_120 {
	font-size: 120%;
}

.red {
	color: #FF0000;
}

.red02 {
	color: #e62814;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
	display: block;
}

.right {
	text-align: right;
	display: block;
}

.left {
	text-align: left;
	display: block;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.ss_section {
	display: block;
	margin-bottom: 10px;
}

.s_section {
	display: block;
	margin-bottom: 20px;
}

.section {
	display: block;
	margin-bottom: 30px;
}

.m_section {
	display: block;
	margin-bottom: 50px;
}

/* common ▲ ------------------------------*/
