@charset "utf-8";
/* CSS Document */

html {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	-webkit-text-size-adjust: none;
}

body {
	color: #666;
}

/* clearfix */
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

img {
	vertical-align: top;
	border: none;
}

a {
	border: none;
	outline: none;
}

p {
	text-align: left;
	margin: 10px;
	line-height: 25px;
}

.center_text {
	text-align: center;
	font-size: 14px;
}

ul#newinput {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	margin-top: 0px;
}

ul#newinput li {
	float: left;
	text-align: center;
	width: 49%;
}

ul#newinput li:last-child {
	float: right;
}

ul#newinput li img {
	height: auto;
	width: 100%;
}

.inputbutton {
	width: 80%;
	margin: 0px auto;
}

#toplogin {
	width: 90%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#toplogin li {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#toplogin li img {
	width: 50%;
}

input[type="image"] {
	height: auto;
	width: 80%;
}

#toplogin li input[type="tel"] {
	height: 30px;
	width: 80%;
}

#toplogin li input[type="password"] {
	height: 30px;
	width: 80%;
}

#toplogin li#roginbut {
	text-align: center;
	margin-top: 15px;
}

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

h1.title {}

h2.primary_title {
	text-align: left;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	font-size: 16px;
	background-color: #60C7C2;
	width: calc(100% - 5px);
	padding: 0 15px;
	margin-bottom: 8px;
	font-weight: normal;
	border-radius: 10px 0 0 10px;
	margin-left: 5px;
	box-sizing: border-box;
	letter-spacing: 5px;
}

h2.lower_title {
	text-align: left;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	font-size: 16px;
	width: calc(100% - 5px);
	padding: 0 15px;
	background-color: #60C7C2;
	margin-bottom: 8px;
	font-weight: normal;
	border-radius: 10px 0 0 10px;
	margin-left: 5px;
	box-sizing: border-box;
	letter-spacing: 5px;
}

header {
	text-align: center;
	margin-bottom: 12px;
}

#member_info {
	font-size: 13px;
	margin-bottom: 2em;
}

#member_info ul {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px dashed #CCC;
}

#wrap {
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

.wrap {
	padding-right: 15px;
	padding-left: 15px;
}


nav {}

nav ul {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0;
}

nav ul li {
	border-bottom: 1px dotted #CCC;
}

nav ul li a {
	text-align: left;
	position: relative;
	display: inline-block;
	width: calc(100% - 0.5em);
	text-decoration: none;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	box-sizing: border-box;
}

nav ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.4em;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.4em;
	height: 0.4em;
	border-top: 1.5px solid #cccccc;
	border-right: 1.5px solid #cccccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

footer {
	font-size: 12px;
	margin-top: 20px;
	padding: 15px 0 10px;
	text-align: center;
}

.back_link {
	text-align: center;
	margin-top: 10px;
	text-align: center;
	white-space: nowrap;
}

.back_link a {
	color: #fff;
	background: #82D3CF;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 10px;
}

.join_btn {
	display: inline-block;
	margin: 0 5px;
}

table.join {
	width: 100%;
}

table.join th {
	padding: 5px;
	text-align: right;
	vertical-align: middle;
}

table.join td {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

table.join td.center_text {
	text-align: center;
}

input, select {
	vertical-align: middle;
}

input {
	font-size: 18px;
	padding: 5px;
}

select {
	font-size: 18px;
	height: 30px;
	margin: 0 auto;
	width: 70%;
}

input[type="submit"]:not([class]) {
	color: #fff;
	background: #328F8B;
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	margin: 15px auto 0;
	width: 100%;
	border: none;
	border-radius: 18px;
}

.btnA {
	color: #fff;
	background: #328F8B;
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	margin: 15px auto 0;
	width: 100%;
	border: none;
	border-radius: 18px;
}

table.point_list {
	border-collapse: separate;
	border-left: 1px solid #ccc;
	border-spacing: 0;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
	width: 100%;
}

table.point_list th {
	background-color: #ccc;
	border-color: #fff #ccc #ccc #fff;
	border-style: solid;
	border-width: 1px;
	color: #444;
	padding: 10px;
	text-align: right;
	vertical-align: top;
	width: 25%;
}

table.point_list td {
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}

table.form_table {
	width: 90%;
	margin: 0px auto;
}

table.form_table th {
	text-align: left;
	font-weight: normal;
	padding: 5px 0px;

	vertical-align: middle;
}

table.form_table td {
	text-align: left;
	font-weight: normal;
	padding: 5px 0px;
	vertical-align: middle;
}

table.form_table td textarea {
	font-size: 18px;
	width: 100%;
	padding: 3px 6px;
}

table.form_table td.center_text {
	border: medium none;
	text-align: center;
}

.logout {
	text-align: center;
	margin-top: 10px;
	text-align: center;
	white-space: nowrap;
}

.logout a {
	color: #fff;
	background: #82D3CF;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 10px;
}

.logout a::after {
	content: 'ログアウト';
}

.logout img {
	display: none;
}

#freelist {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 0;
}

#freelist li {
        border-bottom: 1px dotted #CCC;
}

#freelist li a {
        text-align: left;
        position: relative;
        display: inline-block;
        width: calc(100% - 0.5em);
        text-decoration: none;
        color: #333333;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        box-sizing: border-box;
}

#freelist li a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0.4em;
        margin: auto;
        content: "";
        vertical-align: middle;
        width: 0.4em;
        height: 0.4em;
        border-top: 1.5px solid #cccccc;
        border-right: 1.5px solid #cccccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.btn_area {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.j_gr {
	position: relative;
	background: rgb(217, 217, 217); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(217, 217, 217, 1) 1%, rgba(224, 224, 224, 1) 96%, rgba(225, 225, 225, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(217, 217, 217, 1)), color-stop(96%, rgba(224, 224, 224, 1)), color-stop(100%, rgba(225, 225, 225, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(217, 217, 217, 1) 1%, rgba(224, 224, 224, 1) 96%, rgba(225, 225, 225, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(217, 217, 217, 1) 1%, rgba(224, 224, 224, 1) 96%, rgba(225, 225, 225, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(217, 217, 217, 1) 1%, rgba(224, 224, 224, 1) 96%, rgba(225, 225, 225, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(217, 217, 217, 1) 1%, rgba(224, 224, 224, 1) 96%, rgba(225, 225, 225, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#d6d6d6', GradientType=0);
	margin-left: 10px;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	display: inline-block;
	color: #000;
	width: 60%;
}

.j_gr:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.j_gr:after {
	border-color: rgba(217, 217, 12, 0);
	border-right-color: #d9d9d9;
	border-width: 4px;
	top: 30%;
	margin-top: -4px;
}

.j_date {
	font-size: 80%;
	margin: 0;
}

.j_gr h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}

/*.s_gr {
	background: rgb(102,204,51); 
	background: -moz-linear-gradient(top,  rgba(102,204,51,1) 1%, rgba(127,216,82,1) 96%, rgba(133,210,90,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(102,204,51,1)), color-stop(96%,rgba(127,216,82,1)), color-stop(100%,rgba(133,210,90,1))); 
	background: -webkit-linear-gradient(top,  rgba(102,204,51,1) 1%,rgba(127,216,82,1) 96%,rgba(133,210,90,1) 100%); 
	background: -o-linear-gradient(top,  rgba(102,204,51,1) 1%,rgba(127,216,82,1) 96%,rgba(133,210,90,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(102,204,51,1) 1%,rgba(127,216,82,1) 96%,rgba(133,210,90,1) 100%);
	background: linear-gradient(to bottom,  rgba(102,204,51,1) 1%,rgba(127,216,82,1) 96%,rgba(133,210,90,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66cc33', endColorstr='#96c487',GradientType=0 );
	border-radius: 5px;        
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	display: inline-block;
	color: #FFF;
}*/


.s_gr {
	position: relative;
	background: rgb(102, 204, 51);
	background: -moz-linear-gradient(top, rgba(102, 204, 51, 1) 1%, rgba(127, 216, 82, 1) 96%, rgba(133, 210, 90, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(102, 204, 51, 1)), color-stop(96%, rgba(127, 216, 82, 1)), color-stop(100%, rgba(133, 210, 90, 1)));
	background: -webkit-linear-gradient(top, rgba(102, 204, 51, 1) 1%, rgba(127, 216, 82, 1) 96%, rgba(133, 210, 90, 1) 100%);
	background: -o-linear-gradient(top, rgba(102, 204, 51, 1) 1%, rgba(127, 216, 82, 1) 96%, rgba(133, 210, 90, 1) 100%);
	background: -ms-linear-gradient(top, rgba(102, 204, 51, 1) 1%, rgba(127, 216, 82, 1) 96%, rgba(133, 210, 90, 1) 100%);
	background: linear-gradient(to bottom, rgba(102, 204, 51, 1) 1%, rgba(127, 216, 82, 1) 96%, rgba(133, 210, 90, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc33', endColorstr='#96c487', GradientType=0);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	display: inline-block;
	color: #000000;
	margin-right: 0px;
	float: right;
	padding: 10px;
	margin-left: 20px;
	right: 10px;
	width: 60%;
}

.s_gr:after, .s_gr:before {
	left: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.s_gr:after {
	border-color: rgba(102, 204, 51, 0);
	border-left-color: #66cc33;
	border-width: 4px;
	top: 30%;
	margin-top: -4px;
}

.s_date {
	font-size: 80%;
	display: block;
	margin: 0px;
	padding: 0px;
}

.s_gr h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}

/* 写真の高画質化対応 */
img.user_photo {
	max-width: 240px;
	max-height: 320px;
}
