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


/***********
ヘッダー
***********/
header{width:95%; margin:0 auto; padding:10px 0;}
header .left_box{width:41%; float:left; }
header .right_box{width:43%; float:right;}



nav{width:100%; margin:0 auto;}
nav .box{float:left;width:20%; }


h2 {font-size:115%; text-align:center; letter-spacing:-1px; line-height:130%; margin:0;}



#contact{width:80%;margin:0 auto; padding:15px 0 20px;}

#f_menu{width:91%; margin:0 auto; padding-bottom:10px;}
#f_menu .left_box{width:47%; float:left; padding-bottom:13px;}
#f_menu .right_box{width:47%; float:right; padding-bottom:13px;}

footer{background:url("../img/footer.png") repeat-y; color:#FFFFFF; }
footer .copy{font-size:60%; text-align:center; padding:7px 0 30px; letter-spacing:-1px;}




/***************************************
330pxまでの幅の場合に適応される　iphone5など
***************************************/


@media screen and (max-width: 330px) {

}




/***************************************
400px以上の幅の場合に適応される　iphone5など
***************************************/


@media screen and (min-width: 400px) {


}




/*************基礎css*******************/





.left {
    float: left;
}
.right {
    float: right;
}

.center { text-align: center;}
	
.clear {
    clear: both;
}
.m_auto {
    margin: 0 auto;
}


.txt_bold {
    font-weight: bold;
}


.w_100 {
    width: 100%;
}
	
.min{font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
   "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;}
   
   
   
/*********　　ベーシック　　　設定など　　　　**********/
html
{	padding: 0;
	margin:0;
	line-height:140%;
	background-color: #fff;
	position: relative;
	-webkit-text-size-adjust: none;
	text-shadow: none;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	}
	
body {margin:0 auto;}	
	


section{padding-bottom:50px}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;text-decoration:none;
}

.hr_style{
  display: block;
  width: 100%;
  height: 1px;
  background-color: gray;opacity: 0.3;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}

hr.dotted{
border:none;
border-top:dashed 1px gray;
opacity: 0.3;
height:1px;
color:#FFFFFF;
width:100%;
}



a:active, a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}


/*********　　ベーシック　　　設定などここまで　　　　**********/

