body {
    min-width: 500px;
	overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.common_section > .content {
    width: auto;
}


.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:2em;

}

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;
}


/* ------------------------------------------------------------------------
    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:700px;
	    position: relative;
}

.avatar {
display:none;
}

.pc{
display:inline-block;
	width:40%;
float:left;
margin-top:15px;
margin-left:0px;
}

.title {
    position: relative;
    top: 0px;
	 right: 0;
    border-bottom: 2px solid #ffffff;
    margin-left:0px;
    padding-left: 5px;
    padding-bottom: 10px;
	margin-top:50px;
}

.message {
    position: relative;
	top:0px;
	  right: 0px;
	width:55%;
display:inline-block;
    padding-top: 20px;
    color: #FFFFFF;
	line-height:2em;
	font-size:1.05em;
	float:lright;
	    margin-left:10px;
}





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

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

#header_nav {
    position: absolute;
    top: 5px;
    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;
}


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



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



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

.common_section#footer {
    width: 100%;
    background-color: #000000;

	display:block;
}



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


 
#page-top {
    position: fixed;
    bottom: 0;
    right: 10px;
	margin:10px;
	z-index:100;
	width:50px;
	width:50px;
	
}

#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;
}

