@charset "utf-8";

/*
Theme Name: SUBHAND
Author: SUBHAND.LLC
Author URL: http://www.subhand.net/
*/


/* common
---------------------------------------------*/
* {margin:0;padding:0;}

a:link,a:visited {
	color: #2236cf;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}

.impact   {font-size:20pt; font-weight:bold;}
.impact2  {color:red;}
.impact3  {background:yellow; color:#000;}
#impact4  {underline;}
.impact5  {background:#173B50; padding:2px 5px; color:#fff;}
.impact6  {background:#f4f4f4; padding:3px; line-height:1.1;}
.impact7  {background: #B60000; padding:2px 5px; color:#fff;}
.style2   {color: #FF0000}
.style3   {color: #333333}
.style4   {color: #000000}


img{ border: none;}




/* layout
---------------------------------------------*/

/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1100px;
 background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
  text-align:center;
  font-size:23px;
  font-family:'Hiragino Kaku Gothic Pro',  'meiryo', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #000000;
	line-height: 40px;
}




#head1 { background: url("../images/header_01.jpg") no-repeat top center; height:    140px; } 
#head2 { background: url("../images/header_02.jpg") no-repeat top center; height:   120px; } 
#head3 { background: url("../images/header_03.jpg") no-repeat top center; height:   99px; } 
#head4 { background: url("../images/header_04.jpg") no-repeat top center; height:    229px; } 
#head5 { background: url("../images/header_05.jpg") no-repeat top center; height:    298px; } 
#head6 { background: url("../images/header_06.png") no-repeat top center; height:    22px; } 
#ddd { background: url("../images/ddd_04.jpg") no-repeat top center; height:    660px; } 
#ppl { background: url("../images/fff_04.jpg") no-repeat top center; height:    688px; } 
#head9 { background: url("../images/header_09.png") no-repeat top center; height:    px; } 


#bgg {

	background-image: url("../images/bgg.jpg");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}


#wrap {

	background-image: url("../images/bg.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

#container {

	text-align:left;
	width:1100px;
	margin:0 auto;
	
	
}

#text {

	text-align:left;
	width:950px;
	margin:0 auto;
	
	
}

#text2 {

	text-align:left;
	width:800px;
	margin:0 auto;
	
	
}

--------------------------- */
ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}



.jelly {
    font-size:24px;
    font-family: 'PT Sans Narrow', sans-serif;
    border: none;
    cursor: pointer;
   
    display: inline-block;
    margin: 15px;
    margin-top:0px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 700;
    outline: 0;
    position: relative;
    border-radius: 3px;
    -webkit-animation:  anim 2s ease-in infinite;
    animation:  anim 2s ease-in infinite;
    transition: all .3s;
   
    overflow: hidden;
    text-decoration:none;
}

.jelly:active  {
    background: #4786b5;
}

@-webkit-keyframes anim {
    5% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9);
}
10% {
    -webkit-transform: scale(.9, 1.1) translateY(-.5rem);
    transform: scale(.9, 1.1) translateY(-.5rem);
}
15% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}
@keyframes anim {
    5% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9);
}
10% {
    -webkit-transform: scale(.9, 1.1) translateY(-.5rem);
    transform: scale(.9, 1.1) translateY(-.5rem);
}
15% {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}

@media only screen and (max-width:640px) {  
.jelly {
    padding: 25px 50px;
    font-size: 16px;
}
}


