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


/* -----------------------------------------------------------
	メインコンテンツ共通
-------------------------------------------------------------- */
#others {
	background: #f2f2f2;
	padding: 20px auto;
	display: flex;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
}
#others .inner {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
}

/* leftArea */
#others .leftArea {
	width: 835px;
	float: left;
	border-right: #CCC solid 2px;
	background: url(../img/triangle.jpg) no-repeat;
	background-position: 822px 45px;
	padding: 0 0 80px 0;
}

#others h1.title {
	font-size: 3em;
	font-weight: bold;
	color: #000;
}
#others #others_title_area {
	padding: 45px 0 60px 0;
}

/* rightArea */
#others .rightArea {
	width: 230px;
	float: left;
}
#others #aboutMenu {
	width: 200px;
	overflow: hidden;
	margin: 35px 0 0 30px;
}
#others #aboutMenu li {
	font-size: 16px;
	line-height: 55px;
}
#others #aboutMenu li#on {
	color: #333;
	font-weight:bold;
}


/* -----------------------------------------------------------
	運営からのお知らせ
-------------------------------------------------------------- */

/* news */
#others #news {
	margin: 0 50px 0 0;
}
#others #news .date {
	color: #777;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}
#others #news .title {
	color: #333;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 22px;
}
#others #news .article {
	color: #333;
	font-size: 1.4em;
	margin: 25px 0 0 0;
	line-height: 2.0;
}
#others #news hr {
	border: none;
	border-top: dotted 1px #CCC;
	height: 1px;
	margin: 24px 0 27px 0;
}


/* -----------------------------------------------------------
	運営会社
-------------------------------------------------------------- */
#others .leftArea_company {
	width: 835px;
	float: left;
	border-right: #CCC solid 2px;
	background: url(../img/triangle.jpg) no-repeat;
	background-position: 822px 155px;
	padding: 0 0 80px 0;
}
#others #company{
	color: #333;
	line-height: 2em;
}
#others #company table {
	margin: 0 0 350px 0;
}
#others #company table th {
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
}
#others #company table td {
	color: #333;
	font-size: 1.5em;
	text-align: left;
	line-height: 2em;
	padding: 0 0 0 40px;
}


/* -----------------------------------------------------------
	プライバシーポリシー
-------------------------------------------------------------- */
#others .leftArea_privacy {
	width: 835px;
	float: left;
	border-right: #CCC solid 2px;
	background: url(../img/triangle.jpg) no-repeat;
	background-position: 822px 210px;
	padding: 0 0 80px 0;
}
#others #privacy {
	margin: 0 50px 0 0;
}
#others #privacy .title {
	color: #333;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 22px;
	background: #EBEBEB;
	margin: 0 10px 20px 0;
	padding: 6px;
}
#others #privacy .text {
	color: #333;
	font-size: 1.4em;
	padding: 0 20px 40px 5px;
	line-height: 2.0;
}
#others #privacy ul {
	padding: 0 30px 0 5px;
	margin: -30px 0 40px 30px;
}
#others #privacy ul li {
	list-style-type: disc;
	color: #333;
	font-size: 1.4em;
	line-height: 2.0;
}
#others #privacy .date {
	font-size: 1.4em;
	font-weight: bold;
	margin: 50px 20px 0 0;
	text-align: right;
}


/* -----------------------------------------------------------
	利用規約
-------------------------------------------------------------- */
#others .leftArea_kiyaku {
	width: 835px;
	float: left;
	border-right: #CCC solid 2px;
	background: url(../img/triangle.jpg) no-repeat;
	background-position: 822px 265px;
	padding: 0 0 80px 0;
}
#others #kiyaku {
	margin: 0 50px 0 0;
}
#others #kiyaku .title {
	color: #333;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 22px;
	background: #EBEBEB;
	margin: 40px 10px 20px 0;
	padding: 6px;
}
#others #kiyaku .subtitle {
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px 0 10px -5px;
}
#others #kiyaku .text {
	color: #333;
	font-size: 1.4em;
	padding: 0 20px 0 5px;
	line-height: 2.0;
}
#others #kiyaku ul {
	padding: 0 30px 0 30px;
}
#others #kiyaku ul li {
	list-style-type: disc;
	color: #333;
	font-size: 1.4em;
	line-height: 2.0;
}
#others #kiyaku ul li ul li {
	list-style-type: circle;
	color: #333;
	font-size: 1em;
	line-height: 2.0;
	width: 720px;
	padding: 0 20px 0 0;
	margin: 0 0 0 10px;
}
#others #kiyaku .date {
	font-size: 1.4em;
	font-weight: bold;
	margin: 50px 20px 0 0;
	text-align: right;
}


/* -----------------------------------------------------------
	お問い合わせ
-------------------------------------------------------------- */
#others .leftArea_contact {
	width: 835px;
	float: left;
	border-right: #CCC solid 2px;
	background: url(../img/triangle.jpg) no-repeat;
	background-position: 822px 325px;
	padding: 0 0 80px 0;
}
#others #contact {
	color: #333;
	line-height: 2em;
	margin: 0 0 10px 0;
}
#contact .contact_area {
	width: 590px;
	padding: 50px 60px 60px 60px;
	background: #fff;
	border-radius: 3px;
}
#contact .contact_area p {
	font-size: 1.4em;
	margin: 0 0 35px 0;
}
#contact .contact_area .contact_table {
	width: 100%;
}
#contact .contact_area .contact_table th {
	width: 200px;
	font-size: 1.6em;
	text-align: left;
	vertical-align: middle;
}
#contact .contact_area .contact_table td {
	padding: 15px 0 15px 0;
}
#contact .contact_table td.select_type {
	padding: 17px 0 13px 0;
	font-size: 1.5em;
	color: #666;
	display: inline-block;
	margin: 0 0 10px 0;
}
#contact .contact_table td.select_type label {
	margin: 0 10px 0 0;
}
#contact .contact_table td.select_type input {
	vertical-align: 0;
	margin: 0 5px 0 0;
}
#contact .contact_area input[type=text] {
	width: 380px;
	height: 35px;
	font-size: 1.5em;
	margin: 0 0 0 0;
	padding: 1px 5px;
	border: 1px #ccc solid;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
/*
#contact .contact_area select {
}
*/
#contact .contact_area select {
	width: 380px;
	height: 30px;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 2px 5px;
	border: 1px #ccc solid;
	border-radius: 3px;
	background-position: 360px 11px;
}
#contact .contact_area .comment {
	width: 380px;
	height: 100px;
	font-size: 1.5em;
	padding: 1px 5px;
	border: 1px #ccc solid;
	border-radius: 3px;
}
#contact .contact_area input#btn_submit {
	display: block;
	width: 328px;
	height: 54px;
	padding: 0 0 0 0;
	margin: 50px auto 0;
}


/* -----------------------------------------------------------
	マンガーレは？ / ガイドライン
-------------------------------------------------------------- */
#others .leftArea_guide {
	width: 835px;
	float: left;
	border-right: #CCC solid 2px;
	background: url(../img/triangle.jpg) no-repeat;
	background-position: 822px 100px;
	padding: 0 0 80px 0;
}
#others #concept {
	width: 750px;
	margin: 0 0 10px 0;
	line-height: 2em;
}
#others #concept .concept_img {
	margin: 0 0 15px 0;
}
#others #concept .txt {
	margin: 0 0 30px 0;
	font-size: 1.4em;
}




