﻿@charset "utf-8";  
body{
    width:97%;
    font-family: Verdana,"MS PGothic",Osaka,Arial,sans-serif;
    margin:0 auto;
}
.drawer-menu li{
list-style:none;
}

.title{
    background:#EFF1F2; 
    font-size:130%;
    font-weight:bold;
    text-align:center;
    border-bottom: solid 4px #074770;  
    padding-top:12px; 
    padding-bottom:  13px;       
    margin:-9px auto 15px auto;
    position:  relative;      
}
.title:before {
    content:  '';             
    width: 100%;                
    height: 1px;               
    background-color: #074770;   
    display:  block;          
    position:  absolute;     
    left:  0;                   
    bottom: 2px; 	
}

.title2{
  display:inline-block;  
  font-size:110%;
  font-weight:bold;
  position: relative;
  padding: 10px 20px;
  border-top: solid 2px #435CB7;
  border-bottom: solid 2px #435CB7;
  margin:30px auto 10px auto;
}
.title2:before, .title2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #435CB7;
}
.title2:before {
  left: 7px;
}
.title2:after {
  right: 7px;
}
.semi_title{
	font-size:115%;
    font-weight:bold; 	
    border-left:5px solid #8b0000;
    margin:10px auto;
    padding:5px 10px;
}
.model{
	display:inline-block;
    position: relative;
	font-size:115%;
    font-weight:bold;
    color:#191970;  	
    margin-top: 30px;             
    margin-bottom: 15px;    
    border-bottom: solid 4px rgb(230, 90, 90);
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;
}
.model img{
	width:40px;
	margin-bottom:-5px;
}
.model1{
    display:inline-block;
    position: relative;
	font-size:115%;
    font-weight:bold;
    color:#191970;  	
    margin-top: 30px;             
    margin-bottom: 15px;    
    }
.model1 img{
	width:30px;
	margin-bottom:-7px;
}
.model_img1 img{
	width:100%;
	text-align:center;
}


.shurui{
	font-weight:bold;
}
.photo img{
	width:95%;
	margin:10px auto 10px auto;
}
.photo1{
	text-align:center;
}
.photo1 img{
	width:95%;
}
.photo3 img{
	width:100%;
}

ul {
  position: relative;
}
.kyocho{
	color:#dc143c;
	font-weight:bold;
}
.video {
  text-align:center;
}
.video iframe{
	width:350px;
	height:263px;
	}

section a{
	text-decoration:none;
	color:#000000;
}
section a:hover{
	color:#808080;
}

/*  */
.cf{
	clear:both;
}  


/* 初心者　*/
.board_setsumei{
	font-size:110%;
	margin:10px auto;
	color:#4682B4;
}
/* /初心者　*/
/* テイクオフ */
.point{
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}
.point:after{
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.setsumei li {
  line-height: 1.2;
  padding: 0.2em 0;
  list-style-type: none!important;
}

.setsumei li:before {
  font-family: "FontAwesome";
  content: "\f138";
  position: absolute;
  left : 0.5em;
  color: skyblue;
}
.ranking img{
	width:30px;
}
.ranking li{
	list-style:none;
	margin-left:-30px;
}
.model_img{
	text-align:center;
}
.model_img img{
	width:150px;
}
 /* /テイクオフ */
 /* 女性 */
 .photo2{
	text-align:center;
}
.photo2 img{
	max-width:350px;
	max-height:400px;

}
 /* /女性 */
  /* シングルフィン */
.setsumei1{
	font-size:115%;
	font-weight:bold;
}  

/* beginner */
.cp_container{
	clear:both;
}
.cp_box label {
	font-weight: bold;
	font-size:90%;
	width: 35%;
	margin: 3px 10px auto auto ;
	padding: 0.3em 0.7em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #000000;
	border: 2px solid #696969;
	border-radius: 3px;
}
.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' 目次';
	color: #000000;
}
.cp_box input {
	display: none;
}
.cp_list{
	list-style:none;
}
/* for table */
.table{
  width: 100%;
  border-collapse: collapse;
  border:1px solid #808080;
}
.table tr{
  font-size:90%;
  border-bottom: solid 2px white;
}
.table tr:last-child{
  border-bottom: none;
}
.table td{
  border-left: solid 2px white;
}
.table td:first-child{
  border-left: none;
}
.table th{
  font-weight:normal;
  position: relative;
  font-size:90%;
  width: 30%;
  background-color: #a1dde6;
  color: #000000;
  text-align: center;
  padding: 10px 0;
}
.table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #a1dde6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.table td{
  width: 35%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}
.table td.style_1{
	background-color:#59a5b3;
	color:#ffffff;
}
.table th.style_1{
	background-color:#59a5b3;
	color:#ffffff;
}
.check1{
  display:inline-block;
  position: relative;
  padding-left: 35px;
  margin-top:0;
  margin-bottom:15px;
  font-weight:bold;
}
.check1:before {
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: "\f00c";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.check1:after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

 .photo4{
	text-align:center;
}
.photo4 img{
	max-width:350px;
	max-height:400px;

}


