@charset 'UTF-8';
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
html
{
    overflow-y: scroll;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* All browsers without overlaying scrollbars */

    -webkit-text-size-adjust: 100%;
    /* iOS 8+ */
}

*,
::before,
::after
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

::before,
::after
{
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit; 
    text-decoration: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
*
{
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
    /* Set `background-repeat: no-repeat` to all elements */
    padding: 0;

    letter-spacing: .05em; 

    background-repeat: no-repeat;

    font-feature-settings: 'palt' 1;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls])
{
    display: none;

    height: 0;
}

hr
{
    overflow: visible;
    /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary
{
    display: block;
}

summary
{
    display: list-item;
    /* Add the correct display in all browsers */
}

small
{
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */
}

[hidden],
template
{
    display: none;
    /* Add the correct display in IE */
}

abbr[title]
{
    /* Add a bordered underline effect in all browsers */
    text-decoration: none;

    border-bottom: 1px dotted;
    /* Remove text decoration in Firefox 40+ */
}

a
{
    background-color: transparent;
    text-decoration: none !important;
    /* Remove the gray background on active links in IE 10 */

    -webkit-text-decoration-skip: objects;
    /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover
{
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    /* Specify the font family of code elements */
}

b,
strong
{
    font-weight: bolder;
    /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn
{
    font-style: italic;
    /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark
{
    color: #000; 
    background-color: #ff0;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input
{
    border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit']
[role='button']
{
    cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled]
{
    cursor: default;
}

[type='number']
{
    width: auto;
    /* Firefox 36+ */
}

[type='search']
{
    -webkit-appearance: textfield;
    /* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
    /* Safari 8 */
}

textarea
{
    overflow: auto;
    /* Internet Explorer 11+ */

    resize: vertical;
    /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea
{
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup
{
    font-weight: bold;
    /* Restore the font weight unset by the previous rule. */
}

button
{
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0; 

    border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

button,
select
{
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea
{
    color: inherit; 
    border-style: none;
    background-color: transparent;
}

/* Style select like a standard input */
select
{
       -moz-appearance: none;
    /* Firefox 36+ */
    -webkit-appearance: none;
    /* Chrome 41+ */
}

select::-ms-expand
{
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value
{
    color: currentColor;
    /* Internet Explorer 11+ */
}

legend
{
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */

    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */

    white-space: normal;
    /* Correct `color` not being inherited in IE 8/9/10/11 */

    color: inherit;
    border: 0;
    /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button
{
    /* Correct the inability to style clickable types in iOS and Safari */
    font: inherit;

    -webkit-appearance: button;
    /* Change font properties to `inherit` in Chrome and Safari */
}

[type='search']
{
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img
{
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress
{
    vertical-align: baseline;
}

svg:not(:root)
{
    overflow: hidden;
    /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video
{
    display: inline-block;
    /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen
{
    [hidden~='screen']
    {
        display: inherit;
    }
    [hidden~='screen']:not(:active):not(:focus):not(:target)
    {
        position: absolute !important;

        clip: rect(0 0 0 0) !important;
    }
}

/* Specify the progress cursor of updating elements */
[aria-busy='true']
{
    cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls]
{
    cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled]
{
    cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection
{
    /* Required when declaring ::selection */
    color: #000;
    background-color: #b3d4fc;
    text-shadow: none;
}

::selection
{
    /* Required when declaring ::selection */
    color: #000;
    background-color: #b3d4fc;
    text-shadow: none;
}

body,
html
{
    font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Roboto, Arial, sans-serif;

    overflow: auto;

    word-wrap: break-word;
}

img
{
    width: 100%;
}

ul
{
    list-style: none;
}

a
{
    text-decoration: none;
}

.mt10
{
    margin-top: 10px;
}

.mt20
{
    margin-top: 20px;
}

.mt30
{
    margin-top: 30px;
}

.mb10
{
    margin-bottom: 10px;
}

.mb20
{
    margin-bottom: 20px;
}

.mb30
{
    margin-bottom: 30px;
}

.pt10
{
    padding-top: 10px;
}

.pt20
{
    padding-top: 20px;
}

.pt30
{
    padding-top: 30px;
}

.pb10
{
    padding-bottom: 10px;
}

.pb20
{
    padding-bottom: 20px;
}

.pb30
{
    padding-bottom: 30px;
}

.text_bold
{
    font-weight: bold;
}

.text_right
{
    text-align: right;
}

.text_normal
{
    font-weight: normal;
}

.text_red
{
    color: #f00;
}

.font_s
{
    font-size: .7em;
}

.text_link
{
    text-decoration: underline;

    color: #0042ff;
}
.text_link:hover
{
    text-decoration: none;
}
.float-l
{
    float: left;
}

.float-r
{
    float: right;
}

.float-c
{
    display: block;

    margin-right: auto; 
    margin-left: auto;
}

.clearfix::before,
.clearfix::after
{
    display: table; 

    content: ' ';
}

.clearfix:after
{
    clear: both;
}






.tour_wrapper
{
    /*padding: 30px 0 0;*/
}
.tour_wrapper .tour_inner
{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.tour_wrapper .l_large
{
    padding: 60px 0; 

    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background: #f4f4f4;
}
.tour_wrapper .l_release
{
    position: relative;

    margin-bottom: 30px; 
    padding: 20px 40px 40px;

    border: 2px solid #000;
    background: #fff;
}
.tour_wrapper .l_release:last-child
{
    margin-bottom: 0;
}
.tour_wrapper .main
{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.tour_wrapper nav ul
{
    display: table;

    width: 100%;
    margin-bottom: 30px;
}
.tour_wrapper nav ul li
{
    display: table-cell;

    width: 16.66666%;

    text-align: center;
    vertical-align: middle;

    border-left: 1px solid #000;
}
.tour_wrapper nav ul li:last-child
{
    border-right: 1px solid #000;
}
.tour_wrapper nav ul li a
{
    font-size: 1.2rem;
    font-weight: bold;

    display: block;

    padding: 10px 10px;

    -webkit-transition: all .2s ease-out 0s;
            transition: all .2s ease-out 0s; 

    color: #000;
}
.tour_wrapper nav ul li a:hover
{
    color: #fff; 
    background: #9a1e1e;
}

.tour_wrapper h1 {
    line-height: 1;
    text-align: center;
    font-family: "Bree Serif", serif;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 40px;
}
.tour_wrapper .tour_notice {
    font-size: 16px;
    font-weight: bold;
    color: #f00;
    text-align: center;
}
.tour_wrapper .tour_notice2 {
    font-size: 13px;
    font-weight: bold;
    color: #f00;
    text-align: center;
}

.tour_wrapper .tour_notice3 {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
#schedulearea {
    margin: 20px 0 60px;
}
#schedulearea table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
#schedulearea table th {
    font-size: 14px;
    background: #444;
    color: #fff;
    padding: 16px 12px;
    /*border-bottom: 10px solid #fff;*/
    border-left: 1px solid #fff;
    text-align: left;
}
#schedulearea table th:first-child {
    border-left: 1px solid #000;
    /*width: 50px;*/
}
#schedulearea table th:last-child {
    border-right: 1px solid #000;
}
#schedulearea table td {
    border: 1px solid #000;
    padding: 10px 12px;
    font-size: 13px;
}
#schedulearea table td a {
    text-decoration: underline;
}
#schedulearea table td a:hover {
    text-decoration: none;
}


/*ticket*/
#ticketarea {
    margin: 20px 60px;
	font-size: 1.6rem;
}

#ticketarea .maintext{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ticketarea .maintextsub{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #000;
	width: 660px;
	margin: auto;
}

#ticketarea .nortice4{
	font-size: 24px;
	font-weight: bold;
}

#ticketarea .maintext h2{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#ticketarea .maintextsub h2{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#ticketarea .textarea{
	margin-top: 30px;
}

#ticketarea > h2{
	font-size: 18px !important;
	padding-top: 50px;
}

#ticketarea .ticketbtnarea {
	width: 480px;
	margin: auto;
	padding-top: 40px;
}

#ticketarea .ticketbtnarea img {
	width: 480px;
	height: auto;
}
/*
#ticketarea .ticketbtnarea .ticketbtn a{
	background-color: #000;
	padding: 20px;
	color: #FFF;
	text-align: center;
}
*/

#ticketarea .ticketmail{
	border: 1px solid #000;
	padding: 20px;
	margin-top: 20px;
	width: 550px;
}
#ticketarea .red{
	color: #F00;
}

#ticketarea .redbold{
	color: #F00;
	font-weight: bold;
}
#ticketarea .normalbold{
	font-weight: bold;
}


/*goods*/
#goodsarea {
	width: 1200px;
	margin: auto;
	padding: 30px 0px;
}

#atten{
	padding: 30px 0px 30px 0px;
}

#atten .attenbtn{
	text-align: center;
    width: 400px;
    margin: auto;
}

#atten .attenbtn a{
    display: block;
	padding: 14px 0px;
	text-align: center;
	background: #000;
	color: #FFF;
	font-weight: bold;
}

#goodsarea .goodsconts{
	width: 280px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background: #f8f8f8;
	padding: 10px;
	float: left;
	height: auto;
}
#goodsarea .sp{
	height: auto;
}

#goodsarea .gacya{
	border: 4px solid #F00;
}

#goodsarea .goodsconts img{
	width: 100%;
	height: auto;
}

#goodsarea .goodsconts .btn{
	margin-top: 20px;
    margin-bottom: 20px;
	text-align: center;
}

#goodsarea .goodsconts .btn a{
	width: 100%;
	height: 40px;
	padding: 10px 40px;
	text-align: center;
	background: #000;
	margin-top: 10px;
	color: #FFF;
	font-family: "Bree Serif", serif;
}


#goodsarea .goodsconts .red{
	color: #F00;
	font-weight: bold;
}

#goodsarea .goodsconts .textarea{
	margin-top: 20px;
	text-align: center;
}

#goodsarea .goodsconts h2{
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	padding-top: 30px;
	/*margin-bottom: 10px;*/
	line-height: 1.8rem;
    height: 50px;
}

#goodsarea .goodsconts h2 > img{
	height: 18px;
	width: auto;
	vertical-align: bottom;
}

#goodsall{
	width: 100%;
	padding: 30px 0;
	background: #f4f4f4;
}

#goodsdetails{
	width: 1200px;
    border: solid 2px #111;
    background-color: #FFF;
	/*border: 3px solid #000;
	margin: 30px 0;*/
	margin: auto;
	padding: 60px 150px;
}

#goodsdetails h2{
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
}

#goodsdetails h2 img{
	height: 26px;
	width: auto;
	vertical-align: sub;
}

#goodsdetails .red{
	color: #F00;
	font-weight: bold;
}

#goodsdetails .detailstext{
	margin-top: 20px;
	text-align: center;
	margin-bottom: 30px;
}

#goodsdetails .detailstext-normal{
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0px 30px;
}


#goodsdetails .detailssize {
	margin-top: 60px;
	text-align: center;
}
#goodsdetails .detailssize table{
	width: 100%;
	margin: auto;
	border: 1px solid #000;
}

#goodsdetails .detailssize tr td{
	border: 1px solid #000;
	padding: 10px;
}

#goodsdetails .detailsconts{
	margin-top: 60px;
}
#goodsdetails .detailsconts .sss{
    font-size: 12px;
}

#goodsdetails .detailsconts .back{
	margin: 10px 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
    .br-sp { display:none; }
}

.tour_wrapper #sns
{
    width: 263px;
    margin: 20px auto;
}
.tour_wrapper #sns ul li
{
    float: left;

    margin-right: 10px; 

    vertical-align: top;
}

.subptitle {
    font-size: 12px;
	text-align: center;
	font-family: "Bree Serif", serif;
	margin-bottom: -6px;
}

.mini-f{
    display: block;
    font-size: 13px;
}
.font-ll{
    font-size: 16px;
    font-weight: bold;
}
.font-ss{
    font-size: 13px;
}
.font-bb{
    font-weight: bold;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
タブ版
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (max-width: 959px)
{
  
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
スマホ版
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (max-width: 767px)
{
    .font-l{
        font-size: 14px;
        font-weight: bold;
    }
    .font-m{
    font-size: 13px;
    font-weight: bold;
}
.font-ss{
    font-size: 12px;
}
    .mini-f{
    display: block;
    font-size: 12px;
}
    .tour_wrapper
    {
        padding: 10px 0 0;
    }
    .tour_wrapper .tour_inner
    {
        padding: 0 10px;
    }
    .tour_wrapper .l_large
    {
        padding: 30px 0;
    }
    .tour_wrapper .l_release
    {
        margin-bottom: 20px; 
        padding: 10px 10px 20px;

        border: 2px solid #000;
    }
.tour_wrapper .main
{
    position: relative;
    width: 100%;
    margin-bottom: 22px;
}
.tour_wrapper h1 {
    font-size: 24px;
    margin-bottom: 14px;
}
.tour_wrapper .tour_notice {
    font-size: 11px;
}
.tour_wrapper .tour_notice3 {
    font-size: 11px;
    text-align: left;
}
#schedulearea {
    margin: 20px 0 30px;
}
#schedulearea table th {
    font-size: 12px;
    /*background: #444;*/
    /*color: #fff;*/
    padding: 10px;
    border: 1px solid #000;
    border-bottom: 0px solid #fff;
    /*border-left: 1px solid #fff;*/
}
#schedulearea table td {
    /*font-size: 12px;*/
    border: 1px solid #000;
    border-bottom: 0px solid #fff;
    /*padding: 10px;*/
}
#schedulearea table td:first-child {
}
/*ticket*/
#ticketarea {
    margin: 20px 10px;
	font-size: 1.6rem;
}

#ticketarea .maintext{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ticketarea .nortice4{
	font-size: 2.2rem;
	font-weight: bold;
}

#ticketarea .maintext h2{
	font-size: 1.7rem;
	text-align: left;
}

#ticketarea .textarea{
	margin-top: 20px;
}

#ticketarea > h2{
	font-size: 18px !important;
	padding-top: 30px;
}

#ticketarea .ticketbtnarea {
	width: 100%;
	margin: auto;
	padding-top: 40px;
}
	
	#ticketarea .ticketbtnarea img {
	width: 100%;
		height: auto;
	padding-top: 0px;
}
/*
#ticketarea .ticketbtnarea .ticketbtn a{
	background-color: #000;
	padding: 20px 10px;
	color: #FFF;
	text-align: center;
	font-size: 13px;
}
*/
#ticketarea .red{
	color: #F00;
}

#ticketarea .redbold{
	color: #F00;
	font-weight: bold;
}
#ticketarea .normalbold{
	font-weight: bold;
}
#ticketarea .ticketmail{
	border: 1px solid #000;
	padding: 10px;
	margin-top: 20px;
	width: 100%;
}
.subptitle {
    font-size: 10px;
	text-align: center;
	font-family: "Bree Serif", serif;
	margin-bottom: -2px;
}
	#ticketarea .maintextsub{
	text-align: center;
	padding: 20px;
	border: 1px solid #000;
	width: 100%;
	margin: auto;
}


/*goods*/
#goodsarea {
	width: 100%;
	margin: auto;
	padding: 30px 10px;
}

#atten{
	width: 100%;
	padding: 30px 0px 10px 0px;
}

#atten .attenbtn{
	text-align: center;
    width: 100%;
}

#atten .attenbtn a{
	padding: 14px 80px;
	text-align: center;
	background: #000;
	color: #FFF;
	font-weight: bold;
}

#goodsarea .goodsconts{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 20px;
	background: #f8f8f8;
	padding: 10px;
	float: left;
	height: auto;
}
#goodsarea .sp{
	height: auto;
}

#goodsarea .gacya{
	border: 4px solid #F00;
}

#goodsarea .goodsconts img{
	width: 100%;
	height: auto;
}

#goodsarea .goodsconts .btn{
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
}

#goodsarea .goodsconts .btn a{
	width: 100%;
	height: 40px;
	padding: 10px 50px;
	text-align: center;
	background: #000;
	margin-top: 10px;
	color: #FFF;
	font-family: "Bree Serif", serif;
}


#goodsarea .goodsconts .red{
	color: #F00;
	font-weight: bold;
}

#goodsarea .goodsconts .textarea{
	margin-top: 20px;
	text-align: center;
}

#goodsarea .goodsconts h2{
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
	line-height: 1.8rem;
}

#goodsarea .goodsconts h2 > img{
	height: 18px;
	width: auto;
	vertical-align: bottom;
}

#goodsall{
	width: 100%;
	padding: 10px 0;
	background: #f4f4f4;
}

#goodsdetails{
	width: 100%;
	/*border: 3px solid #000;
	margin: 30px 0;*/
	margin: auto;
	padding: 20px 10px;
}

#goodsdetails h2{
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
}

#goodsdetails h2 img{
	height: 26px;
	width: auto;
	vertical-align: sub;
}

#goodsdetails .red{
	color: #F00;
	font-weight: bold;
}

#goodsdetails .detailstext{
	margin-top: 10px;
	text-align: left;
	margin-bottom: 30px;
}
#goodsdetails .detailstext-normal{
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 0px 0px;
}


#goodsdetails .detailssize {
	margin-top: 80px;
	text-align: center;
}
#goodsdetails .detailssize table{
	width: 100%;
	margin: auto;
	border: 1px solid #000;
}

#goodsdetails .detailssize tr td{
	border: 1px solid #000;
	padding: 10px;
}

#goodsdetails .detailsconts{
	margin-top: 60px;
}
#goodsdetails .detailsconts .sss{
    font-size: 12px;
}

#goodsdetails .detailsconts .back{
	margin: 10px 0;
	text-align: center;
}

	
	
}
    /*.release_wrapper nav ul
    {
        display: table;

        margin-bottom: 0;
    }
    .release_wrapper nav ul li
    {
        display: block;

        width: 100%;

        border-left: none;
    }
    .release_wrapper nav ul li:last-child
    {
        border-right: none;
    }
    .release_wrapper nav ul li a
    {
        padding: 12px 10px; 

        border-bottom: 1px solid #000;
    }
    .release_wrapper nav ul li a:hover
    {
        color: #000; 
        background: #fff;
    }*/
   
}

