
#contents {
	margin-top: 10px;
	font-size:1.8em;
	text-align: center;
}

.sub {
	color: #AAAAAA;
	margin-bottom: 20px;
}

.ab {
	font-family: 'Patua One', cursive;
}

.textBox {
	margin-bottom: 50px;
}

#patora {
   float: left;
   width: 50%;
}
@media screen and ( max-width:600px ){
	#patora {
	   float: none;
		 width:100%;
	}
}


#contents img {
	width:150px;
}

.profile {
	text-align: left;
	vertical-align: top;
}

@media screen and ( min-width:501px ){
	.br-sp { display:none; }
}


table.profile {
    width: 360px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}

@media screen and ( max-width:500px ){
	.br-pc { display:none; }
	#contents { text-align:inherit;}
	#contents {
		width:90%;
		margin-left: 10px;
		margin-right: 10px;
		font-size:1.8em;
	}
	.sub {
		margin-right: 10px;
		margin-left: 10px;
	}
	.textBox {
		margin-right: 10px;
		margin-left: 10px;
	}
}

table.profile th,
table.profile td {
    padding: 10px;
}

table.profile th {
    vertical-align: middle;
    text-align: left;
    width: 80px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

table.pato th {
	background: #FC7EA4;
}

table.rije th {
	background: #3FB8DC;
}

table.profile 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: #FC7EA4;
    border-width: 10px;
    margin-top: -10px;
}

table.pato th:after {
	border-left-color:  #FC7EA4;
}

table.rije th:after {
	border-left-color:  #3FB8DC;
}

/* firefox */
@-moz-document url-prefix() {
    table.profile th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #FC7EA4 10px solid;
        margin-top: -10px;
    }
		table.pato th::after {
			border-left:  #FC7EA4;
		}

		table.rije th::after {
			border-left:  #3FB8DC;
		}
}

table.profile td {
    background: #f8f8f8;
    width: 200px;
    padding-left: 20px;
}


#logo img {
	width:100%;
	max-width:500px;
}

.arrow_box {
	position: relative;
	background: #FC7EA4;
}
.arrow_box:after {
	top: 50%;
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(252, 126, 164, 0);
	border-top-color: #FC7EA4;
	border-width: 10px;
	margin-left: -10px;
}

.sp_patora {
	float: left;
	width:45%;
}

.sp_rije {
	float : right;
	width:45%;
}

.sp_patora .balloon {
  position: relative;
  width: 100%;
  height: 30px;
	padding-top:5px;
  background-color: #FC7EA4;
  text-align: center;
	color:#FFFFFF;
	margin: 0px;
}
.sp_patora .balloon .triangle {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #FC7EA4;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.sp_rije .balloon {
  position: relative;
	width: 100%;
  height: 30px;
	padding-top:5px;
  background-color: #3FB8DC;
  text-align: center;
	margin: 0px;
	color:#FFFFFF;
}
.sp_rije .balloon .triangle {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #3FB8DC;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.profile_value {
	width: 100%;
	padding-top:15px;
	padding-bottom: 10px;
  text-align: center;
	color:#000000;
}

.fukidasi_left {
	width:100%;
	background-color:#FC7EA4;
	border-radius:6px;
	position:relative;
	padding:5px;
	margin-bottom: 5px;
	color:#fff;
}

.fukidasi_right {
	width:100%;
	background-color:#3FB8DC;
	border-radius:6px;
	position:relative;
	padding:5px;
	margin-bottom: 5px;
	color:#fff;
}

.fukidasi_left:after {
	border:12px solid transparent;
	border-right-color:#FC7EA4;
	border-left-width:0;
	width:0;
	left:-10px;
	content:"";
	display:block;
	top:2px;
	position:absolute;
}

.fukidasi_right:after {
	border:12px solid transparent;
	border-left-color:#3FB8DC;
	border-right-width:0;
	width:0;
	right:-10px;
	content:"";
	display:block;
	top:2px;
	position:absolute;
}

@media screen and ( max-width:500px ){
	.fukidasi_left {
			font-size: 0.8em;
	}
	.fukidasi_right {
		font-size: 0.8em;
	}
}

#contents p {
	line-height: 1.6em;
}
