@charset "UTF-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Reset
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,div,pre,p,blockquote,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,pre,
form,fieldset,input,textarea,select,option,table,th,td,tr,embed,object {
    margin: 0;
    padding: 0;
}
li{list-style-type:none;}
fieldset,table,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Common
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,h1,h2,h3,h4,h5,h6,td,th,p,div,input,textarea,pre,ul,li,ol {
    color: #595959;
    font-family: arial, helvetica, 'PingFang TC','Heiti TC','微軟正黑體',sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
}
body {
    background-attachment: fixed;
    background-image: url("../../../img/blank.gif"), url("../../../img/background_pc.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto auto, cover;
}
h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
}
.red {color: #ff0000;}
.small {font-size: 14px;}
.large {
    font-size: 40px;
    vertical-align: middle;
}
.bold {font-weight: bold;}
.center {text-align: center;}
.right {text-align: right;}
.under {text-decoration: underline;}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Header
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
header {
    margin: 20px auto;
    position: relative;
    width: 900px;
}
header #logo {
    display: inline;
}
header #logo img {
    background-image: url("../../../img/blank.gif"), url("../../../img/logo.png");
    background-repeat: no-repeat;
    background-size: 135px auto;
    height: 165px;
    width: 135px;
}
header #menu {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
header #menu img {
    height: 36px;
}
header #menu #menu_list {
    display: inline
}
header #menu #menu_list li {
    float: left;
}
header #menu #menu_list li img{
    height: 100px;
    width: 100px;
}
header #menu .myStatus {
    color: #333333;
    display: block;
    clear: both;
}
header #menu .myStatus img {
    height: 25px;
    vertical-align: middle;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Main
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
main {
    width: 900px;
    display: block;
}
main#left_contents  {
    margin: 150px auto 30px;
}
main#center_contents {
    margin: 100px auto 50px;
}
main .sectionBox {
    background-color: rgba(255, 255, 255, 0.7);
    width: 600px;
    padding: 2em;
    position: relative;
    box-shadow:0px 3px 10px 1px #b2b2b2;
    -moz-box-shadow:0px 3px 10px 1px #b2b2b2;
    -webkit-box-shadow:0px 3px 10px 1px #b2b2b2;
}
main#center_contents .sectionBox {
    margin: 0 auto;
}
.sectionBox .title {
    margin-bottom: 16px;
}
.sectionBox .title img {
    position: absolute;
    height: 150px;
    width: 150px;
    left: 0;
    top: -100px;
}
#left_contents .about p {
    margin-bottom: 0;
}
#left_contents .news p {
    border-bottom: 1px solid #7f7f7f;
    font-size: 0.8em;
    margin-bottom: 0;
    padding: 5px;
}
#left_contents .news p span {
    margin-right: 1em;
}
#left_contents .indexTxt {
    margin: 3em 0 0;
}
#left_contents .indexTxt p {
    margin-bottom: 0;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Section
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.sectionBox p {
    margin-bottom: 1em;
}
.sectionBox a:link,
.sectionBox a:visited {
    color: #595959;
}
.sectionBox a:hover,
.sectionBox a:active {
    color: #A6A6A6;
}
form img {
    vertical-align: middle;
    width: 270px
}
form img.shortImg {
    vertical-align: middle;
    width: 135px
}
form .error {
    margin-bottom: 0;
    color: #ff0000;
}
main .sectionBox .twoBtn {
    margin: 0 auto;
    width: 312px;
    font-size: 0;
}
main .sectionBox .threeBtn {
    margin: 0 auto;
    width: 468px;
    font-size: 0;
}
.sectionBox .centerBtn {
    margin: 1em auto 3em;
    width: 156px;
}
.formSection form input[type="text"],
.formSection form input[type="password"],
.sendForm form input[type="text"] {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 3px 10px;
    width: 300px;
}
.formSection form textarea {
    font-size: 12px;
    padding: 3px 10px;
    margin-bottom: 10px;
    width: 300px;
    border: 1px solid #DDD;
}
form input[type="submit"] {
    background-color: #595959;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 100px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    font-weight: normal;
}
main .sectionBox a.btn01,
main .sectionBox a.pc1,
main .sectionBox a.pc2,
main .sectionBox a.iphone1 {
    background-color: #595959;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 90px;
    margin: 2em;
    padding: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 90px;
}
main .sectionBox a.pc1,
main .sectionBox a.pc2,
main .sectionBox a.iphone1 {
    line-height: 90px;
}
main .sectionBox a.btn01 .row1 {
    left: 0;
    line-height: 1.4;
    margin: -0.7em auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 90px;
}
main .sectionBox a.btn01 .row2 {
    left: 0;
    line-height: 1.4;
    margin: -1.4em auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 90px;
}
main .sectionBox a.btn01 .row3 {
    left: 0;
    line-height: 1.4;
    margin: -2.1em auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 90px;
}
main .sectionBox a.btn01 .row4 {
    left: 0;
    line-height: 1.4;
    margin: -2.8em auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 90px;
}
main .sectionBox a.btn01 .row5 {
    left: 0;
    line-height: 1.2;
    margin: -3em auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 90px;
}
.formSection form input[type="submit"],
main .sectionBox a.rightBtn {
    float: right;
}
.sectionBox .sendForm {
    background-color: rgba(255, 255, 255, 0.6);
    border: 3px solid #bfbfbf;
    margin-bottom: 1em;
    padding: 1em;
}
.sectionBox .sendForm .formTitle {
    border-bottom: 3px solid #bfbfbf;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
}
.sectionBox .sendForm form input[type="submit"] {
    margin: 0 auto;
}
.sectionBox .textSection .imgPanel {
    position:relative;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    transition: all 1s ease;
    margin: 30px auto;
    width: 400px;
    font-size: 0;
    border: 2px solid #7f7f7f;
}
.sectionBox .textSection .imgPanel img {
    display: inline;
    text-align: center;
    vertical-align: middle;
    width: 25%;
}
.sectionBox .textSection .scroll {
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    height: 400px;
    margin: 2em;
    overflow: auto;
    padding: 1em;
}
.sectionBox .changeItem {
    margin-bottom: 1em;
}
.sectionBox .changeItem p {
    display: inline-block;
    width: 430px;
    font-size: 15px;
}
.sectionBox .changeItem p.titleRow2 {
    margin-bottom: 0;
    height: 30px;
    vertical-align: middle;
    line-height: 1.4;
}
.sectionBox .mypointCount,
.sectionBox .pointComplete {
    color: #333333;
    font-size: 40px;
    text-align: center;
}
.sectionBox .mypointCount img,
.sectionBox .pointComplete img {
    height: 55px;
    vertical-align: middle;
}
.sectionBox img.jacket01 {
    background-size: 150px 149px;
    height: 149px;
    width: 150px;
    vertical-align: middle;
}
.sectionBox img.baraShokaiA {
    background-image: url("../../../img/cover_JEJSG23084A.png");
}
.sectionBox img.baraShokaiB {
    background-image: url("../../../img/cover_JEJSG23084B.png");
}
.sectionBox img.baraTsujyo {
    background-image: url("../../../img/cover_JEJSG23084.png");
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Footer
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
footer {
    width: 900px;
    margin: 0 auto;
}
footer img {
    background-image: url("../../../img/blank.gif"), url("../../../img/copyright.png");
    background-repeat: no-repeat;
    background-size: 320px auto;
    height: 20px;
    width: 320px;
}
footer img.fixfooter {
    bottom: 0;
    left: 5px;
    position: fixed;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// ContentClear
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

* html .clearfix{height:1%;}
*:first-child+html .clearfix{height:1%;}

/*\*//*/
.clearfix{
	display: inline-table;
}
/**/