﻿@charset "utf-8";


#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size:16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing:0.05em;
  text-indent:1em;
  margin-bottom:0.6em;
}
#monthly p.ketujyo {
  margin-bottom:10px;
  text-align:left;
  text-indent:0;
}

#monthly .midashi{
  width:900px;
}

#monthly table {
  border-collapse:collapse;
}

#monthly br.clear {
  clear: both;}

#monthly .cf:before,
.cf:after {
    content: " ";
    display: table;
}

#monthly .cf:after {
    clear: both;
}

#monthly .cf {
    *zoom: 1;
}

#monthly a {
  text-decoration: underline;
}

#monthly a:hover {
  text-decoration: none;
}


/*タイトル*/



#monthly .main{
	width:900px;
	height:103px;
	
}
#monthly .mainphoto{
	float:left;
	top:0px;
}
#monthly .main .maintitle{
	font-size:27px;
	float:right;
	color:#f6ad54;
	font-weight:bold;
	position: relative;
	top:25px;
}


/*カード3枚*/


#monthly .card{
	margin-top:30px;
	position:relative;
	
}
#monthly .photo{	
	position:absolute; 
	top:10px;
	right:0;
}

#monthly .photogloup{
	float:right;
	margin-left:10px;
}

#monthly .cardtitle{
	font-size:24px;
	color:#b1503c;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
}
#monthly .cardtext2{
	height:441px;
	/*margin-top:20px;*/
}

#monthly .cardtext2 span{
	color:#b1503c;
	font-weight:bold;
}

#monthly .parenthesis{
	position:relative;
	text-indent: 0em;
	
}
#monthly .parenthesis::before,.parenthesis::after{
	position:absolute;
	display:block;
	font-size:40px;
	
}
#monthly .parenthesis::before{
	content:'(';
	left: 0;
	top:-10px;
}
#monthly .parenthesis::after{
	content:')';
	right:0;
	top:-10px;
}

/*テーブル*/

#monthly .tablegroup{
	margin-top:25px;
	height:270px;
}
#monthly .capsion{
	text-align:center;
	margin-bottom:5px;
}
#monthly .capsion span{
	color:#937062;
	font-weight:bold;
}
#monthly .capsion .emphasis{
	background-color:#fff799;
	padding:2px 8px;
	margin:3px 10px;
}


#monthly table th {
    text-align:center;
    background-color:#937062;
    color:#ffffff;
    padding: 3px;
    vertical-align: middle;
}

#monthly table td {
    text-align:center;
    border-bottom: solid 1px black;
    padding: 3px;
}

/*テーブル　１*/
#monthly .course_t1 {
	width: 80%;
	margin: 0px auto;
}

#monthly .kimarite {
	border-bottom: solid 1px #ffffff;
}

#monthly table .line td{
	background-color:#fffcdb;
}

#monthly table .motor{
	padding:4px 25px 4px 25px;
	
}
#monthly table .motor .number{
	background-color:#937062;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    transform: scale(1.8, 1);
}

/*テーブル２*/
#monthly .tablegroup2{
	margin-left:10px;
	margin-bottom:10px;
	width:456px;
	float:right;
	height:440px;
}


#monthly .cardtext3{
	/*width:350px;*/
	/*margin-top:30px;*/
	/*margin-bottom:100px;*/
	/*float:left;*/
}

#monthly .tabletype2 td{
	border-bottom: dashed 1px;

}

#monthly .tabletype3{
	width:100%;
}

#monthly .tabletype3 td{
	border-bottom: dashed 1px;

}
#monthly .punctuate td{
	border-bottom: solid 1px black;
}

#monthly .tablegroup3{
	margin-left:10px;
	width:340px;
	float:right;

}


