﻿@charset "UTF-8";

/***** common *****/

body,button,input,select,textarea { font-family: "YakuHanJP", "MyYuGothicM", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;}
html, body, img, p, a, div, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
	list-style: none;}
body {
	width: 100%;
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	word-wrap: break-word;
	overflow-wrap: break-word;
	background: #fff;}
header,
main,
footer {
	width: 600px;
	margin: 0 auto;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;}
header h1 {color: #535353;
	background-image: -moz-linear-gradient(top, #FFF, #EBEBEB);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#EBEBEB));
	background-image: -o-linear-gradient(top, #FFF, #EBEBEB);
	background-image: linear-gradient(top, #FFF, #EBEBEB);
	border-bottom: solid 1px #BABDB9;
	overflow: hidden;
	padding: 10px 0px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
	width: 100%;
	border-top: solid 3px #666666;}
header h2 {
	padding: 10px 0px;
	font-size: 20px;
	width: 100%;
	text-align: center;
	color: #d10202;
	-webkit-animation:blink .5s ease-in-out infinite alternate;
	-moz-animation:blink .5s ease-in-out infinite alternate;
	animation:blink .5s ease-in-out infinite alternate;}
	@-webkit-keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}}
	@-moz-keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}}
	@keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}}
section {
    width: 600px;
    margin: 0 auto;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;}
div.mainImg {
	text-align: center;
	width: 300px;
	margin: 0 auto;}
div.mainImg img {
	width: 100%;
	border-radius: 250px;}
div.mainImg p {
	font-size: 1.3vw;
	font-weight: bold;}
div.profile { margin: 20px 0;}
div.profile table {
    display: inline-block;
    margin: 0 20px;
    width: 60%;
    vertical-align: top;}
div.profile table tr th {
        background: #777;
    color: #fff;
    border-radius: 3px;
    margin: 2px 0;
    padding: 0 15px;
    width: 4.5vw;
    display: block;
    height: 26px;
    line-height: 26px;}
div.profile table tr td {
    color: #535353;
    padding: 0 3% 0 2%;
    width: 10vw;}
div.profile ul {
	display: inline-block;
	width: 28%;
	background: #e7eced;
	border: solid 1px #d8d8d8;
	border-radius: 10px;
	vertical-align: top;}
div.profile ul li {
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #ccc;}
div.profile ul li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #4e4e4e;
    font-size: 12px;}
div.profile ul li:nth-child(1) {
    border-top: none;}
div.profile ul li:nth-child(4) {
    border-bottom: none;}
div.profile ul li:before {
    font-size: 18px;
    float: left;
    width: 15%;
    height: 25px;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    top: 6px;}
div.profile ul li:nth-child(1):before {
    content: "+";
    top: 0px;}
div.profile ul li:nth-child(2):before {
    content: url(mail.png);}
div.profile ul li:nth-child(3):before {
    content: url(balloon.png);
    top: 4px;}
div.profile ul li:nth-child(4):before {
    content: url(heart.png);
    top: 4px;}

div.coment { margin: 20px 0 0;}
div.coment p {color: #535353;
    margin: 0 auto;
    width: 87%;
    padding: 3%;
    border: solid 1px #666666;
    border-radius: 5px;
    font-size: 15px;}
.balloon{
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 2px solid #666666;}
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 47%;
  top: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #666666;
  border-left: 15px solid transparent;}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 47%;
  top: -13px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;}
div.shosai {
    display: inline-block;
    margin: 0 20px;
    width: 93%;}
div.shosai table,
div.shosai table tr th,
div.shosai table tr td {color: #535353;
	border: solid 1px #535353;
	border-collapse: collapse;}
div.shosai table { width: 100%;}
div.shosai table tr th {
    width: 25%;
    padding: 8px 10px;
    background: #777;
    color: #fff;
    text-align: left;}
div.shosai table tr td {
    padding: 8px 10px;
    width: 60%;}

section.LinkBTN {
	text-align: center;
	padding: 20px 0 0;}
section.LinkBTN a {
    border: solid 1px #535353;
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 2vw 0;
    font-size: 15px;
    text-decoration: none;}
section.LinkBTN p {color:#535353;
 margin: 10px auto 0;
    padding: 0px 0 20px;
    width: 70%;
    text-align: left;}



section.FirstOfAll {
	margin: 0 auto;}
section.FirstOfAll h2 {
	background: #666666;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 18px;
	font-weight: normal;
	border: solid 1px #666666;
	width: 90%;
	margin: 0 auto;}
section.FirstOfAll ul {
    border: solid 1px #666666;
    margin: 0 auto;
    width: 90%;}
section.FirstOfAll ul li {color:#535353;
	margin-bottom: 10px;
	border-bottom: solid 1px #888;
	padding: 5px 10px 10px;}
section.FirstOfAll ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;}
.red { color: #ff0000;}
footer {text-align: center;
	padding-top: 30px;
	border-bottom: solid 3px #666666;}


@media screen and (max-width: 599px) {
	header, section, footer { width: 99.5%;}
	div.mainImg p,
	div.coment p
 { font-size: 20px;}


div.profile table {
    display: block;
    margin: 0 3%;
    width: 94%;
}
div.profile table tr th {
    background: #777;
    color: #fff;
    border-radius: 3px;
    margin: 2px 0;
    padding: 0 1vw;
    width: 18vw;
    display: table-cell;
    height: 12vw;
    line-height: 26px;
    font-size: 4vw;
}
div.profile table tr td {
    padding: 0 3% 0 2%;
    width: 32%;
    font-size: 4vw;
}
div.profile ul {
display: block;
    margin: 3% 3%;
    width: 94%;}
div.profile ul li {
    height: 15vw;
    line-height: 15vw;
    font-size: 20px;}
div.shosai table tr th {
    width: 30%;
    padding: 12px 10px;
    background: #777;
    color: #fff;
    text-align: left;
    font-size: 4vw;
}
div.shosai table tr td {
    padding: 12px 10px;
    width: 60%;
    font-size: 4vw;
}
section.LinkBTN a {
    border: solid 1px #666666;
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 5vw 0;
    font-size: 5vw;
    text-decoration: none;
}
section.LinkBTN p {
    margin: 10px auto 0;
    padding: 0px 0 20px;
    width: 80%;
    text-align: left;
    font-size: 4vw;
}
section.FirstOfAll ul li {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #888;
    padding: 4vw;
    font-size: 3.5vw;
}
input {
    width: 250px;
    font-size: 4vw;
    padding: .5vw 2vw;}
div.mainImg {
    text-align: center;
    width: 250px;
    margin: 0 auto;
}
div.shosai {
    display: inline-block;
    margin: 0 3%;
    width: 94%;
}
div.profile ul li a { font-size: 16px;}
div.profile ul li:before {
    float: left;
    width: 10%;
    height: 25px;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    top: 6px;
}



}