@media screen and (max-width:620px){
div#pcmenu{display:none;}
div#spmenu{display:inherit;}
}

html{
overflow-x : hidden;
 overflow-y : auto;
 }

body{
	background-color: #FCE5E5;
    color: white;
	overflow-x : hidden;
 overflow-y : auto;
}

#header {
    position: fixed; 
    background: #F9C6D4;
	width:100%;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 5px 40px;
    color: white;
}

#header a{
    color: white;
    font-size: 15px;
    text-decoration: none;
}

#header a:hover{
    opacity: 0.8;
}
	
@media screen and (max-width:620px){
  #header{
       font-size: 30px;
	   padding: 5px 5px;
 }
}

#footer {
    background: #F9C6D4;
	width:100%;
    z-index: 11;
    top: 0;
    left: 0;
    padding: 5px 40px;
    color: white;
	}

#footer a{
    color: white;
    font-size: 15px;
    text-decoration: none;
}

#footer a:hover{
    opacity: 0.8;
}


@media screen and (max-width:620px){
  #footer{
       font-size: 10px;
	   padding: 5px 5px;
 }
}	




#info, #code{
    padding: 20px 40px;
    background: rgba(249,209,210,0.5);
    width: 300px;
    margin-top: 50px;
    border-radius: 0 10px 10px 0;
}

@media screen and (max-width:620px){
  #info, #code{
    padding: 10px 10px;
    background: rgba(249,209,210,0.5);
    width: 290px;
    margin-top: 50px;
    border-radius: 0 10px 10px 0;
 }
}

#pname{
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 50px;
    margin: 0;
    margin-top: 20px;

}

#pinfo{
    margin: 0;
    font-size: 15px;
}

#link{
    background: #CF0000;
    color: white;
    text-decoration: none;
    padding: 4px 8px;
    display: block;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 12px;
}

#link:hover {
background: #E90000;
}

#code{

}

#code pre{
    margin: 0;
font-size: 12px;
font-family: "Lucida Console";
    color: #363535;
}

ul {
  display: inline-block;
    padding: 5px;
	margin: 5px;
}

ul#tsushin{
  display: inline-block;

		margin: 0 auto;
}

li {
  display: inline-block;
    margin: 5px;
	padding: 5px;
}

li#tsushin{
  display: inline-block;
		margin: 0 auto;
}

li#tsushin2{
  display: inline-block;
		margin: 0 auto;
		    padding-left: 10px;
			padding-right 10px;
}

li#tsushin-pc{
  display: inline-block;
		margin: 0 auto;
}

#contents{
  margin: 0;
  padding: 3px;
 }

#menu{
  margin: 0;
  padding: 3px;
 }
 
@media screen and (max-width:620px){
  #contents{
           margin: 0;
 }
}	
#keyvisual {
	margin: 0 auto;
	width: 600px;
	height: 600px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#keyvisual img {
	top: 0;
	left: 0;
	position: absolute;
}
@media screen and (max-width:620px){
#keyvisual {
	margin: 0 auto;
	width: 300px;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#keyvisual img {
	top: 0;
	left: 0;
	position: absolute;
}
}

#keyvisual2 {
	margin: 0 auto;
	width: 600px;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#keyvisual2 img {
	top: 0;
	left: 0;
	position: absolute;
}
@media screen and (max-width:620px){
#keyvisual2 {
	margin: 0 auto;
	width: 300px;
	height: 150px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#keyvisual2 img {
	top: 0;
	left: 0;
	position: absolute;
}
}

div#care{
  width: 800px;
  color: #000000;
  margin-top:5px;
  margin-bottom:5px;
  margin-left:auto;
  margin-right:auto;
  padding: 10px;
    background-color: rgba(255,255,255,0.8);
   }
   
 div#care2{
  width: 800px;
  color: #000000;
  margin-top:5px;
  margin-bottom:5px;
  margin-left:auto;
  margin-right:auto;
  padding: 10px;
    background-color: rgba(255,255,255,0.9);
   } 

	
div#care div{
  width: 95%;
      margin: 3px;
	padding: 3px;
    }

h2#hana{
   color: #EC547C;
   }
h2#hana2{
   color: #EC547C;
   font-size: 20px;
       margin: 0px;
	padding: 0px;
   }
   
@media screen and (max-width:620px){
 div#care{
   width: 90%;
   color: #000000;
   margin-top:5px;
   margin-bottom:5px;
   margin-left:auto;
   margin-right:auto;
   padding: 10px;
   background-color: rgba(255,255,255,0.8);
   }

 h2#hana{
   color: #EC547C;
   padding: 10px;
   }
}


#page-top{
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
}
#page-top a{
	
	text-decoration: none;
	color: #fff;
	width: 250px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover{
	text-decoration: none;
	background: #ffffff;
}

@media screen and (max-width:620px){
 #page-top{
 	margin: 0 auto;
	position: fixed;
	bottom: 10px;
	font-size: 77%;
 }
 #page-top a{
	 	margin: 0 auto;
	text-decoration: none;
	color: #fff;
	width: 150px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
 }
 #page-top a:hover{
	text-decoration: none;
	background: #ffffff;
 }
}
table.company {
    width: 90%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
    
}
 
table.company th,
table.company td {
	background: #C7EBA3;
    padding: 5px 5px 5px 15px;
}
 
table.company th {
    background: #EE6A60;
    vertical-align: middle;
    text-align: left;
    width: 30%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #EE6A60;
    border-width: 10px;
    margin-top: -10px;
}

table.book {
    width: 90%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
    
}
 
table.book th,
table.book td {
	background: #C7EBA3;
    padding: 5px 5px 5px 15px;
}
 
table.book th {
    background: #EE6A60;
    vertical-align: middle;
    text-align: left;
    width: 30%;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    
}
 
table.book th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #EE6A60;
    border-width: 10px;
    margin-top: -10px;
}

p#q{
   color: #EC547C;
   font-size: 18px;
   font-weight: bold;
       margin: 1px;
    padding: 1px 1px 3px 15px;
}
p#q2{

   font-size: 16px;
   font-weight: bold;
       margin: 1px;
    padding: 1px 1px 3px 35px;
}
p#a{
       margin: 1px;
    padding: 1px 1px 6px 35px;
}

p#a2{
text-align: right;
       margin: 1px;
    padding: 1px 1px 6px 35px;
}

div#floating-menu {
    position: fixed;
    top: 15%;
    width: 153px;
    right: 50px;
	padding: 0;
    background-color: rgba(255,255,255,0.6);  

    z-index: 9999;
}
@media print {
  body { display: none }
}
@media screen and (max-width:620px){
  div#pc{	 
    display: none;
}
li #tsushin-pc{
    display: none;
}
 }
