/*
Theme Name: hanacupidorjp
*/

/************************* structure setting ***************************/
body {
    margin:0 auto;
    width: 860px;
}

header {
    overflow:hidden;
    width: 100%;
    padding: 0 0 20px;
    zoom:1;
}
#header_top {
    width: 820px;
    margin: 0 10px ;
    padding: 5px 10px ;
    height: 20px;
}
#header_logo {
    float: left;
    width: 216px;
    height: 104px;
    padding: 0 5px 0 10px;
    text-align: center;
}
#header_msg {
    float: right;
    width: 609px;
    padding: 10px 15px 0 5px;
    text-align: right;
}
footer,
#footermenu {
    overflow:hidden;
    margin : 0 ;
    padding: 30px 10px 10px;
    zoom:1;
}
.footercolum {
    display: block;
    clear: both;
    overflow:hidden;
    margin-right: 0;
    margin-left: 0;
    zoom:1;
}
#container {
    overflow:hidden;
    margin: 0;
    padding: 0 10px ;
    zoom:1;
}

#sidemenu {
    display: block;
    float : left ;
    margin: 0;
    padding: 0 5px 0 0;
    width: 216px; 
}

#contents {
    display: block;
    float : right ;
    width: 614px; 
    margin: 0;
    padding: 0 0 0 5px;
}
.contents_section {
    overflow:hidden;
    margin : 0 auto;
    padding: 0 0 4em 5px;
    zoom:1;
}

/************************* basic setting *************************/

body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,"osaka",'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    word-break:normal ;
    background-color: #eaeaea;
    background-image: -webkit-linear-gradient(-45deg, #c0c0c0 25%, transparent 25%, transparent 50%, #c0c0c0 50%, #c0c0c0 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #c0c0c0 25%, transparent 25%, transparent 50%, #c0c0c0 50%, #c0c0c0 75%, transparent 75%, transparent);
    background-size: 6px 6px;
}
header,
footer,
#footermenu,
#container,
#sidemenu,
#contents {
    background-color:#ffffff;
}
#header_top {
    background-color: #e4007f;
    background-size: 6px 6px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    text-shadow:1px 1px 2px rgba(0,0,0,.3);
    text-align: right;
    color: #fff;
    font-weight: bold;
}
#footermenu ul {
    text-align: center;
}
#footermenu li {
    display: inline;
    border-right: 1px solid #333;
    padding: 0 1em;
}
#footermenu li:last-child {
    border: none;
}

a {
	color:#333;
    text-decoration:none;
}
a:link {
    color: #0000EE;
}
a:hover {
    color: #0099ff;
}
a:active {
    color: #ff0000;
}
a img {
    border-style:none;
    }
a:hover img{
    background: #fff;
    opacity:0.7;
    -ms-filter: "alpha( opacity=70 )";
    filter: alpha(opacity=70);
}
a:visited {
    color: #551A8B;
}
img {
    padding-top:2px;
    padding-bottom:2px;
    border-style:none;
}
h1,h2,h3,h4 {
    display: block;
    font-weight: bold;
    margin-bottom:2em;
}
h1 {
    font-size: 160%;
}
h2 {
    font-size: 150%;
}
h3 {
    font-size: 140%;
}
h4 {
    font-size: 130%;
}

p {
    margin: 0 0 1em;
}


/************************* shared setting *************************/

h1.header_h1 {
    display: block;
    font-size: 12px;
    color: #e4007f;
}
h2 {
    height: 5em;
    padding: 1em;
    border: 1px solid #ccc;
}
h3 {
    color: #424242;
    border-bottom: 1px dotted #424242;
}

ul.header_global_navi {
    float: right;
}

ul.header_global_navi li{
    float: left;
    padding:0 1em;
    border-right: 1px solid #ccc;
}
ul.header_global_navi li:last-child {
    border : none;
}
div.menu_sidelist {
    margin:0;
    padding:0;
}
div.menu_sidelist dt {
    position: relative;
    margin: 0 0 1em;
    padding: 2%;
    background-color: #ffcccb;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: center;
    text-shadow:1px 1px 2px rgba(0,0,0,.3);
    font-weight: bold;
}
div.menu_sidelist dt::before,
div.menu_sidelist dt::after {
    position: absolute;
    bottom: 6px;
    z-index: -1;
    content: '';
    width: 30%;
    height: 50%;
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
}
div.menu_sidelist dt:before {
    left: 4px;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
div.menu_sidelist dt::after {
    right: 4px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

div.menu_sidelist dt a,
div.menu_sidelist dd a {
    display: block;
    color: #2c66ae;
}
div.menu_sidelist dd {
    margin:0 0 .5em;
    padding:0 0 0 1em;
}
div.menu_sidelist dd:last-child{
    margin-bottom:2em;
}
div.menu_sidelist dt.active {
    background-color: #e4007f;
    font-weight: normal;
}
div.menu_sidelist dt.active a {
    color: #fff;
}
div.menu_sidelist dd.active {
    position: relative;
/*    border-top: 2px solid #e4007f;
    border-bottom: 2px solid #e4007f;*/
}
div.menu_sidelist dd.active::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #e4007f;
    border-right: 1px solid #e4007f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
div.menu_sidelist dd.active a{
    color: #e4007f;
}
div.menu_sidelist dt.menu_sidelist_join {
    display: block;
    width: 96%;
    padding: 2% ;
    background-color: #2c66ae;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
div.menu_sidelist dt.menu_sidelist_join a {
    color: #fff;
}
div.menu_sidelist dt.menu_sidelist_en {
    display: block;
    width: 96%;
    padding: 2% ;
    background-color: #006633;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: bold;
    text-align: center;
}
div.menu_sidelist dt.menu_sidelist_en a {
    color: #FEFB00;
}
div.menu_sidelist dt.menu_side_i879 {
    background-color: transparent;
}
span.footer_txt1,
span.footer_txt2 {
    display: block;
    width: 100%;
    text-align: center;
}

img.alignright {
    display:block;
    float:right;
    margin: 0 0 1em 1em;
}
img.imgCenter {
    display: block;
    margin: 0 auto;
}
.pankuzu {
	margin-bottom:10px;
}


.txtCenter {
    text-align: center;
}

.fontWBold {
	font-weight: bold;
}

/*button_base*/
.button {
    display: inline-block;
    width: 20em;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}
.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button a {
    color: #333;
    font-weight: bold;
}
.button_posi_c {
    text-align: center;
}


/*button_custom*/
.button {
    position: relative;
    background-color: #FEFB00;
    border-radius: 4px;
    color: #fff;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #929000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button:hover {
    background-color: #FEFC78;
    box-shadow: 0 3px 0 #929000;
}
.button:active {
    top: 3px;
    box-shadow: none;
}

/*
.button {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    line-height: 50px;
    overflow: hidden;
}
.button:hover {
    color: #fff;
}
.button::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.button:hover::after {
    background: #333;
    -webkit-transform: scale(1);
    transform: scale(1);
}
*/


/*custom--------------------------------------------------------------------------*/

body > img {
    border-style:none;
    position: absolute;
    bottom: 0;
    right: 0;
}

#menu2 ul li a p,
#menu3 ul li a p {
    display: none;
}


/*Top To*/
#pageTop span{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    font-size: 16px;
    font-weight: bold;
}
#pageTop{
    border: 0px solid #000;
    background: #FFCCCB;
    color:#555555;
    padding: 20px 10px;
    position:fixed;
    bottom: 20px;
    right: 20px;
    top: auto;
    left: auto;
    line-height: 22px;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -icab-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
#pageTop:hover{
    transition: all .3s;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*PCサイズのみの表示。スマホ表示には反映させない*/
@media screen and (min-width: 801px){
    .menu_sp,
    .side_menu_btn,
    #col2_sp {
        display: none;
    }

    #pageTop {
        display: none !important;
    }

}

