/* ============================= 装飾 ========================== */

/* ==== コンテンツパネル ==== */

/* ==== スクエア透過 ==== */
.sq_op{
	background: rgba(255,255,255,0.6);box-shadow: 2px 2px 2px #666;
	padding:10px;
}
.sq_op3{
	background: rgba(255,255,255,0.6);box-shadow: 2px 2px 2px #666;
	padding:3px;
}
.sq_op5{
	background: rgba(255,255,255,0.6);box-shadow: 2px 2px 2px #666;
	padding:5px;
}


.sq_nonop{
	background: rgba(255,255,255,0.9);box-shadow: 2px 2px 2px #666;
	padding:10px;
}

.rd_op{
    -moz-border-radius: 5px; /* gecko */
    -webkit-border-radius: 5px; /* webkit */
    border-radius: 5px; /* CSS3 standard */
    -khtml-border-radius: 5px; /* old konkeror */
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -khtml-border-radius-topright: 5px;
    -khtml-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	background: rgba(255,255,255,0.6);box-shadow: 2px 2px 2px #666;
	padding:10px;
}


/* ==== 角丸 ==== */
.rd5  {
    -moz-border-radius: 5px; /* gecko */
    -webkit-border-radius: 5px; /* webkit */
    border-radius: 5px; /* CSS3 standard */
    -khtml-border-radius: 5px; /* old konkeror */
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -khtml-border-radius-topright: 5px;
    -khtml-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.rd10  {
    -moz-border-radius: 10px; /* gecko */
    -webkit-border-radius: 10px; /* webkit */
    border-radius: 10px; /* CSS3 standard */
    -khtml-border-radius: 10px; /* old konkeror */
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -khtml-border-radius-topright: 10px;
    -khtml-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/* ==== ボックスシャドウ ==== */
.bshadow {
	padding: 10px;
	background-color:#fff;
    -moz-box-shadow: 0 0 3px #666;
    -webkit-box-shadow: 0 0 3px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666,strength=3)";
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=270,strength=3);
    box-shadow: 0 0 3px #666;
}
.bshadow2 {
	padding: 0px;
	background-color:#fff;
    -moz-box-shadow: 0 0 3x #666;
    -webkit-box-shadow: 0 0 3px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666,strength=3)";
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=270,strength=3);
    box-shadow: 0 0 3px #666;
}
.bshadow2_b {
	padding: 0px;
	background-color:#fff;
    -moz-box-shadow: 0 0 3x #666;
    -webkit-box-shadow: 0 0 3px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666,strength=3)";
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=270,strength=3);
    box-shadow: 0 0 3px #666;
    border: 5px solid #e61a75;
}
.bshadow3 {
	padding: 5px;
	background-color:#fff;
	font-size: 14px;
	font-size: 1.4rem; /* =14px */
	
    -moz-box-shadow: 0 0 3x #666;
    -webkit-box-shadow: 0 0 3px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666,strength=3)";
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=270,strength=3);
    box-shadow: 0 0 3px #666;
}

.bshadow4 {
	padding: 8px;
	background-color:#fff;
    -moz-box-shadow: 0 0 3x #666;
    -webkit-box-shadow: 0 0 3px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666,strength=3)";
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=270,strength=3);
    box-shadow: 0 0 3px #666;
}


.button{
	margin: 5px;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem; /* =16px */
	display: inline-block;
	text-align: center;
	color: #fff;
	border: 1px solid #9c9c9c; /* Fallback style */
	border: 1px solid rgba(0, 0, 0, 0.3);            
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);	   
}
.button, .button span{
	-moz-border-radius: .3em;
	border-radius: .3em;	   
}
.button span{
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: block;
	padding: 0.5em 2.5em;
 
/* The background pattern */ 
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
	background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
                      -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
 
/* Pattern settings */
 
	-moz-background-size: 3px 3px;
	-webkit-background-size: 3px 3px;	   
}
.button a{color:#fff;font-weight:bold;}

.button:hover{
	box-shadow: 0 0 .1em rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}
 
.button:active{
    /* When pressed, move it down 1px */
	position: relative;
	top: 1px;
}
.button-red{
	    background: #D82741;
	    background: -webkit-gradient(linear, left top, left bottom, from(#E84B6E), to(#D82741) );
	    background: -moz-linear-gradient(-90deg, #E84B6E, #D82741);
	    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E84B6E', EndColorStr='#D82741');
}
.button-red:hover{
	    background: #E84B6E;
	    background: -webkit-gradient(linear, left top, left bottom, from(#D82741), to(#E84B6E) );
	    background: -moz-linear-gradient(-90deg, #D82741, #E84B6E);
	    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D82741',EndColorStr='#E84B6E');
}
.button-red:active{
	    background: #D82741;
}


.button-purple{
	    background: #660033;
	    background: -webkit-gradient(linear, left top, left bottom, from(#E84B6E), to(#660033) );
	    background: -moz-linear-gradient(-90deg, #E84B6E, #660033);
	    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E84B6E', EndColorStr='#660033');
}
.button-purple:hover{
	    background: #E84B6E;
	    background: -webkit-gradient(linear, left top, left bottom, from(#660033), to(#E84B6E) );
	    background: -moz-linear-gradient(-90deg, #660033, #E84B6E);
	    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#660033',EndColorStr='#E84B6E');
}
.button-purple:active{
	    background: #660033;
}



.button-green{
	    background: #6c9344;
	    background: -webkit-gradient(linear, left top, left bottom, from(#bcfb7d), to(#6c9344) );
	    background: -moz-linear-gradient(-90deg, #bcfb7d, #6c9344);
	    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#bcfb7d', EndColorStr='#6c9344');
}
.button-green:hover{
	    background: #bcfb7d;
	    background: -webkit-gradient(linear, left top, left bottom, from(#6c9344), to(#bcfb7d) );
	    background: -moz-linear-gradient(-90deg, #6c9344, #bcfb7d);
	    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6c9344',EndColorStr='#bcfb7d');
}
.button-green:active{
	    background: #6c9344;
}


.style-three{
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
    margin:5px 0px;
   		   
}
/* ==== ドロップシャドウ ==== */
.drops1{
	background:
		-webkit-box-shadow:0 5px 5px rgba(0,0,0,.40);
		   -moz-box-shadow:0 5px 5px rgba(0,0,0,.40);
			box-shadow:0 5px 5px rgba(0,0,0,.40);
}

/*-------------------------------------------------- ▼▼form button▼▼--------------------------------------------------*/
.submit{
	border:1px solid #fff;
	padding: 20px 30px;
	font-size: 18px; 
	font-size: 1.8rem; /* =18px */
	font-weight:bold;
	cursor: pointer;
	background: #336600;
	border-radius: 5px;
	
   	color:#fff;
	font-weight:bold;
	font-style:italic;
	text-shadow: 0.1em 0.1em 1px #660033;
    
/* Webkit */
	background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#336600),
        to(#E84B6E)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #336600,
        #E84B6E
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#336600,endColorstr=#E84B6E);
    zoom: 1;
}

/*-------------------------------------------------- ▼▼table▼▼--------------------------------------------------*/
table {
	*border-collapse: collapse; /* IE7 and lower */
	border-spacing: 0;
	width: 100%;
	background-color:#fff;
	font-size: 14px; 
	font-size: 1.4rem; /* =14px */
	text-align:left;
}

.bordered {
	border: 3px solid #d3bc71;
	/*	-moz-border-radius: 3px;*/
	/*	-webkit-border-radius: 3px;*/
	/*border-radius: 5px;*/
   	/*	-webkit-box-shadow: 0 1px 1px #ccc; */
    	/*	-moz-box-shadow: 0 1px 1px #ccc; */
    	box-shadow: 0 1px 1px #999;         
}

.bordered tr:hover {
	background: #d3bc71;
    		-o-transition: all 0.1s ease-in-out;
    		-webkit-transition: all 0.1s ease-in-out;
    		-moz-transition: all 0.1s ease-in-out;
    		-ms-transition: all 0.1s ease-in-out;
    	transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
	border-left: 1px solid #ccc;
   	border-top: 1px solid #ccc;
	padding: 5px;	
}

.bordered td {
	margin:0;
	padding:5px 8px;
	color:#4c291a;
}

.bordered td img {
	border:0px;
	margin:0;
	padding:0;
}

.bordered th {
	text-align: center; 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b211+0,83c783+25,52b152+49,008a00+67,005700+100 */
background: #00b211; /* Old browsers */
background: -moz-linear-gradient(top, #00b211 0%, #83c783 25%, #52b152 49%, #008a00 67%, #005700 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00b211 0%,#83c783 25%,#52b152 49%,#008a00 67%,#005700 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00b211 0%,#83c783 25%,#52b152 49%,#008a00 67%,#005700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b211', endColorstr='#005700',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
	border-top: none;
    
   
       	color:#fff;
	font-weight:bold;
	text-shadow: 0.1em 0.1em 1px #660033;
    
}

.bordered .min{
	text-align: center; 
	background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fff));
    background-image: -webkit-linear-gradient(top, #ddd, #fff);
    background-image:    -moz-linear-gradient(top, #ddd, #fff);
    background-image:     -ms-linear-gradient(top, #ddd, #fff);
    background-image:      -o-linear-gradient(top, #ddd, #fff);
    background-image:         linear-gradient(top, #ddd, #fff);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: -1px 1px 0 rgba(0,0,0,0.1);
    color:#333;
}


.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}





/*-------------------------------------------------- ▼▼gradations▼▼--------------------------------------------------*/
.gra_silv1{
	/* Firefox */
	background: -moz-linear-gradient(top center, #fff 0%, #ccc 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	/* 共通 */
	background: linear-gradient(top center, #fff 0%, #ccc 100%);
}

.gra_pnk1{
	/* Firefox */
	background: -moz-linear-gradient(top center, #ffecfd 0%, #fff 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#ffecfd), to(#fff));
	/* 共通 */
	background: linear-gradient(top center, #ffecfd 0%, #fff 100%);
}
/*-------------------------------------------------- ▼▼text-shadow▼▼--------------------------------------------------*/

.txt_sh1{
	text-shadow: 1px 1px 3px #000;

}

.txt_sh2{
	text-shadow: 1px 1px 3px #fff;

}
/*-------------------------------------------------- ▼▼text-stroke▼▼--------------------------------------------------*/
.txt_str1{
filter:dropshadow(color=#fa97b8,offX= 0,offY=-1)
dropshadow(color=#fa97b8,offX= 1,offY= 0)
dropshadow(color=#fa97b8,offX= 0,offY= 1)
dropshadow(color=#fa97b8,offX=-1,offY= 0);
 
-webkit-text-stroke-color: #fa97b8;
-webkit-text-stroke-width: 1px;
 
text-shadow: 1px 1px 0px #fa97b8, -1px 1px 0px #fa97b8,
             1px -1px 0px #fa97b8, -1px -1px 0px #fa97b8;
}
/*-------------------------------------------------- ▼▼selectbox▼▼--------------------------------------------------*/
.cp_ipselect {
	overflow: hidden;
	width: 40%;
	margin: 0 auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size:14px;
	font-size:1.4rem;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
