@charset "utf-8";
/* CSS Document */
.container {
	margin: 0 auto;
	padding: 0 15px;
	font-size: 16px;
}
img {
	max-width: 100%;
}
@media (min-width: 768px) {
.container {
	width: 960px;
}
.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
}
@media (max-width: 767px) {
br.hidden_sp {
	display: none;
}
}
a {
	color: #5B332B;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #5B332B;
}
#pageTop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	color:#FFFFFF;
	font-size:20px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 25px;/* width,heightの半分 */
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #DF806D;/* 円の色 */
	text-align:center
}
#pageTop i {
	margin-top:14px;
}
#header {
	background: url(../img/index/header_bg.png) repeat-x center 0;
	min-height: 180px;
}
#header h1 {
	padding-top: 30px;
	font-size: 20px;
	font-weight: bold;
}
#header h2 img {
	max-width: 100%;
}
#catch {
	background: url(../img/index/catch_bg.png) repeat-x center bottom;
	min-height: 150px;
	color: #5B332B;
	padding: 10px 0 50px;
}
#catch h2, #catch_con h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}
#list {
	background: url(../img/index/list_bg.png) repeat center 0;
	background-color: #FFF6E6;
}
#list .school_list {
	padding: 20px 0px;
}
#list .school_list h2 {
	margin-bottom: 20px;
}
 @media (min-width: 768px) {
#list .school_list h2 {
	text-align: left;
}
#list .school_list .article {
	width: 290px;
	float: left;
	margin: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px #CCC;
	background-color: #FFF;
}
#list .school_list .article .img {
	height: 220px;
	position: relative;
	background: url(../img/index/list_img_bg.png) repeat center 0;
}
#list .school_list .article .img img {
	position: absolute;
	clip: rect(0px 290px 220px 0px);
	width: 100%;
	top: 0;
	left: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#list .school_list .article .txt {
	padding: 10px 15px;
	text-align: left;
	height: 150px;
	line-height: 1.4;
}
}
@media (max-width: 767px) {
#list .school_list .article {
	width: 48%;
	float: left;
	margin: 1%;
	border-radius: 5px;
	box-shadow: 0 0 5px #CCC;
	background-color: #FFF;
}
#list .school_list .article .img {
	height: 120px;
	position: relative;
	background: url(../img/index/list_img_bg.png) repeat center 0;
}
#list .school_list .article .img img {
	position: absolute;
	clip: rect(0px auto 120px 0px);
	max-width: 100%;
	min-height: auto;
	top: 0;
	left: 0;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#list .school_list .article .txt {
	padding: 10px 15px;
	text-align: left;
	height: 200px;
	line-height: 1.4;
}
}
#list .school_list .article .txt h3 {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#list .school_list .article .txt h3 a {
	font-weight: bold;
}
#list .school_list .article .txt ul.cate {
	margin-bottom: 0.5em;
}
#list .school_list .article .txt ul.cate:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#list .school_list .article .txt ul.cate li {
	float: left;
	font-size: 12px;
	margin-right: 1em;
}
#list .school_list .article .txt a:hover, #list .school_list .article .txt a:focus {
	background-color: #FFEEE6;
}
#list .school_list .article .txt .add {
	font-size: 14px;
}
#contents {
	background: url(../img/index/contents_bg.png) repeat-x center 0;
	background-color: #FFF;
	clear: both;
	padding: 80px 0 50px;
}
#contents h2 {
	margin-bottom: 10px;
}
#contents .topics, #contents .column, #contents .story {
	text-align: left;
	margin-bottom: 30px;
}
#contents .topics dl dt {
	color: #DF806D;
	font-weight: bold;
}
#contents .topics dl dd {
	margin-bottom: 0.5em;
}
#contents .invite .go_login, #contents .invite .go_info {
	margin-bottom: 30px;
}
#contents .column ul li {
	margin-bottom: 10px;
	display: table;
	width: 100%;
	line-height: 1.4;
}
#contents .column ul li p.thum {
	display: table-cell;
	padding: 10px;
}
#contents .column ul li p.txt {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
}
#contents .column ul li p.txt span:after {
	content: "\A";
	white-space: pre;
}
#contents .column ul li a {
	display: block;
}
#contents .column ul li a:hover {
	background-color: #FFF9EC;
}

#contents .story ul li {
	margin-bottom: 10px;
	width: 100%;
	line-height: 1.4;
}
#contents .story ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
}
#contents .story ul li a:hover {
	background-color: #FFF9EC;
}
#contents .story ul li a h3 {
	font-weight: bold;
	text-decoration: underline;
}
#contents .story ul li h3 span {
	margin-right: 10px;
}
#contents .story ul li a .txt {
	font-size: 80%;
}
#contents .more {
	background-color: #DC6B55;
	border-color: #DC6B55;
	font-weight: bold;
	font-size: 80%;
	display: inline-block;
	padding: 5px 20px;
	text-align: right;
	vertical-align: middle;
	cursor: pointer;
	/* -webkit-user-select: none; */
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
}
#contents .more a {
	color: #fff;
	text-decoration: none;
}

 @media (min-width: 768px) {
#contents .topics {
	float: left;
	width: 460px;
	padding: 20px 10px;
}
#contents .invite {
	float: right;
	width: 460px;
	padding: 20px 10px;
}
#contents .topics dl dt {
	width: 120px;
	float: left;
}
#contents .topics dl dd {
	padding-left: 120px;
}
#contents .column {
	float: left;
	width: 460px;
	padding: 20px 10px;
}
#contents .story {
	float: right;
	width: 460px;
	padding: 20px 10px;
}
}
@media (max-width: 767px) {
#contents .topics {
	margin-bottom: 20px;
}
#contents .topics dl dd {
	padding-left: 1em;
}
}
#footer {
	background-color: #F2F2F2;
	min-height: 200px;
}
#footer h2 {
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
}
@media (min-width: 768px) {
#footer .logo {
	width: 300px;
	margin: 10px auto;
}
#footer ul li {
	display: inline;
	padding: 0 10px;
	font-size:13px;
}
}
@media (max-width: 767px) {
#footer .logo {
	width: 50%;
	margin: 10px auto;
}
#footer ul li {
	padding: 0 10px;
	font-size:13px;
}
}
#footer .logo img {
	max-width: 100%;
}
/***policy***/
.policy .container p.midashi {
	text-align:left;
	margin-bottom:20px;
}
.policy #catch {
	text-align:center;
	min-height:30px;
	background:none;
}
.policy dl dt {
	text-align:left;
	font-weight:bold;
	margin:10px 0;
	text-align:left
}
.policy dl dd {
	margin-bottom:10px;
	text-align:left
}
.policy dl dd ol {
	list-style-type: upper-roman
}
.policy dl dd li {
	margin-left:30px;
	text-align:left
}
/***naraigoto***/
.naraigoto img{ max-width: 100%;
}
.naraigoto #list {
	background: url(../img/naraigoto/bg.jpg) no-repeat center 0  #FFF6E6;
	padding:50px 0;
}
.naraigoto #catch_con {
	background: url(../img/catch_bg.png) repeat-x center bottom;
	min-height: 50px;
	color: #5B332B;
	padding: 10px 0 50px;
}
.btn {
	background-color: #DC6B55;
	border-color: #DC6B55;
	font-weight: bold;
	font-size: 120%;
	display: inline-block;
	padding: 5px 20px;
	margin:20px auto;
	vertical-align: middle;
	cursor: pointer;
	/* -webkit-user-select: none; */
    -moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn a {
	color: #fff;
	text-decoration: none;
}
.naraigoto h2{
font-size:24px;
font-weight:bold;
margin:10px 0;}
.naraigoto h3{
margin:50px auto 10px auto;}

@media (min-width: 768px) {
.naraigoto .container .conBox {
	margin: 0 auto;
	padding: 0 15px;
	font-size: 16px;
	width:550px;
}
}

.naraigoto .container .conBox p{
text-align:left;}

.naraigoto .bosyu{
margin:50px 0 20px 0;
padding:20px 20px 0;
border:#996666 solid 1px;
borde-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
behavior: url(/PIE.htc);
font-size:14px;
clear:both;
}
.naraigoto .bosyu h2{
font-weight:bold;
color:#660000;
font-size:16px;
margin:0 0 20px 0;
}
.naraigoto .nav ul li{
width:33.3%;
float:left;
margin:30px 0;
}
