@charset "utf-8";

/*reset css
---------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;
}

img{
  vertical-align: bottom;
  border: 0px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html{
	overflow-y: scroll;
	font-size:62.5%;
	background: url(../images/common/header_bg.jpg) repeat-x top;
}

body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MSP明朝", "MS明朝", serif;
	font-size:20px;
	line-height: 28px;
	letter-spacing: 3px;
	color:#333;
	overflow:hidden;
}

.gothic {
  font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{list-style:none;}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a {
	text-decoration: none;
}

a:focus {
	outline:none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.red {
	color: #d5060f;
}

.blue {
	color: #00c3ca;
}


/*cleafix
/------------------------------------------------------------*/

.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}


/*共通
---------------------------------------------------*/
.tar {text-align:right;}
.tac {text-align:center;}
.left {float:left;}
.right {float:right;}
.bold{font-weight:bold;}

.img100{width: 100%;}
.img100 img{width: 100%; height: auto;}

/*main
---------------------------------------------------*/
main{
  width: 100%;
  max-width:1011px;
  margin:0px auto;
}

/* header
---------------------------------------------------*/
header {
	width:100%;
	height: 144px;
	z-index: 10;
	background-color: #fff;
}

.head_date {
	height: 95px;
}

.head_date .head_l {
	max-width: 597px;
	float: left;
	margin-top: 12px;
}

.head_date .head_l img {
	width: 100%;
	height: auto;
}

.head_date .head_r {
	max-width: 283px;
	float: right;
	padding-top: 10px;
}

.head_date .head_r p {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 100%;
	margin-bottom: 6px;
}

.head_date .head_r img.head_tel {
	width: 100%;
	margin-bottom: 4px;
}

.head_r ul li.head_con {
	float: left;
}

.head_r ul li.head_com {
	float: right;
}

header .nav {
	background-color: #eaeaea;
	/* box-shadow */
	box-shadow:0px 2px 3px 3px #d6d6d6;
	-moz-box-shadow:0px 2px 3px 3px #d6d6d6;
	-webkit-box-shadow:0px 2px 3px 3px #d6d6d6;
}

header .toggle {
	display: none;
}

.nav {
	height: 50px;
	width: 100%;
	z-index: 1;
}

.nav .nav_inner {
	max-width: 1011px;
	margin: 0 auto;
	padding-top: 9px;
}

.nav ul {
	border-right: 1px solid #000;
}

.nav ul li {
	float: left;
	border-left: 1px solid #000;
	text-align: center;
	width: 202px;
	font-size: 16px;
}


.nav ul li a {
	width: 65px;
	height: 28px;
	color: #000;
}

/*パンくず
/------------------------------------------------------------*/
.pankuzu {
	margin-top: 8px;
	margin-bottom: 4px;
}

.pankuzu h1 {
	font-size: 13px;
	text-align: right;
}


/*footer_gyomu
---------------------------------------------------*/
.common_gyomu {
  width: 100%;
  height: auto;
  padding-top: 39px;
  padding-bottom: 39px;
}

.common_gyomu .gyomu_l {
  max-width: 272px;
  float: left;
}

.common_gyomu .gyomu_l img {
  width: 100%;
}

.common_gyomu .gyomu_r {
  max-width: 675px;
  float: right;
  margin-top: 10px;
}

.common_gyomu .gyomu_r h4 {
  font-size: 40px;
  margin-bottom: 29px;
}

.common_gyomu .gyomu_r ul li {
  letter-spacing: 0px;
}

/*footer
---------------------------------------------------*/
footer {
  background-image: url(../img/common/footer_bg_r.jpg);
	width:100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer .footer {
  height: auto;
}

footer .footer .f_l {
	max-width:550px;
	float: left;
  margin-top: 70px;
}

footer .footer .f_l h4 {
  margin-bottom: 10px;
}

footer .footer .f_l p {
  color: #fff;
}

footer .footer .f_r {
	max-width:440px;
	float: right;
}

footer .footer .f_r iframe {
  width: 100%;
}

/*コピーライト
---------------------------------------------------*/
.copyright {
  background-color: #000000;
  text-align: center;
  color: #fff;
  height: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
}