﻿@charset "UTF-8";
/* ************************************************************
	[Base] Formatting browser's default styles
		 0. Reset
		 1. HTML, Body, Anchor
		 2. Headings
		 3. Lists
		 4. Tables
		 5. Forms
		 6. Others
	[Layout]
		 0. Base Layout
		 1. Header
		 2. Lead
		 3. Main
		 4. Footer
	[Module]
		 1. Common Module
		 90. Others
		 99. Clearfix
************************************************************ */
/*/////////////////////////////////////////////////////////////
[Base]
/////////////////////////////////////////////////////////////*/
/* ------------------------------------------------------------
	0. Reset
------------------------------------------------------------ */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer,
header, hgroup, menu, nav, section {
	display: block;
}
/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */
html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整OFF */
}
body {
	/* font-family: ArialMT, "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3"; iPhoneバンドル */
	font-family: Arial-BoldMT, "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6"; /* iPhoneバンドル */
	font-size: 12px;
	line-height: 1.5;
}
a {
	color: #000;
	-webkit-tap-highlight-color: rgba(00,33,99,0.3); /* タップ時の背景色 */
	text-decoration: none;
}
/* ------------------------------------------------------------
	2. Headings
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* ------------------------------------------------------------
	3. Lists
------------------------------------------------------------ */
li {
	list-style: none;
}
/* ------------------------------------------------------------
	4. Tables
------------------------------------------------------------ */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
/* ------------------------------------------------------------
	5. Forms
------------------------------------------------------------ */
fieldset {
	border: none;
}
input, textarea, select, label {
	font-size: 100%;
	vertical-align: middle;
}
textarea {
	overflow: auto;
}
/* ------------------------------------------------------------
	6. Others
------------------------------------------------------------ */
img {
	border: none;
	vertical-align: middle;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
mark {
	font-weight: bold;
}
object {
	vertical-align: middle;
	outline: none;
}
blockquote, q {
	quotes: none;
}
q:before, q:after {
	content: '';
}
code {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #333;
	cursor: help;
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
/*hr {
	display: none;
}*/
pre {
	font-family: monospace;
}
/*/////////////////////////////////////////////////////////////
[Layout]
/////////////////////////////////////////////////////////////*/
/* ------------------------------------------------------------
	ｽﾀｲﾙ 縦横切替
------------------------------------------------------------ */
/* iPhone   用 ｽﾀｲﾙｼｰﾄ切替 ******************** */
.iphone-long   #container      {
	background     : #FFFFFF ;
}
x   #container      {
	background     : #FFFFFF ;
}
/* iPad    用 ｽﾀｲﾙｼｰﾄ切替 ******************** */
.ipad-long    #container      {
	background     : #FFFFFF ;
}
.ipad-wide    #container      {
	background     : #FFFFFF ;
}

/* Android 用 ｽﾀｲﾙｼｰﾄ切替 ******************** */
.android-long #container      {
	background     : #FFFFFF ;
}
.android-wide #container      {
	background     : #FFFFFF ;
}
/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */
body {
	padding: 0;
}
/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */
body header {
	font-size: 10px;
	width: 100%;
	padding-top: 10px;
}
body header hgroup {
	/*background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(0.49,#fff), color-stop(0.50,#7f7f7f), to(#ededed));*/
	width: 100%;
	height: 44px;
	/*border-top: solid 1px #555;
	border-bottom: solid 1px #555;*/
	border-right: 0;
	border-left: 0;
	margin: 0;
}
body header hgroup ul {
	margin: 0;
}
body header hgroup ul:after {
	content : '';
	display : block;
	clear : both;
}
body header hgroup a {
	color: #444;
	display: block;
	line-height: 1.2;
	text-indent: 2px;
}
body header hgroup #logo {
	float: left;
	display: block;
	width: 68%;
}
body header hgroup #logo img {
	width: 67%;
	height: auto;
	margin-left: 10px;
}
body header hgroup #logo a {
	display: block;
	/*width: 76%;*/
	height: auto;
}
body header hgroup #home {
	float: left;
	width: 16%;
	/*border-left: solid 1px #666;
	border-right: solid 1px #666;*/
	text-align: center;
	background: url(../img/icon_home.png) center 6px no-repeat;
	background-size:50%;
}
body header hgroup #home a {
	display: block;
	width: 100%;
	height: 22px;
	 padding-top: 60%;
}
body header hgroup #tel {
	float: left;
	width: 16%;
	text-align: center;
	background: url(../img/icon_tel.png) center 6px no-repeat;
	background-size:50%;
}
body header hgroup #tel a {
	display: block;
	width: 100%;
	height: 22px;
	 padding-top: 60%;
}
/* Navigation
------------------------------------------------- */
body header nav {
	clear : both;
	width: 100%;
	border-bottom: solid 3px #000;
}
body header nav:after {
	content : '';
	display : block;
	clear : both;
}
body header nav ul {
	width: 100%;
}
body header nav li {
	float: left;
	width: 20%;
}
header nav a {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	padding-top: 6px;
	height: 32px;
	color: #fff;
	/*text-shadow:1px 1px #DCDCDC;*/
	background: -moz-linear-gradient(top, #980005 0%, #D40000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #980005 0%, #D40000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #980005 0%, #D40000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*background: #450672;*/
	/*border-right: solid 1% #666;*/
	line-height: 120%;
}

/* ------------------------------------------------------------
	2. Main_index
------------------------------------------------------------ */
#main_index {
	margin: 0;
	padding: 0;
	border-top: solid 3px #040000;
	background: url(../img/back.jpg) no-repeat;
	background-size:cover;
	height: auto;
	background-position: bottom;
}

/* -------------------------------------------------------------
	3. Main
------------------------------------------------------------- */
#main {
	/*margin: 10px 0 0 0;*/
	padding: 20px 7px;
	/*background-color: #fff;*/
	background: url(../img/back.jpg) repeat;
	background-size:cover;
	background-position: bottom;
}
#main .phone_area_common {
	-webkit-border-radius: 10px;
	border: 2px solid #3B0709;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	background-color: #000;
	line-height: 1.2;
}
#main .phone_area_common img {
	position: relative;
	top: -5px;
	width: 26px;
	height: 22px;
	margin-right: 5px;
}
#main .phone_area_common a {
	display: block;
	width: 100%;
	font-size: 15px;
	font-family: Arial-BoldMT, "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6";
	color: #F7D152;
	line-height: 1.2;
}
#main .phone_area_common a span {
	font-size: 21px;
	color: #fff;
	line-height: 1.2;
}

/* -------------------------------------------------------------
	4. Footer
------------------------------------------------------------- */
body footer {
	width: 100%;
	padding: 6px 0 0 0;
	text-align: center;
	color: #fff;
	background-color: #000;
	clear: both;
}
/* Navigation
------------------------------------------------- */
body footer #footer_nav {
	width: 100%;
}
body footer #footer_nav:after {
	content : '';
	display : block;
	clear : both;
}
body footer #footer_nav ul {
	width: 100%;
}
body footer #footer_nav li {
	float: left;
	width: 25%;
}
body footer #footer_nav li.others {
	float: left;
	width: 50%;
}
footer #footer_nav a {
	display: block;
	text-align: center;
	width: 100%;
	padding-top: 6px;
	height: 32px;
	color: #fff;
	background: -moz-linear-gradient(top, #D40000 0%, #980005 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #D40000 0%, #980005 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #D40000 0%, #980005 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*background: #00BFFF;*/
	border-bottom: 1px solid #040000;
	/*border-right: 1% solid #666;*/
	line-height: 120%;
}

/* Copyright
------------------------------------------------- */
body footer .copyright {
	padding: 5px 1px;
}
body footer .copyright a {
	color: #fff;
	-webkit-tap-highlight-color: rgba(00,33,99,0.3); /* タップ時の背景色 */
	text-decoration: underline;
}
/*/////////////////////////////////////////////////////////////
[Module]
/////////////////////////////////////////////////////////////*/
/* ------------------------------------------------------------
	1. Common Elements
------------------------------------------------------------ */
/* Title
------------------------------------------------- */
/* Text
------------------------------------------------- */
/* List
------------------------------------------------- */
/* Form
------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"] {
	width: 95%;
	margin-bottom: 5px;
	padding: 10px 5px;
}
input[type="password"] {
	width: 50%;
}
/* ------------------------------------------------------------
	2. Common Module
------------------------------------------------------------ */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.pink {
	color: #ff3399;
}
.orange {
	color: #ff9900;
}
.blue {
	color: #3399ff;
}
.f_10 {
	font-size: 10px;
}
.f_11 {
	font-size: 11px;
}
.paragraph12 {
	margin-top: 12px;
}
.to_top {
	width: 40%;
	margin-left: auto;
}
.to_top a {
	display: block;
	width: 100%;
	height: 16px;
	text-align: center;
	padding: 6px 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #000;
	color: #F7D152;
}
.pict{
	padding-top:10px;}
/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */
/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}
/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */
.group:after {
	content : '';
	display : block;
	clear : both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


body #change a {
	display: block;
	width: 50%;
	height: 22px;
	background: -webkit-gradient(linear, center top, center bottom, from(#dedede), color-stop(0.2, #ededed), to(#ffffff));
	border: solid 1px #bdbcbd;
	color: #000;
	text-align: center;
	margin: 15px auto 0 auto;
	line-height: 1.3;
	padding-top: 3px;
}
body #change a span {
	font-family: Verdana-Bold, Arial-BoldMT, "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6";
	font-size: 14px;
}

/* mce */
.mce {
	font-size: 16px;
	line-height: 2;
}
.mce h1 {
	font-size: 32px;
	font-weight: bold;
}
.mce h2 {
	font-size: 24px;
	font-weight: bold;
}
.mce h3 {
	font-size: 18.72px;
	font-weight: bold;
}
.mce h4 {
	font-size: 16px;
	font-weight: bold;
}
.mce h5 {
	font-size: 13.28px;
	font-weight: bold;
}
.mce h6 {
	font-size: 10.72px;
	font-weight: bold;
}
.mce strong {
	font-weight: bold;
}
.mce em {
	font-style: italic;
}
.mce sup {
	vertical-align: super;
}
.mce sub {
	vertical-align: sub;
}
.mce p {
	display: block;
}
.mce a {
  color: #4099ff;
}