@charset "shift_jis";
body {
	font-family: "ŸàƒSƒVƒbƒN", YuGothic,"Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN",Helvetica, Arial, sans-serif;
	background-image: url(../images/bg-white.jpg);
	background-repeat: repeat;
	background-size: 100px 100px;
	color: #212121;
}
.font-logo {
	font-family: 'Marck Script', cursive;
}
/*
a {
	color: #000;
}
a:hover {
	color: #4f6457;
}
.btn-link {
	color: #333;
}
.btn-danger {
	background-color: #E64A19;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
	background-color: #00BCD4;
}
.btn-warning {
	background-color: #FFC107;
	border: none;
}
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
	opacity: 0.93;
}
.text-info {
	color: #00BCD4;
}
.text-danger {
	color: #E64A19;
}
*/

ul, ol, li, dl, dt, dd {
	display: block;
	list-style-type: none;
}
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	white-space: normal;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* Required for IE8 */
	-o-text-overflow: ellipsis; /* Required for Opera */
	text-overflow: ellipsis;
}
.form-control.inline {
	display: inline-block;
	width: auto;
	max-width: 100%;
}
.panel {
	text-decoration: none;
	border-radius: 0;
	border: none;
	box-shadow: 0 2px 2px #ccc;
}
.panel-gray {
	background-color: #fff;
}
.panel-gray  label.title {
	display: inline-block;
	margin-right: 15px;
	font-weight: bold;
	color: #75b1a9;
	min-width: 80px;
}
.panel-gray .panel-heading {
	background-color: #75b1a9;
	border-color: #dbdbdb;
	color: #fff;
}

.panel-heading, .panel th {
	font-weight: bold;
	color: #75b1a9;
	border-radius: 0;
	border: none;
}
/*
a.list-group-item-pink.active, a.list-group-item-pink.active:hover {
	background-color: #4f6457;
	color: #fff;
	border-color: #4f6457;
}
*/
a.list-group-item-home {
	color: #fff;
	background-color: #75b1a9;
	font-weight: 600;
}
a.list-group-item-home:hover {
	color: #202020;
}




.label-gray {
	background-color: #727272;
}
.label-primary {
	background-color: #d9b44a;
}




h2 {
	font-family: 'Marck Script', cursive;
	font-size: 16pt;
	line-height: 20pt;
	font-weight: bold;
}

h3 {
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 20px;
	color: #75b1a9;
	text-align: right;
	clear: both;
	line-height: 16pt;
	padding-right: 5px;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	font-family: 'Marck Script', cursive, "ŸàƒSƒVƒbƒN", YuGothic,"Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN",Helvetica, Arial, sans-serif;
}
.h3-txt {
	padding-left: 15px;
	font-size: 13pt;
	font-weight: bold;
	color: #75b1a9;
	float: left;
	line-height: 15pt;
	letter-spacing: 0.15em;
}
#contents {
	padding-bottom: 40px;
}



#footer {
	text-align: center;
	clear: both;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6B6B6;
	box-shadow: 0 0 4px rgba(0,0,0,0.05);
}
#footer ul {
	padding: 0;
}
#footer a {
	color: #000;
	text-decoration: none;
}

.tagform {
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	margin-right: 5px;
}
.Tags {
	line-height: 140%;
}
.Tags a {
	line-height: 140%;
	margin-right: 15px;
	white-space: nowrap;
}
dl.condition {
	background-color: #FCFCFC;
	border-radius: 4px;
	margin-top: 5px;
	margin-bottom: 25px;
	width: auto;
	border: 1px solid #CCCCCC;
}
dl.condition dt {
	font-size: 13px;
	color: #75b1a9;
	padding-top: 10px;
	padding-left: 5px;
	width: 80px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6B6B6;
	font-weight: bold;
	padding-bottom: 5px;
}
dl.condition dd {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: left;
	padding-right: 10px;
	width: 530px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6B6B6;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

dl.condition dt:first-child, dl.condition dd:first-child {
	border:none;
}
dl.condition dt.noFloat {
	float:none;
	clear:both;
	width: auto;
}
dl.condition dd.noFloat {
	float:none;
	clear:both;
	border:none;
	width: auto;
}
dl.condition dd.topLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6B6B6;
}
table.condition {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}
table.condition th {
	font-size: 13px;
	color: #75b1a9;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	width: 160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6B6B6;
	font-weight: 600;
	text-align: left;
}
table.condition td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B6B6B6;
}
@media screen and (max-width: 480px) {
	table.condition {
	}
	table.condition th, table.condition td {
		display: block;
		width: auto;
		list-style-type: none;
	}
	table.condition td {
		border: none !important;
	}
}
.cardBox {
	padding: 0px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 2px 2px #ccc;
	overflow: hidden;
	border-radius: 2px;
	margin: 4px;
}
.cardBox .thumbBox {
	height: 262px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: 600;
	color: #fff;
	position: relative;
}
@media screen and (max-width: 768px) {
	.cardBox .thumbBox {
		height: 130px;
	}
}
.cardBox .thumbBox .user {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 8px;
	font-weight: 600;
	color: #fff;
}

.cardBox .thumbBox .title {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	padding: 16px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	white-space: nowrap;
	margin: 0px;
	overflow: hidden;
	-ms-text-overflow: ellipsis; /* Required for IE8 */
	-o-text-overflow: ellipsis; /* Required for Opera */
	text-overflow: ellipsis;
}

.cardBox img.thumb {
	height: auto;
	width: 100%;
	border: none;
}

.cardBox a {
	display: block;
	color: #454545;
	text-decoration: none;
}
.cardBox a:hover {
	color: #000;
	opacity: 0.85;
	text-decoration: none;
}
.cardBox  a .desc {
	padding-right: 16px;
	padding-bottom: 40px;
	padding-left: 16px;
	padding-top: 16px;
}
.cardBox a .desc .title {
	margin: 0px;
}

.cardBox a .footText {
	font-size: 13px;
	color: #B6B6B6;
	text-decoration: none;
	width: 100%;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
ul.listItems {
	margin-top: 8px;
	display: block;
	background-color: #fff;
	padding: 0px;
}
ul.listItems li {
	overflow: hidden;
	position: relative;
}
ul.listItems  li  a, ul.listItems li a:hover {
	display: block;
	color: #212121;
	text-decoration: none;
	padding: 16px;
}
ul.listItems  li  a:hover, ul.listItems li a:active {
	background-color: rgba(153,153,153,0.2);
}


ul.listItems .photo {
	float: left;
}
ul.listItems .texts {
	margin-left: 56px;
}
ul.listItems .texts.one {
	line-height: 16px;
	margin-top: 11px;
}
ul.listItems .texts.two {
	line-height: 16px;
	margin-top: 5px;
}
.listItems .least {
	font-size: 14px;
	color: #b4b4b4;
	position: absolute;
	top: 16px;
	right: 16px;
}






.spAds {
	display: none;
}
.spEnabled {
	display: none;
}
.btn.btn-pill {
	text-shadow: none;
	border: 1px solid #ccc;
	border-radius: 200em;
	padding: 7px 9px 5px 9px;
}
.btn.btn-xs.btn-pill {
	padding: 4px 6px 2px 6px;
}
a.btn.btn-pill:hover {

}
a.btn.btn-pill.photo {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	line-height: 0%;
	height: 40px;
	width: 40px;
	overflow: hidden;
	background-image: url(../images/nophoto.gif);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

a.btn.btn-pill.photo img {
	height: 34px;
	width: 34px;
	border-radius: 17px;
	vertical-align: middle;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	border: none;
}
a.btn.btn-pill.photo.small {
	height: 30px;
	width: 30px;
	border: 2px solid #FFFFFF;
}
a.btn.btn-pill.photo.small img {
	height: 26px;
	width: 26px;
	border-radius: 13px;
}
a.btn.btn-pill.photo.large {
	border: 2px solid #FFFFFF;
	padding: 0;
	width: 64px;
	height: 64px;
}
a.btn.btn-pill.photo.large img {
	height: auto;
	width: 64px;
	border-radius: 200em;
}
.btn-facebookBlue {
	background-color: #3B5998;
}
.btn-facebookBlue:hover {
	background-color: #1F4189;
}
.btn-twitterBlue {
	background-color: #52b3f3;
	color: #fff;
}
.btn-twitterBlue:hover {
	background-color: #269FF0;
	color: #fff;
}






.text-bigger {
	font-size: 138%;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	float: none;
}
.w50 {
	width: 50%;
}
.w33 {
	width: 33.3%;
	float: left;
}
.m3 {
	margin: 3px;
}
.m16 {
	margin: 16px;
}

.m32 {
	margin: 32px;
}

.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mlr2 {
	margin-right: 2px;
	margin-left: 2px;
}

.mlr4 {
	margin-right: 4px;
	margin-left: 4px;
}

.mlr10 {
	margin-right: 10px;
	margin-left: 10px;
}
.mlr-11 {
	margin-right: -11px;
	margin-left: -11px;
}

.mr5 {
	margin-right: 5px;
}
.mr15 {
	margin-right: 15px;
}
.p0 {
	padding: 0px;
}

.p2 {
	padding: 4px;
}
.p16 {
	padding: 16px;
}



.text-pink {
	font-weight: bold;
	color: #75b1a9;
}
.ul-solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fbfbfb;
}


.loading3 {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 2px solid #727272;
	border-right-color: transparent;
	-webkit-animation: spin 0.5s infinite linear;
	-moz-animation: spin 0.5s infinite linear;
	-ms-animation: spin 0.5s infinite linear;
	animation: spin 0.5s infinite linear;
	line-height: 1;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
	50%  { -webkit-transform: rotate(180deg); opacity: 1; }
	100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}
@-moz-keyframes spin {
	0% { -moz-transform: rotate(0deg); opacity: 0.4; }
	50%  { -moz-transform: rotate(180deg); opacity: 1; }
	100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}
@-ms-keyframes spin {
	0% { -ms-transform: rotate(0deg); opacity: 0.4; }
	50%  { -ms-transform: rotate(180deg); opacity: 1; }
	100%   { -ms-transform: rotate(360deg); opacity: 0.4; }
}
@keyframes spin {
	0% { transform: rotate(0deg); opacity: 0.4; }
	50%  { transform: rotate(180deg); opacity: 1; }
	100%   { transform: rotate(360deg); opacity: 0.4; }
}
