@charset "utf-8";
/* ****************************************************
   2013-05-24
**************************************************** */

/* ytk [ ytk.css ]
=================================
1: fukidashi
99: clearFix
=================================*/


/* 1: fukidashi
=================================*/

.fukidashi_bg {

}

.fukidashi_bottom {

}

.fukidashi_top {

}

.fukidashi_bottom {
    position: relative;
/*    background: #85e249;*/
    background: #fff;
    border: 1px solid #777;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    margin-left: ;
/*    clear: both;*/
    max-width: 70%;
float:left;
}
.fukidashi_bottom:after,
.fukidashi_bottom:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.fukidashi_bottom:after {
    border-color: rgba(133, 226, 73, 0);
/*    border-left-color: #85e249;*/
    border-left-color: #fff;
    border-width: 7px;
    margin-top: -7px;
}
.fukidashi_bottom:before {
    border-color: rgba(119, 119, 119, 0);
    border-left-color: #777;
    border-width: 9px;
    margin-top: -9px;

}

.character {
	float:left;
}

ul.ship {
    margin: 10px 0;
}
ul.ship li {
    background: url("/cruise/images/icon_ship_14x25.gif") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    display: inline;
    line-height: 1.5em;
    margin-right: 10px;
    padding-left: 30px;
    text-indent: 0;
    white-space: normal;
}
ul.ship_block {
    margin: 10px 0;
}
ul.ship_block li {
    background: url("/cruise/images/icon_ship_14x25.gif") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    display: block;
    line-height: 1.5em;
    padding-left: 30px;
    text-indent: 0;
    white-space: normal;
}
ul.cruise {
    margin: 10px 0;
padding:0;
}
ul.cruise li {
    background: url("/cruise/images/icon_cruise.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    line-height: 1.5;
    margin-bottom: 2px;
    margin-top: 7px;
    padding-left: 1.6em;
    text-indent: 0;
}
.sun {
    color: #CC0000;
}

.sat {
    color: #00F;
}

/*******************************
* 左からの吹き出し
********************************/
.left_balloon {
    position: relative;
    background: #fff;
    border: 1px solid #777;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    margin-right: 20%;
    clear: both;
    max-width: 500px;
    float: left;
}
.left_balloon:after,
.left_balloon:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.left_balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -7px;
}
.left_balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 8px;
    margin-top: -8px;
}
 
/*******************************
* 右からの吹き出し
********************************/
.right_balloon {
    position: relative;
/*    background: #85e249;*/
    background: #fff;
    border: 1px solid #777;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    margin-left: 20%;
/*    clear: both;*/
    max-width: 500px;
    float: right;
}
.right_balloon:after,
.right_balloon:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.right_balloon:after {
    border-color: rgba(133, 226, 73, 0);
/*    border-left-color: #85e249;*/
    border-left-color: #fff;
    border-width: 7px;
    margin-top: -7px;
}
.right_balloon:before {
    border-color: rgba(119, 119, 119, 0);
    border-left-color: #777;
    border-width: 9px;
    margin-top: -9px;
}
 
/*******************************
* 割り込みを解除
********************************/
.clear_balloon{
  clear: both;
}
.chara img {
max-width:100%;
}

@media screen and (max-width:767px){
/*******************************
* 左からの吹き出し
********************************/
.left_balloon {
    position: relative;
    background: #fff;
    border: 1px solid #777;
    margin: 10px;
    padding: 10px;
    border-radius: 15px;
    margin-right: 20%;
    clear: both;
    max-width: 500px;
    float: left;
}
.left_balloon:after,
.left_balloon:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.left_balloon:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -7px;
}
.left_balloon:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 8px;
    margin-top: -8px;
}
 
/*******************************
* 右からの吹き出し⇒下からの吹き出し
********************************/

.right_balloon {
    position: relative;
/*    background: #85e249;*/
    background: #fff;
    border: 1px solid #777;
    margin: 10px 0;
    padding: 10px;
    border-radius: 15px;
    margin-left: 20%;
    clear: both;
    max-width: 100%;
text-align:center;
float:center;
}
.right_balloon:after,
.right_balloon:before {
    left: 50%;
    top: 105%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.right_balloon:after {
    border-color: rgba(133, 226, 73, 0);
/*    border-top-color: #85e249;*/
border-top-color: #fff;
    border-width: 7px;
    margin-top: -4px;
}
.right_balloon:before {
    border-color: rgba(119, 119, 119, 0);
    border-top-color: #777;
    border-width: 8px;
    margin-top: -3px;
}
.chara img {
max-width:60%;
float:right;
}

/*******************************
* 割り込みを解除
********************************/
.clear_balloon{
  clear: both;
}


/* 1: fukidashi
=================================*/

.fukidashi_bg {

}

.fukidashi_bottom {

}

.fukidashi_top {

}

.fukidashi_bottom {
    position: relative;
/*    background: #85e249;*/
    background: #fff;
    border: 1px solid #777;
    margin: 10px 0;
    padding: 10px;
    border-radius: 15px;
    margin-left: 20%;
    clear: both;
    max-width: 100%;
text-align:center;
float:center;
}

.fukidashi_bottom:after,
.fukidashi_bottom:before {
    left: 70%;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.fukidashi_bottom:after {
/*    border-color: rgba(133, 226, 73, 0);
    border-left-color: #85e249;
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -4px;*/
    border-color: rgba(119, 119, 119, 0);
    border-top-color: #fff;
    border-width: 11px;
    margin-top: -2px;
}
.fukidashi_bottom:before {
    border-color: rgba(119, 119, 119, 0);
    border-top-color: #777;
    border-width: 12px;
    margin-top: -1px;

}

.character {
max-width:60%;
float:right;
}

.clear_fukidashi_bottom{
  clear: both;
}


.color-red {
color:#FF5959;
}
.color-blue {
color:#597EFF;
}
}