@charset "utf-8";
/* [D.G.] */

/* ----------------------------------------------------------- *\
    @base 
\* ----------------------------------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  word-wrap: break-word;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  background-color: #FFFBF2;
}

a {
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0,163,216,0.6);
	-webkit-touch-callout:none;
}

a:link {
  color: #03C;
}

a:visited {
  color: #03C;
}

a:hover {
  color: #69F;
}

strong {
  font-weight: bold;
}

/* ----------------------------------------------------------- *\
    @common 
\* ----------------------------------------------------------- */
h2 {
	margin: 20px 10px 10px 10px;
	color: #00A3D8;
	font-weight: bold;
	font-size: 18px;
}


/* ----------------------------------------------------------- *\
    @content
\* ----------------------------------------------------------- */
.content {
	overflow: hidden;
	max-width: 100%;
	font-family: "HelveticaNeue-Thin", '.HiraKakuInterface-W1', 'メイリオ', 'Hiragino Kaku Gothic ProN W3', 'Hiragino Maru Gothic Pro W4', 'Hiragino Maru Gothic Pro', Helvetica, Arial, sans-serif;
}

/* ----------------------------------------------------------- *\
    @connect 
\* ----------------------------------------------------------- */
.connect .logo {
	text-align: center;
	margin: 40px 0 60px 0;
}

.connect dl {
	margin: 20px 40px 40px 40px;
}

.connect dl dt {
	padding-bottom: 20px;
	font-size: 40px;
	text-align: center;
}

/* ----------------------------------------------------------- *\
    @faq
\* ----------------------------------------------------------- */
.faq h1 {
	margin-bottom: -5px;
	padding: 10px 10px 0 10px;
	font: bold 24px sans-serif;
	color: #666;
}

.faq .list {
	overflow: hidden;
	margin: 10px 10px 40px 10px;
	border: 2px solid #bbb;
	border-radius: 5px;
}

.faq .list li {
	position: relative;
}

.faq .list a {
	display: block;
	padding: 7px 10px 7px 24px;
	background: #fff;
	border-bottom: 1px solid #bbb;
}

.faq .list a:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #00A3D8;
	border-right: 2px solid #00A3D8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 7px;
	top: 50%;
	margin-top: -4px;
}

.faq .list li:last-child a {
	border-bottom: none;
}

.faq .list a:link,
.faq .list a:visited {
	color: #3e6fee;
}

.faq dl {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.faq dt {
	position: relative;
	padding: 10px 30px 10px 2em;
	border-top: 1px solid #ccc;
	text-indent: -1em;
	background-color: #fff;
	cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,163,216,0.3);
}

.faq dt:before {
	content: "Q.";
	color: #F15965;
}

.faq dt:after {
	display: block;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../img/faq_plus.png) no-repeat center top;
	background-size: 20px;
	animation: spinplus .3s;
}

.faq dt.change:after {
	background: url(../img/faq_minus.png) no-repeat center top;
	background-size: 20px;
	animation: spinminus .3s;
}

@keyframes spinplus {
	0% { transform: rotate(90deg); }
	100% { transform: rotate(0deg); }
}

@keyframes spinminus {
	0% { transform: rotate(-90deg); }
	100% { transform: rotate(0deg); }
}

.faq dd {
	display: none;
	background-color: #f8f8f8;
	padding: 10px 10px 10px 2em;
	text-indent: -1em;
	color: #333;
}

.faq dd:before {
	content: "A.";
	color: #03A2D7;
}

.faq .top a {
	display: block;
	width: 160px;
	margin: auto;
	padding: 5px;
	border: 1px dotted #aaa;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
}

.faq .top:last-child {
	margin-bottom: 100px;
}

.faq .top a:link,
.faq .top a:visited {
	color: #aaa;
	text-decoration: none;
}

/* ----------------------------------------------------------- *\
    @about 
\* ----------------------------------------------------------- */
.about .logo {
	text-align: center;
	margin: 40px 0 30px 0;
}

.about .ver {
	text-align: center;
	margin-bottom: 20px;
}

.about .link {
	text-align: center;
	margin-bottom: 40px;
}

.about .link a {
	color: #03A2D7;
}

.about dl {
	margin: 20px;
}

.about dl dt {
	color: #03A2D7;
	font-size: 20px;
}

.about dl dd {
	margin-bottom: 10px;
}

/* ----------------------------------------------------------- *\
    @tou
\* ----------------------------------------------------------- */
.tou h2 {
	margin: 0;
}

.tou .section {
	margin: 20px 20px 40px 20px;
}

.tou .section p {
	margin-bottom: 1em;
}

/* ----------------------------------------------------------- *\
    @privacy
\* ----------------------------------------------------------- */
.privacy h2 {
	margin: 0;
}

.privacy .section {
	margin: 20px 20px 40px 20px;
}

.privacy .section p {
	margin-bottom: 1em;
}


/* ----------------------------------------------------------- *\
    @column
\* ----------------------------------------------------------- */
.column h1 {
	margin: 10px;
	font-size: 24px;
	text-align: center;
}

.column .column-list {
	background-color: #fff;
	border-top: 1px solid #ccc;
}

.column .column-list li {
	display: table;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.column .column-list li > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #333;
	text-decoration: none;
}

.column .column-list li > div {
	display: table-cell;
	vertical-align: top;
	font-size: 0px;
}

.column .column-list li > div:first-child {
	width: 100px;
	background-colo1r: #ccc;
}

.column .column-list li > div:first-child.blank {
	width: 0;
	background-colo1r: #fff;
}

.column .column-list li > div > div:first-child {
	min-height: 38px;
	padding: 8px 8px 5px 8px;
	font-size: 16px;
	line-height: 1.2;
}

.column .column-list li > div > div:last-child {
	padding: 0 8px 8px 8px;
	font-size: 12px;
}

.column .column-list li > div > div:last-child > .comment {
	display: inline-block;
	margin-right: 10px;
	padding-left: 15px;
	background: url(../img/column_icon_comment_gray.png) no-repeat left center;
	background-size: 13px;
}

.column .column-list li > div > div:last-child > .favorite {
	display: inline-block;
	margin-right: 10px;
	padding-left: 16px;
	background: url(../img/column_icon_favorite_s.png) no-repeat left center;
	background-size: 14px;
}

.column .column-list li > div > div:last-child > .favorite-on {
	background: url(../img/column_icon_favorite_s_on.png) no-repeat left center;
	background-size: 14px;
}

.column .column-list li > div > div:last-child > .tag {
	display: inline-block;
}

.column .genre {
	width: 100%;
	padding: 0 10px 20px 10px;
	overflow: scroll;

	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.column .genre ul {
	display: table;
	font-size: 0;
}

.column .genre ul li {
	display: table-cell;
	padding-right: 5px;
	width: 100%;
	vertical-align: middle;
}

.column .genre ul li a {
	display: table-cell;
	min-width: 80px;
	height: 40px;
	padding: 10px 5px;
	border: 1px solid #00A3D8;
	border-radius: 5px;
	font-size: 15px;
	color: #00A3D8;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.column .genre ul li a.active {
	background-color: rgba(0,163,217,0.23) !important;
}

.column .genre table {
	width: 100%;
}

.column .genre table td {
	border: 1px solid #00A3D8;
}

.column .genre table a {
	display: block;
	padding: 15px 5px;
	font-size: 15px;
	line-height: 1;
	color: #00A3D8;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.column .genre table td a.active {
	background-color: rgba(0,163,217,0.23) !important;
}

/* ----------------------------------------------------------- *\
    @column detail
\* ----------------------------------------------------------- */
.column-detail .headbar {
	margin: 20px 0;
	text-align: center;
	font-size: 18px;
}

.column-detail .headbar .comment {
	display: inline-block;
	min-height: 25px;
	margin-right: 20px;
	padding-left: 24px;
	background: url(../img/column_icon_comment_gray.png) no-repeat left center;
	background-size: auto 22px;
}

.column-detail .headbar .favorite {
	display: inline-block;
	min-height: 25px;
	margin-right: 20px;
	padding-left: 23px;
	background: url(../img/column_icon_favorite_s.png) no-repeat left center;
	background-size: auto 22px;
}

.column-detail .headbar .favorite-on {
	background: url(../img/column_icon_favorite_s_on.png) no-repeat left center;
	background-size: auto 22px;
}

.column-detail .headbar .tag {
	display: inline-block;
}

.column-detail .title {
	margin: 10px;
	padding: 20px 26px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.column-detail .title h1 {
	font-size: 20px;
	text-align: left;
	color: #333;
}

.column-detail .title p {
	font-size: 12px;
	color: #999;
	text-align: center;
}

.column-detail .body {
	margin: 0 10px;
}

.column-detail .body .photo img {
	margin: 10px 0;
	width: 100%;
}

.column-detail .body .txt {
	margin: 10px 0 20px 0;
	line-height: 1.6;
	color: #333;
}

.column-detail .favorite-btn {
	margin: 10px 0;
	padding: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.column-detail .favorite-btn a.off {
	display: inline-block;
	width: 100%;
	padding: 10px 25px;
	border: 1px solid #00A3D8;
	border-radius: 5px;
	background: url(../img/column_icon_favorite_m.png) no-repeat left 10px center;
	background-size: 25px;
	color: #00A3D8;
	text-decoration: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.column-detail .favorite-btn a.on {
	display: inline-block;
	width: 100%;
	padding: 10px 25px;
	border: 1px solid #00A3D8;
	border-radius: 5px;
	background: url(../img/column_icon_favorite_m_on.png) no-repeat left 10px center #00A3D8;
	background-size: 25px;
	color: #fff;
	text-decoration: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.column-detail .comment {

}

.column-detail .comment .header {
	display: table;
	width: 100%;
	padding: 10px 0;
}

.column-detail .comment .header h3 {
	display: table-cell;
	padding-left: 32px;
	background: url(../img/column_icon_comment_blue.png) no-repeat left 10px top 4px;
	background-size: auto 20px;
	color: #00A3D8;
}

.column-detail .comment .header div {
	display: table-cell;
	text-align: right;
}

.column-detail .comment .header div a {
	display: inline-block;
	padding: 0 10px 0 28px;
	background: url(../img/column_icon_comment_add.png) no-repeat left center;
	background-size: 25px;
	color: #00A3D8;
	text-align: right;
	text-decoration: none;
}

.column-detail .comment .body {
	margin: 10px;
	padding: 15px;
	border: 2px solid #00A3D8;
	border-radius: 8px;
}

.column-detail .comment .body li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.column-detail .comment .body li:last-child {
	border-bottom: 0px solid #ccc;
	padding-bottom: 0;
	margin-bottom: 0;
}

.column-detail .comment .body li > div {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}

.column-detail .comment .body li > div > div:first-child {
	display: table-cell;
	width: 55px;
	vertical-align: middle;
}

.column-detail .comment .body li > div > div:first-child img {
	width: 45px;
	border-radius: 99px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.column-detail .comment .body li > div > div:nth-of-type(2) {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
}

.column-detail .comment .body li > div > div:nth-of-type(2) span {
	display: block;
	font-size: 12px;
	color: #999;
}

.column-detail .comment .body li > div > div:last-child {
	display: table-cell;
	width: 50px;
	vertical-align: middle;
	text-align: right;
}

.column-detail .comment .body li > p {
	line-height: 1.2;
}

/* ----------------------------------------------------------- *\
    @column comment
\* ----------------------------------------------------------- */
.column-comment h1 {
	color: #00A3D8;
}

.column-comment > form > div {
	text-align: center;
}

.column-comment > form > div:first-child {
	margin-bottom: 15px;
}

.column-comment > form > div > textarea {
	width: 90%;
	padding: 15px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	outline: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.column-comment > form > div .txtnum-body {
	color: #999;
}

.column-comment > form > div.delete {
	margin-bottom: 25px;
}

.column-comment > form > div:last-child > input {
	margin: 0 10px;
	cursor: pointer;
}


/* for iPhone5s */
@media screen and (max-width:320px){
	.column .column-list li > div > div:first-child {
		min-height: 38px;
		padding: 8px 8px 5px 8px;
		font-size: 14px;
		line-height: 1.2;
	}
}