/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
	background:url(../img/bg.png) top center no-repeat;
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Meiryo, Osaka, "MS PGothic", "メイリオ",  sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
    margin-top: 70px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #ff7878;
    word-wrap: break-word;

    -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
    -o-transition: color 0.2s ease-in, background 0.2s ease-in;
    transition: color 0.2s ease-in, background 0.2s ease-in;
}
a i{
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -ms-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
	color: #BDBDBD;
    text-decoration: none;
    outline: 0;
}
a i:hover,
a i:focus {
    color: #7b7b7b;
	color: #BDBDBD;
    text-decoration: none;
    outline: 0;
}


a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover img{
	opacity:0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar {
	font-weight: 500;
	font-size:13px;
	padding-top: 15px;
	padding-bottom: 10px;
	color:#FFFFFF;
	
}

.navbar-inverse {
	background: #FFFFFF;
	background: none;
	border-color: #FFFFFF;
	border:none;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #ff7878
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-brand i {
	color: #ff7878;
	font-size: 22px;
	letter-spacing: 1px;
}

.navbar-textbox{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	float:right;
	right:0;
	text-align:center;
	font-size:85%;
	margin-top:20px;
	line-height:130%;
	color:#ff7878;
}

.navbar-textbox a{
	display:block;
	padding:5px;
	width:180px;
	height:40px;
	text-decoration:none;
	border:1px solid #ff7878;
}

.navbar-textbox a:hover{
	color:#FFF;
	background:#ff7878;
	text-shadow: 1px 1px 1px #d3353a;
}
.infobox3 i a:hover{
	color:#FFF;
}


/*TILT*/
.tilt {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform: translateY(4px);
     -moz-transform: translateY(4px);
       -o-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header-bg.png) no-repeat center top;
	margin-top: -10px;
	background-color:none;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
/*	background-position: center center;*/
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Dark Grey Wrap */
#dg {
	background: #e0e0e0;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

#dg h4 {
	font-weight: 900;
}

/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

#lg h4 {
	font-weight: 900;
}


/* Red Wrap */
#r {
	background: #ff7878;
	padding-top: 12px;
	padding-bottom: 0px;
	border-top:1px solid #CC0000;
	border-bottom:3px solid #CC0000;
	box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;	
}
#r h1{
	font-weight:900;
}
#r h4 {
	color: white;
	font-weight: 900;
}

#r p {
	color: white;
}
#r p i{
	color: white;
}
#r p a{
	display:block;
	color: white;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
#r p a i{
	color: white;
}
#r p a:hover{
	color:#EBDEDE;
}
#r p a i:hover{
	color:#EBDEDE;
}

/* Blue Wrap */

#blue {
	background: #3498db;
	padding-top: 12px;
	padding-bottom: 15px;
	border-top:1px solid #CCCCCC;
	border-bottom:3px solid #CCCCCC;
	box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	color:#EBEBEB;
}

#blue h4 {
	color: white;
	font-weight: 900;
}
#blue h1{
	color:#FFFFFF;
}

#blue p {
	color: white;
}

/* Green Wrap */

#green {
	background: #1abc9c;
	padding-top: 12px;
	padding-bottom: 0px;
	border-top:1px solid #099;
	border-bottom:3px solid #099;
	box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#green h4 {
	color: white;
	font-weight: 900;
}
#green h1{
	color:#FFFFFF;
}

#green p {
	color: white;
}

/* Yellow Wrap */

#yellow {
	background: #FEEB01;
	padding-top: 12px;
	padding-bottom: 0px;
	border-top:1px solid #19283C;
	border-bottom:3px solid #19283C;
	box-shadow:1px 1px 5px #000000;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#yellow h4 {
	color: #333333;
	font-weight: 900;
}
#yellow h1{
	color:#333333;
}

#yellow p {
	color: #333333;
}

/* Gray Wrap */

#gray {
	background: #666;
	padding-top: 12px;
	padding-bottom: 0px;
	box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	color:#EBEBEB;
}

#gray h4 {
	color: #FFFFFF;
	font-weight: 900;
}
#gray h1{
	color:#FFFFFF;
}

#gray p {
	color: #FFFFFF;
}

/* Darkblue Wrap */

#dblue {
	background: #06C;
	padding-top: 12px;
	padding-bottom: 0px;
	border-top:1px solid #CCC;
	border-bottom:3px solid #039;
	box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	color: #E9E9E9;
}

#dblue h4 {
	color: #FFFFFF;
	font-weight: 900;
}
#dblue h1{
	color:#FFFFFF;
}

#dblue p {
	color: #FFFFFF;
}

/* shadow */
.shadow{
	box-shadow: 1px 1px 5px #000000;
	-webkit-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow:1px 1px 5px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
	  border: 1px solid rgba(0, 0, 0, .1);
  @include box-shadow(rgba(0, 0, 0, .05) -1px 1px 0, rgba(255, 255, 255, .5) -1px 1px 0 inset);

}


/* Footer Wrap */
#f {
	background: #2d2d2d;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #CCC;
	font-size:80%;
}

#f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

#f i:hover {
	color: #ff7878;
}

/****** SECTIONS *****/

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 900;
}

.w i {
	color: #ff7878;
	font-size: 30px;
}


.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 900;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 900;
}

.desc i {
	color: #ff7878;
	padding: 5px;
}

/***** MODAL CONTACT *****/
.modal-content {
	border-radius: 0px;

}

.modal-header {
	background: #bdbdbd;
	color: white;
}

.modal-header h4 {
	font-weight: 700;
}

.modal-body {
	background: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

.modal-footer {
	background: #f2f2f2;
	margin-top: 0px; 
}

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    padding-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;

    padding: 40px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 25px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #ff7878;
}

.roundbutton{
	position:relative;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	margin:10px auto;
	-webkit-transform:rotate(-4deg);    
               -moz-transform:rotate(-4deg);   
                -ms-transform:rotate(-4deg);
                 -o-transform:rotate(-4deg);
                    transform:rotate(-4deg);
			behavior: url(ie-css3.htc);
			behavior: url(PIE.htc);
}

.roundbutton a{
	display:table-cell;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 120px;
	width: 118px;
	background-color:#DE383D;
/*	background-color:rgba(204,0,0,0.88);*/
	background-color:rgba(222,56,61,0.93);
	vertical-align:middle;
	text-align:center;
	padding:5px;
	font-weight:bold;
	line-height:120%;
	color:#FFFFFF;
	box-shadow: 1px 1px #cecece, 2px 2px #cecece, 3px 3px #cecece, 4px 4px #cecece, 5px 5px #dadada, 6px 6px #e6e6e6;
/*	text-shadow: 1px 1px #a70000, 2px 2px #a70000, 3px 3px #a70000, 4px 4px #b30000, 5px 5px #bf0000, 6px 6px #cc0000;*/
	text-shadow: 1px 1px #bd3034, 2px 2px #bd3034, 3px 3px #bd3034, 4px 4px #c83237, 5px 5px #d3353a, 6px 6px #de383d;
	z-index:30;
	behavior: url(ie-css3.htc);
	behavior: url(PIE.htc);
}

.roundbutton a:hover{
	background-color:#E25355;
	border:5px solid #E25355;
	background-color:rgba(255,255,255,0.8);	
	color:#000000;
/*	box-shadow: 0 0 20px #CC0000;*/
/*	text-shadow: 0 1px #999;
	text-shadow: 1px 1px #bfbfbf, 2px 2px #bfbfbf, 3px 3px #bfbfbf, 4px 4px #d4d4d4, 5px 5px #e9e9e9, 6px 6px #ffffff;*/
	text-shadow:none;
	box-shadow:none;
	behavior: url(ie-css3.htc);
	behavior: url(PIE.htc);
}

/* Rotated box */
        
        .rotated {
            -webkit-box-shadow:none;
               -moz-box-shadow:none;
                    box-shadow:none;
            -webkit-transform:rotate(-3deg);    
               -moz-transform:rotate(-3deg);   
                -ms-transform:rotate(-3deg);
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
			behavior: url(../ie-css3.htc);
        }
        
/*        .rotated > :first-child:before {
            content:"";
            position:absolute;
            z-index:-1;
            top:0;
            bottom:0;
            left:0;
            right:0;
            background:none;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			behavior: url(../ie-css3.htc);
        }
*/		
.roundbutton p{
	display: table-cell;
	vertical-align:middle;

}

/* balloon-1 top */
#balloon-1-top {
	color: #19283C;
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	width: auto;
	min-width: 115px;
	min-height: 40px;
	height:auto;
	line-height: 32px;
	text-align: left;
	background: #F6F6F6;
	background-color:rgba(246,246,246,0.9);
	border: 3px solid #19283C;
	border-radius: 15px;
	z-index: 0;
}
#balloon-1-top:before {
	content: "";
	position: absolute;
	top: -8px; left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #F6F6F6 transparent;
	z-index: 0;
}
#balloon-1-top:after {
	content: "";
	position: absolute;
	top: -12px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #19283C transparent;
	z-index: -1;
}
#balloon-1-top img{
	margin:10px;
}

/* balloon-1 bottom */
#balloon-1-bottom {
	position: relative;
	display: inline-block;
	padding: 5px 20px 0 20px;
	width: auto;
	min-width: 115px;
	height:auto;
	min-height: 40px;
	line-height: 120%;
	color: #19283C;
	text-align: left;
	background: #F6F6F6;
/*	background-color:rgba(246,246,246,0.8);*/
	border: 3px solid #19283C;
	border-radius: 15px;
	z-index: 0;
}
#balloon-1-bottom:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
#balloon-1-bottom h4{
	color:#333333;
}
#balloon-1-bottom:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #19283C transparent transparent transparent;
	z-index: -1;
}

#balloon-1-bottom i{
	color:	#ff7878;
}

/* balloon-2 top */
#balloon-2-top {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	width: auto;
	min-width: 115px;
	min-height: 40px;
	height:auto;
	color: #F6F6F6;
	line-height: 34px;
	text-align: left;
	background: #19283C;
/*	background-color:rgba(25,40,60,0.8);*/
	border-radius: 15px;
	z-index: 0;
}
#balloon-2-top:after {
	content: "";
	position: absolute;
	top: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #19283C transparent;
/*	opacity:0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";*/
}
#balloon-2-top img{
	margin:15px;
}

#balloon-2-left {
	position: relative;
	display: inline-block;
	padding:15px;
	padding-left:20px;
	width: auto;
	min-width: 115px;
	height:auto;
	min-height: 40px;
	color: #F6F6F6;
	text-align: left;
	background: #19283C;
	z-index: 0;
	border-radius: 10px;
	line-height:170%;

}
#balloon-2-left:after {
	content: "";
	position: absolute;
	top: 50%; left: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #19283C transparent transparent;
/*	margin:10px;*/
}

.balloon-3-top-left {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	width: auto;
	min-width: 115px;
	height:auto;
	color: #F6F6F6;
	text-align:left;
	background: #19283C;
	z-index: 0;
	border-radius: 10px;
	line-height:170%;
}
.balloon-3-top-left:after {
	content: "";
	position: absolute;
	top: -15px; left: 0;
	margin-left: 5px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 15px 45px;
	border-color: transparent transparent #19283C transparent;
	z-index: -1;
}
.balloon-3-top-left img{
	margin:10px;
}

.balloon-5-top-left {
	position: relative;
	display: inline-block;
	padding: 25px;
	width: auto;
	min-width: 115px;
	height: auto;
	color: #F6F6F6;
	text-align: left;
	background: #19283C;
	border-radius: 40px;
	z-index: 0;
	margin-left:5px;
	line-height:170%;
}
.balloon-5-top-left:before {
	content: "";
	position: absolute;
	top: -17px; left: 0px;
	margin-right: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: #19283C;
	border-radius: 50%;
	z-index: -1;
}
.balloon-5-top-left:after {
	content: "";
	position: absolute;
	top: -20px; left: -12px;
	margin-right: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: #19283C;
	border-radius: 50%;
	z-index: -1;
}

.right{
	float:right;
}
/*スマホ*/
@media (max-width: 540px) {
body {
	background:url(../img/bg.png) top center no-repeat;
	background-size: 210%;
}

#headerwrap {
	background: url(../img/header-bg.png) no-repeat center top;
	background-size: 210%;
}

#headerwrap img,
.col-lg-1 img,
.col-xs-1 img,
.col-md-1 img,
  .col-lg-1-5 img,
  .col-lg-2 img,
  .col-xs-2 img,
  .col-md-2 img,
  .col-lg-3 img,
  .col-xs-3 img,
  .col-md-3 img,
  .col-lg-4 img,
  .col-xs-4 img,
  .col-md-4 img,
  .col-lg-5 img,
  .col-xs-5 img,
  .col-md-5 img,
  .col-lg-6 img,
  .col-xs-6 img,
  .col-md-6 img,
  .col-lg-7 img,
  .col-xs-7 img,
  .col-md-7 img,
  .col-lg-8 img,
  .col-xs-8 img,
  .col-md-8 img,
  .col-lg-9 img,
  .col-xs-9 img,
  .col-md-9 img,
  .col-lg-10 img,
  .col-xs-10 img,
  .col-md-10 img,
  .col-xs-11 img,
  .col-lg-11 img
  .col-md-11 img,{
	max-width: 90%; 
    height: auto;
}
#headerwrap img,
.col-lg-1,
  .col-lg-1-5 img,
  .col-lg-2 img,
  .col-lg-3 img,
  .col-lg-4 img,
  .col-lg-5 img,
  .col-lg-6 img,
  .col-lg-7 img,
  .col-lg-8 img,
  .col-lg-9 img,
  .col-lg-10 img,
  .col-lg-11 img{
	max-width: 90%; 
    height: auto;
}

h1,
.h1,
h1 i,
.h1 i,
h2,
.h2,
h2 i,
.h2 i,
h4,
.h4,
h4 i,
.h4 i,
big,
big i{
	font-size:16px;
	font-weight:bold;
}
h2 .trigger i{
	font-size:12px;
}

.navbar-textbox{
	display:none;
}
.roundbutton{
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:small;
	font-weight:normal;
	margin:0px auto;
	-webkit-transform: none ;    
               -moz-transform:none;   
                -ms-transform:none;
                 -o-transform:none;
                    transform:none;
	behavior: url(../ie-css3.htc);
}
.roundbutton a{
	display: table-cell;
/*	border:1px solid #CC0000;*/
	border:1px solid #E25355;
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius:0;
	height:54px;
	width: 300px;
	vertical-align:middle;
	text-align:center;
	padding:2px 5px;
	line-height:100%;
	color:#000000;
	background-color:#FFFFFF;
	background-color:rgba(255,255,255,0.8);
	text-shadow: none;
}
.roundbutton a br{
	display: none;
}

.roundbutton a:hover{
/*	box-shadow: 0 0 20px #CC0000;*/
	box-shadow: 0 0 20px #E25355;
/*	background-color:#CC0000;*/
	background-color:#E25355;
/*	background-color:rgba(204,0,0,0.88);*/
	background-color:rgba(226,83,85,0.88);
	color:#FFFFFF;
	box-shadow:none;
	text-shadow:none;
}

.roundbutton p{
	display: table-cell;
	vertical-align:middle;

}
.tilt:hover {
  -webkit-transform:none;
     -moz-transform:none;
       -o-transform:none;
      -ms-transform:none;
          transform:none;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	background-color:#333;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    background-color:#333;
  }
}

figure {
	position: relative;
	overflow: hidden;
	width: 360px;

}
figcaption {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	margin:15px 0 25px 0;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
   behavior: url(../ie-css3.htc);
   behavior: url(../PIE.htc);

}

figure:hover figcaption {
	top: 0;
	left: 0;
}
figcaption h3{
	margin-top:150px;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}
figcaption p{
	color:#FFFFFF;
	font-size:14px;
}

.infobox3{
	display:block;	
	text-align:center;
	height:65px;
	width:278px;
	margin:20px auto;
	color: #F35563;
	font-size:100%;
}

.infobox3 i a{
	color:#CCC;
}
.infobox3 a{
	display:block;
	height:65px;
	width:268px;
	padding:15px 5px 25px 5px;
	color:#ff7878;
	font-weight:bold;
	font-size:130%;
	text-decoration:none;
	background:#FFF;
	text-decoration:none;
	line-height:100%;
	border:3px solid #FF7878;
	-webkit-box-shadow:5px 5px 0px rgba(222, 56, 61, 0.9);
               -moz-box-shadow:5px 5px 0px rgba(222, 56, 61, 0.9);
                    box-shadow:5px 5px 0px rgba(222, 56, 61, 0.9);
			behavior: url(../ie-css3.htc);
			behavior: url(../PIE.htc);
}

.infobox3 a:hover{
	display:block;
	width:268px;
	color: #06F;
	color:#FFF;
	background:#ff7878;
	text-shadow: 1px 1px 1px #d3353a;
	-webkit-box-shadow:none;
               -moz-box-shadow:none;
                    box-shadow:none;
			behavior: url(../ie-css3.htc);
}
.infobox3 i a:hover{
	color:#FFF;
}

h2.trigger a{
	display:block;
	width:95%;
	margin:0 auto;
	border:3px solid #FF7878;
	-webkit-box-shadow:5px 5px 0px rgba(222, 56, 61, 0.9);
               -moz-box-shadow:5px 5px 0px rgba(222, 56, 61, 0.9);
                    box-shadow:5px 5px 0px rgba(222, 56, 61, 0.9);
			behavior: url(../ie-css3.htc);
			behavior: url(../PIE.htc);
	padding:15px 5px 5px 5px;
}
h2.trigger a:hover{
	display:block;
	color:#FFF;
	background:#ff7878;
	text-shadow: 1px 1px 1px #d3353a;
	-webkit-box-shadow:none;
               -moz-box-shadow:none;
                    box-shadow:none;
			behavior: url(../ie-css3.htc);
}