@charset "UTF-8";

/* for smartphone */
body{
	-webkit-text-size-adjust:none;
	min-height:416px;
	-moz-text-size-adjust:none;
	min-height:416px;
	webkit-padding-start:0px;
	moz-padding-start:0px;
	padding-start:0px;
	background-color: #000000;
}
a{text-decoration:none;}
/* Reset Styles */
html{color:#000;background:#ffffff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align:top;}
li{list-style:none;} 
h1,h2,h3,h4,h5,h6{font-size:100%;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}
/* for smartphone */
body{-webkit-text-size-adjust:none;min-height:416px;}
a{text-decoration:none;}
/* ????E */
body {
	font-size:16px;
	color:#CCCCCC;
	line-height:1.2;
	font-family:Arial;
	margin:0;
	padding:0;
}
div {
   -webkit-box-shadow:none;
   -moz-box-shadow:none;
}
.pink{
 color:#FF1CA7;
}
.red{
 color:#FF0000;
}
.pink_b{
    font-weight:bold;
    color:#FF1CA7;
}
/*
body > *:not(#site-header) {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 45px;
    width: 100%;
    min-height: 482px;
}
body[orient="landscape"] > *:not(.site-header) {
    min-height: 268px;
}
body > *[selected="true"] {
    display: block;
}
a[selected], a:active {
    background-color: #194fdb !important;
    background-image: url(listArrowSel.png), url(selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}
a[selected="progress"] {
    background-image: url(loading.gif), url(selection.png) !important;
}
*/
/************************************************************************************************/
#errorLogin{
  margin-bottom:30px;
}
#entrySection{
   margin-bottom:30px;
}
#reissueSection{
 margin-bottom:30px;
}
#sectionBottom{
  margin-bottom:30px;
}
.bt-g {
    text-align:center;
    margin:0 auto;
    display:block;
    width:95%;
    padding:10px 0 5px 0;
    border: 1px solid #939393;
    font-size:18px;
    font-weight:bold;
    text-shadow:0 1px 0 #fcfcfc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
    background: -moz-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
}
.bt-g-con {
    text-align:center;
    margin:10px auto 10px;
    display:block;
    width:75%;
    padding:8px 0;
    border: 1px solid #939393;
    font-size:18px;
    font-weight:bold;
    text-shadow:0 1px 0 #fcfcfc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
    background: -moz-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
}
.bt-conf {
    text-align:center;
    margin:10px auto 10px;
    display:block;
    width:95%;
    padding:8px 0;
    border: 1px solid #939393;
    font-size:18px;
    font-weight:bold;
    text-shadow:0 1px 0 #fcfcfc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
    background: -moz-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
}
.bt-y {
    color:#000000;
    text-align:center;
    margin:0 auto;
    display:block;
    width:95%;
    padding:8px 0;
    border: 1px solid #cca905;
    font-size:18px;
    font-weight:bold;
    text-shadow:0 1px 0 #ffef97;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcea6c), to(#f7d208));
    background: -moz-gradient(linear, left top, left bottom, from(#fcea6c), to(#f7d208));
}
.bt-y a {
   display: block;
}
.bt-r {
    color:#000000;
    text-align:center;
    display:block;
 width: 100%;
    padding:8px 0;
    border: 1px solid #cca905;
    font-size:18px;
    font-weight:bold;
    text-shadow:0 1px 0 #ffef97;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcea6c), to(#f7d208));
    background: -moz-gradient(linear, left top, left bottom, from(#fcea6c), to(#f7d208));
}
a.breakBtn {
   display: block;
}
/************************************************************************************************/
input {
   box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
   margin: 8px 0 0 0;
 padding: 6px 6px 6px 44px;
 font-size: 16px;
   font-weight: normal;
   display: block;
}
input[type="text"]
{
 width: 100%;
}
input[type="password"]
{
    
}
#idcheck {
  margin-top:-5px;
   margin-bottom:10px;
    padding:0 8px;
}
#idcheck:after
,.imgcode:after {
    display: block;
    clear: both;
    height: 0px;
    content: "";
}
#check-id {
    text-align:center;
    margin:0 10px 0 auto;
    display:block;
    float:left;
    width:75%;
    padding:8px 4px;
    border: 1px solid #939393;
    font-size:18px;
    font-weight:bold;
    text-shadow:0 1px 0 #fcfcfc;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
    -webkit-border-radius: 4px;
     -webkit-box-shadow: 0 1px 2px  #999999;
}
#check-id:hover{
    opacity:1.0;
}
#check-id:active {
     -webkit-box-shadow: 0 1px 2px  #999999;
    opacity:0.8;
}
/************************************************************************************************/
body .panel {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.panel fieldset {
    position: relative;
    margin: 0 8px 10px 8px;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #999999;*/
    font-size: 16px;
}
#firstBox2 fieldset {
    position: relative;
    margin: 0 8px 10px 8px;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #999999;*/
    font-size: 16px;
}
#secondBox2 fieldset {
    position: relative;
    margin: 0 8px 10px 8px;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #999999;*/
    font-size: 16px;
}
.row_01 {
 display:box;
   display: -moz-box;
 display: -webkit-box;
    /*position: relative;*/
    min-height: 42px;
    width: 100%;
    border-bottom: 1px solid #999999;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.row_02 {
    display:box;
   display: -moz-box;
 display: -webkit-box;
    /*position: relative;*/
    min-height: 42px;
    border-bottom: 1px solid #999999;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
 -webkit-box-align : center;
    -moz-box-align : center;
   box-align : center;
    margin:0;
    padding:0 10px 0 0;
}
.row_03 {
  display:box;
   display: -moz-box;
 display: -webkit-box;
  -webkit-box-pack: end;
    min-height: 42px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  -webkit-box-align : center;
    -moz-box-align : center;
   box-align : center;
    margin:0;
    padding:0 10px 0 0;
}
fieldset .row_01:last-child {
    border-bottom: none !important;
}
.row_01 input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
   display: block;
    margin: 0;
    border: none;
   padding:12px 10px 0 130px;
    height: 43px;
    background: none;
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
}
.row_01 input.id_ps {
 padding:12px 10px 0 120px;
 border-bottom: 1px solid #999999;
 width: 100%;
}

.row_01 input.user {
  padding:12px 10px 0 120px;
}
.row_01 p {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    margin: 0;
    border: none;
   padding: 5px 10px 0 100px;
    height: 43px;
    background: none;
    box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
}
.row_01 input.email {
 padding-left: 55px;
}
.row_01 input.mobile_email {
 padding-left: 90px;
}
.row02 p.birth {
   display: block;
    margin: 0;
    border: none;
   padding: 5px 10px 0 0;
    height: 43px;
    background: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
}
.row02 p.select birth {
    display: block;
    vertical-align: middle;
}
.row_01 label {
    position: absolute;
    margin: 0 100px 0 5px;
    line-height: 42px;
    font-weight: bold;
}
.row_02 label {
    /*position: absolute;*/
    margin: 0 0 0 5px;
    line-height: 42px;
    font-weight: bold;
    box-flex:1;
    -webkit-box-flex:1;
    -moz-box-flex:1;
 display: block;
}
.row_03 label {
  padding-right: 5px;
}
.row_03 select#emaildomain{
  width: 200px;
}
.row_03 select#mobile_email_domain{
    width: 200px;
}
.row_01 .toggle {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
    height: 28px;
}
.toggle {
    border: 1px solid #888888;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #FFFFFF url(toggle.png) repeat-x;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
}
.toggle[toggled="true"] {
    border: 1px solid #143fae;
    background: #194fdb url(toggleOn.png) repeat-x;
}
.toggleOn {
    display: none;
    position: absolute;
    width: 60px;
    text-align: center;
    left: 0;
    top: 0;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
}
.toggleOff {
    position: absolute;
    width: 60px;
    text-align: center;
    right: 0;
    top: 0;
    color: #666666;
}
.toggle[toggled="true"] .toggleOn {
    display: block;
}
.toggle[toggled="true"] .toggleOff {
    display: none;
}
.thumb {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 28px;
    border: 1px solid #888888;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #ffffff url(thumb.png) repeat-x;
}
.toggle[toggled="true"] .thumb {
    left: auto;
    right: -1px;
}
div.pr_box {
  background: #FFFFE8;
   border: 2px solid #FF0000;
 -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
   border-radius: 5px 5px;
    margin: 0 8px 10px;
    padding: 6px;
  text-align: center;
    
}
/************************************************************************************************/
/*?m?F???E??E?E */
div.detail{
 margin:0 8px;
  padding:0;
}
div.back_con {
    border:solid 1px #999999;
  border-radius: 5px;
    -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
    width:100%;
    margin:0 0 10px 0;
 padding:0;
 background:#999999 none repeat scroll 0 0;
 display:box;
   display: -moz-box;
 display: -webkit-box;
  min-height:42px;
}
div.back_con div.left{
  width:130px;
   background:#FFFDB5 none repeat scroll 0 0;
 margin:0;
  padding:0 0 0 5px;
 min-height:42px;
   line-height:42px;
  border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
   -webkit-border-radius: 5px 0 0 5px;
    font-weight:bold;
}
div.back_con div.right{
    box-flex: 1;
   -moz-box-flex: 1;
  -webkit-box-flex: 1;
   background:#FFFFFF none repeat scroll 0 0;
 margin:0;
  padding:0 0 0 5px;
 min-height:42px;
   line-height:42px;
  border-left: 1px solid #999999;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
   -webkit-border-radius: 0 5px 5px 0;
}
div#detail_box{
  margin:0 16px 15px;
    line-height: 1.5em;
}
p.welcome{
    font-weight:bold;
 color: #FF0000;
    text-align:center;
 margin:10px 0;
 padding:0;
}

/************************************************************************************************/
section#wrap_pf{
  margin-bottom:30px;
}
.panel h2 {
    border:none;
   font-size:18px;
    color: #4d4d70;
    /*text-shadow: rgba(255, 255, 255, 0.75) 2px 2px 0;*/
    font-weight: bold;
   margin-bottom:10px;
    padding:10px 8px 0;
}
.panel h2.border{
  border-top:1px solid #ADADAD;
}
#preloader {
    display: none;
    background-image: url(loading.gif), url(selection.png),
        url(blueButton.png), url(listArrowSel.png), url(listGroup.png);
}
#register {
    margin-top:15px;
}



/*=====================================
* ?V?K?????????o?^
=======================================*/
#form_title {
    padding:10px 0;
    border-bottom: 1px #cdcdcd solid;
  border-top: 1px #cdcdcd solid;
 text-align:center;
 background-image: -moz-linear-gradient(top, #f8f8f8 49%, #f2f2f2 51%, #e5e5e5 100%, #e5e5e5 100%, #e5e5e5 100%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#f8f8f8), color-stop(51%,#f2f2f2), color-stop(100%,#e5e5e5), color-stop(100%,#e5e5e5), color-stop(100%,#e5e5e5), color-stop(100%,#f2f2f2));
    background: linear-gradient(top, #f8f8f8 49%,#f2f2f2 51%,#e5e5e5 100%,#e5e5e5 100%,#e5e5e5 100%,#f2f2f2 100%);
}
/*=====================================
* ?p?f?B???O???E 
=======================================*/
.row_01 input.pdL100 {
   padding-left: 70px;
}
/*=====================================
* ?}??E?W?????E 
=======================================*/
p.mgB8 {
 margin-bottom:8px;
}
p.pdT8 {
  padding-top:8px;
}
.mgT8 {
 margin-top:8px;
}
.mgW8 {
  margin:0 8px;
}
#titleh {
	color: #FFF;
	text-shadow: 1px 1px 2px #d3997f;
	background-color: #cc5b5b;
	/*background: #80aaf0;*/
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#cc5b5b),color-stop(0.5,#db7777),color-stop(1,#eeb3b3));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)5%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #996666;
	-webkit-box-shadow:0 2px 3px #aa7d7d;
	-moz-box-shadow:0px 2px 3px #aa7d7d;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bolder;
	font-size: 20px;
	margin-bottom: 5px;
}

#titlea {
	color: #FFF;
	text-shadow: 1px 1px 2px #ca6f45;
	background-color: #F08080;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#F08080),color-stop(0.5,#f39494),color-stop(1,#eeb3b3));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)5%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #de7777;
	-webkit-box-shadow:0 2px 3px #aa7d7d;
	-moz-box-shadow:0px 2px 3px #aa7d7d;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#titleb {
	color: #FFF;
	text-shadow: 1px 1px 2px #ca6f45;
	background-color: #FF6347;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#f19402),color-stop(0.5,#f5a10f),color-stop(1,#ffbc47));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)5%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #e1930b;
	-webkit-box-shadow:0 2px 3px #aa7d7d;
	-moz-box-shadow:0px 2px 3px #aa7d7d;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#titlec {
	color: #FFF;
	text-shadow: 1px 1px 2px #4b5975;
	background-color: #87cefa;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#6fd8ff),color-stop(0.5,#87d0fc),color-stop(1,#c6e9ff));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)5%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #63c0e2;
	-webkit-box-shadow:0 2px 3px #aa7d7d;
	-moz-box-shadow:0px 2px 3px #aa7d7d;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#titles1 {
	color: #FFF;
	text-shadow: 1px 1px 2px #9e7d2f;
	background-color: #87cefa;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#ff8c00),color-stop(0.5,#fc9922),color-stop(1,#fba844));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)5%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #ff8c00;
	-webkit-box-shadow:0 1px 2px #aa7d7d;
	-moz-box-shadow:0px 1px 2px #aa7d7d;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 5px;
}

#titles2 {
	color: #FFF;
	text-shadow: 1px 1px 2px #6f924d;
	background-color: #87cefa;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#7cfc00),color-stop(0.5,#99fc39),color-stop(1,#aaff57));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)5%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #7cfc00;
	-webkit-box-shadow:0 1px 2px #aa7d7d;
	-moz-box-shadow:0px 1px 2px #aa7d7d;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 5px;
}

.button_regist{
	text-align: center;
	background: #80aaf0;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#ffffff),color-stop(0.5,#fd5353),color-stop(1,#fd451a));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)0%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #996666;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-box-shadow:0 2px 3px #999999;
	-moz-box-shadow:0px 2px 3px #999999;
	display:inline-block;
	width: 50%;
	height: 25px;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 1%;
}

.button_regist a{
	min-width:64px;
	min-height:18px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 -1px 1px #9e2d2d;
	display:block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.button_step{
	margin: 0 4px 4px 0;
	text-align: center;
	background: #80aaf0;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#ffffff),color-stop(0.5,#6481fd),color-stop(1,#1a4ffd));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)0%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #996666;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-box-shadow:0 2px 3px #aa7d7d;
	-moz-box-shadow:0px 2px 3px #aa7d7d;
	display:inline-block;
	width: 90%;
	height: 25px;
	margin-left: 2%;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 1%;
}

.button_step a{
	min-width:64px;
	min-height:18px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 -1px 1px #2d429e;
	display:block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.button_txt{
	min-width:64px;
	min-height:18px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 -1px 1px #2d429e;
	display:block;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul.menut li.aisyou{
	margin: 0 4px 4px 0;
	text-align: center;
	background: #F08080;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#ffffff),color-stop(0.5,#F99),color-stop(1,#F08080));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)0%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #996666;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-box-shadow:0 2px 3px #aa7d7d;
	-moz-box-shadow:0px 2px 3px #aa7d7d;
	display:inline-block;
	width: 30%;
	height: 30px;
	margin-left: 2%;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 1%;
}
ul.menut li.unsei{
	margin: 0 4px 4px 0;
	text-align: center;
	background: #393939;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#ffffff),color-stop(0.5,#F90),color-stop(1,#FF6347));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)0%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #996666;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-box-shadow:0 2px 3px #aa7d7d;
	-moz-box-shadow:0px 2px 3px #aa7d7d;
	display:inline-block;
	width: 30%;
	height: 30px;
	margin-left: 0%;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0%;
}
ul.menut li.sinri{
	margin: 0 4px 4px 0;
	text-align: center;
	background: #393939;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#ffffff),color-stop(0.5,#6CF),color-stop(1,#87cefa));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)0%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #996666;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-box-shadow:0 2px 3px #aa7d7d;
	-moz-box-shadow:0px 2px 3px #aa7d7d;
	display:inline-block;
	width: 30%;
	height: 30px;
	margin-left: 1%;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 1%;
}

ul.menut li a{
	min-width:64px;
	min-height:18px;
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 -1px 1px #996666;
	display:block;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.contents_txt{
	text-shadow: 1px 1px 1px #d3997f;
	margin-bottom: 2px;
	margin-top: 2px;
}

.contents_txta{
	text-shadow: 1px 1px 1px #8190ea;
	margin-bottom: 1px;
	margin-top: 0px;
}

.button_love{
       margin: 0 4px 4px 0;
       text-align: center;
       background: #66E4F4;
       /*background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#ffffff),color-stop(0.5,#7be7f5),color-stop(1,#66E4F4));
       background:-moz-linear-gradient(top,rgba(255,255,255,1)0%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);*/
       border:1px solid #5ab4bf;
       border-radius:8px;
       -webkit-border-radius:8px;
       -moz-border-radius:8px;
       -webkit-box-shadow:0 2px 3px #7be7f5;
       -moz-box-shadow:0px 2px 3px #7be7f5;
       display:inline-block;
       width: 90%;
       height: 25px;
       margin-left: 2%;
       margin-top: 5px;
       margin-bottom: 10px;
       margin-right: 1%;
}

.button_love a{
       min-width:64px;
       min-height:18px;
       color:#ffffff;
       font-size:13px;
       font-weight:bold;
       text-decoration:none;
       text-shadow:0 -1px 1px #2a8f89;
       display:block;
       padding-top: 5px;
       padding-right: 0;
       padding-bottom: 0;
       padding-left: 0;
}


.button_life{
       margin: 0 4px 4px 0;
       text-align: center;
       background: #82FFF0;
       /*background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#ffffff),color-stop(0.5,#9ffdf2),color-stop(1,#82FFF0));
       background:-moz-linear-gradient(top,rgba(255,255,255,1)0%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);*/
       border:1px solid #4fd2c7;
       border-radius:8px;
       -webkit-border-radius:8px;
       -moz-border-radius:8px;
       -webkit-box-shadow:0 2px 3px #80e3f0;
       -moz-box-shadow:0px 2px 3px #80e3f0;
       display:inline-block;
       width: 90%;
       height: 25px;
       margin-left: 2%;
       margin-top: 5px;
       margin-bottom: 10px;
       margin-right: 1%;
}

.button_life a{
       min-width:64px;
       min-height:18px;
       color:#ffffff;
       font-size:13px;
       font-weight:bold;
       text-decoration:none;
       text-shadow:0 -1px 1px #2a8f89;
       display:block;
       padding-top: 5px;
       padding-right: 0;
       padding-bottom: 0;
       padding-left: 0;
}

.button_work{
       margin: 0 4px 4px 0;
       text-align: center;
       background: #84CCED;
       /*background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#ffffff),color-stop(0.5,#98d4f0),color-stop(1,#84CCED));
       background:-moz-linear-gradient(top,rgba(255,255,255,1)0%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);*/
       border:1px solid #449cc4;
       border-radius:8px;
       -webkit-border-radius:8px;
       -moz-border-radius:8px;
       -webkit-box-shadow:0 2px 3px #70bde0;
       -moz-box-shadow:0px 2px 3px #70bde0;
       display:inline-block;
       width: 90%;
       height: 25px;
       margin-left: 2%;
       margin-top: 5px;
       margin-bottom: 10px;
       margin-right: 1%;
}

.button_work a{
       min-width:64px;
       min-height:18px;
       color:#ffffff;
       font-size:13px;
       font-weight:bold;
       text-decoration:none;
       text-shadow:0 -1px 1px #3d90b6;
       display:block;
       padding-top: 5px;
       padding-right: 0;
       padding-bottom: 0;
       padding-left: 0;
}

.button_beauty{
       margin: 0 4px 4px 0;
       text-align: center;
       background: #79E8F2;
       /*background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#ffffff),color-stop(0.5,#88eaf3),color-stop(1,#79E8F2));
       background:-moz-linear-gradient(top,rgba(255,255,255,1)0%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);*/
       border:1px solid #4bbec8;
       border-radius:8px;
       -webkit-border-radius:8px;
       -moz-border-radius:8px;
       -webkit-box-shadow:0 2px 3px #7cd0d8;
       -moz-box-shadow:0px 2px 3px #7cd0d8;
       display:inline-block;
       width: 90%;
       height: 25px;
       margin-left: 2%;
       margin-top: 5px;
       margin-bottom: 10px;
       margin-right: 1%;
}

.button_beauty a{
       min-width:64px;
       min-height:18px;
       color:#ffffff;
       font-size:13px;
       font-weight:bold;
       text-decoration:none;
       text-shadow:0 -1px 1px #287e86;
       display:block;
       padding-top: 5px;
       padding-right: 0;
       padding-bottom: 0;
       padding-left: 0;
}

.button_allluck{
       margin: 0 4px 4px 0;
       text-align: center;
       background: #80D5F7;
       /*background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#ffffff),color-stop(0.5,#91dbf9),color-stop(1,#80D5F7));
       background:-moz-linear-gradient(top,rgba(255,255,255,1)0%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);*/
       border:1px solid #4aa5ca;
       border-radius:8px;
       -webkit-border-radius:8px;
       -moz-border-radius:8px;
       -webkit-box-shadow:0 2px 3px #91dbf9;
       -moz-box-shadow:0px 2px 3px #91dbf9;
       display:inline-block;
       width: 90%;
       height: 25px;
       margin-left: 2%;
       margin-top: 5px;
       margin-bottom: 10px;
       margin-right: 1%;
}

.button_allluck a{
       min-width:64px;
       min-height:18px;
       color:#ffffff;
       font-size:13px;
       font-weight:bold;
       text-decoration:none;
       text-shadow:0 -1px 1px #3d8eaf;
       display:block;
       padding-top: 5px;
       padding-right: 0;
       padding-bottom: 0;
       padding-left: 0;
}

.button_answer{
	margin: 0 4px 4px 0;
	text-align: center;
	background: #80aaf0;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#1a4ffd),color-stop(0.5,#6481fd),color-stop(1,#ffffff));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)0%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #996666;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	display:inline-block;
	width: 90%;
	height: 35px;
	margin-left: 2%;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 1%;
}

.button_answer a{
	min-width:64px;
	min-height:18px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 -1px 1px #2d429e;
	display:block;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.titlea {
	color: #FFF;
	text-shadow: 1px 1px 2px #2681b5;
	background-color: #F08080;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#457ad3),color-stop(0.5,#5686d6),color-stop(1,#739cdf));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)5%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #3969ba;
	-webkit-box-shadow:0 2px 3px #7085a8;
	-moz-box-shadow:0px 2px 3px #7085a8;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.titleb {
	color: #FFF;
	text-shadow: 1px 1px 2px #2c428b;
	background-color: #FF6347;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#1e4689),color-stop(0.5,#3e5e95),color-stop(1,#54709f));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)5%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #284c87;
	-webkit-box-shadow:0 2px 3px #677793;
	-moz-box-shadow:0px 2px 3px #677793;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	clear: both;
}

.titlec {
	color: #FFF;
	text-shadow: 1px 1px 2px #296e9f;
	background-color: #87cefa;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#2083cf),color-stop(0.5,#3088cc),color-stop(1,#569bd1));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)5%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #267fc4;
	-webkit-box-shadow:0 2px 3px #668aa7;
	-moz-box-shadow:0px 2px 3px #668aa7;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-left: 10px;
}

.titled {
	color: #FFF;
	text-shadow: 1px 1px 2px #327c83;
	background-color: #87cefa;
	background:-webkit-gradient(linear,0 0, 0 100%,color-stop(0,#1d7190),color-stop(0.5,#2d7f9d),color-stop(1,#59a3be));
	background:-moz-linear-gradient(top,rgba(255,255,255,1)5%,rgba(194,163,163,1)50%,rgba(194,163,163,1)100%);
	border:1px solid #1d7190;
	-webkit-box-shadow:0 2px 3px #498ba3;
	-moz-box-shadow:0px 2px 3px #498ba3;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-left: 10px;
}