/* ------------------------------------------------------------------------
    common
------------------------------------------------------------------------  */
html { font-size: 0.85em; line-height: 1.75; font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;    overflow-x: hidden;
margin:0;}

body { background-color: #FFFFFF; min-width: 320px; color: #333333; margin:0;
overflow: hidden;}

.common_section > .content {
    width: 95%;
    margin: auto;
    padding: 50px 10px;
}


h2 {
    text-align: center;
    padding-bottom: 10px;
    margin: 0 auto;
text-align:center;
background:none;
font-size:1.75em;

}

h3 { margin: 0 auto; padding: 0; 
text-align:center; 
color:#333333;
font-weight:normal;
font-size:1em;
margin-bottom:20px;
}

.white{
color:#ffffff;
background:none;

}

.s{
display:block;
margin-top:50px;
color:#f4d6d3;
font-size:0.85em;
}



/* ------------------------------------------------------------------------
    01 main image
------------------------------------------------------------------------  */
.common_section#main_image {
margin-top:55px;

    text-align: center;
    overflow: hidden;
padding-bottom:0px;
margin-bottom:0;
width:100%;
}

.common_section#main_image .content {
    padding-top: 0;
    position: relative;
margin:0 auto;
width:96%;
}


/* ------------------------------------------------------------------------
    02 7つの特徴
------------------------------------------------------------------------  */
.common_section#point7 {
    background-image: url('../img/02_2_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
	margin:0;
	    padding-bottom: 0px;
}


/* ------------------------------------------------------------------------
    05 管理画面について
------------------------------------------------------------------------  */
.common_section#admin { 
    background-color: #e56a5e;
    background-image: url('../img/03_1_bg.png');

    background-repeat: no-repeat;
    background-position:;
    background-attachment: fixed;
	height:auto;
	    position: relative;
}



/* ------------------------------------------------------------------------
追加
------------------------------------------------------------------------  */
#header {
display:inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #FFFFFF;
    border-bottom:2px solid #f2f2f2;
	padding:10px;
    z-index: 10;
}

#header h1{
    position: absolute;
    top: 0px;
    left: 10px;
		width:42%;
}

#header_nav {
    position: absolute;
    top: 15px;
    right: 25px;
	width:42%;
}

.box_left{
margin-top:0px;
margin-right:0px;
display:inline-block;
width:100%;
float:none;
text-align:left;
}

.box_right{
margin-top:0px;
margin-left:0px;
display:inline-block;
width:100%;
float:none;
text-align:left;
}


.box_qa{
border:3px solid #E6E6E6;
margin:10px;
padding:20px;
background:#ffffff;
}

.question{
float:left;
margin-bottom:10px;
margin-right:10px;
}

.txt, textarea{
padding: 5px;
width:95%;
}	



.submit_button{
border: 1px solid #ffffff;
    width:204px;
    height:55px;
    background:none ;
color:#ffffff;
margin-left:20px;
margin-top:15px;
font-size:1.5em;
}

.common_section#contact { 
	display:block;
  background:#e25a4c;
	padding-bottom:0px;
	padding-top:50px;
}


#box_form{
	display:inline-block;
  width:100%;
    background:#e25a4c;
	padding-bottom:20px;
}

.common_section#footer {
    width: 100%;
    background-color: #000000;
    border-top:1px solid #FFFFFF;
	display:block;
}

/* ========ページトップボタン======== */


#pagetop a:hover {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background:none!important;
-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
transition: 0.5s;
}
 
 
#page-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
	margin:0;
	z-index:100;
	width:15%;

}

#page-top a {
    background: #222222;
    text-decoration: none;
    color: #fff;
   padding:0px 5px 5px 5px;
    text-align: center;
    display: block;
	margin:0;
}

#page-top a:hover {
    text-decoration: none;
    background: #999999;
	-webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}





