@charset "utf-8";
/* CSS Document */

/*====================================================================

common.css

======================================================================

01.format
02.body
03.header
04.nav
05.main
06.footer
07.other
09.level2

=====================================================================*/


/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/

/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-collapse: collapse; /* added */
	-webkit-text-size-adjust: none; /* added */
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display: block;}

nav ul {list-style: none;}
ul li {list-style: none;} /* added */

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {text-decoration:  line-through;}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;  
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {vertical-align: middle;}



/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body {
	background: #1a1a1a url(../img/body_bg.jpg) no-repeat 50% 0;
	line-height: 1;
	font-size: 14px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	text-align: center;
	color: #bbb;
}

/* a
----------------------------------------------------------------*/
a { outline:none;}

a:link,
a:visited,
a:hover,
a:active{
	color: #fff;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}


/* wrapper
----------------------------------------------------------------*/
div#wrapper {
}
div#main,
nav#global,
header{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
header {
	position: relative;
	background: url(../img/header_tel.png) no-repeat 534px 53px;
	width: 1000px;
	height: 100px;
}
header h1 {
	position: relative;
	top: 17px;
	left: 185px;
	color: #a6a6a6;
	line-height: 1.2;
	font-size: 12px;
	font-weight: normal;
}
header div#logo {
	position: absolute;
	top: 23px;
	left: 0;
	width: 221px;
	height: 61px;
}
header div.btn {
	position: absolute;
	top: 45px;
	right: 0px;
}


/*--------------------------------------------------------------------/
	05.main
/--------------------------------------------------------------------*/
div#main_bg {
	background: url(../img/main_bg.jpg) repeat-x 0 0;
}
div#main {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	background: url(../img/aside_bg.gif) repeat-y 0 0;
	width: 1010px;
	zoom:1;
}
div#main:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div#main img { display: block;}


/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
div#contents {
	float: right;
	padding-top: 39px;
	width: 710px;
}

/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
section:after,
article:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/
aside {
	position: relative;
	padding-top: 25px;
	background: url(../img/main_bg.jpg) repeat-x 0 0;
	float: left;
	width: 260px;
}

/* aside_contact
--------------------------------------------------------------------*/
#aside_contact {
	margin-left: -12px;
	background: url(../img/aside_contact_bg.gif) no-repeat;
	width: 284px;
}


/* aside_bnr
--------------------------------------------------------------------*/
aside ul.aside_bnr {
	margin: 0px auto;
	width: 240px;
}
aside ul.aside_bnr li {
	margin-bottom: 20px;
	width: 240px;
	font-size: 0;
	line-height: 0;
}

/* aside_3bnr
--------------------------------------------------------------------*/
aside ul.aside_3bnr {
	margin: 0px auto 20px;
	padding-top: 15px;
	background: #fff;
	width: 240px;
}
aside ul.aside_3bnr li {
	margin: 0px auto;
	padding-bottom: 15px;
	width: 220px;
	font-size: 0;
	line-height: 0;
}


/* aside_company
--------------------------------------------------------------------*/
#aside_company {
	margin: 0px auto 20px;
	padding: 20px 0;
	background: #000000;
	width: 240px;
}
#aside_company h3 img {
	margin: 10px auto 25px;
}
#aside_company p {
	margin-bottom: 25px;
	padding: 0 18px;
	letter-spacing: 1px;
	color: #aaa;
	line-height: 1.6;
	font-size: 13px;
}
#aside_company dl {
	margin-bottom: 15px;
	padding: 25px 0 10px;
	background: #1a1a1a;
}
#aside_company dt,
#aside_company dd {
}
#aside_company dt {
	padding: 0px 15px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#aside_company dd {
	padding: 0px 15px 20px;
	color: #aaa;
	line-height: 1.6;
	font-size: 13px;
}

#aside_company ul {
	margin: 0px auto;
	width: 210px;
}
#aside_company ul li {
	float: left;
}
#aside_company ul li:last-child {
	float: right;
}


/*--------------------------------------------------------------------/
	06.footer
/--------------------------------------------------------------------*/
footer {
	background: #000000;
	width: 100%;
}
footer div#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	width: 1000px;
	height: 330px;
	text-align: left;
	box-sizing:border-box;
}

/* home
--------------------------------------------------------------------*/
footer p#home {
	margin-bottom: 30px;
	padding-left: 20px;
	background: url(../img/icon_arrow_02.png) no-repeat 0 2px;
	letter-spacing: 1px;
	color: #ec6e81;
}
footer p#home a:link,
footer p#home a:visited,
footer p#home a:active {
	color: #fff;
	text-decoration: underline;
}
footer p#home a:hover {
	text-decoration: none;
}

/* f_navi
--------------------------------------------------------------------*/
footer div#f_navi {
	text-align: left;
	line-height: 1.1;
}

footer div#f_navi ul {
	float: left;
	margin-right: 50px;
}
footer div#f_navi ul li {
	margin-bottom: 15px;
	padding-left: 25px;
	background: url(../img/icon_arrow_03.png) no-repeat 0 50%;
	line-height: 1.2;
	letter-spacing: 1px;
	font-size: 13px;
}

footer div#f_navi ul a:link,
footer div#f_navi ul a:visited,
footer div#f_navi ul a:active {
	color: #fff;
	text-decoration: underline;
}
footer div#f_navi ul a:hover {
	color: #fff;
	text-decoration: none;
}


/* f_com
--------------------------------------------------------------------*/
div#f_com {
	float: right;
	border: 1px solid #262626;
	width: 280px;
}
div#f_com h3 img {
	display: block;
	padding-top: 15px;
	margin: 0px auto 10px;
}
div#f_com p {
	margin-bottom: 15px;
	padding: 0px 40px;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #777;
	font-size: 12px;
}
div#f_com div {
	height: 30px;
}

/* pagetop
--------------------------------------------------------------------*/
p#page-top {
	position: fixed;
	bottom: 900px;
	right: 40px;
}

/* copy
--------------------------------------------------------------------*/
div#copy {
	padding: 25px 0;
	background: #1a1a1a;
	line-height: 1.3;
	letter-spacing: 1px;
}
div#copy p {
	color: #fff;
	text-align: center;
	font-size: 13px;
}
div#copy a:link,
div#copy a:visited {
	color: #fff;
}
div#copy a:hover {
	text-decoration: none;
}



/*--------------------------------------------------------------------/
	07.others
/--------------------------------------------------------------------*/
.right {float:  right;}
.left {float: left;}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {zoom: 1;}
.ws-n {white-space: nowrap;}

.red { color: #aa0000;}
.color01{ color: #ee6b81;}

.hover a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.hover a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

#contents a img,
aside a img{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#contents a:hover img,
aside a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
aside #aside_contact a:hover img {
	opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}


/* txt
----------------------------------------------------------------*/
.txt_l {text-align: left !important;}
.txt_r {text-align: right !important;}
.txt_c {text-align: center !important;}

.st {font-weight: bold;}
.u_l { text-decoration: underline;}

/* size
----------------------------------------------------------------*/
.fs_s {
	font-size: 90% !important;
}
.fs_m {
	font-size: 115% !important;
}
.fs_l {
	font-size: 140% !important;
	line-height: 1.6 !important;
}
.msgoth-s {
	font-family: 'ＭＳ ゴシック',sans-serif;
	font-size: 10px;
}


/* letter spacing
----------------------------------------------------------------*/
.ls_s {letter-spacing: -1pt;}
.ls_m {letter-spacing: 0pt;}
.ls_l {letter-spacing: 1em;}


/* padding
----------------------------------------------------------------*/
.ps {padding: 5px;}
.ps_t {padding-top: 5px;}
.ps_b {padding-bottom: 5px;}
.ps_h {padding: 5px 0px;}
.ps_w {padding: 0px 5px;}
.ps_l {padding-left: 3px;}

.pm {padding: 10px;}
.pm_t {padding-top: 10px;}
.pm_b {padding-bottom: 10px;}
.pm_h {padding: 10px 0px;}
.pm_w {padding: 0px 10px;}


/* margin
----------------------------------------------------------------*/
.mss_t {margin-top: 8px;}

.ms {margin: 10px;}
.ms_t {margin-top: 10px;}
.ms_b {margin-bottom: 12px !important;}
.ms_l {margin-left: 10px;}
.ms_r {margin-right: 10px;}
.ms_h {margin: 10px 0px;}
.ms_w {margin: 0px 10px;}

.mm {margin: 20px;}
.mm_t {margin-top: 20px;}
.mm_b {margin-bottom: 20px;}
.mm_l {margin-left: 20px;}
.mm_r {margin-right: 20px;}
.mm_h {margin: 20px 0px;}
.mm_w {margin: 0px 20px;}

.ml {margin: 30px;}
.ml_t {margin-top: 30px;}
.ml_b {margin-bottom: 30px;}
.ml_l {margin-left: 30px;}
.ml_r {margin-right: 30px;}
.ml_h {margin: 30px 0px;}
.ml_w {margin: 0px 30px;}

.m_a {margin: 0px auto;}

.m-10 { margin-top: -25px;}

.mll_l {margin-left: 35px;}
.mll_b {margin-bottom: 40px;}


