@charset "UTF-8";
/* テキストエリア・テキストボックス */

input, textarea, select {
	width:100%;
	border: 0;
	padding:12px;
	border: solid 1px #ccc;
	font-size: 18px;
	border-radius: 0;
	box-sizing: border-box;
}
select:hover, select:focus, input:hover, input:focus, textarea:hover, textarea:focus {
	outline: solid 1px #EEA34A;
	
	
}
select:focus, input:focus, textarea:focus {
	
}
/* ラジオボタン・チェックボックス */
.select input[type=radio], .select input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
textarea{min-width: 100%;}
.select input[type=radio] + label, .select input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	cursor: pointer;
}
.userDataArea {
	margin-bottom: 10px;
}
.userDataArea li {
	width: 100%;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
	box-sizing: border-box
}
.userDataArea li:last-child {
	border-bottom: none
}
#main .userDataArea li h2 {
	margin-bottom: 10px;
	border: none;
	padding: 0;
	color: #000;
	background:none
}
.userDataArea li h2 span {
	margin-left: 5px;
	padding: 3px 5px;
	background: #C00;
	font-weight: normal;
	color: #fff;
	font-size: 10px;
	font-size: 1rem;
}
.userDataArea li input {
	width: 45%;
	margin: 0 5px
}
.userDataArea li.w100 input, .userDataArea li.w100 textarea {
	width: 98%;
}
textarea {
	margin: 0;
	min-height: 100px
}
.userDataArea li div {
}
.userDataArea li .serachAdd {
	display: inline-block;
	padding: 7px;
	background: #ccc;
	border: 1px solid #999;
	color: #666;
	text-decoration: none
}
.userDataArea li .serachAdd:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
#main section select {
	text-overflow: "";
	background-size: 15px 15px;
	background-color: #fff;
}
.userDataArea {
}
.radio {
	width: 100%;
	padding: 0 10px;
}
.radio li {
	display: inline-block;
	margin-bottom: 10px;
}
.note {
	font-size: 10px;
	font-size: 1rem;
	padding: 5px 0 0 5px;
	margin-bottom: 0px!important;
	color: #999
}
.userDataArea li.select div {
	display: inline-block
}
@media (min-width: 1px) {
.select input[type=radio],  .select input[type=checkbox] {
	display: none;
	margin: 0;
}
.select input[type=radio] + label,  .select input[type=checkbox] + label {
	padding: 0 0 0 24px;
	margin-right: 15px
}
.select input[type=radio] + label::before,  .select input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #FFF;
}
.select input[type=radio] + label::before {
	border: 2px solid #ccc;
	border-radius: 30px;
}
.select input[type=checkbox] + label::before {
	border: 2px solid #000;
}
.select input[type=radio]:checked + label::after,  .select input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.select input[type=radio]:checked + label::after {
	left: 7px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: #30b5e1;
	border-radius: 8px;
}
.select input[type=checkbox]:checked + label::after {
	left: 3px;
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #C03;
	border-bottom: 3px solid #C03;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.select input[type=radio]:checked + label:hover::before,  .select input[type=radio] + label:hover::before {
}
.select input[type=checkbox]:checked + label:hover::before,  .select input[type=checkbox] + label:hover::before {
}
.select:hover input[type=radio] + label::before,  .select:hover input[type=checkbox] + label::before {
}
}
/* header セレクトボックス・キーワード検索カスタマイズ */
/* スマホ用css */

select {
	border-radius: 0;

	text-overflow: "";
}
/* ラジオボタン・チェックボックス */
.select input[type=radio], .select input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
.select input[type=radio] + label, .select input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	line-height: 30px;
	cursor: pointer;
	color:#30b5e1; font-size:18px;
}
 @media (min-width: 1px) {
.select input[type=radio],  .select input[type=checkbox] {
	display: none;
	margin: 0;
}
.select input[type=radio] + label,  .select input[type=checkbox] + label {
	padding: 0 0 0 44px;
	margin-right: 10px
}
.select input[type=radio] + label::before,  .select input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 28px;
	height: 28px;
	margin-top: -9px;
	background: #FFF;
}
.select input[type=radio] + label::before {
	border: 3px solid #000;
	border-radius: 30px;
}
.select input[type=checkbox] + label::before {
	border: 3px solid #000;
}
.select input[type=radio]:checked + label::after,  .select input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #C03;
	border-radius: 8px;
}
.select input[type=checkbox]:checked + label::after {
	left: 5px;
	width: 30px;
	height: 14px;
	margin-top: -14px;
	border-left: 5px solid #30b5e1;
	border-bottom: 5px solid #30b5e1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.select input[type=radio]:checked + label:hover::before,  .select input[type=radio] + label:hover::before {
}
.select input[type=checkbox]:checked + label:hover::before,  .select input[type=checkbox] + label:hover::before {
}
.select:hover input[type=radio] + label::before,  .select:hover input[type=checkbox] + label::before {
}
}
 @media screen and (max-width: 480px) {
}
@media screen and (min-width: 481px) {
}
@media screen and (min-width: 501px) {
}
@media only screen and (min-width: 721px) {
.userDataArea li h2 {
	width: 200px;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top
}
.userDataArea li div {
	display: inline-block;
	width: 400px;
}
.userDataArea li.select div{width: auto;}

textarea {
	min-width:100%;
}
.userDataArea li { padding:10px 0}
}

.listItemPhoto {
	display:inline-block;
	padding-bottom:67%;
	width:100%;
	margin-bottom:4px;
	background-size:contain;
	background-color:#eee;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.listItemComment {
	height:3.6em;
	overflow:hidden;
	word-break:break-all;
}
.listItemComment a {
	line-height:125%;
}

.pageSelecter ol {
	list-style:none;
	margin:0;
	padding:0.5em 0;
}
.pageSelecter li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
.pageSelecter a {
	display:inline;
}
.pageSelecter .highlight {
	background-color:#ffdf00;
	border-radius:3px;
}
.pageSelecter .highlight a {
	color:black;
	vertical-align:middle;
}
.pageSelecter select {
	vertical-align:middle;
}

.dot {
	vertical-align:middle;
}

li.acMenuOne{ padding-left:10px; margin-bottom:0; background:#fff url(../img/side_li.png) 10px center no-repeat ; background-size:10px 10px}
li.acMenuOne:hover{ background:#fff url(../img/side_li2.png) 10px center no-repeat ; background-size:10px 10px;}
