/* Enter Your Custom CSS Here */

/* ---------------------------------------------------------------------------------------
	1. Midashi-green
--------------------------------------------------------------------------------------- */
.green {
	position: relative;
	color: #ffffff;
	background: #006600;
	font-size: 18pt ;
	border: 1px solid #ffffff;
	margin: 10px 10px 23px 10px;
	padding: 10px 5px 10px 10px;
	border-radius: 3px;
	box-shadow:1px 1px 6px 1px  #666666 ;
}
.green:after, .green:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
}
.green:after {
	left: 40px;
	border: 10px solid transparent;
	border-top: 10px solid #006600;
}
.green:before {
	left: 37px; 
	border: 13px solid transparent;
	border-top: 13px solid #ffffff;
}

/* ---------------------------------------------------------------------------------------
	2. Midashi-darkblue
--------------------------------------------------------------------------------------- */

.darkblue {
	position: relative;
	color: #ffffff;
	background: #000066;
	font-size: 18pt ;
	border: 3px solid #ffffff;
	margin: 10px 10px 23px 10px;
	padding: 10px 5px 10px 10px;
	border-radius: 3px;
	box-shadow:1px 3px 6px 1px  #666666 ;
}
.darkblue:after, .darkblue:before {
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
}
.darkblue:after {
	left: 40px;
	border: 10px solid transparent;
	border-top: 10px solid #000066;
}
.darkblue:before {
	left: 37px; 
	border: 13px solid transparent;
	border-top: 13px solid #ffffff;
}

/* ---------------------------------------------------------------------------------------
	3. Midashi-red
--------------------------------------------------------------------------------------- */

.red {
    position: relative;
    color: #ffffff;
    background: #CC0000;
    font-size: 18pt ;
    border: 3px solid #ffffff;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
    box-shadow:1px 3px 6px 1px  #666666 ;
}
.red:after, .red:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.red:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #CC0000;
}
.red:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #ffffff;
}


/* ---------------------------------------------------------------------------------------
	4. Midashi-yellow
--------------------------------------------------------------------------------------- */

.yellow {
    position: relative;
    color: #ffffff;
    background: #FFCC00;
    font-size: 18pt ;
    border: 3px solid #ffffff;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
    box-shadow:1px 3px 6px 1px  #666666 ;
}
.yellow:after, .yellow:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.yellow:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #FFCC00;
}
.yellow:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #ffffff;
}

/* ---------------------------------------------------------------------------------------
	5. Midashi-black
--------------------------------------------------------------------------------------- */

.black {
    position: relative;
    color: #ffffff;
    background: #000000;
    font-size: 18pt ;
    border: 3px solid #ffffff;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
    box-shadow:1px 3px 6px 1px  #666666 ;
}
.black:after, .black:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.black:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #000000;
}
.black:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #ffffff;
}

/* ---------------------------------------------------------------------------------------
	6. Midashi-white
--------------------------------------------------------------------------------------- */
.white {
    position: relative;
    color: #000000;
    background: #ffffff;
    font-size: 18pt ;
    border: 3px solid #ffffff;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
    box-shadow:1px 3px 6px 1px  #666666 ;
}
.white:after, .white:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.white:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #ffffff;
}
.white:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #ffffff;
}

/* ---------------------------------------------------------------------------------------
	6. Midashi-lightgreen
--------------------------------------------------------------------------------------- */
.lightgreen {
    position: relative;
    color: #ffffff;
    background: #00cc00;
    font-size: 18pt ;
    border: 3px solid #00cc00;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
    box-shadow:1px 3px 6px 1px  #666666 ;
}
.lightgreen:after, .lightgreen:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.lightgreen:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #00cc00;
}
.lightgreen:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #00cc00;
}

/* ---------------------------------------------------------------------------------------
	7. Midashi-simplegray
--------------------------------------------------------------------------------------- */

.simplegray {
    position: relative;
    color: #000000;
    background: #e6e6e6;
    font-size: 18pt ;
    border: 3px solid #e6e6e6;
    margin: 10px 10px 23px 10px;
    padding: 10px 5px 10px 10px;
    border-radius: 3px;
}
.simplegray:after, .simplegray:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
}
.simplegray:after {
    left: 40px;
    border: 10px solid transparent;
    border-top: 10px solid #e6e6e6;
}
.ssimplegray:before {
    left: 37px; 
    border: 13px solid transparent;
    border-top: 13px solid #e6e6e6;
}

/* ---------------------------------------------------------------------------------------
	8. Midashi-undergreen
--------------------------------------------------------------------------------------- */

.undergreen {
  color: #000000 ;
  background: #e6e6e6;
  font-size: 18pt ;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 5px 10px 5px;
    box-shadow:1px 3px 6px 1px #666666 ;
    border-bottom:3px solid #006600;
    border-radius: 3px ;
}

/* ---------------------------------------------------------------------------------------
	9. Midashi-underlightgreen
--------------------------------------------------------------------------------------- */

.underlightgreen {
  color: #000000 ;
  background: #e6e6e6;
  font-size: 18pt ;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 5px 10px 5px;
    box-shadow:1px 3px 6px 1px #666666 ;
    border-bottom:3px solid #00cc00;
    border-radius: 3px ;
}

/* ---------------------------------------------------------------------------------------
	10. Midashi-underlightgreen
--------------------------------------------------------------------------------------- */

.underdarkblue {
  color: #000000 ;
  background: #e6e6e6;
  font-size: 18pt ;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 5px 10px 5px;
    box-shadow:1px 3px 6px 1px #666666 ;
    border-bottom:3px solid #000066;
    border-radius: 3px ;
}

/* ---------------------------------------------------------------------------------------
	11. Midashi-underblackgreen
--------------------------------------------------------------------------------------- */

.underblackgreen {
  color: #00cc00 ;
  background: #000000;
  font-size: 16pt ;
  font-weight:bold;
  line-height: 1;
  margin:10px 0px;
  padding: 10px 5px 10px 5px;
    box-shadow:1px 3px 7px 0px #666666 ;
    border-bottom:2px solid #00cc00;
    border-radius: 5px ;
}

/* ---------------------------------------------------------------------------------------
	12. Midashi Original-green000
--------------------------------------------------------------------------------------- */
.green000 {
    background-image:url("http://monkey-ship.com/wp-content/uploads/2015/03/title_000.png");
    background-repeat:no-repeat;
    font-size:250%;
    font-weight:bold;
    text-indent:27px;
    line-height:60px;
}

/* ---------------------------------------------------------------------------------------
	13. Midashi -leftbox_green
--------------------------------------------------------------------------------------- */
.leftbox_green{
	position:relative;
	padding:9px;
	padding-left:15px;
	font-weight: bold;
	font-size: 18px;
	background-color: #006600;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
 
.leftbox_green:before{
	content:''; 
	height:25px; 
	width:2px; 
	display:block; 
	position:absolute; 
	top:5px; 
	left:4px; 
	background-color:#fff;
	border-left: 4px solid #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

/* ---------------------------------------------------------------------------------------
	14. Midashi -left_green
--------------------------------------------------------------------------------------- */
.left_green {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 0 5px;
	border-color:#006600;
	border-style:solid;
	background:#fffffff;
	color:#000000;
	line-height:140%;
	font-weight:bold;
 
}
/* ---------------------------------------------------------------------------------------
	15. Midashi -leftline_green
--------------------------------------------------------------------------------------- */
.leftline_green {
    margin: 0 0 1.5em;
    padding: 0.5em;
    border-left: 7px solid #006600;
    border-bottom: 1px solid #006600;
    font-size: 1.5em;
    font-weight: bold;
}

/* ---------------------------------------------------------------------------------------
	16. Midashi -leftdashed_green
--------------------------------------------------------------------------------------- */
.leftdashed_green {
    margin: 0 0 1.5em;
    padding: 0.5em;
    border-left: 7px solid #006600;
    border-bottom: 1px dashed #006600;
    font-size: 1.143em;
    font-weight: bold;
}


/* ---------------------------------------------------------------------------------------
	17. Midashi -leftline_red
--------------------------------------------------------------------------------------- */
.leftline_red {
    margin: 0 0 1.5em;
    padding: 0.5em;
    border-left: 7px solid #CC0000;
    border-bottom: 1px solid #CC0000;
    font-size: 1.2em;
    font-weight: bold;
}

/* ---------------------------------------------------------------------------------------
	18. Midashi -leftline_black
--------------------------------------------------------------------------------------- */
.leftline_black {
    margin: 0 0 1.5em;
    padding: 0.5em;
    border-left: 7px solid #000000;
    border-bottom: 1px solid #000000;
    font-size: 1.2em;
    font-weight: bold;
}

/* ---------------------------------------------------------------------------------------
	19. Midashi line-green
--------------------------------------------------------------------------------------- */
.line-green2 {
    font-size: 18px !important;
    color: #333333 !important;
    margin: 5px 0px !important;
    padding: 5px 15px 0px 15px !important;
    background-color: #ffffff !important;
    position: relative !important;
    border-bottom: 1px dotted #cccccc !important;
} 
.line-green2:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 7px;
    height: 20px;
    background: #8bbf42;
    content: "";
} 
.line-green2:after {
    position: absolute;
    top: 15px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #aed27b;
    content: "";
}

/* ---------------------------------------------------------------------------------------
	20. Midashi cutline01
--------------------------------------------------------------------------------------- */
.cutline01 {
	padding: .5em .75em;
	background: #f4f4f4;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
}

/* ---------------------------------------------------------------------------------------
	21. Midashi Markerblue
--------------------------------------------------------------------------------------- */
.markerbule {
	position: relative;
	padding: 0 .4em .1em;
}
.markerbule::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #b6f0fc;
}

/* ---------------------------------------------------------------------------------------
	Z01. button
--------------------------------------------------------------------------------------- */
.btn {
    padding: 15px 70px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 20px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border-radius: 5px;
}
.btn01 {
    background-color: #3169d1;
    color: #fff !important;
}
.btn01:hover {
    background-color: #998bfa;
}

