/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:1.6;
	width:100%;
	min-width:980px;
	background:url(../images/pattern_40.gif);
	-webkit-text-size-adjust: none;
	border-style:none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style:none;
}
a {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* ===== Initializr Styles ==================================================
   custom styles
   ========================================================================== */
.wrapper {
    width: 980px;
	height:100%;
	margin: 0 auto;
   /* margin: 0 5%;*/
}

.header-container {
	margin-top:10px;
}

.footer-container {
	background:url(../images/pattern_39.png);
}

.main {
	margin-top:-10px;
}

.main article {
	width: 789px;
	float: left;
	padding: 0 6px 60px 0;
}

.main aside {
	width:180px;
	height:100%;
	background-color:#000;
	float:right;
	margin-right:5px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.animation {
	width:789px;
	height:300px;
}
   
.f-l {
	float:left;
}

.f-r {
	float:right;
}

.m-t10 {
	margin-top:	10px;
}

.m-b10 {
	margin-bottom:10px;
}

.m-t20 {
	margin-top:	20px;
}

.m-t5 {
	margin-top:	5px;
}

.m-l10 {
	margin-left:10px;
}

iframe.twitter-timeline {
	width: 180px;
}

.content_a {
	width:516px;
	margin-left:15px;
}

.c-y {
	color:#fff100;
}

.bold {
	font-weight:bold;
}

.f14 {
	font-size:14px;
}

.movie_1 {
	width:580px;
	height:329px;
	margin:0 auto;
	background-color:#000;
	border:solid 1px #666;
}

.movie_2 {
	width:390px;
	height:100%;
	background-color:#000;
	border:solid 1px #666;
}

.movie_3 {
	width:580px;
	height:100%;
	margin:0 auto;
	background-color:#000;
	border:solid 1px #666;
}

.movie_4 {
	width:470px;
	height:100%;
	border:solid 1px #666;
	background-color:#000;
}

.painting {
	width:308px;
}

.half-w {
	width:387px;
	height:100%;
}

.hardcore_banner {
	margin-left:40px;
}

.line {
	border-bottom:solid 1px #c5a2c9;
	margin-top:40px;
	margin-bottom:20px;
}
/*********************/
/* footer */
.footer-container {
	margin-top:20px;
}

.footer-container footer {
    color: white;
    padding: 10px 0;
}

footer div.duel h2 {
	width: 600px;
	float: left;

}

footer div.duel .sns {
	width: 380px;
	margin-top:30px;
	float: right;
	color:#FFF;
}

footer div.duel .sns ul {
	width: 380px;
	display: block;
}


footer div.duel .sns ul li {
	width: 100px;
	display: block;
	float: right;
}

footer div.duel p {
	width: 380px;
	font-size: 11px;
	clear: both;
	text-align: right;
}

footer .fb-like-box {
	background: #fff;
	clear:both;
}












/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}